/* ============================================================
   WE LOVE MARKETING — "EDITION ONE"
   Dark editorial brutalism · kinetic type · warm lava
   ============================================================ */

:root {
  --ink: #070708;
  --ink-2: #0d0d0f;
  --ink-3: #131316;
  --paper: #faf6ef;
  --paper-dim: rgba(250, 246, 239, 0.66);
  --mute: rgba(250, 246, 239, 0.44);
  --faint: rgba(250, 246, 239, 0.26);
  --coral: #e63946;
  --coral-soft: #ff6b6b;
  --amber: #f59e0b;
  --green: #10b981;
  --line: rgba(250, 246, 239, 0.1);
  --line-strong: rgba(250, 246, 239, 0.18);
  --grad-warm: linear-gradient(135deg, #e63946 0%, #ff6b6b 45%, #f59e0b 100%);
  --ff-display: "Bricolage Grotesque", system-ui, sans-serif;
  --ff-body: "Geist", system-ui, -apple-system, sans-serif;
  --ff-serif: "Instrument Serif", Georgia, serif;
  --pad-x: clamp(20px, 5vw, 72px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  /* No CSS smooth scrolling — Lenis owns scroll animation and the two conflict */
  scroll-behavior: auto;
  scroll-padding-top: 90px;
  color-scheme: dark;
}
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--ink);
  color: var(--paper-dim);
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

/* film grain */
body::after {
  content: "";
  position: fixed;
  inset: -100px;
  pointer-events: none;
  z-index: 12000;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
}

::selection { background: var(--coral); color: #fff; }

img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--ff-display); color: var(--paper); }
em { font-style: italic; }

.skip {
  position: fixed; top: -60px; left: 16px; z-index: 13000;
  padding: 10px 18px; background: var(--coral); color: #fff;
  font-size: 13px; font-weight: 600; border-radius: 8px; text-decoration: none;
  transition: top 0.25s var(--ease);
}
.skip:focus-visible { top: 12px; }

:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 2px; }

/* ============ PRELOADER ============ */
#preloader { display: none; }
.js #preloader {
  display: flex;
  position: fixed; inset: 0; z-index: 11000;
  background: var(--ink);
  align-items: center; justify-content: center;
}
.pre-mark {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--ff-display);
  font-size: 13px; font-weight: 600; letter-spacing: 0.42em;
  color: var(--paper);
}
.pre-heart { color: var(--coral); font-size: 18px; letter-spacing: 0; }
.pre-count {
  position: absolute; right: clamp(20px, 5vw, 64px); bottom: clamp(16px, 4vh, 48px);
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(80px, 16vw, 220px); line-height: 1;
  letter-spacing: -0.04em; color: var(--paper);
}
.pre-count::after { content: ""; }
.pre-bar {
  position: absolute; left: 0; bottom: 0; width: 100%; height: 2px;
  background: var(--line);
}
.pre-bar span {
  display: block; height: 100%; width: 100%;
  background: var(--grad-warm);
  transform: scaleX(0); transform-origin: left;
}

/* ============ CURSOR ============ */
.cur { display: none; }
@media (pointer: fine) {
  .js .cur { display: block; }
  .cur-dot, .cur-ring {
    position: fixed; top: 0; left: 0; z-index: 12500;
    pointer-events: none; border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .cur-dot { width: 7px; height: 7px; background: var(--coral); }
  .cur-ring {
    width: 38px; height: 38px;
    border: 1px solid rgba(230, 57, 70, 0.55);
    transition: width 0.3s var(--ease), height 0.3s var(--ease),
      border-color 0.3s var(--ease), background 0.3s var(--ease);
  }
  .cur--on .cur-ring {
    width: 64px; height: 64px;
    background: rgba(230, 57, 70, 0.1);
    border-color: rgba(230, 57, 70, 0.9);
  }
  .js body, .js a, .js button { cursor: none; }
  .js input, .js textarea { cursor: text; }
}

/* ============ RAILS ============ */
.rail {
  position: fixed; top: 0; bottom: 0; z-index: 900;
  width: 44px; display: none;
  pointer-events: none;
  mix-blend-mode: difference;
}
@media (min-width: 1280px) { .js .rail { display: flex; } }
.rail--l { left: 0; align-items: center; justify-content: center; }
.rail--r { right: 0; flex-direction: column; align-items: center; justify-content: flex-end; gap: 14px; padding-bottom: 28px; }
.rail span {
  writing-mode: vertical-rl;
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.34em;
  text-transform: uppercase; color: rgba(250, 246, 239, 0.4);
  white-space: nowrap;
}
.rail-pct { font-family: var(--ff-display); color: rgba(250, 246, 239, 0.7) !important; }

/* ============ HEADER ============ */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px var(--pad-x);
  transition: padding 0.5s var(--ease), background 0.5s var(--ease),
    border-color 0.5s var(--ease), backdrop-filter 0.5s var(--ease);
  border-bottom: 1px solid transparent;
}
.hdr.is-scrolled {
  padding: 12px var(--pad-x);
  background: rgba(7, 7, 8, 0.72);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom-color: var(--line);
}
.hdr-logo {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--ff-display); font-weight: 700; font-size: 15px;
  letter-spacing: -0.01em; color: var(--paper); text-decoration: none;
}
.hdr-heart { color: var(--coral); font-size: 17px; }
.hdr-nav { display: none; align-items: center; gap: 34px; }
@media (min-width: 1024px) { .hdr-nav { display: flex; } }
.hdr-nav > a:not(.btn) {
  font-size: 13.5px; font-weight: 500; letter-spacing: 0.01em;
  color: var(--paper-dim); text-decoration: none;
  transition: color 0.25s;
  position: relative;
}
.hdr-nav > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -5px;
  width: 100%; height: 1px; background: var(--coral);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.4s var(--ease);
}
.hdr-nav > a:not(.btn):hover { color: var(--paper); }
.hdr-nav > a:not(.btn):hover::after { transform: scaleX(1); transform-origin: left; }

.hdr-burger {
  display: flex; flex-direction: column; gap: 7px;
  padding: 10px 4px; z-index: 1102; position: relative;
}
@media (min-width: 1024px) { .hdr-burger { display: none; } }
.hdr-burger span {
  display: block; width: 30px; height: 2px; background: var(--paper);
  transition: transform 0.4s var(--ease), opacity 0.3s;
}
.menu-open .hdr-burger span:nth-child(1) { transform: translateY(4.5px) rotate(45deg); }
.menu-open .hdr-burger span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }

/* ============ MOBILE MENU ============ */
.menu {
  position: fixed; inset: 0; z-index: 1100;
  background: var(--ink);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 110px var(--pad-x) 40px;
  visibility: hidden; opacity: 0;
  transition: opacity 0.4s var(--ease), visibility 0.4s;
}
.menu-open .menu { visibility: visible; opacity: 1; }
.menu-nav { display: flex; flex-direction: column; }
.menu-link {
  display: flex; align-items: baseline; gap: 16px;
  font-family: var(--ff-display); font-weight: 700;
  font-size: clamp(30px, 7.5vw, 44px); letter-spacing: -0.02em;
  color: var(--paper); text-decoration: none;
  padding: 13px 0; border-bottom: 1px solid var(--line);
}
.menu-link em {
  font-family: var(--ff-body); font-style: normal; font-weight: 500;
  font-size: 12px; color: var(--coral); letter-spacing: 0.1em;
}
.menu-link--ext { color: var(--paper-dim); }
.menu-foot { display: flex; flex-direction: column; gap: 22px; padding-top: 28px; }
.menu-contact { display: flex; flex-direction: column; gap: 8px; }
.menu-contact a { font-size: 14px; color: var(--mute); text-decoration: none; }

/* ============ BUTTONS ============ */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 30px; border-radius: 999px;
  font-family: var(--ff-body); font-size: 14.5px; font-weight: 600;
  letter-spacing: 0.01em; text-decoration: none;
  overflow: hidden; isolation: isolate;
  transition: color 0.35s var(--ease), border-color 0.35s var(--ease),
    transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  white-space: nowrap;
}
.btn--sm { padding: 11px 20px; font-size: 13px; }
.btn span { position: relative; z-index: 2; }
.btn-arr { font-size: 0.95em; transition: transform 0.35s var(--ease); }
.btn:hover .btn-arr { transform: translate(2px, -2px); }

.btn--solid { background: var(--coral); color: #fff; }
.btn--solid::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: var(--grad-warm);
  opacity: 0; transition: opacity 0.4s var(--ease);
}
.btn--solid:hover { box-shadow: 0 12px 40px rgba(230, 57, 70, 0.35); transform: translateY(-1px); }
.btn--solid:hover::before { opacity: 1; }

.btn--ghost { border: 1px solid var(--line-strong); color: var(--paper); }
.btn--ghost::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: var(--paper);
  transform: translateY(101%); border-radius: inherit;
  transition: transform 0.45s var(--ease);
}
.btn--ghost:hover { color: var(--ink); border-color: var(--paper); }
.btn--ghost:hover::before { transform: translateY(0); }

.btn--ink { background: var(--ink); color: var(--paper); }
.btn--ink:hover { background: var(--coral); color: #fff; }
.btn--paper { background: var(--paper); color: var(--ink); }
.btn--paper:hover { background: #fff; box-shadow: 0 10px 30px rgba(7, 7, 8, 0.25); }

/* ============ SMALL BITS ============ */
.dot {
  display: inline-block; width: 6px; height: 6px; border-radius: 999px;
  background: var(--coral); flex: none;
}
.dot--green { background: var(--green); }
.dot--pulse { animation: pulse 2.2s ease-out infinite; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(230, 57, 70, 0); }
  100% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0); }
}

/* ============ MARQUEE ============ */
.mq { overflow: hidden; width: 100%; }
.mq-track { display: flex; width: max-content; animation: mq 26s linear infinite; }
.mq-track--slow { animation-duration: 38s; }
@keyframes mq { to { transform: translateX(-50%); } }
.mq-row {
  display: flex; align-items: center; gap: 34px; padding-right: 34px;
  font-family: var(--ff-display); font-weight: 600;
  font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--mute); white-space: nowrap;
}
.mq-row i { font-style: normal; color: var(--coral); font-size: 11px; }
.mq-row--giant {
  gap: 64px; padding-right: 64px;
  font-size: clamp(72px, 13vw, 190px); font-weight: 800;
  letter-spacing: -0.03em; text-transform: none;
  color: transparent;
  -webkit-text-stroke: 1px rgba(250, 246, 239, 0.34);
  line-height: 1.25;
}
.mq-row--giant i { font-size: 0.42em; -webkit-text-stroke: 0; color: var(--coral); }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  overflow: hidden;
}
#heroGL {
  position: absolute; inset: 0; width: 100%; height: 100%;
  display: block; opacity: 0;
}
.js.gl-on #heroGL { opacity: 1; transition: opacity 1.4s ease 0.1s; }
.hero-fallback {
  position: absolute; inset: 0; opacity: 1;
  background:
    radial-gradient(58% 70% at 78% 64%, rgba(230, 57, 70, 0.34) 0%, transparent 62%),
    radial-gradient(45% 55% at 62% 24%, rgba(245, 158, 11, 0.2) 0%, transparent 60%),
    radial-gradient(70% 80% at 22% 80%, rgba(124, 25, 35, 0.5) 0%, transparent 65%),
    var(--ink);
  animation: heroGlow 9s ease-in-out infinite alternate;
}
.gl-on .hero-fallback { display: none; }
@keyframes heroGlow {
  from { filter: hue-rotate(0deg) brightness(1); transform: scale(1); }
  to { filter: hue-rotate(-8deg) brightness(1.15); transform: scale(1.06); }
}
.hero-shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(102deg, rgba(7, 7, 8, 0.86) 0%, rgba(7, 7, 8, 0.5) 44%, rgba(7, 7, 8, 0.08) 72%, rgba(7, 7, 8, 0.42) 100%),
    linear-gradient(to top, var(--ink) 0%, transparent 18%);
}

.hero-inner {
  position: relative; z-index: 2;
  width: 100%; max-width: 1380px; margin: 0 auto;
  padding: clamp(90px, 12.5vh, 160px) var(--pad-x) clamp(96px, 13vh, 140px);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--coral-soft);
  border: 1px solid rgba(230, 57, 70, 0.32);
  background: rgba(230, 57, 70, 0.08);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  padding: 10px 18px; border-radius: 999px;
  margin-bottom: clamp(20px, 3.4vh, 40px);
}
@media (max-width: 520px) {
  .hero-badge {
    flex-wrap: wrap; justify-content: center; text-align: center;
    row-gap: 3px; font-size: 10.5px; letter-spacing: 0.18em;
  }
}
.hero-h1 {
  display: flex; flex-direction: column;
  font-weight: 800;
  font-size: clamp(48px, min(10.6vw, 12.8vh), 158px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  margin-left: -0.04em;
}
.hl { display: block; }
.hl--2 {
  color: transparent;
  -webkit-text-stroke: 1.6px rgba(250, 246, 239, 0.85);
}
.hl--3 {
  font-family: var(--ff-serif); font-weight: 400; font-style: italic;
  text-transform: none; letter-spacing: -0.02em;
  font-size: 1.12em; line-height: 0.96;
  margin-top: -0.02em;
  background: var(--grad-warm);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 0.1em; padding-bottom: 0.08em;
}
/* split helpers */
.line-mask { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: 0.06em; margin-bottom: -0.06em; }
.ch, .wd { display: inline-block; will-change: transform; }

.hero-lede {
  max-width: 600px;
  margin-top: clamp(18px, 3vh, 36px);
  font-size: clamp(15.5px, min(1.35vw, 2.1vh), 19px);
  line-height: 1.7;
  color: var(--paper-dim);
}
.hero-lede em { color: var(--paper); font-family: var(--ff-serif); font-size: 1.06em; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: clamp(20px, 3.2vh, 36px); }

.hero-trust {
  display: flex; flex-wrap: wrap; gap: 12px 30px;
  list-style: none; margin-top: clamp(20px, 3.2vh, 40px);
  font-size: 13px; color: var(--mute);
}
.hero-trust li { display: flex; align-items: center; gap: 9px; }

.hero-scrollhint {
  position: absolute; right: clamp(22px, 4.5vw, 64px); bottom: 110px; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--mute);
}
.hero-scrollhint span:first-child { writing-mode: vertical-rl; }
.hero-scrollline { width: 1px; height: 56px; background: var(--line-strong); position: relative; overflow: hidden; }
.hero-scrollline::after {
  content: ""; position: absolute; left: 0; top: -50%;
  width: 100%; height: 50%; background: var(--coral);
  animation: scrolldrip 1.8s var(--ease) infinite;
}
@keyframes scrolldrip { to { top: 110%; } }
@media (max-width: 720px) { .hero-scrollhint { display: none; } }

.hero-mq {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  border-top: 1px solid var(--line);
  padding: 18px 0;
  background: rgba(7, 7, 8, 0.4);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}

/* ============ SECTIONS ============ */
.sec {
  position: relative;
  padding: clamp(96px, 13vh, 170px) var(--pad-x);
  border-top: 1px solid var(--line);
  background: var(--ink);
}
.sec > * { max-width: 1380px; margin-left: auto; margin-right: auto; }

.sec-head { position: relative; margin-bottom: clamp(48px, 8vh, 96px); }
.sec-idx {
  position: absolute; top: 0.5em; right: 0;
  font-family: var(--ff-display); font-weight: 500;
  font-size: clamp(13px, 1.4vw, 18px); color: var(--coral);
  letter-spacing: 0.06em;
}
.sec-label {
  display: block;
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--mute);
  margin-bottom: 22px;
}
.sec-label::before {
  content: ""; display: inline-block; width: 34px; height: 1px;
  background: var(--coral); vertical-align: middle; margin-right: 14px;
}
.sec-title {
  font-weight: 800;
  font-size: clamp(34px, 5.4vw, 82px);
  line-height: 1.02; letter-spacing: -0.03em;
  max-width: 18ch;
}
.sec-title--big { font-size: clamp(48px, 9vw, 140px); max-width: none; }
.sec-title .serif {
  font-family: var(--ff-serif); font-style: italic; font-weight: 400;
  background: var(--grad-warm);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0.08em; padding-right: 0.06em;
}
.sec-sub {
  max-width: 560px; margin-top: 24px;
  font-size: 15.5px; line-height: 1.75; color: var(--mute);
}
.sec-head--center { text-align: center; }
.sec-head--center .sec-title, .sec-head--center .sec-sub { margin-left: auto; margin-right: auto; }
.sec-head--center .sec-label::before { display: none; }
.sec-head--center .sec-idx { position: static; display: block; margin-bottom: 16px; }

/* ============ 01 STATS ============ */
.stat-rows { border-top: 1px solid var(--line); }
.stat-row {
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 24px 6vw; align-items: center;
  padding: clamp(36px, 6vh, 64px) 0;
  border-bottom: 1px solid var(--line);
}
.stat-num {
  display: flex; align-items: baseline; gap: 14px;
  font-family: var(--ff-display); font-weight: 800;
  color: var(--paper); line-height: 0.9;
  letter-spacing: -0.045em;
  font-size: clamp(58px, 9.5vw, 148px);
  white-space: nowrap;
}
.stat-sign { color: var(--coral); font-size: 0.62em; }
.num { font-variant-numeric: tabular-nums; }
.num-tail { letter-spacing: -0.045em; }
.stat-unit {
  font-family: var(--ff-body); font-weight: 500;
  font-size: clamp(13px, 1.3vw, 17px); color: var(--mute);
  letter-spacing: 0;
}
.stat-body h3 {
  font-size: clamp(18px, 1.7vw, 23px); font-weight: 700;
  letter-spacing: -0.01em; margin-bottom: 10px;
}
.stat-body p { font-size: 14.5px; color: var(--mute); max-width: 460px; }
@media (max-width: 860px) {
  .stat-row { grid-template-columns: 1fr; gap: 18px; }
}

/* ============ 02 PROCESS ============ */
/* Default: stacked panels (no-JS / reduced motion / mobile).
   html.fx + desktop: horizontal pinned track driven by GSAP. */
.proc-pin { position: relative; }
.proc-progress { display: none; }
.proc-progress span {
  display: block; height: 100%; background: var(--grad-warm);
  transform: scaleX(0); transform-origin: left;
}
.proc-track {
  display: flex; flex-direction: column; align-items: stretch;
  width: 100%; gap: 18px;
}
.proc-panel {
  position: relative;
  width: 100%;
  border: 1px solid var(--line);
  background: var(--ink-2);
  padding: clamp(28px, 4.5vw, 64px);
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.proc-ghost {
  position: absolute; top: -0.12em; right: 0.02em;
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(130px, 24vw, 360px); line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(230, 57, 70, 0.34);
  pointer-events: none; user-select: none;
}
.proc-content { position: relative; max-width: 560px; }
.proc-eyebrow {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--coral);
  margin-bottom: 16px;
}
.proc-content h3 {
  font-size: clamp(26px, 3vw, 42px); font-weight: 800;
  line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 18px;
}
.proc-desc { font-size: 15px; color: var(--paper-dim); margin-bottom: 22px; max-width: 54ch; }
.proc-micro {
  font-family: var(--ff-serif); font-style: italic;
  font-size: 14.5px; color: var(--mute);
  padding-top: 16px; border-top: 1px solid var(--line);
}
@media (min-width: 900px) {
  html.fx .process { padding-bottom: 0; }
  html.fx .proc-progress {
    display: block;
    position: absolute; top: 0; left: var(--pad-x); right: var(--pad-x);
    height: 1px; background: var(--line); z-index: 5;
  }
  html.fx .proc-track {
    flex-direction: row;
    width: max-content;
    padding: clamp(40px, 7vh, 80px) var(--pad-x) clamp(90px, 13vh, 150px);
    gap: clamp(24px, 3vw, 48px);
  }
  html.fx .proc-panel {
    width: min(78vw, 980px);
    min-height: 420px;
  }
}

/* ============ 03 INCLUDES ============ */
.inc-list { list-style: none; border-top: 1px solid var(--line); counter-reset: inc; }
.inc-row {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 8px 4vw; align-items: baseline;
  padding: clamp(22px, 3.6vh, 34px) clamp(6px, 1vw, 18px);
  border-bottom: 1px solid var(--line);
  isolation: isolate;
  transition: color 0.4s var(--ease);
}
.inc-row::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--coral);
  transform: scaleY(0); transform-origin: bottom;
  transition: transform 0.45s var(--ease);
}
.inc-idx {
  font-family: var(--ff-display); font-weight: 600;
  font-size: 13px; color: var(--coral);
  transition: color 0.4s var(--ease);
}
.inc-title {
  font-size: clamp(20px, 2.4vw, 32px); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.15;
  transition: color 0.4s var(--ease), transform 0.45s var(--ease);
}
.inc-title small { font-size: 0.55em; font-weight: 500; color: var(--mute); letter-spacing: 0; }
.inc-desc {
  font-size: 14px; line-height: 1.65; color: var(--mute);
  max-width: 52ch;
  transition: color 0.4s var(--ease);
}
@media (hover: hover) {
  .inc-row:hover::before { transform: scaleY(1); transform-origin: top; }
  .inc-row:hover .inc-idx { color: rgba(255, 255, 255, 0.75); }
  .inc-row:hover .inc-title { color: #fff; transform: translateX(10px); }
  .inc-row:hover .inc-title small { color: rgba(255, 255, 255, 0.75); }
  .inc-row:hover .inc-desc { color: rgba(255, 255, 255, 0.85); }
}
@media (max-width: 760px) {
  .inc-row { grid-template-columns: 44px 1fr; }
  .inc-desc { grid-column: 2; }
}

/* ============ 04 AI ============ */
.ai-grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 64px); align-items: start;
}
@media (max-width: 980px) { .ai-grid { grid-template-columns: 1fr; } }
.ai-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 560px) { .ai-feats { grid-template-columns: 1fr; } }
.ai-feat { background: var(--ink); padding: clamp(22px, 2.6vw, 34px); transition: background 0.35s var(--ease); }
.ai-feat:hover { background: var(--ink-2); }
.ai-feat h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 10px; }
.ai-feat h3::before { content: "✺ "; color: var(--amber); font-size: 0.8em; }
.ai-feat p { font-size: 13.5px; line-height: 1.65; color: var(--mute); }

.chat {
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, var(--ink-2) 0%, var(--ink) 100%);
  padding: 22px 20px 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.chat-head {
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 16px; margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.chat-ava {
  width: 36px; height: 36px; border-radius: 10px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: var(--grad-warm);
  font-family: var(--ff-display); font-weight: 800; font-size: 15px; color: #fff;
}
.chat-meta { display: flex; flex-direction: column; gap: 2px; }
.chat-meta strong { font-size: 13.5px; color: var(--paper); font-weight: 700; }
.chat-meta em { font-style: normal; font-size: 11px; color: var(--green); display: flex; align-items: center; gap: 6px; }
.chat-msgs { display: flex; flex-direction: column; gap: 10px; }
.chat-msg { display: flex; }
.chat-msg p {
  max-width: 85%; padding: 11px 15px;
  font-size: 13.5px; line-height: 1.55;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--paper-dim); background: rgba(250, 246, 239, 0.04);
}
.chat-msg--user { justify-content: flex-end; }
.chat-msg--user p {
  background: rgba(230, 57, 70, 0.16);
  border-color: rgba(230, 57, 70, 0.3);
  color: var(--paper);
  border-bottom-right-radius: 4px;
}
.chat-msg--ai p { border-bottom-left-radius: 4px; }
.chat-typing {
  display: flex; gap: 5px; padding: 12px 16px; width: max-content;
  border: 1px solid var(--line); border-radius: 14px; border-bottom-left-radius: 4px;
  background: rgba(250, 246, 239, 0.04);
}
.chat-typing span {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--mute);
  animation: blink 1.2s ease-in-out infinite;
}
.chat-typing span:nth-child(2) { animation-delay: 0.15s; }
.chat-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes blink { 0%, 100% { opacity: 0.25; } 50% { opacity: 1; } }
.chat-input {
  margin-top: 18px; padding: 12px 16px;
  display: flex; align-items: center; justify-content: space-between;
  border: 1px solid var(--line); border-radius: 10px;
  font-size: 13px; color: var(--faint);
}
.chat-input b { color: var(--mute); font-weight: 400; }

.ai-cta { text-align: center; margin-top: clamp(48px, 7vh, 72px); }
.ai-cta p { max-width: 680px; margin: 0 auto 26px; font-size: 14.5px; color: var(--mute); }

/* ============ 05 PRICING (paper) ============ */
.sec--paper {
  background: var(--paper);
  color: rgba(7, 7, 8, 0.72);
  --line: rgba(7, 7, 8, 0.14);
  --line-strong: rgba(7, 7, 8, 0.26);
  --mute: rgba(7, 7, 8, 0.55);
  --faint: rgba(7, 7, 8, 0.35);
  --paper-dim: rgba(7, 7, 8, 0.72);
  color-scheme: light;
}
.sec--paper h2, .sec--paper h3, .sec--paper h4 { color: var(--ink); }
.sec--paper ::selection { background: var(--ink); color: var(--paper); }

.plans {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; border: 1px solid var(--line);
  background: var(--paper);
}
@media (max-width: 1023px) { .plans { grid-template-columns: 1fr; } }
.plan {
  position: relative;
  padding: clamp(30px, 3.4vw, 48px) clamp(24px, 2.6vw, 40px);
  display: flex; flex-direction: column;
  border-right: 1px solid var(--line);
}
.plan:last-child { border-right: 0; }
@media (max-width: 1023px) {
  .plan { border-right: 0; border-bottom: 1px solid var(--line); }
  .plan:last-child { border-bottom: 0; }
}
.plan-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--mute); margin-bottom: 14px;
}
.plan-name {
  font-size: clamp(36px, 3.6vw, 52px); font-weight: 800;
  letter-spacing: -0.03em; line-height: 1; margin-bottom: 14px;
}
.plan-headline { font-size: 15px; font-weight: 600; color: rgba(7, 7, 8, 0.82); margin-bottom: 12px; line-height: 1.45; }
.plan-tagline { font-size: 13.5px; line-height: 1.6; color: var(--mute); margin-bottom: 28px; }
.plan-price { display: flex; align-items: baseline; gap: 10px; }
.plan-price strong {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(56px, 5.4vw, 80px); line-height: 1;
  letter-spacing: -0.04em; color: var(--ink);
}
.plan-price span { font-size: 14px; font-weight: 500; color: var(--mute); }
.plan-fine { font-size: 12px; color: var(--faint); margin: 8px 0 26px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.plan-feats { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 32px; flex: 1; }
.plan-feats li {
  position: relative; padding-left: 22px;
  font-size: 13.5px; line-height: 1.5; color: rgba(7, 7, 8, 0.78);
}
.plan-feats li::before {
  content: "—"; position: absolute; left: 0; color: var(--coral); font-weight: 700;
}
.plan-feats li b { font-weight: 700; color: var(--ink); }

.plan--featured {
  background: var(--ink);
  color: rgba(250, 246, 239, 0.75);
  margin: -1px; z-index: 2;
  border: 1px solid var(--ink) !important;
  box-shadow: 0 30px 90px rgba(7, 7, 8, 0.35);
}
@media (min-width: 1024px) { .plan--featured { transform: translateY(-18px); padding-top: clamp(48px, 4.4vw, 64px); padding-bottom: clamp(48px, 4.4vw, 64px); } }
.plan--featured .plan-name, .plan--featured .plan-price strong { color: var(--paper); }
.plan--featured .plan-headline { color: rgba(250, 246, 239, 0.92); }
.plan--featured .plan-tagline { color: rgba(250, 246, 239, 0.55); }
.plan--featured .plan-eyebrow { color: var(--coral-soft); }
.plan--featured .plan-fine { color: rgba(250, 246, 239, 0.4); border-color: rgba(250, 246, 239, 0.12); }
.plan--featured .plan-feats li { color: rgba(250, 246, 239, 0.8); }
.plan--featured .plan-feats li b { color: var(--paper); }
.plan-stamp {
  position: absolute; top: 22px; right: 20px;
  padding: 8px 14px;
  border: 2px solid var(--coral); border-radius: 6px;
  color: var(--coral);
  font-family: var(--ff-display); font-weight: 800;
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  transform: rotate(7deg);
}

.plan-banner {
  margin-top: clamp(40px, 6vh, 64px);
  border: 1px solid rgba(180, 116, 8, 0.4);
  background: rgba(245, 158, 11, 0.1);
  padding: 22px 28px; text-align: center;
}
.plan-banner p { font-family: var(--ff-serif); font-style: italic; font-size: 15.5px; color: rgba(7, 7, 8, 0.75); max-width: 760px; margin: 0 auto; }
.plan-banner a { color: #b45309; font-weight: 600; font-style: normal; font-family: var(--ff-body); font-size: 14px; text-decoration: none; white-space: nowrap; }
.plan-banner a:hover { text-decoration: underline; }
.plan-note { text-align: center; margin-top: 30px; font-size: 14px; color: var(--mute); max-width: 640px; margin-left: auto; margin-right: auto; }
.plan-note a { color: var(--coral); font-weight: 600; text-decoration: none; }
.plan-note a:hover { text-decoration: underline; }

/* ============ 06 ROADMAP ============ */
.tl { position: relative; max-width: 880px; padding-left: clamp(36px, 5vw, 64px); }
.tl-line {
  position: absolute; left: 8px; top: 6px; bottom: 6px;
  width: 1px; background: var(--line);
}
.tl-line i {
  position: absolute; inset: 0;
  background: var(--grad-warm);
  transform: scaleY(0); transform-origin: top;
  display: block;
}
.tl-item { position: relative; padding: 0 0 clamp(40px, 6vh, 60px); }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute; left: calc(8px - clamp(36px, 5vw, 64px) - 4.5px); top: 7px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--ink); border: 2px solid var(--coral);
}
.tl-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.tl-step {
  font-size: 11px; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--mute);
}
.tl-month {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--amber);
  border: 1px solid rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.08);
  padding: 5px 12px; border-radius: 999px;
}
.tl-item h3 { font-size: clamp(22px, 2.4vw, 32px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 10px; }
.tl-item p { font-size: 14.5px; color: var(--mute); max-width: 56ch; }

/* ============ 07 CASES ============ */
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 980px) { .case-grid { grid-template-columns: 1fr; } }
.case {
  display: flex; flex-direction: column;
  background: var(--ink); text-decoration: none;
  padding: clamp(26px, 2.8vw, 40px);
  transition: background 0.4s var(--ease);
  position: relative; overflow: hidden;
}
.case::after {
  content: "↗"; position: absolute; top: 22px; right: 24px;
  font-size: 20px; color: var(--coral);
  opacity: 0; transform: translate(-8px, 8px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}
.case:hover { background: var(--ink-2); }
.case:hover::after { opacity: 1; transform: translate(0, 0); }
.case-chips { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.chip {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
}
.chip--coral { color: var(--coral-soft); border: 1px solid rgba(230, 57, 70, 0.35); background: rgba(230, 57, 70, 0.08); }
.chip-loc { font-size: 12px; color: var(--mute); }
.case h3 { font-size: clamp(24px, 2.2vw, 30px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 6px; }
.case-tag { font-size: 13px; color: var(--coral-soft); font-weight: 500; margin-bottom: 22px; }
.case-score {
  display: flex; align-items: center; gap: 18px;
  padding: 20px 0; margin-bottom: 20px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.cs-block { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 2px; }
.cs-block em {
  font-style: normal; font-size: 10px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint);
}
.cs-block strong {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(40px, 4vw, 56px); line-height: 1; letter-spacing: -0.03em;
}
.num--coral { color: var(--coral); }
.num--amber { color: var(--amber); }
.cs-block i { font-style: normal; font-size: 11px; font-weight: 700; color: var(--mute); }
.cs-block .i--amber { color: var(--amber); }
.cs-arrow { color: var(--coral); font-size: 20px; }
.case-intro { font-size: 13.5px; line-height: 1.65; color: var(--mute); margin-bottom: 22px; flex: 1; }
.case-link { font-size: 14px; font-weight: 600; color: var(--coral-soft); display: inline-flex; gap: 8px; align-items: center; }
.case-link b { font-weight: 400; transition: transform 0.3s var(--ease); }
.case:hover .case-link b { transform: translate(3px, -3px); }
.case-more { text-align: center; margin-top: clamp(40px, 6vh, 56px); }

/* ============ 08 TEAM ============ */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 48px); max-width: 1080px; }
@media (max-width: 820px) { .team-grid { grid-template-columns: 1fr; } }
.member-photo {
  aspect-ratio: 4 / 4.6; overflow: hidden;
  border: 1px solid var(--line);
  margin-bottom: 24px;
  background: var(--ink-2);
}
.member-photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  transform: scale(1.04);
  transition: filter 0.7s var(--ease), transform 0.9s var(--ease);
}
.member:hover .member-photo img { filter: grayscale(0); transform: scale(1); }
.member h3 { font-size: clamp(24px, 2.4vw, 32px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 6px; }
.member-role {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--coral);
  margin-bottom: 16px;
}
.member-bio { font-size: 14.5px; line-height: 1.75; color: var(--mute); max-width: 56ch; }

/* ============ 09 FAQ ============ */
.faq-list { max-width: 880px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 24px 0; text-align: left;
  font-family: var(--ff-display);
  font-size: clamp(17px, 1.8vw, 22px); font-weight: 600;
  letter-spacing: -0.01em; color: var(--paper);
  transition: color 0.25s;
}
.faq-q:hover { color: var(--coral-soft); }
.faq-q b {
  flex: none; width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-strong); border-radius: 50%;
  font-weight: 400; font-size: 18px; color: var(--mute);
  font-family: var(--ff-body);
  transition: transform 0.4s var(--ease), background 0.3s, color 0.3s, border-color 0.3s;
}
.faq-q[aria-expanded="true"] b {
  transform: rotate(45deg);
  background: rgba(230, 57, 70, 0.14);
  border-color: rgba(230, 57, 70, 0.4);
  color: var(--coral);
}
.faq-a { overflow: hidden; height: 0; }
.js-noanim .faq-a { height: auto; }
.faq-a p { padding: 2px 0 26px; font-size: 15px; line-height: 1.75; color: var(--mute); max-width: 680px; }

/* ============ 10 CONTACT ============ */
.contact { text-align: center; }
.contact-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-bottom: clamp(36px, 5vh, 52px); }
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 24px; border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-size: 14px; font-weight: 500; color: var(--paper-dim);
  text-decoration: none;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}
.pill b { color: var(--coral); font-weight: 400; }
.pill:hover { border-color: rgba(230, 57, 70, 0.5); background: rgba(230, 57, 70, 0.08); color: var(--paper); }

.cform {
  max-width: 720px; margin: 0 auto; text-align: left;
  border: 1px solid var(--line);
  background: var(--ink-2);
  padding: clamp(26px, 3.4vw, 44px);
}
.cform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 640px) { .cform-grid { grid-template-columns: 1fr; } }
.cform label {
  display: flex; flex-direction: column; gap: 9px;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--mute);
}
.cform label span { color: var(--coral); }
.cform-full { grid-column: 1 / -1; }
.cform input, .cform textarea {
  font-family: var(--ff-body); font-size: 15px; color: var(--paper);
  background: rgba(250, 246, 239, 0.04);
  border: 1px solid var(--line);
  padding: 15px 16px;
  border-radius: 0;
  transition: border-color 0.25s, background 0.25s;
  letter-spacing: normal; text-transform: none;
}
.cform input::placeholder, .cform textarea::placeholder { color: var(--faint); }
.cform input:focus, .cform textarea:focus {
  outline: none;
  border-color: rgba(230, 57, 70, 0.6);
  background: rgba(250, 246, 239, 0.06);
}
.cform textarea { resize: vertical; min-height: 130px; }
.cform-btn { width: 100%; margin-top: 26px; }
.cform-status { margin-top: 14px; font-size: 13.5px; color: var(--green); text-align: center; min-height: 1em; }
.cform-fine { margin-top: 14px; font-size: 12px; color: var(--faint); text-align: center; }
.cform-fine a { color: var(--mute); }

/* ============ FOOTER ============ */
.ftr { border-top: 1px solid var(--line); background: var(--ink); position: relative; }
.ftr-mq { padding: clamp(36px, 7vh, 84px) 0 clamp(20px, 4vh, 48px); }
.ftr-grid {
  max-width: 1380px; margin: 0 auto;
  padding: 0 var(--pad-x) clamp(40px, 6vh, 64px);
  display: grid; grid-template-columns: 1.6fr 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
}
@media (max-width: 820px) { .ftr-grid { grid-template-columns: 1fr; } }
.ftr-logo {
  font-family: var(--ff-display); font-weight: 700; font-size: 17px;
  color: var(--paper); margin-bottom: 16px;
}
.ftr-logo span { color: var(--coral); }
.ftr-blurb { font-size: 14px; color: var(--mute); max-width: 360px; }
.ftr-col { display: flex; flex-direction: column; gap: 11px; }
.ftr-col h4 {
  font-size: 11px; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--faint); margin-bottom: 8px;
}
.ftr-col a {
  font-size: 14px; color: var(--mute); text-decoration: none;
  width: max-content;
  transition: color 0.25s;
}
.ftr-col a:hover { color: var(--paper); }
.ftr-col p { font-size: 14px; color: var(--mute); line-height: 1.7; }
.ftr-bottom {
  max-width: 1380px; margin: 0 auto;
  padding: 24px var(--pad-x) 30px;
  border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 32px;
  font-size: 12.5px; color: var(--faint);
}
.ftr-bottom a { color: var(--faint); text-decoration: none; }
.ftr-bottom a:hover { color: var(--paper-dim); }
.ftr-made { margin-left: auto; }
.ftr-made i { font-style: normal; color: var(--coral); }

/* ============ MOTION SAFETY ============ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
  .js #preloader { display: none; }
  #heroGL { display: none; }
  .gl-on .hero-fallback { display: block; }
}
