/* ==========================================================================
   Grower Folks — site.css
   Brand system: purple #8027db · yellow #ffeb09 · black #020202 · white.
   Type: Robout (all UI and headlines) + Playfair Display Italic (accents).
   Dark theme only.
   ========================================================================== */

/* ---- Fonts -------------------------------------------------------------- */
@font-face {
  font-family: 'Robout';
  src: url('../assets/fonts/Robout.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../assets/fonts/PlayfairDisplay-Italic.woff') format('woff');
  font-weight: 400 900; font-style: italic; font-display: swap;
}

/* ---- Brand constants ---------------------------------------------------- */
:root {
  --purple: #8027db;
  --purple-2: #ac64ff;
  --purple-3: #c39efc;
  --yellow: #ffeb09;
  --yellow-2: #fdf4a7;
  --black: #020202;
  --white: #ffffff;
  --grey: #d4d4db;
  --grad: linear-gradient(90deg, #7a1fd6 0%, #8f22e6 55%, #b41fff 100%);

  --f-sans: 'Robout', 'Helvetica Neue', Arial, sans-serif;
  --f-serif: 'Playfair Display', 'Iowan Old Style', Georgia, serif;

  --t-hero: clamp(2.8rem, 7.2vw, 6.6rem);
  --t-1: clamp(2.1rem, 4.6vw, 4.2rem);
  --t-2: clamp(1.6rem, 3vw, 2.7rem);
  --t-3: clamp(1.2rem, 1.7vw, 1.55rem);
  --t-lead: clamp(1.05rem, 1.25vw, 1.25rem);
  --t-body: 1rem;
  --t-small: .875rem;
  --t-tiny: .72rem;

  --wrap: 1400px;
  --pad: clamp(1.25rem, 4.5vw, 4.5rem);
  --sec: clamp(4.5rem, 9vw, 9rem);
  --gap: clamp(1rem, 2vw, 2rem);
  --hdr-h: 4.5rem;
  --r: 6px;
  --r-lg: 14px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --dur: .45s;

  /* Theme (dark only) */
  --bg: var(--black);
  --bg-2: #0d0a14;
  --bg-3: #171225;
  --fg: var(--white);
  --fg-2: #cbc8d4;
  --fg-3: #8f8c9b;
  --rule: rgba(255, 255, 255, .16);
  --rule-2: rgba(255, 255, 255, .08);
  --brand: var(--purple-2);
  --brand-hover: var(--purple-3);
  --brand-soft: #1b1130;
  --brand-ink: var(--black);
  --hi: var(--yellow);
  --hi-ink: var(--black);
  --dot: var(--yellow);
  --btn-bg: var(--yellow);
  --btn-fg: var(--black);
  --btn-hover: #fff27a;
  --logo-mark: var(--white);
  --logo-text: var(--white);
  --hdr-bg: rgba(2, 2, 2, .78);
  --glow: rgba(128, 39, 219, .32);
  --shadow: 0 30px 60px -30px rgba(0, 0, 0, .8);
  color-scheme: dark;
}

/* ---- Reset & base ------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr-h) + 1rem); }
body {
  margin: 0; min-height: 100vh;
  font-family: var(--f-sans); font-size: var(--t-body); font-weight: 400; line-height: 1.6;
  color: var(--fg); background: var(--bg);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, p, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
::selection { background: var(--yellow); color: var(--black); }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 2px; }
.skip { position: absolute; left: 1rem; top: -4rem; z-index: 100; padding: .6rem 1rem; background: var(--fg); color: var(--bg); border-radius: var(--r); }
.skip:focus { top: 1rem; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: min(100% - 2 * var(--pad), var(--wrap)); margin-inline: auto; }
.sec { padding-block: var(--sec); }
.sec--tight { padding-block: calc(var(--sec) * .6); }
.s-2 { background: rgba(13, 10, 20, .55); }
.rule-top { border-top: 1px solid var(--rule); }

/* ---- Type --------------------------------------------------------------- */
.t-hero, .t-1, .t-2, .t-3 { font-weight: 600; letter-spacing: -.03em; line-height: 1.02; text-wrap: balance; }
.t-hero { font-size: var(--t-hero); }
.t-1 { font-size: var(--t-1); }
.t-2 { font-size: var(--t-2); line-height: 1.08; }
.t-3 { font-size: var(--t-3); letter-spacing: -.02em; line-height: 1.2; }
.lead { font-size: var(--t-lead); line-height: 1.55; color: var(--fg-2); font-weight: 300; max-width: 42ch; text-wrap: pretty; }
.small { font-size: var(--t-small); color: var(--fg-3); }
.em { font-family: var(--f-serif); font-style: italic; font-weight: 400; letter-spacing: 0; color: var(--brand); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: var(--t-tiny); font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--fg-2);
}
.eyebrow::before { content: ''; width: 8px; height: 8px; background: var(--dot); flex: none; }
.sec-head { display: grid; gap: 1rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); max-width: 60rem; }
.sec-head--row { max-width: none; grid-template-columns: 1fr auto; align-items: end; }
.sec-head--row > .small, .sec-head--row > .lead { max-width: 38ch; }
.sec-head--row > div { min-width: 0; }
.sec-head .lead { margin-top: .25rem; }
@media (max-width: 720px) { .sec-head--row { grid-template-columns: 1fr; } }

/* ---- Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .85rem 1.35rem; border-radius: var(--r); border: 1px solid transparent;
  font-size: .95rem; font-weight: 500; letter-spacing: .01em; line-height: 1; white-space: nowrap;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.btn svg { width: 1em; height: 1em; flex: none; transition: transform .3s var(--ease); }
.btn:hover svg { transform: translate(2px, -2px); }
.btn--primary { position: relative; overflow: hidden; isolation: isolate; }
.btn--primary::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .55) 50%, transparent 70%); transform: translateX(-120%); transition: transform .7s var(--ease); }
.btn--primary:hover::after { transform: translateX(120%); }
.btn--primary { background: var(--btn-bg); color: var(--btn-fg); }
.btn--primary:hover { background: var(--btn-hover); }
.btn--ghost { border-color: var(--fg); color: var(--fg); }
.btn--ghost:hover { background: var(--fg); color: var(--bg); }
.btn--lg { padding: 1.05rem 1.6rem; font-size: 1.05rem; }
.btn--icon { padding: .85rem; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; }
.btn--icon svg { width: 1.25em; height: 1.25em; }
.btn--icon:hover svg { transform: scale(1.1); }
.btn:active { transform: translateY(1px); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 500; color: var(--brand); border-bottom: 1px solid transparent; transition: border-color .2s; }
.link:hover { border-color: currentColor; }
.link svg { width: .9em; height: .9em; transition: transform .3s var(--ease); }
.link:hover svg { transform: translate(2px, -2px); }

/* ---- Ambient colour field (blurred behind the glass) ------------------- */
.ambient { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.ambient i { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .6; animation: blob 26s ease-in-out infinite alternate; will-change: transform; }
.ambient i:nth-child(1) { width: 46vw; height: 46vw; left: -12vw; top: 8vh; background: radial-gradient(circle, #8027db 0%, transparent 66%); }
.ambient i:nth-child(2) { width: 38vw; height: 38vw; right: -10vw; top: 42vh; background: radial-gradient(circle, #b41fff 0%, transparent 66%); animation-delay: -9s; }
.ambient i:nth-child(3) { width: 28vw; height: 28vw; left: 34vw; bottom: -12vh; background: radial-gradient(circle, rgba(255, 235, 9, .8) 0%, transparent 66%); animation-delay: -17s; opacity: .3; }
@keyframes blob { 0% { transform: translate(0, 0) scale(1); } 50% { transform: translate(8vw, -6vh) scale(1.12); } 100% { transform: translate(-6vw, 8vh) scale(.94); } }

/* ---- Liquid glass ------------------------------------------------------- */
.glass {
  position: relative; isolation: isolate; border-radius: var(--r-xl, 22px);
  background: linear-gradient(135deg, rgba(255, 255, 255, .085) 0%, rgba(255, 255, 255, .035) 45%, rgba(255, 255, 255, .06) 100%);
  -webkit-backdrop-filter: blur(22px) saturate(170%); backdrop-filter: blur(22px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), inset 0 -1px 0 rgba(255, 255, 255, .05), inset 1px 0 0 rgba(255, 255, 255, .08), 0 30px 60px -32px rgba(0, 0, 0, .9);
  transition: transform .5s var(--ease), border-color .4s var(--ease), box-shadow .5s var(--ease);
}
.glass::before { /* top specular sheen */
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: -1;
  background: radial-gradient(120% 70% at 50% -15%, rgba(255, 255, 255, .16), transparent 55%), linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 30%);
}
.glass::after { /* liquid highlight that follows the pointer */
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: -1; opacity: 0; transition: opacity .45s var(--ease);
  background: radial-gradient(280px circle at var(--mx, 50%) var(--my, 0%), rgba(255, 255, 255, .13), transparent 55%), radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(172, 100, 255, .22), transparent 60%);
}
.glass:hover::after { opacity: 1; }
.glass:hover { border-color: rgba(255, 255, 255, .26); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .38), inset 0 -1px 0 rgba(255, 255, 255, .06), inset 1px 0 0 rgba(255, 255, 255, .1), 0 40px 70px -30px rgba(128, 39, 219, .45); }
.glass--lift:hover { transform: translateY(-6px); }
.glass--tint { background: linear-gradient(135deg, rgba(128, 39, 219, .62) 0%, rgba(140, 34, 230, .42) 50%, rgba(180, 31, 255, .5) 100%); border-color: rgba(255, 255, 255, .22); }
.glass--tint::before { background: radial-gradient(120% 70% at 50% -15%, rgba(255, 255, 255, .28), transparent 55%); }
.glass--tint:hover { border-color: rgba(255, 255, 255, .4); }
.glass--yellow { background: linear-gradient(135deg, rgba(255, 235, 9, .92), rgba(255, 242, 122, .86)); border-color: rgba(255, 255, 255, .5); color: var(--black); }
.glass--yellow::before { background: radial-gradient(120% 70% at 50% -15%, rgba(255, 255, 255, .5), transparent 55%); }
.glass--yellow:hover { border-color: #fff; box-shadow: inset 0 1px 0 #fff, 0 40px 70px -30px rgba(255, 235, 9, .45); }
.glass--yellow::after { background: radial-gradient(280px circle at var(--mx, 50%) var(--my, 0%), rgba(255, 255, 255, .45), transparent 55%); }

/* ---- Scroll progress ---------------------------------------------------- */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 60; background: var(--grad); transform-origin: left; transform: scaleX(var(--scroll, 0)); pointer-events: none; }

/* ---- Header ------------------------------------------------------------- */
.hdr {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--hdr-h);
  transition: background-color .3s var(--ease), border-color .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.hdr.is-solid { background: var(--hdr-bg); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-color: var(--rule-2); }
.hdr__in { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.logo { display: inline-flex; align-items: center; gap: .65rem; color: var(--logo-text); }
.logo svg { width: 30px; height: 30px; fill: var(--logo-mark); transition: fill .3s, transform .5s var(--ease); }
.logo:hover svg { fill: var(--yellow); transform: rotate(-6deg) scale(1.06); }
.logo span { font-weight: 700; font-size: .92rem; letter-spacing: .04em; text-transform: uppercase; line-height: 1; }
.hdr__nav { display: flex; gap: 1.9rem; }
.hdr__nav a { font-size: .92rem; font-weight: 500; color: var(--fg-2); padding-block: .25rem; position: relative; }
.hdr__nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--brand); transition: right .25s var(--ease); }
.hdr__nav a:hover::after, .hdr__nav a[aria-current]::after { right: 0; }
.hdr__nav a:hover { color: var(--fg); }
.hdr__tools { display: flex; align-items: center; gap: .75rem; }
.burger { display: none; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--rule); place-items: center; }
.burger span { display: block; width: 18px; height: 2px; background: var(--fg); position: relative; transition: background-color .2s; }
.burger span::before, .burger span::after { content: ''; position: absolute; left: 0; width: 18px; height: 2px; background: var(--fg); transition: transform .3s var(--ease), top .3s var(--ease); }
.burger span::before { top: -6px; } .burger span::after { top: 6px; }
.menu-open .burger span { background: transparent; }
.menu-open .burger span::before { top: 0; transform: rotate(45deg); }
.menu-open .burger span::after { top: 0; transform: rotate(-45deg); }
.menu {
  position: fixed; inset: 0; z-index: 40; background: var(--bg); padding: calc(var(--hdr-h) + 1.5rem) var(--pad) 2rem;
  display: flex; flex-direction: column; justify-content: space-between; gap: 2rem;
  opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s .3s;
}
.menu-open .menu { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.menu-open body { overflow: hidden; }
.menu__nav a { display: block; padding: .75rem 0; border-bottom: 1px solid var(--rule-2); font-size: clamp(1.8rem, 7vw, 2.6rem); font-weight: 600; letter-spacing: -.03em; }
.menu__nav a small { font-size: .8rem; font-weight: 500; letter-spacing: .12em; color: var(--brand); margin-right: 1rem; vertical-align: middle; }
.menu__foot { display: grid; gap: 1rem; color: var(--fg-3); font-size: var(--t-small); }
@media (max-width: 900px) {
  .hdr__nav, .hdr__cta { display: none; }
  .burger { display: grid; }
}
@media (min-width: 901px) { .menu { display: none; } }

/* ---- Hero --------------------------------------------------------------- */
.hero { position: relative; padding-top: calc(var(--hdr-h) + clamp(3rem, 8vw, 7rem)); padding-bottom: clamp(3rem, 6vw, 5rem); overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: auto -10% -30% auto; width: 60vw; max-width: 900px; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, var(--glow) 0%, transparent 62%); pointer-events: none;
  animation: drift 16s ease-in-out infinite alternate;
}
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
}
@keyframes drift { from { transform: translate(0, 0) scale(1); } to { transform: translate(-12%, -10%) scale(1.18); } }
.hero .wrap { position: relative; z-index: 1; }
.hero__copy > * { animation: rise .9s var(--ease) both; }
.hero__copy > :nth-child(1) { animation-delay: .1s; }
.hero__copy > :nth-child(2) { animation-delay: .2s; }
.hero__copy > :nth-child(3) { animation-delay: .45s; }
.hero__copy > :nth-child(4) { animation-delay: .6s; }
.hero__visual { animation: rise .9s var(--ease) .35s both; }
.hero__visual .frame { position: relative; z-index: 1; overflow: hidden; border-radius: var(--r-lg); box-shadow: var(--shadow); clip-path: inset(0 0 0 0 round var(--r-lg)); animation: unclip 1.2s var(--ease) .4s both; }
.hero__visual img { position: static; box-shadow: none; transform: translateY(var(--py, 0)) scale(1.12); animation: settle 1.6s var(--ease) .4s both; will-change: transform; }
.hero__visual .tag { animation: rise .7s var(--ease) 1.1s both; }
.facts { animation: none; }
.facts li { position: relative; border-top: 0; }
.facts li::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--rule); transform-origin: left; transform: scaleX(0); transition: transform 1s var(--ease); transition-delay: calc(var(--i, 0) * 120ms + .2s); }
.facts.is-in li::before { transform: scaleX(1); }
.facts strong { transition: color .3s; }
.facts li:hover strong { color: var(--brand); }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes unclip { from { clip-path: inset(0 0 100% 0 round var(--r-lg)); } to { clip-path: inset(0 0 0 0 round var(--r-lg)); } }
@keyframes settle { from { transform: translateY(var(--py, 0)) scale(1.25); } to { transform: translateY(var(--py, 0)) scale(1.12); } }
.cue { display: inline-flex; align-items: center; gap: .75rem; margin-top: 2.5rem; font-size: var(--t-tiny); letter-spacing: .16em; text-transform: uppercase; color: var(--fg-3); animation: rise .9s var(--ease) 1s both; }
.cue i { position: relative; width: 56px; height: 1px; background: var(--rule); overflow: hidden; display: block; }
.cue i::after { content: ''; position: absolute; inset: 0; background: var(--brand); transform: translateX(-100%); animation: sweep 2.2s var(--ease) infinite; }
@keyframes sweep { 0% { transform: translateX(-100%); } 60%, 100% { transform: translateX(100%); } }
.hero__grid { position: relative; display: grid; grid-template-columns: 7fr 5fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero__copy { display: grid; gap: 1.6rem; justify-items: start; }
.hero__copy .t-hero { max-width: 11ch; }
.hero__visual { position: relative; }
.hero__visual::before { content: ''; position: absolute; inset: 1.25rem -1.25rem -1.25rem 1.25rem; background: var(--grad); border-radius: var(--r-lg); z-index: 0; }
.hero__visual img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }
.tag { position: absolute; z-index: 2; left: -.75rem; bottom: 2rem; display: inline-flex; align-items: center; gap: .5rem; padding: .5rem .8rem; background: var(--yellow); color: var(--black); font-size: var(--t-tiny); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; border-radius: var(--r); }
.tag::before { content: ''; width: 6px; height: 6px; background: var(--black); }
.facts { margin-top: clamp(3rem, 7vw, 6rem); display: grid; grid-template-columns: repeat(3, 1fr); }
.facts li { padding: 1.25rem 1.25rem 1.25rem 0; border-top: 1px solid var(--rule); display: grid; gap: .3rem; }
.facts strong { font-weight: 600; font-size: 1.05rem; letter-spacing: -.01em; }
.facts span { color: var(--fg-3); font-size: var(--t-small); }
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { margin-inline: 0 1.25rem; }
  .facts { grid-template-columns: 1fr; }
  .facts li { padding-block: .9rem; }
}

/* ---- Clients (flip wall) ------------------------------------------------ */
.wall { display: grid; grid-template-columns: repeat(8, 1fr); gap: .75rem; perspective: 1400px; }
.tile { aspect-ratio: 1; opacity: 0; transform: scale(.3) rotate(-8deg); }
.wall.is-in .tile { animation: sprout .9s var(--ease) forwards; animation-delay: calc(var(--i) * 80ms + .1s); }
@keyframes sprout { 0% { opacity: 0; transform: scale(.3) rotate(-8deg); } 70% { opacity: 1; transform: scale(1.06) rotate(1deg); } 100% { opacity: 1; transform: none; } }
.tile__in { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform 1s cubic-bezier(.4, 0, .2, 1); }
.tile.is-flipped .tile__in { transform: rotateY(180deg); }
.tile__face {
  position: absolute; inset: 0; display: grid; place-items: center; padding: 14%; border-radius: 18px; overflow: hidden;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03) 50%, rgba(255, 255, 255, .06));
  border: 1px solid rgba(255, 255, 255, .14); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), inset 0 -1px 0 rgba(255, 255, 255, .05), 0 24px 40px -28px rgba(0, 0, 0, .9);
}
.tile__face::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 70% at 50% -15%, rgba(255, 255, 255, .16), transparent 55%); }
.tile__front::after { /* light wave rolling across the wall */
  content: ''; position: absolute; top: -20%; bottom: -20%; left: -60%; width: 40%; pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .16) 45%, rgba(172, 100, 255, .22) 55%, transparent 100%);
  transform: skewX(-18deg); animation: wave 7s var(--ease) infinite; animation-delay: calc(var(--i) * 140ms + 1.5s);
}
@keyframes wave { 0% { left: -60%; } 30%, 100% { left: 130%; } }
.tile__front img { width: 100%; aspect-ratio: 640 / 333; object-fit: contain; filter: grayscale(1) invert(1) brightness(1.15); opacity: .72; transition: opacity .4s; }
.tile:hover .tile__front img { opacity: 1; }
.tile__back { transform: rotateY(180deg); background: linear-gradient(135deg, rgba(128, 39, 219, .7), rgba(180, 31, 255, .55)); border-color: rgba(255, 255, 255, .28); grid-template-rows: 1fr auto; gap: .4rem; padding: 12% 12% 10%; }
.tile__back::before { background: radial-gradient(120% 70% at 50% -15%, rgba(255, 255, 255, .3), transparent 55%); }
.tile__back img { width: 100%; aspect-ratio: 640 / 333; object-fit: contain; background: #fff; border-radius: 8px; padding: 6%; box-shadow: 0 10px 24px -12px rgba(0, 0, 0, .6); }
.tile__back span { font-size: var(--t-tiny); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--yellow); text-align: center; line-height: 1.2; }
.tile.is-flipped .tile__face, .tile:hover .tile__face { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 30px 50px -26px rgba(128, 39, 219, .7); }
@media (max-width: 1000px) { .wall { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 560px) { .wall { grid-template-columns: repeat(2, 1fr); gap: .6rem; } .tile__back span { font-size: .62rem; } }

/* ---- About (ledger slab) ------------------------------------------------ */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.about__text { display: grid; gap: 1.25rem; }
.about__text p { color: var(--fg-2); font-weight: 300; font-size: 1.05rem; max-width: 52ch; text-wrap: pretty; }
.pillars { display: grid; padding: .5rem; }
.pillars li { display: grid; grid-template-columns: 4.5rem 1fr; grid-template-rows: auto auto; column-gap: 1rem; row-gap: 0; align-items: start; padding: 1.35rem 1.25rem; border-radius: 16px; transition: background-color .35s var(--ease), transform .35s var(--ease); }
.pillars li + li { border-top: 1px solid rgba(255, 255, 255, .08); }
.pillars li:hover { background: rgba(255, 255, 255, .06); transform: translateX(4px); }
.pillars small { grid-row: 1 / 3; font-family: var(--f-serif); font-style: italic; font-size: 2.1rem; line-height: 1; color: var(--brand); transition: color .3s; }
.pillars li:hover small { color: var(--yellow); }
.pillars h3 { grid-column: 2; font-size: 1.15rem; font-weight: 600; letter-spacing: -.02em; }
.pillars p { grid-column: 2; color: var(--fg-3); font-size: var(--t-small); font-weight: 300; margin-top: .25rem; }
@media (max-width: 900px) { .about { grid-template-columns: 1fr; } }

/* ---- Services (bento grid) ---------------------------------------------- */
.svc { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: var(--gap); }
.svc__card { display: flex; flex-direction: column; gap: 1.15rem; min-height: 18rem; padding: clamp(1.6rem, 2.4vw, 2.25rem); }
.svc__ic { width: 48px; height: 48px; padding: 11px; color: var(--brand); margin-bottom: .25rem; border-radius: 14px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25); transition: transform .5s var(--ease), color .3s, background-color .3s; }
.svc__card:hover .svc__ic { transform: translateY(-3px) rotate(-6deg); color: var(--yellow); background: rgba(255, 255, 255, .12); }
.svc__n { position: absolute; top: 1.5rem; right: 1.6rem; font-family: var(--f-serif); font-style: italic; font-size: 1.15rem; color: var(--fg-3); transition: color .3s; }
.svc__card:hover .svc__n { color: var(--brand); }
.svc__card h3 { font-size: clamp(1.15rem, 1.6vw, 1.4rem); font-weight: 600; letter-spacing: -.02em; line-height: 1.15; }
.svc__card p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); max-width: 40ch; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chips span { font-size: var(--t-tiny); font-weight: 500; letter-spacing: .06em; text-transform: uppercase; padding: .35rem .6rem; border: 1px solid var(--rule); border-radius: 999px; color: var(--fg-3); transition: border-color .3s, color .3s, transform .3s var(--ease); }
.chips span:hover { border-color: var(--brand); color: var(--fg); transform: translateY(-2px); }
.svc__card .chips { margin-top: auto; padding-top: 1.5rem; }
.svc__card--feature { grid-column: span 2; overflow: hidden; }
.svc__card--feature::after { content: ''; position: absolute; right: -6%; bottom: -30%; width: 46%; aspect-ratio: 1; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23ffffff' fill-opacity='.1' d='M20 0H100V20H20ZM0 20H20V80H0ZM45 40H100V60H45ZM20 80H80V64H100V100H20Z'/%3E%3C/svg%3E") center / contain no-repeat; pointer-events: none; transition: transform .8s var(--ease); }
.svc__card--feature:hover::after { transform: translate(-4%, -6%) rotate(-4deg); }
.svc__card--feature .svc__ic, .svc__card--feature .svc__n, .svc__card--feature:hover .svc__n { color: var(--yellow); }
.svc__card--feature .svc__ic { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .3); }
.svc__card--feature:hover .svc__ic { color: var(--white); }
.svc__card--feature h3 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); color: var(--white); max-width: 14ch; }
.svc__card--feature p { color: rgba(255, 255, 255, .82); max-width: 44ch; font-size: 1rem; }
.svc__card--feature .chips span { border-color: rgba(255, 255, 255, .35); color: var(--white); }
.svc__card--feature .chips span:hover { border-color: var(--yellow); }
.svc__card--cta { padding: 0; }
.svc__card--cta a { display: flex; flex-direction: column; gap: .6rem; height: 100%; padding: clamp(1.4rem, 2.2vw, 2rem); }
.svc__card--cta .svc__n { position: static; font-family: var(--f-sans); font-style: normal; font-size: var(--t-tiny); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(2, 2, 2, .65); }
.svc__card--cta h3 { font-size: clamp(1.4rem, 2vw, 1.8rem); color: var(--black); }
.svc__card--cta .em { color: var(--purple); }
.svc__go { margin-top: auto; display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .95rem; }
.svc__go svg { width: 1em; height: 1em; transition: transform .3s var(--ease); }
.svc__card--cta:hover .svc__go svg { transform: translate(3px, -3px); }
@media (max-width: 1000px) { .svc { grid-template-columns: repeat(2, 1fr); } .svc__card--cta { grid-column: span 2; } .svc__card--cta a { min-height: 11rem; } }
@media (max-width: 800px) {
  .svc-hscroll-track { height: 400vh; }
  .svc-hscroll-sticky { position: sticky; top: var(--hdr-h, 4.5rem); height: calc(100dvh - var(--hdr-h, 4.5rem)); height: calc(100vh - var(--hdr-h, 4.5rem)); display: flex; flex-direction: column; justify-content: center; overflow: hidden; margin-inline: calc(var(--pad) * -1); padding-top: .5rem; }
  .svc-hscroll-sticky .sec-head { padding-inline: var(--pad); margin-bottom: 2.25rem; }
  .svc-hscroll-sticky .sec-head .t-1 { font-size: 1.4rem; }
  .svc-hscroll-sticky .sec-head .lead { font-size: .85rem; }
  .svc { display: flex; width: max-content; gap: 1rem; padding-inline: var(--pad); flex-wrap: nowrap; grid-template-columns: none; will-change: transform; align-items: stretch; }
  .svc .svc__card { width: 75vw; flex: none; grid-column: auto !important; min-height: 0; padding: 1.1rem 1.25rem; gap: .75rem; }
  .svc .svc__card h3 { font-size: 1rem; }
  .svc .svc__card p { font-size: .78rem; line-height: 1.35; }
  .svc .svc__ic { width: 32px; height: 32px; padding: 7px; margin-bottom: .3rem; }
  .svc .svc__card .chips { padding-top: .4rem; }
  .svc .svc__card .chips span { font-size: .62rem; padding: .2rem .4rem; }
  .svc .svc__card--feature h3 { font-size: 1.1rem; }
  .svc .svc__card--feature p { font-size: .8rem; }
}

/* ---- Work (glass frame + caption bar) ----------------------------------- */
.work { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.card { padding: .55rem; }
.card__media { position: relative; overflow: hidden; border-radius: 16px; background: var(--bg-3); aspect-ratio: 1000 / 543; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.card:hover .card__media img { transform: scale(1.06); }
.card__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2, 2, 2, .55), transparent 50%); opacity: .6; transition: opacity .4s var(--ease); }
.card:hover .card__media::after { opacity: .9; }
.card__cap {
  position: absolute; left: .6rem; right: .6rem; bottom: .6rem; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: .7rem .9rem; border-radius: 12px; background: rgba(2, 2, 2, .38); border: 1px solid rgba(255, 255, 255, .16);
  -webkit-backdrop-filter: blur(16px) saturate(160%); backdrop-filter: blur(16px) saturate(160%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22);
  transform: translateY(0); transition: transform .5s var(--ease), background-color .4s;
}
.card:hover .card__cap { background: rgba(2, 2, 2, .5); }
.card__cap h3 { font-size: 1rem; font-weight: 600; letter-spacing: -.02em; transition: color .3s; }
.card__cap p { color: rgba(255, 255, 255, .7); font-size: var(--t-tiny); font-weight: 300; margin-top: .1rem; }
.card__cap span { font-size: var(--t-tiny); font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--yellow); white-space: nowrap; }
.card__view { position: absolute; right: .75rem; top: .75rem; z-index: 2; display: inline-flex; align-items: center; gap: .4rem; padding: .5rem .75rem; border-radius: 999px; background: var(--yellow); color: var(--black); font-size: var(--t-tiny); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(-8px); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.card__view svg { width: .85em; height: .85em; }
.card:hover .card__view { opacity: 1; transform: none; }
.card:hover .card__cap h3 { color: var(--yellow); }
@media (max-width: 1000px) { .work { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .work { grid-template-columns: 1fr; } }

/* ---- Manifesto ---------------------------------------------------------- */
.manifesto { background: linear-gradient(110deg, #6a1bc9 0%, #8027db 30%, #a51fff 55%, #8027db 80%, #6a1bc9 100%); background-size: 260% 100%; color: var(--white); position: relative; overflow: hidden; animation: shimmer 18s ease-in-out infinite alternate; }
@keyframes shimmer { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }
@keyframes floaty { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-3%) rotate(3deg); } }
.manifesto::after { content: ''; position: absolute; right: -8%; top: -30%; width: 42vw; max-width: 620px; aspect-ratio: 1; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23ffffff' fill-opacity='.08' d='M20 0H100V20H20ZM0 20H20V80H0ZM45 40H100V60H45ZM20 80H80V64H100V100H20Z'/%3E%3C/svg%3E") center / contain no-repeat; pointer-events: none; animation: floaty 12s ease-in-out infinite; }
.manifesto .eyebrow { color: rgba(255, 255, 255, .8); }
.manifesto .eyebrow::before { background: var(--yellow); }
.manifesto__lines { position: relative; display: grid; gap: .2em; margin: 1.5rem 0 clamp(2.5rem, 5vw, 4rem); font-size: clamp(2rem, 5.2vw, 4.6rem); font-weight: 600; letter-spacing: -.03em; line-height: 1.05; }
.manifesto__lines i { font-family: var(--f-serif); font-weight: 400; color: var(--yellow); }
.manifesto__cols { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); border-top: 1px solid rgba(255, 255, 255, .3); }
.manifesto__cols li { position: relative; padding-top: 1.25rem; display: grid; gap: .25rem; }
.manifesto__cols li::before { content: ''; position: absolute; top: -1px; left: 0; height: 2px; width: 0; background: var(--yellow); transition: width .9s var(--ease); transition-delay: calc(var(--i, 0) * 150ms + .3s); }
.manifesto__cols.is-in li::before { width: 3rem; }
.manifesto__cols s { text-decoration: line-through; text-decoration-color: var(--yellow); text-decoration-thickness: 2px; opacity: .8; font-weight: 300; }
.manifesto__cols strong { font-weight: 600; font-size: 1.15rem; letter-spacing: -.01em; }
@media (max-width: 720px) { .manifesto__cols { grid-template-columns: 1fr; } }

/* ---- Process (desktop 3-col grid / mobile alternating zigzag) ---------- */
.timeline { position: relative; }
.timeline__svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; z-index: 0; }
.trail { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.trail--base { stroke: rgba(255, 255, 255, .08); stroke-width: 2; }
.trail--glow { stroke: rgba(172, 100, 255, .55); stroke-width: 6; filter: blur(6px); opacity: 0; transition: opacity 1s var(--ease) 1.2s; }
.trail--draw { stroke: url(#trailGrad); stroke-width: 2; stroke-dasharray: var(--len, 1) var(--len, 1); stroke-dashoffset: var(--len, 1); transition: stroke-dashoffset 2.6s cubic-bezier(.4, 0, .2, 1); }
.timeline.is-drawn .trail--draw { stroke-dashoffset: 0; }
.timeline.is-drawn .trail--glow { opacity: 1; }
.seed { position: absolute; left: 0; top: 0; width: 14px; height: 14px; margin: -7px 0 0 -7px; border-radius: 50%; z-index: 2; pointer-events: none; opacity: 0;
  background: radial-gradient(circle at 35% 35%, #fff 0%, var(--yellow) 45%, rgba(255, 235, 9, .2) 70%, transparent 72%);
  box-shadow: 0 0 12px 3px rgba(255, 235, 9, .55), 0 0 40px 10px rgba(255, 235, 9, .22);
  offset-path: var(--trail, none); offset-rotate: 0deg; offset-distance: 0%; }
.seed::after { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid rgba(255, 235, 9, .5); animation: seedring 1.6s ease-out infinite; }
.timeline.is-live .seed { opacity: 1; animation: travel 9s cubic-bezier(.45, .05, .55, .95) infinite; }
@keyframes travel { 0% { offset-distance: 0%; } 92% { offset-distance: 100%; } 100% { offset-distance: 100%; } }
@keyframes seedring { from { transform: scale(.6); opacity: .9; } to { transform: scale(2.2); opacity: 0; } }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem var(--gap); position: relative; z-index: 1; list-style: none; padding: 0; margin: 0; }
.step-item { position: relative; opacity: 0; transform: translateY(14px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
.steps.is-in .step-item { opacity: 1; transform: none; }
.step-card { padding: 1.5rem 1.6rem; display: grid; gap: .5rem; height: 100%; align-content: start; }

.steps .n { position: relative; width: 3.5rem; height: 3.5rem; display: grid; place-items: center; border-radius: 50%; font-family: var(--f-serif); font-style: italic; font-size: 1.3rem; color: var(--white);
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .28), rgba(255, 255, 255, .04) 60%); border: 1px solid rgba(255, 255, 255, .22); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -6px 12px rgba(128, 39, 219, .35), 0 12px 30px -14px rgba(128, 39, 219, .8);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); transform: scale(.4); opacity: 0; transition: color .3s, box-shadow .5s var(--ease); margin-bottom: .8rem; }
.steps.is-in .n { animation: bloom 1s var(--ease) forwards; animation-delay: var(--d, 0s); }
.steps .n::before, .steps .n::after { content: ''; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid rgba(255, 235, 9, .7); opacity: 0; pointer-events: none; }
.steps.is-in .n::before { animation: ripple 1.4s ease-out forwards; animation-delay: calc(var(--d, 0s) + .25s); }
.steps.is-in .n::after { animation: ripple 1.4s ease-out forwards; animation-delay: calc(var(--d, 0s) + .55s); border-color: rgba(172, 100, 255, .7); }
.step-item:hover .n { color: var(--yellow); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -6px 12px rgba(128, 39, 219, .5), 0 18px 34px -14px rgba(172, 100, 255, .9); }
.step-item:hover .n::before { animation: ripple 1.2s ease-out infinite; }
@keyframes bloom { 0% { transform: scale(.4); opacity: 0; } 60% { transform: scale(1.12); opacity: 1; } 100% { transform: scale(1); opacity: 1; } }
@keyframes ripple { 0% { transform: scale(.9); opacity: .9; } 100% { transform: scale(2.4); opacity: 0; } }

.steps h3 { font-size: 1.2rem; font-weight: 600; letter-spacing: -.02em; }
.steps p { color: var(--fg-2); font-size: var(--t-small); font-weight: 300; max-width: 34ch; }

@media (min-width: 769px) {
  .steps .step-item:nth-child(1) { grid-column: 1; grid-row: 1; }
  .steps .step-item:nth-child(2) { grid-column: 2; grid-row: 1; }
  .steps .step-item:nth-child(3) { grid-column: 3; grid-row: 1; }
  .steps .step-item:nth-child(4) { grid-column: 3; grid-row: 2; }
  .steps .step-item:nth-child(5) { grid-column: 2; grid-row: 2; }
  .steps .step-item:nth-child(6) { grid-column: 1; grid-row: 2; }
}

@media (max-width: 768px) {
  .steps { display: flex; flex-direction: column; gap: 2rem; }
  .step-item { width: 85%; }
  .step-left { align-self: flex-start; text-align: left; }
  .step-right { align-self: flex-end; text-align: right; }
  .step-right .n { margin-left: auto; }
}

/* ---- Team (portrait panels) --------------------------------------------- */
.team { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.person { display: grid; grid-template-columns: 200px 1fr; overflow: hidden; }
.person__pic { position: relative; height: 100%; min-height: 240px; overflow: hidden; }
.person__pic img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: grayscale(.5) contrast(1.05); transition: filter .6s var(--ease), transform .8s var(--ease); }
.person:hover .person__pic img { filter: none; transform: scale(1.05); }
.person__pic::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(8, 5, 14, .55)); pointer-events: none; }
.person__body { padding: 1.5rem 1.6rem 1.6rem; display: grid; gap: .5rem; align-content: start; }
.person h3 { font-size: 1.3rem; font-weight: 600; letter-spacing: -.02em; }
.person .role { display: inline-block; width: fit-content; padding: .3rem .6rem; border-radius: 999px; background: var(--yellow); color: var(--black); font-size: var(--t-tiny); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.person p { color: var(--fg-2); font-size: var(--t-small); font-weight: 300; margin-top: .4rem; }
.person q { display: block; margin-top: .6rem; padding-top: .8rem; border-top: 1px solid rgba(255, 255, 255, .1); font-family: var(--f-serif); font-style: italic; font-size: 1.05rem; color: var(--fg); quotes: '\201C' '\201D'; }
@media (max-width: 800px) {
  .team-hscroll-track { height: 180vh; }
  .team-hscroll-sticky { position: sticky; top: var(--hdr-h, 4.5rem); height: calc(100dvh - var(--hdr-h, 4.5rem)); height: calc(100vh - var(--hdr-h, 4.5rem)); display: flex; flex-direction: column; justify-content: center; overflow: hidden; margin-inline: calc(var(--pad) * -1); padding-top: .5rem; }
  .team-hscroll-sticky .sec-head { padding-inline: var(--pad); margin-bottom: 2rem; }
  .team-hscroll-sticky .sec-head .t-1 { font-size: 1.35rem; }
  .team { display: flex; width: max-content; gap: 1rem; padding-inline: var(--pad); flex-wrap: nowrap; grid-template-columns: none; will-change: transform; }
  .team .person { width: 75vw; max-width: 320px; flex: none; display: flex; flex-direction: column; }
  .team .person__pic { min-height: 0; height: 180px; width: 100%; }
  .team .person__pic::after { background: linear-gradient(180deg, transparent 40%, rgba(8, 5, 14, .75)); }
  .team .person__body { padding: 1.1rem 1.25rem 1.25rem; gap: .3rem; }
  .team .person h3 { font-size: 1.15rem; }
  .team .person .role { font-size: .65rem; padding: .2rem .5rem; }
  .team .person__body p { font-size: .8rem; line-height: 1.4; margin-top: .15rem; }
  .team .person__body q { font-size: .85rem; margin-top: .4rem; padding-top: .5rem; line-height: 1.3; }
}
@media (max-width: 480px) {
  .team .person__pic { height: 160px; }
  .team .person__body { padding: 1rem; }
}

/* ---- Quote (glass slab) ------------------------------------------------- */
.quote { display: grid; gap: 2rem; max-width: 62rem; margin-inline: auto; padding: clamp(2rem, 5vw, 4rem); text-align: center; justify-items: center; overflow: hidden; }
.quote .wm { position: absolute; right: -6%; bottom: -22%; width: 40%; max-width: 360px; height: auto; aspect-ratio: 1; fill: rgba(255, 255, 255, .05); pointer-events: none; z-index: -1; transition: transform 1.2s var(--ease); }
.quote:hover .wm { transform: rotate(-6deg) translateY(-4%); }
.quote .mark { width: 44px; height: 44px; fill: var(--brand); transition: transform 1s var(--ease), fill .5s; transform: rotate(-90deg) scale(.6); }
.quote.is-in .mark { transform: none; }
.quote:hover .mark { fill: var(--yellow); }
.quote blockquote { margin: 0; font-family: var(--f-serif); font-style: italic; font-size: clamp(1.4rem, 2.8vw, 2.2rem); line-height: 1.35; letter-spacing: -.01em; text-wrap: balance; }
.quote figcaption { display: flex; align-items: center; gap: .9rem; }
.quote figcaption img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(255, 255, 255, .25); }
.quote figcaption strong { display: block; font-weight: 600; }
.quote figcaption span { font-size: var(--t-small); color: var(--fg-3); }
.quote figcaption > div { text-align: left; }

/* ---- Contact ------------------------------------------------------------ */
.contact { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.contact__intro { display: grid; gap: 1.5rem; }
.channels { display: grid; border-top: 1px solid var(--rule); margin-top: .5rem; }
.channel { display: grid; grid-template-columns: 6rem 1fr auto; align-items: center; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--rule); transition: padding-left .25s var(--ease); }
a.channel:hover { padding-left: .4rem; color: var(--brand); }
.channel svg { transition: transform .3s var(--ease); }
a.channel:hover svg { transform: translate(2px, -2px); }
.channel__k { font-size: var(--t-tiny); font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-3); }
.channel__v { font-weight: 500; }
.channel svg { width: 14px; height: 14px; color: var(--brand); }
.form { display: grid; gap: 1rem; padding: clamp(1.5rem, 3vw, 2.5rem); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field { display: grid; gap: .4rem; }
.field label { font-size: var(--t-tiny); font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-3); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; color: var(--fg); background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px;
  padding: .55rem .95rem; height: 2.65rem; box-sizing: border-box;
  transition: border-color .3s var(--ease), background-color .3s var(--ease), box-shadow .3s var(--ease);
}
.field input::placeholder, .field textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.field input:focus, .field select:focus, .field textarea:focus { 
  outline: none; background: rgba(255, 255, 255, 0.08); border-color: var(--brand); box-shadow: 0 0 0 4px rgba(172, 100, 255, 0.15); 
}
.form:focus-within { border-color: rgba(172, 100, 255, .3); }
.field textarea { height: auto; min-height: 6rem; padding: .75rem .95rem; resize: vertical; }
.field__err { font-size: var(--t-tiny); color: #d92d5b; min-height: 1em; }
[aria-invalid="true"] { border-color: #d92d5b !important; }
.pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.pills label { position: relative; }
.pills input { position: absolute; opacity: 0; inset: 0; }
.pills span { display: inline-block; padding: .5rem .85rem; border: 1px solid var(--rule); border-radius: 999px; font-size: var(--t-small); font-weight: 500; color: var(--fg-2); cursor: pointer; transition: background-color .2s, color .2s, border-color .2s; }
.pills input:checked + span { background: var(--fg); color: var(--bg); border-color: var(--fg); }
.pills input:focus-visible + span { outline: 2px solid var(--brand); outline-offset: 2px; }
.form__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.form__status { font-size: var(--t-small); color: var(--fg-3); }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form__row { grid-template-columns: 1fr; } .channel { grid-template-columns: 5rem 1fr auto; } }

/* ---- Legal pages -------------------------------------------------------- */
.legal { padding: calc(var(--hdr-h) + clamp(2.5rem, 6vw, 5rem)) 0 var(--sec); }
.crumbs { display: flex; gap: .6rem; font-size: var(--t-tiny); letter-spacing: .12em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 2rem; }
.crumbs a:hover { color: var(--brand); }
.legal__head { display: grid; gap: 1rem; max-width: 60rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.legal__date { letter-spacing: .04em; }
.legal__grid { display: grid; grid-template-columns: 17rem 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.legal__toc { position: sticky; top: calc(var(--hdr-h) + 1.5rem); padding: 1.5rem; display: grid; gap: 1.25rem; }
.legal__toc-h { font-size: var(--t-tiny); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-3); }
.legal__toc ol { display: grid; gap: .15rem; counter-reset: toc; list-style: none; margin: 0; padding: 0; }
.legal__toc li { counter-increment: toc; }
.legal__toc li a { display: flex; gap: .7rem; padding: .4rem .5rem; border-radius: 8px; font-size: var(--t-small); color: var(--fg-2); transition: background-color .25s, color .25s; }
.legal__toc li a::before { content: counter(toc, decimal-leading-zero); font-family: var(--f-serif); font-style: italic; color: var(--brand); }
.legal__toc li a:hover, .legal__toc li a[aria-current] { background: rgba(255, 255, 255, .06); color: var(--fg); }
.legal__toc .btn { justify-content: center; }
.legal__body { max-width: 68ch; }
.legal__body section { padding: 1.75rem 0 1.25rem; border-top: 1px solid var(--rule-2); scroll-margin-top: calc(var(--hdr-h) + 1.5rem); }
.legal__body section:first-child { border-top: 0; padding-top: 0; }
.legal__body h2 { font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 600; letter-spacing: -.02em; margin-bottom: .9rem; }
.legal__body p, .legal__body li { color: var(--fg-2); font-weight: 300; line-height: 1.7; text-wrap: pretty; }
.legal__body p + p, .legal__body ul + p, .legal__body p + ul { margin-top: .9rem; }
.legal__body strong { color: var(--fg); font-weight: 600; }
.legal__body ul { display: grid; gap: .5rem; padding-left: 1.2rem; list-style: none; }
.legal__body li { position: relative; }
.legal__body li::before { content: ''; position: absolute; left: -1.2rem; top: .75em; width: 6px; height: 6px; background: var(--yellow); }
.legal__body a { color: var(--brand); border-bottom: 1px solid rgba(172, 100, 255, .35); transition: border-color .2s; }
.legal__body a:hover { border-color: currentColor; }
@media (max-width: 900px) { .legal__grid { grid-template-columns: 1fr; } .legal__toc { position: static; } }

/* ---- Footer ------------------------------------------------------------- */
.ftr { border-top: 1px solid var(--rule); padding: clamp(2.5rem, 5vw, 4rem) 0 2rem; }
.ftr__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }

.ftr__brand { display: grid; gap: 1rem; justify-items: start; }
.ftr__brand p { color: var(--fg-3); font-size: var(--t-small); max-width: 34ch; font-weight: 300; }
.ftr h4 { font-size: var(--t-tiny); font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-3); margin-bottom: .9rem; }
.ftr li a { display: inline-block; padding: .2rem 0; color: var(--fg-2); font-size: var(--t-small); }
.ftr li a:hover { color: var(--brand); }
.ftr__bar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--rule-2); font-size: var(--t-tiny); color: var(--fg-3); letter-spacing: .04em; }
.ftr__bar > * { flex: 1; }
.ftr__bar .ftr__copy { text-align: center; flex: 2; }
.ftr__bar .ftr__legal { text-align: right; }
.ftr__bar a:hover { color: var(--fg); }
@media (max-width: 720px) {
  .ftr__bar { flex-direction: column; text-align: center; }
  .ftr__bar > * { text-align: center !important; flex: auto; }
}
.ftr__legal { display: flex; justify-content: flex-end; gap: 1.5rem; }
@media (max-width: 800px) { .ftr__grid { grid-template-columns: 1fr 1fr; } .ftr__brand { grid-column: 1 / -1; } .ftr__grid > div:last-child { text-align: right; } }


/* ---- Word reveal -------------------------------------------------------- */
.w { display: inline-block; overflow: hidden; vertical-align: bottom; padding: 0 .08em .14em 0; margin: 0 -.08em -.14em 0; }
.w > span { display: inline-block; transform: translateY(115%); transition: transform .9s var(--ease); transition-delay: calc(var(--i, 0) * 45ms); }
.is-in .w > span, .words-in .w > span { transform: none; }

/* ---- Tilt --------------------------------------------------------------- */
.tilt { transform-style: preserve-3d; transform: perspective(900px) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)); transition: transform .5s var(--ease); }
.tilt:hover { transition-duration: .12s; }

/* ---- Floating WhatsApp -------------------------------------------------- */
.wa-float {
  position: fixed; right: clamp(1rem, 2.5vw, 2rem); bottom: clamp(1rem, 2.5vw, 2rem); z-index: 45;
  display: inline-flex; align-items: center; gap: .6rem; height: 3.5rem; padding: 0 1.1rem 0 .9rem; border-radius: 999px;
  background: #25d366; color: #062b16; font-weight: 600; font-size: .95rem; white-space: nowrap;
  box-shadow: 0 14px 34px -12px rgba(37, 211, 102, .7), inset 0 1px 0 rgba(255, 255, 255, .35);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background-color .3s;
  animation: rise .8s var(--ease) 1.6s both;
}
.wa-float::before { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 2px solid rgba(37, 211, 102, .6); animation: waring 2.4s ease-out infinite; pointer-events: none; }
@keyframes waring { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.35); opacity: 0; } }
.wa-float svg { width: 1.6rem; height: 1.6rem; flex: none; }
.wa-float:hover { transform: translateY(-3px) scale(1.03); background: #2ee27a; box-shadow: 0 20px 40px -12px rgba(37, 211, 102, .85), inset 0 1px 0 rgba(255, 255, 255, .45); }
.wa-float:active { transform: scale(.98); }
@media (max-width: 560px) { .wa-float { height: 3.25rem; padding: 0 .95rem; } .wa-float span { display: none; } .wa-float { width: 3.25rem; justify-content: center; padding: 0; } }
.ftr__dev { color: var(--fg-2); border: none; transition: color .2s; }
.ftr__dev a { color: inherit; text-decoration: none; border: none; }
.ftr__dev:hover { color: var(--brand); }

/* ---- Motion ------------------------------------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease), clip-path 1s var(--ease); transition-delay: calc(var(--i, 0) * 80ms); }
[data-reveal="left"] { transform: translateX(-32px); }
[data-reveal="scale"] { transform: scale(.94); }
[data-reveal="clip"] { transform: none; clip-path: inset(0 0 100% 0 round var(--r-lg)); }
[data-reveal].is-in { opacity: 1; transform: none; clip-path: inset(0 0 0 0 round var(--r-lg)); }
[data-stagger] > * { opacity: 0; transform: translateY(20px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
[data-stagger].is-in > * { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0s !important; animation: none !important; }
  [data-reveal], [data-stagger] > *, .w > span { opacity: 1; transform: none; clip-path: none; }
  .hero__copy > *, .hero__visual, .hero__visual .frame, .hero__visual img, .hero__visual .tag, .cue, .hero::before { animation: none; }
  .hero__visual img { transform: none; }
  .facts li::before { transform: none; }
  .manifesto { animation: none; }
  .ambient i { animation: none; }
  .wa-float, .wa-float::before { animation: none; }
  .tile { opacity: 1; transform: none; animation: none !important; }
  .tile__front::after { animation: none; }
  .tile__in { transition: none; }
  .steps li, .steps .n { opacity: 1; transform: none; animation: none; transition: none; }
  .steps .n::before, .steps .n::after { animation: none !important; }
  .trail--draw { stroke-dashoffset: 0; transition: none; }
  .trail--glow { opacity: 1; transition: none; }
  .seed { display: none; }
}
