/* ==========================================================================
   DROPDRIP — Sumit C. / solo T-shirt artwork studio
   Dark base · orange primary · acid + pink pop accents
   Bebas Neue display · Space Grotesk body · Space Mono labels
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@600;700&family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root{
  --bg: #0a0a0b;
  --bg-2: #131315;
  --bg-3: #1b1b1e;
  --line: rgba(244,240,232,.14);
  --ink: #f4f0e8;
  --ink-dim: #b3b0aa;
  --ink-faint: #6a6864;

  --orange: #ff4d15;
  --orange-2: #ffb020;
  --acid: #ccff33;
  --pink: #ff3fa4;

  --font-display: 'Bebas Neue', Impact, sans-serif;
  --font-body: 'Space Grotesk', sans-serif;
  --font-mono: 'Space Mono', monospace;

  --container: 1180px;
  --edge: clamp(20px, 6vw, 64px);
  --ease: cubic-bezier(.22,1,.36,1);
}

/* ---------- reset ---------- */
*, *::before, *::after{ box-sizing: border-box; }
html{ -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body{ height:auto; }
.lenis.lenis-smooth{ scroll-behavior:auto !important; }
body{
  margin:0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
ul{ list-style:none; margin:0; padding:0; }
h1,h2,h3,h4,p,figure{ margin:0; }
button{ font: inherit; background:none; border:none; color:inherit; cursor:pointer; }
::selection{ background: var(--orange); color: var(--bg); }

@media (prefers-reduced-motion: reduce){
  *{ animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
a:focus-visible, button:focus-visible{ outline: 2px solid var(--acid); outline-offset: 3px; }

/* ---------- grain overlay ---------- */
.grain{
  position: fixed; inset:0; z-index: 999; pointer-events:none;
  opacity:.045; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- custom cursor (desktop only) ---------- */
.drip-cursor{
  position: fixed; top:0; left:0; width:20px; height:20px;
  border-radius: 60% 60% 60% 0;
  background: var(--orange);
  transform: translate(-50%,-50%) rotate(45deg);
  pointer-events:none; z-index: 9998;
  mix-blend-mode: difference;
  transition: width .18s var(--ease), height .18s var(--ease), background .2s;
  display:none;
}
.has-fine-pointer .drip-cursor{ display:block; }
.drip-cursor.is-active{ width:34px; height:34px; background: var(--acid); }
.has-fine-pointer{ cursor:none; }
.has-fine-pointer a, .has-fine-pointer button{ cursor:none; }

.splat{
  position: fixed; z-index: 9997; pointer-events:none;
  width: 9px; height:9px; border-radius: 50%;
  background: var(--orange);
  transform: translate(-50%,-50%);
  animation: splat-pop .6s var(--ease) forwards;
}
@keyframes splat-pop{
  0%{ transform: translate(-50%,-50%) scale(0); opacity:1; }
  60%{ opacity:.7; }
  100%{ transform: translate(-50%,-50%) scale(3.2); opacity:0; }
}

/* ---------- liquid goo blobs (hero) ---------- */
.goo-field{
  position:absolute; inset:0; overflow:hidden; z-index:0;
  filter: url(#goo);
  opacity:.55;
}
.blob{
  position:absolute; border-radius:50%;
  mix-blend-mode: screen;
}
.blob.b1{ width:34vmax; height:34vmax; left:-8%; top:-10%; background: var(--orange); animation: float-a 18s ease-in-out infinite; }
.blob.b2{ width:26vmax; height:26vmax; right:-6%; top:10%; background: var(--pink); animation: float-b 22s ease-in-out infinite; }
.blob.b3{ width:22vmax; height:22vmax; left:20%; bottom:-14%; background: var(--acid); animation: float-c 16s ease-in-out infinite; }
@keyframes float-a{
  0%,100%{ transform: translate(0,0) scale(1); }
  50%{ transform: translate(6vw, 8vh) scale(1.12); }
}
@keyframes float-b{
  0%,100%{ transform: translate(0,0) scale(1); }
  50%{ transform: translate(-8vw, 6vh) scale(.9); }
}
@keyframes float-c{
  0%,100%{ transform: translate(0,0) scale(1); }
  50%{ transform: translate(5vw, -6vh) scale(1.16); }
}

/* ---------- layout helpers ---------- */
.wrap{ max-width: var(--container); margin-inline:auto; padding-inline: var(--edge); position:relative; z-index:2; }
.section{ position: relative; padding-block: clamp(70px, 13vw, 150px); background: var(--bg); }
.section-tight{ padding-block: clamp(44px, 8vw, 90px); }
.eyebrow{
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange-2);
  display:inline-flex; align-items:center; gap:.5em;
}
.eyebrow::before{ content:"//"; color: var(--acid); }

.h-display{
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: .92;
  letter-spacing: .01em;
  font-weight: 400;
}
.section-head{
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 8.6vw, 4.4rem);
  line-height: .95;
  text-transform: uppercase;
  margin-block: .3em .5em;
}
.lede{
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  color: var(--ink-dim);
  max-width: 48ch;
}
.lede b, .lede strong{ color: var(--ink); font-weight: 600; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:.6em;
  font-family: var(--font-mono);
  font-size: .82rem;
  letter-spacing:.08em;
  text-transform: uppercase;
  padding: 1.05em 1.7em;
  border: 2px solid var(--orange);
  color: var(--ink);
  position: relative;
  overflow:hidden;
  transition: color .35s var(--ease), border-color .35s;
  will-change: transform;
}
.btn::before{
  content:"";
  position:absolute; inset:0;
  background: var(--orange);
  transform: translateY(101%);
  transition: transform .38s var(--ease);
  z-index:-1;
}
.btn::after{
  content: attr(data-label);
  position:relative;
}
.btn:hover::before, .btn:focus-visible::before{ transform: translateY(0); }
.btn:hover, .btn:focus-visible{ color: var(--bg); }
.btn .arrow{ transition: transform .3s var(--ease); position:relative; }
.btn:hover .arrow{ transform: translateX(4px); }
.magnetic-wrap{ display:inline-block; }

/* ---------- nav ---------- */
.site-nav{
  position: sticky; top:0; z-index: 500;
  display:flex; align-items:center; justify-content:space-between;
  padding: 16px var(--edge);
  background: rgba(10,10,11,.6);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.site-nav.is-scrolled{ background: rgba(10,10,11,.92); border-color: var(--line); }

.logo-link{ display:inline-flex; align-items:center; position:relative; }
.logo-svg{ width: clamp(128px, 22vw, 168px); height:auto; display:block; }
.footer-brand .logo-svg{ width: clamp(150px, 30vw, 210px); }

.nav-links{
  display:none;
  font-family: var(--font-mono);
  font-size:.8rem;
  letter-spacing:.06em;
  text-transform: uppercase;
  gap: 2rem;
}
.nav-links a{ position:relative; padding-block:.2em; }
.nav-links a::after{
  content:""; position:absolute; left:0; bottom:0; height:2px; width:0;
  background: var(--acid); transition: width .3s var(--ease);
}
.nav-links a:hover::after{ width:100%; }

.nav-cta{ display:none; }

.burger{ width: 34px; height: 22px; position: relative; z-index: 600; }
.burger span{
  position:absolute; left:0; right:0; height:2px; background: var(--ink);
  transition: transform .3s var(--ease), opacity .2s, top .3s var(--ease);
}
.burger span:nth-child(1){ top:0; }
.burger span:nth-child(2){ top:10px; }
.burger span:nth-child(3){ top:20px; }
.nav-open .burger span:nth-child(1){ top:10px; transform: rotate(45deg); background: var(--orange); }
.nav-open .burger span:nth-child(2){ opacity:0; }
.nav-open .burger span:nth-child(3){ top:10px; transform: rotate(-45deg); background: var(--orange); }

.mobile-menu{
  position: fixed; inset:0; z-index: 400;
  background: var(--bg);
  display:flex; flex-direction:column; justify-content:center;
  padding: var(--edge);
  transform: translateY(-100%);
  transition: transform .5s var(--ease);
}
.nav-open .mobile-menu{ transform: translateY(0); }
.mobile-menu ul{ display:flex; flex-direction:column; gap: .2em; }
.mobile-menu a{
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 12vw, 3.6rem);
  text-transform: uppercase;
  color: var(--ink-dim);
  transition: color .25s, transform .25s;
  display:inline-block;
}
.mobile-menu a:hover{ color: var(--orange); transform: translateX(.12em); }
.mobile-menu .mobile-foot{
  margin-top: 2.2em;
  font-family: var(--font-mono);
  font-size:.76rem; color: var(--ink-faint); letter-spacing:.08em;
}

/* ---------- marquee ticker ---------- */
.ticker{
  overflow:hidden;
  border-block: 3px solid var(--bg);
  transform: rotate(-1.1deg);
  margin-block: -14px;
  position:relative; z-index: 20;
  background: var(--ink);
}
.ticker.rev{ transform: rotate(1deg); }
.ticker-track{
  display:flex; width:max-content;
  animation: marquee 26s linear infinite;
  transition: animation-duration .5s ease;
}
.ticker.rev .ticker-track{ animation-direction: reverse; animation-duration: 22s; }
.ticker:hover .ticker-track{ animation-duration: 140s; }
.ticker.rev:hover .ticker-track{ animation-duration: 120s; }
@keyframes marquee{ from{ transform: translateX(0); } to{ transform: translateX(-50%); } }
.ticker-item{
  font-family: var(--font-mono); font-weight:700;
  font-size: clamp(.85rem, 2.4vw, 1.05rem);
  text-transform: uppercase; letter-spacing:.05em;
  padding: .8em 1.4em; white-space: nowrap;
  display:flex; align-items:center; gap: 1.4em;
  color: var(--bg);
}
.ticker-item::after{ content:"✦"; opacity:.8; color: var(--orange); }
.ticker.acid .ticker-item::after{ color: var(--acid); }
.ticker.orange .ticker-item::after{ color: var(--pink); }

/* image marquee (texture strip) — position is driven entirely by JS
   (auto-scroll + drag), no CSS @keyframes here to avoid fighting the
   inline transform JS sets every frame */
.img-marquee{ overflow:hidden; position:relative; z-index:6; transform: rotate(-2.5deg); margin-block: 40px; touch-action: pan-y; }
.img-marquee-track{
  display:flex; width:max-content; gap:20px; padding-block:56px;
  cursor: grab;
  will-change: transform;
}
.img-marquee.is-dragging .img-marquee-track{ cursor: grabbing; }
.img-marquee figure{
  flex:0 0 auto; width: clamp(170px, 26vw, 280px); aspect-ratio:3/4; overflow:hidden;
  position:relative; z-index:1;
  border:3px solid var(--ink);
  box-shadow: 9px 9px 0 0 var(--orange);
  transform: rotate(var(--tilt, 0deg));
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.img-marquee figure:nth-child(4n+1){ --tilt: -3deg; }
.img-marquee figure:nth-child(4n+2){ --tilt: 2deg; }
.img-marquee figure:nth-child(4n+3){ --tilt: -1.6deg; }
.img-marquee figure:nth-child(4n){ --tilt: 2.6deg; }
.img-marquee figure:nth-child(3n+1){ box-shadow: 9px 9px 0 0 var(--acid); }
.img-marquee figure:nth-child(3n+2){ box-shadow: 9px 9px 0 0 var(--pink); }
.img-marquee figure:hover{
  transform: rotate(0deg) scale(1.2);
  z-index:5;
}
.img-marquee img{
  width:100%; height:100%; object-fit:cover; filter: grayscale(.15) contrast(1.05); transition: filter .4s;
  -webkit-user-drag: none; user-select: none; pointer-events: none;
}
.img-marquee figure:hover img{ filter:none; }

/* ---------- bold "shot" image component (bigger, angled, hard-shadow) ---------- */
.shot-row{ display:flex; flex-wrap:wrap; gap: 34px 26px; margin-block: 2.4em; align-items:flex-start; }
.shot-row.tight{ gap: 22px 18px; margin-block: 1.5em; }
.shot{
  position:relative;
  width: clamp(170px, 52vw, 300px);
  aspect-ratio: 4/5;
  border: 3px solid var(--ink);
  overflow:hidden;
  background: var(--bg-2);
  flex: 0 0 auto;
  will-change: transform;
}
.shot img{
  width:100%; height:100%; object-fit:cover; display:block;
  filter: contrast(1.06) saturate(1.05) brightness(.96);
  transition: transform .6s var(--ease), filter .4s;
  cursor: zoom-in;
}
.shot:hover img{ transform: scale(1.08); filter:none; }
.shot--orange{ box-shadow: 12px 12px 0 0 var(--orange); }
.shot--acid{ box-shadow: 12px 12px 0 0 var(--acid); }
.shot--pink{ box-shadow: 12px 12px 0 0 var(--pink); }
.shot--ink{ box-shadow: 12px 12px 0 0 var(--ink); border-color: var(--orange); }
.shot--dark{ box-shadow: 12px 12px 0 0 var(--bg); border-color: var(--bg); }
.shot-xl{ width: clamp(230px, 74vw, 460px); }
.shot-lg{ width: clamp(210px, 64vw, 380px); }
.shot-sm{ width: clamp(120px, 34vw, 176px); }
.shot-tag{
  position:absolute; top:0; left:0; z-index:2;
  background: var(--acid); color: var(--bg);
  font-family: var(--font-mono); font-weight:700; font-size:.64rem;
  letter-spacing:.06em; text-transform:uppercase;
  padding:.45em .6em;
  transform: rotate(-4deg) translate(-8px,-12px);
  box-shadow: 3px 3px 0 0 var(--bg);
  white-space:nowrap;
}
.shot-tag.pink{ background: var(--pink); }
.shot-tag.orange{ background: var(--orange); }

/* ---------- two-column split: image one side, text the other ---------- */
.split{ display:flex; flex-direction:column; gap: 2.6rem; }
@media (min-width: 860px){
  .split{
    display:grid; grid-template-columns: 1.05fr .95fr; align-items:center;
    gap: clamp(2rem, 5vw, 5rem);
  }
  .split-text{ order:1; }
  .split-media{ order:2; }
  .split.flip .split-text{ order:2; }
  .split.flip .split-media{ order:1; }
  /* media column stretches to match the text column's height exactly */
  .split.stretch{ align-items: stretch; }
  .split.stretch .split-media{ display:flex; }
  .split.stretch .split-media .shot{ width:100%; height:100%; aspect-ratio:auto; }
}

/* ---------- overlapping "stack" of shots ---------- */
.stack{ position:relative; min-height: clamp(260px, 82vw, 380px); }
.stack .shot{ position:absolute; }
@media (min-width: 860px){
  .stack{ min-height: clamp(340px, 32vw, 480px); }
}

/* hero: real photos float gently inside their frames, pure CSS (no JS needed) */
.hero-shots .shot img{ animation: float-img 3.6s ease-in-out infinite; }
.hero-shots .shot:nth-child(2) img{ animation-delay: -1.4s; animation-duration: 4.2s; }
@keyframes float-img{
  0%, 100%{ transform: translateY(0) scale(1.02); }
  50%{ transform: translateY(-4%) scale(1.06); }
}

.hero-shots{ margin-top: 2.6em; }
@media (min-width: 860px){
  .hero-shots{
    position:absolute; right: var(--edge); top: 10%;
    width: 40%; max-width: 460px; z-index:2; margin-top:0;
  }
}

/* inline scattered cluster used inside pinned sections (kept subtle) */
.corner-shots{ position:absolute; z-index:1; opacity:.9; pointer-events:none; }
.corner-shots .shot{ pointer-events:auto; }
.corner-shots.br{ right: var(--edge); bottom: 4%; }
.corner-shots.tr{ right: var(--edge); top: 6%; }
@media (max-width: 859px){
  .corner-shots{ display:none; } /* avoid crowding pinned text on small screens */
}
@media (min-width: 860px){
  .corner-shots .shot{ width: clamp(200px, 22vw, 300px); }
}

/* ---------- hero (heading only — kept minimal per brief) ---------- */
.hero{
  position: relative;
  z-index: 5;
  min-height: 86svh;
  display:flex; flex-direction:column; justify-content:center;
  padding-block: clamp(110px, 18vw, 70px) 40px;
}
.hero-inner{ position:relative; z-index:2; }
.hero-text{ position:relative; z-index:3; max-width: 100%; }
@media (min-width: 860px){
  .hero-text{ max-width: 56%; }
}
.hero-eyebrow{ font-family: var(--font-mono); color: var(--orange-2); font-size: clamp(.85rem, 2.2vw, 1.05rem); letter-spacing:.06em; text-transform:uppercase; margin-bottom: .8em; }
.hero-head{
  font-size: clamp(3.4rem, 17vw, 8.4rem);
  letter-spacing: .01em;
}
.hero-head .line{ display:block; }
.hero-head .accent{ color: var(--orange); }

/* ---------- value section (second half of the old hero) ---------- */
.hero-lines{ margin-top: .9em; max-width: 52ch; }
.hero-lines p{ color: var(--ink-dim); font-size: clamp(1rem, 2.6vw, 1.18rem); line-height:1.5; }
.hero-actions{ margin-top: 2.2em; display:flex; flex-wrap:wrap; gap:1em; align-items:center; }
.scroll-cue{
  font-family: var(--font-mono); font-size:.72rem; letter-spacing:.14em;
  color: var(--ink-faint); text-transform:uppercase;
  display:flex; align-items:center; gap:.6em;
}
.scroll-cue .bar{ width:1px; height:34px; background: linear-gradient(var(--orange), transparent); animation: scrollbar 1.8s ease-in-out infinite; }
@keyframes scrollbar{ 0%{ opacity:.2; } 50%{ opacity:1; } 100%{ opacity:.2; } }

/* ---------- pinned text-reveal system ---------- */
.pin-section{ position:relative; }
.pin-stage{
  min-height: 100svh;
  display:flex; flex-direction:column; justify-content:center;
  padding-block: clamp(48px, 9vw, 100px);
}
/* keep decorative shots compact inside pinned sections so they never push
   the pinned stage taller than the viewport on short mobile screens */
@media (max-width: 640px){
  .pin-section .shot{ width: 82px !important; }
  .pin-section .shot-row{ margin-block: 1.2em !important; gap: 16px !important; }
}
.line-stack{ display:flex; flex-direction:column; gap:.12em; }
.line-stack .ln{
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(1.7rem, 7.4vw, 3.6rem);
  line-height: 1.06;
  color: var(--ink-faint);
}
.line-stack .ln b{ color: var(--ink); font-weight:400; }
.line-stack .ln.hit{ color: var(--orange); }
/* ~30% smaller — used on the "Why me?" pinned section */
.line-stack.sm .ln{ font-size: clamp(1.2rem, 5.2vw, 2.5rem); }
/* Why me? reads better in sentence case than shouting caps */
/* Why me? reads better in sentence case than shouting caps —
   first line stays Bebas (the section's opening beat), the rest
   switches to Poppins, a little smaller but bold */
.line-stack.sentence-case .ln{
  text-transform: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(0.6rem, 2.6vw, 1.2rem);
  line-height: 1.35;
}
.line-stack.sentence-case .ln:first-child{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.2rem, 5.2vw, 2.5rem);
  line-height: 1.06;
}

/* big statement (why section) */
.statement{
  font-family: var(--font-display); text-transform:uppercase;
  font-size: clamp(2.4rem, 9.5vw, 5.2rem); line-height: .98;
}
.statement .no{ color: var(--ink-faint); text-decoration: line-through; text-decoration-color: var(--pink); text-decoration-thickness: 3px; }
.statement .yes{ color: var(--ink); }
.statement .yes em{ font-style:normal; color: var(--orange); }
.statement-note{ margin-top:1.4em; }

/* ---------- 14 years / number block ---------- */
.number-hero{ display:flex; align-items:flex-end; gap: .3em; margin-bottom:.4em; }
.number-hero .num{
  font-family: var(--font-display);
  font-size: clamp(6rem, 30vw, 14rem);
  line-height:.8; color: var(--orange);
  -webkit-text-stroke: 0px;
}
.number-hero .num-label{
  font-family: var(--font-display); text-transform:uppercase;
  font-size: clamp(1.6rem, 6vw, 2.6rem);
  color: var(--ink); padding-bottom: .25em;
}
.a-lot-list{ display:flex; flex-direction:column; gap:.3em; margin-block: 1.4em; }
.a-lot-list li{
  font-family: var(--font-mono); font-size: clamp(.85rem, 2.2vw, 1rem);
  color: var(--ink-dim);
}
.a-lot-list li::before{ content:"— "; color: var(--acid); }
.multi-row{ display:flex; flex-wrap:wrap; gap: .6em; margin-block: 1.2em; }
.multi-row span{
  font-family: var(--font-mono); font-size:.78rem; text-transform:uppercase; letter-spacing:.05em;
  border: 1px solid var(--line); padding: .5em .9em; color: var(--ink-dim);
}

/* ---------- send the idea (format cards) ---------- */
.format-grid{ display:flex; flex-direction:column; gap:.6em; margin-block: 1.6em; }
.format-card{
  font-family: var(--font-display); text-transform:uppercase;
  font-size: clamp(1.3rem, 5.4vw, 1.9rem);
  border: 2px solid var(--line);
  padding: .55em .8em;
  transition: border-color .3s, color .3s, transform .3s var(--ease);
  color: var(--ink-dim);
}
.format-card:hover{ border-color: var(--acid); color: var(--ink); transform: translateX(6px); }
.quote-line{
  font-family: var(--font-mono); color: var(--pink); font-size: clamp(1rem,2.6vw,1.2rem);
  margin-block: 1em; border-left: 2px solid var(--pink); padding-left: 1em;
}

/* ---------- responsive card grid (services / who-it's-for) ---------- */
.grid-cards{ display:grid; grid-template-columns: 1fr; gap: 16px; margin-top: 2em; }
.grid-card{
  border: 1px solid var(--line);
  background: var(--bg-2);
  padding: 1.7em 1.5em;
  transition: border-color .3s, transform .3s var(--ease), background .3s;
}
.grid-card:hover{ border-color: var(--orange); transform: translateY(-4px); background: var(--bg-3); }
.grid-card h3{
  font-family: var(--font-display); text-transform:uppercase;
  font-size: clamp(1.4rem, 5.6vw, 1.9rem); line-height:1.05;
  color: var(--orange-2);
}
.grid-card p{ margin-top:.5em; color: var(--ink-dim); font-size:.95rem; }
@media (min-width: 640px){ .grid-cards{ grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px){ .grid-cards{ grid-template-columns: repeat(3, 1fr); } }
.grid-cards.single-col{ grid-template-columns: 1fr !important; }
.grid-card.hoverable{ cursor: pointer; }
.grid-card.is-active{ border-color: var(--orange); background: var(--bg-3); }

/* ---------- hover-swap image (What I Make) ---------- */
.hover-shot{ position:relative; }
.hover-layer{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  opacity:0; pointer-events:none;
  transition: opacity .5s var(--ease);
}
.hover-layer.active{ opacity:1; pointer-events:auto; }

/* ---------- sticky media column (Who It's For) ---------- */
.split.sticky-media{ align-items:start; }
@media (min-width: 860px){
  .split.sticky-media .split-media{ position: sticky; top: 110px; }
}

/* ---------- print method Q&A ---------- */
.qa-list{ display:flex; flex-direction:column; margin-top: 1.6em; }
.qa-row{
  display:flex; justify-content:space-between; align-items:baseline; gap:1em;
  padding-block: .9em; border-bottom: 1px solid var(--line);
}
.qa-row .q{ font-family: var(--font-display); text-transform:uppercase; font-size: clamp(1.2rem, 4.6vw, 1.7rem); color: var(--ink); }
.qa-row .a{ font-family: var(--font-mono); font-size:.85rem; color: var(--acid); white-space:nowrap; }

/* ---------- chaos cloud (best design) ---------- */
.chaos-cloud{ display:flex; flex-wrap:wrap; gap: .55em .65em; margin-block: 1.6em; }
.chaos-tag{
  font-family: var(--font-display); text-transform: uppercase;
  font-size: clamp(1rem, 4.6vw, 1.7rem);
  padding: .16em .5em; border: 2px solid currentColor; line-height:1.15;
}
.chaos-tag.c-orange{ color: var(--orange); }
.chaos-tag.c-acid{ color: var(--acid); }
.chaos-tag.c-pink{ color: var(--pink); }
.chaos-tag:nth-child(2n){ transform: rotate(-3deg); }
.chaos-tag:nth-child(3n){ transform: rotate(2.5deg); }
.chaos-tag:nth-child(5n){ transform: rotate(-1.5deg); }

/* ---------- trend strike section (multi-line-safe animated strike,
   drawn using text-decoration so it renders in front of the glyphs) ---------- */
.strike-list{ display:flex; flex-direction:column; gap:.5em; margin-block: 1.6em; }
.strike-list.sm .word{ font-size: clamp(1.26rem, 5.6vw, 2.38rem); }
.strike-word{ display:block; }
.strike-word .word{
  font-family: var(--font-display); text-transform:uppercase;
  font-size: clamp(1.8rem, 8vw, 3.4rem); line-height:1.35;
  color: var(--ink-dim);
  text-decoration-line: line-through;
  text-decoration-color: transparent;
  text-decoration-thickness: 0px;
  text-decoration-style: solid;
  transition: text-decoration-color .5s var(--ease), text-decoration-thickness .6s var(--ease), color .8s var(--ease);
}
.strike-word.is-struck .word{
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
  color: var(--ink-faint);
}

/* ---------- process chain ---------- */
.chain{ position:relative; margin-top: 2em; padding-left: 2.2em; }
.chain-line{
  position:absolute; left: .5em; top:.4em; bottom:.4em; width:2px;
  background: var(--line);
}
.chain-line-fill{
  position:absolute; left:0; top:0; width:100%; height:0%;
  background: linear-gradient(var(--orange), var(--acid));
  transform-origin: top;
}
.chain-step{
  position:relative; padding-block: .56em;
  font-family: var(--font-display); text-transform:uppercase;
  font-size: clamp(1.3rem, 5.4vw, 2.1rem);
  color: var(--ink-faint);
  transition: color .4s var(--ease);
}
.chain-step::before{
  content:""; position:absolute; left:-2.2em; top:50%; transform:translateY(-50%);
  width:10px; height:10px; border-radius:50%; background: var(--bg-3); border:2px solid var(--line);
  transition: background .35s var(--ease), border-color .35s var(--ease);
}
.chain-step.is-on{ color: var(--ink); }
.chain-step.is-on::before{ background: var(--orange); border-color: var(--orange); }
.chain-step.final{ color: var(--acid); font-size: clamp(1.1rem, 4.6vw, 1.7rem); }

/* ---------- about / signature ---------- */
.about-grid{ display:flex; flex-direction:column; gap: 2em; }
.about-portrait{ margin-bottom: .4em; }
.about-sign{
  font-family: var(--font-display); text-transform:uppercase;
  font-size: clamp(2.2rem, 9vw, 4rem); line-height:1;
}
.about-sign small{
  display:block; font-family: var(--font-mono); text-transform:none; letter-spacing:.04em;
  font-size: .3em; color: var(--orange-2); margin-top:.6em;
}
.about-tagline{ font-family: var(--font-mono); color: var(--ink-dim); font-size:.95rem; max-width: 42ch; margin-top:1em; }
.about-list{ display:flex; flex-wrap:wrap; gap:.6em; }
.about-list span{
  font-family: var(--font-mono); font-size:.8rem; text-transform:uppercase;
  padding:.5em .9em; border:1px solid var(--line); color: var(--ink-dim);
}
.about-list span.hi{ color: var(--acid); border-color: var(--acid); }

/* ---------- finale ---------- */
.finale{ text-align:center; padding-block: clamp(80px, 15vw, 160px); background: var(--bg-2); position: relative; overflow:hidden; }
.finale.mid{ padding-block: clamp(56px, 11vw, 110px); background: var(--bg); }
.finale.mid .h-display{ font-size: clamp(2.6rem, 12vw, 5.4rem); }
.finale .wrap{ position:relative; z-index:2; }
.finale-shots{ position:absolute; inset:0; z-index:0; opacity:.5; pointer-events:none; }
.finale-shots .shot{ position:absolute; pointer-events:auto; }
.finale .h-display{ font-size: clamp(3.2rem, 16vw, 7.5rem); color: var(--ink); }
.finale .h-display span{ color: var(--orange); }
.finale .h-display .domain-suffix{ font-size: .42em; vertical-align: text-top; margin-left: .05em; }
.finale .lede{ margin-inline:auto; margin-top:.6em; }
.finale .btn-row{ margin-top: 2.2em; }

/* ---------- one last thing ---------- */
.reassure-list{ display:flex; flex-direction:column; gap:1.1em; margin-block: 1.6em; }
.reassure-list p{ font-size: clamp(1rem, 2.6vw, 1.15rem); color: var(--ink-dim); max-width: 60ch; }
.reassure-list p b{ color: var(--acid); font-weight:600; }
.closing-line{
  font-family: var(--font-display); text-transform:uppercase;
  font-size: clamp(1.6rem, 6vw, 2.6rem); margin-top: 1em; color: var(--ink);
}
.closing-line em{ font-style:normal; color: var(--orange); }

/* ---------- footer ---------- */
.site-footer{ background: var(--bg); padding-block: clamp(40px, 8vw, 70px); border-top: 1px solid var(--line); }
.footer-top{ display:flex; flex-direction:column; gap: 2em; }
.footer-cta-title{ font-family: var(--font-mono); font-size:.75rem; letter-spacing:.14em; color: var(--ink-faint); text-transform:uppercase; margin-bottom:.8em; }
.footer-bottom{
  margin-top: 2.4em; padding-top: 1.4em; border-top: 1px solid var(--line);
  display:flex; flex-direction:column; gap:.6em;
  font-family: var(--font-mono); font-size:.75rem; color: var(--ink-faint); letter-spacing:.04em;
}
.footer-bottom .drip{ color: var(--orange); }

/* ---------- back to top ---------- */
.to-top{
  position: fixed; right: clamp(16px, 4vw, 32px); bottom: 22px; z-index: 700;
  width: 50px; height: 50px; border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
  background: var(--orange); color: var(--bg);
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 0 var(--bg);
  opacity: 0; transform: translateY(14px) scale(.88);
  pointer-events: none;
  transition: opacity .35s var(--ease), transform .35s var(--ease), background .25s, box-shadow .25s;
}
.to-top.visible{ opacity:1; transform: translateY(0) scale(1); pointer-events:auto; }
.to-top:hover{ background: var(--acid); box-shadow: 7px 7px 0 0 var(--bg); }
.to-top svg{ width:20px; height:20px; }

/* ---------- lightbox — click any photo to browse the full set ---------- */
.lightbox{
  position: fixed; inset:0; z-index: 3000;
  background: rgba(6,6,7,.97);
  display:flex; align-items:center; justify-content:center;
  padding: 6vh 5vw;
  opacity:0; visibility:hidden;
  transition: opacity .3s ease;
  cursor: zoom-out;
}
.lightbox.is-open{ opacity:1; visibility:visible; }
.lightbox-img{
  max-width: 100%; max-height: 100%;
  width: auto; height: auto;
  object-fit: contain;
  border: 3px solid var(--ink);
  box-shadow: 10px 10px 0 0 var(--orange);
  user-select: none;
  -webkit-user-drag: none;
  opacity: 0;
  transition: opacity .25s ease;
}
.lightbox-img.is-visible{ opacity:1; }

/* ---------- drip divider ---------- */
.drip-divider{ display:block; width:100%; height: auto; position:relative; z-index:5; margin-bottom:-1px; }

/* ---------- reveal-on-scroll (fallback / non-pinned) ---------- */
.reveal{ opacity:0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in-view{ opacity:1; transform: translateY(0); }
.reveal-stagger.in-view > *{ transition-delay: calc(var(--i,0) * 70ms); }

/* ==========================================================================
   Breakpoints
   ========================================================================== */
@media (min-width: 640px){
  .qa-row .q{ font-size: 1.8rem; }
}

@media (min-width: 860px){
  .nav-links{ display:flex; }
  .nav-cta{ display:inline-flex; }
  .burger{ display:none; }
  .mobile-menu{ display:none; }
  .about-grid{ flex-direction:row; justify-content:space-between; align-items:flex-end; }
}

@media (min-width: 1100px){
  .img-marquee figure{ width: 240px; }
}
