@font-face {
  font-family: "Steady Sans";
  src: url("/assets/fonts/dm-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "Steady Serif";
  src: url("/assets/fonts/newsreader-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

.v2-page,
.access-v2 {
  --paper: #f8f4ee;
  --paper-2: #fffdf9;
  --ink: #2b2030;
  --ink-2: #574b5b;
  --muted: #726876;
  --coral: #db665f;
  --coral-dark: #b94646;
  --sage: #c8d0bd;
  --sun: #e7b864;
  --line: rgba(43, 32, 48, 0.15);
  --shadow: 0 32px 90px rgba(43, 32, 48, 0.14);
  --radius: 22px;
  --max: 1280px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  background: var(--paper);
  color: var(--ink);
  font-family: "Steady Sans", sans-serif;
  font-size: 16px;
  font-weight: 420;
  line-height: 1.58;
}

.v2-page h1,
.v2-page h2,
.v2-page blockquote,
.access-v2 h1,
.access-v2 h2 {
  font-family: "Steady Serif", Georgia, serif;
  font-weight: 430;
  letter-spacing: -.045em;
  line-height: .99;
}

.v2-page h1 em,
.v2-page h2 em,
.access-v2 h1 em {
  color: var(--coral-dark);
  font-weight: 360;
}

.v2-page h3,
.access-v2 h3 {
  letter-spacing: -.035em;
}

.v2-page .container,
.access-v2 .container { width: min(calc(100% - 48px), var(--max)); }

.v2-page :focus-visible,
.access-v2 :focus-visible { outline-color: #b94646; }

.v2-page ::selection,
.access-v2 ::selection { background: #ead0c2; }

.v2-section { padding: clamp(96px, 11vw, 156px) 0; }
.v2-section-head { display: grid; grid-template-columns: .7fr 1.45fr .85fr; gap: 48px; align-items: end; margin-bottom: 64px; }
.v2-section-head h2 { margin: 0; max-width: 780px; font-size: clamp(44px, 5.4vw, 78px); }
.v2-section-head > p:last-child { max-width: 420px; margin: 0 0 6px; color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0; color: var(--ink); font-size: 11px; font-weight: 760; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.light { color: white; }

.v2-header { height: 78px; border: 0; background: color-mix(in srgb, var(--paper) 82%, transparent); box-shadow: none; transition: height .35s var(--ease), box-shadow .35s ease, background-color .35s ease; }
.v2-header.is-scrolled { height: 66px; background: color-mix(in srgb, var(--paper) 94%, transparent); box-shadow: 0 12px 40px rgba(43,32,48,.07); }
.v2-header .brand { color: var(--ink); font-family: "Steady Serif", Georgia, serif; font-size: 21px; font-weight: 600; letter-spacing: -.04em; }
.v2-header .brand-mark,
.v2-footer .brand-mark,
.access-v2 .brand-mark { position: relative; overflow: hidden; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.44); background: var(--ink); font-family: "Steady Serif", Georgia, serif; }
.v2-header .brand-mark::after,
.v2-footer .brand-mark::after,
.access-v2 .brand-mark::after { position: absolute; width: 20px; height: 34px; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; content: ""; transform: rotate(35deg); }
.v2-header .brand-mark span,
.v2-footer .brand-mark span,
.access-v2 .brand-mark span { position: relative; z-index: 1; }
.v2-header .nav-links { gap: clamp(18px, 2.5vw, 36px); }
.v2-header .nav-links > a:not(.button) { color: var(--ink-2); font-size: 13px; font-weight: 650; }
.v2-header .nav-links .button { min-height: 42px; padding: 10px 17px; background: var(--ink); font-size: 12px; }
.v2-progress { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 2px; overflow: hidden; }
.v2-progress span { display: block; width: 100%; height: 100%; background: var(--coral); transform: scaleX(0); transform-origin: left center; }

.v2-page .button { min-height: 52px; padding: 14px 22px; border-radius: 9px; font-size: 13px; letter-spacing: .01em; }
.v2-page .button span { display: inline-block; transition: transform .25s var(--ease); }
.v2-page .button:hover span { transform: translate(3px, -2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #47344b; box-shadow: 0 14px 34px rgba(43,32,48,.22); }
.button-coral { background: var(--coral); color: white; }
.button-coral:hover { background: var(--coral-dark); }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: #f3e9df; color: var(--ink); }
.text-link { display: inline-flex; min-height: 48px; align-items: center; gap: 9px; color: var(--ink); font-size: 13px; font-weight: 720; text-decoration: none; }
.text-link::after { display: block; position: absolute; width: 0; content: ""; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link.light { color: white; }

.v2-hero { min-height: min(820px, calc(100svh - 20px)); padding: 52px 0 72px; background: radial-gradient(circle at 12% 88%, rgba(214,151,122,.18), transparent 28%), var(--paper); }
.v2-hero-grid { display: grid; grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr); align-items: center; gap: clamp(48px, 7vw, 104px); min-height: 640px; }
.v2-hero-copy { position: relative; z-index: 2; padding: 36px 0 8px; }
.v2-hero-copy h1 { max-width: 710px; margin: 26px 0 28px; font-size: clamp(60px, 6.6vw, 94px); }
.v2-hero-copy .hero-sub { max-width: 520px; margin: 0; color: var(--ink-2); font-size: clamp(18px, 1.55vw, 22px); line-height: 1.5; }
.v2-hero-copy .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 36px; }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .07em; }
.hero-assurance i { display: inline-grid; width: 18px; height: 18px; place-items: center; margin-right: 5px; border: 1px solid rgba(43,32,48,.25); border-radius: 50%; color: var(--coral-dark); font-size: 10px; font-style: normal; }
.v2-hero-media { position: relative; margin: 0; padding: 0 0 50px 32px; }
.hero-image-shell { position: relative; overflow: hidden; aspect-ratio: 1.14; border-radius: 180px 20px 20px 20px; background: #d9c7ba; box-shadow: var(--shadow); transform: translate3d(0, var(--parallax-y, 0), 0); }
.hero-image-shell::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(43,32,48,.12)); content: ""; }
.hero-image-shell img { width: 100%; height: 108%; object-fit: cover; object-position: 55% center; }
.v2-hero-media figcaption { position: absolute; right: 24px; bottom: 6px; display: flex; flex-direction: column; gap: 3px; width: min(260px, 50%); padding: 17px 20px; border-radius: 12px; background: var(--paper-2); box-shadow: 0 18px 45px rgba(43,32,48,.14); color: var(--muted); font-size: 12px; }
.v2-hero-media figcaption .pose-label { color: var(--ink); font-weight: 750; }
.hero-stamp { position: absolute; bottom: 22px; left: 0; display: grid; width: 95px; height: 95px; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-size: 10px; font-weight: 800; letter-spacing: .14em; line-height: 1.45; text-align: center; transform: rotate(-9deg); animation: stamp-float 5s var(--ease) infinite alternate; }

.v2-evidence { border-block: 1px solid var(--line); background: #f2ece4; }
.evidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.evidence-grid article { min-height: 154px; padding: 30px clamp(18px, 2.5vw, 36px); border-left: 1px solid var(--line); }
.evidence-grid article:last-child { border-right: 1px solid var(--line); }
.evidence-grid strong { display: block; margin-bottom: 8px; color: var(--ink); font-family: "Steady Serif", Georgia, serif; font-size: clamp(32px, 3.1vw, 47px); font-weight: 500; letter-spacing: -.04em; }
.evidence-grid p { max-width: 220px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.problem-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.problem-intro h2 { max-width: 700px; margin: 30px 0 0; font-size: clamp(52px, 6.2vw, 88px); }
.problem-thesis > p:first-child { margin: 0 0 24px; color: var(--ink); font-family: "Steady Serif", Georgia, serif; font-size: clamp(27px, 2.6vw, 38px); line-height: 1.15; }
.problem-thesis > p:last-child { max-width: 570px; margin: 0; color: var(--muted); }
.problem-thesis em { color: var(--coral-dark); }
.failure-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.failure-card { position: relative; min-height: 285px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.24); transition: background-color .3s ease, transform .35s var(--ease); }
.failure-card:hover { z-index: 2; background: var(--paper-2); transform: translateY(-6px); }
.failure-featured { grid-row: span 2; display: flex; min-height: 570px; flex-direction: column; justify-content: space-between; background: var(--ink); color: white; }
.failure-featured:hover { background: #38283c; }
.failure-num { color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.failure-featured .failure-num { color: #f3aaa3; }
.failure-card h3 { margin: 86px 0 12px; font-size: clamp(19px, 1.7vw, 25px); }
.failure-featured h3 { margin-top: auto; font-family: "Steady Serif", Georgia, serif; font-size: clamp(38px, 4vw, 58px); font-weight: 450; line-height: .99; }
.failure-card p { margin: 0; color: var(--muted); font-size: 14px; }
.failure-featured p { color: rgba(255,255,255,.66); }
.failure-mark { position: absolute; top: 28px; right: 28px; color: var(--coral); font-size: 31px; }

.v2-community { padding: 0 0 clamp(92px, 11vw, 150px); }
.community-frame { position: relative; overflow: hidden; min-height: 610px; border-radius: 22px; background: var(--ink); }
.community-image { position: absolute; inset: -4%; transform: translate3d(0, var(--parallax-y, 0), 0); }
.community-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,24,39,.84) 0%, rgba(35,24,39,.48) 47%, rgba(35,24,39,.08) 82%); content: ""; }
.community-image img { width: 100%; height: 110%; object-fit: cover; object-position: center 48%; }
.community-quote { position: relative; z-index: 1; width: min(570px, 63%); padding: clamp(66px, 9vw, 116px); color: white; }
.community-quote blockquote { margin: 38px 0 26px; color: white; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.04; }
.community-quote cite { color: rgba(255,255,255,.6); font-size: 11px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }

.v2-method { background: #eee7df; }
.method-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(60px, 8vw, 116px); align-items: start; }
.method-image { position: sticky; top: 108px; margin: 0; }
.method-image-wrap { overflow: hidden; height: 660px; border-radius: 20px; background: #d5c7b9; transform: translate3d(0, var(--parallax-y, 0), 0); }
.method-image-wrap img { width: 100%; height: 108%; object-fit: cover; object-position: center; transition: filter .45s ease, transform .8s var(--ease); }
.method-image[data-step="4"] img { filter: saturate(1.08) contrast(1.02); transform: scale(1.02); }
.method-image figcaption { position: absolute; right: -24px; bottom: 28px; display: flex; width: 154px; height: 154px; flex-direction: column; align-items: center; justify-content: center; border: 9px solid rgba(248,244,238,.74); border-radius: 50%; background: var(--coral); color: white; box-shadow: 0 18px 40px rgba(43,32,48,.2); }
.method-image figcaption small { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.method-image figcaption strong { font-family: "Steady Serif", Georgia, serif; font-size: 34px; font-weight: 500; }
.v2-method .step-list { border-top: 1px solid var(--line); }
.v2-method .method-step { grid-template-columns: 58px 1fr 34px; min-height: 116px; padding: 24px 6px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); text-align: left; transition: padding .35s var(--ease), background-color .35s ease; }
.v2-method .method-step:hover,
.v2-method .method-step[aria-current="step"] { padding-inline: 22px; background: rgba(255,255,255,.64); }
.v2-method .step-letter { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(43,32,48,.26); border-radius: 50%; color: var(--ink); font-family: "Steady Serif", Georgia, serif; font-size: 22px; }
.v2-method .method-step[aria-current="step"] .step-letter { border-color: var(--coral); background: var(--coral); color: white; }
.v2-method .step-title { font-size: 20px; }
.v2-method .method-step p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.v2-method .method-step i { align-self: start; color: rgba(43,32,48,.36); font-size: 10px; font-style: normal; }

.v2-products { background: var(--ink); color: white; }
.v2-products .v2-section-head > p:last-child { color: rgba(255,255,255,.58); }
.product-bento { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.v2-product { position: relative; display: grid; min-height: 465px; overflow: hidden; grid-template-rows: auto 1fr; padding: 25px; border-radius: 18px; color: var(--ink); transition: transform .5s var(--ease), box-shadow .5s ease; }
.v2-product:hover { z-index: 2; box-shadow: 0 28px 60px rgba(0,0,0,.25); transform: translateY(-9px); }
.v2-product.product-wide { grid-column: span 2; min-height: 515px; grid-template-columns: minmax(0, .95fr) minmax(220px, .65fr); grid-template-rows: auto 1fr; }
.v2-product.product-wide .product-copy { grid-column: 1; grid-row: 2; }
.product-number { position: relative; z-index: 2; grid-column: 1; color: currentColor; font-size: 11px; font-weight: 800; letter-spacing: .14em; opacity: .58; }
.product-copy { position: relative; z-index: 2; align-self: end; max-width: 430px; }
.product-format { display: block; margin-bottom: 14px; font-size: 10px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; opacity: .65; }
.product-copy h3 { margin: 0 0 12px; font-size: clamp(27px, 2.5vw, 39px); line-height: 1.05; }
.product-copy p { max-width: 390px; margin: 0; font-size: 13px; opacity: .72; }
.product-job { display: inline-flex; margin-top: 17px; padding: 6px 10px; border: 1px solid currentColor; border-radius: 99px; font-size: 9px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; opacity: .68; }
.product-copy a { display: inline-flex; gap: 8px; margin-top: 18px; font-size: 12px; font-weight: 760; text-decoration: none; }
.product-copy a span { transition: transform .25s var(--ease); }
.product-copy a:hover span { transform: translate(3px, -3px); }
.product-art { position: absolute; pointer-events: none; transition: transform .65s var(--ease); }
.cover-art { right: 28px; bottom: 30px; width: 28%; filter: drop-shadow(0 18px 20px rgba(43,32,48,.24)); transform: rotate(3deg); }
.cover-art img { width: 100%; height: auto; border-radius: 7px; }
.v2-product:not(.product-wide) .cover-art { top: 72px; right: 22px; bottom: auto; width: 38%; max-height: 168px; overflow: hidden; border-radius: 8px; opacity: .92; }
.v2-product:not(.product-wide) .cover-art img { height: 168px; object-fit: cover; object-position: top; }
.v2-product:hover .cover-art { transform: translateY(-6px) rotate(1deg); }
.product-coral { background: #db7b70; }
.product-sage { background: #becbb7; }
.product-sand { background: #e5cda8; }
.product-rose { background: #d9afb0; }
.product-cream { background: #efe7db; }
.product-blue { background: #b8c7cb; }
.product-plum,
.product-ink { background: #3b2a40; color: white; }
.product-tool { min-height: 515px; }
.tool-card-art { align-self: end; width: 100%; margin-bottom: 120px; padding: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: rgba(255,255,255,.06); }
.tool-card-art small { display: block; margin-bottom: 7px; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; }
.tool-card-art strong { font-family: "Steady Serif", Georgia, serif; font-size: 45px; font-weight: 400; }
.tool-card-art div { display: flex; align-items: end; gap: 5px; height: 34px; margin-top: 12px; }
.tool-card-art div span { width: 33.33%; height: 45%; border-radius: 3px 3px 0 0; background: var(--coral); }
.tool-card-art div span:nth-child(2) { height: 72%; opacity: .7; }
.tool-card-art div span:nth-child(3) { height: 96%; opacity: .45; }
.product-tracker { grid-column: span 2; }
.tracker-art { position: absolute; right: -8%; bottom: -5%; width: 66%; overflow: hidden; border: 8px solid white; border-radius: 12px; box-shadow: 0 25px 40px rgba(43,32,48,.16); transform: rotate(-2deg); transition: transform .65s var(--ease); }
.tracker-art img { width: 100%; height: auto; }
.v2-product:hover .tracker-art { transform: rotate(0) translateY(-6px); }
.picker-art { position: absolute; top: 88px; right: 25px; left: 25px; display: flex; min-height: 145px; flex-direction: column; justify-content: center; padding: 20px; border-radius: 13px; background: rgba(255,255,255,.36); }
.picker-art small { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.picker-art strong { font-family: "Steady Serif", Georgia, serif; font-size: 48px; font-weight: 440; line-height: 1; }
.picker-art span { font-size: 11px; opacity: .65; }

.v2-try { background: #ece4db; }
.try-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(58px, 9vw, 130px); align-items: start; }
.try-intro { position: sticky; top: 112px; }
.try-intro h2 { margin: 32px 0 24px; font-size: clamp(58px, 7vw, 98px); }
.try-intro > p:not(.eyebrow) { max-width: 390px; color: var(--muted); }
.try-marker { display: inline-flex; align-items: center; gap: 12px; margin-top: 42px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.try-marker span { color: var(--coral-dark); font-family: "Steady Serif", Georgia, serif; font-size: 42px; line-height: 1; }
.v2-try .routine-mini { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.v2-try .routine-mini fieldset { padding: 27px 0 33px; border: 0; border-bottom: 1px solid var(--line); }
.v2-try .routine-mini fieldset:first-child { border-top: 1px solid var(--line); }
.v2-try .routine-mini legend { width: 100%; margin-bottom: 19px; padding: 0; font-size: 14px; font-weight: 720; }
.v2-try .routine-mini legend span { margin-right: 12px; color: var(--coral-dark); font-size: 10px; }
.v2-try .segmented { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.v2-try .segmented label { min-height: 54px; padding: 0; border: 0; border-radius: 9px; }
.v2-try .segmented label > span { display: grid; width: 100%; min-height: 54px; place-items: center; padding: 9px 10px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.45); color: var(--ink-2); font-size: 12px; font-weight: 650; transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s var(--ease); }
.v2-try .segmented input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.v2-try .segmented input:checked + span { border-color: var(--ink); background: var(--ink); color: white; transform: translateY(-2px); }
.v2-try .segmented input:focus-visible + span { outline: 3px solid var(--coral); outline-offset: 3px; }
.v2-try .form-actions { margin-top: 28px; }
.text-button { min-height: 48px; padding: 10px 16px; border: 0; background: transparent; color: var(--muted); cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.v2-try .routine-result { margin-top: 28px; padding: 0; border: 0; border-radius: 14px; background: transparent; color: var(--ink); }
.v2-try .routine-result.is-visible { padding: 25px; border: 1px solid rgba(43,32,48,.12); background: var(--paper-2); box-shadow: 0 16px 40px rgba(43,32,48,.07); }

.v2-market { background: #312438; color: white; }
.market-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 10vw, 150px); align-items: center; }
.market-intro h2 { margin: 32px 0 30px; color: white; font-size: clamp(48px, 5.5vw, 76px); }
.market-intro h2 em { color: #ef9b91; }
.market-intro > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.62); }
.market-intro .legal-note { margin-top: 28px; font-size: 10px; }
.comparison { border-top: 1px solid rgba(255,255,255,.2); }
.comparison-row { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; padding: 26px 18px; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.66); font-size: 13px; }
.comparison-row strong { color: white; }
.comparison-head { padding-block: 14px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.comparison-row.highlight { margin-top: 12px; border: 0; border-radius: 12px; background: var(--coral); color: white; transform: translateX(-12px); }

.review-layout-v2 { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 150px); }
.review-zero { padding: 37px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper-2); box-shadow: 0 20px 60px rgba(43,32,48,.06); }
.review-zero .zero { display: block; margin: 22px 0 -12px; color: var(--coral); font-family: "Steady Serif", Georgia, serif; font-size: clamp(130px, 17vw, 225px); font-weight: 350; letter-spacing: -.09em; line-height: .9; }
.review-zero h3 { margin: 0 0 24px; font-size: 21px; }
.review-zero > p:last-child { color: var(--muted); font-size: 13px; }
.review-protocol h2 { max-width: 620px; margin: 32px 0 23px; font-size: clamp(52px, 6vw, 84px); }
.review-protocol > p:not(.eyebrow) { max-width: 690px; color: var(--muted); }
.review-measures { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 46px; background: var(--line); }
.review-measures article { padding: 23px; background: var(--paper); }
.review-measures span { color: var(--coral-dark); font-size: 10px; font-weight: 800; }
.review-measures h3 { margin: 40px 0 9px; font-size: 16px; }
.review-measures p { margin: 0; color: var(--muted); font-size: 12px; }

.v2-pricing { background: #241a29; color: white; }
.price-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 150px); align-items: center; }
.price-intro h2 { max-width: 700px; margin: 33px 0 28px; color: white; font-size: clamp(55px, 6vw, 84px); }
.price-intro h2 em { color: #ed978e; }
.price-intro > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.6); }
.price-note { display: flex; align-items: center; gap: 14px; margin-top: 46px; color: rgba(255,255,255,.68); }
.price-note > span { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 21px; }
.price-note p { margin: 0; font-size: 12px; }
.price-card-v2 { padding: clamp(32px, 4vw, 52px); border-radius: 20px; background: var(--paper-2); box-shadow: 0 40px 100px rgba(0,0,0,.25); color: var(--ink); }
.price-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.price-card-v2 .currency-toggle { margin: 0; }
.price-card-v2 .currency-toggle button { min-height: 34px; padding: 5px 10px; border-color: var(--line); color: var(--ink); font-size: 10px; }
.price-card-v2 .currency-toggle button[aria-pressed="true"] { background: var(--ink); color: white; }
.price-card-v2 .price { margin: 35px 0 28px; }
.price-card-v2 .price > span { font-family: "Steady Serif", Georgia, serif; font-size: clamp(74px, 8vw, 105px); font-weight: 430; letter-spacing: -.07em; }
.price-card-v2 .price small { color: var(--muted); font-size: 12px; }
.price-card-v2 ul { margin: 0 0 32px; padding: 26px 0; border-block: 1px solid var(--line); list-style: none; }
.price-card-v2 li { display: flex; gap: 12px; padding: 7px 0; color: var(--ink-2); font-size: 13px; }
.price-card-v2 li span { color: var(--coral-dark); font-weight: 800; }
.full { width: 100%; }
.owner-link { display: block; margin-top: 19px; color: var(--ink); font-size: 12px; font-weight: 710; text-align: center; text-decoration: none; }
.price-card-v2 .legal-note { margin: 20px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

.faq-layout-v2 { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(70px, 10vw, 155px); align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro h2 { margin: 32px 0 22px; font-size: clamp(52px, 5.8vw, 78px); }
.faq-intro > p:last-child { max-width: 330px; color: var(--muted); }
.faq-list-v2 { border-top: 1px solid var(--line); }
.faq-list-v2 details { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.faq-list-v2 summary { min-height: 85px; padding: 27px 0; font-size: 17px; font-weight: 680; list-style: none; cursor: pointer; }
.faq-list-v2 summary::-webkit-details-marker { display: none; }
.faq-list-v2 summary span { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 20px; font-weight: 400; transition: background-color .2s, color .2s, transform .3s var(--ease); }
.faq-list-v2 details[open] summary span { background: var(--ink); color: white; transform: rotate(45deg); }
.faq-list-v2 details > div { padding: 0 66px 28px 0; color: var(--muted); font-size: 14px; }
.faq-list-v2 details > div p { margin: 0; }

.v2-closing { padding: clamp(100px, 13vw, 180px) 0; background: var(--coral); color: white; text-align: center; }
.closing-inner { display: flex; flex-direction: column; align-items: center; }
.closing-inner h2 { max-width: 900px; margin: 34px auto 27px; color: white; font-size: clamp(56px, 7vw, 98px); }
.closing-inner h2 em { color: #4a2f48; }
.closing-inner > p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.78); }
.closing-inner > div { display: flex; gap: 20px; margin-top: 40px; }
.v2-footer { padding: 72px 0; background: #1f1723; color: white; }
.footer-grid-v2 { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.v2-footer .brand { color: white; font-family: "Steady Serif", Georgia, serif; font-size: 20px; }
.v2-footer .brand-mark { background: var(--coral); }
.v2-footer p { max-width: 310px; color: rgba(255,255,255,.5); font-size: 12px; }
.v2-footer h3 { margin: 0 0 18px; color: rgba(255,255,255,.46); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.v2-footer > .container > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.v2-footer a:not(.brand) { min-height: 33px; color: rgba(255,255,255,.75); font-size: 12px; text-decoration: none; }
.v2-dialog { border: 0; border-radius: 18px; background: var(--paper-2); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.v2-dialog .dialog-inner h2 { font-size: clamp(36px, 5vw, 55px); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.stagger > * { opacity: 0; transform: translateY(22px); transition: opacity .72s var(--ease), transform .72s var(--ease); }
.stagger.is-visible > * { opacity: 1; transform: translateY(0); }
.stagger.is-visible > *:nth-child(2) { transition-delay: 70ms; }
.stagger.is-visible > *:nth-child(3) { transition-delay: 140ms; }
.stagger.is-visible > *:nth-child(4) { transition-delay: 210ms; }
.stagger.is-visible > *:nth-child(5) { transition-delay: 280ms; }
.stagger.is-visible > *:nth-child(6) { transition-delay: 350ms; }
.stagger.is-visible > *:nth-child(7) { transition-delay: 420ms; }
.stagger.is-visible > *:nth-child(8) { transition-delay: 490ms; }
.stagger.is-visible > *:nth-child(9) { transition-delay: 560ms; }

@keyframes stamp-float { to { transform: translateY(-8px) rotate(2deg); } }

/* Owner thank-you and product library */
.access-v2 { min-height: 100vh; background: #281d2d; color: white; }
.access-v2.library-open { background: var(--paper); color: var(--ink); }
.access-header { position: relative; z-index: 4; height: 78px; border-bottom: 1px solid rgba(255,255,255,.13); background: #281d2d; }
.access-nav { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.access-header .brand { color: white; font-family: "Steady Serif", Georgia, serif; font-size: 21px; font-weight: 580; letter-spacing: -.04em; text-decoration: none; }
.access-header .brand-mark { background: var(--coral); }
.access-back { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 670; text-decoration: none; }
.access-back span { transition: transform .25s var(--ease); }
.access-back:hover span { transform: translate(3px, -3px); }
.access-hero { position: relative; overflow: hidden; padding: clamp(75px, 9vw, 130px) 0 clamp(90px, 11vw, 150px); background: radial-gradient(circle at 7% 30%, rgba(219,102,95,.18), transparent 25%), radial-gradient(circle at 93% 83%, rgba(200,208,189,.12), transparent 26%), #281d2d; }
.access-hero::before { position: absolute; top: -180px; right: 11%; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.access-hero::after { position: absolute; right: 4%; bottom: -250px; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; content: ""; }
.access-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .72fr; gap: clamp(65px, 10vw, 150px); align-items: center; }
.access-welcome h1 { max-width: 790px; margin: 35px 0 30px; color: white; font-size: clamp(62px, 7.3vw, 102px); }
.access-welcome h1 em { color: #ef9b91; }
.access-welcome > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.61); font-size: 17px; }
.access-promise { display: flex; align-items: center; gap: 20px; margin-top: 48px; }
.access-promise > span { display: grid; width: 78px; height: 78px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #ef9b91; font-family: "Steady Serif", Georgia, serif; font-size: 43px; }
.access-promise p { max-width: 230px; margin: 0; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .06em; line-height: 1.5; text-transform: uppercase; }
.access-gate { padding: clamp(30px, 4vw, 48px); border-radius: 20px; background: var(--paper-2); box-shadow: 0 40px 110px rgba(0,0,0,.34); color: var(--ink); }
.gate-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 9px; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.secure-dot { display: inline-flex; align-items: center; gap: 7px; }
.secure-dot i { width: 7px; height: 7px; border-radius: 50%; background: #4b8d64; box-shadow: 0 0 0 4px rgba(75,141,100,.13); }
.access-gate h2 { margin: 40px 0 17px; font-size: clamp(39px, 4.5vw, 59px); }
.access-gate > p { margin: 0 0 30px; color: var(--muted); font-size: 13px; }
.access-gate label { display: block; margin-bottom: 9px; font-size: 11px; font-weight: 750; }
.code-field { display: flex; overflow: hidden; border: 1px solid rgba(43,32,48,.22); border-radius: 9px; background: white; transition: border-color .2s ease, box-shadow .2s ease; }
.code-field:focus-within { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(43,32,48,.08); }
.code-field input { width: 100%; min-width: 0; min-height: 55px; padding: 13px 15px; border: 0; outline: 0; background: transparent; color: var(--ink); font-family: "Steady Sans", sans-serif; font-size: 16px; font-weight: 650; letter-spacing: .06em; }
.code-field input::placeholder { color: #a99fa9; font-weight: 430; letter-spacing: 0; }
.code-field button { min-width: 64px; border: 0; background: transparent; color: var(--muted); font-size: 11px; font-weight: 720; cursor: pointer; }
.access-error { display: none; margin: 10px 0 0; color: #9a2929; font-size: 12px; }
.access-error.is-visible { display: block; }
.access-gate .button { position: relative; margin-top: 20px; min-height: 56px; border-radius: 9px; }
.button-spinner { display: none; width: 17px; height: 17px; border: 2px solid rgba(255,255,255,.45); border-top-color: white; border-radius: 50%; animation: access-spin .8s linear infinite; }
.access-gate .button.is-loading .button-arrow { display: none; }
.access-gate .button.is-loading .button-spinner { display: block; }
.access-gate .button:disabled { cursor: wait; opacity: .75; }
.gate-help { display: flex; gap: 11px; margin-top: 25px; padding-top: 21px; border-top: 1px solid var(--line); color: var(--muted); }
.gate-help > span { display: grid; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; font-weight: 800; }
.gate-help p { margin: 1px 0 0; font-size: 10px; line-height: 1.5; }
.library-section { padding: clamp(90px, 10vw, 145px) 0; background: var(--paper); color: var(--ink); }
.library-section[hidden] { display: none; }
.library-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.library-head h2 { margin: 29px 0 18px; font-size: clamp(55px, 6.5vw, 88px); }
.library-head p:not(.eyebrow) { max-width: 600px; margin: 0; color: var(--muted); }
.library-lock { min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--ink); font-size: 11px; font-weight: 720; cursor: pointer; }
.access-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.access-product { position: relative; display: flex; min-height: 330px; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 25px; border-radius: 17px; color: var(--ink); transition: transform .4s var(--ease), box-shadow .4s ease; }
.access-product:hover { z-index: 2; box-shadow: 0 25px 50px rgba(43,32,48,.17); transform: translateY(-7px); }
.access-product-top { position: relative; z-index: 1; display: flex; justify-content: space-between; font-size: 9px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; opacity: .59; }
.access-product-mark { position: absolute; top: 45px; right: 19px; color: rgba(43,32,48,.11); font-family: "Steady Serif", Georgia, serif; font-size: 135px; font-weight: 450; line-height: 1; transform: rotate(-7deg); }
.access-product-copy { position: relative; z-index: 1; }
.access-product-copy h3 { max-width: 290px; margin: 0 0 22px; font-size: clamp(25px, 2.4vw, 34px); line-height: 1.05; }
.access-product-copy a { display: inline-flex; min-height: 40px; align-items: center; gap: 9px; padding: 9px 13px; border-radius: 7px; background: rgba(255,255,255,.62); color: currentColor; font-size: 11px; font-weight: 750; text-decoration: none; }
.access-product-copy a span { transition: transform .25s var(--ease); }
.access-product-copy a:hover span { transform: translate(2px, -2px); }
.access-coral { background: #db7b70; }
.access-ink { background: #3b2a40; color: white; }
.access-sand { background: #e5cda8; }
.access-rose { background: #d9afb0; }
.access-sage { background: #becbb7; }
.access-cream { background: #efe7db; }
.access-plum { background: #70506f; color: white; }
.access-blue { background: #b8c7cb; }
.access-ink .access-product-mark,
.access-plum .access-product-mark { color: rgba(255,255,255,.09); }
.access-ink .access-product-copy a,
.access-plum .access-product-copy a { background: rgba(255,255,255,.14); }
.library-note { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 30px; padding: 25px 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper-2); }
.library-note > div { display: flex; align-items: center; gap: 15px; }
.library-note > div > span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: "Steady Serif", Georgia, serif; }
.library-note p { max-width: 700px; margin: 0; color: var(--muted); font-size: 11px; }
.library-note p strong { color: var(--ink); }
.library-note > a { flex: 0 0 auto; color: var(--ink); font-size: 11px; font-weight: 750; text-decoration: none; }
.access-footer { padding: 32px 0; border-top: 1px solid rgba(255,255,255,.11); background: #211725; color: rgba(255,255,255,.5); }
.access-footer > div { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.access-footer p { max-width: 750px; margin: 0; font-size: 10px; }
.access-footer div div { display: flex; gap: 20px; }
.access-footer a { color: rgba(255,255,255,.65); font-size: 10px; text-decoration: none; }

@keyframes access-spin { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .v2-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 42px; }
  .v2-hero-copy h1 { font-size: clamp(54px, 7.8vw, 78px); }
  .v2-section-head { grid-template-columns: .55fr 1.45fr; }
  .v2-section-head > p:last-child { grid-column: 2; }
  .failure-grid { grid-template-columns: repeat(3, 1fr); }
  .product-bento { grid-template-columns: repeat(2, 1fr); }
  .v2-product.product-wide { grid-column: span 2; }
  .product-tracker { grid-column: span 2; }
  .market-layout,
  .price-layout { gap: 70px; }
}

@media (max-width: 820px) {
  .v2-page .container,
  .access-v2 .container { width: min(calc(100% - 34px), var(--max)); }
  .v2-section { padding: 90px 0; }
  .v2-header { height: 68px; }
  .v2-header .nav-toggle { display: grid; }
  .v2-header .nav-links { position: fixed; inset: 68px 16px auto; display: none; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper-2); box-shadow: var(--shadow); }
  .v2-header.nav-open .nav-links { display: grid; }
  .v2-header .nav-links > a:not(.button) { padding: 9px 5px; border-bottom: 1px solid var(--line); }
  .v2-header .nav-links .button { margin-top: 13px; }
  .v2-hero { padding-top: 30px; }
  .v2-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .v2-hero-copy { padding-top: 38px; }
  .v2-hero-media { max-width: 680px; margin-left: auto; }
  .evidence-grid { grid-template-columns: repeat(2, 1fr); }
  .evidence-grid article:nth-child(2) { border-right: 1px solid var(--line); }
  .problem-intro,
  .method-layout,
  .try-layout,
  .market-layout,
  .review-layout-v2,
  .price-layout,
  .faq-layout-v2 { grid-template-columns: 1fr; }
  .failure-grid { grid-template-columns: repeat(2, 1fr); }
  .failure-featured { grid-row: auto; grid-column: span 2; min-height: 400px; }
  .community-frame { min-height: 590px; }
  .community-quote { width: 80%; padding: 64px 44px; }
  .method-image,
  .try-intro,
  .faq-intro { position: relative; top: auto; }
  .method-image { max-width: 620px; }
  .method-image-wrap { height: 560px; }
  .review-layout-v2 { gap: 55px; }
  .review-measures { margin-top: 35px; }
  .price-layout { gap: 52px; }
  .footer-grid-v2 { grid-template-columns: 1.7fr 1fr 1fr; }
  .footer-grid-v2 > div:last-child { grid-column: 1 / -1; }
  .access-hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .access-welcome { max-width: 750px; }
  .access-gate { max-width: 650px; }
  .access-products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .v2-page .container,
  .access-v2 .container { width: min(calc(100% - 28px), var(--max)); }
  .v2-section { padding: 76px 0; }
  .v2-hero { min-height: auto; padding-bottom: 52px; }
  .v2-hero-grid { gap: 35px; }
  .v2-hero-copy h1 { margin-top: 22px; font-size: clamp(49px, 14.5vw, 69px); line-height: .96; }
  .v2-hero-copy .hero-sub { font-size: 17px; }
  .v2-hero-copy .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-assurance { align-items: flex-start; flex-direction: column; }
  .v2-hero-media { padding: 0 0 54px 8px; }
  .hero-image-shell { aspect-ratio: .91; border-radius: 120px 17px 17px 17px; }
  .hero-image-shell img { object-position: 58% center; }
  .hero-stamp { bottom: 25px; width: 79px; height: 79px; font-size: 8px; }
  .v2-hero-media figcaption { right: 8px; width: 62%; }
  .evidence-grid article { min-height: 146px; padding: 23px 18px; }
  .evidence-grid strong { font-size: 34px; }
  .problem-intro { gap: 36px; margin-bottom: 46px; }
  .problem-intro h2 { font-size: 52px; }
  .failure-grid { display: block; border: 0; }
  .failure-card { min-height: 245px; margin-bottom: 10px; border: 1px solid var(--line); border-radius: 14px; }
  .failure-featured { min-height: 390px; }
  .community-frame { min-height: 660px; border-radius: 16px; }
  .community-image { inset: 0; }
  .community-image::after { background: linear-gradient(180deg, rgba(35,24,39,.12) 20%, rgba(35,24,39,.82) 72%); }
  .community-image img { height: 100%; object-position: 62% center; }
  .community-quote { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; padding: 34px 28px 40px; }
  .community-quote blockquote { font-size: 38px; }
  .v2-section-head { display: block; margin-bottom: 42px; }
  .v2-section-head h2 { margin: 27px 0 23px; font-size: 49px; }
  .method-layout { gap: 54px; }
  .method-image-wrap { height: 520px; }
  .method-image figcaption { right: 12px; width: 128px; height: 128px; }
  .v2-method .method-step { grid-template-columns: 50px 1fr 26px; min-height: 116px; padding-inline: 3px; }
  .v2-method .method-step:hover,
  .v2-method .method-step[aria-current="step"] { padding-inline: 10px; }
  .product-bento { display: block; }
  .v2-product,
  .v2-product.product-wide { display: grid; min-height: 475px; grid-template-columns: 1fr; margin-bottom: 12px; }
  .product-copy h3 { font-size: 31px; }
  .cover-art { right: 20px; bottom: 24px; width: 33%; }
  .v2-product:not(.product-wide) .cover-art { top: 68px; right: 20px; width: 38%; }
  .tracker-art { width: 80%; }
  .try-intro h2 { font-size: 61px; }
  .v2-try .segmented { gap: 6px; }
  .v2-try .segmented label > span { padding-inline: 5px; font-size: 10px; }
  .comparison-row { grid-template-columns: .85fr 1.15fr; gap: 17px; padding-inline: 8px; }
  .comparison-row.highlight { transform: none; }
  .review-measures { grid-template-columns: 1fr; }
  .review-measures h3 { margin-top: 18px; }
  .price-card-v2 { padding: 29px 23px; }
  .price-top { align-items: flex-start; flex-direction: column; }
  .faq-list-v2 summary { font-size: 15px; }
  .closing-inner h2 { font-size: 55px; }
  .closing-inner > div { align-items: center; flex-direction: column; }
  .footer-grid-v2 { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-grid-v2 > div:first-child,
  .footer-grid-v2 > div:last-child { grid-column: 1 / -1; }
  .access-header { height: 68px; }
  .access-back { font-size: 10px; }
  .access-hero { padding-top: 65px; }
  .access-welcome h1 { font-size: 57px; }
  .access-welcome > p:not(.eyebrow) { font-size: 15px; }
  .access-gate { padding: 28px 22px; }
  .gate-top { align-items: flex-start; flex-direction: column; }
  .library-head { align-items: flex-start; flex-direction: column; }
  .access-products { grid-template-columns: 1fr; }
  .access-product { min-height: 300px; }
  .library-note,
  .access-footer > div { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .v2-page *,
  .access-v2 * { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; transition-delay: 0ms !important; }
  .reveal,
  .stagger > * { opacity: 1; transform: none; }
  [data-parallax] { transform: none !important; }
}
