* {
    box-sizing: border-box
}

:root {
    --ink: #171719;
    --gold: #ad8b65;
    --cream: #faf8f4;
    --soft: #f3ece3
}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #ad9171 #eeeae4
}

body {
    margin: 0;
    padding-top: 120px;
    color: var(--ink);
    background: var(--cream);
    font-family: "Montserrat", Arial, sans-serif;
    overflow-x: hidden
}

.content {
    width: min(1180px, calc(100% - 80px));
    margin: auto
}

.site-header {
    height: 120px;
    padding: 0 34px 0 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    background: rgba(250, 248, 244, .98);
    box-shadow: 0 2px 7px rgba(70, 70, 70, .1);
    position: fixed;
    inset: 0 0 auto;
    z-index: 20
}

.brand {
    display: flex;
    align-items: center;
    min-width: 360px;
    color: inherit;
    text-decoration: none
}

.brand-mark {
    width: 103px;
    height: 101px;
    object-fit: contain
}

.brand-copy {
    padding-left: 20px;
    text-align: center
}

.brand-copy strong {
    display: block;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 5.1px;
    white-space: nowrap
}

.brand-copy small {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 4.3px
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(18px, 2.1vw, 40px);
    flex: 1
}

.navigation a {
    padding: 13px 0 9px;
    color: var(--ink);
    border-bottom: 1px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .55px;
    transition: .25s
}

.navigation a:hover,
.navigation a.active {
    color: #846b50;
    border-color: #a88c6d;
    transform: translateY(-2px)
}

.navigation .quote-button {
    padding: 20px 31px;
    color: #fff;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #aa8c6d, #b99c7b);
    letter-spacing: 1.7px
}

.menu-toggle {
    display: none;
    border: 0;
    background: none;
    padding: 10px
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    margin: 5px;
    background: var(--ink)
}

.faq-hero {
    min-height: 620px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(115deg, #faf8f4 48%, #f1e8dc)
}

.hero-rings {
    position: absolute;
    width: 760px;
    height: 760px;
    right: -170px;
    top: -420px;
    border: 1px solid rgba(173, 139, 101, .18);
    border-radius: 50%;
    box-shadow: -105px 215px 0 75px rgba(173, 139, 101, .06), -180px 365px 0 150px rgba(173, 139, 101, .035)
}

.hero-copy {
    position: relative;
    padding: 80px 0 72px
}

.section-label {
    margin: 0 0 24px;
    color: #9f754d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.8px
}

.hero-copy h1,
.faq-intro h2,
.cta-inner h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    text-transform: uppercase
}

.hero-copy h1 {
    font-size: 63px;
    line-height: 1.05;
    letter-spacing: 1px
}

.hero-copy h1 em,
.faq-intro h2 em {
    color: var(--gold);
    font-style: normal
}

.ornament {
    display: flex;
    align-items: center;
    width: 125px;
    height: 60px;
    color: var(--gold)
}

.ornament span {
    width: 110px;
    height: 1px;
    background: var(--gold)
}

.ornament b {
    font-weight: 400
}

.hero-copy>p:not(.section-label) {
    max-width: 575px;
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 1.85
}

.hero-link {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    color: #8f6d49;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px
}

.hero-link span {
    font-size: 18px;
    transition: transform .25s
}

.hero-link:hover span {
    transform: translateY(4px)
}

.faq-section {
    padding: 100px 0 110px
}

.faq-layout {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 100px;
    align-items: start
}

.faq-intro {
    position: sticky;
    top: 165px
}

.faq-intro .section-label {
    margin-bottom: 18px
}

.faq-intro h2 {
    font-size: 48px;
    line-height: 1.05
}

.faq-intro>p:not(.section-label) {
    margin: 28px 0 30px;
    color: #625e59;
    font-size: 14px;
    line-height: 1.85
}

.faq-intro>a {
    display: inline-flex;
    gap: 25px;
    align-items: center;
    padding-bottom: 8px;
    color: #8f6d49;
    border-bottom: 1px solid rgba(173, 139, 101, .55);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px
}

.accordion {
    border-top: 1px solid rgba(173, 139, 101, .4)
}

details {
    border-bottom: 1px solid rgba(173, 139, 101, .35);
    background: transparent;
    transition: background .25s
}

details[open] {
    background: rgba(243, 236, 227, .42)
}

summary {
    min-height: 82px;
    padding: 23px 25px 23px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    cursor: pointer;
    list-style: none;
    font: 500 20px/1.35 "Cormorant Garamond", Georgia, serif;
    letter-spacing: .1px
}

summary::-webkit-details-marker {
    display: none
}

summary span {
    width: 20px;
    height: 20px;
    position: relative;
    flex: 0 0 20px
}

summary span:before,
summary span:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 2px;
    width: 16px;
    height: 1px;
    background: var(--gold);
    transition: transform .25s
}

summary span:after {
    transform: rotate(90deg)
}

details[open] summary span:after {
    transform: rotate(0)
}

.answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease
}

details[open] .answer {
    grid-template-rows: 1fr
}

.answer p {
    overflow: hidden;
    margin: 0;
    padding: 0 55px 27px 5px;
    color: #5f5a54;
    font-size: 14px;
    line-height: 1.85
}

.cta-section {
    overflow: hidden;
    color: #fff;
    background: linear-gradient(100deg, #c7a47c, #a47e55)
}

.cta-inner {
    min-height: 270px;
    display: grid;
    grid-template-columns: 170px 1fr 270px;
    gap: 35px;
    align-items: center
}

.cta-inner img {
    width: 170px;
    opacity: .16;
    filter: brightness(2)
}

.cta-inner .section-label {
    margin-bottom: 10px;
    color: #fff;
    opacity: .78
}

.cta-inner h2 {
    font-size: 34px;
    line-height: 1.08
}

.cta-inner p:last-child {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 1.7
}

.cta-inner>a {
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    color: #9b704c;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.8px;
    transition: .25s
}

.cta-inner>a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(76, 51, 28, .2)
}

footer {
    padding: 18px;
    text-align: center;
    color: #9b978f;
    background: #f8f6f2;
    font-size: 12px;
    border-top: 1px solid #e4dfd7
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s, transform .65s
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:1180px) {
    body {
        padding-top: 94px
    }

    .site-header {
        height: 94px;
        padding: 0 26px
    }

    .brand {
        min-width: 0
    }

    .brand-mark {
        width: 70px;
        height: 70px
    }

    .brand-copy strong {
        font-size: 18px;
        letter-spacing: 3px
    }

    .brand-copy small {
        font-size: 8px;
        letter-spacing: 3px
    }

    .menu-toggle {
        display: block;
        cursor: pointer
    }

    .navigation {
        display: none;
        position: absolute;
        top: 94px;
        left: 0;
        right: 0;
        max-height: calc(100dvh - 94px);
        padding: 18px 24px 24px;
        flex-direction: column;
        background: #f8f6f2;
        gap: 4px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
        overflow-y: auto
    }

    .navigation[data-open="true"] {
        display: flex
    }

    .navigation a {
        width: 100%;
        padding: 12px 0;
        text-align: center
    }

    .navigation .quote-button {
        width: min(100%, 280px);
        margin-top: 8px;
        padding: 16px 22px
    }

    .content {
        width: min(100% - 60px, 1100px)
    }

    .faq-layout {
        grid-template-columns: 290px 1fr;
        gap: 60px
    }

    .cta-inner {
        grid-template-columns: 130px 1fr 240px
    }

    .cta-inner img {
        width: 130px
    }
}

@media(max-width:760px) {
    body {
        padding-top: 76px
    }

    .site-header {
        height: 76px;
        padding: 0 15px
    }

    .brand-mark {
        width: 56px;
        height: 56px
    }

    .brand-copy {
        padding-left: 8px
    }

    .brand-copy strong {
        font-size: 14px;
        letter-spacing: 2px
    }

    .brand-copy small {
        margin-top: 4px;
        font-size: 7px;
        letter-spacing: 2px
    }

    .navigation {
        top: 76px;
        max-height: calc(100dvh - 76px)
    }

    .content {
        width: calc(100% - 42px)
    }

    .faq-hero {
        min-height: auto
    }

    .hero-copy {
        padding: 70px 0
    }

    .hero-copy h1 {
        font-size: 45px
    }

    .hero-copy>p:not(.section-label) {
        font-size: 15px
    }

    .faq-section {
        padding: 70px 0 80px
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .faq-intro {
        position: static
    }

    .faq-intro h2 {
        font-size: 42px
    }

    summary {
        min-height: 74px;
        padding-right: 8px;
        font-size: 18px
    }

    .answer p {
        padding-right: 20px
    }

    .cta-inner {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 55px 0
    }

    .cta-inner img {
        display: none
    }

    .cta-inner>a {
        width: min(100%, 310px);
        margin: auto
    }
}

@media(max-width:450px) {
    .brand-copy strong {
        font-size: 12px;
        letter-spacing: 1.5px
    }

    .brand-copy small {
        font-size: 6px;
        letter-spacing: 1.5px
    }

    .hero-copy h1 {
        font-size: 38px
    }

    .faq-intro h2 {
        font-size: 38px
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

/* Homepage-style button motion */
.cta-inner>a {
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease
}

.cta-inner>a span {
    transition: transform .25s ease
}

.cta-inner>a:hover {
    filter: brightness(1.03)
}

.cta-inner>a:hover span {
    transform: translateX(5px)
}

@media(prefers-reduced-motion:reduce) {

    .cta-inner>a,
    .cta-inner>a span {
        transition: none !important
    }
}

/* Match the homepage header quote button */
.navigation .quote-button {
    color: #fff;
    background: linear-gradient(90deg, #aa8c6d, #b99c7b);
    transition: color .25s ease, transform .25s ease, border-color .25s ease, box-shadow .25s ease
}

.navigation .quote-button:hover {
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 2px 3px 5px -3px #737373
}

@media(prefers-reduced-motion:reduce) {
    .navigation .quote-button {
        transition: none !important
    }
}

/* Keep the FAQ hero flush with the bottom of the viewport */
.faq-hero {
    min-height: calc(100svh - 120px)
}

@media(max-width:1180px) {
    .faq-hero {
        min-height: calc(100svh - 94px)
    }
}

@media(max-width:760px) {
    .faq-hero {
        min-height: auto
    }
}