:root {
    --ink: #1b1a18;
    --paper: #f4f0e9;
    --sand: #ded5c8;
    --dark: #26231f;
    --line: rgba(27, 26, 24, .2);
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.7;
}

img {
    display: block;
    width: 100%;
    object-fit: cover;
}

a { color: inherit; text-decoration: none; }

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

h1, h2, blockquote {
    font-family: var(--serif);
    font-weight: 400;
    line-height: .98;
}

h1 { font-size: clamp(3.3rem, 8vw, 8rem); }
h2 { font-size: clamp(2.6rem, 5vw, 5.6rem); }

.site-header {
    min-height: 92px;
    padding: 1.5rem 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    position: sticky;
    top: 0;
    z-index: 20;
}

.brand {
    font-family: var(--serif);
    font-size: 1.45rem;
    letter-spacing: .08em;
}

.site-nav {
    display: flex;
    gap: 2rem;
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .14em;
}

.site-nav a:hover, .text-link:hover { opacity: .55; }

.menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    padding: .25rem;
}

.section { padding: clamp(5rem, 10vw, 10rem) 6vw; }

.eyebrow {
    font-size: .68rem;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.light { color: rgba(255,255,255,.8); }

.hero {
    min-height: calc(100vh - 92px);
    position: relative;
    overflow: hidden;
}

.hero img {
    position: absolute;
    height: 100%;
    inset: 0;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.58), rgba(0,0,0,.04));
}

.hero-overlay {
    position: absolute;
    z-index: 2;
    left: 6vw;
    right: 6vw;
    bottom: 7vh;
    color: white;
}

.hero h1 { max-width: 980px; margin-bottom: 0; }

.intro {
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

.intro h2 { max-width: 1000px; margin: 0 auto 2rem; }

.lead {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--serif);
    font-size: 1.55rem;
}

.mosaic {
    display: grid;
    grid-template-columns: 1.05fr .8fr;
    gap: 3vw;
    align-items: center;
}

.mosaic-tall { height: 760px; }
.mosaic-wide { height: 420px; grid-column: 2; }
.mosaic-copy { padding: 3rem 4vw; }

.mosaic-copy h2 { font-size: clamp(2.7rem, 4.4vw, 5.2rem); }

.text-link {
    display: inline-block;
    padding-bottom: .3rem;
    border-bottom: 1px solid currentColor;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .7rem;
}

.statement {
    min-height: 70vh;
    padding: 10vw;
    display: grid;
    place-items: center;
    background: var(--dark);
    color: white;
    text-align: center;
}

.statement p {
    max-width: 1100px;
    font-family: var(--serif);
    font-size: clamp(3rem, 6vw, 7rem);
    line-height: 1;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: end;
    margin-bottom: 4rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5vw;
}

.gallery-card img { aspect-ratio: 3/4; margin-bottom: 1.3rem; }
.gallery-card span { display: block; font-family: var(--serif); font-size: 2rem; }
.gallery-card small { text-transform: uppercase; letter-spacing: .12em; }

.cta-panel {
    padding: 12vw 6vw;
    color: white;
    text-align: center;
    background: var(--dark);
}

.button {
    display: inline-block;
    border: 1px solid var(--ink);
    background: transparent;
    padding: 1rem 1.4rem;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .7rem;
    cursor: pointer;
}

.button-light { border-color: white; }

.page-intro { max-width: 1100px; }
.page-intro h1 { margin-bottom: 2rem; }
.center { text-align: center; margin-inline: auto; }

.gallery-index { padding-top: 0; }

.index-row {
    display: grid;
    grid-template-columns: minmax(280px, 1.15fr) 1fr;
    align-items: center;
    gap: 7vw;
    padding: 3rem 0;
    border-top: 1px solid var(--line);
}

.index-row:nth-child(even) img { order: 2; }
.index-row img { height: 620px; }
.index-row h2 { font-size: clamp(3rem, 5vw, 6rem); margin-bottom: .5rem; }

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    padding-top: 0;
}

.story-grid img { height: 70vh; }
.story-grid .story-wide { grid-column: 1 / -1; height: 90vh; }

.split-hero {
    min-height: 82vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.split-copy { padding: 8vw 6vw; display: flex; flex-direction: column; justify-content: center; }
.split-copy h1 { font-size: clamp(3.5rem, 6vw, 7rem); }
.split-hero img { height: 82vh; }

.article { max-width: 900px; margin: auto; }
.article p { font-size: 1.15rem; }
.article blockquote { margin: 6rem 0; font-size: clamp(3rem, 6vw, 6rem); text-align: center; }

.dropcap::first-letter {
    float: left;
    font-family: var(--serif);
    font-size: 6rem;
    line-height: .72;
    padding-right: .7rem;
}

.quote-image { position: relative; min-height: 85vh; color: white; }
.quote-image img { position: absolute; height: 100%; inset: 0; }
.quote-image::after { content:""; position:absolute; inset:0; background:rgba(0,0,0,.32); }
.quote-image div { position:absolute; z-index:2; left:7vw; bottom:8vw; max-width:850px; }

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5vw;
    border-top: 1px solid var(--line);
}

.steps span { font-family: var(--serif); font-size: 4rem; }
.steps h2 { font-size: 3rem; }

.faq { max-width: 1000px; margin: auto; }
.faq details { border-top: 1px solid var(--line); padding: 1.5rem 0; }
.faq summary { cursor: pointer; font-family: var(--serif); font-size: 2rem; }

.contact-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    min-height: calc(100vh - 92px);
}

.contact-image img { height: 100%; }
.contact-form-wrap { padding: 7vw; }
.contact-form-wrap h1 { font-size: clamp(3.5rem, 6vw, 7rem); }

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 4rem;
}

.contact-form label {
    display: grid;
    gap: .55rem;
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    padding: .85rem 0;
    font: inherit;
    resize: vertical;
}

.full { grid-column: 1 / -1; }

.flash {
    position: fixed;
    z-index: 50;
    right: 1rem;
    top: 1rem;
    padding: 1rem 1.25rem;
    background: white;
    box-shadow: 0 10px 35px rgba(0,0,0,.15);
}

.site-footer {
    padding: 5rem 3vw 2rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    gap: 2rem;
    border-top: 1px solid var(--line);
}

.footer-mark { font-family: var(--serif); font-size: clamp(2rem, 4vw, 5rem); text-align: center; }
.footer-links { display: flex; flex-direction: column; align-items: end; }
.copyright { grid-column: 1 / -1; text-align: center; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; margin-top: 3rem; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .9s ease, transform .9s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 860px) {
    h1 { font-size: clamp(3rem, 14vw, 5rem); }
    h2 { font-size: clamp(2.4rem, 10vw, 4rem); }

    .menu-toggle { display: block; }

    .site-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 2rem 3vw;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        flex-direction: column;
    }

    .site-nav.is-open { display: flex; }

    .mosaic,
    .gallery-grid,
    .index-row,
    .story-grid,
    .split-hero,
    .steps,
    .contact-layout,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .mosaic-tall,
    .mosaic-wide,
    .index-row img,
    .story-grid img,
    .story-grid .story-wide,
    .split-hero img {
        height: 65vh;
    }

    .mosaic-wide { grid-column: auto; }
    .index-row:nth-child(even) img { order: 0; }
    .story-grid .story-wide { grid-column: auto; }
    .split-copy { min-height: 65vh; }
    .contact-form { grid-template-columns: 1fr; }
    .contact-image img { height: 65vh; }
    .site-footer { text-align: center; }
    .footer-links { align-items: center; }
}
