:root {
  --ink: #222826;
  --ink-soft: #4d5650;
  --paper: #f6f3e9;
  --steps-paper: #fff7e3;
  --paper-deep: #e6dfce;
  --orange: #e94029;
  --orange-soft: #ed513a;
  --teal: #2eb590;
  --teal-deep: #1b9298;
  --line: color-mix(in srgb, var(--ink) 70%, transparent);
  --light-line: color-mix(in srgb, var(--paper) 30%, transparent);
  --page-gutter: clamp(1rem, 2vw, 2rem);
  --site-header-height: 5.625rem;
  --display: "Jost", sans-serif;
  --body: "Jost", sans-serif;
  --surface-grain: url("./assets/hero/texture.png");
  --surface-grain-size: 100% auto;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; min-width: 20rem; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 1rem; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
::selection { color: var(--paper); background: var(--ink); }

.skip-link { position: fixed; z-index: 200; top: 1rem; left: 1rem; padding: .65rem 1rem; color: var(--paper); background: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.page-loader { position: fixed; isolation: isolate; z-index: 120; inset: 0; display: grid; grid-template-columns: minmax(9rem, 17rem) 1fr auto; gap: 1rem; align-items: center; padding: var(--page-gutter); color: var(--ink); background-color: var(--orange); font-weight: 700; letter-spacing: -.03em; }
.page-loader.is-complete { opacity: 0; transition: opacity .42s cubic-bezier(.22,1,.36,1); }
.page-loader p { margin: 0; font-size: clamp(.85rem, 1.5vw, 1rem); text-transform: uppercase; }
.loader-track { height: 2px; overflow: hidden; background: color-mix(in srgb, var(--ink) 25%, transparent); }
.loader-progress { display: block; width: 100%; height: 100%; background: var(--ink); transform: scaleX(0); transform-origin: left; }
.loader-value { min-width: 3ch; font-size: clamp(1.4rem, 4vw, 3.2rem); line-height: 1; text-align: right; font-variant-numeric: tabular-nums; }

.site-header { position: sticky; isolation: isolate; z-index: 30; top: 0; left: 0; display: grid; grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr); align-items: center; gap: 1rem; width: 100%; padding: 1.35rem var(--page-gutter); border-bottom: 1px solid var(--ink); background-color: var(--orange); opacity: 0; transition: background-color .28s cubic-bezier(.22,1,.36,1); }
.site-header.is-on-steps { background-color: var(--steps-paper); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: .35rem; color: var(--ink); font-size: clamp(1.5rem, 2.25vw, 2.25rem); font-weight: 600; letter-spacing: -.075em; line-height: 1; text-decoration: none; }
.brand img { width: auto; height: clamp(2.15rem, 3vw, 2.85rem); }
.site-nav { display: flex; gap: clamp(.5rem, 2vw, 2rem); align-items: center; padding: .6rem clamp(1rem, 2vw, 2rem); border: 3px solid var(--teal); border-radius: 999px; background: var(--paper); box-shadow: 0 .3rem 0 color-mix(in srgb, var(--ink) 16%, transparent); }
.site-nav a { font-size: .86rem; font-weight: 600; text-decoration: none; }
.site-nav a:hover { color: var(--teal-deep); }
.site-nav a.is-active { color: var(--teal-deep); font-weight: 800; }
.store-button { width: fit-content; padding: .65rem .95rem; border: 2px solid var(--paper); border-radius: 999px; color: var(--paper); background: var(--ink); font-size: .84rem; font-weight: 600; text-decoration: none; transition: transform .22s cubic-bezier(.22,1,.36,1), background-color .22s cubic-bezier(.22,1,.36,1), color .22s cubic-bezier(.22,1,.36,1); }
.store-button { justify-self: end; }
.store-button:hover { color: var(--ink); background: var(--paper); transform: translateY(-2px); }

main { position: relative; }
.section-nav-anchor { display: block; height: 0; }
.hero {
  /*
   * Keep the hero as one composition: the cards cut into the headline and the
   * junkyard stays at the viewport edge. These are height-aware so a short
   * desktop cannot create an empty gap below the word mark.
   */
  --main-card-top: clamp(17rem, 39svh, 22rem);
  --side-card-top: calc(var(--main-card-top) + clamp(8rem, 18svh, 11.5rem));
  --main-pin-top: calc(var(--main-card-top) + clamp(5.5rem, 12svh, 9.5rem));
  --side-pin-top: calc(var(--side-card-top) + clamp(3.5rem, 5.5svh, 5rem));
  position: sticky;
  z-index: 1;
  top: 0;
  min-height: max(48rem, 100svh);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--ink);
  background: var(--orange);
}
.hero::before,
.page-loader::before,
.site-header::before,
.section::before,
.site-footer::before { position: absolute; z-index: 0; inset: 0; background: var(--surface-grain) center / var(--surface-grain-size) repeat; content: ""; mix-blend-mode: multiply; opacity: .5; pointer-events: none; }
.page-loader > *,
.site-header > *,
.section > *,
.site-footer > * { position: relative; z-index: 1; }
.hero-atmosphere { position: absolute; z-index: 8; inset: 0; opacity: 0; pointer-events: none; }
.tech-pile, .tech-floor { position: absolute; max-width: none; pointer-events: none; }
.tech-pile { top: 40.05%; width: 23.67%; }
.tech-pile-left { top: 44.33%; left: -7.06%; transform: scaleX(-1); }
.tech-pile-right { right: -4.28%; }
.tech-floor { z-index: 9; top: auto; bottom: min(0px, calc(63.57% - 44.77vw)); left: 0; width: 100%; height: auto; opacity: 0; transform: none; }

.hero-heading { position: relative; z-index: 4; display: grid; justify-items: center; padding: clamp(5rem, 8vh, 6.5rem) var(--page-gutter) 0; opacity: 0; }
.eyebrow { margin: 0; font-size: clamp(.78rem, 1.6vw, 1.35rem); font-weight: 600; letter-spacing: -.04em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.075em; text-wrap: balance; }
h1 { margin: clamp(1rem, 1.9vw, 2rem) 0 0; font-family: "Jost", sans-serif; font-size: clamp(6rem, 19.2vw, 20rem); font-weight: 700; letter-spacing: 1px; line-height: .9; }
.hero-word { display: inline-block; padding: .08em 0 .12em; color: var(--ink); font-family: "Jost", sans-serif; font-weight: 700; line-height: .9; white-space: nowrap; }
.hero-word [data-char] { display: inline-block; line-height: .9; will-change: transform; }

.hero-products { --main-card-left: 42%; --main-card-width: 48.5%; --side-card-width: 38%; --card-overlap: 3.5%; position: absolute; z-index: 7; inset: 0; opacity: 0; pointer-events: none; }
.product-card { position: absolute; overflow: hidden; margin: 0; background: var(--paper); box-shadow: 1.25rem -1.1rem 4rem color-mix(in srgb, var(--teal-deep) 45%, transparent), .35rem -.25rem .9rem color-mix(in srgb, #b208e2 30%, transparent); }
.product-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.product-card-main { z-index: 2; top: var(--main-card-top); right: auto; left: var(--main-card-left); width: var(--main-card-width); aspect-ratio: 1453 / 981; border-radius: clamp(1.75rem, 4vw, 4rem) clamp(1.75rem, 4vw, 4rem) 0 0; }
.product-card-side { z-index: 3; top: var(--side-card-top); bottom: auto; left: calc(var(--main-card-left) - var(--side-card-width) + var(--card-overlap)); width: var(--side-card-width); aspect-ratio: 1159 / 801; border-radius: clamp(1.35rem, 3vw, 3rem) clamp(1.35rem, 3vw, 3rem) 0 0; }
.comment-pin { position: absolute; z-index: 12; display: grid; aspect-ratio: 1; place-items: center; border: clamp(3px, .3vw, 6px) solid var(--paper); border-radius: 50% 50% 50% 0; color: var(--paper); background: var(--teal-deep); box-shadow: .15rem .35rem .6rem color-mix(in srgb, var(--ink) 35%, transparent); font-size: clamp(2.4rem, 5vw, 5.5rem); font-weight: 700; line-height: 1; opacity: 0; }
.comment-pin span { transform: none; }
.comment-pin-one { top: var(--main-pin-top); left: 68.63%; width: clamp(4.5rem, 7.6vw, 8.2rem); }
.comment-pin-two { top: var(--side-pin-top); left: 13.9%; width: clamp(4rem, 6vw, 6.5rem); }
.comment-pin { isolation: isolate; }

.section { position: sticky; isolation: isolate; top: 0; width: 100%; min-height: 100svh; padding: clamp(5rem, 11vw, 10rem) clamp(1.5rem, 7vw, 8rem); border-top: 1px solid var(--ink); box-shadow: 0 -1.25rem 2.5rem color-mix(in srgb, var(--ink) 12%, transparent); }
.section-heading { display: grid; grid-template-columns: minmax(10rem, .34fr) 1fr; gap: 2rem; align-items: start; }
.section-heading h2 { margin: 0; }
h2 { font-size: clamp(3.2rem, 7.6vw, 7.6rem); line-height: .85; }
h3 { margin-bottom: .5rem; font-size: clamp(1.65rem, 3vw, 3.15rem); line-height: .95; }
.steps { position: sticky; z-index: 2; top: var(--steps-sticky-top, 0px); min-height: auto; padding: 0; overflow: visible; scroll-margin-top: -6rem; border-top: 0; background: var(--steps-paper); }
.steps-intro { position: relative; z-index: 2; height: 29.3981vw; min-height: 27rem; }
.steps-heading-lockup { position: absolute; top: clamp(6.75rem, 7.1181vw, 7.7rem); left: 50%; width: min(64.5255vw, 69.6875rem); transform: translateX(-50%); }
.steps-heading-lockup > .eyebrow { padding-left: 10.58%; font-size: clamp(.9rem, 1.1574vw, 1.25rem); line-height: 1; }
.steps-heading-lockup h2 { margin: 1rem 0 0; font-size: clamp(4.75rem, 5.3078vw, 5.7324rem); font-weight: 600; letter-spacing: -.06em; line-height: .8733; text-align: center; }
.steps-heading-lockup h2 em { font-weight: 400; }
.steps-lede { max-width: min(40.9722vw, 44.25rem); margin: clamp(1.65rem, 1.85vw, 2rem) auto 0; font-size: clamp(1.15rem, 1.5625vw, 1.6875rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.1852; text-align: center; }
.step-list { position: relative; isolation: isolate; z-index: 3; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); height: clamp(18rem, 20.2546vw, 21.875rem); margin: 0; padding: 0; border-block: 1px solid var(--ink); background-color: var(--steps-paper); list-style: none; }
.step-list::before { position: absolute; z-index: 0; inset: 0; background: var(--surface-grain) center / var(--surface-grain-size) repeat; content: ""; mix-blend-mode: multiply; opacity: .5; pointer-events: none; }
.step { position: relative; z-index: 1; display: flex; min-width: 0; flex-direction: column; gap: clamp(1.25rem, 1.4468vw, 1.5625rem); padding: clamp(4.25rem, 5.6713vw, 6.125rem) clamp(1.75rem, 2.662vw, 2.875rem) 2rem; color: var(--ink); background-color: transparent; transition: color .28s cubic-bezier(.45, 0, .55, 1), background-color .34s cubic-bezier(.45, 0, .55, 1); }
.step + .step { border-left: 1px solid var(--ink); }
@media (hover: hover) and (pointer: fine) {
  .step:hover { color: #fff; background-color: #000; }
}
.step > div { display: block; }
.step-number { font-size: clamp(3.75rem, 5.3078vw, 5.7324rem); font-weight: 600; letter-spacing: -.06em; line-height: .8733; font-variant-numeric: tabular-nums; }
.step h3, .step p { margin: 0; }
.step h3 { font-size: clamp(1.75rem, 2.3148vw, 2.5rem); font-weight: 600; letter-spacing: -.06em; line-height: 1.1; }
.step p { max-width: 31rem; color: inherit; font-size: clamp(.95rem, 1.1574vw, 1.25rem); font-weight: 400; letter-spacing: -.06em; line-height: 1.1; }
.steps-landscape-wrap { position: relative; z-index: 1; width: 100%; margin-top: -5.6134vw; }
.steps-landscape { position: relative; width: 100%; max-width: none; height: auto; pointer-events: none; }
.steps-tv-static { position: absolute; z-index: 2; top: 43.5%; left: 40.1%; width: 8.4%; height: 26.8%; overflow: hidden; clip-path: polygon(1.7% 2.5%, 58.5% -0.5%, 77.2% -2.5%, 78.2% 6.6%, 74% -12.5%, 80.4% 15%, 79% 11%, 81.7% 16.7%, 85.9% 31.6%, 90.1% 43.4%, 93.9% 58.3%, 102.2% 83.7%, 44% 96.5%, 30.5% 98.5%); background: #000; pointer-events: none; }
.steps-tv-static img { width: 100%; max-width: none; height: 100%; object-fit: cover; }
.steps-chest { position: absolute; z-index: 2; top: var(--chest-top); left: var(--chest-left); width: var(--chest-width); height: var(--chest-height); margin: 0; padding: 0; overflow: visible; border: 0; appearance: none; color: inherit; background: transparent; cursor: pointer; touch-action: manipulation; }
.steps-chest--front { --chest-top: 72.62%; --chest-left: 20.4%; --chest-width: 11.39%; --chest-height: 16%; }
.steps-chest--hill { --chest-top: 41.8%; --chest-left: 14.9%; --chest-width: 8.5%; --chest-height: 14.5%; transform: rotate(6deg); }
.steps-chest--center { --chest-top: 73.8%; --chest-left: 47.65%; --chest-width: 6.7%; --chest-height: 9.4%; }
.steps-chest--right { --chest-top: 59.08%; --chest-left: 70.35%; --chest-width: 7.8%; --chest-height: 15%; }
.steps-chest--back { --chest-top: 28.3%; --chest-left: 60.3%; --chest-width: 10%; --chest-height: 14%; }
.steps-chest::after { position: absolute; top: 50%; left: 50%; width: max(100%, 2.75rem); height: max(100%, 2.75rem); content: ""; transform: translate(-50%, -50%); }
.steps-chest-video { position: absolute; top: -52.6%; left: -82.1%; display: block; width: 264%; max-width: none; height: 207.4%; object-fit: fill; transform: translate3d(0, 0, 0); backface-visibility: hidden; pointer-events: none; }
.steps-chest-video--right { top: -25.25%; left: -113.5%; width: 327%; height: 152.7%; }
.steps-chest-bubble { position: absolute; z-index: 3; top: 50%; left: 23%; width: clamp(5rem, 11vw, 12.5rem); opacity: 0; transform: translate3d(-2rem, 2.5rem, 0) scale(.62) rotate(-7deg); transform-origin: 28% 92%; will-change: transform, opacity; pointer-events: none; }
.steps-chest-bubble--hill { top: 27%; left: 16%; }
.steps-chest-bubble--center { top: 56%; left: 47.5%; }
.steps-chest-bubble--right { top: 44.5%; left: 65%; }
.steps-chest-bubble--back { top: 14%; left: 57%; }
.steps-chest-bubble img { display: block; width: 100%; height: auto; }
.steps-chest-bubble.is-visible { animation: chest-bubble-rise .14s cubic-bezier(.16, 1, .3, 1) forwards; }
.steps-chest-bubble.is-popping { animation: chest-bubble-pop .22s cubic-bezier(.7, 0, .84, 0) forwards; }

@keyframes chest-bubble-rise {
  from { opacity: 0; transform: translate3d(-2rem, 2.5rem, 0) scale(.62) rotate(-7deg); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(-2deg); }
}

@keyframes chest-bubble-pop {
  0% { opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(-2deg); }
  45% { opacity: 1; transform: translate3d(.18rem, -.12rem, 0) scale(1.11) rotate(2deg); }
  100% { opacity: 0; transform: translate3d(.45rem, -.35rem, 0) scale(.7) rotate(5deg); }
}

.share { z-index: 3; display: grid; grid-template-columns: minmax(19rem, .66fr) minmax(32rem, 1.34fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; min-height: max(62rem, 100svh); color: var(--paper); background: var(--ink); }
.share .eyebrow { color: var(--teal); }
.share h2 { font-size: clamp(3.6rem, 7.2vw, 7rem); }
.share-copy > p:not(.eyebrow) { max-width: 34rem; margin-block: 1.5rem 2rem; color: var(--paper-deep); font-size: 1.2rem; }
.check-list { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--light-line); list-style: none; }
.check-list li { display: grid; grid-template-columns: 1.5rem 1fr; gap: .75rem; align-items: start; padding-block: .85rem; border-bottom: 1px solid var(--light-line); }
.check-list li::before { color: var(--teal); content: "↳"; font-weight: 800; }
.share-visual { position: relative; min-height: 45rem; }
.share-visual img { position: absolute; border: 1px solid var(--paper); border-radius: .4rem; background: var(--paper); box-shadow: 1rem 1rem 0 color-mix(in srgb, var(--teal) 52%, transparent); transition: transform .5s cubic-bezier(.22,1,.36,1); }
.share-pdf { top: 0; left: 0; width: 90%; transform: rotate(-1.6deg); }
.share-figjam { right: 0; bottom: 0; width: 67%; transform: rotate(2.4deg); }
.share-visual:hover .share-pdf { transform: translate(-.75rem,-.5rem) rotate(-2.5deg); }
.share-visual:hover .share-figjam { transform: translate(.75rem,.5rem) rotate(3.25deg); }

.pricing { z-index: 4; position: sticky; display: grid; grid-template-columns: minmax(19rem, .78fr) minmax(35rem, 1.22fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; min-height: max(58rem, 100svh); overflow: hidden; background: var(--teal); }
.pricing::after { position: absolute; z-index: 1; top: 8%; right: -8rem; width: 22rem; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; background: var(--orange); content: ""; }
.pricing-copy, .pricing-visual { position: relative; z-index: 2; }
.pricing h2 { max-width: 11ch; }
.pricing-copy > p:not(.eyebrow) { max-width: 30rem; margin-block: 1.5rem 2rem; color: var(--ink-soft); font-size: 1.2rem; }
.price-line { display: grid; justify-items: start; gap: .5rem; margin-bottom: 1.5rem; }
.price-line strong { max-width: 100%; font-size: clamp(4.25rem, 6vw, 6rem); letter-spacing: -.085em; line-height: .8; font-variant-numeric: tabular-nums; }
.price-line span { max-width: 11rem; font-size: .95rem; font-weight: 700; line-height: 1.25; }
.store-status { display: inline-flex; gap: .5rem; align-items: center; padding: .58rem .9rem; border: 1px solid currentColor; border-radius: 999px; background: color-mix(in srgb, var(--paper) 58%, transparent); font-size: .8rem; font-weight: 700; line-height: 1; }
.store-status::before { width: .48rem; aspect-ratio: 1; border-radius: 50%; background: currentColor; content: ""; }
.pricing-visual img { width: 100%; border: 1px solid var(--ink); border-radius: .4rem; box-shadow: 1.15rem 1.15rem 0 var(--ink); transform: rotate(1.3deg); transition: transform .45s cubic-bezier(.22,1,.36,1); }
.pricing-visual:hover img { transform: rotate(0) translateY(-.5rem); }
.site-footer { position: relative; isolation: isolate; z-index: 6; display: grid; grid-template-columns: minmax(10rem,16rem) 1fr auto; gap: 2rem; align-items: center; width: 100%; padding: 2rem clamp(1.5rem,7vw,8rem); color: var(--paper); background-color: var(--ink); font-size: .92rem; }
.footer-brand { display: inline-flex; width: fit-content; align-items: center; gap: .35rem; color: var(--paper); font-size: clamp(1.5rem, 2.25vw, 2.25rem); font-weight: 600; letter-spacing: -.075em; line-height: 1; text-decoration: none; }
.footer-brand img { width: auto; height: clamp(2.15rem, 3vw, 2.85rem); filter: brightness(0) invert(1); }
.site-footer p { margin: 0; }
.footer-links { display: flex; gap: 1.5rem; font-weight: 700; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--orange); }
.footer-link-button { margin: 0; padding: 0; border: 0; color: inherit; background: transparent; font: inherit; font-weight: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: .18em; }
.footer-link-button:hover { color: var(--orange); }

.analytics-consent { position: fixed; z-index: 100; right: clamp(1rem, 2vw, 2rem); bottom: clamp(1rem, 2vw, 2rem); display: grid; grid-template-columns: minmax(0, 31rem) auto; gap: 1.5rem; align-items: end; width: min(calc(100% - 2rem), 48rem); padding: 1.5rem; border: 2px solid var(--ink); border-radius: .9rem; color: var(--paper); background: var(--ink); box-shadow: .6rem .6rem 0 var(--orange); }
.analytics-consent[hidden] { display: none; }
.analytics-consent .eyebrow { color: var(--teal); }
.analytics-consent h2 { margin: .35rem 0 .5rem; font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 600; line-height: .9; }
.analytics-consent p:not(.eyebrow) { max-width: 34rem; margin: 0; color: var(--paper-deep); font-size: .92rem; line-height: 1.35; }
.analytics-consent__actions { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: flex-end; }
.analytics-consent__button { padding: .7rem .9rem; border: 2px solid var(--teal); border-radius: 999px; color: var(--ink); background: var(--teal); font: inherit; font-size: .83rem; font-weight: 700; line-height: 1; cursor: pointer; }
.analytics-consent__button--secondary { color: var(--paper); background: transparent; }
.analytics-consent__button:hover { transform: translateY(-2px); }

.reveal { opacity: 0; transform: translateY(2.2rem); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); transition-delay: var(--reveal-delay,0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.intro-fallback [data-intro] { opacity: 1 !important; transform: none !important; }
.step:nth-child(2) { --reveal-delay: 70ms; }.step:nth-child(3) { --reveal-delay: 140ms; }

@media (min-width: 68.001rem) {
  .hero { height: calc(100svh - var(--site-header-height)); min-height: 0; }
}

@media (max-width: 68rem) {
  .site-header { grid-template-columns: 1fr auto; }.site-nav { display: none; }
  .hero {
    --main-card-top: clamp(17rem, 40svh, 22rem);
    --side-card-top: calc(var(--main-card-top) + clamp(6.5rem, 16svh, 10rem));
    --main-pin-top: calc(var(--main-card-top) + clamp(4.5rem, 10svh, 7rem));
    --side-pin-top: calc(var(--side-card-top) + clamp(3rem, 5svh, 4.5rem));
    min-height: 48rem;
  }
  .hero-products { --main-card-left: 38%; --main-card-width: 60%; --side-card-width: 45%; --card-overlap: 12%; }
  .tech-pile { width: 27vw; }
  .share, .pricing { grid-template-columns: 1fr; }.share-copy, .pricing-copy { max-width: 48rem; }.share-visual { min-height: clamp(34rem,67vw,46rem); }.pricing-visual { max-width: 58rem; }
}

@media (max-width: 48rem) {
  .page-loader { grid-template-columns: 1fr auto; }.page-loader p { grid-column: 1 / -1; }.loader-track { grid-column: 1; }
  .site-header { padding-block: .85rem; }.brand { width: 10.2rem; }.store-button { padding: .54rem .7rem; font-size: .7rem; }
  .hero {
    --main-card-top: clamp(12rem, 31svh, 17rem);
    --side-card-top: calc(var(--main-card-top) + clamp(5rem, 11svh, 6.5rem));
    --main-pin-top: calc(var(--main-card-top) + clamp(4rem, 8svh, 5.5rem));
    --side-pin-top: calc(var(--side-card-top) + clamp(2.5rem, 5svh, 3.5rem));
    min-height: 44rem;
  }
  .hero-heading { padding-top: 8rem; }.eyebrow { font-size: .75rem; } h1 { font-size: clamp(4.5rem,20vw,7rem); }
  .hero-products { --main-card-left: 25%; --main-card-width: 88%; --side-card-width: 62%; --card-overlap: 40%; }.product-card-main { left: var(--main-card-left); width: var(--main-card-width); }.product-card-side { left: 3%; width: var(--side-card-width); }.comment-pin { font-size: 2rem; }.comment-pin-one { left: 72%; width: 3.6rem; }.comment-pin-two { left: 13%; width: 3.6rem; }
  .tech-pile { width: 38vw; }.tech-pile-left { top: 55%; left: -13%; }.tech-pile-right { top: 50%; right: -13%; }.tech-floor { top: 49%; bottom: auto; width: 145%; height: auto; }
  .section { padding-inline: 1.5rem; }.section-heading { grid-template-columns: 1fr; gap: 1.5rem; } h2, .share h2 { font-size: clamp(3.25rem,15.5vw,5.4rem); }
  .steps { min-height: auto; padding-inline: 0; }
  .steps-intro { height: auto; min-height: 0; padding: 7rem 1.5rem 4rem; }
  .steps-heading-lockup { position: static; width: 100%; transform: none; }
  .steps-heading-lockup > .eyebrow { padding-left: 0; }
  .steps-heading-lockup h2 { margin-top: 1.4rem; font-size: clamp(3.4rem, 14vw, 5rem); line-height: .9; text-align: left; }
  .steps-lede { max-width: 35rem; margin: 2rem 0 0; font-size: 1.15rem; line-height: 1.35; text-align: left; }
  .step-list { grid-template-columns: 1fr; height: auto; }
  .step { min-height: 15.5rem; gap: 1.25rem; padding: 3rem 1.5rem; }
  .step + .step { border-left: 0; border-top: 1px solid var(--ink); }
  .step-number { font-size: 4.5rem; }
  .step h3 { font-size: 2.2rem; }
  .step p { max-width: 30rem; font-size: 1rem; letter-spacing: -.035em; line-height: 1.25; }
  .steps-landscape-wrap { margin-top: -1px; }
  .steps-landscape { position: relative; top: auto; width: 100%; }
  .share, .pricing { min-height: auto; gap: 3rem; }.share-visual { min-height: 27rem; }.share-pdf { width: 100%; }.share-figjam { width: 72%; }.pricing::after { top: 4%; right: -6rem; width: 12rem; }.price-line strong { font-size: clamp(3.35rem,16vw,4.75rem); }.pricing-visual img { box-shadow: .65rem .65rem 0 var(--ink); }
  .site-footer { grid-template-columns: 1fr; }
  .analytics-consent { grid-template-columns: 1fr; gap: 1rem; }
  .analytics-consent__actions { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.page-loader { display: none; } main > .hero, main > .section { position: relative; } [data-intro] { opacity: 1 !important; transform: none !important; } .hero-word [data-char] { transform: none !important; opacity: 1 !important; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
  .steps-chest { cursor: default; }
  .steps-chest-bubble { display: none; }
  .steps-tv-static { display: none; }
}

/* Figma replacements for the share and pricing panels. */
.share {
  position: sticky;
  display: block;
  min-height: max(58rem, 100svh);
  padding: 0;
  overflow: hidden;
  color: var(--paper);
  background: #111614;
}

.share::before {
  /* Use the same grain layer as the rest of the site. */
  background: var(--surface-grain) center / var(--surface-grain-size) repeat;
  mix-blend-mode: multiply;
  opacity: .5;
}

.share-copy {
  position: absolute;
  z-index: 3;
  top: clamp(7rem, 11vw, 11rem);
  left: clamp(1.5rem, 6.55vw, 7.875rem);
  width: min(34vw, 37.8rem);
}

.share .eyebrow { color: var(--paper); }
.share h2 {
  max-width: 6.65em;
  margin: .8rem 0 0;
  color: var(--paper);
  font-size: clamp(4rem, 5.31vw, 5.73rem);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .873;
}

.share-copy > p:not(.eyebrow) {
  max-width: 29.5rem;
  margin: clamp(1.5rem, 2.3vw, 2.5rem) 0 0;
  color: var(--paper);
  font-size: clamp(1.1rem, 1.56vw, 1.69rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.2;
}

.check-list {
  max-width: 21.7rem;
  margin-top: clamp(1.6rem, 2.7vw, 2.9rem);
  border: 0;
}

.check-list li {
  grid-template-columns: 1.5rem 1fr;
  gap: .4rem;
  align-items: center;
  min-height: 2rem;
  padding: .15rem 0;
  border: 0;
  color: #ffde06;
  font-size: clamp(.9rem, .99vw, 1.06rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.check-list li::before { display: none; }
.check-list img { width: 1.25rem; height: 1.25rem; }

.share-scene {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.share-scene > img { position: absolute; max-width: none; user-select: none; }
.share-monitor {
  z-index: 2;
  top: 7.52%;
  left: 20.66%;
  width: 88.89%;
  transform: scaleX(-1);
  filter: drop-shadow(.6rem 1.2rem 0 color-mix(in srgb, #000 30%, transparent));
}

.share-ground { z-index: 3; }
/* Exact layer bounds from Figma node 28:3954. The middle grass overlaps both piles to avoid seams. */
.share-ground--left { top: 81.47%; left: 31.31%; width: 37.44%; }
.share-ground--right { top: 70.72%; left: 53.59%; width: 56.19%; transform: scaleX(-1); }
.share-ground--front { z-index: 4; top: 70.01%; left: -9.2%; width: 59.26%; }

.pricing {
  position: sticky;
  display: grid;
  grid-template-columns: 1fr;
  min-height: max(55rem, 100svh);
  padding: clamp(7rem, 11vw, 10rem) var(--page-gutter) 4rem;
  overflow: hidden;
  background: #277233;
}

.pricing::before {
  /* Keep the green pricing panel on the shared site-wide grain treatment. */
  background: var(--surface-grain) center / var(--surface-grain-size) repeat;
  mix-blend-mode: multiply;
  opacity: .5;
}

.pricing::after { display: none; }
.pricing-copy {
  z-index: 2;
  display: grid;
  width: 100%;
  align-self: center;
  justify-items: center;
  text-align: center;
}

.pricing .eyebrow {
  display: inline-flex;
  gap: .35rem;
  align-items: center;
  color: var(--paper);
  font-size: clamp(.9rem, 1.15vw, 1.25rem);
}

.pricing .eyebrow img { width: 1.5rem; height: 1.5rem; }
.pricing h2 {
  display: grid;
  margin: clamp(.75rem, 1.5vw, 1.5rem) 0 0;
  color: var(--paper);
  font-size: clamp(4.5rem, 11.78vw, 12.75rem);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .875;
}

.price-line {
  display: grid;
  justify-items: center;
  gap: clamp(1.5rem, 2.4vw, 2.5rem);
  margin: clamp(1.4rem, 2vw, 2.25rem) 0 0;
}

.price-line strong {
  color: #e03e28;
  font-size: clamp(5.2rem, 17.32vw, 18.7rem);
  font-weight: 600;
  letter-spacing: -.085em;
  line-height: .78;
}

.price-line span {
  max-width: none;
  color: var(--paper);
  font-size: clamp(1.1rem, 1.56vw, 1.69rem);
  font-weight: 500;
}

.faq {
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(15rem, .75fr) minmax(22rem, 1.25fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: start;
  min-height: auto;
  padding-block: clamp(6rem, 10vw, 9rem);
  background: var(--steps-paper);
}

.faq-intro h2 { max-width: 7ch; margin: .75rem 0 0; font-size: clamp(3.5rem, 6.5vw, 6.5rem); font-weight: 600; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list article { padding: clamp(1.4rem, 2vw, 2rem) 0; border-bottom: 1px solid var(--ink); }
.faq-list h3 { margin: 0; font-size: clamp(1.75rem, 2.5vw, 2.75rem); font-weight: 600; line-height: .95; }
.faq-list p { max-width: 38rem; margin: .75rem 0 0; color: var(--ink-soft); font-size: clamp(1rem, 1.2vw, 1.2rem); line-height: 1.4; }

.site-header.is-on-share { background-color: #111614; border-color: color-mix(in srgb, var(--paper) 18%, transparent); }
.site-header.is-on-pricing { background-color: #277233; }
.site-header.is-on-share .brand, .site-header.is-on-pricing .brand { color: var(--paper); }
.site-header.is-on-share .brand img, .site-header.is-on-pricing .brand img { filter: brightness(0) invert(1); }

@media (max-width: 68rem) {
  .share-copy { width: min(47vw, 31rem); }
  .faq { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 48rem) {
  .share { min-height: 53rem; }
  .share-copy { top: 5rem; left: 1.5rem; width: calc(100% - 3rem); }
  .share h2 { max-width: 6.65em; font-size: clamp(3.5rem, 14vw, 4.75rem); }
  .share-copy > p:not(.eyebrow) { max-width: 25rem; margin-top: 1.9rem; font-size: 1.12rem; }
  .share-monitor { top: 55%; left: 17%; width: 103%; transform: scaleX(-1); }
  .share-ground--left { top: 81%; left: 15%; width: 47%; }
  .share-ground--right { top: 74%; left: 38%; width: 70%; }
  .share-ground--front { top: 75%; left: -24%; width: 76%; }
  .pricing { min-height: 48rem; padding-top: 6rem; }
  .pricing h2 { font-size: clamp(3.6rem, 14.3vw, 5.5rem); }
  .price-line strong { font-size: clamp(4.7rem, 18.5vw, 7rem); }
  .faq { padding-block: 5rem; }
  .faq-intro h2 { font-size: clamp(3.4rem, 14vw, 5rem); }
}

/* Legal pages retain the site's editorial framing while prioritizing long-form reading. */
.legal-page { min-height: 100svh; background: var(--paper); }
.legal-header { position: relative; opacity: 1; }
.legal-header .brand { flex-shrink: 0; }
.legal-page .site-nav { border-color: var(--teal); }
.legal-page .store-button { white-space: nowrap; }
.legal-main { position: relative; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--ink); }
.legal-main::before { position: absolute; inset: 0; background: var(--surface-grain) center / var(--surface-grain-size) repeat; content: ""; mix-blend-mode: multiply; opacity: .32; pointer-events: none; }
.legal-main > * { position: relative; z-index: 1; }
.legal-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(15rem, .58fr); gap: clamp(2rem, 7vw, 8rem); padding: clamp(4.5rem, 9vw, 9rem) clamp(1.5rem, 9vw, 10rem) clamp(3.5rem, 7vw, 7rem); color: var(--ink); background: var(--orange); }
.legal-intro::after { align-self: end; width: min(100%, 22rem); aspect-ratio: 1; justify-self: end; border: 1px solid var(--ink); border-radius: 50%; background: var(--teal); box-shadow: .85rem .85rem 0 var(--ink); content: ""; }
.legal-kicker { margin: 0 0 1rem; font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.legal-intro h1 { max-width: 10ch; margin: 0; font-size: clamp(4.2rem, 10.4vw, 11rem); line-height: .82; }
.legal-effective { margin: clamp(1.5rem, 3vw, 2.5rem) 0 0; font-size: 1.08rem; font-weight: 700; }
.legal-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(14rem, 18rem); gap: clamp(3rem, 10vw, 12rem); padding: clamp(3.5rem, 8vw, 8rem) clamp(1.5rem, 13vw, 16rem) clamp(5rem, 10vw, 10rem); }
.legal-content__body { min-width: 0; max-width: 46rem; }
.legal-content__body > p { margin: 0; font-size: clamp(1.08rem, 1.45vw, 1.38rem); letter-spacing: -.025em; line-height: 1.52; }
.legal-content__body section { padding-top: clamp(2.5rem, 5vw, 5rem); border-top: 1px solid color-mix(in srgb, var(--ink) 25%, transparent); }
.legal-content__body p + p { margin-top: 1.1rem; }
.legal-content__body h2 { margin: 0 0 1.15rem; font-size: clamp(2rem, 4.2vw, 4.1rem); font-weight: 600; line-height: .9; }
.legal-content__body code { padding: .08em .35em; border-radius: .18rem; background: var(--paper-deep); font-family: var(--body); font-size: .9em; }
.legal-aside { align-self: start; padding: 1.5rem; border: 1px solid var(--ink); background: var(--steps-paper); box-shadow: .5rem .5rem 0 var(--teal); }
.legal-aside p { margin: 0; font-size: .95rem; font-weight: 600; line-height: 1.35; }
.legal-aside a { font-weight: 800; }
.legal-aside a:hover { color: var(--teal-deep); }

@media (max-width: 68rem) {
  .legal-header { grid-template-columns: 1fr auto; }
  .legal-intro, .legal-content { grid-template-columns: 1fr; }
  .legal-intro::after { display: none; }
  .legal-content { gap: 2rem; }
  .legal-aside { max-width: 30rem; }
}

@media (max-width: 48rem) {
  .legal-header { grid-template-columns: minmax(0, 1fr) auto; gap: .5rem; }
  .legal-header .brand { width: auto; font-size: 1.45rem; }
  .legal-header .brand img { height: 2rem; }
  .legal-header .store-button { width: 8.1rem; padding: .42rem .5rem; font-size: .6rem; line-height: 1.15; white-space: normal; text-align: center; }
  .legal-intro { padding-top: 4rem; padding-bottom: 4rem; }
  .legal-content { width: 100%; min-width: 0; padding-top: 3rem; }
  .legal-content__body > p { font-size: 1.05rem; }
}
