@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/instrument-serif.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/instrument-serif-italic.woff2") format("woff2");
  font-weight: 400; font-style: italic; font-display: swap;
}

.home {
  --sand: #F6F1E8;
  --sand-2: #EDE5D6;
  --sand-3: #E3D9C6;
  --paper: #FFFCF6;
  --ink: #0B1A13;
  --ink-2: #4C5C53;
  --ink-3: #5F6C63;
  --green: #06A76B;
  --green-deep: #05744E;
  --green-soft: #E2F4EC;
  --night: #071310;
  --night-2: #0E2019;
  --night-line: #1B322A;
  --amber: #E8A93B;
  --red: #DC5B57;
  --serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  --wrap: 1200px;
}

.home * { box-sizing: border-box; }
.home {
  margin: 0; background: var(--sand); color: var(--ink);
  font-family: var(--sans); font-size: 16px; line-height: 1.55;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
.home img { max-width: 100%; display: block; }
.home a { color: inherit; text-decoration: none; }
.home ::selection { background: var(--green); color: #fff; }

.skip { position: absolute; left: 16px; top: -100px; z-index: 200; padding: 10px 16px; border-radius: 10px; background: var(--ink); color: #fff; font-weight: 600; font-size: 14px; box-shadow: 0 10px 30px rgba(7,19,16,.25); }
.skip:focus { top: 16px; outline: 2px solid var(--green); outline-offset: 2px; }
.home :focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 6px; }
#main:focus { outline: 0; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }

.dsp {
  font-family: var(--serif); font-weight: 400; letter-spacing: -.015em;
  line-height: 1.02; margin: 0;
}
.dsp em { font-style: italic; color: var(--green-deep); }
.h-xl { font-size: clamp(46px, 7.4vw, 104px); }
.h-lg { font-size: clamp(34px, 4.6vw, 62px); }
.h-md { font-size: clamp(26px, 3vw, 40px); }
.lede { font-size: clamp(16px, 1.45vw, 19px); color: var(--ink-2); line-height: 1.62; }
.eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--green-deep); display: inline-flex; align-items: center; gap: 9px;
}
.eyebrow::before { content: ""; width: 18px; height: 1px; background: currentColor; }
.eyebrow--c { justify-content: center; }
.eyebrow--c::before { display: none; }

.btn2 {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 50px; padding: 0 26px; border-radius: 999px; border: 1px solid transparent;
  font-size: 15px; font-weight: 600; cursor: pointer; white-space: nowrap;
  transition: transform .18s cubic-bezier(.34,1.3,.64,1), background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.home .btn2--go { background: var(--green); color: #fff; box-shadow: 0 6px 18px rgba(6,167,107,.26); }
.home .btn2--go:hover { background: var(--green-deep); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(6,167,107,.32); }
.home .btn2--ghost { border-color: var(--sand-3); color: var(--ink); background: transparent; }
.home .btn2--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.home .btn2--night { background: #fff; color: var(--ink); }
.home .btn2--night:hover { transform: translateY(-2px); }
.home .btn2--wire { border-color: rgba(255,255,255,.24); color: #fff; background: transparent; font-family: inherit; }
.home .btn2--wire:hover { border-color: #fff; transform: translateY(-2px); }
.btn2 svg { transition: transform .2s ease; }
.btn2:hover svg { transform: translateX(3px); }

.hnav {
  position: sticky; top: 0; z-index: 60; height: 72px;
  display: flex; align-items: center;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
  border-bottom: 1px solid transparent;
}
.hnav.is-stuck {
  background: rgba(246,241,232,.82); backdrop-filter: saturate(1.6) blur(14px);
  border-bottom-color: var(--sand-3);
}
.hnav__in { display: flex; align-items: center; gap: 32px; width: 100%; }
.hnav__brand { display: flex; align-items: center; gap: 10px; font-weight: 650; font-size: 17px; letter-spacing: -.02em; }
.hnav__links { display: flex; align-items: center; gap: 6px; margin-left: 14px; }
.home .hnav__link, .fly__btn {
  font-size: 14.5px; color: var(--ink-2); font-weight: 520; position: relative;
  padding: 8px 12px; border-radius: 999px; border: 0; background: transparent; font-family: inherit;
  cursor: pointer; display: inline-flex; align-items: center; gap: 6px; line-height: 1;
  transition: background .18s ease, color .18s ease;
}
.home .hnav__link:hover, .fly__btn:hover, .fly.is-open .fly__btn { color: var(--ink); background: var(--sand-2); }
.home .hnav__link[aria-current="page"] { color: var(--ink); font-weight: 620; }
.fly__caret { transition: transform .22s cubic-bezier(.4,0,.2,1); opacity: .7; }
.fly.is-open .fly__caret { transform: rotate(180deg); }
.fly { position: relative; }
.fly__panel {
  position: absolute; left: 0; top: calc(100% + 10px); min-width: 300px;
  background: var(--paper); border: 1px solid var(--sand-3); border-radius: 18px; padding: 8px;
  box-shadow: 0 24px 60px rgba(11,26,19,.14), 0 2px 6px rgba(11,26,19,.06);
  opacity: 0; transform: translateY(-6px) scale(.98); transform-origin: top left; pointer-events: none;
  transition: opacity .2s ease, transform .22s cubic-bezier(.4,0,.2,1); z-index: 70;
}
.fly__panel::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.fly.is-open .fly__panel { opacity: 1; transform: none; pointer-events: auto; }
.fly__panel--wide { min-width: 560px; display: grid; grid-template-columns: 1fr 232px; gap: 8px; }
.fly__col { display: flex; flex-direction: column; gap: 2px; }
.fly__item {
  display: flex; align-items: flex-start; gap: 12px; padding: 11px 12px; border-radius: 12px;
  transition: background .16s ease;
}
.fly__item:hover, .fly__item[aria-current="page"] { background: var(--sand-2); }
.fly__item > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.fly__item b { font-size: 14px; font-weight: 620; color: var(--ink); letter-spacing: -.01em; }
.fly__item em { font-style: normal; font-size: 12.5px; color: var(--ink-3); }
.fly__ic { width: 34px; height: 34px; border-radius: 10px; background: var(--green-soft); color: var(--green-deep); display: grid; place-items: center; flex: none; }
.fly__feat {
  display: flex; flex-direction: column; gap: 8px; padding: 18px 18px 16px; border-radius: 14px;
  background: var(--ink); color: #EAF2ED; transition: transform .2s ease;
}
.fly__feat:hover { transform: translateY(-2px); }
.fly__feat-k { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: #56D8A0; }
.fly__feat-t { font-size: 13px; line-height: 1.55; color: #B9C8BF; }
.fly__feat-cta { margin-top: auto; padding-top: 10px; font-size: 13.5px; font-weight: 620; color: #fff; display: inline-flex; align-items: center; gap: 6px; }

.hnav__burger { display: none; width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--sand-3); background: transparent; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; }
.hnav__burger span { display: block; width: 18px; height: 1.8px; background: var(--ink); border-radius: 2px; transition: transform .22s ease, opacity .18s ease; }
.hnav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.8px) rotate(45deg); }
.hnav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hnav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.8px) rotate(-45deg); }

.mnav { position: fixed; inset: 0; z-index: 90; }
.mnav__scrim { position: absolute; inset: 0; background: rgba(11,26,19,.42); backdrop-filter: blur(2px); opacity: 0; transition: opacity .24s ease; }
.mnav__panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(380px, 88vw); background: var(--sand);
  padding: 20px 24px 32px; overflow-y: auto; transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1); box-shadow: -20px 0 60px rgba(11,26,19,.18);
}
.mnav.is-open .mnav__scrim { opacity: 1; }
.mnav.is-open .mnav__panel { transform: none; }
.mnav__top { display: flex; align-items: center; justify-content: space-between; height: 40px; margin-bottom: 26px; }
.mnav__close { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--sand-3); background: var(--paper); color: var(--ink); cursor: pointer; display: grid; place-items: center; }
.mnav__group { padding: 16px 0; border-top: 1px solid var(--sand-3); }
.mnav__group:first-of-type { border-top: 0; padding-top: 0; }
.mnav__h { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; margin-bottom: 8px; }
.mnav__group a { display: block; padding: 10px 0; font-size: 16px; color: var(--ink-2); font-weight: 500; }
.mnav__group a[aria-current="page"] { color: var(--green-deep); font-weight: 620; }
.mnav__group a.mnav__big { font-family: var(--serif); font-size: 26px; color: var(--ink); padding: 8px 0; letter-spacing: -.015em; }
.mnav__group a.mnav__big[aria-current="page"] { color: var(--green-deep); }
.mnav__cta { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.mnav__cta .btn2 { width: 100%; }
body.mnav-lock { overflow: hidden; }
.hnav__end { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.hnav__end .btn2 { height: 40px; padding: 0 18px; font-size: 14px; }
.home .hnav__signin { font-size: 14.5px; font-weight: 550; color: var(--ink-2); }
.hnav__signin:hover { color: var(--ink); }

.hero { position: relative; padding: 78px 0 96px; overflow: hidden; }
.hero__grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(var(--sand-2) 1px, transparent 1px), linear-gradient(90deg, var(--sand-2) 1px, transparent 1px);
  background-size: 56px 56px; opacity: .55;
  mask-image: radial-gradient(120% 80% at 62% 32%, #000 30%, transparent 78%);
  -webkit-mask-image: radial-gradient(120% 80% at 62% 32%, #000 30%, transparent 78%);
}
.hero__in { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.hero__copy { max-width: 620px; }
.hero__title { margin: 20px 0 0; }
.hero__lede { margin: 24px 0 0; max-width: 480px; }
.hero__cta { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero__note { margin-top: 18px; font-size: 13.5px; color: var(--ink-3); display: flex; align-items: center; gap: 8px; }
.hero__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(6,167,107,.5); animation: pulse 2.4s infinite; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(6,167,107,.5); }
  70% { box-shadow: 0 0 0 9px rgba(6,167,107,0); }
  100% { box-shadow: 0 0 0 0 rgba(6,167,107,0); }
}

.plan {
  position: relative; background: var(--paper); border: 1px solid var(--sand-3);
  border-radius: 20px; padding: 16px; box-shadow: 0 24px 60px rgba(11,26,19,.09);
}
.plan__bar { display: flex; align-items: center; gap: 7px; padding: 2px 4px 12px; }
.plan__pip { width: 9px; height: 9px; border-radius: 50%; background: var(--sand-3); }
.plan__name { margin-left: 8px; font-size: 12px; font-family: var(--mono); color: var(--ink-3); }
.plan__tag {
  margin-left: auto; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--green-deep); background: var(--green-soft); padding: 4px 10px; border-radius: 999px;
}
.plan svg { display: block; width: 100%; height: auto; border-radius: 12px; background: #FDFBF7; }
.plan__read {
  position: absolute; right: -14px; bottom: 40px; background: var(--ink); color: #fff;
  border-radius: 12px; padding: 11px 15px; box-shadow: 0 14px 34px rgba(11,26,19,.28);
  font-size: 12px; line-height: 1.35; min-width: 132px;
}
.plan__read b { display: block; font-size: 19px; font-weight: 600; letter-spacing: -.01em; font-family: var(--mono); }
.plan__read span { color: #94A79D; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; }

.tickerband { border-block: 1px solid var(--sand-3); background: var(--paper); padding: 15px 0; overflow: hidden; }
.ticker { display: flex; gap: 0; width: max-content; animation: slide 40s linear infinite; }
.ticker__row { display: flex; align-items: center; gap: 34px; padding-right: 34px; }
.ticker__row span { font-size: 13px; font-weight: 550; color: var(--ink-3); white-space: nowrap; letter-spacing: .01em; }
.ticker__row i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); opacity: .55; }
@keyframes slide { to { transform: translateX(-50%); } }
.tickerband:hover .ticker { animation-play-state: paused; }

.sec { padding: 104px 0; }
.sec__head { max-width: 640px; margin-bottom: 52px; }
.sec__head .dsp { margin-top: 16px; }
.sec__head .lede { margin-top: 18px; }
.sec--center .sec__head { margin-left: auto; margin-right: auto; text-align: center; }
.sec--center .eyebrow::before { display: none; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { padding: 26px 0 0; border-top: 2px solid var(--ink); }
.stat:nth-child(n+2) { border-top-color: var(--sand-3); }
.stat__n { font-family: var(--serif); font-size: clamp(38px, 4.4vw, 58px); line-height: 1; letter-spacing: -.02em; }
.stat__n i { font-style: normal; font-size: .5em; color: var(--green-deep); vertical-align: super; margin-left: 2px; }
.stat__l { margin-top: 10px; font-size: 13.5px; color: var(--ink-2); max-width: 210px; }

.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.bcard {
  position: relative; background: var(--paper); border: 1px solid var(--sand-3);
  border-radius: 18px; padding: 26px; overflow: hidden;
  transition: transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s ease, border-color .3s ease;
}
.bcard:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(11,26,19,.10); border-color: var(--sand-3); }
.bcard--w3 { grid-column: span 3; }
.bcard--w2 { grid-column: span 2; }
.bcard--w4 { grid-column: span 4; }
.bcard__k { font-size: 19px; font-weight: 640; letter-spacing: -.015em; margin: 0 0 8px; }
.bcard__t { font-size: 14.5px; color: var(--ink-2); margin: 0; max-width: 40ch; line-height: 1.6; }
.bcard__art { margin-top: 22px; border-radius: 12px; overflow: hidden; background: #FDFBF7; border: 1px solid var(--sand-2); }
.bcard__art svg { display: block; width: 100%; height: auto; }
.bcard__badge {
  position: absolute; top: 22px; right: 22px; font-size: 10.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3);
  border: 1px solid var(--sand-3); border-radius: 999px; padding: 4px 10px;
}

.night { background: var(--night); color: #EAF2ED; position: relative; overflow: hidden; }
.night .lede { color: #92A79B; }
.night .eyebrow { color: #56D8A0; }
.night .dsp em { color: #56D8A0; }
.night__glow {
  position: absolute; width: 900px; height: 900px; left: 50%; top: -40%;
  transform: translateX(-50%); pointer-events: none;
  background: radial-gradient(circle, rgba(6,167,107,.16), transparent 62%);
}
.model { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eq {
  background: var(--night-2); border: 1px solid var(--night-line); border-radius: 18px; padding: 30px;
}
.eq__row { font-family: var(--mono); font-size: 15px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
.eq__row + .eq__row { margin-top: 18px; padding-top: 18px; border-top: 1px dashed var(--night-line); }
.eq__k { color: #6E877B; }
.eq__v { color: #56D8A0; font-weight: 600; }
.eq__out { margin-left: auto; font-family: var(--serif); font-size: 30px; color: #fff; letter-spacing: -.01em; }
.dials { display: flex; flex-direction: column; gap: 16px; margin-top: 26px; }
.dial { display: flex; align-items: center; gap: 14px; }
.dial__l { font-size: 12.5px; color: #92A79B; width: 116px; flex: none; }
.dial__track { display: block; flex: 1; height: 5px; border-radius: 99px; background: var(--night-line); overflow: hidden; }
.dial__fill { display: block; height: 100%; width: 0; border-radius: 99px; background: linear-gradient(90deg, #06A76B, #56D8A0); transition: width 1.1s cubic-bezier(.2,.7,.3,1); }
.dial__v { font-family: var(--mono); font-size: 12.5px; color: #fff; width: 78px; text-align: right; flex: none; }

.flowline { position: relative; }
.flowline__rail { position: absolute; left: 0; right: 0; top: 34px; height: 2px; background: var(--sand-3); }
.flowline__prog { position: absolute; left: 0; top: 34px; height: 2px; width: 0; background: var(--green); transition: width .5s ease; }
.flowsteps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; position: relative; }
.fstep { text-align: left; }
.fstep__dot {
  width: 70px; height: 70px; border-radius: 18px; background: var(--paper);
  border: 1px solid var(--sand-3); display: grid; place-items: center; color: var(--ink-3);
  transition: all .4s cubic-bezier(.4,0,.2,1); position: relative; z-index: 1;
}
.fstep.is-on .fstep__dot { background: var(--green); border-color: var(--green); color: #fff; transform: scale(1.06); box-shadow: 0 10px 26px rgba(6,167,107,.3); }
.fstep__n { font-family: var(--mono); font-size: 11px; color: var(--ink-3); margin-top: 16px; letter-spacing: .1em; }
.fstep__k { font-size: 15.5px; font-weight: 640; margin: 5px 0 4px; letter-spacing: -.01em; }
.fstep__t { font-size: 13px; color: var(--ink-2); line-height: 1.55; }

.shots { display: grid; grid-template-columns: 260px 1fr; gap: 42px; align-items: start; }
.shots__tabs { display: flex; flex-direction: column; gap: 4px; }
.stab {
  text-align: left; background: none; border: 0; cursor: pointer; padding: 15px 17px;
  border-radius: 13px; font-family: inherit; font-size: 15px; font-weight: 600; color: var(--ink-2);
  display: flex; flex-direction: column; gap: 3px; position: relative;
  transition: background .22s ease, color .22s ease;
}
.stab span { font-size: 12.5px; font-weight: 450; color: var(--ink-3); }
.stab:hover { background: var(--sand-2); }
.stab.is-on { background: var(--ink); color: #fff; }
.stab.is-on span { color: #93A69C; }
.shots__stage { position: relative; border-radius: 18px; min-height: 420px; }
.shots__pane { position: absolute; inset: 0; opacity: 0; transform: scale(.985) translateY(8px); transition: opacity .5s ease, transform .5s cubic-bezier(.4,0,.2,1); pointer-events: none; }
.shots__pane.is-on { opacity: 1; transform: none; pointer-events: auto; position: relative; }

.aud { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.acard { background: var(--paper); border: 1px solid var(--sand-3); border-radius: 18px; padding: 30px; transition: transform .3s ease, box-shadow .3s ease; }
.acard:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(11,26,19,.09); }
.acard__i { width: 46px; height: 46px; border-radius: 13px; background: var(--green-soft); color: var(--green-deep); display: grid; place-items: center; margin-bottom: 18px; }
.acard__k { font-size: 18px; font-weight: 640; margin: 0 0 8px; letter-spacing: -.015em; }
.acard__t { font-size: 14.5px; color: var(--ink-2); margin: 0; line-height: 1.6; }

.cta { position: relative; text-align: center; padding: 110px 0; }
.cta__creds {
  display: inline-flex; gap: 0; margin-top: 30px; border: 1px solid var(--night-line);
  border-radius: 14px; overflow: hidden; background: var(--night-2); font-family: var(--mono); font-size: 13.5px;
}
.cta__cred { padding: 15px 22px; display: flex; flex-direction: column; gap: 4px; align-items: flex-start; }
.cta__cred + .cta__cred { border-left: 1px solid var(--night-line); }
.cta__cred i { font-style: normal; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #6E877B; }
.cta__cred b { font-weight: 500; color: #fff; }

.foot { background: var(--night); color: #8FA398; border-top: 1px solid var(--night-line); padding: 54px 0 40px; }
.foot__in { display: flex; gap: 40px; align-items: flex-start; flex-wrap: wrap; }
.foot__brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 650; font-size: 16px; }
.foot__t { font-size: 13px; margin-top: 12px; max-width: 260px; line-height: 1.6; }
.foot__cols { margin-left: auto; display: flex; gap: 56px; flex-wrap: wrap; }
.foot__col h4 { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #5E7268; margin: 0 0 14px; font-weight: 700; }
.foot__col a { display: block; font-size: 13.5px; padding: 5px 0; transition: color .2s ease; }
.foot__col a:hover { color: #fff; }
.foot__bar { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--night-line); display: flex; justify-content: space-between; gap: 20px; font-size: 12.5px; flex-wrap: wrap; }
.foot__bar--langs { margin-top: 18px; padding-top: 18px; }
.foot__langs { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.foot__langs a { color: #8FA398; text-decoration: none; }
.foot__langs a:hover { color: #fff; }
.foot__langs a[aria-current] { color: #fff; border-bottom: 1px solid #06A76B; }

.rv { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.rv.is-in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .07s; } .rv-d2 { transition-delay: .14s; } .rv-d3 { transition-delay: .21s; }
.rv-d4 { transition-delay: .28s; } .rv-d5 { transition-delay: .35s; } .rv-d6 { transition-delay: .42s; }

.draw { stroke-dasharray: var(--len, 400); stroke-dashoffset: var(--len, 400); }
.is-in .draw, .bcard:hover .draw { animation: draw 1.5s cubic-bezier(.3,.8,.3,1) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.pop { opacity: 0; transform: scale(.7); transform-origin: center; }
.is-in .pop { animation: pop .5s cubic-bezier(.34,1.5,.64,1) forwards; }
@keyframes pop { to { opacity: 1; transform: scale(1); } }
.grow { transform: scaleY(0); transform-origin: bottom; }
.is-in .grow { animation: grow .9s cubic-bezier(.3,.9,.3,1) forwards; }
@keyframes grow { to { transform: scaleY(1); } }
.rover { offset-path: var(--path); offset-distance: 0%; }
.is-in .rover { animation: rove 6s cubic-bezier(.5,0,.5,1) infinite; }
@keyframes rove { to { offset-distance: 100%; } }
.blink { animation: blink 2s steps(1) infinite; }
@keyframes blink { 0%, 60% { opacity: 1; } 61%, 100% { opacity: .25; } }

@media (max-width: 1080px) {
  .hero__in, .model { grid-template-columns: 1fr; gap: 44px; }
  .plan__read { right: 10px; }
  .bento { grid-template-columns: repeat(4, 1fr); }
  .bcard--w3, .bcard--w4 { grid-column: span 4; }
  .bcard--w2 { grid-column: span 2; }
  .flowsteps { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .flowline__rail, .flowline__prog { display: none; }
  .shots { grid-template-columns: 1fr; gap: 26px; }
  .shots__tabs { flex-direction: row; overflow-x: auto; padding-bottom: 4px; }
  .stab { min-width: 168px; }
  .aud { grid-template-columns: 1fr; }
  .hnav__links { display: none; }
  .hnav__burger { display: flex; }
}
@media (max-width: 720px) {
  .sec { padding: 74px 0; }
  .wrap { padding: 0 20px; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bcard--w3, .bcard--w4, .bcard--w2 { grid-column: span 2; }
  .flowsteps { grid-template-columns: repeat(2, 1fr); }
  .eq__out { margin-left: 0; width: 100%; }
  .cta__creds { flex-direction: column; }
  .cta__cred + .cta__cred { border-left: 0; border-top: 1px solid var(--night-line); }
  .hnav__signin { display: none; }
  .foot__cols { gap: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .home *, .home *::before, .home *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .rv { opacity: 1; transform: none; }
  .draw { stroke-dashoffset: 0; }
  .pop { opacity: 1; transform: none; }
  .grow { transform: none; }
}
.gauge { stroke-dasharray: 220; stroke-dashoffset: 220; }
.is-in .gauge, .bcard:hover .gauge { animation: gaugeFill 1.4s cubic-bezier(.3,.8,.3,1) forwards; }
@keyframes gaugeFill { to { stroke-dashoffset: 31; } }
@media (prefers-reduced-motion: reduce) { .gauge { stroke-dashoffset: 31; } }
.loghero { padding: 68px 0 44px; position: relative; }
.loghero__in { max-width: 700px; }
.loghero .lede { margin-top: 18px; }
.logmeta { display: flex; gap: 28px; margin-top: 30px; flex-wrap: wrap; }
.logmeta div { display: flex; flex-direction: column; gap: 2px; }
.logmeta b { font-family: var(--serif); font-size: 30px; line-height: 1; letter-spacing: -.01em; }
.logmeta span { font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }

.logbar {
  position: sticky; top: 72px; z-index: 40; background: rgba(246,241,232,.9);
  backdrop-filter: saturate(1.6) blur(12px); border-block: 1px solid var(--sand-3);
  padding: 13px 0; margin-bottom: 56px;
}
.logbar__in { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.fpill {
  border: 1px solid var(--sand-3); background: transparent; border-radius: 999px;
  padding: 7px 15px; font-family: inherit; font-size: 13px; font-weight: 600; color: var(--ink-2);
  cursor: pointer; display: inline-flex; align-items: center; gap: 7px;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.fpill:hover { border-color: var(--ink-3); transform: translateY(-1px); }
.fpill.is-on { background: var(--ink); border-color: var(--ink); color: #fff; }
.fpill i { font-style: normal; font-size: 11px; opacity: .6; font-family: var(--mono); }
.fpill__dot { width: 7px; height: 7px; border-radius: 50%; }
.fpill__dot--new { background: var(--green); }
.fpill__dot--improved { background: #6E8EE8; }
.fpill__dot--fixed { background: var(--amber); }

.rel { position: relative; padding-left: 148px; padding-bottom: 62px; }
.rel::before {
  content: ""; position: absolute; left: 40px; top: 12px; bottom: -12px; width: 1px; background: var(--sand-3);
}
.rel:last-child::before { display: none; }
.rel__mark { position: absolute; left: 0; top: 0; width: 104px; text-align: left; }
.rel__v {
  display: inline-flex; align-items: center; justify-content: center;
  height: 30px; padding: 0 12px; border-radius: 999px; background: var(--ink); color: #fff;
  font-family: var(--mono); font-size: 12.5px; font-weight: 500; position: relative; z-index: 1;
}
.rel:first-child .rel__v { background: var(--green); box-shadow: 0 0 0 5px rgba(6,167,107,.14); }
.rel__date { display: block; margin-top: 9px; font-size: 12px; color: var(--ink-3); font-family: var(--mono); }
.rel__tag { display: block; margin-top: 5px; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.rel__body {
  background: var(--paper); border: 1px solid var(--sand-3); border-radius: 18px; padding: 30px 32px;
  transition: box-shadow .3s ease, transform .3s ease;
}
.rel__body:hover { box-shadow: 0 16px 40px rgba(11,26,19,.08); }
.rel__k { font-family: var(--serif); font-size: clamp(24px, 2.4vw, 32px); line-height: 1.12; letter-spacing: -.015em; margin: 0; }
.rel__lede { margin: 10px 0 0; font-size: 15.5px; color: var(--ink-2); line-height: 1.6; }
.rel__list { list-style: none; margin: 22px 0 0; padding: 0; }
.rel__list li {
  display: grid; grid-template-columns: 92px 1fr; gap: 16px; align-items: start;
  padding: 13px 0; border-top: 1px solid var(--sand-2); font-size: 14.5px; line-height: 1.6; color: var(--ink-2);
}
.rel__list li[hidden] { display: none; }
.chip {
  display: inline-flex; align-items: center; justify-content: center; height: 22px; padding: 0 10px;
  border-radius: 999px; font-size: 10.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
}
.chip--new { background: var(--green-soft); color: var(--green-deep); }
.chip--improved { background: #E9EEFB; color: #3A55A8; }
.chip--fixed { background: #FBF1DF; color: #96661A; }
.rel__empty { padding: 16px 0 0; font-size: 14px; color: var(--ink-3); }

.logfoot { padding: 0 0 96px; }
.logfoot__card {
  background: var(--night); color: #EAF2ED; border-radius: 22px; padding: 46px 42px;
  display: flex; align-items: center; gap: 32px; flex-wrap: wrap; position: relative; overflow: hidden;
}
.logfoot__card .dsp { margin: 0; }
.logfoot__card p { margin: 8px 0 0; color: #92A79B; font-size: 15px; max-width: 420px; }
.logfoot__card .btn2 { margin-left: auto; }

@media (max-width: 860px) {
  .rel { padding-left: 0; padding-bottom: 44px; }
  .rel::before { display: none; }
  .rel__mark { position: static; width: auto; display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
  .rel__date, .rel__tag { margin-top: 0; }
  .rel__body { padding: 24px 22px; }
  .rel__list li { grid-template-columns: 1fr; gap: 8px; }
  .rel__list li .chip { justify-self: start; }
  .logfoot__card { padding: 32px 24px; }
  .logfoot__card .btn2 { margin-left: 0; }
}
.prog { position: fixed; left: 0; top: 0; height: 2px; width: 0; background: var(--green); z-index: 80; transition: width .1s linear; }
.mset { --read: 68ch; }
.mwrap { width: 100%; max-width: 980px; margin: 0 auto; padding: 0 28px; }
.mread { max-width: var(--read); }

.mhero { padding: 96px 0 72px; position: relative; text-align: center; }
.mhero .eyebrow { justify-content: center; }
.mhero .eyebrow::before { display: none; }
.mhero__t { margin: 22px auto 0; max-width: 15ch; }
.mhero__s { margin: 26px auto 0; max-width: 54ch; font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-2); line-height: 1.6; }
.mrule { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 46px 0 0; }
.mrule span { height: 1px; width: 68px; background: var(--sand-3); }
.mrule i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); font-style: normal; }

.open { padding: 8px 0 84px; }
.open p { font-size: 18.5px; line-height: 1.72; color: var(--ink-2); margin: 0 0 22px; }
.open p:first-of-type::first-letter {
  font-family: var(--serif); font-size: 74px; line-height: .82; float: left;
  padding: 6px 14px 0 0; color: var(--ink);
}
.open strong { color: var(--ink); font-weight: 600; }

.thesis { padding: 58px 0; border-top: 1px solid var(--sand-3); position: relative; }
.thesis:first-of-type { border-top: 0; }
.thesis__n {
  font-family: var(--serif); font-size: 58px; line-height: 1; color: var(--sand-3);
  letter-spacing: -.02em; transition: color .5s ease;
}
.thesis.is-in .thesis__n { color: var(--green); }
.thesis__k {
  font-family: var(--serif); font-size: clamp(27px, 3.1vw, 40px); line-height: 1.14;
  letter-spacing: -.018em; margin: 12px 0 0; max-width: 20ch;
}
.thesis__k em { font-style: italic; color: var(--green-deep); }
.thesis__b { margin: 20px 0 0; font-size: 17px; line-height: 1.7; color: var(--ink-2); max-width: 60ch; }
.thesis__b + .thesis__b { margin-top: 16px; }
.thesis__grid { position: relative; }
.thesis__n { position: absolute; left: -104px; top: -6px; width: 84px; text-align: right; }
.thesis__k, .thesis__b { max-width: none; }

.quote { padding: 92px 0; text-align: center; }
.quote blockquote {
  margin: 0; font-family: var(--serif); font-size: clamp(28px, 4vw, 52px); line-height: 1.16;
  letter-spacing: -.02em; max-width: 20ch; margin-inline: auto;
}
.quote blockquote em { font-style: italic; color: var(--green-deep); }
.quote figcaption { margin-top: 26px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.night .quote blockquote em { color: #56D8A0; }
.night .quote figcaption { color: #6E877B; }

.refuse { padding: 104px 0; }
.refuse__head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.refuse__list { display: grid; gap: 2px; max-width: 760px; margin: 0 auto; }
.refuse__row {
  display: grid; grid-template-columns: 36px 1fr; gap: 18px; align-items: start;
  padding: 22px 26px; background: var(--night-2); border: 1px solid var(--night-line);
}
.refuse__row:first-child { border-radius: 16px 16px 0 0; }
.refuse__row:last-child { border-radius: 0 0 16px 16px; }
.refuse__x { width: 26px; height: 26px; border-radius: 50%; background: rgba(220,91,87,.14); color: #E58480; display: grid; place-items: center; }
.refuse__k { font-size: 16.5px; font-weight: 620; color: #EAF2ED; margin: 0 0 5px; letter-spacing: -.01em; }
.refuse__t { font-size: 14.5px; color: #92A79B; margin: 0; line-height: 1.6; }

.colo { padding: 96px 0; }
.colo__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; border-radius: 18px; overflow: hidden; border: 1px solid var(--sand-3); }
.colo__cell { background: var(--paper); padding: 26px 28px; }
.colo__k { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; margin: 0 0 9px; }
.colo__v { margin: 0; font-size: 15px; color: var(--ink-2); line-height: 1.62; }
.colo__v b { color: var(--ink); font-weight: 600; }

@media (max-width: 780px) {
  .mhero { padding: 64px 0 52px; }
  .thesis__n { font-size: 40px; }
  .thesis { padding: 44px 0; }
  .open p:first-of-type::first-letter { font-size: 58px; padding-right: 11px; }
  .colo__grid { grid-template-columns: 1fr; }
  .refuse__row { padding: 20px 18px; grid-template-columns: 26px 1fr; gap: 14px; }
  .refuse { padding: 74px 0; }
  .quote { padding: 66px 0; }
}
@media (max-width: 1120px) {
  .thesis__n { position: static; width: auto; text-align: left; margin-bottom: 4px; }
}
.hnav__wm { height: 24px; width: auto; display: block; }
.foot__wm { height: 26px; width: auto; display: block; }
.legal { padding: 8px 0 96px; }
.legal__head { max-width: 700px; margin: 0 0 8px; }
.legal__meta { margin-top: 22px; font-size: 13px; color: var(--ink-3); display: flex; gap: 22px; flex-wrap: wrap; }
.legal__meta b { color: var(--ink-2); font-weight: 600; }
.legal__body { max-width: 68ch; }
.legal__body h2 {
  font-family: var(--serif); font-size: clamp(23px, 2.5vw, 31px); line-height: 1.16;
  letter-spacing: -.015em; margin: 52px 0 0; scroll-margin-top: 96px;
}
.legal__body h2 + p { margin-top: 14px; }
.legal__body h3 { font-size: 16.5px; font-weight: 640; margin: 30px 0 0; letter-spacing: -.01em; }
.legal__body h3 + p { margin-top: 9px; }
.legal__body p { font-size: 16px; line-height: 1.72; color: var(--ink-2); margin: 16px 0 0; }
.legal__body ul { margin: 14px 0 0; padding-left: 20px; }
.legal__body li { font-size: 16px; line-height: 1.68; color: var(--ink-2); margin-bottom: 9px; }
.legal__body strong { color: var(--ink); font-weight: 600; }
.legal__body a { color: var(--green-deep); text-decoration: underline; text-underline-offset: 3px; }
.legal__body b { color: var(--ink); font-weight: 600; }
.legal__body code { font-family: var(--mono); font-size: .86em; background: var(--sand-2); border: 1px solid var(--sand-3); border-radius: 5px; padding: 1px 6px; color: var(--ink); white-space: nowrap; }
.legal__body kbd { display: inline-block; font-family: var(--sans); font-size: .82em; font-weight: 600; line-height: 1; padding: 4px 7px 5px; border-radius: 6px; background: var(--paper); border: 1px solid var(--sand-3); box-shadow: 0 1.5px 0 var(--sand-3); color: var(--ink); vertical-align: middle; margin: 0 1px; }
.legal__body .dtable td:nth-child(3) { white-space: nowrap; }
.legal__num { color: var(--ink-3); font-family: var(--mono); font-size: .5em; vertical-align: super; margin-right: 10px; }
.callout {
  margin: 26px 0 0; padding: 22px 24px; border-radius: 14px;
  background: var(--paper); border: 1px solid var(--sand-3); border-left: 3px solid var(--green);
}
.callout p { margin: 0; font-size: 15.5px; }
.callout p + p { margin-top: 12px; }
.callout--warn { border-left-color: var(--amber); }
.legal__toc {
  position: sticky; top: 96px; align-self: start;
  border-left: 1px solid var(--sand-3); padding-left: 20px;
}
.legal__toc h4 { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 12px; font-weight: 700; }
.legal__toc a { display: block; font-size: 13.5px; color: var(--ink-2); padding: 5px 0; line-height: 1.4; }
.legal__toc a:hover { color: var(--green-deep); }
.legal__grid { display: grid; grid-template-columns: minmax(0, 1fr) 236px; gap: 56px; align-items: start; }
@media (max-width: 980px) {
  .legal__grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .legal__toc { display: none; }
}
.phero { padding: 84px 0 40px; text-align: center; position: relative; }
.phero .eyebrow { justify-content: center; }
.phero .eyebrow::before { display: none; }
.phero__t { margin: 20px auto 0; max-width: 16ch; }
.phero__s { margin: 22px auto 0; max-width: 52ch; }

.btoggle {
  display: inline-flex; align-items: center; gap: 14px; margin: 36px auto 0;
  padding: 6px; border-radius: 999px; background: var(--paper); border: 1px solid var(--sand-3);
}
.btoggle__opt {
  border: 0; background: transparent; font: inherit; font-size: 14px; font-weight: 600;
  color: var(--ink-3); padding: 9px 18px; border-radius: 999px; cursor: pointer;
  transition: background .22s ease, color .22s ease;
}
.btoggle__opt.is-on { background: var(--ink); color: #fff; }
.btoggle__save {
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--green-deep); background: var(--green-soft); padding: 4px 9px; border-radius: 999px; margin-left: -6px;
}

.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 50px; align-items: stretch; }
.tier {
  position: relative; background: var(--paper); border: 1px solid var(--sand-3); border-radius: 20px;
  padding: 30px 28px; display: flex; flex-direction: column;
  transition: transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s ease;
}
.tier:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(11,26,19,.09); }
.tier--featured { background: var(--ink); color: #EAF2ED; border-color: var(--ink); }
.tier--featured:hover { box-shadow: 0 24px 56px rgba(11,26,19,.28); }
.tier__flag {
  position: absolute; top: -13px; left: 28px; font-size: 10.5px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #fff; background: var(--green); padding: 5px 12px; border-radius: 999px;
}
.tier__name { font-size: 15px; font-weight: 650; letter-spacing: -.01em; }
.tier__tag { font-size: 12.5px; color: var(--ink-3); margin-top: 3px; }
.tier--featured .tier__tag { color: #8FA398; }
.tier__price { margin-top: 22px; display: flex; align-items: baseline; gap: 4px; min-height: 58px; }
.tier__cur { font-family: var(--serif); font-size: 26px; line-height: 1; align-self: flex-start; margin-top: 8px; }
.tier__amt { font-family: var(--serif); font-size: 58px; line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.tier__per { font-size: 13.5px; color: var(--ink-3); margin-left: 4px; }
.tier--featured .tier__per { color: #8FA398; }
.tier__custom { font-family: var(--serif); font-size: 34px; line-height: 1.1; letter-spacing: -.02em; }
.tier__sub { font-size: 12.5px; color: var(--ink-3); margin-top: 6px; min-height: 18px; }
.tier--featured .tier__sub { color: #8FA398; }
.tier__lede { font-size: 14px; line-height: 1.6; color: var(--ink-2); margin: 18px 0 0; }
.tier--featured .tier__lede { color: #B9C8BF; }
.tier__cta { margin-top: 22px; }
.tier__cta .btn2 { width: 100%; height: 46px; }
.tier--featured .btn2--ghost { border-color: rgba(255,255,255,.22); color: #fff; }
.tier__pts { list-style: none; margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid var(--sand-3); display: flex; flex-direction: column; gap: 10px; }
.tier--featured .tier__pts { border-top-color: var(--night-line); }
.tier__pts li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; line-height: 1.5; color: var(--ink-2); }
.tier--featured .tier__pts li { color: #C9D6CE; }
.tier__pts svg { flex: none; margin-top: 3px; color: var(--green); }
.tier--featured .tier__pts svg { color: #56D8A0; }

.cmp { margin-top: 90px; }
.cmp__wrap { border: 1px solid var(--sand-3); border-radius: 18px; background: var(--paper); }
.cmp thead th:first-child { border-top-left-radius: 18px; }
.cmp thead th:last-child { border-top-right-radius: 18px; }
.cmp table { width: 100%; border-collapse: collapse; min-width: 760px; }
.cmp th, .cmp td { padding: 14px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--sand-2); vertical-align: middle; }
.cmp thead th { position: sticky; top: 72px; background: var(--paper); z-index: 2; font-size: 13px; font-weight: 650; padding: 18px; border-bottom: 1px solid var(--sand-3); }
.cmp thead th:first-child { width: 38%; }
.cmp thead th:not(:first-child) { text-align: center; width: 15.5%; }
.cmp thead th .cmp__p { display: block; font-family: var(--serif); font-size: 22px; letter-spacing: -.02em; margin-top: 3px; color: var(--ink); }
.cmp thead th.is-featured { color: var(--green-deep); }
.cmp tbody td:not(:first-child) { text-align: center; }
.cmp tbody tr:hover td { background: var(--sand); }
.cmp tbody tr.cmp__group td { background: var(--sand); font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); padding: 12px 18px; border-bottom: 1px solid var(--sand-3); }
.cmp tbody tr.cmp__group:hover td { background: var(--sand); }
.cmp td.is-featured { background: rgba(6,167,107,.045); }
.cmp tbody tr:hover td.is-featured { background: rgba(6,167,107,.09); }
.cmp__row { color: var(--ink-2); }
.cmp__y { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--green-soft); color: var(--green-deep); }
.cmp__n { color: var(--sand-3); font-size: 18px; line-height: 1; }
.cmp__v { font-size: 13.5px; font-weight: 600; color: var(--ink); }

.worth { margin-top: 100px; }
.worth__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px; }
.worth__card { background: var(--paper); border: 1px solid var(--sand-3); border-radius: 18px; padding: 30px; }
.worth__k { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.worth__n { font-family: var(--serif); font-size: clamp(40px, 4.6vw, 60px); line-height: 1; letter-spacing: -.025em; margin-top: 12px; }
.worth__n small { font-size: .42em; color: var(--ink-3); letter-spacing: 0; margin-left: 6px; }
.worth__t { font-size: 14.5px; color: var(--ink-2); line-height: 1.62; margin: 12px 0 0; }
.worth__src { font-size: 12px; color: var(--ink-3); margin-top: 14px; }
.worth__src a { color: var(--ink-3); text-decoration: underline; text-underline-offset: 3px; }

.faq { margin-top: 100px; }
.faq__list { max-width: 760px; margin: 40px auto 0; }
.faq__item { border-top: 1px solid var(--sand-3); }
.faq__item:last-child { border-bottom: 1px solid var(--sand-3); }
.faq__q {
  width: 100%; background: none; border: 0; text-align: left; font: inherit; cursor: pointer;
  padding: 20px 0; font-size: 16.5px; font-weight: 620; letter-spacing: -.01em; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.faq__q svg { flex: none; color: var(--ink-3); transition: transform .28s cubic-bezier(.4,0,.2,1); }
.faq__item.is-open .faq__q svg { transform: rotate(45deg); color: var(--green-deep); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s cubic-bezier(.4,0,.2,1); }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { margin: 0; padding: 0 0 22px; font-size: 15px; line-height: 1.68; color: var(--ink-2); max-width: 64ch; }

@media (max-width: 1080px) {
  .tiers { grid-template-columns: repeat(2, 1fr); }
  .worth__grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .cmp__wrap { overflow-x: auto; }
  .cmp thead th { position: static; }
}
@media (max-width: 640px) {
  .tiers { grid-template-columns: 1fr; }
  .tier__amt { font-size: 48px; }
  .btoggle { flex-wrap: wrap; justify-content: center; }
}
.calc { margin-top: 60px; display: grid; grid-template-columns: 340px 1fr; gap: 24px; align-items: start; }
.calc__panel { background: var(--ink); color: #EAF2ED; border-radius: 22px; padding: 30px 28px; position: sticky; top: 96px; }
.calc__panel .eyebrow { color: #56D8A0; }
.calc__h { font-family: var(--serif); font-size: 28px; line-height: 1.1; letter-spacing: -.02em; margin: 12px 0 0; }
.calc__s { font-size: 13.5px; color: #92A79B; margin: 10px 0 0; line-height: 1.55; }
.ctl { margin-top: 26px; }
.ctl__top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.ctl__l { font-size: 12.5px; font-weight: 600; color: #C9D6CE; }
.ctl__v { font-family: var(--serif); font-size: 26px; line-height: 1; letter-spacing: -.01em; color: #fff; font-variant-numeric: tabular-nums; }
.ctl__v small { font-size: 12px; font-family: var(--sans); color: #8FA398; margin-left: 4px; }
.ctl input[type=range] {
  -webkit-appearance: none; appearance: none; width: 100%; height: 4px; border-radius: 99px;
  background: linear-gradient(90deg, #06A76B var(--p, 0%), var(--night-line) var(--p, 0%)); outline: none; cursor: pointer;
}
.ctl input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #fff;
  border: 3px solid #06A76B; box-shadow: 0 2px 8px rgba(0,0,0,.35); cursor: grab;
  transition: transform .15s ease;
}
.ctl input[type=range]::-webkit-slider-thumb:active { cursor: grabbing; transform: scale(1.12); }
.ctl input[type=range]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 3px solid #06A76B; cursor: grab; }
.ctl__hint { font-size: 11.5px; color: #6E877B; margin-top: 8px; }
.calc__foot { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--night-line); font-size: 12px; color: #6E877B; line-height: 1.55; }

.seg { display: inline-flex; padding: 4px; border-radius: 999px; background: var(--paper); border: 1px solid var(--sand-3); gap: 2px; }
.seg__b { border: 0; background: transparent; font: inherit; font-size: 13px; font-weight: 600; color: var(--ink-3); padding: 8px 15px; border-radius: 999px; cursor: pointer; transition: background .2s ease, color .2s ease; }
.seg__b.is-on { background: var(--ink); color: #fff; }

.chart { background: var(--paper); border: 1px solid var(--sand-3); border-radius: 22px; padding: 28px 30px 24px; }
.chart__top { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.chart__k { font-size: 15px; font-weight: 640; letter-spacing: -.01em; }
.chart__k span { color: var(--ink-3); font-weight: 450; margin-left: 6px; font-size: 13px; }
.bars { display: grid; gap: 14px; margin-top: 22px; }
.bar { display: grid; grid-template-columns: 118px 1fr 116px; gap: 16px; align-items: center; }
.bar__name { font-size: 13.5px; font-weight: 600; color: var(--ink-2); }
.bar--aud .bar__name { color: var(--green-deep); }
.bar__track { height: 30px; border-radius: 8px; background: var(--sand-2); overflow: hidden; position: relative; }
.bar__fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0; border-radius: 8px; background: var(--sand-3); transition: width .55s cubic-bezier(.2,.7,.3,1), background .3s ease; }
.bar__fill--sw { background: var(--ink-3); opacity: .55; }
.bar--aud .bar__fill { background: var(--green); }
.bar--aud .bar__fill--sw { background: var(--green-deep); opacity: 1; }
.bar__v { font-family: var(--serif); font-size: 24px; letter-spacing: -.015em; text-align: right; font-variant-numeric: tabular-nums; line-height: 1; }
.bar__v small { display: block; font-family: var(--sans); font-size: 11px; color: var(--ink-3); letter-spacing: 0; margin-top: 4px; }
.bar--aud .bar__v { color: var(--green-deep); }
.chart__legend { display: flex; gap: 18px; margin-top: 20px; font-size: 12px; color: var(--ink-3); flex-wrap: wrap; }
.chart__legend i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: 6px; vertical-align: -1px; }
.chart__note { margin-top: 18px; font-size: 13px; color: var(--ink-2); line-height: 1.6; padding-top: 16px; border-top: 1px solid var(--sand-2); }
.chart__note b { color: var(--ink); }

.verdict { margin-top: 22px; background: var(--green-soft); border: 1px solid rgba(6,167,107,.25); border-radius: 16px; padding: 20px 24px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; }
.verdict__n { font-family: var(--serif); font-size: 44px; line-height: 1; letter-spacing: -.025em; color: var(--green-deep); white-space: nowrap; font-variant-numeric: tabular-nums; }
.verdict__t { font-size: 14px; color: var(--ink-2); line-height: 1.6; }
.verdict__t b { color: var(--ink); }

.cx { margin-top: 100px; }
.cx__wrap { border: 1px solid var(--sand-3); border-radius: 22px; background: var(--paper); }
.cx table { width: 100%; border-collapse: collapse; min-width: 820px; }
.cx th, .cx td { padding: 13px 16px; border-bottom: 1px solid var(--sand-2); font-size: 14px; vertical-align: middle; }
.cx thead th { position: sticky; top: 72px; background: var(--paper); z-index: 2; padding: 20px 16px 16px; border-bottom: 1px solid var(--sand-3); font-size: 13px; font-weight: 650; text-align: center; }
.cx thead th:first-child { width: 36%; text-align: left; border-top-left-radius: 22px; }
.cx thead th:last-child { border-top-right-radius: 22px; }
.cx thead th.is-aud { color: var(--green-deep); }
.cov { display: block; height: 5px; border-radius: 99px; background: var(--sand-2); margin: 10px auto 0; max-width: 92px; overflow: hidden; }
.cov i { display: block; height: 100%; width: 0; background: var(--sand-3); border-radius: 99px; transition: width 1s cubic-bezier(.2,.7,.3,1); }
.is-aud .cov i { background: var(--green); }
.cov__n { display: block; font-family: var(--serif); font-size: 21px; margin-top: 6px; letter-spacing: -.02em; color: var(--ink); }
.cx tbody tr.cx__group td { background: var(--sand); font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); padding: 11px 16px; }
.cx tbody td:not(:first-child) { text-align: center; }
.cx tbody tr:not(.cx__group) { cursor: default; transition: background .15s ease; }
.cx tbody tr:not(.cx__group):hover td { background: var(--sand); }
.cx td.is-aud { background: rgba(6,167,107,.045); }
.cx tbody tr:hover td.is-aud { background: rgba(6,167,107,.1); }
.cx__row { color: var(--ink-2); display: flex; align-items: center; gap: 8px; }
.cx__why { width: 18px; height: 18px; border-radius: 50%; border: 1px solid var(--sand-3); color: var(--ink-3); font-size: 11px; font-weight: 700; display: inline-grid; place-items: center; flex: none; cursor: pointer; background: transparent; font-family: var(--mono); transition: all .2s ease; }
.cx__why:hover, tr.is-open .cx__why { background: var(--ink); color: #fff; border-color: var(--ink); }
.cx tr.cx__note td { padding: 0 16px; border-bottom: 0; }
.cx tr.cx__note td > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s cubic-bezier(.4,0,.2,1); }
.cx tr.cx__note.is-open td > div { grid-template-rows: 1fr; }
.cx tr.cx__note td > div > p { overflow: hidden; margin: 0; font-size: 13.5px; color: var(--ink-2); line-height: 1.6; }
.cx tr.cx__note.is-open td > div > p { padding: 4px 0 16px 26px; }
.dot { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; }
.dot--y { background: var(--green-soft); color: var(--green-deep); }
.dot--p { background: #FBF1DF; color: #96661A; }
.dot--n { color: var(--sand-3); font-size: 18px; }
.cx__key { display: flex; gap: 20px; margin-top: 16px; font-size: 12.5px; color: var(--ink-3); flex-wrap: wrap; align-items: center; }
.cx__key span { display: inline-flex; align-items: center; gap: 7px; }

.wins { margin-top: 100px; }
.wins__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 40px; }
.win { background: var(--paper); border: 1px solid var(--sand-3); border-radius: 18px; padding: 24px 22px; transition: transform .3s ease, box-shadow .3s ease; }
.win:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(11,26,19,.09); }
.win--aud { background: var(--ink); color: #EAF2ED; border-color: var(--ink); }
.win__k { font-size: 15px; font-weight: 650; letter-spacing: -.01em; }
.win__lab { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; margin: 18px 0 6px; color: var(--green-deep); }
.win__lab--lose { color: #B4413D; }
.win--aud .win__lab { color: #56D8A0; }
.win--aud .win__lab--lose { color: #E58480; }
.win__t { font-size: 13.5px; line-height: 1.6; color: var(--ink-2); margin: 0; }
.win--aud .win__t { color: #B9C8BF; }

.tta { margin-top: 100px; }
.tta__rows { margin-top: 40px; display: grid; gap: 12px; }
.tta__row { display: grid; grid-template-columns: 118px 1fr; gap: 18px; align-items: center; }
.tta__name { font-size: 13.5px; font-weight: 600; color: var(--ink-2); }
.tta__row--aud .tta__name { color: var(--green-deep); }
.tta__track { position: relative; height: 38px; border-radius: 10px; background: var(--paper); border: 1px solid var(--sand-3); overflow: hidden; }
.tta__fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: var(--sand-2); border-radius: 10px; transition: width 1.2s cubic-bezier(.2,.7,.3,1); display: flex; align-items: center; padding-left: 14px; font-size: 12.5px; font-weight: 600; color: var(--ink-2); white-space: nowrap; }
.tta__row--aud .tta__fill { background: var(--green); color: #fff; }
.tta__axis { display: flex; justify-content: space-between; margin-top: 10px; padding-left: 136px; font-size: 11px; color: var(--ink-3); font-family: var(--mono); }

@media (max-width: 1080px) {
  .calc { grid-template-columns: 1fr; }
  .calc__panel { position: static; }
  .wins__grid { grid-template-columns: repeat(2, 1fr); }
  .cx__wrap { overflow-x: auto; }
  .cx thead th { position: static; }
}
@media (max-width: 640px) {
  .bar { grid-template-columns: 90px 1fr 84px; gap: 10px; }
  .bar__v { font-size: 19px; }
  .wins__grid { grid-template-columns: 1fr; }
  .tta__row { grid-template-columns: 1fr; gap: 6px; }
  .tta__axis { padding-left: 0; }
  .verdict { grid-template-columns: 1fr; }
}
.lost { min-height: calc(100vh - 72px); display: grid; place-items: center; padding: 40px 0 80px; position: relative; }
.lost__in { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; position: relative; }
.lost__code { font-family: var(--serif); font-size: clamp(88px, 12vw, 160px); line-height: .9; letter-spacing: -.04em; color: var(--sand-3); margin: 0; }
.lost__code em { font-style: normal; color: var(--green); }
.lost__t { margin: 18px 0 0; }
.lost__s { margin: 20px 0 0; max-width: 42ch; }
.lost__cta { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.lost__note { margin-top: 22px; font-size: 13px; color: var(--ink-3); font-family: var(--mono); }
.scene { background: var(--paper); border: 1px solid var(--sand-3); border-radius: 22px; padding: 14px; box-shadow: 0 24px 60px rgba(11,26,19,.08); }
.scene svg { display: block; width: 100%; height: auto; border-radius: 14px; background: #FDFBF7; }

.bot { offset-path: path("M70 330 L70 190 L250 190 L250 118 L392 118"); offset-rotate: 0deg; animation: botLost 9s cubic-bezier(.45,0,.35,1) infinite; }
.bot__body { animation: botBump 9s linear infinite; transform-origin: center; }
.bot__lidar { opacity: 0; transform-origin: 0 0; animation: botScan 9s linear infinite; }
.bot__q { opacity: 0; transform-origin: 0 100%; animation: botQ 9s cubic-bezier(.34,1.5,.64,1) infinite; }
.bot__dots { opacity: 0; animation: botDots 9s steps(1) infinite; }
.lost__trail { stroke-dasharray: 6 7; animation: trail 1.4s linear infinite; }
.lost__xmark { opacity: 0; animation: xmark 9s steps(1) infinite; }
@keyframes botLost {
  0% { offset-distance: 0%; }
  40% { offset-distance: 100%; }
  68% { offset-distance: 100%; }
  72% { offset-distance: 94%; }
  100% { offset-distance: 0%; }
}
@keyframes botBump {
  0%, 39% { transform: translate(0,0) rotate(0); }
  40.5% { transform: translate(5px,0) rotate(0); }
  41.5% { transform: translate(-2px,0) rotate(-4deg); }
  43% { transform: translate(0,0) rotate(3deg); }
  45% { transform: translate(0,0) rotate(0); }
  56% { transform: rotate(-9deg); }
  60% { transform: rotate(9deg); }
  64% { transform: rotate(-5deg); }
  68%, 100% { transform: rotate(0); }
}
@keyframes botScan {
  0%, 44% { opacity: 0; transform: rotate(-60deg); }
  46% { opacity: .85; transform: rotate(-60deg); }
  54% { opacity: .85; transform: rotate(60deg); }
  62% { opacity: .85; transform: rotate(-60deg); }
  67% { opacity: .85; transform: rotate(0deg); }
  69%, 100% { opacity: 0; transform: rotate(0deg); }
}
@keyframes botQ {
  0%, 47% { opacity: 0; transform: scale(.4) translateY(6px); }
  50% { opacity: 1; transform: scale(1) translateY(0); }
  66% { opacity: 1; transform: scale(1) translateY(0); }
  70%, 100% { opacity: 0; transform: scale(.6) translateY(-6px); }
}
@keyframes botDots {
  0%, 71% { opacity: 0; }
  72%, 96% { opacity: 1; }
  97%, 100% { opacity: 0; }
}
@keyframes trail { to { stroke-dashoffset: -13; } }
@keyframes xmark { 0%, 40% { opacity: 0; } 41%, 68% { opacity: 1; } 69%, 100% { opacity: 0; } }
@media (max-width: 900px) {
  .lost__in { grid-template-columns: 1fr; gap: 34px; }
  .lost { min-height: auto; padding-top: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .bot { offset-distance: 100%; animation: none; }
  .bot__body, .bot__lidar, .bot__dots, .lost__trail { animation: none; }
  .bot__q { animation: none; opacity: 1; transform: none; }
  .lost__xmark { animation: none; opacity: 1; }
}
.dhome { padding-top: 76px; padding-bottom: 40px; }
.dhome__t { margin: 18px 0 0; }
.dhome__s { margin: 18px 0 0; max-width: 56ch; }
.dsearch { margin-top: 30px; position: relative; max-width: 560px; }
.dsearch input {
  width: 100%; box-sizing: border-box; height: 54px; padding: 0 52px 0 48px; border-radius: 14px;
  border: 1px solid var(--sand-3); background: var(--paper); font: inherit; font-size: 15.5px; color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.dsearch input:focus { outline: 0; border-color: var(--green); box-shadow: 0 0 0 4px rgba(6,167,107,.14); }
.dsearch svg { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--ink-3); pointer-events: none; }
.dsearch kbd { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); font-family: var(--mono); font-size: 11px; color: var(--ink-3); border: 1px solid var(--sand-3); border-radius: 6px; padding: 3px 7px; background: var(--sand); }
.dresults {
  position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: var(--paper); border: 1px solid var(--sand-3);
  border-radius: 14px; box-shadow: 0 24px 60px rgba(11,26,19,.14); padding: 6px; z-index: 40; max-height: 380px; overflow-y: auto;
}
.dresults[hidden] { display: none; }
.dresult { display: block; padding: 11px 14px; border-radius: 10px; }
.dresult:hover, .dresult.is-active { background: var(--sand-2); }
.dresult b { display: block; font-size: 14px; font-weight: 620; color: var(--ink); }
.dresult span { display: block; font-size: 12.5px; color: var(--ink-3); margin-top: 2px; }
.dresult em { font-style: normal; color: var(--green-deep); font-weight: 600; }
.dresults__none { padding: 14px; font-size: 13.5px; color: var(--ink-3); }

.dsecs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.dsec { background: var(--paper); border: 1px solid var(--sand-3); border-radius: 18px; padding: 24px 22px; display: flex; flex-direction: column; transition: transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s ease; }
.dsec:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(11,26,19,.09); }
.dsec__ic { width: 42px; height: 42px; border-radius: 12px; background: var(--green-soft); color: var(--green-deep); display: grid; place-items: center; }
.dsec__k { font-size: 16.5px; font-weight: 650; letter-spacing: -.015em; margin: 16px 0 6px; }
.dsec__t { font-size: 13.5px; color: var(--ink-2); line-height: 1.55; margin: 0; flex: 1; }
.dsec__pages { margin: 16px 0 0; padding: 14px 0 0; border-top: 1px solid var(--sand-2); display: flex; flex-direction: column; gap: 6px; }
.dsec__pages a { font-size: 13.5px; color: var(--ink-2); display: flex; align-items: center; gap: 8px; }
.dsec__pages a::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--sand-3); flex: none; transition: background .2s ease; }
.dsec__pages a:hover { color: var(--green-deep); }
.dsec__pages a:hover::before { background: var(--green); }

.dlay { display: grid; grid-template-columns: 240px minmax(0, 1fr) 200px; gap: 48px; align-items: start; padding-top: 40px; padding-bottom: 100px; }
.dside { position: sticky; top: 92px; max-height: calc(100vh - 110px); overflow-y: auto; padding-right: 8px; }
.dside__search { margin-bottom: 22px; }
.dside__search input { height: 40px; font-size: 13.5px; padding: 0 12px 0 38px; border-radius: 10px; }
.dside__search svg { left: 13px; }
.dside__search kbd { display: none; }
.dside__tog { display: none; }
.dside__grp { margin-bottom: 20px; }
.dside__h { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; padding: 0 10px; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.dside__h svg { width: 13px; height: 13px; opacity: .7; }
.dside a { display: block; padding: 7px 10px; border-radius: 8px; font-size: 13.5px; color: var(--ink-2); position: relative; transition: background .16s ease, color .16s ease; }
.dside a:hover { background: var(--sand-2); color: var(--ink); }
.dside a[aria-current="page"] { background: var(--green-soft); color: var(--green-deep); font-weight: 620; }
.dside a[aria-current="page"]::before { content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 3px; border-radius: 2px; background: var(--green); }

.dcrumb { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--ink-3); margin-bottom: 18px; }
.dcrumb a { color: var(--ink-3); }
.dcrumb a:hover { color: var(--ink); }
.dcrumb svg { opacity: .5; }
.dart { max-width: 72ch; }
.dart h1 { font-family: var(--serif); font-size: clamp(34px, 4vw, 48px); line-height: 1.08; letter-spacing: -.025em; margin: 0; }
.dart__lede { font-size: 17.5px; line-height: 1.6; color: var(--ink-2); margin: 16px 0 0; }
.dart__meta { display: flex; gap: 18px; margin-top: 18px; padding-bottom: 28px; border-bottom: 1px solid var(--sand-3); font-size: 12.5px; color: var(--ink-3); }
.dbody h2 { font-family: var(--serif); font-size: clamp(24px, 2.6vw, 30px); line-height: 1.16; letter-spacing: -.02em; margin: 44px 0 0; scroll-margin-top: 96px; position: relative; }
.dbody h2 a.anchor { position: absolute; left: -26px; top: 6px; color: var(--sand-3); font-family: var(--sans); font-size: 18px; opacity: 0; transition: opacity .15s ease; }
.dbody h2:hover a.anchor { opacity: 1; }
.dbody h2 + p, .dbody h2 + ul, .dbody h2 + ol, .dbody h2 + div, .dbody h2 + dl { margin-top: 14px; }
.dbody h3 { font-size: 16.5px; font-weight: 640; margin: 28px 0 0; letter-spacing: -.01em; }
.dbody p { font-size: 16px; line-height: 1.72; color: var(--ink-2); margin: 16px 0 0; }
.dbody p b, .dbody li b, .dbody dd b { color: var(--ink); font-weight: 600; }
.dbody a { color: var(--green-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(5,116,78,.35); }
.dbody a:hover { text-decoration-color: currentColor; }
.dbody code { font-family: var(--mono); font-size: .88em; background: var(--sand-2); border: 1px solid var(--sand-3); border-radius: 5px; padding: 1px 6px; color: var(--ink); }
.dbody ul { margin: 14px 0 0; padding-left: 22px; }
.dbody ul li { font-size: 16px; line-height: 1.68; color: var(--ink-2); margin-bottom: 8px; }
.steps { list-style: none; counter-reset: step; margin: 18px 0 0; padding: 0; }
.steps li { counter-increment: step; position: relative; padding: 0 0 18px 48px; font-size: 16px; line-height: 1.68; color: var(--ink-2); }
.steps li::before { content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: 2px; width: 32px; height: 32px; border-radius: 10px; background: var(--ink); color: #56D8A0; font-family: var(--mono); font-size: 12px; font-weight: 600; display: grid; place-items: center; }
.steps li::after { content: ""; position: absolute; left: 16px; top: 38px; bottom: 0; width: 1px; background: var(--sand-3); }
.steps li:last-child::after { display: none; }
.dcall { margin: 22px 0 0; padding: 18px 22px; border-radius: 14px; border: 1px solid var(--sand-3); border-left-width: 3px; background: var(--paper); position: relative; }
.dcall p { margin: 0; font-size: 15px; line-height: 1.65; }
.dcall--note { border-left-color: var(--ink-3); }
.dcall--tip { border-left-color: var(--green); background: var(--green-soft); }
.dcall--tip p { color: var(--green-deep); }
.dcall--warn { border-left-color: var(--amber); background: #FBF1DF; }
.dcall--warn p { color: #6B4A0E; }
.dcode { margin: 22px 0 0; border-radius: 14px; overflow: hidden; background: var(--night); border: 1px solid var(--night-line); }
.dcode__bar { display: flex; justify-content: space-between; align-items: center; padding: 9px 16px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #6E877B; border-bottom: 1px solid var(--night-line); }
.dcode__copy { border: 1px solid var(--night-line); background: transparent; color: #92A79B; font-family: var(--sans); font-size: 11.5px; font-weight: 600; letter-spacing: 0; text-transform: none; padding: 5px 11px; border-radius: 7px; cursor: pointer; transition: all .18s ease; }
.dcode__copy:hover { color: #fff; border-color: #56D8A0; }
.dcode pre { margin: 0; padding: 18px 20px; overflow-x: auto; font-family: var(--mono); font-size: 13px; line-height: 1.7; color: #EAF2ED; }
.dcode code { background: none; border: 0; padding: 0; color: inherit; font-size: inherit; }
.dtable { margin: 22px 0 0; border: 1px solid var(--sand-3); border-radius: 14px; overflow-x: auto; background: var(--paper); }
.dtable table { width: 100%; border-collapse: collapse; }
.dtable th, .dtable td { padding: 12px 16px; text-align: left; font-size: 14.5px; line-height: 1.55; vertical-align: top; border-bottom: 1px solid var(--sand-2); }
.dtable th { font-size: 12.5px; font-weight: 650; color: var(--ink); background: var(--sand); }
.dtable td { color: var(--ink-2); }
.dtable tr:last-child td { border-bottom: 0; }
.dkv { margin: 20px 0 0; padding: 0; display: grid; gap: 2px; border: 1px solid var(--sand-3); border-radius: 14px; overflow: hidden; }
.dkv > div { display: grid; grid-template-columns: 200px 1fr; gap: 20px; padding: 14px 18px; background: var(--paper); }
.dkv > div:nth-child(even) { background: var(--sand); }
.dkv dt { font-size: 14.5px; font-weight: 640; color: var(--ink); letter-spacing: -.01em; }
.dkv dd { margin: 0; font-size: 14.5px; line-height: 1.62; color: var(--ink-2); }
.dnext { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--sand-3); }
.dnext a { display: block; padding: 18px 20px; border: 1px solid var(--sand-3); border-radius: 14px; background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }
.dnext a:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(11,26,19,.08); }
.dnext__l { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.dnext__k { font-size: 15.5px; font-weight: 640; color: var(--ink); margin-top: 6px; letter-spacing: -.01em; }
.dnext a.dnext--next { text-align: right; }
.dtoc { position: sticky; top: 92px; border-left: 1px solid var(--sand-3); padding-left: 18px; }
.dtoc__h { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; margin-bottom: 10px; }
.dtoc a { display: block; font-size: 13px; color: var(--ink-3); padding: 5px 0; line-height: 1.4; position: relative; transition: color .16s ease; }
.dtoc a::before { content: ""; position: absolute; left: -19px; top: 6px; bottom: 6px; width: 1px; background: transparent; transition: background .16s ease; }
.dtoc a:hover { color: var(--ink); }
.dtoc a.is-active { color: var(--green-deep); font-weight: 600; }
.dtoc a.is-active::before { background: var(--green); }
@media (max-width: 1180px) {
  .dlay { grid-template-columns: 220px minmax(0, 1fr); gap: 36px; }
  .dtoc { display: none; }
}
@media (max-width: 900px) {
  .dsecs { grid-template-columns: repeat(2, 1fr); }
  .dlay { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-top: 24px; }
  .dside { position: static; max-height: none; overflow: visible; padding-right: 0; }
  .dside__search { margin-bottom: 12px; }
  .dside__tog { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 52px; padding: 10px 14px; border: 1px solid var(--sand-3); border-radius: 12px; background: var(--paper); color: var(--ink); font: inherit; text-align: left; cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease; }
  .dside__tog:hover { border-color: var(--ink-3); }
  .dside__tog:focus-visible { outline: 0; border-color: var(--green); box-shadow: 0 0 0 4px rgba(6,167,107,.14); }
  .dside__tog-l { font-size: 13.5px; font-weight: 620; white-space: nowrap; }
  .dside__tog-c { flex: 1; min-width: 0; font-size: 12.5px; color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .dside__tog svg { flex: none; color: var(--ink-3); transition: transform .2s ease; }
  .dside__tog[aria-expanded="true"] svg { transform: rotate(180deg); }
  .dside__nav { display: none; margin-top: 14px; padding: 16px 6px 0; border-top: 1px solid var(--sand-3); grid-template-columns: repeat(2, 1fr); gap: 0 20px; }
  .dside.is-open .dside__nav { display: grid; }
  .dkv > div { grid-template-columns: 1fr; gap: 6px; }
  .dnext { grid-template-columns: 1fr; }
  .dbody h2 a.anchor { display: none; }
}
@media (max-width: 560px) {
  .dsecs { grid-template-columns: 1fr; }
  .dside__nav { grid-template-columns: 1fr; }
}

.pk-hero { position: relative; padding: 88px 0 56px; overflow: hidden; }
.pk-hero__in { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.pk-hero__t { margin: 20px 0 0; font-size: clamp(42px, 5.9vw, 82px); max-width: 15ch; }
.pk-hero__s { margin: 24px 0 0; max-width: 56ch; }
.pk-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.pk-hero__meta { display: flex; flex-wrap: wrap; gap: 8px 26px; margin-top: 28px; font-size: 13.5px; color: var(--ink-3); }
.pk-hero__meta b { color: var(--ink); font-weight: 600; }
.pk-inline { font: inherit; color: var(--green-deep); background: none; border: 0; padding: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(5,116,78,.35); border-radius: 4px; }
.pk-inline:hover { text-decoration-color: currentColor; }

.pk-hero__art { position: relative; height: 440px; }
.pk-spec { position: absolute; inset: 24px 8px 24px 40px; background: var(--paper); border: 1px solid var(--sand-3); border-radius: 26px; box-shadow: 0 30px 70px -30px rgba(7,19,16,.28); display: grid; grid-template-columns: 1fr 1fr; align-items: center; justify-items: center; overflow: hidden; }
.pk-spec::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--sand-2) 1px, transparent 1px), linear-gradient(90deg, var(--sand-2) 1px, transparent 1px); background-size: 40px 40px; opacity: .5; mask-image: radial-gradient(90% 90% at 50% 50%, #000 20%, transparent 80%); -webkit-mask-image: radial-gradient(90% 90% at 50% 50%, #000 20%, transparent 80%); }
.pk-spec__a, .pk-spec__i { position: relative; font-family: var(--serif); font-size: clamp(120px, 14vw, 200px); line-height: 1; letter-spacing: -.03em; color: var(--ink); }
.pk-spec__i { font-style: italic; color: var(--green); }
.pk-spec__l { position: absolute; left: 26px; bottom: 20px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--ink-3); }
.pk-chip { position: absolute; display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; background: var(--paper); border: 1px solid var(--sand-3); border-radius: 999px; font-family: var(--mono); font-size: 12.5px; color: var(--ink); box-shadow: 0 14px 34px -14px rgba(7,19,16,.3); animation: pkfloat 6s ease-in-out infinite; }
.pk-chip i { width: 14px; height: 14px; border-radius: 50%; display: block; }
.pk-chip img { display: block; height: 18px; width: auto; }
.pk-chip--1 { left: 0; top: 60px; animation-delay: -1s; }
.pk-chip--2 { right: -8px; top: 12px; animation-delay: -3s; }
.pk-chip--3 { right: 24px; bottom: 8px; animation-delay: -5s; font-family: var(--sans); font-weight: 600; }
@keyframes pkfloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.pk-jump { position: sticky; top: 72px; z-index: 40; background: rgba(246,241,232,.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--sand-3); border-bottom: 1px solid var(--sand-3); }
.pk-jump__in { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; padding-top: 8px; padding-bottom: 8px; }
.pk-jump__in::-webkit-scrollbar { display: none; }
.pk-jump a { flex: none; padding: 8px 14px; border-radius: 999px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); transition: background .16s ease, color .16s ease; }
.pk-jump a:hover { background: var(--sand-2); color: var(--ink); }
.pk-jump a.is-active { background: var(--ink); color: #fff; }

.pk-sec { padding: 96px 0; }
.pk-sec--tight { padding-top: 0; }
.pk-sec .sec__head { max-width: 680px; }

.pk-card { display: flex; flex-direction: column; gap: 14px; text-align: left; padding: 26px 26px 22px; background: var(--paper); border: 1px solid var(--sand-3); border-radius: 20px; font: inherit; color: var(--ink); cursor: pointer; position: relative; transition: transform .22s cubic-bezier(.34,1.3,.64,1), box-shadow .22s ease, border-color .22s ease; }
.pk-card:hover { transform: translateY(-3px); border-color: var(--green); box-shadow: 0 24px 50px -24px rgba(7,19,16,.3); }
.pk-card.is-copied { border-color: var(--green); box-shadow: 0 0 0 4px rgba(6,167,107,.14); }
.pk-card__top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.pk-card__top b { font-family: var(--serif); font-size: 26px; letter-spacing: -.01em; font-weight: 400; }
.pk-card__top span { font-size: 12.5px; color: var(--ink-3); }
.pk-card__text { font-size: 15.5px; line-height: 1.66; color: var(--ink-2); }
.pk-card__hint { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--green-deep); margin-top: auto; opacity: .85; transition: opacity .16s ease; }
.pk-card:hover .pk-card__hint { opacity: 1; }
.pk-card.is-copied .pk-card__hint::after { content: " — copied"; }
.pk-boiler { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.pk-boiler .pk-card:nth-child(3) { grid-column: 1 / -1; }
.pk-boiler .pk-card:nth-child(3) .pk-card__text { column-count: 2; column-gap: 36px; }

.pk-facts { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; border-top: 1px solid var(--sand-3); }
.pk-fact { display: grid; grid-template-columns: 150px 1fr; gap: 16px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--sand-3); }
.pk-fact dt { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; color: var(--ink-3); }
.pk-fact dd { margin: 0; }
.pk-fact dd button { font: inherit; font-size: 15px; font-weight: 500; color: var(--ink); background: none; border: 0; padding: 4px 8px; margin: -4px -8px; border-radius: 8px; text-align: left; cursor: pointer; line-height: 1.5; transition: background .16s ease; }
.pk-fact dd button:hover { background: var(--sand-2); }
.pk-fact dd button.is-copied { background: var(--green-soft); color: var(--green-deep); }

.pk-marks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pk-mark { background: var(--paper); border: 1px solid var(--sand-3); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; }
.pk-mark__tile { height: 200px; display: grid; place-items: center; position: relative; }
.pk-mark__tile img { width: 68%; height: auto; max-width: 260px; }
.pk-mark__tile--paper { background: var(--paper); background-image: linear-gradient(var(--sand-2) 1px, transparent 1px), linear-gradient(90deg, var(--sand-2) 1px, transparent 1px); background-size: 28px 28px; border-bottom: 1px solid var(--sand-3); }
.pk-mark__tile--night { background: var(--night); background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 28px 28px; }
.pk-mark__tile--green { background: var(--sand); border-bottom: 1px solid var(--sand-3); }
.pk-mark__icon { width: 120px; height: 120px; border-radius: 30px; background: #05744E; display: grid; place-items: center; box-shadow: 0 18px 40px -16px rgba(5,116,78,.6); }
.pk-mark__icon img { width: 76px; height: 76px; }
.pk-mark__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.pk-mark__body b { font-size: 16.5px; font-weight: 650; letter-spacing: -.01em; }
.pk-mark__body em { font-style: normal; font-size: 12.5px; color: var(--ink-3); }
.pk-mark__body p { margin: 10px 0 0; font-size: 14px; line-height: 1.6; color: var(--ink-2); flex: 1; }
.pk-mark__files { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.pk-mark__files a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px; border: 1px solid var(--sand-3); font-size: 12.5px; font-weight: 600; color: var(--ink); font-family: var(--mono); transition: border-color .16s ease, background .16s ease, color .16s ease; }
.pk-mark__files a:hover { border-color: var(--green); background: var(--green-soft); color: var(--green-deep); }
.pk-iconrow { margin-top: 18px; display: flex; align-items: flex-end; gap: 14px; flex-wrap: wrap; padding: 20px 24px; background: var(--paper); border: 1px solid var(--sand-3); border-radius: 22px; }
.pk-iconrow__l { align-self: center; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; color: var(--ink-3); margin-right: 10px; }
.pk-iconrow__i { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 14px; transition: background .16s ease; }
.pk-iconrow__i:hover { background: var(--sand-2); }
.pk-iconrow__i img { display: block; border-radius: 22%; }
.pk-iconrow__i span { font-family: var(--mono); font-size: 11.5px; color: var(--ink-3); }
.pk-iconrow__i--wide { margin-left: auto; }

.pk-use { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pk-use__t { display: flex; flex-direction: column; gap: 10px; }
.pk-use__tile { height: 130px; border-radius: 18px; background: var(--paper); border: 1px solid var(--sand-3); display: grid; place-items: center; overflow: hidden; }
.pk-use__tile img { width: 56%; height: auto; }
.pk-use__tile--busy { background: repeating-linear-gradient(45deg, #E3D9C6 0 10px, #CDBFA5 10px 20px), var(--sand-2); }
.pk-use__t--ok .pk-use__tile { border-color: var(--green); box-shadow: 0 0 0 4px rgba(6,167,107,.12); }
.pk-use__k { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); }
.pk-use__k i { font-style: normal; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; background: #F8E1E0; color: var(--red); flex: none; }
.pk-use__t--ok .pk-use__k i { background: var(--green-soft); color: var(--green-deep); }
.pk-use__note { margin: 26px 0 0; font-size: 15px; line-height: 1.66; color: var(--ink-2); max-width: 72ch; }

.pk-pal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pk-sw { display: flex; flex-direction: column; text-align: left; padding: 0; border: 1px solid var(--sand-3); border-radius: 20px; background: var(--paper); overflow: hidden; cursor: pointer; font: inherit; color: var(--ink); transition: transform .22s cubic-bezier(.34,1.3,.64,1), box-shadow .22s ease; }
.pk-sw:hover { transform: translateY(-3px); box-shadow: 0 24px 50px -24px rgba(7,19,16,.3); }
.pk-sw.is-copied { box-shadow: 0 0 0 4px rgba(6,167,107,.18); }
.pk-sw__chip { height: 150px; background: var(--sw); color: var(--sw-ink); display: flex; align-items: flex-end; padding: 16px; position: relative; }
.pk-sw__hex { font-family: var(--mono); font-size: 13px; letter-spacing: .04em; padding: 5px 9px; border-radius: 7px; background: rgba(0,0,0,.14); }
.pk-sw__chip::after { content: "Copy"; position: absolute; right: 14px; top: 12px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transition: opacity .16s ease; }
.pk-sw:hover .pk-sw__chip::after { opacity: .8; }
.pk-sw.is-copied .pk-sw__chip::after { content: "Copied"; opacity: 1; }
.pk-sw__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; }
.pk-sw__body b { font-size: 15.5px; font-weight: 650; }
.pk-sw__vals { display: flex; gap: 12px; font-family: var(--mono); font-size: 11.5px; color: var(--ink-3); }
.pk-sw__body em { font-style: normal; font-size: 13px; line-height: 1.5; color: var(--ink-2); margin-top: 4px; }

.pk-type { background: var(--night); color: #EAF2ED; padding: 104px 0; position: relative; overflow: hidden; }
.pk-type .lede { color: #92A79B; }
.pk-type .eyebrow { color: #56D8A0; }
.pk-type .dsp em { color: #56D8A0; }
.pk-type .sec__head { max-width: 760px; }
.pk-specimen { border: 1px solid var(--night-line); border-radius: 26px; background: var(--night-2); overflow: hidden; }
.pk-specimen__hero { display: grid; grid-template-columns: 1fr 1fr; place-items: center; padding: 30px 40px 10px; border-bottom: 1px solid var(--night-line); }
.pk-specimen__big { font-family: var(--serif); font-size: clamp(150px, 22vw, 300px); line-height: 1; letter-spacing: -.04em; color: #fff; }
.pk-specimen__big--i { font-style: italic; color: #56D8A0; }
.pk-specimen__meta { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 24px; align-items: center; padding: 24px 40px; border-bottom: 1px solid var(--night-line); }
.pk-specimen__meta div { display: flex; flex-direction: column; gap: 3px; }
.pk-specimen__meta b { font-size: 15px; font-weight: 650; color: #fff; }
.pk-specimen__meta span { font-size: 13px; color: #92A79B; line-height: 1.5; }
.pk-specimen__rows { padding: 26px 40px 30px; display: flex; flex-direction: column; gap: 10px; }
.pk-specimen__row { font-family: var(--serif); font-size: clamp(26px, 3.6vw, 46px); line-height: 1.2; letter-spacing: -.01em; color: #EAF2ED; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pk-specimen__row--i { font-style: italic; color: #56D8A0; }

.pk-tester { margin-top: 18px; border: 1px solid var(--night-line); border-radius: 26px; background: var(--night-2); overflow: hidden; }
.pk-tester__bar { display: flex; align-items: flex-end; gap: 18px; flex-wrap: wrap; padding: 20px 28px; border-bottom: 1px solid var(--night-line); }
.pk-tester__f { display: flex; flex-direction: column; gap: 8px; flex: 1; min-width: 220px; }
.pk-tester__f > span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: #6E877B; }
.pk-tester__f input[type="text"] { height: 46px; border-radius: 12px; border: 1px solid var(--night-line); background: var(--night); color: #fff; font: inherit; font-size: 15px; padding: 0 14px; }
.pk-tester__f input[type="text"]:focus { outline: 0; border-color: #56D8A0; box-shadow: 0 0 0 4px rgba(86,216,160,.16); }
.pk-tester__f--size { flex: 0 0 200px; }
.pk-tester__f input[type="range"] { accent-color: #56D8A0; height: 46px; }
.pk-tester__tog { height: 46px; padding: 0 18px; border-radius: 12px; border: 1px solid var(--night-line); background: transparent; color: #fff; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .16s ease, border-color .16s ease; }
.pk-tester__tog:hover { border-color: #56D8A0; }
.pk-tester__tog[aria-pressed="true"] { background: #56D8A0; color: var(--night); border-color: #56D8A0; font-style: italic; }
.pk-tester__out { padding: 40px 28px 48px; font-family: var(--serif); font-size: 112px; line-height: 1.02; letter-spacing: -.025em; color: #fff; word-wrap: break-word; min-height: 200px; transition: font-size .15s ease; }
.pk-tester__out.is-italic { font-style: italic; }

.pk-typegrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 18px; }
.pk-typecard { border: 1px solid var(--night-line); border-radius: 22px; background: var(--night-2); padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 6px; }
.pk-typecard__k { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: #6E877B; }
.pk-typecard__aa { font-size: 76px; line-height: 1; letter-spacing: -.03em; color: #fff; margin: 14px 0 18px; }
.pk-typecard__aa--sans { font-family: var(--sans); font-weight: 600; }
.pk-typecard__aa--mono { font-family: var(--mono); font-size: 62px; }
.pk-typecard__aa--pair { font-family: var(--sans); font-weight: 600; display: flex; align-items: baseline; gap: 10px; }
.pk-typecard__aa--pair em { font-family: var(--serif); font-weight: 400; font-style: italic; color: #56D8A0; }
.pk-typecard b { font-size: 16px; font-weight: 650; color: #fff; }
.pk-typecard > span:not(.pk-typecard__k):not(.pk-typecard__aa) { font-family: var(--mono); font-size: 12px; color: #6E877B; }
.pk-typecard p { margin: 10px 0 0; font-size: 14px; line-height: 1.62; color: #92A79B; }

.pk-shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pk-shots[hidden] { display: none; }
.pk-shot { display: flex; flex-direction: column; border: 1px solid var(--sand-3); border-radius: 20px; background: var(--paper); overflow: hidden; color: var(--ink); transition: transform .22s cubic-bezier(.34,1.3,.64,1), box-shadow .22s ease; }
.pk-shot:hover { transform: translateY(-3px); box-shadow: 0 24px 50px -24px rgba(7,19,16,.3); }
.pk-shots__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin: -20px 0 22px; }
.pk-shots__n { font-family: var(--mono); font-size: 12px; color: var(--ink-3); }
.pk-seg { display: inline-flex; padding: 4px; border-radius: 999px; background: var(--sand-2); border: 1px solid var(--sand-3); }
.pk-seg button { font: inherit; font-size: 13.5px; font-weight: 600; color: var(--ink-2); background: transparent; border: 0; border-radius: 999px; padding: 8px 18px; cursor: pointer; transition: background .16s ease, color .16s ease, box-shadow .16s ease; }
.pk-seg button[aria-pressed="true"] { background: var(--paper); color: var(--ink); box-shadow: 0 2px 8px -2px rgba(7,19,16,.25); }
.pk-shot__img { display: block; background: #F6F1E8; border-bottom: 1px solid var(--sand-3); }
.pk-shot__img img { display: block; width: 100%; height: auto; }
.pk-shot--dark .pk-shot__img { background: #F6F1E8; }
.pk-shot__cap { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; padding: 14px 18px 16px; align-items: center; }
.pk-shot__cap b { font-size: 15px; font-weight: 650; }
.pk-shot__cap > span { grid-column: 1; font-size: 13px; color: var(--ink-2); }
.pk-shot__cap i { grid-column: 2; grid-row: 1 / span 2; font-style: normal; display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 12px; font-weight: 600; padding: 7px 11px; border-radius: 999px; border: 1px solid var(--sand-3); color: var(--ink); }
.pk-shot:hover .pk-shot__cap i { border-color: var(--green); background: var(--green-soft); color: var(--green-deep); }

.pk-voice { display: grid; grid-template-columns: 1fr; gap: 18px; }
.pk-voice__tag { padding: 32px 34px; border-radius: 22px; background: var(--paper); border: 1px solid var(--sand-3); display: flex; flex-direction: column; align-items: flex-start; }
.pk-voice__k { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--ink-3); }
.pk-voice__line { margin-top: 12px; font: inherit; font-family: var(--serif); font-size: clamp(34px, 5vw, 64px); line-height: 1.05; letter-spacing: -.02em; color: var(--ink); background: none; border: 0; padding: 6px 10px; margin-left: -10px; border-radius: 12px; text-align: left; cursor: pointer; transition: background .16s ease; }
.pk-voice__line em { color: var(--green); }
.pk-voice__line:hover, .pk-voice__desc:hover { background: var(--sand-2); }
.pk-voice__line.is-copied, .pk-voice__desc.is-copied { background: var(--green-soft); }
.pk-voice__desc { margin-top: 8px; font: inherit; font-size: 20px; font-weight: 600; color: var(--ink); background: none; border: 0; padding: 6px 10px; margin-left: -10px; border-radius: 10px; cursor: pointer; transition: background .16s ease; }
.pk-voice__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pk-voice__col { padding: 26px 28px; border-radius: 22px; background: var(--paper); border: 1px solid var(--sand-3); border-top: 4px solid var(--green); }
.pk-voice__col--no { border-top-color: var(--red); }
.pk-voice__col b { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--ink-3); }
.pk-voice__col ul { margin: 14px 0 0; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pk-voice__col li { font-size: 15px; line-height: 1.6; color: var(--ink-2); padding-left: 22px; position: relative; }
.pk-voice__col li::before { content: "✓"; position: absolute; left: 0; top: 1px; font-size: 13px; font-weight: 700; color: var(--green-deep); }
.pk-voice__col--no li::before { content: "✕"; color: var(--red); }
.pk-voice__q { margin: 0; padding: 34px 38px; border-radius: 22px; background: var(--night); color: #EAF2ED; }
.pk-voice__q p { margin: 0; font-family: var(--serif); font-size: clamp(24px, 3vw, 36px); line-height: 1.25; letter-spacing: -.015em; }
.pk-voice__q footer { margin-top: 14px; font-size: 13.5px; color: #92A79B; }
.pk-voice__q footer a { color: #56D8A0; text-decoration: underline; text-underline-offset: 3px; }

.pk-contact { padding: 40px 0 110px; }
.pk-contact__in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.pk-contact__card { padding: 34px; border-radius: 26px; background: var(--paper); border: 1px solid var(--sand-3); display: flex; flex-direction: column; gap: 16px; align-items: flex-start; box-shadow: 0 30px 70px -40px rgba(7,19,16,.35); }
.pk-contact__mail { font: inherit; font-family: var(--serif); font-size: clamp(26px, 3vw, 40px); letter-spacing: -.015em; color: var(--ink); background: none; border: 0; padding: 8px 12px; margin: -8px -12px 0; border-radius: 12px; text-align: left; cursor: pointer; display: flex; flex-direction: column; gap: 4px; transition: background .16s ease; word-break: break-all; }
.pk-contact__mail span { font-family: var(--sans); font-size: 12.5px; font-weight: 600; letter-spacing: .04em; color: var(--green-deep); }
.pk-contact__mail:hover { background: var(--sand-2); }
.pk-contact__mail.is-copied { background: var(--green-soft); }
.pk-contact__mail.is-copied span::after { content: " — copied"; }
.pk-contact__kit { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ink-2); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--sand-3); }
.pk-contact__kit:hover { color: var(--ink); text-decoration-color: currentColor; }

.pk-toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 16px); z-index: 120; display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 600; box-shadow: 0 18px 44px -12px rgba(7,19,16,.5); opacity: 0; transition: opacity .2s ease, transform .25s cubic-bezier(.34,1.3,.64,1); pointer-events: none; }
.pk-toast svg { color: #56D8A0; }
.pk-toast.is-on { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1080px) {
  .pk-marks, .pk-shots, .pk-typegrid { grid-template-columns: 1fr 1fr; }
  .pk-pal { grid-template-columns: repeat(3, 1fr); }
  .pk-specimen__meta { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .pk-hero__in { grid-template-columns: 1fr; }
  .pk-hero__art { height: 360px; max-width: 520px; }
  .pk-facts { grid-template-columns: 1fr; gap: 0; }
  .pk-use { grid-template-columns: 1fr 1fr; }
  .pk-contact__in { grid-template-columns: 1fr; gap: 28px; }
  .pk-voice__cols { grid-template-columns: 1fr; }
  .pk-tester__out { font-size: 64px !important; }
}
@media (max-width: 640px) {
  .pk-hero { padding-top: 56px; }
  .pk-hero__art { height: 300px; }
  .pk-spec { inset: 16px 0 16px 16px; }
  .pk-chip--2 { right: 0; }
  .pk-jump { top: 64px; }
  .pk-sec { padding: 72px 0; }
  .pk-boiler, .pk-marks, .pk-shots, .pk-typegrid, .pk-use, .pk-pal { grid-template-columns: 1fr; }
  .pk-boiler .pk-card:nth-child(3) .pk-card__text { column-count: 1; }
  .pk-fact { grid-template-columns: 1fr; gap: 4px; }
  .pk-specimen__hero { grid-template-columns: 1fr 1fr; padding: 16px 20px 0; }
  .pk-specimen__meta { grid-template-columns: 1fr; padding: 20px; }
  .pk-specimen__rows { padding: 20px; }
  .pk-tester__bar { padding: 16px 18px; }
  .pk-tester__out { padding: 26px 18px 32px; font-size: 44px !important; min-height: 0; }
  .pk-iconrow__i--wide { margin-left: 0; }
  .pk-type { padding: 72px 0; }
  .pk-voice__tag, .pk-voice__q, .pk-contact__card { padding: 24px 22px; }
}

.cs-hero { position: relative; padding: 88px 0 48px; overflow: hidden; }
.cs-hero__in { position: relative; }
.cs-hero__t { margin: 20px 0 0; max-width: 15ch; }
.cs-hero__s { margin: 24px 0 0; max-width: 62ch; }
.cs-hero__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--sand-3); }
.cs-hero__stats div { display: flex; flex-direction: column; gap: 6px; }
.cs-hero__stats b { font-family: var(--serif); font-size: clamp(40px, 4.4vw, 60px); line-height: 1; letter-spacing: -.03em; color: var(--ink); font-weight: 400; }
.cs-hero__stats > div > span:last-child { font-size: 13.5px; line-height: 1.5; color: var(--ink-2); max-width: 26ch; }

.cs-index { position: sticky; top: 72px; z-index: 40; background: rgba(246,241,232,.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--sand-3); border-bottom: 1px solid var(--sand-3); }
.cs-index__in { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; padding-top: 8px; padding-bottom: 8px; }
.cs-index__in::-webkit-scrollbar { display: none; }
.cs-index a { flex: none; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); transition: background .16s ease, color .16s ease; }
.cs-index a i { font-style: normal; font-family: var(--mono); font-size: 11px; color: var(--ink-3); }
.cs-index a:hover { background: var(--sand-2); color: var(--ink); }

.cs { padding: 96px 0 40px; }
.cs + .cs { border-top: 1px solid var(--sand-3); }
.cs__head { display: grid; grid-template-columns: 120px 1fr; gap: 24px; align-items: start; margin-bottom: 44px; }
.cs__num { font-family: var(--serif); font-size: clamp(64px, 8vw, 120px); line-height: .9; letter-spacing: -.04em; color: var(--sand-3); }
.cs__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.cs__chips span { font-size: 12px; font-weight: 600; letter-spacing: .02em; padding: 6px 11px; border-radius: 999px; border: 1px solid var(--sand-3); background: var(--paper); color: var(--ink-2); }
.cs__chips span:first-child { background: var(--ink); color: #fff; border-color: var(--ink); }
.cs__chips .cs__chip--m { font-family: var(--mono); font-weight: 500; }
.cs__t { margin: 18px 0 0; max-width: 16ch; }
.cs__lede { margin: 18px 0 0; max-width: 66ch; }
.cs__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 48px; align-items: start; }

.cs-steps { list-style: none; margin: 0; padding: 0; position: relative; }
.cs-steps::before { content: ""; position: absolute; left: 7px; top: 12px; bottom: 12px; width: 1px; background: var(--sand-3); }
.cs-step { position: relative; padding: 0 0 34px 34px; }
.cs-step:last-child { padding-bottom: 0; }
.cs-step::before { content: ""; position: absolute; left: 3px; top: 7px; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--sand); }
.cs-step:last-child::before { background: var(--ink); }
.cs-step__k { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--green-deep); margin-bottom: 8px; }
.cs-step p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--ink-2); }

.cs-panel { background: var(--night); color: #EAF2ED; border-radius: 26px; padding: 26px 28px 28px; position: sticky; top: 132px; box-shadow: 0 40px 80px -40px rgba(7,19,16,.5); }
.cs-panel__head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px solid var(--night-line); }
.cs-panel__head b { font-size: 16px; font-weight: 650; color: #fff; flex: 1; min-width: 0; }
.cs-panel__ref { font-family: var(--mono); font-size: 12px; color: #6E877B; letter-spacing: .04em; }
.cs-panel__st { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 9px; border-radius: 6px; background: rgba(255,255,255,.08); color: #92A79B; }
.cs-panel__st--delivered { background: rgba(86,216,160,.16); color: #56D8A0; }
.cs-panel__st--review { background: rgba(232,169,59,.16); color: #E8A93B; }
.cs-panel__st--modelling { background: rgba(255,255,255,.1); color: #C9D7CF; }

.cs-plan { margin-top: 18px; border: 1px solid var(--night-line); border-radius: 16px; background: rgba(255,255,255,.03); padding: 10px 10px 8px; color: #56D8A0; }
.cs-plan__svg { display: block; width: 100%; height: auto; }
.cs-plan__rack { fill: rgba(234,242,237,.18); }
.cs-plan__aisle { fill: rgba(86,216,160,.28); }
.cs-plan__aisle.is-fail { fill: rgba(220,91,87,.42); }
.cs-plan__dock { fill: rgba(232,169,59,.35); }
.cs-plan__block { fill: rgba(255,255,255,.07); }
.cs-plan__t { font-family: var(--mono); font-size: 11px; fill: #EAF2ED; font-weight: 600; }
.cs-plan__t.is-fail { fill: #FFB4B1; }
.cs-plan__key { display: flex; flex-wrap: wrap; gap: 6px 14px; padding: 8px 6px 2px; font-size: 11.5px; color: #92A79B; }
.cs-plan__key span { display: inline-flex; align-items: center; gap: 6px; }
.cs-plan__key i { width: 12px; height: 8px; border-radius: 2px; display: block; }
.cs-key--rack { background: rgba(234,242,237,.35); } .cs-key--aisle { background: rgba(86,216,160,.6); } .cs-key--fail { background: rgba(220,91,87,.7); } .cs-key--dock { background: rgba(232,169,59,.6); }

.cs-clear { margin-top: 12px; display: flex; flex-direction: column; gap: 6px; }
.cs-clear__row { display: grid; grid-template-columns: 62px auto 1fr auto; gap: 12px; align-items: baseline; padding: 9px 12px; border-radius: 10px; background: rgba(86,216,160,.08); font-size: 13px; color: #92A79B; }
.cs-clear__row b { font-family: var(--mono); font-size: 14px; color: #fff; }
.cs-clear__row em { font-style: normal; font-weight: 700; color: #56D8A0; }
.cs-clear__row.is-fail { background: rgba(220,91,87,.12); }
.cs-clear__row.is-fail em { color: #FFB4B1; }

.cs-figs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 18px; }
.cs-figs > div { display: flex; flex-direction: column; gap: 2px; padding: 14px 14px 12px; border-radius: 14px; background: rgba(255,255,255,.05); border: 1px solid var(--night-line); }
.cs-figs > div > span:first-child { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: #6E877B; }
.cs-figs b { font-family: var(--serif); font-size: clamp(26px, 2.4vw, 34px); line-height: 1.05; letter-spacing: -.02em; color: #fff; font-weight: 400; margin-top: 6px; font-variant-numeric: tabular-nums; }
.cs-figs em { font-style: normal; font-size: 11.5px; color: #92A79B; margin-top: 4px; }
.cs-figs > div.is-fail { border-color: rgba(220,91,87,.5); }
.cs-figs > div.is-fail b { color: #FFB4B1; }

.cs-util { margin-top: 14px; }
.cs-util__l { display: flex; justify-content: space-between; align-items: baseline; font-size: 12px; color: #92A79B; }
.cs-util__l b { font-family: var(--mono); font-size: 13px; color: #fff; }
.cs-util__bar { position: relative; height: 10px; border-radius: 999px; background: rgba(255,255,255,.08); margin-top: 8px; overflow: hidden; }
.cs-util__bar i { position: absolute; left: 0; top: 0; bottom: 0; width: var(--w); border-radius: 999px; background: linear-gradient(90deg, #06A76B, #56D8A0); transform: scaleX(0); transform-origin: left; transition: transform 1.2s cubic-bezier(.3,.9,.3,1) .3s; }
.cs-util__bar s { position: absolute; left: 0; top: 0; bottom: 0; width: var(--w); border-right: 2px dashed #fff; opacity: 0; transition: opacity .4s ease 1.3s; }
.is-in .cs-util__bar i { transform: scaleX(1); }
.is-in .cs-util__bar s { opacity: .8; }
.cs-util.is-fail .cs-util__bar i { background: linear-gradient(90deg, #DC5B57, #FFB4B1); }
.cs-util__n { margin-top: 8px; font-size: 12px; line-height: 1.5; color: #92A79B; }

.cs-fleet { width: 100%; border-collapse: collapse; margin-top: 16px; font-size: 12.5px; }
.cs-fleet th { text-align: left; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: #6E877B; padding: 0 0 8px; border-bottom: 1px solid var(--night-line); font-weight: 700; }
.cs-fleet td { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.06); color: #C9D7CF; font-variant-numeric: tabular-nums; }
.cs-fleet td:first-child { color: #fff; font-weight: 600; }
.cs-fleet th:not(:first-child), .cs-fleet td:not(:first-child) { text-align: right; padding-left: 10px; font-family: var(--mono); }
.cs-assume { margin-top: 12px; font-size: 11.5px; line-height: 1.6; color: #6E877B; }
.cs-assume b { color: #92A79B; font-weight: 600; font-family: var(--mono); }

.cs-second { margin-top: 26px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 20px 24px; border-radius: 18px; background: var(--paper); border: 1px solid var(--sand-3); }
.cs-second__l { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cs-second__l b { font-size: 15px; font-weight: 650; }
.cs-second__l .cs-panel__st { background: var(--sand-2); color: var(--ink-2); }
.cs-second__l .cs-panel__st--delivered { background: var(--green-soft); color: var(--green-deep); }
.cs-second__l .cs-panel__st--review { background: #FBEBCB; color: #8A5A0D; }
.cs-second__f { display: flex; gap: 26px; flex-wrap: wrap; }
.cs-second__f > div { display: flex; flex-direction: column; gap: 2px; }
.cs-second__f > div > span { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: var(--ink-3); }
.cs-second__f b { font-family: var(--mono); font-size: 16px; color: var(--ink); font-weight: 600; }
.cs-second__f em { font-style: normal; font-size: 11.5px; color: var(--ink-3); }

.cs-more { padding: 96px 0; border-top: 1px solid var(--sand-3); }
.cs-more__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cs-more__c { display: flex; flex-direction: column; gap: 6px; padding: 18px 20px; border-radius: 16px; background: var(--paper); border: 1px solid var(--sand-3); }
.cs-more__c > b { font-size: 15px; font-weight: 650; line-height: 1.3; }
.cs-more__site { font-size: 13px; color: var(--ink-2); }
.cs-more__b { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; }
.cs-more__b .cs-panel__st { background: var(--sand-2); color: var(--ink-2); }
.cs-more__b .cs-panel__st--delivered { background: var(--green-soft); color: var(--green-deep); }
.cs-more__b .cs-panel__st--review { background: #FBEBCB; color: #8A5A0D; }
.cs-more__b em { font-style: normal; font-family: var(--mono); font-size: 12px; color: var(--ink-3); }

.cs-cta { background: var(--night); color: #EAF2ED; padding: 104px 0; }
.cs-cta__in { text-align: center; max-width: 720px; }
.cs-cta .dsp em { color: #56D8A0; }
.cs-cta .lede { color: #92A79B; margin-top: 18px; }
.cs-cta__b { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.cs-cta__fine { margin: 36px auto 0; font-size: 12.5px; line-height: 1.6; color: #6E877B; max-width: 56ch; }

@media (max-width: 1080px) {
  .cs__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .cs-panel { position: static; }
  .cs-more__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .cs-hero__stats { grid-template-columns: 1fr 1fr; gap: 20px; }
  .cs-index { top: 64px; }
  .cs { padding: 64px 0 24px; }
  .cs__head { grid-template-columns: 1fr; gap: 6px; }
  .cs__num { font-size: 56px; }
  .cs-panel { padding: 20px 18px 22px; border-radius: 20px; }
  .cs-figs { grid-template-columns: 1fr 1fr; }
  .cs-clear__row { grid-template-columns: 54px auto 1fr; }
  .cs-clear__row em { grid-column: 1 / -1; }
  .cs-second { grid-template-columns: 1fr; }
  .cs-more__grid { grid-template-columns: 1fr; }
  .cs-cta { padding: 72px 0; }
}

.shift--night { --shift-fail: rgba(220,91,87,.5); --shift-ink: #EAF2ED; --shift-muted: #92A79B; --shift-line: #1B322A; --shift-rack: rgba(234,242,237,.18); --shift-aisle: rgba(86,216,160,.22); --shift-dock: rgba(232,169,59,.4); --shift-block: rgba(255,255,255,.06); --shift-path: #56D8A0; --shift-chip-ink: #071310; --shift-bg: #0E2019; --shift-font: inherit; display: flex; flex-direction: column; gap: 12px; color: #EAF2ED; }
.shift--night .shift__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.shift--night .shift__clock { display: flex; flex-direction: column; gap: 2px; }
.shift--night .shift__clock b { font-family: var(--mono); font-size: 22px; font-weight: 600; letter-spacing: .02em; color: #fff; font-variant-numeric: tabular-nums; }
.shift--night .shift__clock span { font-size: 12px; color: #92A79B; }
.shift--night .shift__count { display: flex; flex-direction: column; gap: 2px; text-align: right; margin-left: auto; }
.shift--night .shift__count span { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: #6E877B; }
.shift--night .shift__count b { font-family: var(--serif); font-size: 36px; font-weight: 400; letter-spacing: -.02em; color: #fff; font-variant-numeric: tabular-nums; line-height: 1; }
.shift--night .shift__ctl { display: flex; align-items: center; gap: 8px; }
.shift--night .shift__play { width: 42px; height: 42px; border-radius: 50%; border: 0; background: #56D8A0; color: var(--night); display: grid; place-items: center; cursor: pointer; transition: transform .16s ease; }
.shift--night .shift__play:hover { transform: scale(1.06); }
.shift--night .shift__play .shift__ic-pause { display: none; }
.shift--night .shift__play[aria-pressed="true"] .shift__ic-play { display: none; }
.shift--night .shift__play[aria-pressed="true"] .shift__ic-pause { display: block; }
.shift--night .shift__speeds { display: inline-flex; padding: 3px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid var(--night-line); }
.shift--night .shift__speeds button { font: inherit; font-size: 12px; font-weight: 600; color: #92A79B; background: transparent; border: 0; border-radius: 999px; padding: 5px 10px; cursor: pointer; }
.shift--night .shift__speeds button[aria-pressed="true"] { background: #EAF2ED; color: var(--night); }
.shift--night .shift__stage { position: relative; height: 280px; border-radius: 16px; border: 1px solid var(--night-line); background: #0E2019; overflow: hidden; }
.shift--night .shift__stage canvas { display: block; width: 100%; height: 100%; }
.shift--night .shift__bar { position: relative; height: 10px; border-radius: 999px; background: rgba(255,255,255,.08); }
.shift--night .shift__bar i { position: absolute; left: 0; top: 0; bottom: 0; width: 0; border-radius: 999px; background: linear-gradient(90deg, #06A76B, #56D8A0); transition: width .12s linear; }
.shift--night .shift__bar s, .shift--night .shift__bar u { position: absolute; top: -4px; bottom: -4px; width: 0; border-left: 2px solid #fff; text-decoration: none; }
.shift--night .shift__bar u { border-left-style: dashed; border-left-color: #92A79B; }
.shift--night .shift__bar s[hidden], .shift--night .shift__bar u[hidden] { display: none; }
.shift--night .shift__scrub { width: 100%; margin: 0; accent-color: #56D8A0; }
.shift--night .shift__foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.shift--night .shift__status { font-size: 13.5px; font-weight: 600; color: #C9D7CF; min-height: 18px; }
.shift--night .shift__status.is-met { color: #56D8A0; }
.shift--night .shift__status.is-short { color: #FFB4B1; }
.shift--night .shift__legend { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 12px; color: #C9D7CF; }
.shift--night .shift__legend span { display: inline-flex; align-items: center; gap: 6px; }
.shift--night .shift__legend i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }
.shift--night .shift__legend b { color: #6E877B; font-weight: 600; }
.shift--night .shift__figs { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px; }
.shift--night .shift__figs > div { display: flex; flex-direction: column; gap: 4px; padding: 12px 14px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid var(--night-line); }
.shift--night .shift__figs span { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: #6E877B; }
.shift--night .shift__figs b { font-family: var(--serif); font-size: 26px; font-weight: 400; letter-spacing: -.02em; color: #fff; font-variant-numeric: tabular-nums; }
.shift--night .shift__figs b.is-short { color: #FFB4B1; }
.shift--night .shift__whatif { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 18px; padding: 16px 18px 18px; border-radius: 14px; border: 1px dashed var(--night-line); background: rgba(255,255,255,.03); }
.shift--night .shift__wh { grid-column: 1 / -1; display: flex; align-items: baseline; gap: 12px; }
.shift--night .shift__wh span { white-space: nowrap; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: #EAF2ED; }
.shift--night .shift__wh em { font-style: normal; font-size: 12.5px; color: #6E877B; }
.shift--night .shift__sl { display: flex; flex-direction: column; gap: 6px; }
.shift--night .shift__sl > span { font-size: 12px; color: #92A79B; }
.shift--night .shift__sl input { width: 100%; margin: 0; accent-color: #56D8A0; }
.shift--night .shift__sl b { font-family: var(--mono); font-size: 13px; color: #fff; font-weight: 600; }
.shift--night .shift__line { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 110px 110px; gap: 12px; align-items: center; padding-top: 10px; border-top: 1px solid var(--night-line); }
.shift--night .shift__line-n { font-size: 13px; font-weight: 600; color: #fff; }
.shift--night .shift__line label { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #6E877B; }
.shift--night .shift__line input { width: 64px; height: 32px; border-radius: 8px; border: 1px solid var(--night-line); background: var(--night); color: #fff; font: inherit; font-size: 13px; padding: 0 8px; }
@media (max-width: 720px) {
  .shift--night .shift__stage { height: 220px; }
  .shift--night .shift__whatif { grid-template-columns: 1fr; }
  .shift--night .shift__line { grid-template-columns: 1fr; gap: 8px; }
}

.cs-shift { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--night-line); }
.cs-shift .shift__stage { height: 240px; }
.cs-shift .shift__figs { display: none; }
.cs-shift .shift__whatif { grid-template-columns: 1fr 1fr 1fr; }
.cs-shift .shift__line { grid-template-columns: 1fr auto auto; }
.cs-panel .cs-plan { display: none; }
@media (max-width: 720px) { .cs-shift .shift__whatif { grid-template-columns: minmax(0, 1fr); } .cs-shift .shift__line { grid-template-columns: minmax(0, 1fr); gap: 8px; } .cs-shift .shift__line label { justify-content: space-between; } }

.shift--hero { --shift-fail: rgba(220,91,87,.5); --shift-ink: var(--ink); --shift-muted: var(--ink-3); --shift-line: var(--sand-3); --shift-rack: #E6DFD0; --shift-aisle: rgba(6,167,107,.2); --shift-dock: rgba(232,169,59,.5); --shift-block: rgba(11,26,19,.05); --shift-path: var(--green); --shift-chip-ink: #fff; --shift-bg: #FDFBF7; --shift-font: inherit; }
.shift--hero .shift__stage { height: 300px; border-radius: 12px; background: #FDFBF7; overflow: hidden; }
.shift--hero .shift__stage canvas { display: block; width: 100%; height: 100%; }
.plan__hud { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 12px 150px 0 4px; }
.plan__clock { display: flex; align-items: baseline; gap: 10px; }
.plan__clock b { font-family: var(--mono); font-size: 15px; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.plan__clock i { font-style: normal; font-size: 12px; color: var(--ink-3); white-space: nowrap; }
.plan__legend { display: flex; flex-wrap: wrap; gap: 4px 12px; font-size: 11.5px; color: var(--ink-2); }
.plan__legend span { display: inline-flex; align-items: center; gap: 5px; }
.plan__legend i { width: 9px; height: 9px; border-radius: 3px; display: inline-block; }
.plan__legend b { color: var(--ink-3); font-weight: 600; }
.plan__read b { font-variant-numeric: tabular-nums; min-width: 5ch; }
.plan__read .plan__status { display: block; margin-top: 3px; color: #94A79D; text-transform: none; letter-spacing: 0; font-size: 11.5px; }
.plan__read .plan__status.is-met { color: #56D8A0; }
@media (max-width: 720px) { .shift--hero .shift__stage { height: 220px; } .plan__legend { display: none; } .plan__hud { padding-right: 4px; } }

.mk { padding-top: 0; }
.mk__in { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.mk-steps { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-direction: column; gap: 6px; counter-reset: mk; }
.mk-step { position: relative; padding: 12px 14px 12px 46px; border-radius: 12px; border: 1px solid transparent; transition: background .25s ease, border-color .25s ease; counter-increment: mk; }
.mk-step::before { content: "0" counter(mk); position: absolute; left: 14px; top: 14px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: var(--ink-3); transition: color .25s ease; }
.mk-step b { display: block; font-size: 15.5px; font-weight: 650; letter-spacing: -.01em; }
.mk-step span { display: block; margin-top: 3px; font-size: 13.5px; line-height: 1.55; color: var(--ink-2); }
.mk-step.is-on { background: var(--paper); border-color: var(--sand-3); box-shadow: 0 10px 30px -18px rgba(11,26,19,.3); }
.mk-step.is-on::before { color: var(--green-deep); }
.mk__cta { margin-top: 22px; }
.mk__plan { padding-bottom: 12px; }
.mk__tag { margin-left: auto; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green-deep); background: var(--green-soft); padding: 4px 10px; border-radius: 999px; opacity: 0; transition: opacity .3s ease, background .3s ease, color .3s ease; }
.mk__tag.is-on { opacity: 1; }
.mk__tag.is-bad { color: #fff; background: var(--red); }
.mk__tools { display: flex; gap: 4px; padding: 0 0 10px; }
.mk__tools span { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--ink-2); padding: 6px 10px; border-radius: 8px; border: 1px solid var(--sand-3); background: var(--paper); transition: background .2s ease, color .2s ease, border-color .2s ease; }
.mk__tools span.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }
.mk__stage { height: 340px; border-radius: 12px; background: #FDFBF7; border: 1px solid var(--sand-2); overflow: hidden; }
.mk__stage canvas { display: block; width: 100%; height: 100%; }
@media (max-width: 980px) { .mk__in { grid-template-columns: 1fr; gap: 28px; } .mk__art { order: -1; } }
@media (max-width: 640px) { .mk__stage { height: 240px; } .mk__tools span { padding: 6px 8px; font-size: 11px; } }

.langband { background: var(--sand); border-bottom: 1px solid var(--sand-3); }
.langband__in { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 32px; align-items: center; padding-top: 18px; padding-bottom: 18px; }
.langband__cap b { display: block; margin-top: 6px; font-family: var(--serif); font-size: 21px; line-height: 1.15; letter-spacing: -.01em; font-weight: 400; color: var(--ink); }
.langband__view { overflow: hidden; mask-image: linear-gradient(90deg, transparent 0, #000 22%, #000 78%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 22%, #000 78%, transparent 100%); }
.langband__row { display: flex; width: max-content; animation: langstep 36s cubic-bezier(.7,0,.3,1) infinite; }
.langband__view:hover .langband__row { animation-play-state: paused; }
.langtile { flex: none; width: 112px; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 10px 0; }
.langtile__flag { border-radius: 4px; box-shadow: 0 1px 0 rgba(11,26,19,.06), 0 0 0 1px rgba(11,26,19,.08); }
.langtile i { font-style: normal; font-size: 12.5px; font-weight: 600; color: var(--ink-2); white-space: nowrap; }
@keyframes langstep {
  0.00% { transform: translateX(0px); }
  8.00% { transform: translateX(0px); }
  11.11% { transform: translateX(-112px); }
  19.11% { transform: translateX(-112px); }
  22.22% { transform: translateX(-224px); }
  30.22% { transform: translateX(-224px); }
  33.33% { transform: translateX(-336px); }
  41.33% { transform: translateX(-336px); }
  44.44% { transform: translateX(-448px); }
  52.44% { transform: translateX(-448px); }
  55.56% { transform: translateX(-560px); }
  63.56% { transform: translateX(-560px); }
  66.67% { transform: translateX(-672px); }
  74.67% { transform: translateX(-672px); }
  77.78% { transform: translateX(-784px); }
  85.78% { transform: translateX(-784px); }
  88.89% { transform: translateX(-896px); }
  96.89% { transform: translateX(-896px); }
  100.00% { transform: translateX(-1008px); }
}
@media (max-width: 900px) { .langband__in { grid-template-columns: 1fr; gap: 10px; } .langband__cap b { font-size: 18px; } .langband__cap b br { display: none; } }
@media (prefers-reduced-motion: reduce) { .langband__row { animation: none; } }

.rls-hero { position: relative; padding: 88px 0 56px; overflow: hidden; }
.rls-hero__in { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 56px; align-items: center; }
.rls-hero__t { margin: 20px 0 0; max-width: 12ch; }
.rls-hero__s { margin: 24px 0 0; max-width: 56ch; }
.rls-hero__stats { display: flex; gap: 36px; margin-top: 34px; flex-wrap: wrap; }
.rls-hero__stats div { display: flex; flex-direction: column; gap: 4px; }
.rls-hero__stats b { font-family: var(--serif); font-size: 40px; line-height: 1; letter-spacing: -.02em; font-weight: 400; color: var(--ink); }
.rls-hero__stats span { font-size: 12.5px; color: var(--ink-3); }
.rls-current { background: var(--night); color: #EAF2ED; border-radius: 26px; padding: 28px 30px 26px; box-shadow: 0 40px 80px -40px rgba(7,19,16,.5); }
.rls-current--empty { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.rls-current--empty .btn2 { border-color: rgba(255,255,255,.24); color: #fff; }
.rls-current__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.rls-current__tag { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: #56D8A0; }
.rls-current__date { font-size: 12.5px; color: #92A79B; }
.rls-current__v { font-family: var(--serif); font-size: 96px; line-height: .95; letter-spacing: -.04em; margin-top: 14px; color: #fff; }
.rls-current__title { font-size: 17px; color: #C9D7CF; margin-top: 8px; }
.rls-form { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--night-line); }
.rls-form__l { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: #6E877B; margin-bottom: 8px; }
.rls-form__row { display: flex; gap: 8px; }
.rls-form__in { flex: 1; min-width: 0; height: 50px; border-radius: 999px; border: 1px solid var(--night-line); background: #0E2019; color: #fff; font-family: var(--mono); font-size: 14px; letter-spacing: .06em; padding: 0 18px; text-transform: uppercase; }
.rls-form__in::placeholder { color: #4E6659; text-transform: none; letter-spacing: .02em; font-family: var(--sans); }
.rls-form__in:focus { outline: 0; border-color: #56D8A0; box-shadow: 0 0 0 4px rgba(86,216,160,.16); }
.rls-form .btn2--go { flex: none; }
.rls-form__hint { margin: 12px 0 0; font-size: 12.5px; color: #92A79B; }
.rls-form__hint a { color: #56D8A0; text-decoration: underline; text-underline-offset: 3px; }
.rls-form__err { margin: 12px 0 0; font-size: 13px; color: #FFB4B1; font-weight: 600; }
.rls-current__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--night-line); }
.rls-current__meta dt { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: #6E877B; }
.rls-current__meta dd { margin: 4px 0 0; font-size: 13.5px; color: #EAF2ED; }
.rls-current__sha { grid-column: 1 / -1; }
.rls-current__sha code { font-family: var(--mono); font-size: 11px; color: #92A79B; word-break: break-all; line-height: 1.5; }

.rls-how { border-top: 1px solid var(--sand-3); border-bottom: 1px solid var(--sand-3); background: var(--paper); }
.rls-how__in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.rls-how__step { padding: 30px 26px 30px 0; border-right: 1px solid var(--sand-3); display: flex; flex-direction: column; gap: 8px; }
.rls-how__step + .rls-how__step { padding-left: 26px; }
.rls-how__step:last-child { border-right: 0; padding-right: 0; }
.rls-how__step i { font-style: normal; width: 28px; height: 28px; border-radius: 50%; background: var(--green-soft); color: var(--green-deep); display: grid; place-items: center; font-size: 12px; font-weight: 700; font-family: var(--mono); }
.rls-how__step b { font-size: 16px; font-weight: 650; letter-spacing: -.01em; }
.rls-how__step p { margin: 0; font-size: 14px; line-height: 1.62; color: var(--ink-2); }

.rls-list { padding-bottom: 60px; }
.rls { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 32px; padding: 34px 0; border-top: 1px solid var(--sand-3); }
.rls__side { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.rls__v { font-family: var(--mono); font-size: 14px; font-weight: 600; padding: 6px 12px; border-radius: 999px; background: var(--sand-2); color: var(--ink); }
.rls__v.is-current { background: var(--green); color: #fff; }
.rls__date, .rls__size { font-size: 12.5px; color: var(--ink-3); font-family: var(--mono); }
.rls__t { margin: 0; font-family: var(--serif); font-size: 30px; line-height: 1.12; letter-spacing: -.02em; font-weight: 400; }
.rls__lede { margin: 10px 0 0; font-size: 16px; line-height: 1.65; color: var(--ink-2); max-width: 66ch; }
.rls__items { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.rls__items li { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 14px; align-items: baseline; font-size: 15px; line-height: 1.62; color: var(--ink-2); }
.rls__kind { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; padding: 4px 8px; border-radius: 6px; text-align: center; background: var(--sand-2); color: var(--ink-2); }
.rls__kind--new { background: var(--green-soft); color: var(--green-deep); }
.rls__kind--improved { background: #E6EEF8; color: #2C5282; }
.rls__kind--fixed { background: #FBEBCB; color: #8A5A0D; }
.rls__foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 22px; padding-top: 16px; border-top: 1px dashed var(--sand-3); }
.rls__sha { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.rls__sha b { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.rls__sha code { font-family: var(--mono); font-size: 11px; color: var(--ink-2); word-break: break-all; }
.rls__dl { display: flex; gap: 6px; flex: none; }
.rls__key { width: 230px; height: 40px; border-radius: 999px; border: 1px solid var(--sand-3); background: var(--paper); font-family: var(--mono); font-size: 12.5px; letter-spacing: .05em; padding: 0 14px; text-transform: uppercase; }
.rls__key::placeholder { text-transform: none; font-family: var(--sans); letter-spacing: 0; }
.rls__key:focus { outline: 0; border-color: var(--green); box-shadow: 0 0 0 4px rgba(6,167,107,.14); }
.rls__btn { height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font: inherit; font-size: 13.5px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.rls__btn:hover { background: var(--night); }

.rls-cta { background: var(--night); color: #EAF2ED; padding: 96px 0; }
.rls-cta__in { text-align: center; max-width: 720px; }
.rls-cta .dsp em { color: #56D8A0; }
.rls-cta .lede { color: #92A79B; margin-top: 18px; }
.rls-cta__b { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 30px; }

@media (max-width: 1080px) { .rls-hero__in { grid-template-columns: 1fr; } .rls-current { max-width: 560px; } .rls-how__in { grid-template-columns: 1fr 1fr; } .rls-how__step { border-right: 0; padding-left: 0 !important; } }
@media (max-width: 720px) {
  .rls-hero { padding-top: 56px; }
  .rls-current { padding: 22px 20px; }
  .rls-current__v { font-size: 72px; }
  .rls-form__row { flex-direction: column; gap: 12px; }
  .rls-form__in { height: 58px; padding: 0 22px; font-size: 16px; }
  .rls-form__in::placeholder { font-size: 15px; }
  .rls-current__meta { grid-template-columns: 1fr; }
  .rls-how__in { grid-template-columns: 1fr; }
  .rls { grid-template-columns: 1fr; gap: 14px; padding: 26px 0; }
  .rls__side { flex-direction: row; align-items: center; gap: 12px; }
  .rls__items li { grid-template-columns: 1fr; gap: 4px; }
  .rls__dl { width: 100%; flex-direction: column; }
  .rls__key { width: 100%; }
}

.ent-hero { position: relative; padding: 88px 0 64px; overflow: hidden; }
.ent-hero__in { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 520px; gap: 56px; align-items: center; }
.ent-hero__t { margin: 20px 0 0; max-width: 13ch; }
.ent-hero__s { margin: 24px 0 0; max-width: 56ch; }
.ent-hero__b { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.ent-hero__stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin-top: 46px; padding-top: 28px; border-top: 1px solid var(--sand-3); }
.ent-hero__stats b { display: block; font-family: var(--serif); font-weight: 400; font-size: 34px; letter-spacing: -.02em; line-height: 1; }
.ent-hero__stats span { display: block; margin-top: 8px; font-size: 12.5px; color: var(--ink-3); line-height: 1.45; }
.ent-scene { position: relative; }
.ent-scene__svg { display: block; width: 100%; height: auto; }
.ent-lbl { font-family: var(--sans); font-size: 11.5px; font-weight: 600; letter-spacing: .02em; }
.ent-lbl--light { fill: #EAF2ED; }
.ent-lbl--dim { fill: #6E877B; font-size: 10px; letter-spacing: .12em; }
.ent-lbl--ink { fill: var(--ink); }
.ent-lbl--ink2 { fill: var(--ink-3); font-weight: 500; letter-spacing: .06em; font-size: 10.5px; }
.ent-mono { font-family: var(--mono); font-size: 11px; }
.ent-mono--green { fill: #56D8A0; }
.ent-mono--ink { fill: var(--ink); font-size: 10px; }
.ent-route { fill: none; stroke: var(--sand-3); stroke-width: 1.5; stroke-dasharray: 4 5; }
.ent-route__glow { opacity: 0; animation: entGlow 6s ease-in-out infinite; }
.ent-pkg { transform: translate(196px, 180px); animation: entTravel 6s cubic-bezier(.4,0,.2,1) infinite; }
.ent-plan { opacity: 0; animation: entPlan 6s ease infinite; }
.ent-plan__bot { animation: entBot 6s linear infinite; }
.ent-tick { opacity: 0; transform-origin: 470px 104px; animation: entTick 6s ease infinite; }
.ent-units rect:nth-child(1) { animation: entUnit 6s ease infinite; }
.ent-units rect:nth-child(3) { animation: entUnit 6s ease infinite .12s; }
.ent-units rect:nth-child(5) { animation: entUnit 6s ease infinite .24s; }
@keyframes entTravel {
  0%, 8% { transform: translate(196px, 180px); opacity: 0; }
  14% { opacity: 1; }
  48% { transform: translate(322px, 180px); opacity: 1; }
  56%, 100% { transform: translate(322px, 180px); opacity: 0; }
}
@keyframes entGlow { 0%, 8% { opacity: 0; } 30% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes entPlan { 0%, 56% { opacity: 0; } 66%, 92% { opacity: 1; } 100% { opacity: 0; } }
@keyframes entBot { 0%, 66% { transform: translateX(0); } 92%, 100% { transform: translateX(100px); } }
@keyframes entTick { 0%, 58% { opacity: 0; transform: scale(.6); } 64%, 92% { opacity: 1; transform: scale(1); } 100% { opacity: 0; } }
@keyframes entUnit { 0%, 56% { fill: #EFE9DB; } 62%, 92% { fill: #DDEFE3; } 100% { fill: #EFE9DB; } }
@media (prefers-reduced-motion: reduce) {
  .ent-pkg, .ent-plan, .ent-plan__bot, .ent-tick, .ent-route__glow, .ent-units rect { animation: none; }
  .ent-pkg { transform: translate(258px, 180px); opacity: 1; }
  .ent-plan, .ent-tick { opacity: 1; }
}

.ent-why { border-top: 1px solid var(--sand-3); border-bottom: 1px solid var(--sand-3); background: var(--paper); }
.ent-why__in { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ent-why__card { padding: 40px 28px 40px 0; }
.ent-why__card + .ent-why__card { padding-left: 28px; border-left: 1px solid var(--sand-3); }
.ent-why__n { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--green-soft); color: var(--green-deep); font-family: var(--mono); font-size: 11px; }
.ent-why__card b { display: block; margin-top: 16px; font-size: 17px; font-weight: 640; letter-spacing: -.01em; }
.ent-why__card p { margin: 8px 0 0; font-size: 14px; color: var(--ink-2); line-height: 1.6; }

.ent-loop .flowline { margin-top: 10px; }

.ent-wire { padding: 104px 0; }
.ent-wire__in { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 480px; gap: 56px; align-items: center; }
.ent-wire__card { background: var(--night-2); border: 1px solid var(--night-line); border-radius: 18px; padding: 26px 28px; font-family: var(--mono); font-size: 13px; }
.ent-wire__row { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--night-line); }
.ent-wire__row span { color: #6E877B; }
.ent-wire__row code { color: #EAF2ED; }
.ent-wire__row--back { border-bottom: 0; }
.ent-wire__row--back span { color: #56D8A0; }
.ent-wire__sep { height: 14px; }
.ent-wire__never { margin-top: 18px; padding-top: 16px; border-top: 1px dashed var(--night-line); color: #92A79B; font-family: var(--sans); font-size: 13px; }

.ent-in__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ent-in__card { background: var(--paper); border: 1px solid var(--sand-3); border-radius: 18px; padding: 30px; }
.ent-in__k { font-size: 19px; font-weight: 640; letter-spacing: -.015em; }
.ent-in__card p { margin: 10px 0 0; font-size: 14.5px; color: var(--ink-2); line-height: 1.65; }
.ent-in__facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.ent-in__facts div { padding: 20px 22px; border: 1px solid var(--sand-3); border-radius: 14px; background: #FDFBF7; }
.ent-in__facts b { display: block; font-size: 17px; font-weight: 640; letter-spacing: -.01em; }
.ent-in__facts span { display: block; margin-top: 4px; font-size: 12.5px; color: var(--ink-3); }

.ent-rel { padding: 0 0 40px; }
.ent-rel__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.ent-rel__head .dsp { margin-top: 16px; }
.ent-rel__list { display: grid; gap: 12px; }
.ent-rel__item { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 24px; padding: 24px 26px; background: var(--paper); border: 1px solid var(--sand-3); border-radius: 16px; }
.ent-rel__v { font-family: var(--serif); font-size: 34px; letter-spacing: -.02em; line-height: 1; }
.ent-rel__v span { display: block; margin-top: 8px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--green-deep); }
.ent-rel__body b { font-size: 16px; font-weight: 640; letter-spacing: -.01em; }
.ent-rel__body p { margin: 6px 0 0; font-size: 14px; color: var(--ink-2); line-height: 1.6; max-width: 70ch; }
.ent-rel__meta { margin-top: 12px; font-size: 12.5px; color: var(--ink-3); }
.ent-rel__meta code { font-family: var(--mono); font-size: 12px; }

@media (max-width: 1080px) {
  .ent-hero__in, .ent-wire__in { grid-template-columns: 1fr; }
  .ent-scene { max-width: 560px; }
  .ent-why__in { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ent-why__card { padding: 28px 22px 28px 0; }
  .ent-why__card + .ent-why__card { padding-left: 22px; }
  .ent-why__card:nth-child(3) { border-left: 0; padding-left: 0; border-top: 1px solid var(--sand-3); }
  .ent-why__card:nth-child(4) { border-top: 1px solid var(--sand-3); }
  .ent-in__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .ent-hero__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ent-why__in { grid-template-columns: 1fr; }
  .ent-why__card, .ent-why__card + .ent-why__card { padding: 24px 0; border-left: 0; border-top: 1px solid var(--sand-3); }
  .ent-why__card:first-child { border-top: 0; }
  .ent-in__grid { grid-template-columns: 1fr; }
  .ent-rel__item { grid-template-columns: 1fr; gap: 12px; }
}
.tier__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--green-deep); text-decoration: none; }
.tier__more:hover { text-decoration: underline; }
.tier { scroll-margin-top: 90px; }

.ho { padding: 72px 0 110px; }
.ho__in { max-width: 1080px; }
.ho__grid { display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 56px; align-items: start; }
.ho__grid .dsp { margin-top: 18px; max-width: 14ch; }
.ho__grid .lede { margin-top: 18px; }
.ho__promise { margin-top: 32px; display: grid; gap: 14px; }
.ho__promise div { padding: 16px 18px; border: 1px solid var(--sand-3); border-radius: 14px; background: var(--paper); }
.ho__promise b { display: block; font-size: 15px; font-weight: 640; letter-spacing: -.01em; }
.ho__promise span { display: block; margin-top: 3px; font-size: 13.5px; color: var(--ink-2); line-height: 1.5; }
.ho__fine { margin-top: 22px; font-size: 13px; color: var(--ink-3); line-height: 1.6; max-width: 52ch; }
.ho__form { background: var(--paper); border: 1px solid var(--sand-3); border-radius: 22px; padding: 28px; display: grid; gap: 16px; position: sticky; top: 24px; }
.ho__field { display: grid; gap: 6px; }
.ho__field > span { font-size: 12.5px; font-weight: 640; color: var(--ink-2); }
.ho__field input, .ho__field textarea { width: 100%; box-sizing: border-box; border: 1px solid var(--sand-3); border-radius: 12px; background: #FDFBF7; padding: 12px 14px; font: inherit; font-size: 15px; color: var(--ink); }
.ho__field input:focus, .ho__field textarea:focus { outline: 0; border-color: var(--green); box-shadow: 0 0 0 4px rgba(6,167,107,.14); }
.ho__field em { font-style: normal; font-size: 12.5px; color: #B3402F; }
.ho__field.is-bad input { border-color: #B3402F; }
.ho__two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ho__seg { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ho__seg label { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid var(--sand-3); border-radius: 12px; font-size: 13px; color: var(--ink-2); cursor: pointer; background: #FDFBF7; }
.ho__seg label:has(input:checked) { border-color: var(--green); color: var(--ink); background: var(--green-soft); }
.ho__seg input { accent-color: var(--green); margin: 0; }
.ho__send { justify-content: center; width: 100%; }
.ho__err { padding: 12px 14px; border-radius: 12px; background: rgba(179,64,47,.08); color: #B3402F; font-size: 13.5px; }
.ho__form .ho__fine { margin-top: 0; }
@media (max-width: 960px) { .ho__grid { grid-template-columns: 1fr; } .ho__form { position: static; } }
@media (max-width: 560px) { .ho__two, .ho__seg { grid-template-columns: 1fr; } }

.nr-hero { padding: 96px 0 0; }
.nr-hero__in { position: relative; max-width: 960px; }
.nr-hero__kicker { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.nr-hero__date { font-family: var(--mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: #6E877B; }
.nr-hero__t { margin: 26px 0 0; font-size: clamp(38px, 5.4vw, 74px); line-height: 1.04; letter-spacing: -.025em; max-width: 18ch; color: #EAF2ED; }
.nr-hero__s { margin: 26px 0 0; max-width: 62ch; font-size: 19px; }
.nr-hero__b { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.nr-hero__art { position: relative; margin-top: 64px; margin-bottom: -140px; z-index: 2; }
.nr-hero__art img { display: block; width: 100%; height: auto; border-radius: 22px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.55); }
.nr-facts { background: var(--sand); padding: 200px 0 0; }
.nr-facts__in { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding-top: 44px; padding-bottom: 44px; border-bottom: 1px solid var(--sand-3); }
.nr-fact b { display: block; font-family: var(--serif); font-weight: 400; font-size: 56px; line-height: 1; letter-spacing: -.03em; color: var(--green-deep); }
.nr-fact span { display: block; margin-top: 10px; font-size: 13.5px; color: var(--ink-2); line-height: 1.5; max-width: 22ch; }
.nr-body { padding: 72px 0 40px; }
.nr-body__in { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 72px; align-items: start; }
.nr-body__col { max-width: 66ch; }
.nr-body__dateline { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 22px; }
.nr-body__dateline b { color: var(--ink); font-weight: 700; }
.nr-p { font-size: 18.5px; line-height: 1.7; color: var(--ink); margin: 0 0 24px; }
.nr-p--first::first-letter { font-family: var(--serif); font-size: 4.6em; line-height: .8; float: left; margin: 6px 12px 0 -2px; color: var(--green-deep); }
.nr-quote { margin: 48px 0; padding: 0 0 0 28px; border-left: 3px solid var(--green); }
.nr-quote blockquote { margin: 0; font-family: var(--serif); font-size: clamp(26px, 3vw, 36px); line-height: 1.22; letter-spacing: -.015em; color: var(--ink); }
.nr-quote figcaption { margin-top: 16px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.nr-side { display: grid; gap: 16px; position: sticky; top: 24px; }
.nr-side__card { background: var(--paper); border: 1px solid var(--sand-3); border-radius: 18px; padding: 22px 24px; }
.nr-side__k { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 10px; }
.nr-side__card p { margin: 0 0 10px; font-size: 14px; line-height: 1.6; color: var(--ink-2); }
.nr-side__card p:last-child { margin-bottom: 0; }
.nr-side__card a { color: var(--green-deep); text-decoration: none; }
.nr-side__card a:hover { text-decoration: underline; }
.nr-side__fine { font-size: 12.5px !important; color: var(--ink-3) !important; }
.nr-shots { padding: 64px 0 104px; background: var(--sand); }
.nr-shots__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.nr-shot { margin: 0; }
.nr-shot img { display: block; width: 100%; height: auto; border-radius: 16px; border: 1px solid var(--sand-3); background: var(--paper); }
.nr-shot figcaption { margin-top: 12px; font-size: 13.5px; color: var(--ink-2); }
@media (max-width: 1080px) {
  .nr-facts__in { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nr-body__in { grid-template-columns: 1fr; gap: 40px; }
  .nr-side { position: static; }
  .nr-shots__grid { grid-template-columns: 1fr; }
  .nr-hero__art { margin-bottom: -90px; }
  .nr-facts { padding-top: 140px; }
}
@media (max-width: 640px) {
  .nr-facts__in { grid-template-columns: 1fr; }
  .nr-p { font-size: 17px; }
  .nr-hero__art { margin-bottom: -50px; }
  .nr-facts { padding-top: 90px; }
}
.ho__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.ho__seg--1 { grid-template-columns: 1fr; }
.ho__seg--4 { grid-template-columns: repeat(2, 1fr); }
.ho__seg--5 { grid-template-columns: repeat(2, 1fr); }
.ho__field > em { font-style: normal; font-size: 12.5px; color: #B3402F; }
.ho__field .ho__seg input, .ho__seg input[type=radio] { width: auto; padding: 0; border: 0; background: none; box-shadow: none; flex: none; }
.ho__seg label span { flex: 1; text-align: left; }

@media (max-width: 720px) {
  .foot__bar { margin-top: 36px; padding-top: 30px; flex-direction: column; gap: 12px; }
}

.st-hero { padding: 88px 0 40px; }
.st-hero__in { max-width: 900px; }
.st-hero__row { display: flex; align-items: center; gap: 22px; margin-top: 18px; }
.st-hero__t { margin: 0; }
.st-dot { width: 22px; height: 22px; border-radius: 50%; background: var(--green); flex: none; box-shadow: 0 0 0 8px rgba(6,167,107,.16); animation: stPulse 2.4s ease-in-out infinite; }
.st-dot--bad { background: var(--red); box-shadow: 0 0 0 8px rgba(220,91,87,.16); animation: none; }
@keyframes stPulse { 0%, 100% { box-shadow: 0 0 0 8px rgba(6,167,107,.16); } 50% { box-shadow: 0 0 0 14px rgba(6,167,107,.06); } }
@media (prefers-reduced-motion: reduce) { .st-dot { animation: none; } }
.st-hero__meta { margin: 22px 0 0; font-size: 13.5px; color: var(--ink-3); }
.st-hero__meta a { color: var(--green-deep); text-decoration: none; }
.st-list { display: grid; gap: 14px; padding-bottom: 24px; }
.st-item { background: var(--paper); border: 1px solid var(--sand-3); border-radius: 20px; padding: 24px 28px; }
.st-item__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.st-item__name { display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; align-items: center; }
.st-item__name b { font-size: 17px; font-weight: 640; letter-spacing: -.01em; }
.st-item__sub { grid-column: 2; font-size: 13.5px; color: var(--ink-3); }
.st-pill { font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; padding: 5px 10px; border-radius: 999px; background: var(--green-soft); color: var(--green-deep); white-space: nowrap; }
.st-pill--bad { background: rgba(220,91,87,.12); color: #A83232; }
.st-pill--off { background: var(--sand-2); color: var(--ink-3); }
.st-item__meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; color: var(--ink-3); padding-top: 4px; }
.st-item__meta b { color: var(--ink); font-weight: 640; }
.st-strip { display: grid; grid-template-columns: repeat(90, 1fr); gap: 3px; margin-top: 18px; }
.st-strip i { display: block; height: 28px; border-radius: 3px; background: var(--green); }
.st-strip__none { background: var(--sand-2) !important; }
.st-strip__bad { background: var(--red) !important; }
.st-strip__legend { display: flex; justify-content: space-between; margin-top: 8px; font-size: 11px; color: var(--ink-3); letter-spacing: .06em; text-transform: uppercase; }
.st-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 24px 28px 96px; }
.st-note b { display: block; font-size: 15px; font-weight: 640; margin-bottom: 8px; }
.st-note p { margin: 0; font-size: 14px; color: var(--ink-2); line-height: 1.65; }
.st-note a { color: var(--green-deep); }
@media (max-width: 720px) {
  .st-hero__row { align-items: flex-start; gap: 14px; }
  .st-dot { margin-top: 14px; width: 16px; height: 16px; }
  .st-strip { grid-template-columns: repeat(30, 1fr); }
  .st-strip i:nth-child(-n+60) { display: none; }
  .st-strip__legend span:first-child::after { content: " (30 shown)"; }
  .st-notes { grid-template-columns: 1fr; }
  .st-item { padding: 20px; }
}

.rls-year { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin: 44px 0 6px; padding-bottom: 10px; border-bottom: 1px solid var(--sand-3); }
.rls-year--first { margin-top: 0; }
.rls-more { display: flex; align-items: center; gap: 10px; width: 100%; margin: 28px 0 0; padding: 18px 22px; border: 1px solid var(--sand-3); border-radius: 16px; background: var(--paper); color: var(--ink); font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; text-align: left; }
.rls-more b { font-family: var(--mono); font-size: 12px; font-weight: 600; color: var(--green-deep); background: var(--green-soft); padding: 3px 9px; border-radius: 999px; }
.rls-more svg { margin-left: auto; color: var(--ink-3); transition: transform .2s ease; }
.rls-more[aria-expanded="true"] svg { transform: rotate(180deg); }
.rls-more:hover { border-color: var(--ink); }
.rls-older { margin-top: 8px; }
.legal__table { width: 100%; border-collapse: collapse; margin: 18px 0 0; font-size: 14.5px; }
.legal__table th { text-align: left; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; padding: 0 14px 8px 0; border-bottom: 1px solid var(--rule); }
.legal__table td { padding: 12px 14px 12px 0; border-bottom: 1px solid var(--rule); color: var(--ink-2); line-height: 1.55; vertical-align: top; }
.legal__table td:last-child, .legal__table th:last-child { padding-right: 0; white-space: nowrap; }
.legal__table tr.is-muted td { color: var(--ink-3); }
.tagline { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
@media (max-width: 700px) { .legal__table, .legal__table tbody, .legal__table tr, .legal__table td { display: block; width: 100%; } .legal__table thead { display: none; } .legal__table tr { padding: 12px 0; border-bottom: 1px solid var(--rule); } .legal__table td { border: 0; padding: 2px 0; } .legal__table td:last-child { white-space: normal; } }
.faq__links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 12px; }
.faq__links a { color: var(--green-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
