@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fraunces";
    src: url("../fonts/Fraunces.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-bg: #f5f0e8;
    --color-surface: #e6dfd3;
    --color-text: #242820;
    --color-text-muted: #5e655d;
    --color-primary: #263c32;
    --color-accent: #ab573e;
    --color-light: #fffaf1;
    --space-1: 8px;
    --space-2: 16px;
    --space-3: 24px;
    --space-4: 32px;
    --space-5: 48px;
    --space-6: 64px;
    --space-7: 80px;
    --space-8: 96px;
    --text-display: clamp(2.75rem, 6.2vw, 6.5rem);
    --text-h1: clamp(2.25rem, 5vw, 4.6rem);
    --text-h2: clamp(2rem, 4vw, 4rem);
    --text-h3: 1.5rem;
    --text-body: 1rem;
    --text-small: .875rem;
    --radius: 4px;
    --shadow: 0 22px 70px #22271f22
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--color-bg);
    color: var(--color-text);
    font: 400 var(--text-body)/1.65 'DM Sans', sans-serif
}

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

h1,
h2 {
    font-family: Fraunces, Georgia, serif;
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -.045em
}

h2 {
    font-size: var(--text-h2)
}

h3 {
    font-size: var(--text-h3);
    line-height: 1.25
}

em {
    font-weight: 400;
    color: var(--color-accent)
}

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

button {
    font: inherit;
    cursor: pointer
}

a,
button {
    transition: color .25s, background .25s, transform .25s, box-shadow .25s
}

a:hover,
button:hover {
    transform: translateY(-2px)
}

:focus-visible {
    outline: 3px solid var(--color-accent);
    outline-offset: 4px
}

.header {
    position: relative;
    z-index: 20;
    background: var(--color-bg);
    border-bottom: 1px solid #263c3228
}

.topline {
    display: flex;
    justify-content: space-between;
    padding: 4px max(5vw, 20px);
    background: var(--color-primary);
    color: var(--color-light);
    font-size: 11px;
    letter-spacing: .13em;
    text-transform: uppercase
}

.headrow {
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: 3vw;
    padding: 0 max(5vw, 20px)
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: max-content
}

.brand img {
    object-fit: contain
}

.brand strong {
    font-family: Fraunces, Georgia, serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1
}

.brand strong span {
    display: block;
    font: 500 10px/1.6 'DM Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .13em;
    margin-top: 5px
}

.header nav {
    display: flex;
    gap: clamp(14px, 2vw, 34px);
    margin: auto;
    font-size: 13px;
    font-weight: 700
}

.header nav a:hover,
.footer a:hover {
    color: var(--color-accent)
}

.headcta {
    border-bottom: 1px solid currentColor;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap
}

.menu {
    display: none;
    border: 0;
    background: none;
    font-size: 25px;
    width: 44px;
    height: 44px
}

.hero {
    display: grid;
    grid-template-columns: 54% 46%;
    min-height: 590px;
    overflow: hidden
}

.hero-copy {
    padding: clamp(48px, 7vw, 110px) 7vw clamp(55px, 7vw, 100px) max(5vw, 24px);
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.eyebrow,
.kicker {
    font-size: 11px;
    letter-spacing: .19em;
    text-transform: uppercase;
    font-weight: 700
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 35px
}

.dot {
    display: block;
    width: 7px;
    height: 7px;
    background: var(--color-accent);
    border-radius: 50%
}

.hero h1 {
    font-size: clamp(2.8rem, 5vw, 5.5rem);
    margin-bottom: 28px
}

.hero .lead {
    max-width: 530px;
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.62
}

.small-note {
    font-size: 12px;
    color: var(--color-text-muted);
    max-width: 490px
}

.textlink {
    font-weight: 700;
    border-bottom: 1px solid;
    margin-top: auto;
    padding-top: 15px
}

.hero-art {
    position: relative;
    min-height: 590px;
    padding: clamp(25px, 4vw, 55px);
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center
}

.photo {
    overflow: hidden;
    background: var(--color-surface);
    position: relative
}

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

.hero-print {
    position: relative;
    width: min(100%, 430px);
    background: var(--color-light);
    padding: 11px 11px 78px;
    box-shadow: var(--shadow);
    transform: rotate(2deg)
}

.hero-photo {
    width: 100%;
    height: 410px
}

.hero-photo img {
    object-position: center
}

.frame-caption {
    position: absolute;
    bottom: 15px;
    left: 22px;
    color: var(--color-text);
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.frame-caption span {
    font-size: 10px;
    letter-spacing: .12em
}

.frame-caption strong {
    font-family: Fraunces, Georgia, serif;
    font-size: 20px
}

.detail-tag {
    position: absolute;
    right: 3%;
    top: 33%;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 11px;
    border-radius: 35px;
    color: var(--color-text);
    background: #fffaf1ed;
    box-shadow: var(--shadow);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    transform: rotate(-2deg)
}

.ring {
    height: 18px;
    width: 18px;
    flex: none;
    border: 2px solid var(--color-accent);
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ab573e33
}

.ticker {
    overflow: hidden;
    background: var(--color-accent);
    color: var(--color-light);
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: .12em;
    font-weight: 700;
    padding: 12px 0
}

.ticker-track {
    width: max-content;
    display: flex;
    gap: 0;
    animation: roll 36s linear infinite
}

.ticker-track span {
    display: block;
    flex: none;
    white-space: nowrap
}

@keyframes roll {
    to {
        transform: translateX(-50%)
    }
}

.section {
    padding: clamp(65px, 8vw, 130px) max(5vw, 24px)
}

.section-intro {
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    gap: 40px;
    max-width: 1440px;
    margin: auto auto 55px
}

.section-intro h2 {
    max-width: 950px;
    margin: 0
}

.story-grid,
.archive-grid,
.film-grid {
    max-width: 1440px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(35px, 5vw, 90px);
    align-items: center
}

.story-note {
    padding: 35px 6vw 35px 2vw;
    max-width: 650px
}

.story-note p,
.archive p,
.film p,
.collage p,
.process-top p,
.product-head p {
    max-width: 650px;
    color: var(--color-text-muted)
}

.oversized {
    font: 400 80px/1 Fraunces, serif;
    color: var(--color-accent)
}

.story-photo {
    aspect-ratio: 4/3;
    box-shadow: var(--shadow)
}

.archive {
    background: var(--color-primary);
    color: var(--color-light)
}

.archive h2 {
    margin-top: 25px
}

.archive em {
    color: #e5b798
}

.archive p {
    color: #e2e6dd
}

.archive-photo {
    aspect-ratio: 4/4.5;
    transform: rotate(-2deg);
    border: 12px solid var(--color-light);
    border-bottom-width: 55px;
    box-shadow: var(--shadow)
}

.archive-index {
    display: grid;
    margin-top: 35px;
    border-top: 1px solid #ffffff55
}

.archive-index span {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff55;
    font-size: 13px
}

.archive-index b {
    font-size: 16px;
    margin: 0 20px
}

.process-top {
    display: grid;
    grid-template-columns: 1fr 2fr 1.3fr;
    gap: 35px;
    align-items: end;
    max-width: 1440px;
    margin: auto auto 45px
}

.process-top h2 {
    margin: 0
}

.process-top p {
    margin: 0
}

.process-visual {
    max-width: 1440px;
    margin: auto;
    position: relative
}

.process-photo {
    aspect-ratio: 16/7
}

.process-badge {
    position: absolute;
    bottom: -28px;
    right: 4%;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 330px;
    background: var(--color-light);
    padding: 15px 25px;
    box-shadow: var(--shadow)
}

.process-badge strong {
    font: 600 28px Fraunces, serif;
    white-space: nowrap
}

.process-badge span {
    font-size: 11px;
    line-height: 1.3
}

.process-steps {
    max-width: 1440px;
    margin: 70px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.process-steps>div {
    border-top: 1px solid var(--color-primary);
    padding-top: 20px
}

.process-steps span {
    font-size: 11px;
    color: var(--color-accent);
    font-weight: 700
}

.process-steps h3 {
    margin: 18px 0 10px
}

.process-steps p {
    color: var(--color-text-muted);
    max-width: 360px
}

.collage {
    background: #e6dfd3;
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 35px;
    overflow: hidden
}

.collage-copy {
    padding: 30px 6vw 40px 0;
    max-width: 620px;
    justify-self: end
}

.collage-copy h2 {
    margin-top: 25px
}

.collage-art {
    display: flex;
    align-items: center;
    gap: 20px
}

.collage-a {
    width: 57%;
    aspect-ratio: 4/3;
    transform: rotate(-5deg);
    border: 12px solid var(--color-light);
    border-bottom-width: 50px;
    box-shadow: var(--shadow)
}

.collage-b {
    width: 50%;
    aspect-ratio: 4/5;
    transform: rotate(5deg);
    border: 12px solid var(--color-light);
    border-bottom-width: 50px;
    box-shadow: var(--shadow)
}

.product {
    background: var(--color-light)
}

.product-head {
    max-width: 1440px;
    margin: 0 auto 55px;
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.product-head h2 {
    margin: 20px 0
}

.product-stamp {
    align-self: start;
    width: 110px;
    height: 110px;
    border: 1px solid var(--color-accent);
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    transform: rotate(12deg);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--color-accent)
}

.product-layout {
    max-width: 1440px;
    margin: auto;
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 0
}

.product-photo {
    aspect-ratio: 4/4.3
}

.specs {
    padding: clamp(22px, 4vw, 60px);
    background: var(--color-bg);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.specs>div:not(.pricebox) {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 15px 0;
    border-bottom: 1px solid #24282033
}

.specs span {
    font-size: 12px;
    color: var(--color-text-muted);
    white-space: nowrap
}

.specs strong {
    text-align: right;
    font-size: 14px
}

.pricebox {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.pricebox strong {
    font: 600 45px Fraunces, serif;
    text-align: left
}

.pricebox small,
.closing-text small {
    font-size: 12px;
    color: var(--color-text-muted)
}

.button {
    min-height: 50px;
    border: 0;
    background: var(--color-accent);
    color: var(--color-light);
    padding: 13px 22px;
    margin-top: 18px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    font-size: 13px;
    font-weight: 700
}

.button:hover {
    background: var(--color-primary);
    box-shadow: var(--shadow)
}

.film-grid h2 {
    margin-top: 25px
}

.film-label {
    display: inline-block;
    margin-top: 20px;
    border-left: 3px solid var(--color-accent);
    padding: 14px 20px;
    background: #e6dfd3;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .07em
}

.film-photo {
    aspect-ratio: 5/4
}

.faq {
    background: var(--color-primary);
    color: var(--color-light);
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 8vw
}

.faq h2 {
    margin-top: 30px;
    max-width: 600px
}

.faq-list {
    border-top: 1px solid #ffffff55
}

.faq details {
    border-bottom: 1px solid #ffffff55;
    padding: 18px 0
}

.faq summary {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    list-style: none;
    padding-right: 40px;
    position: relative
}

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

.faq summary:after {
    content: '+';
    position: absolute;
    right: 10px;
    font-size: 26px;
    top: -5px;
    font-weight: 400
}

.faq details[open] summary:after {
    content: '−'
}

.faq details p {
    max-width: 620px;
    color: #dfe7df;
    margin: 14px 0 0
}

.closing>div {
    max-width: 1440px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--color-surface)
}

.closing-photo {
    aspect-ratio: auto;
    min-height: 600px;
    align-self: stretch
}

.closing-photo img {
    position: absolute;
    inset: 0
}

.closing-text {
    padding: clamp(30px, 6vw, 90px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.closing-text h2 {
    margin: 25px 0
}

.closing-text small {
    margin-top: 12px
}

.footer {
    background: #18271f;
    color: var(--color-light);
    padding: 75px max(5vw, 24px) 25px
}

.footgrid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 5vw;
    max-width: 1440px;
    margin: auto
}

.footgrid p {
    max-width: 500px;
    color: #c6d0c6;
    font-size: 12px;
    line-height: 1.8
}

.footgrid h3 {
    font: 700 11px 'DM Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .16em
}

.footgrid>div:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px
}

.footbottom {
    max-width: 1440px;
    margin: 65px auto 0;
    padding-top: 20px;
    border-top: 1px solid #ffffff33;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #c6d0c6
}

.legal-hero {
    padding: 95px max(5vw, 24px) 75px;
    background: var(--color-primary);
    color: var(--color-light)
}

.legal-hero h1 {
    font-size: var(--text-h1);
    margin: 25px 0;
    word-break: break-word;
}

.legal-hero p {
    max-width: 750px;
    font-size: 18px
}

.legal-body {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 24px 90px
}

.legal-body section {
    padding: 25px 0;
    border-bottom: 1px solid #24282033
}

.legal-body h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 15px;
    word-break: break-word;
}

.legal-body p {
    line-height: 1.85
}

.legal-action {
    text-align: center;
    margin: -40px auto 85px
}

.legal-action .button {
    cursor: pointer
}

@media(max-width:1100px) {
    .header nav {
        gap: 12px;
        font-size: 11px
    }

    .headcta {
        display: none
    }

    .hero {
        grid-template-columns: 53% 47%
    }

    .hero h1 {
        font-size: clamp(2.5rem, 5.6vw, 5rem)
    }

    .process-top {
        grid-template-columns: 1fr 2fr
    }

    .process-top p {
        grid-column: 2
    }

    .footgrid {
        grid-template-columns: 2fr 1fr 1fr
    }

    .footgrid>div:last-child {
        grid-column: 1/-1
    }
}

@media(max-width:760px) {
    .topline {
        font-size: 9px
    }

    .headrow {
        min-height: 72px;
        justify-content: space-between
    }

    .brand strong {
        font-size: 20px
    }

    .brand img {
        width: 40px;
        height: 40px
    }

    .menu {
        display: block
    }

    .header nav {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: var(--color-bg);
        padding: 20px 5vw;
        box-shadow: var(--shadow);
        flex-direction: column;
        font-size: 16px
    }

    .header nav.open {
        display: flex
    }

    .hero {
        display: flex;
        flex-direction: column
    }

    .hero-copy {
        padding: 55px 6vw 40px
    }

    .hero h1 {
        white-space: normal;
        font-size: clamp(3rem, 10vw, 5.5rem)
    }

    .hero-art {
        height: 435px;
        min-height: 0;
        padding: 22px 7vw
    }

    .hero-print {
        width: min(100%, 335px);
        padding: 9px 9px 60px
    }

    .hero-photo {
        height: 300px
    }

    .frame-caption {
        bottom: 12px;
        left: 18px
    }

    .detail-tag {
        right: 2%;
        top: 32%;
        font-size: 10px
    }

    .section-intro,
    .story-grid,
    .archive-grid,
    .film-grid,
    .process-top,
    .collage,
    .product-layout,
    .faq,
    .closing>div {
        grid-template-columns: 1fr
    }

    .section-intro {
        gap: 18px;
        margin-bottom: 30px
    }

    .story-note {
        padding: 0
    }

    .story-photo {
        aspect-ratio: 4/3
    }

    .archive-photo {
        max-width: 520px;
        margin: 20px auto 0;
        aspect-ratio: 4/3
    }

    .process-top {
        gap: 16px
    }

    .process-top p {
        grid-column: auto
    }

    .process-photo {
        aspect-ratio: 4/3
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 55px
    }

    .process-badge {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: none
    }

    .collage-copy {
        padding: 0;
        justify-self: start
    }

    .collage-art {
        min-height: 390px
    }

    .product-photo {
        aspect-ratio: 4/3
    }

    .specs {
        padding: 25px
    }

    .film-photo {
        aspect-ratio: 4/3
    }

    .faq {
        gap: 20px
    }

    .closing-photo {
        aspect-ratio: 4/3;
        min-height: 0
    }

    .closing-photo img {
        position: static
    }

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

    .footgrid>div:first-child,
    .footgrid>div:last-child {
        grid-column: 1/-1
    }

}

@media(max-width:400px) {
    .hero h1 {
        font-size: 2.75rem
    }

    .frame-caption strong {
        font-size: 15px
    }

    .detail-tag {
        font-size: 10px
    }

    .specs>div:not(.pricebox) {
        flex-direction: column;
        gap: 2px
    }

    .specs strong {
        text-align: left
    }

    .footgrid {
        gap: 25px
    }

    .footbottom {
        gap: 10px;
        flex-direction: column
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

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

.cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(22px);
    transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
}

.cookie-banner.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.cookie-banner__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 46px;
    align-items: end;
    padding: 28px 30px;
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    box-shadow: 0 24px 80px rgba(21, 24, 22, .16);
}

.cookie-banner__content {
    max-width: 710px;
}

.cookie-banner__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--color-accent);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cookie-banner h2 {
    margin: 0 0 10px;
    color: var(--color-text);
    font-family: "Newsreader", serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.cookie-banner p {
    max-width: 690px;
    margin: 0;
    color: var(--color-text-muted);
    font-size: .9rem;
    line-height: 1.6;
}

.cookie-banner__policy {
    display: inline-block;
    margin-top: 10px;
    color: var(--color-text);
    font-size: .8rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: color .22s ease;
}

.cookie-banner__policy:hover {
    color: var(--color-accent);
}

.cookie-banner__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cookie-banner__button {
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 999px;
    font: inherit;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, filter .25s ease;
}

.cookie-banner__button:hover {
    transform: translateY(-2px);
}

.cookie-banner__button--primary {
    border: 1px solid var(--color-accent);
    background: var(--color-accent);
    color: #fff;
}

.cookie-banner__button--primary:hover {
    filter: brightness(.95);
}

.cookie-banner__button--secondary {
    border: 1px solid var(--color-primary);
    background: transparent;
    color: var(--color-primary);
}

.cookie-banner__button--secondary:hover {
    background: var(--color-primary);
    color: var(--color-light);
}

@media(max-width:760px) {
    .cookie-banner {
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: calc(100% - 28px);
    }

    .cookie-banner__inner {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px;
    }

    .cookie-banner__actions {
        width: 100%;
    }

    .cookie-banner__button {
        flex: 1;
    }
}

@media(max-width:480px) {
    .cookie-banner__inner {
        padding: 20px;
        border-radius: var(--radius-sm);
    }

    .cookie-banner h2 {
        font-size: 1.55rem;
    }

    .cookie-banner p {
        font-size: .85rem;
    }

    .cookie-banner__actions {
        flex-direction: column;
    }

    .cookie-banner__button {
        width: 100%;
    }
}

@media(prefers-reduced-motion:reduce) {
    .cookie-banner {
        transition: none;
    }
}