/*
Theme Name:  FrameStudio
Description: photography
Version:     2.9.0
Author:      Fixit E.E.
Author URI:  https://www.fixit.gr
Text Domain: frame-studio
*/

:root {
    --color-content-primary:   #1a1a1a;
    --color-content-secondary: #c8956c;
    --color-content-accent:    #f5f0eb;
    --color-content-bg:        #ffffff;
    --fx-hero-gradient: linear-gradient(148deg, #1a1a1a 0%, #0c0c0c 100%);
    --color-content-text:      #1a1a1a;
    --fx-font-heading-override: Playfair Display, serif;
    --fx-font-body-override: Raleway, sans-serif;
}

html body[class] {
    background: #f5f0eb;
    background-attachment: scroll;
    color: #3d3733;
    font-family: Raleway, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    counter-reset: fs-index;
}

html body[class] h1,
html body[class] h2,
html body[class] h3,
html body[class] h4,
html body[class] h5,
html body[class] h6 {
    font-family: "Playfair Display", Georgia, serif;
    color: #1a1a1a;
    font-weight: 500;
    letter-spacing: -0.015em;
    line-height: 1.14;
}

html body[class] a {
    color: #1a1a1a;
    text-decoration: none;
}

html body[class] img {
    max-width: 100%;
    height: auto;
    display: block;
}

html body[class] ::selection {
    background: #c8956c;
    color: #fff;
}


html body[class] .t-container {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
}

html body[class] .t-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f5f0eb;
    position: relative;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
}

html body[class] .t-section--soft {
    background: #f5f0eb;
}

html body[class] .t-section--white {
    background: #fbf9f7;
}

html body[class] .t-section + .t-section {
    padding-top: 0;
}

html body[class] .t-section + .t-section--white,
html body[class] .t-section + .t-section--navy,
html body[class] .t-section--white + .t-section,
html body[class] .t-section--navy + .t-section {
    padding-top: 100px;
}

html body[class] .t-section--navy {
    background: #1a1a1a;
    color: rgba(245, 240, 235, 0.74);
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
}

html body[class] .t-section--navy h1,
html body[class] .t-section--navy h2,
html body[class] .t-section--navy h3,
html body[class] .t-section--navy h4,
html body[class] .t-section--navy h5,
html body[class] .t-section--navy h6 {
    color: #f5f0eb;
}

html body[class] .t-section--navy p {
    color: rgba(245, 240, 235, 0.74);
    margin-left: auto;
    margin-right: auto;
}

html body[class] .t-section--navy .t-container {
    text-align: center;
}

html body[class] .t-section--navy .t-hero-btns {
    justify-content: center;
}


html body[class] .t-section-title {
    counter-increment: fs-index;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    font-weight: 500;
    text-align: left;
    letter-spacing: -0.015em;
    margin: 0 0 28px;
    max-width: 20ch;
    position: relative;
    padding-top: 34px;
}

html body[class] .t-section-title::before {
    content: counter(fs-index, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #c8956c;
    line-height: 1;
}

html body[class] .t-section-title::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 44px;
    width: 54px;
    height: 1px;
    background: #c8956c;
}

html body[class] .t-section--navy .t-section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 22ch;
    text-align: center;
    padding-top: 40px;
}

html body[class] .t-section--navy .t-section-title::before {
    left: 50%;
    transform: translateX(-50%);
}

html body[class] .t-section--navy .t-section-title::after {
    display: none;
}

html body[class] .t-section-subtitle {
    font-size: 1.02rem;
    line-height: 1.75;
    text-align: left;
    color: #6b625c;
    max-width: 62ch;
    margin: 0 0 36px;
}

html body[class] .t-section--navy .t-section-subtitle {
    color: rgba(245, 240, 235, 0.66);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

html body[class] .t-lead {
    font-size: 1.12rem;
    line-height: 1.72;
    color: #4a433e;
    max-width: 64ch;
    margin: 0 0 28px;
}

html body[class] .t-section--navy .t-lead {
    color: rgba(245, 240, 235, 0.78);
}

html body[class] .t-section p {
    max-width: 68ch;
}


html body[class] .t-has-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    position: relative;
    isolation: isolate;
}

html body[class] .t-has-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(12, 11, 10, 0.08) 0%, rgba(12, 11, 10, 0.38) 50%, rgba(12, 11, 10, 0.8) 100%),
        linear-gradient(100deg, rgba(12, 11, 10, 0.66) 0%, rgba(12, 11, 10, 0.2) 46%, rgba(12, 11, 10, 0) 70%);
    z-index: -1;
}


html body[class] .t-hero-full {
    min-height: 90vh;
    display: flex;
    align-items: flex-end;
    padding: 150px 0 78px;
    background-color: #1a1a1a;
    background-image: none;
    color: #f5f0eb;
    position: relative;
    border-radius: 0;
}

html body[class] .t-hero-full .t-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 1180px;
}

html body[class] .t-hero-full.t-hero--center,
html body[class] .t-hero-full.t-hero--center .t-container {
    text-align: left;
    align-items: flex-start;
}

html body[class] .t-hero-full h1 {
    font-size: clamp(2.5rem, 5.4vw, 4.4rem);
    font-weight: 400;
    line-height: 1.06;
    color: #f5f0eb;
    margin: 0 0 20px;
    max-width: 17ch;
    position: relative;
    padding-top: 30px;
}

html body[class] .t-hero-full h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 1px;
    background: #c8956c;
}

html body[class] .t-hero-full p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(245, 240, 235, 0.82);
    max-width: 54ch;
    margin: 0 0 12px;
}

html body[class] .t-hero-full .t-container > p:first-child {
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #f5f0eb;
    margin: 0 0 2px;
    max-width: none;
}

html body[class] .t-hero-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 32px;
}


html body[class] .t-btn-primary,
html body[class] .t-btn-ghost,
html body[class] .t-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 17px 34px;
    min-height: 54px;
    border-radius: 0;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    cursor: pointer;
    transition: background-color 0.32s ease, color 0.32s ease, border-color 0.32s ease;
}

html body[class] .t-btn-primary {
    background: #1a1a1a;
    background-image: none;
    color: #f5f0eb;
    border: 1px solid #1a1a1a;
}

html body[class] .t-btn-primary:hover,
html body[class] .t-btn-primary:focus-visible {
    background: #c8956c;
    background-image: none;
    border-color: #c8956c;
    color: #1a1a1a;
    opacity: 1;
    transform: none;
    box-shadow: none;
}

html body[class] .t-btn-ghost {
    background: transparent;
    color: #1a1a1a;
    border: 1px solid rgba(26, 26, 26, 0.3);
}

html body[class] .t-btn-ghost:hover,
html body[class] .t-btn-ghost:focus-visible {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #f5f0eb;
    transform: none;
}

html body[class] .t-hero-full .t-btn-ghost,
html body[class] .t-section--navy .t-btn-ghost {
    background: transparent;
    color: #f5f0eb;
    border: 1px solid rgba(245, 240, 235, 0.45);
}

html body[class] .t-hero-full .t-btn-ghost:hover,
html body[class] .t-section--navy .t-btn-ghost:hover {
    background: #f5f0eb;
    border-color: #f5f0eb;
    color: #1a1a1a;
}

html body[class] .t-section--navy .t-btn-primary {
    background: #c8956c;
    background-image: none;
    border-color: #c8956c;
    color: #1a1a1a;
}

html body[class] .t-section--navy .t-btn-primary:hover {
    background: #f5f0eb;
    border-color: #f5f0eb;
    color: #1a1a1a;
}


html body[class] .t-grid,
html body[class] .t-grid--3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 46px 34px;
    margin-top: 4px;
}

html body[class] .t-grid:has(blockquote) {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 40px 30px;
}

html body[class] .t-section .t-card blockquote {
    border-left: 0;
    padding: 0;
    margin: 0 0 20px;
    font-size: 1.04rem;
    line-height: 1.62;
    max-width: none;
}

html body[class] .t-section div:not([class*="fs-"]):has(> span + span) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 40px;
    margin-top: 8px;
    max-width: none;
}

html body[class] .t-section div:not([class*="fs-"]):has(> span + span) > span {
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7a716a;
}

html body[class] .t-section--navy div:not([class*="fs-"]):has(> span + span) {
    justify-content: center;
}

html body[class] .t-section--navy div:not([class*="fs-"]):has(> span + span) > span {
    color: rgba(245, 240, 235, 0.6);
}


html body[class] .t-card {
    background: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    position: relative;
    min-width: 0;
    transition: none;
}

html body[class] .t-card:hover {
    transform: none;
    box-shadow: none;
    border-color: transparent;
}

html body[class] .t-card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgba(26, 26, 26, 0.1);
    filter: saturate(0.88) contrast(1.02);
    transition: filter 0.5s ease;
}

html body[class] .t-card-img img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html body[class] .t-card > img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border: 1px solid rgba(26, 26, 26, 0.1);
    filter: saturate(0.88) contrast(1.02);
    transition: filter 0.5s ease;
}

html body[class] .t-card:hover .t-card-img,
html body[class] .t-card:hover > img {
    filter: saturate(1) contrast(1.04);
}

html body[class] .t-card-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.22rem;
    font-weight: 500;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 22px 0 10px;
    padding-top: 18px;
    width: 100%;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
    position: relative;
}

html body[class] .t-card-title::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c8956c;
    transition: width 0.45s ease;
}

html body[class] .t-card:hover .t-card-title::after {
    width: 64px;
}

html body[class] .t-card-body,
html body[class] .t-card > div,
html body[class] .t-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #6b625c;
    margin: 0 0 16px;
    max-width: none;
}

html body[class] .t-card .t-btn-primary {
    margin-top: auto;
    align-self: flex-start;
    padding: 14px 26px;
    min-height: 46px;
}

html body[class] .t-section--navy .t-card {
    align-items: center;
    text-align: center;
}

html body[class] .t-section--navy .t-card-title {
    color: #f5f0eb;
    border-top-color: rgba(245, 240, 235, 0.22);
}

html body[class] .t-section--navy .t-card-body,
html body[class] .t-section--navy .t-card > div,
html body[class] .t-section--navy .t-card p {
    color: rgba(245, 240, 235, 0.68);
}

html body[class] .t-section--navy .t-card .t-btn-primary {
    align-self: center;
}


html body[class] .fx-header {
    background: rgba(245, 240, 235, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(26, 26, 26, 0.12);
}

html body[class] .fx-header-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 78px;
}

html body[class] .fx-logo {
    text-decoration: none;
    flex-shrink: 0;
}

html body[class] .fx-logo-text,
html body[class] .fx-logo-wordmark {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.42rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #1a1a1a;
}

html body[class] .fx-nav {
    margin-left: auto;
}

html body[class] .fx-nav-list {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

html body[class] .fx-nav-list > li {
    position: relative;
}

html body[class] .fx-nav-list > li > a {
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #1a1a1a;
    text-decoration: none;
    padding: 29px 0;
    display: inline-block;
    position: relative;
}

html body[class] .fx-nav-list > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 0;
    height: 1px;
    background: #c8956c;
    transition: width 0.32s ease;
}

html body[class] .fx-nav-list > li:hover > a::after,
html body[class] .fx-nav-list > li.current-menu-item > a::after,
html body[class] .fx-nav-list > li.current-menu-ancestor > a::after {
    width: 100%;
}

html body[class] .fx-nav-list > li > a:hover,
html body[class] .fx-nav-list > li.current-menu-item > a,
html body[class] .fx-nav-list > li.current-menu-ancestor > a,
html body[class] .fx-nav-list > li.current_page_item > a,
html body[class] .fx-nav-list > li.current_page_ancestor > a {
    color: #1a1a1a;
    background: none;
}

html body[class] .fx-nav-mobile-list > li.current-menu-item > a,
html body[class] .fx-nav-mobile-list > li.current-menu-ancestor > a,
html body[class] .fx-nav-mobile-list .sub-menu li.current-menu-item > a {
    color: #f5f0eb;
    background: none;
}

/* Production serves .sub-menu here; the newer fixit-core on ddev emits .fx-sub-menu.
   Both have to be covered or the dropdowns fall back into the flow on live and the
   header stretches past the viewport. */
html body[class] .fx-nav-list .fx-sub-menu,
html body[class] .fx-nav-list .sub-menu {
    position: absolute;
    top: 100%;
    left: -22px;
    list-style: none;
    margin: 0;
    padding: 14px 0;
    min-width: 244px;
    background: #1a1a1a;
    border-top: 1px solid #c8956c;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
    z-index: 90;
}

html body[class] .fx-nav-list > li:nth-last-child(-n+3) .fx-sub-menu,
html body[class] .fx-nav-list > li:nth-last-child(-n+3) .sub-menu {
    left: auto;
    right: -22px;
}

html body[class] .fx-nav-list > li:hover > .fx-sub-menu,
html body[class] .fx-nav-list > li:focus-within > .fx-sub-menu,
html body[class] .fx-nav-list > li:hover > .sub-menu,
html body[class] .fx-nav-list > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

html body[class] .fx-nav-list .fx-sub-menu li a,
html body[class] .fx-nav-list .sub-menu li a {
    display: block;
    padding: 10px 24px;
    font-family: Raleway, sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: none;
    white-space: nowrap;
    color: rgba(245, 240, 235, 0.76);
    text-decoration: none;
    transition: color 0.24s ease, background-color 0.24s ease;
}

html body[class] .fx-nav-list .fx-sub-menu li a:hover,
html body[class] .fx-nav-list .sub-menu li a:hover {
    color: #1a1a1a;
    background: #c8956c;
}

/* Production runs the nav as a mega menu (fx_nav_type = mega): .fx-has-mega on the item,
   a .fx-mega-menu panel holding .fx-mega-list columns. The simple .fx-sub-menu dropdown
   only exists where that theme mod is unset, so both have to be dressed. */
html body[class] .fx-mega-menu {
    background: #1a1a1a;
    border: 0;
    border-top: 1px solid #c8956c;
    border-radius: 0;
    box-shadow: none;
    padding: 16px 0 20px;
    min-width: 248px;
}

html body[class] .fx-nav-list > li:nth-last-child(-n+3) > .fx-mega-menu {
    left: auto;
    right: -22px;
    transform: none;
}

/* The panel holds one list, but the parent lays .fx-mega-inner out as three columns, so
   two of them sit empty and the panel reads half filled. Let the list size the panel. */
html body[class] .fx-mega-inner {
    display: block;
}

html body[class] .fx-mega-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

html body[class] .fx-mega-list li {
    list-style: none;
}

html body[class] .fx-mega-list li a {
    display: block;
    padding: 10px 24px;
    font-family: Raleway, sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: none;
    white-space: nowrap;
    color: rgba(245, 240, 235, 0.76);
    background: none;
    transition: color 0.24s ease;
}

html body[class] .fx-mega-list li a:hover {
    color: #1a1a1a;
    background: #c8956c;
}

html body[class] .fx-nav-chevron {
    width: 9px;
    height: 9px;
    margin-left: 7px;
    color: #c8956c;
    transition: transform 0.28s ease;
}

html body[class] .fx-has-mega:hover .fx-nav-chevron {
    transform: rotate(180deg);
}

/* Production has a search in the header that ddev only renders with fx_nav_search = "1".
   Its submit button carries t-btn-primary, so it inherited this design's wide uppercase
   treatment and, with min-width:0 on inputs, squeezed the field down to 26px at 390px. */
html body[class] .fx-nav-search-form {
    background: #1a1a1a;
    border-top: 1px solid #c8956c;
    padding: 22px 28px 26px;
    box-shadow: none;
}

html body[class] .fx-nav-search-form form {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    max-width: 1180px;
    margin: 0 auto;
}

html body[class] .fx-nav-search-form input[name="s"] {
    flex: 1 1 220px;
    min-width: 180px;
    background: rgba(245, 240, 235, 0.06);
    border: 1px solid rgba(245, 240, 235, 0.3);
    border-radius: 0;
    color: #f5f0eb;
}

html body[class] .fx-nav-search-form input[name="s"]::placeholder {
    color: rgba(245, 240, 235, 0.5);
}

html body[class] .fx-nav-search-form button[type="submit"] {
    flex: 0 0 auto;
    padding: 0 30px;
    min-height: 52px;
    background: #c8956c;
    background-image: none;
    border: 1px solid #c8956c;
    color: #1a1a1a;
}

html body[class] .fx-nav-search-form button[type="submit"]:hover {
    background: #f5f0eb;
    border-color: #f5f0eb;
}

html body[class] .fx-nav-search-toggle {
    color: #1a1a1a;
}

html body[class] .fx-logo-dot {
    color: #c8956c;
}

/* Production puts a CTA in the header that ddev does not have, and it carries
   t-btn-primary. Left alone it inherits this design's uppercase and 0.18em tracking and
   grows from 114px to 146px, which pushes the row off a 390px screen. The parent pins its
   font-size, padding and colours with !important, so only the typography is ours to calm. */
html body[class] .fx-nav-cta {
    letter-spacing: 0.04em;
    text-transform: none;
    border-radius: 0;
    min-height: 0;
    white-space: nowrap;
}

html body[class] .fx-nav-toggle span {
    background: #1a1a1a;
}


html body[class] .fx-nav-mobile {
    background: #1a1a1a;
    border-top: 1px solid rgba(200, 149, 108, 0.5);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

html body[class] .fx-nav-mobile[aria-hidden="false"],
html body[class] .fx-nav-mobile.fx-open {
    max-height: calc(100vh - 78px);
    overflow-y: auto;
}

html body[class] .fx-nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: 18px 26px 34px;
    display: block;
}

html body[class] .fx-nav-mobile-list li {
    list-style: none;
}

html body[class] .fx-nav-mobile-list > li {
    border-bottom: 1px solid rgba(245, 240, 235, 0.1);
    padding: 4px 0;
}

html body[class] .fx-nav-mobile-list > li:last-child {
    border-bottom: 0;
}

html body[class] .fx-nav-mobile-list > li > a {
    display: block;
    padding: 13px 0;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c8956c;
    background: none;
    border-radius: 0;
}

html body[class] .fx-nav-mobile-list > li > a:hover {
    background: none;
    color: #f5f0eb;
}

html body[class] .fx-nav-mobile-list > li {
    position: relative;
}

html body[class] .fx-nav-mobile-list > li > a {
    padding-right: 52px;
}

html body[class] .fs-subtoggle {
    position: absolute;
    top: 2px;
    right: -8px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

html body[class] .fs-subtoggle-bar {
    position: absolute;
    width: 13px;
    height: 1px;
    background: #c8956c;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

html body[class] .fs-subtoggle-bar:last-child {
    transform: rotate(90deg);
}

html body[class] .fs-subtoggle[aria-expanded="true"] .fs-subtoggle-bar:last-child {
    transform: rotate(0deg);
    opacity: 0;
}

html body[class] .fs-subtoggle:hover .fs-subtoggle-bar {
    background: #f5f0eb;
}

html body[class] .fs-collapsible > li > .sub-menu,
html body[class] .fs-collapsible > li > .fx-sub-menu {
    display: none;
}

html body[class] .fs-collapsible > li.is-open > .sub-menu,
html body[class] .fs-collapsible > li.is-open > .fx-sub-menu {
    display: block;
}

html body[class] .fx-nav-mobile-list .sub-menu {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}

html body[class] .fx-nav-mobile-list .sub-menu a {
    display: block;
    padding: 10px 0 10px 18px;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(245, 240, 235, 0.72);
    border-left: 1px solid rgba(245, 240, 235, 0.16);
    border-radius: 0;
    background: none;
}

html body[class] .fx-nav-mobile-list .sub-menu a:hover {
    background: none;
    color: #f5f0eb;
    border-left-color: #c8956c;
}


html body[class] input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
html body[class] textarea,
html body[class] select {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 14px 16px;
    background: #fbf9f7;
    border: 1px solid rgba(26, 26, 26, 0.18);
    border-radius: 0;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #1a1a1a;
    box-shadow: none;
    transition: border-color 0.3s ease;
}

html body[class] input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus,
html body[class] textarea:focus,
html body[class] select:focus {
    outline: none;
    border-color: #c8956c;
    box-shadow: none;
}

/* A date field measures its inner spin control and lands 1px taller than a text field. */
html body[class] input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    height: 52px;
}

html body[class] select {
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #8a7f77 50%), linear-gradient(135deg, #8a7f77 50%, transparent 50%);
    background-position: calc(100% - 19px) calc(50% + 1px), calc(100% - 13px) calc(50% + 1px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 40px;
}

html body[class] ::placeholder {
    color: #9a918a;
    opacity: 1;
}

html body[class] .fx-newsletter {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

html body[class] .fx-newsletter > div {
    display: flex;
    gap: 10px;
    width: 100%;
}

html body[class] .fx-newsletter input[type="email"] {
    flex: 1;
    background: rgba(245, 240, 235, 0.06);
    border-color: rgba(245, 240, 235, 0.3);
    color: #f5f0eb;
}

html body[class] .fx-newsletter input[type="email"]::placeholder {
    color: rgba(245, 240, 235, 0.5);
}

html body[class] .wpcf7-form p {
    max-width: none;
    margin: 0 0 20px;
}

html body[class] .wpcf7-form label {
    display: block;
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6b625c;
    margin-bottom: 9px;
}


html body[class] .t-rich-footer {
    background: #1a1a1a;
    color: rgba(245, 240, 235, 0.68);
    padding: 88px 0 0;
    margin-top: 0;
    border-top: 1px solid #c8956c;
}

html body[class] .t-rich-footer .t-container {
    max-width: 1180px;
    padding-left: 28px;
    padding-right: 28px;
}

html body[class] .t-rich-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px 34px;
    padding-bottom: 62px;
}

html body[class] .t-rich-footer-col h3,
html body[class] .t-rich-footer-col h4 {
    font-family: Raleway, sans-serif;
    color: #c8956c;
    margin: 0 0 22px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

html body[class] .t-rich-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

html body[class] .t-rich-footer-col li {
    margin-bottom: 12px;
    font-size: 14.5px;
    line-height: 1.6;
}

html body[class] .t-rich-footer-col a {
    color: rgba(245, 240, 235, 0.68);
    text-decoration: none;
    transition: color 0.26s ease;
}

html body[class] .t-rich-footer-col a:hover {
    color: #c8956c;
    text-decoration: none;
}

html body[class] .t-rich-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

html body[class] .t-rich-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(245, 240, 235, 0.24);
    transition: border-color 0.26s ease, background-color 0.26s ease;
}

html body[class] .t-rich-footer-social a:hover {
    border-color: #c8956c;
    background: rgba(200, 149, 108, 0.14);
}

html body[class] .t-rich-footer-social svg {
    width: 17px;
    height: 17px;
}

html body[class] .t-footer-newsletter form {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

html body[class] .t-footer-newsletter input {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    background: rgba(245, 240, 235, 0.06);
    border: 1px solid rgba(245, 240, 235, 0.26);
    border-radius: 0;
    color: #f5f0eb;
    font-size: 13px;
}

html body[class] .t-footer-newsletter button {
    padding: 10px 16px;
    background: #c8956c;
    color: #1a1a1a;
    border: 0;
    border-radius: 0;
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}

html body[class] .t-rich-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
    padding: 24px 0;
    border-top: 1px solid rgba(245, 240, 235, 0.12);
}

html body[class] .t-rich-footer-legal a {
    font-size: 12.5px;
    color: rgba(245, 240, 235, 0.5);
    text-decoration: none;
}

html body[class] .t-rich-footer-legal a:hover {
    color: #c8956c;
}

html body[class] .t-rich-footer-bottom {
    padding: 24px 0 32px;
    border-top: 1px solid rgba(245, 240, 235, 0.12);
    font-size: 12.5px;
    letter-spacing: 0.04em;
    color: rgba(245, 240, 235, 0.44);
}


html body[class] .fs-journal {
    padding-top: 150px;
    padding-bottom: 100px;
    background: #f5f0eb;
}

html body[class] .fs-journal-head {
    max-width: 1180px;
    margin: 0 auto 62px;
    padding: 0 28px;
}

html body[class] .fs-journal-head h1 {
    font-size: clamp(2.4rem, 4.6vw, 3.6rem);
    margin: 0 0 14px;
    padding-top: 30px;
    position: relative;
}

html body[class] .fs-journal-head h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 1px;
    background: #c8956c;
}

html body[class] .fs-journal-head p {
    color: #6b625c;
    max-width: 60ch;
    margin: 0;
}

html body[class] .fs-journal-list {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 44px;
}

html body[class] .fs-journal-item {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
    padding-top: 22px;
    position: relative;
}

html body[class] .fs-journal-item::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c8956c;
    transition: width 0.45s ease;
}

html body[class] .fs-journal-item:hover::after {
    width: 72px;
}

html body[class] .fs-journal-date {
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #c8956c;
    margin: 0 0 12px;
}

html body[class] .fs-journal-item h2 {
    font-size: 1.5rem;
    line-height: 1.28;
    margin: 0 0 12px;
    max-width: 24ch;
}

html body[class] .fs-journal-item p {
    color: #6b625c;
    font-size: 0.97rem;
    margin: 0 0 18px;
    max-width: 54ch;
}

html body[class] .fs-journal-more {
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-top: auto;
    border-bottom: 1px solid #c8956c;
    padding-bottom: 3px;
    align-self: flex-start;
}

html body[class] .fs-single {
    padding-top: 150px;
    padding-bottom: 100px;
}

html body[class] .fs-single-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 28px;
}

html body[class] .fs-single-inner h1 {
    font-size: clamp(2.1rem, 4.2vw, 3.2rem);
    margin: 0 0 26px;
    padding-top: 30px;
    position: relative;
}

html body[class] .fs-single-inner h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 1px;
    background: #c8956c;
}

html body[class] .fs-journal-item h2 a {
    color: #1a1a1a;
    transition: color 0.28s ease;
}

html body[class] .fs-journal-item:hover h2 a {
    color: #8a6a4c;
}

html body[class] .fs-single-media {
    margin: 0 0 34px;
    border: 1px solid rgba(26, 26, 26, 0.12);
}

html body[class] .fs-single-media img {
    width: 100%;
    display: block;
}

html body[class] .fs-single-body {
    font-size: 1.06rem;
    line-height: 1.82;
    color: #3d3733;
}

html body[class] .fs-single-body p {
    margin: 0 0 22px;
}

html body[class] .fs-single-nav {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

html body[class] .fs-single-nav a {
    color: #6b625c;
    transition: color 0.26s ease;
}

html body[class] .fs-single-nav a:hover {
    color: #1a1a1a;
}


html body[class] .t-section blockquote {
    margin: 0 0 28px;
    padding: 6px 0 6px 26px;
    border-left: 1px solid #c8956c;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.5;
    color: #1a1a1a;
    max-width: 56ch;
}

html body[class] .t-section--navy blockquote {
    color: #f5f0eb;
    border-left-color: #c8956c;
}

html body[class] .t-section hr,
html body[class] .wp-block-separator {
    border: 0;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
    margin: 44px 0;
}

html body[class] .t-section iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    display: block;
}


html body[class] .fs-roster {
    display: block;
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
    margin-top: 10px;
}

html body[class] .fs-roster-row {
    display: grid;
    grid-template-columns: 62px minmax(0, 0.9fr) minmax(0, 1.1fr) auto;
    align-items: baseline;
    gap: 0 28px;
    padding: 28px 0;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
    text-decoration: none;
    position: relative;
    transition: padding-left 0.4s ease;
}

html body[class] .fs-roster-row::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c8956c;
    transition: width 0.5s ease;
}

html body[class] .fs-roster-row:hover {
    padding-left: 14px;
}

html body[class] .fs-roster-row:hover::after {
    width: 100%;
}

html body[class] .fs-roster-num {
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.26em;
    color: #c8956c;
    line-height: 1.9;
}

html body[class] .fs-roster-name {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.3rem, 2.1vw, 1.72rem);
    font-weight: 500;
    letter-spacing: -0.015em;
    color: #1a1a1a;
    line-height: 1.2;
}

html body[class] .fs-roster-note {
    font-family: Raleway, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6b625c;
}

html body[class] .fs-roster-go {
    font-family: Raleway, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #1a1a1a;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    transition: border-color 0.4s ease;
}

html body[class] .fs-roster-row:hover .fs-roster-go {
    border-bottom-color: #c8956c;
}


html body[class] .fs-figures {
    padding-top: 0;
    padding-bottom: 100px;
    background: #f5f0eb;
}

html body[class] .fs-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(26, 26, 26, 0.16);
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
}

html body[class] .fs-fact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 36px 30px 34px;
    border-left: 1px solid rgba(26, 26, 26, 0.16);
}

html body[class] .fs-fact:first-child {
    border-left: 0;
    padding-left: 0;
}

html body[class] .fs-fact-num {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.4rem, 4.4vw, 3.6rem);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

html body[class] .fs-fact-label {
    font-family: Raleway, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    line-height: 1.7;
    color: #8a7f77;
}


html body[class] .fs-notes {
    display: block;
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
    margin-top: 10px;
}

html body[class] .fs-note {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 6px 28px;
    padding: 30px 0;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
    text-decoration: none;
    position: relative;
    transition: padding-left 0.4s ease;
}

html body[class] .fs-note::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c8956c;
    transition: width 0.5s ease;
}

html body[class] .fs-note:hover {
    padding-left: 14px;
}

html body[class] .fs-note:hover::after {
    width: 100%;
}

html body[class] .fs-note-date {
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #c8956c;
    line-height: 2;
    grid-row: span 2;
}

html body[class] .fs-note-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.16rem, 1.8vw, 1.44rem);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.015em;
    color: #1a1a1a;
    max-width: 40ch;
}

html body[class] .fs-note-desc {
    font-family: Raleway, sans-serif;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #6b625c;
    max-width: 60ch;
}


html body[class] .fs-masthead {
    background: #f5f0eb;
    padding: 138px 0 66px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
    position: relative;
}

html body[class] .fs-masthead-eyebrow {
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c8956c;
    margin: 0 0 34px;
    padding-top: 26px;
    position: relative;
    max-width: none;
}

html body[class] .fs-masthead-eyebrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 1px;
    background: #c8956c;
}

html body[class] .fs-masthead-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 0 68px;
    align-items: end;
}

html body[class] .fs-masthead-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.4rem, 4.9vw, 4rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    margin: 0;
    max-width: 16ch;
}

html body[class] .fs-masthead-side {
    padding-bottom: 8px;
}

html body[class] .fs-masthead-lead {
    font-size: 1.04rem;
    line-height: 1.72;
    color: #6b625c;
    margin: 0 0 26px;
    max-width: 46ch;
}

html body[class] .fs-masthead-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

html body[class] .fs-masthead + .t-section,
html body[class] .fs-masthead + .t-section--soft,
html body[class] .fs-masthead + .t-section--white {
    padding-top: 96px;
}


html body[class] .fs-hsplit {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    min-height: 86vh;
    background: #1a1a1a;
}

html body[class] .fs-hsplit-text {
    display: flex;
    align-items: flex-end;
    background: #1a1a1a;
    padding: 150px 52px 76px max(28px, calc((100vw - 1180px) / 2 + 28px));
}

html body[class] .fs-hsplit-inner {
    width: 100%;
    max-width: 34rem;
}

html body[class] .fs-hsplit-eyebrow {
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c8956c;
    margin: 0 0 30px;
    padding-top: 26px;
    position: relative;
    max-width: none;
}

html body[class] .fs-hsplit-eyebrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 1px;
    background: #c8956c;
}

html body[class] .fs-hsplit-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.2rem, 3.6vw, 3.4rem);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.02em;
    color: #f5f0eb;
    margin: 0 0 20px;
}

html body[class] .fs-hsplit-lead {
    font-size: 1.02rem;
    line-height: 1.72;
    color: rgba(245, 240, 235, 0.78);
    margin: 0;
    max-width: 46ch;
}

html body[class] .fs-hsplit-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}

html body[class] .fs-hsplit-btns .t-btn-primary {
    background: #c8956c;
    border-color: #c8956c;
    color: #1a1a1a;
}

html body[class] .fs-hsplit-btns .t-btn-primary:hover {
    background: #f5f0eb;
    border-color: #f5f0eb;
}

html body[class] .fs-hsplit-btns .t-btn-ghost {
    color: #f5f0eb;
    border-color: rgba(245, 240, 235, 0.45);
}

html body[class] .fs-hsplit-btns .t-btn-ghost:hover {
    background: #f5f0eb;
    border-color: #f5f0eb;
    color: #1a1a1a;
}

html body[class] .fs-hsplit-media {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #14120f;
    min-height: 420px;
}


html body[class] .fs-masthead--dark {
    background: #1a1a1a;
    border-bottom: 1px solid #c8956c;
}

html body[class] .fs-masthead--dark .fs-masthead-title {
    color: #f5f0eb;
}

html body[class] .fs-masthead--dark .fs-masthead-lead {
    color: rgba(245, 240, 235, 0.72);
}

html body[class] .fs-masthead--dark .t-btn-primary {
    background: #c8956c;
    border-color: #c8956c;
    color: #1a1a1a;
}

html body[class] .fs-masthead--dark .t-btn-primary:hover {
    background: #f5f0eb;
    border-color: #f5f0eb;
}

html body[class] .fs-masthead--dark .t-btn-ghost {
    color: #f5f0eb;
    border-color: rgba(245, 240, 235, 0.45);
}

html body[class] .fs-masthead--dark .t-btn-ghost:hover {
    background: #f5f0eb;
    border-color: #f5f0eb;
    color: #1a1a1a;
}


html body[class] .fs-statement {
    background: #fbf9f7;
    padding: 148px 0 78px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
    text-align: center;
}

html body[class] .fs-statement .t-container {
    max-width: 940px;
}

html body[class] .fs-statement-eyebrow {
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c8956c;
    margin: 0 0 30px;
    padding-top: 26px;
    position: relative;
    display: inline-block;
}

html body[class] .fs-statement-eyebrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 1px;
    background: #c8956c;
}

html body[class] .fs-statement-text {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 4.2vw, 3.3rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.14;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    margin: 0 auto 26px;
    max-width: 22ch;
}

html body[class] .fs-statement-lead {
    font-size: 1.04rem;
    line-height: 1.74;
    color: #6b625c;
    margin: 0 auto 24px;
    max-width: 60ch;
}

html body[class] .fs-statement-meta {
    font-family: Raleway, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #8a7f77;
    margin: 0;
}


html body[class] .fs-next {
    background: #f5f0eb;
    padding: 92px 0 100px;
}

html body[class] .fs-next-label {
    font-family: Raleway, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #c8956c;
    margin: 0 0 6px;
}

html body[class] .fs-next-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 34px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
}

html body[class] .fs-next-item {
    display: block;
    padding: 26px 0 30px;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
    position: relative;
    text-decoration: none;
    transition: padding-left 0.4s ease;
}

html body[class] .fs-next-item::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c8956c;
    transition: width 0.45s ease;
}

html body[class] .fs-next-item:hover {
    padding-left: 12px;
}

html body[class] .fs-next-item:hover::after {
    width: 100%;
}

html body[class] .fs-next-num {
    display: block;
    font-family: Raleway, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.26em;
    color: #c8956c;
    margin-bottom: 12px;
}

html body[class] .fs-next-title {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.34rem;
    font-weight: 500;
    line-height: 1.26;
    letter-spacing: -0.015em;
    color: #1a1a1a;
    margin-bottom: 8px;
}

html body[class] .fs-next-note {
    display: block;
    font-size: 0.94rem;
    line-height: 1.62;
    color: #6b625c;
    max-width: 32ch;
}


html body[class] .fs-address {
    background: #fbf9f7;
    padding: 92px 0 100px;
}

html body[class] .fs-address-label {
    font-family: Raleway, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #c8956c;
    margin: 0 0 30px;
}

html body[class] .fs-address-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 34px;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
}

html body[class] .fs-address-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 28px 26px 30px 0;
    border-left: 1px solid rgba(26, 26, 26, 0.16);
    padding-left: 26px;
}

html body[class] .fs-address-item:first-child {
    border-left: 0;
    padding-left: 0;
}

html body[class] .fs-address-key {
    font-family: Raleway, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #8a7f77;
}

html body[class] .fs-address-val {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.06rem;
    line-height: 1.42;
    color: #1a1a1a;
}

html body[class] .fs-address-note {
    font-size: 0.98rem;
    line-height: 1.72;
    color: #6b625c;
    max-width: 62ch;
    margin: 30px 0 0;
}

html body[class] .fs-address .fs-masthead-btns {
    margin-top: 26px;
}


html body[class] .fs-closequote {
    background: #1a1a1a;
    padding: 104px 0 110px;
    text-align: center;
    border-top: 1px solid #c8956c;
}

html body[class] .fs-closequote-text {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.5rem, 3vw, 2.3rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.32;
    letter-spacing: -0.015em;
    color: #f5f0eb;
    margin: 0 auto 30px;
    padding: 0;
    border: 0;
    max-width: 26ch;
}

html body[class] .fs-closequote-who {
    font-family: Raleway, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #c8956c;
    margin: 0;
}

html body[class] .fs-closequote-who span {
    display: block;
    color: rgba(245, 240, 235, 0.44);
    margin-top: 8px;
    letter-spacing: 0.2em;
}


html body[class] .fs-doc {
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
    margin-top: 8px;
}

html body[class] .fs-doc-item {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 0 46px;
    padding: 28px 0 30px;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
}

html body[class] .fs-doc-term {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.16rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #1a1a1a;
    margin: 0;
    position: relative;
    padding-top: 2px;
}

html body[class] .fs-doc-def p {
    font-size: 0.98rem;
    line-height: 1.78;
    color: #4a433e;
    margin: 0 0 14px;
    max-width: 70ch;
}

html body[class] .fs-doc-def p:last-child {
    margin-bottom: 0;
}


html body[class] .fs-prose {
    max-width: 68ch;
}

html body[class] .fs-prose p {
    font-size: 1.04rem;
    line-height: 1.8;
    color: #4a433e;
    margin: 0 0 22px;
    max-width: none;
}

html body[class] .fs-prose p:last-child {
    margin-bottom: 0;
}

html body[class] .t-section--navy .fs-prose {
    margin-left: auto;
    margin-right: auto;
}

html body[class] .t-section--navy .fs-prose p {
    color: rgba(245, 240, 235, 0.76);
}


html body[class] .fs-spec {
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
    overflow-x: auto;
    margin-top: 8px;
}

html body[class] .fs-spec-head {
    display: flex;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
}

html body[class] .fs-spec-head span {
    flex: 1 1 0;
    min-width: 116px;
    padding: 13px 18px 13px 0;
    font-family: Raleway, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8a7f77;
}

html body[class] .fs-spec-row {
    display: flex;
    border-top: 1px solid rgba(26, 26, 26, 0.1);
}

html body[class] .fs-spec-row:first-of-type {
    border-top: 0;
}

html body[class] .fs-spec-cell {
    flex: 1 1 0;
    min-width: 116px;
    padding: 17px 18px 17px 0;
    font-family: Raleway, sans-serif;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #4a433e;
}

html body[class] .fs-spec-key {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.06rem;
    color: #1a1a1a;
}

html body[class] .fs-spec-label {
    display: none;
}

html body[class] .t-section--navy .fs-spec,
html body[class] .t-section--navy .fs-spec-head,
html body[class] .t-section--navy .fs-spec-row {
    border-color: rgba(245, 240, 235, 0.18);
}

html body[class] .t-section--navy .fs-spec-cell {
    color: rgba(245, 240, 235, 0.74);
}

html body[class] .t-section--navy .fs-spec-key {
    color: #f5f0eb;
}


html body[class] .fs-qa {
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
}

html body[class] .fs-qa-item {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 0 28px;
    padding: 30px 0;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
}

html body[class] .fs-qa-num {
    font-family: Raleway, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.26em;
    color: #c8956c;
    line-height: 2.4;
}

html body[class] .fs-qa-q {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.14rem, 1.7vw, 1.36rem);
    font-weight: 500;
    line-height: 1.34;
    letter-spacing: -0.015em;
    color: #1a1a1a;
    margin: 0 0 10px;
    max-width: 44ch;
}

html body[class] .fs-qa-a {
    grid-column: 2;
}

html body[class] .fs-qa-a p {
    font-size: 0.98rem;
    line-height: 1.75;
    color: #6b625c;
    margin: 0 0 12px;
    max-width: 68ch;
}

html body[class] .fs-qa-a p:last-child {
    margin-bottom: 0;
}


html body[class] .fs-people {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 48px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.16);
}

html body[class] .fs-person {
    padding: 30px 0;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
}

html body[class] .fs-person-name {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.28;
    color: #1a1a1a;
    margin: 0 0 6px;
}

html body[class] .fs-person-role {
    font-family: Raleway, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c8956c;
    margin: 0 0 16px;
}

html body[class] .fs-person-bio {
    font-size: 0.96rem;
    line-height: 1.72;
    color: #6b625c;
    margin: 0 0 12px;
    max-width: 52ch;
}

html body[class] .fs-person-langs {
    font-family: Raleway, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a7f77;
    margin: 0;
}


html body[class] .fs-form {
    max-width: 760px;
    margin-top: 10px;
    border-top: 1px solid rgba(26, 26, 26, 0.16);
    padding-top: 34px;
}

html body[class] .fs-form .wpcf7-form > p {
    display: grid;
    gap: 9px;
    margin: 0 0 22px;
    max-width: none;
}

html body[class] .fs-form label {
    display: grid;
    gap: 9px;
    font-family: Raleway, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8a7f77;
    margin: 0;
}

html body[class] .fs-form .wpcf7-form-control-wrap {
    display: block;
}

html body[class] .fs-form textarea {
    min-height: 168px;
    resize: vertical;
}

html body[class] .fs-form input[type="submit"],
html body[class] .fs-form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 17px 38px;
    min-height: 54px;
    background: #1a1a1a;
    color: #f5f0eb;
    border: 1px solid #1a1a1a;
    border-radius: 0;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.32s ease, color 0.32s ease, border-color 0.32s ease;
}

html body[class] .fs-form input[type="submit"]:hover,
html body[class] .fs-form button[type="submit"]:hover {
    background: #c8956c;
    border-color: #c8956c;
    color: #1a1a1a;
}

html body[class] .fs-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

html body[class] .fs-form .wpcf7-acceptance label {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.6;
    color: #6b625c;
}

html body[class] .fs-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    accent-color: #c8956c;
}

html body[class] .fs-form .wpcf7-not-valid-tip {
    font-family: Raleway, sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: none;
    color: #a6503c;
    margin-top: 4px;
}

html body[class] .fs-form .wpcf7-response-output {
    border: 1px solid rgba(26, 26, 26, 0.24);
    border-radius: 0;
    padding: 14px 18px;
    margin: 22px 0 0;
    font-size: 14px;
}

/* Labels wrap to different numbers of lines, so the cells must align on their bottom edge
   or the field beside a two-line label sits 18px lower than its neighbour. */
html body[class] .fs-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    gap: 0 26px;
}

html body[class] .fs-form-grid > p {
    margin-bottom: 22px;
}


@media (max-width: 1200px) {
    html body[class] .fx-nav-list {
        gap: 22px;
    }

    html body[class] .fx-nav-list > li > a {
        font-size: 10px;
        letter-spacing: 0.14em;
    }
}

@media (max-width: 1024px) {
    html body[class] .fx-header-inner {
        padding: 0 22px;
        min-height: 70px;
    }

    html body[class] .t-container,
    html body[class] .t-rich-footer .t-container {
        padding-left: 22px;
        padding-right: 22px;
    }

    html body[class] .t-section,
    html body[class] .t-section--navy {
        padding-top: 84px;
        padding-bottom: 84px;
    }

    html body[class] .t-section + .t-section {
        padding-top: 0;
    }

    html body[class] .t-section + .t-section--white,
    html body[class] .t-section + .t-section--navy,
    html body[class] .t-section--white + .t-section,
    html body[class] .t-section--navy + .t-section {
        padding-top: 84px;
    }

    html body[class] .t-grid,
    html body[class] .t-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 26px;
    }

    html body[class] .t-rich-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 30px;
    }

    html body[class] .fs-journal-list {
        padding-left: 22px;
        padding-right: 22px;
    }

    html body[class] .t-hero-full {
        min-height: 76vh;
        padding: 126px 0 66px;
    }

    html body[class] .fs-masthead {
        padding: 136px 0 62px;
    }

    html body[class] .fs-masthead-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
        align-items: start;
    }

    html body[class] .fs-masthead-title {
        max-width: 20ch;
    }

    html body[class] .fs-masthead-side {
        padding-bottom: 0;
    }

    html body[class] .fs-masthead + .t-section,
    html body[class] .fs-masthead + .t-section--soft,
    html body[class] .fs-masthead + .t-section--white {
        padding-top: 80px;
    }

    html body[class] .fs-hsplit {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
        min-height: 74vh;
    }

    html body[class] .fs-hsplit-text {
        padding: 124px 32px 62px 22px;
    }

    html body[class] .fs-statement {
        padding: 124px 0 64px;
    }

    html body[class] .fs-next,
    html body[class] .fs-address {
        padding: 76px 0 84px;
    }

    html body[class] .fs-next-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html body[class] .fs-address-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html body[class] .fs-address-item:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }

    html body[class] .fs-address-item:nth-child(n+3) {
        border-top: 1px solid rgba(26, 26, 26, 0.16);
    }

    html body[class] .fs-roster-row {
        grid-template-columns: 52px minmax(0, 1fr) auto;
        gap: 8px 22px;
    }

    html body[class] .fs-roster-note {
        grid-column: 2 / -1;
    }

    html body[class] .fs-figures {
        padding-bottom: 84px;
    }

    html body[class] .fs-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html body[class] .fs-fact:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }

    html body[class] .fs-fact:nth-child(n+3) {
        border-top: 1px solid rgba(26, 26, 26, 0.16);
    }
}

@media (max-width: 900px) {
    html body[class] .fx-nav-mobile[aria-hidden="false"],
    html body[class] .fx-nav-mobile.fx-open {
        max-height: calc(100vh - 70px);
    }
}

@media (max-width: 720px) {
    html body[class] .t-container,
    html body[class] .t-rich-footer .t-container,
    html body[class] .fs-journal-head,
    html body[class] .fs-journal-list,
    html body[class] .fs-single-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Logo, CTA and burger have to share 390px. Production already overflowed by 12px
       before this branch; a smaller wordmark and a tighter row give them the space. */
    html body[class] .fx-header-inner {
        padding: 0 16px;
        gap: 14px;
    }

    html body[class] .fx-logo-text,
    html body[class] .fx-logo-wordmark {
        font-size: 1.16rem;
    }

    html body[class] .fx-nav-cta {
        font-size: 13px;
    }

    /* Field and button cannot share a 390px row without the field collapsing, so the
       button drops beneath it at full width. */
    html body[class] .fx-nav-search-form {
        padding: 16px 20px 20px;
    }

    html body[class] .fx-nav-search-form input[name="s"],
    html body[class] .fx-nav-search-form button[type="submit"] {
        flex: 1 1 100%;
        min-width: 0;
    }

    html body[class] .t-section,
    html body[class] .t-section--navy {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    html body[class] .t-section + .t-section {
        padding-top: 0;
    }

    html body[class] .t-section + .t-section--white,
    html body[class] .t-section + .t-section--navy,
    html body[class] .t-section--white + .t-section,
    html body[class] .t-section--navy + .t-section {
        padding-top: 64px;
    }

    html body[class] .t-section-title {
        max-width: none;
        padding-top: 30px;
        margin-bottom: 22px;
    }

    html body[class] .t-hero-full {
        min-height: 74vh;
        padding: 112px 0 52px;
    }

    html body[class] .t-hero-full h1 {
        max-width: none;
    }

    html body[class] .t-hero-btns {
        gap: 12px;
        width: 100%;
    }

    html body[class] .t-hero-btns .t-btn-primary,
    html body[class] .t-hero-btns .t-btn-ghost {
        flex: 1 1 100%;
    }

    html body[class] .t-grid,
    html body[class] .t-grid--3,
    html body[class] .fs-journal-list {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    html body[class] .t-card-img,
    html body[class] .t-card > img {
        aspect-ratio: 3 / 2;
    }

    html body[class] .fs-journal,
    html body[class] .fs-single {
        padding-top: 112px;
        padding-bottom: 64px;
    }

    html body[class] .t-rich-footer {
        padding-top: 62px;
    }

    html body[class] .t-rich-footer-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
        padding-bottom: 44px;
    }

    html body[class] .fx-newsletter > div {
        flex-direction: column;
    }

    /* Two columns inside 390px leaves 162px per field, which is too narrow for a date
       picker and forces every second label onto a second line. */
    html body[class] .fs-form-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    html body[class] .fs-form .wpcf7-form > p,
    html body[class] .fs-form-grid > p {
        margin-bottom: 20px;
    }

    html body[class] .fs-roster-row {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 6px 16px;
        padding: 22px 0;
    }

    html body[class] .fs-roster-go {
        grid-column: 2 / -1;
        margin-top: 6px;
        align-self: start;
        justify-self: start;
        border-bottom-color: rgba(26, 26, 26, 0.28);
    }

    html body[class] .fs-figures {
        padding-bottom: 64px;
    }

    html body[class] .fs-facts {
        grid-template-columns: minmax(0, 1fr);
    }

    html body[class] .fs-fact {
        flex-direction: row;
        align-items: baseline;
        gap: 16px;
        padding: 22px 0;
        border-left: 0;
        border-top: 1px solid rgba(26, 26, 26, 0.16);
    }

    html body[class] .fs-fact:first-child {
        border-top: 0;
    }

    html body[class] .fs-fact-num {
        min-width: 68px;
    }

    html body[class] .fs-note {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding: 24px 0;
    }

    html body[class] .fs-note-date {
        grid-row: auto;
        line-height: 1.4;
    }

    html body[class] .fs-masthead {
        padding: 112px 0 48px;
    }

    html body[class] .fs-masthead-eyebrow {
        margin-bottom: 26px;
    }

    html body[class] .fs-masthead-title {
        max-width: none;
    }

    html body[class] .fs-masthead-btns .t-btn-primary,
    html body[class] .fs-masthead-btns .t-btn-ghost {
        flex: 1 1 100%;
    }

    html body[class] .fs-masthead + .t-section,
    html body[class] .fs-masthead + .t-section--soft,
    html body[class] .fs-masthead + .t-section--white {
        padding-top: 62px;
    }

    html body[class] .fs-hsplit {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    html body[class] .fs-hsplit-media {
        order: -1;
        min-height: 0;
        aspect-ratio: 4 / 5;
        margin-top: 70px;
    }

    html body[class] .fs-hsplit-text {
        padding: 44px 20px 58px;
        align-items: flex-start;
    }

    html body[class] .fs-hsplit-inner {
        max-width: none;
    }

    html body[class] .fs-hsplit-btns .t-btn-primary,
    html body[class] .fs-hsplit-btns .t-btn-ghost {
        flex: 1 1 100%;
    }

    html body[class] .fs-statement {
        padding: 104px 0 52px;
    }

    html body[class] .fs-statement-text {
        max-width: none;
    }

    html body[class] .fs-next,
    html body[class] .fs-address {
        padding: 60px 0 66px;
    }

    html body[class] .fs-next-grid,
    html body[class] .fs-address-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    html body[class] .fs-address-item,
    html body[class] .fs-address-item:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid rgba(26, 26, 26, 0.16);
    }

    html body[class] .fs-address-item:first-child {
        border-top: 0;
    }

    html body[class] .fs-closequote {
        padding: 74px 0 80px;
    }

    html body[class] .fs-spec {
        overflow-x: visible;
        border-top: 1px solid rgba(26, 26, 26, 0.16);
    }

    html body[class] .fs-spec-head {
        display: none;
    }

    html body[class] .fs-spec-row {
        display: block;
        padding: 18px 0;
        border-top: 1px solid rgba(26, 26, 26, 0.1);
    }

    html body[class] .fs-spec-row:first-of-type {
        border-top: 0;
    }

    html body[class] .fs-spec-cell {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        min-width: 0;
        padding: 5px 0;
    }

    html body[class] .fs-spec-key {
        padding-bottom: 10px;
    }

    html body[class] .fs-spec-label {
        display: block;
        flex: 0 0 auto;
        font-family: Raleway, sans-serif;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #8a7f77;
        line-height: 2;
    }

    html body[class] .fs-spec-key .fs-spec-label {
        display: none;
    }

    html body[class] .fs-qa-item {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding: 24px 0;
    }

    html body[class] .fs-qa-num {
        line-height: 1.4;
    }

    html body[class] .fs-qa-a {
        grid-column: auto;
    }

    html body[class] .fs-people {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    html body[class] .fs-doc-item {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        padding: 22px 0 24px;
    }
}
