


.has-plate { position: relative; isolation: isolate; }
.has-plate > .container { position: relative; z-index: 1; }


.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(84px, 12vh, 112px) var(--page-x) clamp(40px, 7vh, 64px);
  background: var(--ink);
  color: var(--paper);
  isolation: isolate;
}

.hero .plate__img {
  transform:
    translate3d(calc(var(--hero-px) * 24px), calc(var(--hero-y) * -60px + var(--hero-py) * 16px), 0)
    scale(calc(1.05 + (var(--hero-y) * .06)));
  opacity: .9;
}
.hero .plate__scrim {
  background:
    radial-gradient(circle at 62% 48%, rgba(242, 237, 227, .14), transparent 26%),
    linear-gradient(90deg, rgba(20, 24, 30, .95), rgba(20, 24, 30, .28) 52%, rgba(20, 24, 30, .82)),
    linear-gradient(to bottom, rgba(20, 24, 30, .72), rgba(20, 24, 30, .1) 40%, rgba(20, 24, 30, .88));
}

.hero__content {
  position: relative;
  z-index: 3;
  width: min(1220px, 100%);
  margin-inline: auto;
  display: grid;
  gap: clamp(18px, 3.2vh, 40px);
  justify-items: center;
  text-align: center;
}
.hero__title { max-width: none; margin-inline: auto; display: grid; justify-items: center; }
.hero__title .eyebrow { justify-content: center; }

.hero__title h1 { font-size: clamp(30px, 3.6vw, 54px); line-height: 1.04; letter-spacing: -0.012em; }
.hero__title h1 .hero-h1__line { display: block; white-space: nowrap; }

.hero__title h1 .hero-h1__resolve { color: var(--sage-soft); font-family: var(--serif); font-variation-settings: normal; font-style: italic; }
.hero__title .lead { max-width: 700px; margin-inline: auto; margin-top: clamp(8px, 1.6vh, 20px); color: rgba(242, 237, 227, .82); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

.hero__scroll {
  position: absolute;
  left: var(--page-x);
  bottom: 22px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 120px;
  align-items: center;
  gap: 12px;
  color: rgba(242, 237, 227, .6);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero__scroll i { height: 1px; background: rgba(242, 237, 227, .24); }
.hero__scroll i::before {
  content: "";
  display: block;
  width: 38%;
  height: 100%;
  background: var(--verdigris-bright);
  animation: scroll-line 1.8s ease-in-out infinite;
}
@keyframes scroll-line { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(190%); } }


.hero__layout { display: grid; gap: clamp(16px, 2.6vh, 34px); justify-items: center; text-align: center; }
.hero__layout .hero__actions { margin-top: clamp(14px, 2.4vh, 28px); justify-content: center; }

.hero-chain { display: grid; gap: clamp(16px, 2.4vh, 24px); justify-items: center; width: 100%; }


.hero-chain__switch {
  --ns: 1;
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 66px; padding: 14px clamp(56px, 8vw, 66px);
  border: 2px solid var(--oxide-bright); border-radius: 999px;
  background: rgba(232, 226, 213, .08); color: var(--paper);
  font-family: var(--display); font-variation-settings: "opsz" 40, "wght" 600, "SOFT" 0, "WONK" 0;
  font-size: clamp(23px, 2.4vw, 33px); letter-spacing: -0.01em; line-height: 1;
  cursor: pointer; transform: scale(var(--ns));
  transition: background .25s ease, border-color .4s ease, box-shadow .3s ease, transform .18s cubic-bezier(.2, .8, .18, 1);
}
.hero-chain__switch:hover { --ns: 1.04; background: rgba(232, 226, 213, .14); }
.hero-chain__switch:focus-visible { outline: 2px solid var(--oxide-bright); outline-offset: 5px; }


.hero-chain__fill {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(90deg, rgba(124, 137, 117, .34), rgba(91, 158, 141, .22));
  transform: scaleX(0); transform-origin: left;
}
.hero-chain.is-armed .hero-chain__fill { transition: transform .55s cubic-bezier(.4, 0, .2, 1); }
.hero-chain.is-stratyou .hero-chain__fill { transform: scaleX(1); }


.hero-chain__thumb {
  position: absolute; left: 7px; top: 50%; z-index: 2; width: 46px; height: 46px; margin-top: -23px;
  border-radius: 50%; background: var(--oxide-bright); box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  display: grid; place-items: center;
}
.hero-chain__thumb::after { content: ""; width: 15px; height: 10px; border: 1.7px solid var(--ink); border-radius: 4px; opacity: .85; }
.hero-chain.is-armed .hero-chain__thumb { transition: left .5s cubic-bezier(.5, 0, .2, 1), background .4s ease; }
.hero-chain.is-stratyou .hero-chain__thumb { left: calc(100% - 53px); background: var(--verdigris-bright); }


.hero-chain__word { position: relative; z-index: 1; display: inline-grid; place-items: center; }
.hero-chain__word > * { grid-area: 1 / 1; }
.hero-chain__sizer { visibility: hidden; }

.hero-chain__live { display: inline-flex; align-items: center; white-space: nowrap; }
.hero-chain__strat { display: inline-block; overflow: hidden; white-space: nowrap; max-width: 0; opacity: 0; transform: translateX(-6px); color: var(--sage-soft); }
.hero-chain.is-stratyou .hero-chain__strat { max-width: 6ch; opacity: 1; transform: none; }
.hero-chain.is-armed .hero-chain__strat { transition: max-width .46s cubic-bezier(.2, .8, .18, 1), opacity .32s ease, transform .46s cubic-bezier(.2, .8, .18, 1); }

.hero-chain.is-you.is-armed .hero-chain__switch { animation: switch-invite 2.8s ease-in-out infinite; }
.hero-chain.is-stratyou .hero-chain__switch { border-color: var(--sage-soft); }
@keyframes switch-invite {
  0%, 100% { box-shadow: 0 0 0 0 rgba(206, 106, 102, 0); }
  50% { box-shadow: 0 0 0 8px rgba(206, 106, 102, .13); }
}


.hero-chain__tracks { display: grid; gap: clamp(16px, 2.4vh, 22px); width: min(470px, 100%); }

.htrack {
  display: grid;
  grid-template-columns: minmax(60px, 1fr) clamp(130px, 34vw, 210px) minmax(60px, 1fr);
  align-items: center;
  column-gap: clamp(18px, 3.4vw, 32px);
}
.htrack__end {
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(242, 237, 227, .8);
}
.htrack > .htrack__end:first-child { text-align: right; }
.htrack__line { position: relative; height: 1px; background: rgba(242, 237, 227, .22); }

.htrack__dot {
  position: absolute; top: 50%; margin-top: -6px; width: 12px; height: 12px; box-sizing: border-box;
  border-radius: 50%; border: 1.6px solid var(--oxide-bright); background: var(--ink);
}
.htrack__dot--a { left: -6px; }
.htrack__dot--b { right: -6px; }
.hero-chain.is-stratyou .htrack__dot--a { left: calc(50% - 12px); }
.hero-chain.is-stratyou .htrack__dot--b { right: calc(50% - 12px); }
.hero-chain.is-stratyou .htrack__dot { border-color: var(--verdigris-bright); }
.hero-chain.is-stratyou .htrack__end { color: var(--sage-soft); }

.hero-chain.is-armed .htrack__dot { transition: left 1.05s cubic-bezier(.22, .7, .2, 1), right 1.05s cubic-bezier(.22, .7, .2, 1), border-color 1.05s ease; }
.hero-chain.is-armed .htrack__end { transition: color 1s ease; }

.hero-chain.is-stratyou.is-armed .htrack__line::after {
  content: ""; position: absolute; top: 50%; left: 0; width: 8px; height: 2px; margin-top: -1px;
  background: var(--verdigris-bright);
  animation: htrack-pulse 2.4s cubic-bezier(.4, 0, .2, 1) infinite;
}
@keyframes htrack-pulse { 0% { left: 0; opacity: 0; } 18% { opacity: 1; } 82% { opacity: 1; } 100% { left: 100%; opacity: 0; } }

.hero-chain__status { min-height: 1.4em; font-size: clamp(13px, 1.4vw, 16px); letter-spacing: .12em; text-transform: uppercase; color: rgba(242, 237, 227, .66); }
.hero-chain__status .is-leak { color: var(--oxide-bright); }
.hero-chain__status .is-improve { color: var(--verdigris-bright); }

@media (prefers-reduced-motion: reduce) {
  .hero-chain__strat, .hero-chain__fill, .hero-chain__thumb, .htrack__dot, .htrack__end { transition: none !important; }
  .hero-chain.is-stratyou.is-armed .htrack__line::after { animation: none !important; display: none; }
  .hero-chain.is-you.is-armed .hero-chain__switch { animation: none !important; }
}


.issues,
.tackles,
.rules,
.howto,
.audit,
.founder,
.contact { position: relative; padding: clamp(88px, 12vw, 170px) 0; }

.section-head { width: min(880px, 100%); margin-bottom: clamp(44px, 6vw, 72px); }
.section-head p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(20, 24, 30, .72);
  font-size: 20px;
}

.issues h2,
.tackles h2,
.howto h2,
.founder h2,
.contact h2 { font-size: clamp(30px, 3.8vw, 48px); line-height: 1.04; }


.pairs { display: grid; gap: clamp(26px, 4vw, 44px); max-width: 940px; }
.pairs--wide { gap: clamp(30px, 4.4vw, 54px); }
.pair {
  display: grid;
  grid-template-columns: clamp(40px, 5vw, 56px) 16px minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 24px);
  align-items: start;
}
.pair__idx { font-family: var(--mono); font-size: clamp(20px, 2.2vw, 26px); font-weight: 600; letter-spacing: .04em; padding-top: .3em; }
.pair__marker { width: 15px; height: 15px; margin-top: .62em; border-radius: 2px; }
.pair__txt {
  display: block;
  font-family: var(--display); font-variation-settings: "opsz" 72, "wght" 470, "SOFT" 0, "WONK" 0;
  font-size: clamp(26px, 3.3vw, 46px); line-height: 1.1; letter-spacing: -0.01em; color: var(--ink);
}
.pair__body { display: grid; gap: 14px; }
.pair__sub { color: rgba(20, 24, 30, .66); font-family: var(--serif); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.5; max-width: 620px; }
.pair--fault .pair__idx { color: var(--oxide); }
.pair--fault .pair__marker { background: var(--oxide); }
.pair--go .pair__idx { color: var(--verdigris); }
.pair--go .pair__marker { background: var(--verdigris); }


.issues { background: var(--paper); }
.issues__note { margin-top: clamp(40px, 5vw, 64px); max-width: 760px; color: rgba(20, 24, 30, .74); font-size: clamp(18px, 1.6vw, 21px); line-height: 1.55; }


.tackles { background: var(--bone); }
.tackles__integration {
  margin-top: clamp(40px, 5vw, 64px); max-width: 840px;
  font-family: var(--serif); font-style: italic; font-size: clamp(22px, 2.4vw, 34px); line-height: 1.32; color: var(--ink);
}
.tackles__integration .is-improve { color: var(--verdigris); font-style: italic; }


.rules { background: var(--ink); color: var(--paper); overflow: hidden; isolation: isolate; }
.rules__field {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(140% 120% at 78% 84%, rgba(43, 90, 82, .16), rgba(20, 24, 30, 0) 55%),
    radial-gradient(100% 80% at 16% 12%, rgba(177, 144, 82, .07), rgba(20, 24, 30, 0) 50%);
}
.rules > .container { position: relative; z-index: 1; }
.rules__head { font-size: clamp(40px, 7vw, 88px); line-height: 1.22; letter-spacing: -0.01em; margin-top: 6px; }
.rules__sub { margin-top: clamp(24px, 3vw, 40px); font-size: clamp(20px, 2.4vw, 33px); color: var(--bone); }

.brush { position: relative; display: inline-block; line-height: 1; color: var(--ink); z-index: 0; padding: 0 .06em; }
.brush svg { position: absolute; z-index: -1; left: -4%; top: 4%; width: 108%; height: 90%; pointer-events: none; }


.howto { background: var(--paper); }
.howto__steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px; border: 1px solid var(--line-strong); background: var(--line-strong);
}
.howto__steps li {
  display: grid; gap: 10px; align-content: start;
  padding: clamp(22px, 2.6vw, 34px); background: var(--paper);
  border-top: 2px solid var(--verdigris);
}
.howto__steps .mono { color: var(--brass); }
.howto__steps h3 { font-size: clamp(20px, 2vw, 27px); line-height: 1.12; }
.howto__steps p { color: rgba(20, 24, 30, .72); font-size: 17px; line-height: 1.45; }
.howto__note { margin-top: clamp(26px, 3vw, 40px); color: var(--verdigris); letter-spacing: .04em; }


.audit { background: var(--ink); color: var(--paper); }
.audit__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr) 360px;
  gap: 1px;
  border: 1px solid var(--line-light);
  background: var(--line-light);
}
.audit__intro,
.audit-board,
.audit-result { padding: clamp(24px, 4vw, 42px); background: var(--ink); }
.audit__intro p:not(.eyebrow) { margin-top: 20px; color: rgba(242, 237, 227, .72); font-size: 20px; }

.audit-board { display: grid; padding: 0; background: var(--ink); align-content: start; }
.audit-board > * + * { border-top: 1px solid var(--line-light); }
.audit-board__group {
  padding: 18px 20px 8px; background: var(--ink);
  color: var(--brass); font-size: 10px; letter-spacing: .14em;
}
.audit-board label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px 30px;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 16px 20px;
  background: var(--ink);
}
.audit-board span { color: rgba(242, 237, 227, .84); }
.audit-board input { width: 100%; accent-color: var(--verdigris-bright); }
.audit-board output { font-family: var(--mono); color: var(--brass); }
.audit-result {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 22px;
  overflow: hidden;
  isolation: isolate;
}

.audit-result > *:not(.plate) { position: relative; z-index: 2; }
.audit-result .plate__draw { background: var(--ink); }
.audit-result .plate__img { object-position: center top; }
.audit-result .plate__scrim { background: linear-gradient(rgba(20, 24, 30, .64), rgba(20, 24, 30, .97) 78%); }
.audit-result > .mono { color: rgba(242, 237, 227, .6); }
.audit-result p:not(.mono) { color: rgba(242, 237, 227, .82); font-size: 18px; line-height: 1.5; }


.gapbars { display: grid; gap: 20px; }
.gapbar {
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto; column-gap: 16px; row-gap: 9px; align-items: center;
}
.gapbar__label { grid-column: 1; grid-row: 1; color: rgba(242, 237, 227, .84); letter-spacing: .1em; }
.gapbar i { grid-column: 1; grid-row: 2; display: block; height: 7px; background: rgba(242, 237, 227, .16); overflow: hidden; }
.gapbar b { display: block; width: var(--gap, 0%); height: 100%; background: var(--slate); transition: width .55s cubic-bezier(.2, .8, .18, 1), background .4s ease; }
.gapbar__val { grid-column: 2; grid-row: 1 / 3; align-self: center; font-family: var(--display); font-variation-settings: "opsz" 96, "wght" 560, "SOFT" 0, "WONK" 0; font-size: clamp(30px, 4vw, 46px); line-height: .85; color: var(--bone); transition: color .4s ease; }
.gapbar.is-wider b { background: var(--oxide); }
.gapbar.is-wider .gapbar__val { color: var(--oxide-bright); }
.gapbar.is-tighter b { background: var(--verdigris-bright); }
.gapbar.is-tighter .gapbar__val { color: var(--verdigris-bright); }


.founder { background: var(--paper); }
.founder__grid { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1fr); gap: clamp(36px, 7vw, 90px); align-items: end; }
.founder figure { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--bone); }
.founder figcaption {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 18px;
  padding: 8px 10px;
  background: rgba(20, 24, 30, .82);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.founder p:not(.eyebrow) { max-width: 760px; margin-top: 28px; color: rgba(20, 24, 30, .74); font-size: 21px; line-height: 1.48; }
.founder .founder__signature { margin-top: 22px; color: var(--oxide); font-family: var(--mono); font-size: 11px; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }

.founder__figure { font-family: var(--display); font-variation-settings: "opsz" 144, "wght" 560, "SOFT" 0, "WONK" 0; font-size: 1.55em; line-height: .8; color: var(--verdigris); }


.contact { overflow: hidden; background: var(--ink); color: var(--paper); }
.contact .plate__scrim {
  background: linear-gradient(90deg, rgba(20, 24, 30, .96), rgba(20, 24, 30, .5), rgba(20, 24, 30, .92));
}
.contact .plate__img { opacity: .24; }
.contact__grid { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: clamp(40px, 7vw, 100px); align-items: end; }
.contact p:not(.eyebrow):not(.mono) { max-width: 680px; margin-top: 24px; color: rgba(242, 237, 227, .74); font-size: 21px; }
.contact__follow { margin-top: 26px; color: var(--sage-soft); letter-spacing: .08em; line-height: 1.7; }
.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line-light);
  background: rgba(20, 24, 30, .52);
  backdrop-filter: blur(18px);
}
.contact-form label { display: grid; gap: 8px; color: rgba(242, 237, 227, .74); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(242, 237, 227, .22);
  background: rgba(242, 237, 227, .08);
  color: var(--paper);
  padding: 12px;
  font-family: var(--serif);
  font-size: 17px;
  text-transform: none;
}
.contact-form .turnstile { min-height: 65px; }
.contact-form__status { min-height: 1.25rem; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; }
.contact-form__status .is-error { color: var(--oxide-bright); }
.contact-form__status .is-meta { color: rgba(242, 237, 227, .55); letter-spacing: .12em; text-transform: uppercase; }
.contact-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-success { display: grid; gap: 12px; padding: 24px; border: 1px solid var(--line-light); background: rgba(20, 24, 30, .5); backdrop-filter: blur(16px); }
.contact-success h3 { color: var(--paper); }
.contact-success p { color: rgba(242, 237, 227, .75); }


@media (max-width: 1120px) {
  .howto__steps,
  .audit__grid,
  .founder__grid,
  .contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .hero { min-height: 100svh; display: block; padding: 94px 18px 40px; }
  .hero__content { gap: 26px; }
  .hero__title h1 { font-size: clamp(32px, 8.2vw, 50px); line-height: 1.0; text-wrap: balance; }
  .hero__title h1 .hero-h1__line { white-space: normal; }
  .hero__title .lead { font-size: 18px; }
  .hero__actions { display: grid; width: 100%; }
  .htrack { grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr); gap: 10px; }
  .htrack__end { font-size: 10px; }
  .hero__scroll { display: none; }
  .issues, .tackles, .rules, .howto, .audit, .founder, .contact { padding: 78px 0; }
  .section-head { margin-bottom: 38px; }
  .pair { grid-template-columns: 34px 13px minmax(0, 1fr); gap: 13px; }
  .pair__txt { font-size: clamp(25px, 7vw, 34px); }
  .rules__head { font-size: clamp(40px, 11vw, 60px); }
  .audit-board label { grid-template-columns: 1fr 30px; }
  .audit-board input { grid-column: 1 / -1; order: 3; }
  .contact-form { padding: 18px; }
}


@media (min-width: 721px) and (max-height: 760px) {
  .hero__title h1 { font-size: clamp(28px, 3.0vw, 44px); }
  .hero__content { gap: clamp(12px, 2vh, 22px); }
  .hero-chain__tracks { width: min(380px, 100%); }
}
