.contact-page {
    --gold: #99783a;
    --cream: #faf7f2;
    --blush: #f1e2dd;
    --dark: #181614;
    --muted: #7d756e;
}

.contact-page h1,
.contact-page h2,
.contact-page h3,
.contact-page p {
    margin-top: 0;
}

.contact-eyebrow {
    color: var(--gold);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .25em;
    text-transform: uppercase;
}


/* ============================================================
   HERO
   ============================================================ */

.contact-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 55px;
    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(183,151,96,.12),
            transparent 30%
        ),
        var(--cream);
}

.contact-watermark {
    position: absolute;
    top: -70px;
    right: -40px;
    color: rgba(153,120,58,.035);
    font-family: "Italianno", cursive;
    font-size: 360px;
    line-height: 1;
}

.contact-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr .65fr;
    gap: 100px;
    align-items: end;
}

.contact-hero h1 {
    max-width: 830px;
    margin: 20px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(61px,7.5vw,105px);
    font-weight: 400;
    line-height: .9;
    letter-spacing: -.055em;
}

.contact-hero h1 span {
    display: block;
    color: var(--gold);
    font-style: italic;
}

.contact-hero-copy p {
    max-width: 430px;
    margin-bottom: 27px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.9;
}

.contact-hero-copy a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 7px;
    border-bottom: 1px solid #baa57c;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.contact-hero-copy a span {
    color: var(--gold);
    font-size: 14px;
}

.contact-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 13px;
    align-items: center;
    margin-top: 75px;
}

.contact-divider span {
    height: 1px;
    background: rgba(153,120,58,.3);
}

.contact-divider i {
    color: var(--gold);
    font-size: 7px;
    font-style: normal;
}


/* ============================================================
   DETAILS
   ============================================================ */

.contact-details {
    padding: 105px 0 120px;
    background: #fff;
}

.contact-details-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #e4dbd5;
    border-bottom: 1px solid #e4dbd5;
}

.contact-card {
    min-height: 375px;
    display: flex;
    flex-direction: column;
    padding: 31px 29px 35px;
}

.contact-card + .contact-card {
    border-left: 1px solid #e4dbd5;
}

.contact-card:nth-child(2),
.contact-card:nth-child(4) {
    background: #fcf9f7;
}

.contact-card-number {
    color: var(--gold);
    font-family: "Playfair Display", serif;
    font-size: 10px;
}

.contact-card-icon {
    width: 47px;
    height: 47px;
    display: grid;
    place-items: center;
    margin-top: 42px;
    border: 1px solid #d5c29f;
    border-radius: 50%;
    color: var(--gold);
    font-size: 16px;
}

.contact-card-label {
    margin-top: 29px;
    color: #998f87;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: .18em;
}

.contact-card h2 {
    margin: 7px 0 0;
    font-family: "Playfair Display", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.08;
}

.contact-card h2 span {
    display: block;
    color: var(--gold);
    font-style: italic;
}

.contact-card p {
    margin: auto 0 0;
    padding-top: 28px;
    color: #766e68;
    font-size: 10.5px;
    line-height: 1.7;
}

.contact-main-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 28px;
    padding-bottom: 5px;
    border-bottom: 1px solid #baa47b;
    font-size: 9px;
    font-weight: 500;
}

.contact-main-link span {
    color: var(--gold);
}

.contact-muted {
    color: #9d948c !important;
}


/* ============================================================
   LOCATION
   ============================================================ */

.contact-location {
    padding: 125px 0;
    background: #f8f3ee;
}

.contact-location-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 95px;
    align-items: center;
}

.contact-map-wrap {
    position: relative;
    min-height: 610px;
    padding: 0 45px 45px 0;
}

.contact-map-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 68%;
    height: 72%;
    background: #ecdbd4;
}

.contact-map-wrap iframe {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 610px;
    border: 0;
    filter:
        grayscale(.35)
        sepia(.08)
        saturate(.7)
        contrast(.92);
}

.map-label {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 5px;
    width: 205px;
    padding: 19px 21px;
    background: var(--dark);
    color: #fff;
}

.map-label span,
.map-label strong {
    display: block;
}

.map-label span {
    color: #aaa198;
    font-size: 7px;
    letter-spacing: .18em;
}

.map-label strong {
    margin-top: 7px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
}

.location-copy h2 {
    max-width: 530px;
    margin: 16px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(44px,5vw,68px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.location-copy h2 span {
    display: block;
    color: var(--gold);
    font-style: italic;
}

.location-copy > p {
    max-width: 490px;
    margin: 25px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.9;
}

.location-info {
    margin-top: 42px;
    border-top: 1px solid #ddd2ca;
}

.location-info > div {
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd2ca;
}

.location-info small {
    color: #9c938b;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: .16em;
}

.location-info strong {
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 400;
}

.location-book {
    min-height: 53px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 31px;
    padding: 0 27px;
    background: var(--dark);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.location-book svg {
    width: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
}


/* ============================================================
   HOURS
   ============================================================ */

.contact-hours {
    padding: 120px 0;
    background: #fff;
}

.contact-hours-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 105px;
}

.contact-hours h2 {
    max-width: 500px;
    margin: 16px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(43px,5vw,67px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.contact-hours h2 span {
    display: block;
    color: var(--gold);
    font-style: italic;
}

.contact-hours-grid > div:first-child > p {
    max-width: 440px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.85;
}

.hours-list {
    border-top: 1px solid #e4dbd5;
}

.hours-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    min-height: 66px;
    border-bottom: 1px solid #e4dbd5;
}

.hours-row span {
    font-family: "Playfair Display", serif;
    font-size: 16px;
}

.hours-row i {
    height: 1px;
    border-bottom: 1px dotted #d3c6bd;
}

.hours-row strong {
    color: #6e665f;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .06em;
}

.hours-empty {
    display: flex;
    gap: 22px;
    align-items: center;
    padding: 38px 0;
    border-bottom: 1px solid #e4dbd5;
}

.hours-empty > span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    flex: none;
    border: 1px solid #d4bf99;
    border-radius: 50%;
    color: var(--gold);
}

.hours-empty strong {
    font-family: "Playfair Display", serif;
    font-size: 19px;
    font-weight: 400;
}

.hours-empty p {
    margin: 7px 0 0;
    color: var(--muted);
    font-size: 10px;
}


/* ============================================================
   HELP
   ============================================================ */

.contact-help {
    padding: 115px 0;
    background: #f8f3ee;
}

.contact-help-head {
    margin-bottom: 55px;
}

.contact-help h2 {
    max-width: 650px;
    margin: 16px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(43px,5vw,66px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.contact-help h2 span {
    display: block;
    color: var(--gold);
    font-style: italic;
}

.contact-help-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid #ddd1ca;
    border-bottom: 1px solid #ddd1ca;
}

.contact-help-grid article {
    padding: 34px 35px 38px;
}

.contact-help-grid article + article {
    border-left: 1px solid #ddd1ca;
}

.contact-help-grid article > span {
    color: var(--gold);
    font-family: "Playfair Display", serif;
    font-size: 10px;
}

.contact-help-grid h3 {
    margin: 25px 0 11px;
    font-family: "Playfair Display", serif;
    font-size: 21px;
    font-weight: 400;
}

.contact-help-grid p {
    margin: 0;
    color: #827a73;
    font-size: 10.5px;
    line-height: 1.8;
}


/* ============================================================
   CTA
   ============================================================ */

.contact-final {
    position: relative;
    overflow: hidden;
    padding: 115px 0;
    background: var(--dark);
    color: #fff;
    text-align: center;
}

.contact-final-script {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255,255,255,.025);
    font-family: "Italianno", cursive;
    font-size: 390px;
    transform: translate(-50%,-50%);
}

.contact-final-inner {
    position: relative;
    z-index: 2;
}

.contact-final .contact-eyebrow {
    color: #bea56f;
}

.contact-final h2 {
    margin: 18px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(49px,6vw,78px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.04em;
}

.contact-final h2 span {
    display: block;
    color: #c2a66d;
    font-style: italic;
}

.contact-final p {
    max-width: 520px;
    margin: 25px auto 31px;
    color: #aaa098;
    font-size: 11px;
    line-height: 1.8;
}

.contact-final a {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    gap: 21px;
    padding: 0 28px;
    background: #fff;
    color: var(--dark);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.contact-final svg {
    width: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1000px) {

    .contact-details-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .contact-card:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #e4dbd5;
    }

    .contact-card:nth-child(4) {
        border-top: 1px solid #e4dbd5;
    }

    .contact-location-grid,
    .contact-hours-grid {
        gap: 60px;
    }
}


@media (max-width: 800px) {

    .contact-hero-grid,
    .contact-location-grid,
    .contact-hours-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero-grid {
        gap: 32px;
    }

    .contact-map-wrap {
        max-width: 680px;
    }
}


@media (max-width: 620px) {

    .contact-hero {
        padding: 70px 0 40px;
    }

    .contact-hero h1 {
        font-size: 56px;
    }

    .contact-divider {
        margin-top: 48px;
    }

    .contact-details,
    .contact-location,
    .contact-hours,
    .contact-help {
        padding: 80px 0;
    }

    .contact-details-grid {
        grid-template-columns: 1fr;
    }

    .contact-card {
        min-height: 300px;
    }

    .contact-card + .contact-card,
    .contact-card:nth-child(3),
    .contact-card:nth-child(4) {
        border-left: 0;
        border-top: 1px solid #e4dbd5;
    }

    .contact-map-wrap {
        min-height: 460px;
        padding: 0 18px 35px 0;
    }

    .contact-map-wrap iframe {
        height: 460px;
    }

    .map-label {
        width: 175px;
    }

    .location-copy h2,
    .contact-hours h2,
    .contact-help h2 {
        font-size: 41px;
    }

    .contact-help-grid {
        grid-template-columns: 1fr;
    }

    .contact-help-grid article + article {
        border-left: 0;
        border-top: 1px solid #ddd1ca;
    }

    .contact-final {
        padding: 85px 0;
    }

    .contact-final h2 {
        font-size: 49px;
    }
}
