:root {
  --ink: #0b0b0a;
  --ink-soft: #151412;
  --paper: #e9e5dc;
  --paper-dim: #b9b4aa;
  --red: #b71518;
  --line: rgba(233, 229, 220, .2);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video { display: block; width: 100%; }
::selection { background: var(--red); color: #fff; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--paper); color: var(--ink); padding: 12px 18px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.intro { position: fixed; inset: 0; z-index: 900; display: grid; place-items: center; background: #161616; color: var(--paper); transition: clip-path 1s cubic-bezier(.76,0,.24,1) 1.15s; clip-path: inset(0 0 0 0); overflow: hidden; }
.intro.is-finished { clip-path: inset(0 0 100% 0); pointer-events: none; }
.intro::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(183,21,24,.13), transparent 42%), repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.025) 25%); }
.intro::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--red); transform: scaleX(0); transform-origin: left; animation: introProgress 1.4s cubic-bezier(.7,0,.25,1) forwards; }
.intro-art { position: relative; z-index: 1; width: min(590px, 72vw); opacity: 0; transform: scale(.92); animation: introLogoReveal .85s cubic-bezier(.2,.8,.2,1) .08s forwards; }
.intro-logo-full { width: 100%; max-height: 78vh; object-fit: contain; filter: drop-shadow(0 24px 50px rgba(0,0,0,.45)) saturate(1.04); }
.intro p { position: absolute; bottom: 30px; margin: 0; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
@keyframes introLogoReveal { to { opacity: 1; transform: scale(1); } }
@keyframes introProgress { to { transform: scaleX(1); } }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 32px; border-bottom: 1px solid rgba(255,255,255,.14); transition: height .45s ease, background .45s ease, transform .35s ease; }
.site-header.is-compact { height: 72px; background: rgba(11,11,10,.92); backdrop-filter: blur(14px); }
.site-header.is-hidden { transform: translateY(-105%); }
.brand { display: inline-flex; align-items: center; gap: 10px; justify-self: start; }
.brand-mark { width: 56px; height: 56px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(0,0,0,.32)); }
.brand-type { display: flex; align-items: baseline; gap: 7px; font-family: var(--display); }
.brand-type strong { font-size: 23px; letter-spacing: .035em; }
.brand-type small { font-size: 9px; letter-spacing: .28em; color: var(--paper-dim); }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-family: var(--display); text-transform: uppercase; letter-spacing: .1em; font-size: 13px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--red); transition: right .3s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.book-link { display: inline-flex; align-items: center; gap: 18px; min-height: 42px; padding: 0 17px; border: 1px solid rgba(255,255,255,.42); font-family: var(--display); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: 12px; transition: background .25s ease, border-color .25s ease; }
.book-link:hover { background: var(--red); border-color: var(--red); }
.menu-toggle { width: 46px; height: 46px; display: grid; place-content: center; gap: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); cursor: pointer; transition: background .25s ease, transform .25s ease; }
.menu-toggle:hover { background: var(--red); transform: rotate(8deg); }
.menu-toggle span { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .35s ease; }
body.menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
body.menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.menu-overlay { position: fixed; inset: 0; z-index: 90; padding: 116px 7vw 32px; background: var(--red); color: #fff; clip-path: inset(0 0 100% 0); visibility: hidden; transition: clip-path .75s cubic-bezier(.76,0,.24,1), visibility 0s .75s; }
.menu-overlay.is-open { clip-path: inset(0); visibility: visible; transition-delay: 0s; }
.menu-backdrop { position: absolute; inset: 0; opacity: .12; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.6) 25%); pointer-events: none; }
.menu-meta, .menu-footer { position: relative; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.overlay-nav { position: relative; width: min(920px, 80vw); margin: 6vh auto; }
.overlay-nav a { display: grid; grid-template-columns: 70px 1fr; align-items: baseline; border-bottom: 1px solid rgba(255,255,255,.4); padding: 5px 0; }
.overlay-nav i { font: 500 11px var(--body); font-style: normal; }
.overlay-nav span { font: 600 clamp(42px, 7vh, 76px)/.95 var(--display); text-transform: uppercase; letter-spacing: -.025em; transition: transform .35s ease, opacity .35s ease; }
.overlay-nav:hover a:not(:hover) span { opacity: .35; }
.overlay-nav a:hover span { transform: translateX(20px); }
.menu-footer { position: absolute; left: 7vw; right: 7vw; bottom: 30px; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: #080808; }
.hero-media, .hero-shade, .hero-grain { position: absolute; inset: 0; }
.hero-media video { height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.72) contrast(1.1); transform: scale(1.03); animation: heroBreath 12s ease-in-out infinite alternate; }
.hero-shade { background: linear-gradient(90deg, rgba(5,5,5,.95) 0%, rgba(5,5,5,.62) 40%, rgba(5,5,5,.12) 68%, rgba(5,5,5,.68) 100%), linear-gradient(0deg, rgba(5,5,5,.72), transparent 45%); }
.hero-grain { opacity: .12; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
@keyframes heroBreath { from { transform: scale(1.03); } to { transform: scale(1.08); } }
.hero-kicker { position: absolute; z-index: 2; left: 32px; top: 120px; display: flex; align-items: center; gap: 12px; margin: 0; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.hero-kicker span { width: 36px; height: 1px; background: var(--red); }
.hero-copy { position: absolute; z-index: 2; left: clamp(28px, 7vw, 110px); bottom: clamp(70px, 10vh, 120px); width: min(740px, 68vw); }
.hero-index { display: flex; gap: 14px; align-items: center; margin: 0 0 13px; font-size: 10px; letter-spacing: .18em; }
.hero-index b { color: var(--red); }
.hero h1 { margin: 0; font: 600 clamp(86px, 12.2vw, 186px)/.68 var(--display); text-transform: uppercase; letter-spacing: -.045em; }
.hero h1 span { display: block; }
.hero h1 .accent { color: transparent; -webkit-text-stroke: 1.5px var(--paper); transform: translateX(clamp(30px, 6vw, 100px)); }
.hero-foot { display: flex; align-items: flex-end; gap: clamp(30px, 8vw, 120px); margin-top: 38px; }
.hero-foot p { margin: 0; color: var(--paper-dim); font-size: 12px; line-height: 1.75; }
.outline-cta { width: 230px; min-height: 55px; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; border: 1px solid rgba(255,255,255,.45); font: 600 12px var(--display); text-transform: uppercase; letter-spacing: .12em; transition: background .3s ease, border-color .3s ease; }
.outline-cta:hover { background: var(--red); border-color: var(--red); }
.outline-cta span { font-size: 20px; }
.hero-side { position: absolute; z-index: 2; right: 30px; top: 50%; display: flex; gap: 25px; transform: translateY(-50%) rotate(90deg) translateX(50%); transform-origin: right top; font: 500 10px var(--body); letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.58); }
.scroll-cue { position: absolute; z-index: 2; right: 50px; bottom: 34px; display: flex; align-items: center; gap: 13px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; position: relative; }
.scroll-cue i::after { content: "↓"; position: absolute; inset: 0; display: grid; place-items: center; font-style: normal; }

.section-label { display: flex; gap: 18px; margin: 0; color: #817c73; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.section-label span { color: var(--red); }
.statement { position: relative; min-height: 930px; padding: 120px 7vw 110px; background: var(--paper); color: var(--ink); overflow: hidden; }
.statement-layout { position: relative; z-index: 1; width: min(1180px, 88vw); margin: 72px auto 70px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .68fr); gap: clamp(55px, 8vw, 120px); align-items: center; }
.statement-copy { min-width: 0; }
.statement h2, .section-head h2, .artist h2, .studio h2, .contact h2 { margin: 0; font: 600 clamp(58px, 8vw, 120px)/.84 var(--display); text-transform: uppercase; letter-spacing: -.035em; }
.statement h2 em, .section-head h2 em, .artist h2 em, .studio h2 em, .contact h2 em { color: transparent; font-style: normal; }
.statement h2 em, .artist h2 em { -webkit-text-stroke: 1.4px var(--ink); }
.section-head h2 em, .studio h2 em, .contact h2 em { -webkit-text-stroke: 1.4px var(--paper); }
.statement-note { width: min(520px, 100%); display: grid; grid-template-columns: 66px 1fr; gap: 28px; align-items: start; margin-top: 64px; padding-top: 22px; border-top: 1px solid rgba(11,11,10,.22); }
.statement-note > span { color: var(--red); font: 600 12px/1.1 var(--display); letter-spacing: .13em; }
.statement-note p { margin: 0; font-size: 13px; line-height: 1.9; color: #4e4a44; }
.statement-art { position: relative; width: min(390px, 100%); margin: 0; justify-self: end; }
.statement-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #c9c6bf; box-shadow: 26px 26px 0 rgba(11,11,10,.08); }
.statement-image::before { content: ""; position: absolute; z-index: 2; inset: 14px; border: 1px solid rgba(255,255,255,.42); pointer-events: none; }
.statement-image img { height: 100%; object-fit: cover; object-position: center 43%; filter: grayscale(1) contrast(1.05); transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .7s ease; }
.statement-art:hover .statement-image img { transform: scale(1.035); filter: grayscale(.35) contrast(1.02); }
.statement-image > span { position: absolute; z-index: 3; top: 14px; right: 14px; padding: 9px 8px; background: var(--red); color: #fff; font: 600 9px var(--display); letter-spacing: .16em; writing-mode: vertical-rl; }
.statement-art figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 15px; color: #68635b; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.marquee { position: absolute; left: 0; right: 0; bottom: 30px; border-top: 1px solid rgba(0,0,0,.2); border-bottom: 1px solid rgba(0,0,0,.2); overflow: hidden; white-space: nowrap; }
.marquee div { width: max-content; padding: 13px 0; font: 600 13px var(--display); letter-spacing: .13em; animation: marquee 24s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.works { padding: 130px 7vw 160px; background: var(--ink); }
.section-head { display: grid; grid-template-columns: .7fr 1.25fr .55fr; gap: 5vw; align-items: end; margin-bottom: 90px; }
.section-head h2 { font-size: clamp(62px, 8vw, 118px); }
.section-head > p:last-child { margin: 0 0 5px; color: var(--paper-dim); font-size: 12px; line-height: 1.7; }
.work-grid { display: grid; grid-template-columns: 1.12fr .72fr; gap: 9vw 5vw; align-items: start; }
.work { margin: 0; position: relative; }
.work-a { grid-row: span 2; }
.work-b { width: 82%; margin-top: 12vw; }
.work-c { width: 100%; }
.work img { height: min(68vw, 840px); object-fit: cover; filter: grayscale(1) contrast(1.06); transition: filter .6s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.work-b img { height: min(38vw, 520px); }
.work-c img { height: min(35vw, 480px); }
.work:hover img { filter: grayscale(.15) contrast(1.02); transform: scale(1.015); }
.work { overflow: hidden; }
.work figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: end; padding: 60px 18px 18px; background: linear-gradient(transparent, rgba(0,0,0,.8)); text-transform: uppercase; }
.work figcaption span { font-size: 9px; letter-spacing: .15em; }
.work figcaption strong { font: 600 24px var(--display); letter-spacing: .04em; }
.work-archive { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; gap: 18px; margin-top: 10vw; }
.archive-work { position: relative; min-height: 340px; aspect-ratio: .78; margin: 0; overflow: hidden; background: #1b1a18; }
.archive-work-tall { grid-row: span 2; aspect-ratio: auto; }
.archive-work-wide { grid-column: span 2; aspect-ratio: 1.62; }
.archive-work img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.06); transition: filter .55s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.archive-work:hover img { filter: grayscale(.1) contrast(1.02); transform: scale(1.025); }
.archive-work figcaption { position: absolute; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; padding: 70px 16px 16px; background: linear-gradient(transparent, rgba(0,0,0,.82)); text-transform: uppercase; }
.archive-work figcaption span { font-size: 9px; letter-spacing: .16em; }
.archive-work figcaption strong { font: 600 20px var(--display); letter-spacing: .05em; }
.instagram-archive-link { display: flex; align-items: center; justify-content: space-between; width: min(430px, 100%); margin: 65px 0 0 auto; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.35); font: 600 12px var(--display); letter-spacing: .12em; text-transform: uppercase; }
.instagram-archive-link span { color: var(--red); font-size: 22px; }

.artist { position: relative; min-height: 900px; display: grid; grid-template-columns: 45% 55%; background: var(--paper); color: var(--ink); overflow: hidden; }
.artist-portrait { position: relative; z-index: 1; min-height: 900px; overflow: hidden; background: #d7d3ca; }
.artist-portrait img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; filter: grayscale(1) contrast(1.12); transform: scale(1.35); }
.artist-portrait span { position: absolute; left: 25px; bottom: 24px; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.artist-copy { position: relative; z-index: 2; align-self: center; padding: 100px 7vw; }
.artist-copy .section-label { margin-bottom: 70px; }
.artist-copy > p:not(.section-label) { width: min(420px, 100%); margin: 42px 0; color: #4e4a44; line-height: 1.9; font-size: 14px; }
.text-link { display: inline-flex; gap: 35px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 8px; font: 600 12px var(--display); letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--red); font-size: 20px; }
.artist-word { position: absolute; z-index: 0; right: -3vw; bottom: -15vw; margin: 0; color: transparent; -webkit-text-stroke: 1px rgba(0,0,0,.12); font: 700 25vw/.8 var(--display); letter-spacing: -.06em; }

.studio { padding: 130px 7vw 150px; background: var(--ink-soft); }
.studio-head { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; margin-bottom: 95px; }
.studio h2 { font-size: clamp(72px, 9vw, 132px); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr 1.1fr 50px; gap: 30px; align-items: center; min-height: 130px; border-bottom: 1px solid var(--line); transition: background .35s ease, padding .35s ease; }
.process-list li:hover { background: var(--red); padding: 0 22px; }
.process-list li > span { color: #837e75; font-size: 10px; }
.process-list h3 { margin: 0; font: 600 clamp(35px, 4vw, 58px) var(--display); text-transform: uppercase; }
.process-list p { width: min(420px, 100%); margin: 0; color: var(--paper-dim); font-size: 12px; line-height: 1.7; }
.process-list li:hover p, .process-list li:hover > span { color: #fff; }
.process-list i { justify-self: end; font-size: 24px; font-style: normal; }

.contact { position: relative; height: min(860px, 92svh); min-height: 650px; overflow: hidden; }
.contact-media, .contact-shade { position: absolute; inset: 0; }
.contact-media img { height: 100%; object-fit: cover; object-position: center 60%; filter: grayscale(1) contrast(1.15); }
.contact-shade { background: linear-gradient(90deg, rgba(4,4,4,.94), rgba(4,4,4,.25) 70%), linear-gradient(0deg, rgba(4,4,4,.5), transparent); }
.contact-copy { position: absolute; left: 7vw; bottom: 9vh; z-index: 1; }
.contact-copy > p { margin: 0 0 18px; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.contact-copy h2 { font-size: clamp(90px, 14vw, 200px); }
.contact-copy a { display: inline-flex; align-items: center; justify-content: space-between; width: 260px; min-height: 60px; margin-top: 40px; padding: 0 20px; background: var(--red); font: 600 12px var(--display); letter-spacing: .13em; text-transform: uppercase; }
.contact-copy a span { font-size: 22px; }

.site-footer { display: grid; grid-template-columns: 1.2fr .7fr .7fr 1fr; gap: 40px; align-items: end; padding: 65px 32px 35px; background: var(--paper); color: var(--ink); }
.site-footer > div span { display: block; margin-bottom: 9px; color: #777168; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.site-footer > div a, .site-footer > div p { margin: 0; font-size: 12px; }
.copyright { margin: 0; justify-self: end; text-align: right; font-size: 10px; line-height: 1.8; }
.copyright small { color: #777168; }
.footer-brand .brand-type small { color: #777168; }
.footer-brand .brand-mark { width: 72px; height: 72px; filter: drop-shadow(0 5px 10px rgba(0,0,0,.14)); }

.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 74px; padding: 0 18px; grid-template-columns: 1fr auto; }
  .desktop-nav, .book-link { display: none; }
  .brand-mark { width: 48px; height: 48px; }
  .menu-toggle { width: 42px; height: 42px; }
  .hero-kicker { top: 96px; left: 18px; }
  .hero-media video { object-position: 52% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,5,5,.88) 0%, rgba(5,5,5,.25) 65%, rgba(5,5,5,.5) 100%); }
  .hero-copy { left: 18px; right: 18px; bottom: 76px; width: auto; }
  .hero h1 { font-size: clamp(65px, 23vw, 102px); line-height: .74; }
  .hero h1 .accent { transform: translateX(7vw); -webkit-text-stroke-width: 1px; }
  .hero-foot { display: block; margin-top: 28px; }
  .hero-foot p { display: none; }
  .outline-cta { width: 210px; min-height: 50px; }
  .hero-side { display: none; }
  .scroll-cue { right: 18px; bottom: 22px; }
  .scroll-cue span { display: none; }
  .statement { min-height: 0; padding: 90px 18px 130px; }
  .statement-layout { width: 100%; margin: 70px 0 65px; display: block; }
  .statement-note { grid-template-columns: 58px 1fr; gap: 18px; margin-top: 42px; }
  .statement-art { width: 86%; margin: 68px 0 0 auto; }
  .statement-image { box-shadow: 16px 16px 0 rgba(11,11,10,.08); }
  .statement h2, .section-head h2, .artist h2, .studio h2 { font-size: clamp(54px, 17vw, 82px); }
  .works { padding: 100px 18px 110px; }
  .section-head { display: block; margin-bottom: 60px; }
  .section-head h2 { margin: 55px 0 28px; }
  .section-head > p:last-child { max-width: 270px; }
  .work-grid { display: block; }
  .work { width: 100%; margin: 0 0 30px; }
  .work img, .work-b img, .work-c img { height: 125vw; max-height: 630px; }
  .work-b, .work-c { width: 82%; margin-left: auto; }
  .work-archive { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 90px; }
  .archive-work, .archive-work-tall, .archive-work-wide { grid-column: auto; grid-row: auto; min-height: 0; aspect-ratio: .75; }
  .archive-work:nth-child(3n + 2) { aspect-ratio: .68; }
  .archive-work figcaption { display: block; padding: 50px 10px 10px; }
  .archive-work figcaption span { display: block; margin-bottom: 4px; }
  .archive-work figcaption strong { font-size: 17px; }
  .instagram-archive-link { margin-top: 45px; }
  .artist { min-height: 0; display: block; }
  .artist-portrait { min-height: 520px; height: 68svh; }
  .artist-portrait img { transform: scale(1.15); }
  .artist-copy { padding: 90px 18px 120px; }
  .artist-copy .section-label { margin-bottom: 55px; }
  .studio { padding: 100px 18px 110px; }
  .studio-head { display: block; margin-bottom: 65px; }
  .studio-head h2 { margin-top: 50px; }
  .process-list li { grid-template-columns: 35px 1fr 25px; gap: 12px; min-height: 105px; }
  .process-list p { display: none; }
  .process-list h3 { font-size: 34px; }
  .contact { min-height: 700px; }
  .contact-media img { object-position: 50% center; }
  .contact-copy { left: 18px; right: 18px; bottom: 70px; }
  .contact-copy h2 { font-size: clamp(76px, 24vw, 120px); }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 55px 18px 30px; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 25px; }
  .copyright { grid-column: 1 / -1; justify-self: start; text-align: left; margin-top: 30px; }
  .menu-overlay { padding: 100px 18px 25px; }
  .menu-meta span:last-child, .menu-footer span { display: none; }
  .overlay-nav { width: 100%; margin: 8vh 0; }
  .overlay-nav a { grid-template-columns: 38px 1fr; padding: 10px 0; }
  .overlay-nav span { font-size: clamp(40px, 14vw, 62px); }
  .menu-footer { left: 18px; right: 18px; bottom: 25px; }
  .intro-art { width: min(88vw, 430px); }
  .intro-logo-full { max-height: 70vh; }
}

@media (max-width: 360px) {
  .brand-type strong { font-size: 20px; }
  .hero h1 { font-size: 67px; }
  .hero-index { margin-bottom: 9px; }
  .outline-cta { min-height: 46px; }
}

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