:root {
  color-scheme: dark;
  --paper: #f2f2ec;
  --black: #080808;
  --muted: #a5a59e;
  --purple: #7654ff;
  --page: clamp(24px, 5vw, 88px);
}
* { box-sizing: border-box; }
/* Clip sideways overflow without creating a scroll container around sticky cards. */
html { scroll-behavior: smooth; scroll-padding-top: 95px; overflow-x: clip; overscroll-behavior-x: none; }
body { margin: 0; background: var(--black); color: var(--paper); font-family: 'Montserrat', Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: clip; touch-action: pan-y pinch-zoom; }
figure, h1, h2, p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a:focus-visible { outline: 2px solid #aa97ff; outline-offset: 6px; }
::selection { background: var(--purple); color: white; }
.skip-link { position: fixed; left: 20px; top: 15px; z-index: 100; padding: 14px 20px; background: white; color: black; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.header { position: fixed; inset: 0 0 auto; height: 96px; z-index: 30; padding: 0 var(--page); display: flex; align-items: center; justify-content: space-between; background: linear-gradient(#080808ed, #08080800); pointer-events: none; }
.header a, .header nav { pointer-events: auto; }
.brand { display: flex; align-items: center; gap: 13px; font-family: 'Noka', 'Montserrat', sans-serif; font-size: 17px; font-weight: 500; line-height: .92; letter-spacing: -.045em; }
.brand strong { font-weight: 400; }
.brand-mark { width: 36px; height: 30px; background: url('assets/logo.jpg') center / 255% auto no-repeat; }
.switcher { position: absolute; left: 50%; transform: translateX(-50%); display: flex; gap: 3px; padding: 4px; background: #151515; border: 1px solid #292929; border-radius: 40px; }
.switcher a { border-radius: 30px; padding: 9px 17px; color: #a3a39a; font-size: 12px; transition: background .2s, color .2s; }
.switcher a[aria-current] { background: var(--paper); color: #111; }
.header-contact { display: flex; align-items: center; gap: 20px; font-size: 12px; }
.header-contact > span:last-child { font-size: 21px; }
.pill { display: inline-flex; align-items: center; gap: 22px; border-radius: 30px; padding: 11px 17px; background: var(--paper); color: #111; font-size: 12px; }
.eyebrow { font-size: 12px; font-weight: 400; line-height: 1.4; letter-spacing: .08em; color: #b7b7af; }
.eyebrow > span { color: #a18bff; }
.story-panel { position: relative; min-height: 100svh; padding: 150px var(--page) 90px; overflow: hidden; }
.landing { min-height: 100svh; display: flex; flex-direction: column; padding: 150px var(--page) 42px; }
.landing-topline, .landing-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 10px; letter-spacing: .06em; color: #aaa99f; }
.landing-topline { padding-bottom: 28px; border-bottom: 1px solid #272724; }
.landing-body { display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; gap: 5%; flex: 1; padding: 50px 0 65px; }
.wordmark { margin: 0; font-family: 'Noka', 'Montserrat', sans-serif; font-size: clamp(84px, 13.6vw, 230px); font-weight: 500; letter-spacing: -.07em; line-height: .95; }
.wordmark > span { display: block; }
.wordmark > span:last-child { font-size: .81em; margin-top: .03em; letter-spacing: -.07em; }
.copyright { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 17px; margin-left: 14px; vertical-align: top; line-height: 2.6; letter-spacing: 0; }
.landing-copy { padding-top: 30px; }
.landing-copy h2 { font-size: clamp(24px, 2.5vw, 42px); line-height: 1.2; font-weight: 400; letter-spacing: -.05em; }
.landing-copy h2 em { font-size: 1.3em; line-height: .98; color: #d6d2ca; }
.landing-copy > p { margin-top: 27px; font-size: 14px; line-height: 1.7; letter-spacing: -.02em; color: var(--muted); }
.whatsapp-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 52px; margin-top: 30px; padding: 14px 23px; border-radius: 40px; background: var(--paper); color: #141414; font-size: 13px; font-weight: 500; transition: background .2s, transform .2s; }
.whatsapp-cta > span:last-child { font-size: 23px; }
.whatsapp-cta[href]:hover { background: white; transform: translateY(-2px); }
[data-whatsapp][aria-disabled="true"] { opacity: .55; cursor: default; }
.landing-bottom { padding-top: 24px; border-top: 1px solid #272724; }
.landing-bottom > a { display: flex; align-items: center; gap: 25px; color: var(--paper); }
.landing-bottom > a > span { font-size: 25px; }
.gallery-intro > h2 { font-size: clamp(54px, 9vw, 150px); font-weight: 400; line-height: .98; letter-spacing: -.065em; margin-top: 75px; }
.gallery-caption { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 70px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.gallery-caption > span { font-size: 10px; letter-spacing: .05em; }
.gallery-intro > .inline-art { margin-top: 40px; }
.intro-tags, .contact-tags { display: flex; align-items: center; gap: 5px; margin-top: 40px; }
.intro-tags > span, .contact-tags > :is(span, a) { border: 1px solid #484840; border-radius: 40px; padding: 5px 9px; color: #afafa5; font-size: 10px; }
.intro-tags > span:first-child, .contact-tags > span:first-child { border-radius: 50%; width: 27px; height: 27px; padding: 0; display: grid; place-items: center; font-size: 20px; }
.manifesto h2 { font-size: clamp(58px, 9.6vw, 158px); font-weight: 400; line-height: .99; letter-spacing: -.07em; margin-top: 65px; }
em { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 400; letter-spacing: -.04em; }
.manifesto-bottom { margin-top: 60px; display: flex; justify-content: space-between; max-width: 80%; font-size: 14px; line-height: 1.4; color: #bcbcb4; }
.chapter { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 6vw; }
.chapter h2 { margin-top: 30px; font-size: clamp(40px, 5.8vw, 90px); line-height: 1.04; font-weight: 400; letter-spacing: -.06em; }
.chapter h2 em { color: #bcbcb5; }
.chapter-description { font-size: 16px; line-height: 1.55; color: var(--muted); margin-top: 28px; }
.inline-art { max-width: 450px; height: auto; aspect-ratio: 3 / 4; border-radius: 15px; }
.instagram-link { display: inline-block; margin-top: 20px; color: #aaa99f; font-size: 11px; }
.contact { isolation: isolate; display: flex; align-items: center; justify-content: center; padding-bottom: 160px; min-height: 100svh; }
.image-wall { position: absolute; inset: 0 -4% 8%; overflow: hidden; z-index: -2; opacity: .43; mask-image: linear-gradient(#000, #000 20%, transparent 90%); -webkit-mask-image: linear-gradient(#000, #000 20%, transparent 90%); }
.image-wall::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, #080808e8 8%, #08080850 70%); }
.wall-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; height: 27%; margin-bottom: 12px; }
.wall-row:nth-child(2) { margin-left: -8%; margin-right: 8%; }
.wall-row img { min-width: 0; border-radius: 17px; object-position: center 34%; filter: saturate(.75); }
.wall-row:nth-child(2) img { object-position: center 70%; }
.contact-content { width: min(700px, 80%); text-align: center; }
.contact h2 { margin-top: 28px; font-size: clamp(38px, 4.8vw, 76px); line-height: 1.04; letter-spacing: -.055em; font-weight: 400; }
.contact-content > p:not(.eyebrow) { font-size: 16px; line-height: 1.4; color: #b4b4ac; margin-top: 24px; }
.contact-bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 8px 8px 8px 24px; border: 1px solid #505049; border-radius: 50px; margin-top: 45px; background: #0a0a0a80; text-align: left; }
.contact-bar > span { font-size: 14px; color: #b7b7b0; }
.contact-bar :is(strong, button) { display: flex; align-items: center; gap: 20px; flex-shrink: 0; padding: 13px 18px; border-radius: 30px; background: var(--paper); color: #111; font-weight: 400; font-size: 12px; }
.contact-bar :is(strong, button) span { font-size: 18px; }
.contact-bar:hover { border-color: var(--paper); }
.contact-tags { margin-top: 16px; justify-content: center; }
.contact-tags > span:first-child { background: var(--paper); color: #111; margin-right: 5px; }
.contact footer { position: absolute; bottom: 90px; left: var(--page); right: var(--page); display: flex; justify-content: space-between; gap: 25px; font-size: 11px; color: #98988f; }
.contact footer a > span { margin-left: 14px; }
.floating-gallery, .chapter-nav, .story-status, .story-progress { display: none; }
@media (max-width: 760px) {
  :root { --page: 24px; }
  .header { height: 80px; }
  .brand { font-size: 14px; gap: 8px; }
  .brand-mark { width: 28px; height: 23px; }
  .switcher { left: 58%; }
  .switcher a { font-size: 10px; padding: 8px 12px; }
  .header-contact > span:first-child { display: none; }
  .story-panel { padding-top: 115px; }
  .pill { font-size: 10px; padding: 10px 12px; gap: 12px; }
  .landing { min-height: 100svh; padding-top: 110px; padding-bottom: 28px; }
  .landing-topline { font-size: 8px; padding-bottom: 20px; }
  .landing-topline > span { display: none; }
  .landing-body { grid-template-columns: 1fr; align-items: start; gap: 30px; padding: 40px 0; }
  .wordmark { font-size: clamp(76px, 20vw, 146px); margin: 0; letter-spacing: -.06em; }
  .wordmark > span:last-child { font-size: .84em; margin-top: .02em; }
  .copyright { font-size: 13px; margin-left: 10px; }
  .landing-copy { padding-top: 0; }
  .landing-copy h2 { font-size: clamp(22px, 5.6vw, 33px); }
  .landing-copy > p { font-size: 12px; margin-top: 18px; }
  .whatsapp-cta { margin-top: 23px; min-height: 49px; font-size: 12px; gap: 35px; }
  .landing-bottom { font-size: 8px; padding-top: 18px; }
  .landing-bottom > p, .landing-bottom > span { display: none; }
  .landing-bottom > a { width: 100%; justify-content: space-between; }
  .gallery-intro > h2 { font-size: 11.7vw; }
  .gallery-caption { font-size: 13px; gap: 20px; }
  .manifesto h2 { font-size: 11.2vw; }
  .manifesto-bottom { max-width: 100%; gap: 20px; font-size: 12px; }
  .chapter { grid-template-columns: 1fr; gap: 40px; }
  .chapter h2 { font-size: clamp(38px, 9vw, 65px); }
  .chapter-description { font-size: 15px; }
  .inline-art { width: min(100%, 380px); margin-inline: auto; }
  .contact { min-height: 830px; }
  .contact-content { width: 100%; }
  .contact h2 { font-size: clamp(34px, 8.5vw, 56px); }
  .contact-content > p:not(.eyebrow) { font-size: 14px; }
  .contact-bar { padding-left: 16px; }
  .contact-bar > span { font-size: 12px; line-height: 1.4; }
  .contact-bar :is(strong, button) { font-size: 10px; padding: 12px; gap: 10px; }
  .contact-tags > :is(span, a) { font-size: 9px; padding: 5px 7px; }
  .wall-row { width: 180%; }
  .contact footer { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
