:root {
  --sc-canvas: #f7f6f1;
  --sc-surface: #ffffff;
  --sc-ink: #101a28;
  --sc-ink-soft: #586574;
  --sc-accent: #5f9148;
  --sc-accent-ink: #ffffff;
  --sc-font-display: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --sc-font-text: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --sc-font-mono: "SFMono-Regular", Consolas, monospace;
  --sc-shadow-color: 208 38% 18%;
  --sc-edge: inset 0 1px 0 rgb(255 255 255 / 0.9);
  --paper: #f7f6f1;
  --paper-deep: #eeeee7;
  --mineral: #e9eee9;
  --ink: #101a28;
  --ink-soft: #586574;
  --blue: #14568a;
  --blue-bright: #286da5;
  --green: #5f9148;
  --green-deep: #315d36;
  --line: rgb(16 26 40 / 0.14);
  --header-h: 5rem;
}

html { background: var(--paper); }
body { background: var(--paper); color: var(--ink); }

::selection { background: #c9ddb9; color: var(--ink); }

[data-sc-progress] {
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  z-index: 110;
}

.paper-grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.025;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3'/></filter><rect width='180' height='180' filter='url(%23n)' opacity='.55'/></svg>");
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 200;
  padding: 0.65rem 0.9rem;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  height: var(--header-h);
  display: grid;
  grid-template-columns: minmax(13rem, 1fr) auto minmax(13rem, 1fr);
  align-items: center;
  gap: 2rem;
  padding: 0.55rem clamp(1.1rem, 3vw, 3.5rem);
  background: color-mix(in oklab, var(--paper) 88%, transparent);
  border-bottom: 1px solid rgb(16 26 40 / 0.09);
  backdrop-filter: blur(18px) saturate(1.2);
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease;
}

.brand-lockup {
  display: block;
  width: clamp(12rem, 17vw, 17rem);
  height: 3.6rem;
  overflow: hidden;
  text-decoration: none;
}
.brand-lockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-index { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); }
.catalog-index a,
.text-link {
  color: currentColor;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-decoration: none;
}
.catalog-index a { opacity: 0.64; transition: opacity 160ms ease; }
.catalog-index a:hover,
.catalog-index a:focus-visible,
.catalog-index a[aria-current="true"] { opacity: 1; }

.auth-actions { display: flex; align-items: center; gap: 0.85rem; flex-wrap: wrap; }
.auth-actions--header { justify-content: flex-end; flex-wrap: nowrap; }

.button {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.78rem 1.35rem;
  border: 1px solid var(--green-deep);
  border-radius: 0.2rem;
  background: var(--green-deep);
  color: white;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
  box-shadow: 0 12px 30px rgb(49 93 54 / 0.13);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); background: #284f2e; border-color: #284f2e; }
.button--compact { min-height: 2.65rem; padding: 0.6rem 1rem; }
.button--ghost { background: transparent; color: var(--ink); border-color: rgb(16 26 40 / 0.3); box-shadow: none; }
.button--ghost:hover { background: rgb(255 255 255 / 0.72); color: var(--ink); border-color: var(--ink); }
.button--light { background: white; border-color: white; color: var(--green-deep); }
.button--light:hover { background: #edf3e8; border-color: #edf3e8; }
.button--ghost-light { background: transparent; border-color: rgb(255 255 255 / 0.48); color: white; box-shadow: none; }
.button--ghost-light:hover { background: rgb(255 255 255 / 0.08); border-color: white; }

.eyebrow,
.folio,
.object-label,
.catalog-number {
  margin: 0;
  font-family: var(--sc-font-mono);
  font-size: clamp(0.68rem, 0.65rem + 0.12vw, 0.78rem);
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.eyebrow { color: var(--green-deep); font-weight: 700; }
.folio { color: var(--ink-soft); }

.hero { background: var(--paper); }
.hero-stage { background: var(--paper); isolation: isolate; }
.hero-wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 76% 52%, rgb(95 145 72 / 0.16), transparent 31%),
    linear-gradient(118deg, transparent 0 58%, rgb(20 86 138 / 0.05) 58% 59%, transparent 59%);
}
.hero-copy {
  position: absolute;
  z-index: 8;
  top: clamp(8.2rem, 18vh, 12rem);
  left: clamp(1.4rem, 6vw, 6.5rem);
  width: min(43rem, 44vw);
}
.hero-copy-plate { position: absolute; z-index: 7; left: 0; top: var(--header-h); bottom: 0; width: 54vw; background: linear-gradient(90deg, var(--paper) 0 80%, rgb(247 246 241 / 0.92) 90%, transparent 100%); pointer-events: none; }
.hero-copy h1 {
  margin: 1rem 0 1.2rem;
  max-width: 12ch;
  font-size: clamp(3.4rem, 5.8vw, 6.8rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
.hero-support {
  max-width: 38rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.1vw, 1.22rem);
  line-height: 1.55;
}
.auth-actions--hero { margin-top: 1.6rem; }
.microcopy {
  max-width: 34rem;
  margin: 0.9rem 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.planning-lens { position: absolute; display: grid; place-items: center; aspect-ratio: 1; }
.planning-lens--hero {
  z-index: -1;
  right: -4vw;
  top: 10vh;
  width: min(59rem, 59vw);
  opacity: calc(0.4 + var(--sc-p, 0) * 0.42);
  transform: rotate(calc(-28deg + var(--sc-p, 0) * 62deg)) scale(calc(0.78 + var(--sc-p, 0) * 0.22));
}
.lens-ring,
.lens-core { position: absolute; display: block; border-radius: 50%; }
.lens-ring { mask: radial-gradient(circle, transparent 61%, #000 62% 69%, transparent 70%); -webkit-mask: radial-gradient(circle, transparent 61%, #000 62% 69%, transparent 70%); }
.lens-ring::after { content: ""; position: absolute; inset: 0; border-radius: 50%; }
.lens-ring--one { inset: 0; background: conic-gradient(from 26deg, var(--green-deep) 0 75%, transparent 75% 81%, var(--green) 81% 94%, transparent 94%); transform: rotate(calc(var(--sc-p, 0) * 48deg)); }
.lens-ring--two { inset: 15%; background: conic-gradient(from 12deg, var(--green) 0 67%, transparent 67% 75%, #8bb469 75% 91%, transparent 91%); transform: rotate(calc(var(--sc-p, 0) * -66deg)); }
.lens-ring--three { inset: 31%; background: conic-gradient(from 55deg, var(--blue) 0 79%, transparent 79% 87%, var(--blue-bright) 87% 95%, transparent 95%); transform: rotate(calc(var(--sc-p, 0) * 86deg)); }
.lens-core { width: 8%; aspect-ratio: 1; background: var(--blue); box-shadow: 0 0 0 0.7rem rgb(255 255 255 / 0.82); }

.hero-product {
  position: absolute;
  z-index: 6;
  right: clamp(1.2rem, 4.5vw, 5rem);
  top: 51%;
  width: min(49rem, 49vw);
  transform: translateY(-46%);
  perspective: 1600px;
}
.laptop {
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 80%;
  transform:
    translate3d(calc((1 - var(--sc-p, 0)) * 7vw), calc((1 - var(--sc-p, 0)) * 13vh), 0)
    rotateX(calc(49deg - var(--sc-p, 0) * 47deg))
    rotateY(calc(-28deg + var(--sc-p, 0) * 24deg))
    rotateZ(calc(5deg - var(--sc-p, 0) * 5deg))
    scale(calc(0.8 + var(--sc-p, 0) * 0.2));
  filter: drop-shadow(0 40px 30px rgb(17 34 53 / 0.19));
}
.laptop-screen {
  position: relative;
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 16 / 10;
  padding: 1.55%;
  border: 2px solid #0c1118;
  border-radius: 1.05rem 1.05rem 0.42rem 0.42rem;
  background: linear-gradient(145deg, #202a35, #080c11 45%, #1d2731);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.15), 0 24px 50px rgb(16 26 40 / 0.18);
}
.laptop-camera { position: absolute; top: 0.45%; left: 50%; width: 0.42rem; aspect-ratio: 1; border-radius: 50%; background: #1b2935; transform: translateX(-50%); z-index: 3; }
.screen-viewport { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 0.42rem 0.42rem 0.18rem 0.18rem; background: white; }
.screen-scroll-track {
  width: 100%;
  height: 400%;
  transform: translate3d(0, calc(var(--sc-p, 0) * -75%), 0);
  will-change: transform;
}
.screen-page {
  width: 100%;
  height: 25%;
  margin: 0;
  overflow: hidden;
  background: white;
}
.screen-page img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
}
.screen-page:last-child img { object-position: center; }
.laptop-base {
  position: relative;
  width: 100%;
  height: 1.35rem;
  border-radius: 0.12rem 0.12rem 1.1rem 1.1rem;
  background: linear-gradient(180deg, #eef1f1, #abb2b5 45%, #e2e5e5 72%, #899094);
  transform: perspective(400px) rotateX(58deg);
  transform-origin: 50% 0;
  box-shadow: 0 18px 22px rgb(16 26 40 / 0.16);
}
.laptop-base span { position: absolute; top: 0; left: 42%; width: 16%; height: 38%; border-radius: 0 0 0.35rem 0.35rem; background: #b8bec0; }
.object-label { margin: 2.2rem 0 0 5%; color: var(--ink-soft); }
.object-label span { color: var(--green-deep); margin-right: 0.75rem; }
.scroll-note { position: absolute; left: clamp(1.4rem, 6vw, 6.5rem); bottom: 2rem; z-index: 7; display: flex; align-items: center; gap: 0.7rem; color: var(--ink-soft); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.scroll-note span { width: 2.5rem; height: 1px; background: currentColor; transform-origin: left; animation: scroll-pulse 1.8s ease-in-out infinite; }
@keyframes scroll-pulse { 50% { transform: scaleX(0.45); opacity: 0.45; } }

.scene { position: relative; z-index: 4; }
.scene--paper { background: var(--paper); }
.scene--ink { background: var(--ink); color: white; }
.scene--mineral { background: var(--mineral); }
.scene-grid { width: min(100%, 92rem); min-height: 92vh; margin: 0 auto; padding: clamp(7rem, 13vh, 11rem) clamp(1.4rem, 6vw, 6.5rem); display: grid; grid-template-columns: 0.52fr 2.4fr 1fr; gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.thesis-line { padding-top: 9vh; }
.thesis-line h2 { margin: 0.9rem 0 0; max-width: 18ch; font-size: clamp(2.8rem, 5.2vw, 6.3rem); font-weight: 500; line-height: 0.99; letter-spacing: -0.05em; }
.thesis-aside { align-self: end; margin-bottom: 8vh; }
.thesis-aside p { color: var(--ink-soft); line-height: 1.65; }
.arrow-link { display: inline-flex; gap: 0.65rem; margin-top: 1.1rem; color: var(--green-deep); font-size: 0.84rem; font-weight: 700; text-decoration: none; }

.catalog { background: #e8eee8; }
.catalog-stage { background: #e8eee8; padding-top: calc(var(--header-h) + 3vh); display: flex; align-items: center; }
.catalog-rail { align-items: stretch; gap: clamp(1rem, 1.6vw, 1.75rem); padding-inline: clamp(1.4rem, 5vw, 5.5rem); }
.catalog-item { flex: 0 0 auto; }
.catalog-intro { width: min(31rem, 38vw); padding: 7vh 2vw 3vh 0; display: flex; flex-direction: column; justify-content: center; }
.catalog-intro h2 { margin: 1rem 0 1.2rem; font-size: clamp(3rem, 4.8vw, 5.7rem); line-height: 0.95; letter-spacing: -0.055em; font-weight: 500; }
.catalog-intro > p:last-child { max-width: 31rem; color: var(--ink-soft); line-height: 1.6; }
.catalog-card { width: min(49rem, 58vw); height: min(72vh, 46rem); align-self: center; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: white; border: 1px solid rgb(16 26 40 / 0.12); box-shadow: 0 28px 70px rgb(16 26 40 / 0.12), inset 0 1px white; }
.catalog-media { min-height: 0; overflow: hidden; padding: clamp(0.8rem, 1.5vw, 1.4rem); background: #f4f6f3; }
.catalog-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; background: white; border: 1px solid rgb(16 26 40 / 0.08); box-shadow: 0 10px 28px rgb(16 26 40 / 0.09); }
.catalog-media--legacy img { transform: scale(1.2); }
.catalog-caption { display: grid; grid-template-columns: 8rem minmax(7rem, 0.7fr) 1.4fr; gap: 1rem; align-items: start; padding: clamp(1.1rem, 2vw, 2rem); border-top: 1px solid var(--line); }
.catalog-caption h3 { margin: 0; font-size: 1.65rem; font-weight: 600; letter-spacing: -0.03em; }
.catalog-caption p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; line-height: 1.5; }
.catalog-caption .catalog-number { color: var(--green-deep); font-size: 0.67rem; }
.catalog-close { width: min(30rem, 38vw); padding: 8vh clamp(1.5rem, 3vw, 3rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--green-deep); color: white; }
.catalog-close .eyebrow { color: #c8ddb9; }
.catalog-list { margin: 1.3rem 0 2rem; font-size: clamp(1.35rem, 2vw, 2.15rem); line-height: 1.35; letter-spacing: -0.025em; }
.catalog-close .button { background: white; border-color: white; color: var(--green-deep); }
.mini-lens { position: relative; width: 7rem; aspect-ratio: 1; margin-bottom: 2.5rem; }
.mini-lens span { position: absolute; inset: 0; border: 0.7rem solid rgb(255 255 255 / 0.72); border-right-color: transparent; border-radius: 50%; }
.mini-lens span:nth-child(2) { inset: 20%; border-width: 0.55rem; transform: rotate(28deg); }
.mini-lens span:nth-child(3) { inset: 41%; border-width: 0.42rem; transform: rotate(56deg); }
@media (prefers-reduced-motion: no-preference) {
  .catalog-card {
    opacity: clamp(0.55, calc(0.55 + (var(--sc-p, 0) - var(--settle)) * 2.2), 1);
    transform: translateY(calc(clamp(0, calc(0.25 - (var(--sc-p, 0) - var(--settle))), 0.25) * 5rem));
  }
}

.peak { background: var(--ink); color: white; }
.peak-stage { background: var(--ink); color: white; isolation: isolate; }
.peak-ground { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 62% 54%, rgb(40 109 165 / 0.24), transparent 31%), radial-gradient(circle at 64% 52%, rgb(95 145 72 / 0.16), transparent 47%); }
.peak-text-plate { position: absolute; z-index: 10; left: 0; top: var(--header-h); bottom: 0; width: 43vw; background: linear-gradient(90deg, var(--ink) 0 70%, rgb(16 26 40 / 0.92) 82%, transparent 100%); pointer-events: none; }
.peak-heading { position: absolute; z-index: 12; left: clamp(1.4rem, 5vw, 5.5rem); top: clamp(7.5rem, 15vh, 10rem); width: min(34rem, 38vw); }
.peak-heading .folio { color: rgb(255 255 255 / 0.48); }
.peak-heading .eyebrow { margin-top: 2rem; color: #a8c991; }
.peak-heading h2 { margin: 0.9rem 0 0; font-size: clamp(2.6rem, 3.6vw, 3.4rem); line-height: 0.98; letter-spacing: -0.05em; font-weight: 500; }
.peak-heading h2 span { display: block; white-space: nowrap; }
.constellation { --spread: clamp(0, calc((var(--sc-p, 0) - 0.1) * 1.55), 1); position: absolute; inset: 0; }
.constellation-lens { position: absolute; z-index: 5; left: 69%; top: 53%; width: clamp(10rem, 18vw, 21rem); aspect-ratio: 1; transform: translate(-50%, -50%) rotate(calc(var(--sc-p, 0) * 110deg)) scale(calc(0.68 + var(--spread) * 0.32)); opacity: calc(0.5 + var(--spread) * 0.5); }
.orbit-card { position: absolute; z-index: 6; left: 69%; top: 53%; width: clamp(11rem, 20vw, 22rem); margin: 0; padding: 0.5rem; background: #fdfdfb; color: var(--ink); border: 1px solid rgb(255 255 255 / 0.38); box-shadow: 0 28px 90px rgb(0 0 0 / 0.28); opacity: calc(0.18 + var(--spread) * 0.82); transform: translate(-50%, -50%) translate(calc(var(--spread) * var(--orbit-x)), calc(var(--spread) * var(--orbit-y))) rotate(calc(var(--spread) * var(--orbit-r))) scale(calc(0.52 + var(--spread) * 0.48)); }
.orbit-card img { width: 100%; height: auto; aspect-ratio: 1.29; object-fit: contain; object-position: center; background: white; border: 1px solid rgb(16 26 40 / 0.08); }
.orbit-card figcaption { padding: 0.42rem 0.2rem 0.1rem; font-family: var(--sc-font-mono); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green-deep); }
.orbit-card--tax { --orbit-x: -16vw; --orbit-y: -25vh; --orbit-r: -5deg; }
.orbit-card--medicare { --orbit-x: 15vw; --orbit-y: -24vh; --orbit-r: 4deg; }
.orbit-card--income { --orbit-x: -16vw; --orbit-y: 24vh; --orbit-r: 3deg; }
.orbit-card--estate { --orbit-x: 15vw; --orbit-y: 23vh; --orbit-r: -4deg; }
.orbit-card--legacy { --orbit-x: 0vw; --orbit-y: 2vh; --orbit-r: 0deg; z-index: 8; }
.peak-note { position: absolute; z-index: 14; left: clamp(1.4rem, 5vw, 5.5rem); bottom: 7vh; width: min(26rem, 30vw); margin: 0; color: rgb(255 255 255 / 0.62); font-size: 0.92rem; line-height: 1.55; }

.reports { min-height: 105vh; padding: clamp(6rem, 10vh, 8rem) clamp(1.4rem, 5vw, 5.5rem); display: grid; grid-template-columns: minmax(18rem, 0.82fr) minmax(36rem, 1.7fr); gap: clamp(3rem, 6vw, 8rem); align-items: center; overflow: hidden; }
.reports-copy { align-self: start; position: sticky; top: 18vh; }
.reports-copy .folio { color: rgb(255 255 255 / 0.45); }
.reports-copy .eyebrow { margin-top: 2rem; color: #a8c991; }
.reports-copy h2 { margin: 0.9rem 0 1.4rem; font-size: clamp(3rem, 4.7vw, 5.6rem); line-height: 0.96; letter-spacing: -0.055em; font-weight: 500; }
.reports-copy > p:last-child { max-width: 35rem; color: rgb(255 255 255 / 0.62); line-height: 1.65; }
.report-spread { min-height: 78vh; position: relative; perspective: 1500px; }
.report-sheet { position: absolute; width: min(49rem, 58vw); margin: 0; padding: 0.65rem; background: #fdfdfb; color: var(--ink); border: 1px solid rgb(255 255 255 / 0.25); box-shadow: 0 30px 100px rgb(0 0 0 / 0.34); }
.report-sheet img { width: 100%; height: auto; border: 1px solid rgb(16 26 40 / 0.08); }
.report-sheet figcaption { padding: 0.6rem 0.25rem 0.1rem; color: var(--ink-soft); font-family: var(--sc-font-mono); font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; }
.report-sheet--one { left: 0; top: 6vh; transform: rotate(-6deg); }
.report-sheet--two { left: 9%; top: 23vh; transform: rotate(3deg); }
.report-sheet--three { left: 20%; top: 42vh; transform: rotate(-1.5deg); }

.modes { padding: clamp(7rem, 12vh, 10rem) clamp(1.4rem, 6vw, 6.5rem); }
.modes-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; width: min(100%, 88rem); margin: 0 auto 5rem; }
.modes-heading h2 { margin: 0; max-width: 17ch; font-size: clamp(2.9rem, 5vw, 5.9rem); line-height: 0.98; letter-spacing: -0.055em; font-weight: 500; }
.mode-grid { width: min(100%, 88rem); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2vw, 2rem); }
.mode-panel { min-width: 0; padding: clamp(1.1rem, 2.4vw, 2.5rem); background: rgb(255 255 255 / 0.62); border: 1px solid rgb(16 26 40 / 0.12); }
.mode-number { margin: 0 0 1rem; font-family: var(--sc-font-mono); color: var(--green-deep); }
.mode-media { height: clamp(17rem, 32vw, 31rem); overflow: hidden; background: white; border: 1px solid var(--line); }
.mode-media img,
.mode-media video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.mode-media--report { padding: 1rem; background: #dde3dc; }
.mode-media--report img,
.mode-media--report video { object-fit: contain; box-shadow: 0 16px 40px rgb(16 26 40 / 0.15); }
.mode-panel h3 { margin: 1.5rem 0 0.55rem; font-size: clamp(1.8rem, 2.7vw, 2.8rem); letter-spacing: -0.04em; font-weight: 600; }
.mode-panel > p:last-child { margin: 0; max-width: 37rem; color: var(--ink-soft); line-height: 1.6; }
.modes-actions { width: min(100%, 88rem); margin: 2.4rem auto 0; display: flex; align-items: center; gap: 1.2rem; }

.features { background: #e9eee8; }
.features-stage { background: #e9eee8; color: var(--ink); isolation: isolate; }
.features-stage::before { content: ""; position: absolute; inset: var(--header-h) 0 0 34vw; z-index: -2; opacity: 0.45; background-image: linear-gradient(rgb(16 26 40 / 0.055) 1px, transparent 1px), linear-gradient(90deg, rgb(16 26 40 / 0.055) 1px, transparent 1px); background-size: 3.2rem 3.2rem; }
.features-intro { position: absolute; left: 0; top: var(--header-h); bottom: 0; width: 34vw; padding: clamp(3rem, 8vh, 6rem) clamp(2rem, 5vw, 5.5rem); background: var(--ink); color: white; overflow: hidden; }
.features-intro::after { content: ""; position: absolute; right: -11rem; bottom: -15rem; width: 34rem; aspect-ratio: 1; border: 4rem solid rgb(95 145 72 / 0.14); border-right-color: transparent; border-radius: 50%; transform: rotate(calc(var(--sc-p, 0) * 90deg)); }
.features-intro .folio { color: rgb(255 255 255 / 0.42); }
.features-intro .eyebrow { margin-top: 2.4rem; color: #a8c991; }
.features-intro h2 { position: relative; z-index: 2; margin: 1rem 0 1.3rem; max-width: 10ch; font-size: clamp(3rem, 4.45vw, 5.3rem); line-height: 0.96; letter-spacing: -0.055em; font-weight: 500; }
.features-lede { position: relative; z-index: 2; max-width: 29rem; margin: 0; color: rgb(255 255 255 / 0.64); line-height: 1.6; }
.features-actions { position: relative; z-index: 3; margin-top: 1.8rem; }
.features-actions .text-link { color: white; }
.features-progress { position: absolute; z-index: 2; left: clamp(2rem, 5vw, 5.5rem); bottom: 4.2vh; width: min(23rem, 22vw); height: 1.2rem; }
.features-progress__track,
.features-progress__fill { position: absolute; left: 0; top: 50%; width: 100%; height: 1px; transform-origin: left center; }
.features-progress__track { background: rgb(255 255 255 / 0.2); }
.features-progress__fill { background: #a8c991; transform: scaleX(var(--sc-p, 0)); }
.features-progress__marker { position: absolute; left: 0; top: 50%; width: 0.72rem; aspect-ratio: 1; border: 2px solid #a8c991; border-radius: 50%; background: var(--ink); transform: translate(-50%, -50%) translateX(calc(var(--sc-p, 0) * min(23rem, 22vw))); }
.features-progress__node { position: absolute; left: calc(var(--node) * 20%); top: 50%; width: 0.28rem; aspect-ratio: 1; border-radius: 50%; background: rgb(255 255 255 / 0.55); transform: translate(-50%, -50%); }
.features-deck { position: absolute; left: 38vw; right: clamp(1.5rem, 4vw, 4.5rem); top: calc(var(--header-h) + 7vh); bottom: 10vh; }
.feature-sheet { position: absolute; inset: 0; display: grid; grid-template-rows: auto 1fr; gap: clamp(1.3rem, 2.6vh, 2.3rem); padding: clamp(1.6rem, 2.6vw, 3rem); background: rgb(255 255 255 / 0.96); border: 1px solid rgb(16 26 40 / 0.14); box-shadow: 0 28px 90px rgb(16 26 40 / 0.13); }
.feature-sheet::before { content: ""; position: absolute; inset: 0 0 auto; height: 0.34rem; background: linear-gradient(90deg, var(--green), var(--blue)); transform: scaleX(calc(0.7 + var(--sc-p, 0) * 0.3)); transform-origin: left; }
.feature-sheet__header { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(1rem, 2vw, 2rem); align-items: start; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.feature-sheet__number { display: grid; place-items: center; width: 3.4rem; aspect-ratio: 1; border-radius: 50%; background: var(--green-deep); color: white; font-family: var(--sc-font-mono); font-size: 0.72rem; letter-spacing: 0.08em; }
.feature-sheet__header p { margin: 0 0 0.45rem; color: var(--green-deep); font-family: var(--sc-font-mono); font-size: 0.67rem; letter-spacing: 0.12em; text-transform: uppercase; }
.feature-sheet__header h3 { margin: 0; max-width: 18ch; font-size: clamp(2.3rem, 3.7vw, 4.4rem); line-height: 0.98; letter-spacing: -0.052em; font-weight: 500; }
.feature-sheet__count { align-self: start; padding: 0.55rem 0.75rem; border: 1px solid rgb(49 93 54 / 0.24); color: var(--green-deep); font-family: var(--sc-font-mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(1.2rem, 2vw, 2.4rem); align-content: start; margin: 0; padding: 0; list-style: none; counter-reset: feature-item; }
.feature-list li { position: relative; min-width: 0; padding: clamp(0.58rem, 1.15vh, 0.9rem) 0 clamp(0.58rem, 1.15vh, 0.9rem) 1.35rem; border-top: 1px solid rgb(16 26 40 / 0.12); counter-increment: feature-item; }
.feature-list li::before { content: ""; position: absolute; left: 0.1rem; top: 1.05rem; width: 0.42rem; aspect-ratio: 1; border: 1px solid var(--green); border-radius: 50%; background: white; }
.feature-list strong { display: block; margin-bottom: 0.2rem; color: var(--ink); font-size: clamp(0.82rem, 1vw, 1rem); line-height: 1.25; }
.feature-list span { display: block; color: var(--ink-soft); font-size: clamp(0.67rem, 0.78vw, 0.8rem); line-height: 1.35; }
.feature-list--stories strong { font-size: clamp(1rem, 1.35vw, 1.3rem); }
.feature-sheet--dense { gap: 1rem; padding-block: clamp(1.4rem, 2vw, 2.2rem); }
.feature-sheet--dense .feature-sheet__header { padding-bottom: 0.9rem; }
.feature-sheet--dense .feature-sheet__header h3 { font-size: clamp(2rem, 3.2vw, 3.7rem); }
.feature-sheet--dense .feature-list li { padding-block: clamp(0.35rem, 0.68vh, 0.52rem); }
.feature-sheet--dense .feature-list li::before { top: 0.72rem; }
.feature-sheet--dense .feature-list strong { font-size: clamp(0.72rem, 0.86vw, 0.86rem); }
.feature-sheet--dense .feature-list span { font-size: clamp(0.6rem, 0.68vw, 0.7rem); }
.features-status { position: absolute; left: 38vw; right: clamp(1.5rem, 4vw, 4.5rem); bottom: 3.2vh; margin: 0; color: var(--ink-soft); font-size: 0.68rem; line-height: 1.45; }

.close { background: var(--green-deep); color: white; }
.close-stage { background: var(--green-deep); color: white; isolation: isolate; }
.close-stage::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 72% 46%, rgb(40 109 165 / 0.26), transparent 30%), linear-gradient(120deg, transparent 58%, rgb(255 255 255 / 0.045) 58% 59%, transparent 59%); }
.close-lens { position: absolute; right: -3vw; top: 2vh; width: min(51rem, 53vw); aspect-ratio: 1; opacity: 0.22; transform: rotate(calc(var(--sc-p, 0) * 120deg)) scale(calc(0.82 + var(--sc-p, 0) * 0.18)); }
.close-text-plate { position: absolute; z-index: 3; left: 0; top: var(--header-h); bottom: 0; width: 100vw; background: linear-gradient(90deg, #284f2e 0 70%, rgb(40 79 46 / 0.94) 79%, transparent 88%); pointer-events: none; }
.close-lens .lens-ring--one,
.close-lens .lens-ring--two,
.close-lens .lens-ring--three { filter: brightness(0) invert(1); }
.close-lens .lens-core { background: white; box-shadow: none; }
.close-inner { position: absolute; left: clamp(1.4rem, 7vw, 7rem); top: 14vh; z-index: 4; width: min(48rem, 58vw); }
.close-logo { width: min(28rem, 36vw); height: 6.4rem; object-fit: contain; object-position: left center; margin: 0 0 2.5rem; }
.close-inner .eyebrow { color: #ffffff; }
.close-inner h2 { margin: 1rem 0 1.6rem; font-size: clamp(3.6rem, 6vw, 7rem); line-height: 0.93; letter-spacing: -0.058em; font-weight: 500; }
.close-disclaimer { margin: 1.2rem 0 0; color: #ffffff; font-size: 0.78rem; }
.site-footer { position: absolute; left: clamp(1.4rem, 4vw, 4.5rem); right: clamp(1.4rem, 4vw, 4.5rem); bottom: 1.7rem; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 1rem; border-top: 1px solid rgb(255 255 255 / 0.22); color: rgb(255 255 255 / 0.65); font-size: 0.72rem; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.2rem; }
.site-footer a { text-decoration: none; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .catalog-index { display: none; }
  .hero-copy { width: min(43rem, 50vw); }
  .hero-product { width: 53vw; right: 1rem; }
  .reports { grid-template-columns: 1fr; min-height: auto; }
  .reports-copy { position: relative; top: auto; }
  .report-spread { min-height: 90vh; }
  .report-sheet { width: min(43rem, 80vw); }
}

@media (max-width: 760px) {
  :root { --header-h: 4.35rem; }
  .site-header { padding-inline: 0.9rem; gap: 0.7rem; }
  .brand-lockup { width: 9.8rem; height: 2.8rem; }
  .auth-actions--header { gap: 0.6rem; }
  .auth-actions--header .text-link { font-size: 0.74rem; }
  .button--compact { min-height: 2.35rem; padding: 0.48rem 0.78rem; font-size: 0.75rem; }

  .hero-copy { top: 6.5rem; left: 1.2rem; width: calc(100% - 2.4rem); }
  .hero-copy-plate { top: var(--header-h); width: 100%; height: 59vh; bottom: auto; background: linear-gradient(180deg, var(--paper) 0 84%, rgb(247 246 241 / 0.92) 92%, transparent 100%); }
  .hero-copy h1 { max-width: 11ch; margin-top: 0.55rem; font-size: clamp(2.75rem, 12vw, 4.2rem); }
  .hero-support { max-width: 30rem; font-size: 0.95rem; line-height: 1.42; }
  .auth-actions--hero { margin-top: 1rem; }
  .auth-actions--hero .button { min-height: 2.7rem; }
  .microcopy { display: none; }
  .hero-product { right: 4vw; top: auto; bottom: 6vh; width: 92vw; transform: none; }
  .planning-lens--hero { right: -24vw; top: 38vh; width: 105vw; opacity: 0.44; }
  .object-label { margin-top: 1rem; font-size: 0.6rem; }
  .scroll-note { display: none; }

  .scene-grid { min-height: auto; padding-block: 7rem; grid-template-columns: 1fr; gap: 1.7rem; }
  .thesis-line { padding-top: 1rem; }
  .thesis-line h2 { font-size: clamp(2.65rem, 11vw, 4.2rem); }
  .thesis-aside { margin: 1rem 0 0; }

  .catalog-stage { padding-top: var(--header-h); }
  .catalog-rail { gap: 0.8rem; padding-inline: 1rem; }
  .catalog-intro { width: 82vw; padding-inline: 0.3rem; }
  .catalog-intro h2 { font-size: 3.25rem; }
  .catalog-card { width: 88vw; height: auto; min-height: 0; }
  .catalog-media { aspect-ratio: 3 / 2; padding: 0.65rem; }
  .catalog-caption { min-height: 10rem; grid-template-columns: 1fr; gap: 0.45rem; }
  .catalog-caption p { font-size: 0.8rem; }
  .catalog-caption .catalog-number { display: none; }
  .catalog-close { width: 82vw; }

  .peak-heading { left: 1.2rem; top: 6.8rem; width: calc(100% - 2.4rem); text-align: center; }
  .peak-text-plate { top: var(--header-h); width: 100%; height: 43vh; bottom: auto; background: linear-gradient(180deg, var(--ink) 0 72%, rgb(16 26 40 / 0.92) 86%, transparent 100%); }
  .peak-heading .folio { display: none; }
  .peak-heading .eyebrow { margin-top: 0; }
  .peak-heading h2 { font-size: clamp(2rem, 8vw, 2.65rem); }
  .constellation-lens { left: 50%; top: 67%; width: 44vw; }
  .orbit-card { left: 50%; top: 67%; width: 42vw; }
  .orbit-card--tax { --orbit-x: -25vw; --orbit-y: -15vh; }
  .orbit-card--medicare { --orbit-x: 25vw; --orbit-y: -15vh; }
  .orbit-card--income { --orbit-x: -26vw; --orbit-y: 12vh; }
  .orbit-card--estate { --orbit-x: 26vw; --orbit-y: 12vh; }
  .orbit-card--legacy { --orbit-x: 0vw; --orbit-y: 1vh; }
  .orbit-card figcaption { font-size: 0.55rem; }
  .peak-note { left: 1.2rem; right: 1.2rem; bottom: 2rem; width: auto; text-align: center; font-size: 0.75rem; }

  .reports { padding: 7rem 1.2rem; gap: 2.5rem; }
  .reports-copy h2 { font-size: 3.4rem; }
  .report-spread { min-height: 62vh; }
  .report-sheet { width: 82vw; padding: 0.35rem; }
  .report-sheet--one { left: 0; top: 0; }
  .report-sheet--two { left: 6%; top: 15vh; }
  .report-sheet--three { left: 12%; top: 30vh; }

  .modes { padding: 7rem 1.2rem; }
  .modes-heading { grid-template-columns: 1fr; gap: 1.3rem; margin-bottom: 2.5rem; }
  .modes-heading h2 { font-size: 3.35rem; }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-media { height: 62vw; }
  .modes-actions { align-items: flex-start; flex-direction: column; }

  .features-stage::before { inset: 36vh 0 0; background-size: 2.4rem 2.4rem; }
  .features-intro { top: var(--header-h); bottom: auto; width: 100%; height: 31vh; padding: 1.2rem; }
  .features-intro::after { right: -8rem; bottom: -13rem; width: 27rem; border-width: 3.2rem; }
  .features-intro .folio { display: none; }
  .features-intro .eyebrow { margin-top: 0; }
  .features-intro h2 { max-width: 14ch; margin: 0.55rem 0 0.8rem; font-size: clamp(2.05rem, 9vw, 3rem); }
  .features-lede { display: none; }
  .features-actions { margin-top: 0.9rem; }
  .features-actions .button { min-height: 2.45rem; padding: 0.48rem 0.8rem; font-size: 0.76rem; }
  .features-progress { left: auto; right: 1.2rem; bottom: 1.3rem; width: 34vw; }
  .features-progress__marker { transform: translate(-50%, -50%) translateX(calc(var(--sc-p, 0) * 34vw)); }
  .features-deck { left: 1rem; right: 1rem; top: 38vh; bottom: 5.7rem; }
  .feature-sheet { gap: 0.8rem; padding: 1rem; }
  .feature-sheet__header { grid-template-columns: auto minmax(0, 1fr); gap: 0.8rem; padding-bottom: 0.7rem; }
  .feature-sheet__number { width: 2.35rem; font-size: 0.58rem; }
  .feature-sheet__header p { margin-bottom: 0.25rem; font-size: 0.55rem; }
  .feature-sheet__header h3,
  .feature-sheet--dense .feature-sheet__header h3 { font-size: clamp(1.45rem, 6.3vw, 2.1rem); }
  .feature-sheet__count { display: none; }
  .feature-list { gap: 0 0.9rem; }
  .feature-list li,
  .feature-sheet--dense .feature-list li { padding: 0.42rem 0 0.42rem 0.9rem; }
  .feature-list li::before,
  .feature-sheet--dense .feature-list li::before { left: 0; top: 0.68rem; width: 0.32rem; }
  .feature-list strong,
  .feature-list--stories strong,
  .feature-sheet--dense .feature-list strong { margin: 0; font-size: clamp(0.64rem, 2.7vw, 0.76rem); line-height: 1.18; }
  .feature-list span { display: none; }
  .features-status { left: 1rem; right: 1rem; bottom: 1rem; font-size: 0.56rem; line-height: 1.3; }

  .close-inner { top: 11vh; left: 1.2rem; width: calc(100% - 2.4rem); }
  .close-text-plate { top: var(--header-h); width: 100%; height: 73vh; bottom: auto; background: linear-gradient(180deg, #284f2e 0 86%, rgb(40 79 46 / 0.94) 94%, transparent 100%); }
  .close-logo { width: 17rem; max-width: 84vw; height: 4.4rem; margin-bottom: 1.8rem; }
  .close-inner h2 { font-size: clamp(3.3rem, 14vw, 5.2rem); }
  .close-lens { right: -35vw; top: 25vh; width: 105vw; }
  .site-footer { left: 1.2rem; right: 1.2rem; align-items: flex-start; flex-direction: column; gap: 0.65rem; }
  .site-footer nav { justify-content: flex-start; gap: 0.75rem 1rem; }
}

@media (max-height: 720px) and (min-width: 761px) {
  .hero-copy { top: 7rem; }
  .hero-copy h1 { font-size: clamp(3rem, 5vw, 5.2rem); }
  .hero-product { width: 44vw; }
  .features-intro { padding-top: 2rem; padding-bottom: 2rem; }
  .features-intro .eyebrow { margin-top: 1rem; }
  .features-intro h2 { font-size: clamp(2.7rem, 4vw, 3.8rem); }
  .features-deck { top: calc(var(--header-h) + 3vh); bottom: 8vh; }
  .close-inner { top: 10vh; }
}

@media (prefers-reduced-motion: reduce) {
  [data-sc-cue]:not(.feature-sheet) { opacity: 1 !important; transform: none !important; }
  .feature-sheet { transform: none !important; }
  .scroll-note span { animation: none; }
  .planning-lens--hero,
  .laptop,
  .screen-scroll-track,
  .constellation-lens,
  .features-intro::after,
  .close-lens { transform: none !important; }
  .planning-lens--hero { opacity: 0.58; }
  .constellation { --spread: 1; }
  .orbit-card { opacity: 1; }
  .catalog-card { opacity: 1; transform: none; }
  .report-sheet { transform: none !important; }
  .button { transition: none; }
}
