:root {
    --ink: #171715;
    --paper: #f8f7f3;
    --white: #fff;
    --stone: #b4aca0;
    --muted-ink: #6c675f;
    --warm: #8a3f2a;
    --line: rgba(23, 23, 21, .22);
    --display: "Cormorant Garamond", Georgia, serif;
    --sans: "Jost", Arial, sans-serif;
    --page: min(92vw, 1380px);
    --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.lightbox-open { overflow: hidden; }
main { isolation: isolate; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { color: inherit; font: inherit; }
::selection { background: var(--ink); color: var(--paper); }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 12px 16px;
    background: var(--white);
    color: var(--ink);
    transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
    outline: 3px solid #f1a680;
    outline-offset: 4px;
}

.site-nav {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: 104px;
    display: grid;
    grid-template-columns: 1fr 190px 1fr;
    align-items: center;
    padding: 0 3.2vw;
    color: var(--white);
    border-bottom: 0;
    transition: background .35s var(--ease), color .35s var(--ease);
}
.site-nav.is-scrolled {
    height: 104px;
    background: rgba(248, 247, 243, .96);
    color: var(--ink);
    backdrop-filter: blur(12px);
}
.nav-brand {
    grid-column: 2;
    justify-self: center;
    width: 156px;
    line-height: 0;
}
.nav-brand img { width: 100%; height: auto; }
.brand-dark { display: none; }
.site-nav.is-scrolled .brand-light { display: none; }
.site-nav.is-scrolled .brand-dark { display: block; }
.nav-panel { display: contents; }
.nav-side { display: flex; align-items: center; gap: clamp(18px, 2vw, 38px); }
.nav-side-left {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    margin-right: clamp(34px, 3.5vw, 56px);
}
.nav-side-right {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
    margin-left: clamp(34px, 3.5vw, 56px);
}
.nav-side a {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.nav-side a:not(.nav-action)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 6px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s var(--ease);
}
.nav-side a:hover::after,
.nav-side a:focus-visible::after { transform: scaleX(1); }
.nav-action {
    padding: 13px 17px;
    border: 1px solid currentColor;
    transition: background .2s ease, color .2s ease;
}
.nav-action:hover { background: var(--white); color: var(--ink); }
.is-scrolled .nav-action:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; }

.hero {
    position: sticky;
    z-index: 0;
    top: 0;
    min-height: max(680px, 100svh);
    overflow: hidden;
    color: var(--white);
    background: #171715;
}
.hero-media,
.hero-media img,
.inquiry-image,
.inquiry-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.hero-media img,
.inquiry-image img { object-fit: cover; }
.hero-media img { filter: grayscale(1) contrast(.96); object-position: center 42%; }
.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.10) 44%, rgba(0,0,0,.48) 100%);
}
.hero-copy {
    position: absolute;
    z-index: 1;
    inset: 52% 50% auto auto;
    width: min(820px, 88vw);
    text-align: center;
    transform: translate(50%, -46%);
}
.hero-location {
    margin: 0 0 18px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.hero h1 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(52px, 6.1vw, 92px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .92;
    text-wrap: balance;
}
.hero h1 em { font-weight: 400; }
.hero-support {
    max-width: 570px;
    margin: 25px auto 28px;
    font-size: 14px;
    letter-spacing: .02em;
}
.hero-action,
.inquiry-action {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 1px solid currentColor;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
}
.hero-action:hover,
.inquiry-action:hover { background: var(--white); color: var(--ink); }
.hero-scroll {
    position: absolute;
    z-index: 1;
    right: 3.2vw;
    bottom: 31px;
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
    text-decoration: none;
    text-transform: uppercase;
}

.work {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0 100px;
    background: var(--paper);
}
.opening-collage {
    width: var(--page);
    min-height: 600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 48px);
}
.collage-frame,
.gallery-frame {
    display: block;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}
.collage-frame img,
.gallery-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .75s var(--ease), filter .75s var(--ease);
}
.collage-frame:hover img,
.gallery-frame:hover img { transform: scale(1.025); filter: saturate(.75); }
.collage-frame-a { grid-column: 1 / span 5; grid-row: 1 / span 9; }
.collage-frame-b { grid-column: 7 / span 4; grid-row: 3 / span 7; }
.collage-frame-c { grid-column: 10 / span 3; grid-row: 9 / span 4; z-index: 1; }
.work-intro {
    position: relative;
    z-index: 2;
    width: var(--page);
    margin: -105px auto 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
    align-items: start;
}
.work-intro h2,
.about h2,
.pricing h2,
.inquiry h2,
.film h2,
.gallery h2 {
    margin: 0;
    font-family: var(--display);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .96;
    text-wrap: balance;
}
.work-intro h2 { grid-column: 1 / span 6; grid-row: 1 / span 2; font-size: clamp(49px, 5vw, 76px); }
.work-intro > p { grid-column: 7 / span 3; grid-row: 1; margin: 18px 0 0; font-size: 14px; }
.work-intro > .about-links {
    grid-column: 7 / span 3;
    grid-row: 2;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
}
.text-link {
    width: fit-content;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
}
.link-arrow {
    display: inline-block;
    width: 16px;
    margin-left: 5px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
    vertical-align: -3px;
    transition: transform .2s ease;
}
.link-arrow-down { margin-left: 0; }
.text-link:hover .link-arrow { transform: translateX(4px); }
.hero-scroll:hover .link-arrow { transform: translateY(4px); }

.gallery {
    position: relative;
    z-index: 1;
    padding: 110px 0 125px;
    background: var(--ink);
    color: var(--paper);
}
.gallery-heading {
    width: min(1180px, 86vw);
    margin: 0 auto 70px;
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 8vw;
    align-items: end;
}
.gallery h2 { font-size: clamp(58px, 7.5vw, 112px); }
.gallery-heading p { max-width: 420px; margin: 0 0 6px; font-size: 14px; color: rgba(248,247,243,.72); }
.gallery-grid {
    width: var(--page);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 60px;
    gap: 18px;
}
.frame-tall { grid-column: 1 / span 5; grid-row: 1 / span 8; }
.frame-wide { grid-column: 6 / span 7; grid-row: 1 / span 5; }
.frame-square { grid-column: 6 / span 3; grid-row: 6 / span 4; }
.frame-portrait { grid-column: 9 / span 4; grid-row: 6 / span 7; }
.frame-landscape { grid-column: 1 / span 7; grid-row: 9 / span 5; }

.about {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    align-items: center;
    gap: clamp(50px, 8vw, 140px);
    width: 100%;
    margin: 0;
    padding: 170px max(7vw, calc((100vw - 1200px) / 2));
    background: var(--paper);
}
.about-copy { max-width: 650px; }
.about h2 { margin-bottom: 38px; font-size: clamp(54px, 5.2vw, 78px); }
.about-copy > p { max-width: 610px; margin: 0 0 19px; font-size: 15px; }
.about-signoff { font-family: var(--display); font-size: 27px !important; font-style: italic; line-height: 1.25; }
.about-links { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 30px; }
.social-links,
.footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 22px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.social-links { margin-top: 34px; }
.social-links span { color: var(--muted-ink); }
.social-links a,
.footer-social a { min-height: 44px; display: inline-flex; align-items: center; text-underline-offset: 5px; }
.about-portrait { align-self: center; margin: 0; }
.about-portrait img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 38%;
    filter: grayscale(1);
}
.about-portrait figcaption { margin-top: 13px; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }

.film {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(300px, .58fr) minmax(0, 1.42fr);
    gap: 7vw;
    align-items: center;
    padding: 140px max(7vw, calc((100vw - 1380px) / 2));
    background: #101010;
    color: var(--paper);
}
.film h2 { font-size: clamp(60px, 6.5vw, 96px); }
.film-copy p { max-width: 420px; margin: 28px 0 0; color: rgba(248,247,243,.72); font-size: 14px; }
.video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #2a2927;
}
.video-poster,
.video-poster img { position: absolute; inset: 0; width: 100%; height: 100%; }
.video-poster { pointer-events: none; }
.video-poster img { object-fit: cover; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-gate {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    border: 0;
    background: rgba(0,0,0,.32);
    color: var(--white);
    cursor: pointer;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.play-mark {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    transition: transform .25s var(--ease), background .25s ease;
}
.video-gate:hover .play-mark { transform: scale(1.06); background: rgba(255,255,255,.16); }
.play-mark svg { width: 28px; fill: currentColor; }

.pricing {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 160px max(7vw, calc((100vw - 1180px) / 2));
    background: var(--paper);
}
.pricing-heading { max-width: 900px; margin: 0 0 90px; }
.pricing h2 { font-size: clamp(58px, 6.6vw, 94px); }
.pricing-heading p { max-width: 540px; margin: 28px 0 0; }
.pricing-details-link { display: inline-block; margin-top: 26px; }
.pricing-guide-links { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 26px; }
.price-row {
    display: grid;
    grid-template-columns: 1fr .5fr 1fr;
    gap: 45px;
    align-items: start;
    padding: 46px 0;
    border-top: 1px solid var(--line);
}
.price-row:last-child { border-bottom: 1px solid var(--line); }
.price-row h3 { margin: 0; font-family: var(--display); font-size: 42px; font-weight: 500; line-height: 1; }
.price-row div p,
.price-note { margin: 10px 0 0; color: #6c675f; font-size: 12px; }
.price { margin: 0; font-family: var(--display); font-size: 40px; line-height: 1; }
.price-row ul { margin: 0; padding: 0; list-style: none; font-size: 13px; }
.price-row li + li { margin-top: 8px; }
.price-row li::before { content: "—"; margin-right: 10px; color: var(--stone); }

.inquiry {
    position: relative;
    z-index: 1;
    min-height: min(920px, 92svh);
    display: grid;
    place-items: center;
    overflow: hidden;
    color: var(--white);
}
.inquiry-image img { object-fit: cover; object-position: center; filter: grayscale(.85); }
.inquiry-shade { position: absolute; inset: 0; background: rgba(0,0,0,.45); }
.inquiry-copy { position: relative; z-index: 1; width: min(820px, 86vw); text-align: center; }
.inquiry h2 { font-size: clamp(64px, 8vw, 118px); }
.inquiry-copy > p { max-width: 590px; margin: 30px auto; font-size: 14px; }
.email-link {
    display: block;
    width: fit-content;
    margin: 22px auto 0;
    font-size: 10px;
    letter-spacing: .12em;
    text-underline-offset: 5px;
    text-transform: uppercase;
}

.site-footer {
    position: relative;
    z-index: 1;
    padding: 70px 6vw 36px;
    background: var(--ink);
    color: var(--paper);
    text-align: center;
}
.site-footer > img { width: 210px; height: auto; margin: 0 auto 22px; }
.site-footer > p { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-social { justify-content: center; margin-top: 26px; }
.footer-social span { color: rgba(248,247,243,.55); }
.footer-links { display: flex; flex-wrap: wrap; gap: 15px 28px; justify-content: center; margin: 44px 0; }
.footer-links a { font-size: 10px; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.copyright { color: rgba(248,247,243,.55); }

.lightbox {
    position: fixed;
    z-index: 500;
    inset: 0;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 70px;
    grid-template-rows: 70px minmax(0, 1fr) 50px;
    background: rgba(14,14,13,.98);
    color: var(--white);
}
.lightbox[inert] { display: none; }
.lightbox img { grid-column: 2; grid-row: 2; max-width: 100%; max-height: 100%; place-self: center; object-fit: contain; }
.lightbox button { border: 0; background: transparent; color: inherit; cursor: pointer; }
.lightbox button svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.lightbox-close { grid-column: 2 / 4; justify-self: end; align-self: center; display: flex; gap: 9px; align-items: center; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.lightbox-prev { grid-column: 1; grid-row: 2; }
.lightbox-next { grid-column: 3; grid-row: 2; }
.lightbox-count { grid-column: 2; grid-row: 3; place-self: center; margin: 0; font-size: 10px; letter-spacing: .16em; }

@media (min-width: 821px) {
    .opening-collage {
        grid-template-rows: repeat(15, min(3.31vw, 49.7px));
    }
    .collage-frame-c { grid-row: 7 / span 9; }
}

@media (min-width: 1209px) {
    .work-intro { margin-top: max(-250px, calc(495px - 49.65vw)); }
}

@media (max-width: 1120px) {
    .site-nav { grid-template-columns: 1fr 165px 1fr; }
    .nav-side { gap: 16px; }
    .nav-side a { font-size: 9px; }
    .nav-action { padding: 11px 12px; }
}

@media (max-width: 820px) {
    :root { --page: 90vw; }
    .site-nav,
    .site-nav.is-scrolled {
        height: 72px;
        grid-template-columns: 1fr auto;
        padding: 0 20px;
    }
    .nav-brand { grid-column: 1; justify-self: start; width: 128px; }
    .menu-toggle {
        grid-column: 2;
        display: flex;
        min-width: 48px;
        min-height: 48px;
        align-items: center;
        justify-content: flex-end;
        gap: 9px;
        border: 0;
        background: transparent;
        color: inherit;
        cursor: pointer;
        font-size: 9px;
        font-weight: 600;
        letter-spacing: .13em;
        text-transform: uppercase;
    }
    .menu-toggle svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
    .nav-panel {
        position: fixed;
        inset: 72px 0 0;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 36px 25px 60px;
        background: var(--paper);
        color: var(--ink);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity .25s ease, transform .25s var(--ease), visibility .25s;
        overflow-y: auto;
    }
    .menu-open .nav-panel { opacity: 1; visibility: visible; transform: translateY(0); }
    .nav-side { display: contents; }
    .nav-side a { display: block; padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 32px; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
    .nav-side a::after { display: none !important; }
    .nav-side-right .nav-action { margin-top: 28px; padding: 18px; border: 1px solid var(--ink); font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
    .nav-side-right .nav-action + .nav-action { margin-top: 12px; }
    .hero { min-height: max(650px, 100svh); }
    .hero-copy { top: 50%; width: 90vw; transform: translate(50%, -42%); }
    .hero h1 { font-size: clamp(48px, 14.5vw, 70px); line-height: .91; }
    .hero-location { margin-bottom: 14px; font-size: 9px; }
    .hero-support { max-width: 330px; margin: 20px auto 24px; font-size: 12px; line-height: 1.55; }
    .hero-scroll { display: none; }
    .work { padding: 80px 0 85px; }
    .opening-collage {
        min-height: 540px;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(12, 38px);
        gap: 8px;
    }
    .collage-frame-a { grid-column: 1 / span 4; grid-row: 1 / span 7; }
    .collage-frame-b { grid-column: 3 / span 4; grid-row: 7 / span 6; }
    .collage-frame-c { grid-column: 5 / span 2; grid-row: 3 / span 4; }
    .work-intro { width: 86vw; margin: 42px auto 0; display: block; }
    .work-intro h2 { font-size: 50px; }
    .work-intro > p { margin: 25px 0; }
    .work-intro > .about-links { flex-direction: row; gap: 18px 28px; margin-top: 30px; }
    .gallery { padding: 80px 0 95px; }
    .gallery-heading { margin-bottom: 50px; display: block; }
    .gallery h2 { font-size: 59px; }
    .gallery-heading p { margin-top: 25px; }
    .gallery-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 46px; gap: 10px; }
    .frame-tall { grid-column: 1 / span 4; grid-row: 1 / span 7; }
    .frame-square { grid-column: 1 / span 2; grid-row: 8 / span 4; }
    .frame-wide { grid-column: 3 / span 4; grid-row: 8 / span 4; }
    .frame-landscape { grid-column: 1 / span 6; grid-row: 12 / span 4; }
    .frame-portrait { grid-column: 2 / span 4; grid-row: 16 / span 6; }
    .about { width: 100%; padding: 100px 7vw; display: flex; flex-direction: column; gap: 65px; }
    .about h2 { font-size: 52px; }
    .about-portrait { width: 90%; align-self: flex-end; }
    .film { display: block; padding: 95px 7vw; }
    .film h2 { font-size: 62px; }
    .video-frame { margin-top: 48px; }
    .pricing { padding: 100px 7vw; }
    .pricing-heading { margin-bottom: 58px; }
    .pricing h2 { font-size: 57px; }
    .price-row { grid-template-columns: 1fr auto; gap: 20px; padding: 34px 0; }
    .price-row h3 { font-size: 36px; }
    .price { font-size: 32px; }
    .price-row ul,
    .price-note { grid-column: 1 / -1; }
    .inquiry { min-height: 720px; }
    .inquiry h2 { font-size: 63px; }
    .site-footer { padding-inline: 8vw; }
    .lightbox { grid-template-columns: 52px minmax(0, 1fr) 52px; }
}

@media (min-width: 821px) and (max-width: 1020px) {
    .work-intro {
        width: 86vw;
        margin: 52px auto 0;
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
        gap: 42px;
    }
    .work-intro h2 { grid-column: 1; grid-row: 1 / span 2; font-size: clamp(48px, 5.8vw, 58px); }
    .work-intro > p { grid-column: 2; grid-row: 1; margin: 8px 0 0; }
    .work-intro > .about-links { grid-column: 2; grid-row: 2; }
}

@media (max-width: 420px) {
    .hero h1 { font-size: 51px; }
    .hero-copy { top: 48%; }
    .hero-action { min-width: 190px; }
    .opening-collage { min-height: 520px; grid-template-rows: repeat(12, 36px); }
    .work-intro h2,
    .about h2 { font-size: 46px; }
    .gallery h2,
    .pricing h2 { font-size: 51px; }
    .film h2 { font-size: 55px; }
    .inquiry h2 { font-size: 55px; }
    .inquiry-copy > p { font-size: 12px; }
    .price-row h3 { font-size: 31px; }
    .price { font-size: 28px; }
    .footer-links { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero { position: relative; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
