* {
    box-sizing: border-box
}

:root {
    --ink: #171719;
    --gold: #ac8c68;
    --cream: #f8f6f2;
    --paper: #fffdf9
}

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

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

.content {
    width: min(1280px, calc(100% - 80px));
    margin: 0 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: 9999
}

.brand {
    display: flex;
    align-items: center;
    min-width: clamp(360px, 22vw, 424px);
    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 ease
}

.navigation a:hover {
    color: #9d7f5e;
    transform: translateY(-2px)
}

.navigation a.active {
    color: #846b50;
    border-color: #a88c6d
}

.navigation .quote-button {
    margin-left: 2px;
    padding: 20px 31px;
    min-width: 183px;
    color: #fff;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #aa8c6d, #b99c7b);
    text-align: center;
    font-size: 15px;
    letter-spacing: 1.7px
}

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

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

.contact-hero {
    min-height: calc(100vh - 120px);
    min-height: calc(100svh - 120px);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(105deg, #f3eee6 0%, #faf8f4 62%, #eee5da 100%)
}

.contact-hero:before,
.contact-hero:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(172, 140, 104, .25);
    border-radius: 50%
}

.contact-hero:before {
    width: 480px;
    height: 480px;
    right: -95px;
    top: -210px
}

.contact-hero:after {
    width: 330px;
    height: 330px;
    right: 90px;
    bottom: -245px
}

.hero-accent {
    position: absolute;
    right: 13%;
    top: 50%;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(172, 140, 104, .36);
    border-radius: 50%;
    transform: translateY(-50%)
}

.hero-accent:before,
.hero-accent:after {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(172, 140, 104, .3);
    border-radius: 50%
}

.hero-accent:after {
    inset: 58px;
    background: rgba(172, 140, 104, .08)
}

.hero-copy {
    position: relative;
    z-index: 1;
    padding: 75px 0 72px
}

.eyebrow {
    margin: 0 0 16px;
    color: #9b7d5e;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 4.5px
}

h1,
h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400
}

h1 {
    margin: 0;
    font-size: clamp(55px, 5.2vw, 92px);
    line-height: .98;
    text-transform: uppercase
}

h1 em {
    color: var(--gold);
    font-style: normal
}

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

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

.ornament b {
    margin-left: -1px;
    font-weight: 400
}

.hero-copy>p:last-child {
    max-width: 650px;
    margin: 3px 0 0;
    color: #514e49;
    font-size: 18px;
    line-height: 1.75
}

.contact-section {
    padding: 95px 0 105px;
    scroll-margin-top: 120px
}

.contact-grid {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 90px;
    align-items: center
}

.contact-details h2,
.form-card h2 {
    margin: 0;
    color: #24211f;
    font-size: 48px;
    line-height: 1.05
}

.details-intro {
    max-width: 470px;
    margin: 24px 0 36px;
    color: #66615b;
    font-size: 16px;
    line-height: 1.75
}

.detail-list {
    border-top: 1px solid #ddd3c7
}

.detail-list>* {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
    padding: 21px 0;
    color: inherit;
    border-bottom: 1px solid #ddd3c7;
    text-decoration: none
}

.detail-list .icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #9a7957;
    border: 1px solid #b99c7b;
    border-radius: 50%;
    font-family: "Cormorant Garamond", serif;
    font-size: 17px
}

.detail-list small,
.detail-list strong {
    display: block
}

.detail-list small {
    margin-bottom: 6px;
    color: #9a8064;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px
}

.detail-list strong {
    overflow-wrap: anywhere;
    font-size: 14px;
    font-weight: 500
}

.detail-list a:hover strong {
    color: #9a7957
}

.availability {
    margin-top: 27px;
    display: flex;
    align-items: flex-start;
    gap: 14px
}

.availability>span {
    width: 8px;
    height: 8px;
    margin-top: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #9f866a;
    box-shadow: 0 0 0 5px rgba(172, 140, 104, .13)
}

.availability p {
    margin: 0;
    color: #716c65;
    font-size: 13px;
    line-height: 1.6
}

.availability small {
    display: block;
    color: #37332f;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px
}

.form-card {
    padding: 50px 54px 48px;
    background: var(--paper);
    border: 1px solid #e4ddd3;
    box-shadow: 0 20px 50px rgba(75, 60, 43, .09)
}

.form-kicker {
    margin: 0 0 9px;
    color: #9b7d5e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px
}

.form-card h2 {
    margin-bottom: 34px;
    font-size: 42px
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

label {
    display: block;
    margin-bottom: 20px;
    color: #46413c;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.4px
}

label>span {
    color: #9a7957
}

input,
select,
textarea {
    width: 100%;
    margin-top: 9px;
    padding: 14px 15px;
    color: #282522;
    border: 1px solid #d9d0c5;
    border-radius: 2px;
    outline: 0;
    background: #fbfaf7;
    font: 14px "Montserrat", sans-serif;
    transition: .2s
}

textarea {
    min-height: 125px;
    resize: vertical;
    line-height: 1.55
}

input:focus,
select:focus,
textarea:focus {
    border-color: #aa8c6d;
    box-shadow: 0 0 0 3px rgba(172, 140, 104, .12)
}

textarea::placeholder {
    color: #aaa39b
}

button[type=submit] {
    width: 100%;
    min-height: 58px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background: linear-gradient(90deg, #a88967, #b99c7b);
    text-transform: uppercase;
    cursor: pointer;
    font: 500 13px "Montserrat", sans-serif;
    letter-spacing: 2px;
    transition: .25s
}

button[type=submit] b {
    font-size: 24px;
    font-weight: 400
}

button[type=submit]:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(118, 88, 56, .2)
}

.form-note {
    margin: 14px 0 0;
    color: #99928a;
    text-align: center;
    font-size: 11px;
    line-height: 1.5
}

footer {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    color: #aaa7a1;
    border-top: 2px solid #9f8a72;
    text-align: center;
    font-size: 13px
}

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

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

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

    *,
    *:before,
    *:after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important
    }

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

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

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

    .contact-hero {
        min-height: calc(100vh - 94px);
        min-height: calc(100svh - 94px)
    }

    .contact-section {
        scroll-margin-top: 94px
    }

    .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:not(.quote-button) {
        width: 100%;
        padding: 12px 0;
        text-align: center
    }

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

    .contact-grid {
        gap: 50px
    }

    .hero-accent {
        right: 8%
    }
}

@media(max-width:860px) {
    .content {
        width: min(calc(100% - 48px), 680px)
    }

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

    .contact-details {
        max-width: 600px
    }

    .hero-accent {
        opacity: .4;
        right: -30px
    }
}

@media(max-width:620px) {
    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
    }

    .menu-toggle {
        margin-right: -5px
    }

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

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

    .contact-hero {
        min-height: calc(100vh - 76px);
        min-height: calc(100svh - 76px)
    }

    .contact-section {
        scroll-margin-top: 76px
    }

    .hero-copy {
        padding: 65px 0
    }

    h1 {
        font-size: clamp(43px, 12vw, 62px)
    }

    .hero-copy>p:last-child {
        font-size: 16px
    }

    .hero-accent {
        display: none
    }

    .contact-section {
        padding: 70px 0 78px
    }

    .contact-grid {
        gap: 55px
    }

    .contact-details h2 {
        font-size: 41px
    }

    .form-card {
        padding: 36px 22px 32px
    }

    .form-card h2 {
        font-size: 36px
    }

    .field-row {
        grid-template-columns: 1fr;
        gap: 0
    }
}

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

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

.simple-contact-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.simple-contact {
    min-height: calc(100vh - 178px);
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 70px 24px;
    background: linear-gradient(115deg, #f3eee6, #faf8f4 52%, #eee5da)
}

.simple-contact:before,
.simple-contact:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(172, 140, 104, .22);
    border-radius: 50%
}

.simple-contact:before {
    width: 520px;
    height: 520px;
    right: -180px;
    top: -250px
}

.simple-contact:after {
    width: 360px;
    height: 360px;
    left: -190px;
    bottom: -220px
}

.simple-contact-inner {
    width: min(780px, 100%);
    position: relative;
    z-index: 1;
    text-align: center
}

.contact-logo {
    width: 96px;
    height: 88px;
    object-fit: contain;
    opacity: .55
}

.simple-contact h1 {
    font-size: clamp(55px, 5.7vw, 88px)
}

.simple-contact .ornament {
    margin: 5px auto 0
}

.simple-intro {
    max-width: 540px;
    margin: 6px auto 36px;
    color: #615c56;
    font-size: 17px;
    line-height: 1.7
}

.simple-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-block: 1px solid #d7ccbf
}

.simple-links>* {
    min-width: 0;
    padding: 24px 18px;
    color: inherit;
    text-decoration: none
}

.simple-links>*+* {
    border-left: 1px solid #d7ccbf
}

.simple-links small,
.simple-links strong {
    display: block
}

.simple-links small {
    margin-bottom: 9px;
    color: #9a7957;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px
}

.simple-links strong {
    overflow-wrap: anywhere;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5
}

.simple-links a:hover strong {
    color: #9a7957
}

.simple-quote {
    width: 230px;
    min-height: 56px;
    margin: 34px auto 0;
    padding: 0 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(90deg, #a88967, #b99c7b);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.6px;
    transition: .25s
}

.simple-quote:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(118, 88, 56, .2)
}

.simple-quote span {
    font-size: 22px
}

@media(max-width:700px) {
    .simple-contact {
        min-height: calc(100vh - 134px);
        padding: 50px 20px
    }

    .simple-links {
        grid-template-columns: 1fr
    }

    .simple-links>*+* {
        border-left: 0;
        border-top: 1px solid #d7ccbf
    }

    .simple-links>* {
        padding: 18px 10px
    }

    .contact-logo {
        width: 80px;
        height: 72px
    }
}

/* Homepage-style button motion */
button[type=submit],
.simple-quote {
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease
}

button[type=submit] b,
.simple-quote span {
    transition: transform .25s ease
}

button[type=submit]:hover,
.simple-quote:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 20px rgba(118, 88, 56, .22);
    filter: brightness(1.04)
}

button[type=submit]:hover b,
.simple-quote:hover span {
    transform: translateX(5px)
}

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

    button[type=submit],
    .simple-quote,
    button[type=submit] b,
    .simple-quote 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
    }
}

/* Fixed U.S. country-code prefix */
.phone-field {
    width: 100%;
    margin-top: 9px;
    display: flex;
    align-items: stretch
}

.phone-prefix {
    display: flex;
    align-items: center;
    padding: 0 13px;
    color: #6e655c;
    background: #f1ede7;
    border: 1px solid #d9d0c5;
    border-right: 0;
    border-radius: 2px 0 0 2px;
    font: 500 14px "Montserrat", sans-serif;
    letter-spacing: 0
}

.phone-field input {
    min-width: 0;
    margin-top: 0;
    border-radius: 0 2px 2px 0
}

.phone-field:focus-within .phone-prefix {
    border-color: #aa8c6d;
    box-shadow: -3px 0 0 3px rgba(172, 140, 104, .12)
}

/* Secure form feedback and spam trap */
.form-trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important
}

.form-note {
    font-size: 11px
}

.form-status {
    min-height: 20px;
    margin: 10px 0 0;
    color: #4e6b51;
    font-size: 12px;
    line-height: 1.5
}

.form-status.error {
    color: #a13e35
}

button[type=submit]:disabled {
    cursor: wait;
    opacity: .7;
    transform: none;
    box-shadow: none
}
