:root {
  --ink: #0a0a0a;
  --ivory: #f3f0e8;
  --paper: #e9e5dc;
  --red: #e12b20;
  --blue: #164dd9;
  --grey: #77736d;
  --line: rgba(10,10,10,.18);
  --serif: Didot, "Bodoni MT", "Iowan Old Style", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --pad: clamp(20px, 4.25vw, 74px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.locked { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
::selection { background: var(--red); color: white; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.skip { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 15px; background: white; transform: translateY(-150%); }
.skip:focus { transform: none; }

.masthead { position: fixed; z-index: 100; inset: 0 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 78px; padding: 0 var(--pad); border-bottom: 1px solid rgba(255,255,255,.28); color: white; mix-blend-mode: difference; transition: height .3s; }
.masthead.compact { height: 62px; }
.brand { justify-self: center; font-family: var(--serif); font-size: clamp(1.5rem, 2vw, 2rem); letter-spacing: .2em; line-height: 1; }
.brand sup { color: var(--red); font-family: var(--sans); font-size: .45rem; letter-spacing: 0; vertical-align: top; }
.masthead-left, .masthead-right { display: flex; align-items: center; gap: clamp(14px, 2vw, 32px); }
.masthead-right { justify-self: end; }
.masthead button, .masthead a:not(.brand) { padding: 6px 0; border: 0; background: transparent; color: inherit; font-size: .68rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.menu-button { display: inline-flex; align-items: center; gap: 10px; }
.menu-lines { display: grid; gap: 5px; width: 22px; }
.menu-lines i { display: block; height: 1px; background: currentColor; transition: .3s; }
.bag-count { display: inline-grid; place-items: center; min-width: 19px; height: 19px; margin-left: 5px; border: 1px solid currentColor; border-radius: 50%; font-size: .58rem; }

.menu-overlay { position: fixed; z-index: 90; inset: 0; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--red); color: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-18px); transition: opacity .4s, visibility .4s, transform .4s; }
.menu-overlay.open { opacity: 1; visibility: visible; transform: none; }
.menu-main { display: flex; flex-direction: column; justify-content: center; padding: 110px var(--pad) 50px; }
.menu-main a { display: flex; align-items: baseline; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(10,10,10,.22); font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 6.5rem); line-height: .95; }
.menu-main a span { font-family: var(--sans); font-size: .64rem; letter-spacing: .15em; }
.menu-visual { position: relative; overflow: hidden; }
.menu-visual img { height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.menu-caption { position: absolute; bottom: 28px; left: 28px; padding: 8px 11px; background: var(--ivory); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

.hero { min-height: 100svh; display: grid; grid-template-columns: 42% 58%; background: var(--ivory); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 135px var(--pad) 70px; }
.issue-label, .eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; font-size: .65rem; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.issue-label::before, .eyebrow::before { content: ""; width: 36px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4.5rem, 8.8vw, 10rem); font-weight: 400; letter-spacing: -.075em; line-height: .73; text-transform: uppercase; }
.hero h1 em { display: block; margin-left: 21%; color: var(--red); font-weight: 400; }
.hero-copy > p:not(.issue-label) { max-width: 420px; margin: 38px 0 0; color: var(--grey); }
.hero-link { display: inline-flex; align-items: center; gap: 15px; width: max-content; margin-top: 30px; padding-bottom: 5px; border-bottom: 1px solid; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-link i { font-style: normal; transition: transform .25s; }
.hero-link:hover i { transform: translateX(5px); }
.hero-image { position: relative; overflow: hidden; }
.hero-image img { height: 100%; min-height: 100svh; object-fit: cover; object-position: center 20%; animation: heroZoom 1.5s cubic-bezier(.2,.7,.2,1) both; }
@keyframes heroZoom { from { transform: scale(1.06); } to { transform: scale(1); } }
.hero-image::after { content: ""; position: absolute; inset: 0; border: 18px solid transparent; pointer-events: none; }
.hero-tag { position: absolute; right: 22px; bottom: 22px; writing-mode: vertical-rl; color: white; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-mark { position: absolute; z-index: 2; bottom: 25px; left: var(--pad); display: flex; align-items: center; gap: 10px; font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }

.marquee { overflow: hidden; padding: 16px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--red); }
.marquee-track { display: flex; width: max-content; animation: marquee 22s linear infinite; }
.marquee span { padding: 0 24px; font-family: var(--serif); font-size: 1.5rem; font-style: italic; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(90px, 11vw, 165px) var(--pad); }
.section-head { display: grid; grid-template-columns: 1fr .55fr; gap: 50px; align-items: end; margin-bottom: 55px; }
.section-head h2, .page-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 7vw, 8rem); font-weight: 400; letter-spacing: -.055em; line-height: .86; }
.section-head h2 em, .page-hero h1 em { color: var(--red); font-weight: 400; }
.section-head > p { margin: 0; color: var(--grey); }

.studies { background: var(--ink); color: var(--ivory); }
.studies .section-head > p { color: rgba(243,240,232,.58); }
.study-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.study-card { position: relative; overflow: hidden; min-height: 650px; }
.study-card:nth-child(2) { margin-top: 90px; }
.study-card img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s; }
.study-card:hover img { transform: scale(1.035); filter: saturate(.75); }
.study-meta { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; padding: 70px 22px 22px; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.study-meta h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.study-meta span { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }

.new-arrivals { background: var(--ivory); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 45px 12px; }
.product-card { position: relative; }
.product-image { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--paper); }
.product-image img { height: 100%; object-fit: cover; transition: transform .65s ease, filter .4s; }
.product-card:hover img { transform: scale(1.025); }
.product-card:nth-child(4n+2) .product-image img { object-position: 66% center; }
.product-card:nth-child(4n+3) .product-image img { object-position: 35% center; }
.product-badge { position: absolute; top: 10px; left: 10px; padding: 5px 8px; background: var(--ivory); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.wish { position: absolute; top: 11px; right: 11px; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(0,0,0,.1); color: white; font-size: 1rem; }
.wish.active { background: var(--red); border-color: var(--red); }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 5px 15px; padding-top: 12px; }
.product-info h3 { margin: 0; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.product-info p { grid-column: 1; margin: 0; color: var(--grey); font-size: .72rem; }
.product-info strong { grid-row: 1 / 3; grid-column: 2; font-size: .72rem; font-weight: 550; }

.manifesto { display: grid; grid-template-columns: .65fr 1.35fr; min-height: 680px; background: var(--blue); color: white; }
.manifesto-image { overflow: hidden; }
.manifesto-image img { height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); mix-blend-mode: multiply; }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px var(--pad); }
.manifesto blockquote { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 6.4vw, 7rem); letter-spacing: -.05em; line-height: .9; }
.manifesto blockquote em { color: var(--red); font-weight: 400; }
.manifesto-copy > p:last-of-type { max-width: 620px; margin: 34px 0 0; color: rgba(255,255,255,.7); }
.manifesto .hero-link { color: white; }

.editorial-strip { display: grid; grid-template-columns: 1fr 1fr; min-height: 750px; }
.editorial-strip > div { padding: 90px var(--pad); }
.editorial-image { padding: 0 !important; overflow: hidden; }
.editorial-image img { height: 100%; object-fit: cover; }
.editorial-copy { display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); }
.editorial-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8.5rem); font-weight: 400; letter-spacing: -.06em; line-height: .78; }
.editorial-copy h2 span { display: block; margin-left: 18%; color: var(--red); }
.editorial-copy-bottom { display: grid; grid-template-columns: 1fr .5fr; gap: 35px; align-items: end; }
.editorial-copy-bottom p { margin: 0; color: var(--grey); }

.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 75px var(--pad); border-top: 1px solid; background: var(--red); }
.newsletter h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: .9; }
.newsletter form { align-self: end; }
.newsletter-row { display: flex; border-bottom: 1px solid; }
.newsletter input { flex: 1; min-width: 0; padding: 15px 0; border: 0; background: transparent; outline: 0; }
.newsletter button { border: 0; background: transparent; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.newsletter small { display: block; margin-top: 10px; opacity: .62; }

.page-hero { position: relative; min-height: 74svh; display: flex; align-items: end; padding: 150px var(--pad) 65px; overflow: hidden; background: var(--ink); color: white; }
.page-hero-media { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .54; }
.page-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.8), transparent 70%); }
.page-hero-content { position: relative; z-index: 2; max-width: 1100px; }
.page-hero-content > p { max-width: 520px; color: rgba(255,255,255,.7); }
.page-no { position: absolute; right: var(--pad); bottom: 35px; color: rgba(255,255,255,.16); font-family: var(--serif); font-size: clamp(8rem, 18vw, 18rem); line-height: .7; }

.collection-toolbar { position: sticky; z-index: 30; top: 62px; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 18px var(--pad); border-bottom: 1px solid var(--line); background: rgba(243,240,232,.94); backdrop-filter: blur(14px); }
.filter-group { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-group button { padding: 7px 12px; border: 1px solid var(--line); background: transparent; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.filter-group button.active { background: var(--ink); color: white; }
.sort-wrap { display: flex; align-items: center; gap: 10px; color: var(--grey); font-size: .68rem; }
.sort-wrap select { border: 0; background: transparent; outline: 0; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px 12px; padding: 70px var(--pad) 130px; }
.collection-grid .product-image { aspect-ratio: 3 / 4.2; }
.empty { grid-column: 1 / -1; padding: 80px; border: 1px solid var(--line); text-align: center; }

.product-page { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 100svh; padding-top: 78px; }
.product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--paper); }
.product-gallery figure { margin: 0; min-height: 620px; overflow: hidden; }
.product-gallery figure:first-child { grid-column: 1 / -1; min-height: 90svh; }
.product-gallery img { height: 100%; object-fit: cover; }
.product-panel { position: sticky; top: 0; align-self: start; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 110px clamp(35px, 6vw, 90px) 60px; }
.product-panel .back { color: var(--grey); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.product-panel h1 { margin: 45px 0 4px; font-family: var(--serif); font-size: clamp(3.6rem, 6vw, 6.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .85; }
.product-subtitle { color: var(--grey); }
.product-price { margin: 25px 0; font-size: 1.05rem; }
.size-row { display: flex; gap: 7px; margin: 10px 0 28px; }
.size-row button { width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; }
.size-row button.selected { background: var(--ink); color: white; }
.add-button, .primary-button { min-height: 56px; padding: 0 24px; border: 0; background: var(--red); color: var(--ink); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-description { margin-top: 26px; color: var(--grey); }
.product-details { margin-top: 20px; border-top: 1px solid var(--line); }
.product-details details { border-bottom: 1px solid var(--line); }
.product-details summary { padding: 15px 0; cursor: pointer; font-size: .7rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.product-details p { color: var(--grey); }

.lookbook-intro { display: grid; grid-template-columns: .65fr 1.35fr; padding: 150px var(--pad) 90px; background: var(--red); }
.lookbook-intro h1 { grid-column: 2; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 9vw, 10rem); font-weight: 400; letter-spacing: -.06em; line-height: .78; }
.lookbook-intro p { align-self: end; max-width: 360px; }
.lookbook-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; padding: 30px var(--pad) 140px; background: var(--ink); }
.look { position: relative; overflow: hidden; }
.look img { height: 100%; object-fit: cover; transition: transform .8s; }
.look:hover img { transform: scale(1.03); }
.look:nth-child(1) { grid-column: 1 / 8; height: 850px; }
.look:nth-child(2) { grid-column: 9 / 13; height: 620px; margin-top: 160px; }
.look:nth-child(3) { grid-column: 3 / 7; height: 660px; }
.look:nth-child(4) { grid-column: 7 / 13; height: 900px; margin-top: 80px; }
.look span { position: absolute; left: 14px; bottom: 12px; color: white; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

.atelier-story { display: grid; grid-template-columns: .8fr 1.2fr; }
.atelier-story-image { min-height: 850px; }
.atelier-story-image img { height: 100%; object-fit: cover; }
.atelier-story-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px var(--pad); }
.atelier-story-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7vw, 8rem); font-weight: 400; letter-spacing: -.06em; line-height: .84; }
.atelier-story-copy > p { max-width: 650px; color: var(--grey); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 var(--pad) 120px; }
.principle { min-height: 330px; padding: 28px; border: 1px solid var(--line); margin: 0 -1px -1px 0; }
.principle span { color: var(--red); font-family: var(--serif); font-size: 1.4rem; }
.principle h3 { margin: 90px 0 10px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.principle p { margin: 0; color: var(--grey); }

.journal-feature { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 700px; }
.journal-feature-image { overflow: hidden; }
.journal-feature-image img { height: 100%; object-fit: cover; }
.journal-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px var(--pad); background: var(--blue); color: white; }
.journal-feature-copy h2 { margin: 10px 0 25px; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 400; line-height: .94; }
.journal-feature-copy p { color: rgba(255,255,255,.7); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px 14px; }
.article-card-image { height: 470px; overflow: hidden; }
.article-card-image img { height: 100%; object-fit: cover; transition: transform .7s; }
.article-card:hover img { transform: scale(1.03); }
.article-card h3 { margin: 15px 0 8px; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1; }
.article-card p, .article-meta { color: var(--grey); font-size: .72rem; }

.article-header { max-width: 1150px; padding: 160px var(--pad) 70px; }
.article-header h1 { margin: 10px 0 25px; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .86; }
.article-header > p:last-child { max-width: 720px; color: var(--grey); font-size: 1.1rem; }
.article-cover { height: min(75vw, 900px); margin: 0 var(--pad); overflow: hidden; }
.article-cover img { height: 100%; object-fit: cover; }
.article-body { max-width: 780px; margin: 0 auto; padding: 90px 24px 130px; font-family: var(--serif); font-size: 1.32rem; line-height: 1.75; }
.article-body h2 { margin: 65px 0 18px; font-size: 3.2rem; line-height: 1; }
.article-body blockquote { margin: 55px -100px; color: var(--red); font-size: 2.8rem; line-height: 1.15; }
.article-body p:first-child::first-letter { float: left; margin: 9px 12px 0 0; color: var(--red); font-size: 6rem; line-height: .7; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 100svh; padding-top: 78px; }
.contact-art { position: relative; overflow: hidden; background: var(--red); }
.contact-art img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); mix-blend-mode: multiply; opacity: .7; }
.contact-art-copy { position: absolute; inset: auto 30px 30px; color: white; }
.contact-art-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7vw, 8rem); font-weight: 400; line-height: .8; }
.contact-form-wrap { padding: 90px var(--pad); }
.contact-form-wrap h2 { margin: 0 0 35px; font-family: var(--serif); font-size: 3.8rem; font-weight: 400; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-grid label { display: grid; gap: 8px; color: var(--grey); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; outline: 0; text-transform: none; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--red); }
.form-grid .full { grid-column: 1 / -1; }
.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 55px; padding-top: 25px; border-top: 1px solid var(--line); }
.contact-details span { display: block; color: var(--grey); font-size: .65rem; text-transform: uppercase; }

.footer { display: grid; grid-template-columns: 1.2fr .6fr .6fr; gap: 55px; padding: 70px var(--pad) 28px; background: var(--ink); color: var(--ivory); }
.footer-logo { font-family: var(--serif); font-size: 3.4rem; letter-spacing: .12em; }
.footer-brand p { max-width: 340px; color: rgba(243,240,232,.52); }
.footer-col { display: grid; align-content: start; gap: 10px; color: rgba(243,240,232,.6); font-size: .78rem; }
.footer-col strong { margin-bottom: 10px; color: var(--red); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(243,240,232,.38); font-size: .65rem; }
.footer-bottom button { padding: 0; border: 0; background: transparent; color: inherit; }

.cart-drawer { position: fixed; z-index: 130; top: 0; right: 0; width: min(440px, 100%); height: 100svh; display: flex; flex-direction: column; padding: 28px; background: var(--ivory); transform: translateX(105%); transition: transform .4s cubic-bezier(.2,.7,.2,1); box-shadow: -20px 0 60px rgba(0,0,0,.12); }
.cart-drawer.open { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.drawer-head button { border: 0; background: transparent; font-size: 1.4rem; }
.cart-items { flex: 1; overflow: auto; }
.cart-item { display: grid; grid-template-columns: 90px 1fr auto; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 90px; height: 120px; object-fit: cover; }
.cart-item h3 { margin: 0; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.cart-item p { margin: 4px 0; color: var(--grey); font-size: .7rem; }
.cart-item button { align-self: start; border: 0; background: transparent; }
.cart-empty { padding: 60px 0; color: var(--grey); text-align: center; }
.cart-total { display: flex; justify-content: space-between; padding: 20px 0; border-top: 1px solid var(--line); }
.cart-checkout { width: 100%; }
.scrim { position: fixed; z-index: 120; inset: 0; background: rgba(0,0,0,.48); opacity: 0; visibility: hidden; transition: .3s; }
.scrim.open { opacity: 1; visibility: visible; }
.toast { position: fixed; z-index: 150; right: 22px; bottom: 22px; display: flex; gap: 10px; max-width: 360px; padding: 15px 18px; background: var(--ink); color: white; transform: translateY(150%); opacity: 0; transition: .35s; }
.toast.show { transform: none; opacity: 1; }
.toast span { color: var(--red); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }

.not-found { min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; background: var(--red); }
.not-found-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px var(--pad); }
.not-found-copy > span { font-family: var(--serif); font-size: clamp(9rem, 20vw, 20rem); line-height: .6; opacity: .22; }
.not-found h1 { font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 400; line-height: .88; }
.not-found-image img { height: 100%; object-fit: cover; filter: grayscale(1); mix-blend-mode: multiply; }

@media (max-width: 1040px) {
  .masthead-left a { display: none; }
  .hero { grid-template-columns: 48% 52%; }
  .study-card { min-height: 520px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .product-page { grid-template-columns: 1fr; }
  .product-panel { position: static; min-height: auto; }
  .look:nth-child(1) { height: 650px; }
  .look:nth-child(4) { height: 700px; }
}

@media (max-width: 760px) {
  :root { --pad: 19px; }
  .masthead { height: 64px; }
  .masthead-left > span:not(.menu-lines), .masthead-right > a { display: none; }
  .brand { font-size: 1.3rem; }
  .menu-overlay { grid-template-columns: 1fr; }
  .menu-visual { display: none; }
  .menu-main a { font-size: 3rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 76svh; padding-top: 120px; }
  .hero h1 { font-size: clamp(4.3rem, 22vw, 7rem); }
  .hero-image img { min-height: 75svh; }
  .scroll-mark { display: none; }
  .section-head { grid-template-columns: 1fr; gap: 25px; }
  .section-head h2, .page-hero h1 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .study-grid { grid-template-columns: 1fr; }
  .study-card, .study-card:nth-child(2) { min-height: 560px; margin-top: 0; }
  .product-grid { gap: 35px 7px; }
  .product-info { display: block; }
  .product-info strong { display: block; margin-top: 7px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-image { min-height: 600px; }
  .editorial-strip, .newsletter, .atelier-story, .journal-feature, .contact-layout, .not-found { grid-template-columns: 1fr; }
  .editorial-image { min-height: 620px; }
  .editorial-copy-bottom { grid-template-columns: 1fr; }
  .collection-toolbar { top: 64px; align-items: flex-start; flex-direction: column; }
  .collection-grid { grid-template-columns: 1fr 1fr; gap: 38px 7px; padding-left: 7px; padding-right: 7px; }
  .product-gallery figure, .product-gallery figure:first-child { min-height: 560px; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-gallery figure:first-child { grid-column: auto; }
  .lookbook-intro { grid-template-columns: 1fr; padding-top: 120px; }
  .lookbook-intro h1 { grid-column: 1; }
  .lookbook-grid { display: block; padding-left: 7px; padding-right: 7px; }
  .look, .look:nth-child(n) { height: 640px; margin: 0 0 8px; }
  .atelier-story-image { min-height: 650px; }
  .principles { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; }
  .journal-feature-image { min-height: 580px; }
  .article-body blockquote { margin: 45px 0; font-size: 2rem; }
  .article-cover { height: 120vw; margin: 0; }
  .contact-art { min-height: 650px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .contact-details { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .not-found-image { min-height: 70svh; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
