:root {
  --ink: #081914;
  --forest: #0d2a21;
  --green: #29df84;
  --green-dark: #0f9f5e;
  --sun: #ffd84d;
  --clay: #e87345;
  --blue: #87c8ff;
  --paper: #f4f0e6;
  --paper-2: #fffdf7;
  --white: #ffffff;
  --muted: #596760;
  --line: rgba(8, 25, 20, .16);
  --shadow: 8px 8px 0 var(--ink);
  --display: "Bricolage Grotesque", sans-serif;
  --body: "IBM Plex Sans", sans-serif;
  --max: 1280px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-2); font-family: var(--body); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.045em; line-height: .98; }
h1 { font-size: clamp(3.2rem, 7vw, 7.6rem); }
h2 { font-size: clamp(2.4rem, 4.5vw, 5.1rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .7rem 1rem; color: white; background: var(--ink); }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 100; width: min(calc(100% - 2rem), var(--max)); margin: .75rem auto 0; padding: .72rem .8rem .72rem 1.1rem; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,253,247,.92); box-shadow: 0 12px 40px rgba(8,25,20,.08); backdrop-filter: blur(16px); }
.wordmark { display: inline-flex; align-items: baseline; gap: .25rem; font-family: var(--display); font-size: 1.05rem; font-weight: 800; letter-spacing: -.04em; }
.wordmark span { padding: .2rem .38rem; background: var(--ink); color: var(--green); }
.wordmark b { color: var(--ink); }
.site-header nav { display: flex; align-items: center; gap: 1.35rem; font-size: .86rem; font-weight: 600; }
.site-header nav a:hover { color: var(--green-dark); }
.nav-cta { padding: .62rem 1rem; border-radius: 99px; color: white !important; background: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; font-weight: 700; }
.section { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: clamp(3.5rem, 6vw, 6rem) 0; }
.eyebrow, .kicker { margin-bottom: 1rem; font-family: var(--display); font-size: .77rem; font-weight: 800; letter-spacing: .13em; line-height: 1.2; }
.section-heading { margin-bottom: 3rem; }
.section-heading.compact { max-width: 760px; }
.section-heading p:last-child { max-width: 660px; color: var(--muted); font-size: 1.08rem; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 3.35rem; padding: .8rem 1.3rem; border: 2px solid var(--ink); border-radius: 4px; font-family: var(--display); font-weight: 800; line-height: 1; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--ink); }
.button.primary { background: var(--green); }
.button.ghost { background: transparent; }
.button.dark { color: white; background: var(--ink); }
.button.gold { background: var(--sun); }
.center { margin-top: 3rem; text-align: center; }

.hero-v2 { width: min(calc(100% - 2rem), var(--max)); min-height: min(700px, calc(100vh - 6rem)); margin: 1rem auto 0; display: grid; grid-template-columns: 1.03fr .97fr; overflow: hidden; border: 2px solid var(--ink); background: var(--paper); }
.hero-v2-copy { padding: clamp(3rem, 6vw, 6.5rem); align-self: center; }
.availability { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 2rem; padding: .35rem .7rem; border: 1px solid var(--line); border-radius: 99px; background: var(--paper-2); font-size: .78rem; font-weight: 600; }
.availability i { width: .55rem; height: .55rem; border-radius: 50%; background: var(--green-dark); box-shadow: 0 0 0 4px rgba(15,159,94,.14); }
.hero-v2 h1 { max-width: 800px; margin-bottom: 1.5rem; font-size: clamp(3.3rem, 5.5vw, 6.2rem); }
.hero-v2 h1 em { color: var(--green-dark); font-style: normal; }
.hero-lede { max-width: 650px; margin-bottom: 2rem; color: #33463e; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-assurance { margin-top: 3rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.hero-assurance span { color: var(--muted); font-size: .75rem; line-height: 1.4; }
.hero-assurance b { display: block; color: var(--ink); font-family: var(--display); font-size: .88rem; }
.hero-stage { position: relative; min-height: 580px; overflow: hidden; background: var(--forest); }
.stage-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px); background-size: 48px 48px; }
.stage-main { position: absolute; z-index: 2; left: 5%; top: 19%; width: 66%; filter: drop-shadow(0 25px 30px rgba(0,0,0,.34)); transform: rotate(-4deg); }
.stage-page { position: absolute; z-index: 3; width: 29%; border: 5px solid var(--paper-2); box-shadow: 0 18px 35px rgba(0,0,0,.35); }
.stage-page-one { right: 4%; top: 9%; transform: rotate(8deg); }
.stage-page-two { right: 7%; bottom: 7%; transform: rotate(-7deg); }
.stage-ticket { position: absolute; z-index: 4; top: 6%; left: 5%; padding: 1rem 1.2rem; border: 2px solid var(--ink); background: var(--sun); box-shadow: 5px 5px 0 var(--ink); transform: rotate(-3deg); }
.stage-ticket small { display: block; font-weight: 700; letter-spacing: .12em; }
.stage-ticket strong { font-family: var(--display); font-size: 1.1rem; line-height: 1.05; }
.stage-note { position: absolute; z-index: 4; left: 7%; bottom: 6%; padding: .65rem .8rem; color: white; border-left: 3px solid var(--green); font-family: var(--display); font-weight: 700; line-height: 1.2; }
.proof-band { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border: 2px solid var(--ink); border-top: 0; background: var(--sun); }
.proof-band div { min-height: 120px; padding: 1.2rem; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--ink); }
.proof-band div:last-child { border-right: 0; }
.proof-band strong { font-family: var(--display); font-size: 1.55rem; letter-spacing: -.04em; }
.proof-band span { font-size: .78rem; line-height: 1.35; }

.problem-picker { padding-bottom: 4rem; }
.path-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 2px solid var(--ink); }
.path-card { min-height: 275px; padding: clamp(1.6rem, 3vw, 3rem); display: flex; flex-direction: column; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transition: background .2s ease, transform .2s ease; }
.path-card:nth-child(2n) { border-right: 0; }
.path-card:nth-child(n+3) { border-bottom: 0; }
.path-card span { font-family: var(--display); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.path-card h3 { max-width: 540px; margin: auto 0 1rem; font-size: clamp(1.7rem,2.4vw,2.8rem); }
.path-card p { max-width: 450px; margin-bottom: 1.5rem; }
.path-card b { font-family: var(--display); }
.path-card i { font-style: normal; }
.path-card.business, .path-card.growth { background: #c7f7d9; }
.path-card.clients { background: #f8c9b7; }
.path-card.work { background: #bfe2ff; }
.path-card.opportunity { background: #ffeaa0; }
.path-card:hover { z-index: 2; background: var(--paper-2); transform: translate(-3px,-3px); }

.flagship { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,7vw,7rem); align-items: center; }
.flagship-copy h2 { margin-bottom: 1.5rem; }
.flagship-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.12rem; }
.flagship-copy ul { margin: 2rem 0; padding: 0; list-style: none; }
.flagship-copy li { padding: .7rem 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.flagship-copy li::before { content: "✓"; margin-right: .7rem; color: var(--green-dark); }
.price-note { display: flex; flex-direction: column; font-size: .8rem; line-height: 1.2; }
.price-note b { font-family: var(--display); font-size: 1.6rem; }
.flagship-visual { position: relative; padding: 3rem; background: var(--forest); }
.visual-frame { width: 68%; margin: auto; border: 7px solid var(--paper-2); box-shadow: 14px 14px 0 var(--green); transform: rotate(3deg); }
.mini-proof { position: absolute; left: 1.3rem; bottom: 2rem; width: 44%; display: grid; grid-template-columns: repeat(2,1fr); background: var(--sun); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); transform: rotate(-3deg); }
.mini-proof span { padding: .55rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-family: var(--display); font-size: .6rem; font-weight: 800; }

.featured-v2 { width: 100%; max-width: none; padding-inline: max(1rem,calc((100vw - var(--max))/2)); background: var(--paper); }
.bundles { padding-top: clamp(3.5rem,6vw,6rem); }
.bundle-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.bundle-card { position: relative; min-height: 310px; padding: clamp(1.4rem,2.4vw,2.35rem); display: flex; flex-direction: column; overflow: hidden; border: 2px solid var(--ink); background: var(--paper-2); box-shadow: 6px 6px 0 var(--ink); }
.bundle-card::after { content: ""; position: absolute; right: -42px; top: -42px; width: 150px; aspect-ratio: 1; border: 24px solid color-mix(in srgb,var(--bundle-accent) 56%,transparent); border-radius: 50%; }
.bundle-card.growth { --bundle-accent: var(--green); }
.bundle-card.work { --bundle-accent: var(--sun); }
.bundle-card.clients { --bundle-accent: var(--clay); }
.bundle-card.opportunity { --bundle-accent: var(--blue); }
.bundle-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.bundle-card-top > span { padding: .42rem .62rem; color: var(--ink); background: var(--bundle-accent); border: 1px solid var(--ink); font-family: var(--display); font-size: .72rem; font-weight: 800; }
.bundle-card h3 { position: relative; z-index: 1; max-width: 600px; margin: 1.6rem 0 .65rem; font-size: clamp(1.8rem,2.8vw,3rem); }
.bundle-card > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 580px; color: var(--muted); }
.bundle-card .bundle-codes { margin: 0 0 1rem; color: var(--green-dark) !important; font-family: var(--display); font-size: .8rem; font-weight: 800; letter-spacing: .06em; }
.bundle-card-bottom { position: relative; z-index: 1; margin-top: auto; padding-top: 1.5rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); }
.bundle-card-bottom > div { display: flex; flex-direction: column; }
.bundle-card-bottom small { font-size: .62rem; font-weight: 800; letter-spacing: .09em; }
.bundle-card-bottom strong { font-family: var(--display); font-size: 2rem; }
.bundle-note { margin: 1.8rem 0 0; color: var(--muted); text-align: center; }
.catalogue-bundles { padding-bottom: 2rem; }
.bundle-inline { width: min(calc(100% - 2rem), var(--max)); margin: 1rem auto; padding: clamp(2rem,4vw,4rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; border: 2px solid var(--ink); background: var(--sun); }
.bundle-inline h2 { margin-bottom: .5rem; font-size: clamp(2.2rem,4vw,4.8rem); }
.bundle-inline p { margin: 0; }
.bundle-inline > div:last-child { display: flex; align-items: center; gap: 1rem; }
.bundle-inline strong { font-family: var(--display); font-size: 2rem; white-space: nowrap; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; }
.product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); background: var(--paper-2); }
.product-cover { overflow: hidden; aspect-ratio: 4/4.8; background: color-mix(in srgb,var(--accent) 16%,var(--paper)); }
.product-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .45s ease; }
.product-card:hover .product-cover img { transform: scale(1.035); }
.product-card-body { flex: 1; padding: 1.2rem; display: flex; flex-direction: column; }
.product-card-body .eyebrow { color: var(--green-dark); font-size: .64rem; }
.product-card h3 { margin-bottom: .7rem; font-size: 1.45rem; }
.product-card p:not(.eyebrow) { color: var(--muted); font-size: .88rem; }
.card-meta { margin-top: auto; padding-top: 1rem; display: flex; justify-content: space-between; gap: .8rem; border-top: 1px solid var(--line); }
.card-meta strong { font-family: var(--display); }
.card-meta span { max-width: 110px; color: var(--muted); font-size: .68rem; text-align: right; }
.text-link { margin-top: 1rem; font-family: var(--display); font-size: .82rem; font-weight: 800; }
.text-link span { color: var(--green-dark); }

.method-v2 { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.method-copy > h2 { margin-bottom: 1.5rem; }
.method-intro { max-width: 600px; color: var(--muted); font-size: 1.12rem; }
.method-copy ol { margin: 3rem 0 0; padding: 0; counter-reset: method; list-style: none; }
.method-copy li { position: relative; padding: 1.15rem 0 1.15rem 3rem; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); counter-increment: method; }
.method-copy li::before { content: "0" counter(method); position: absolute; left: 0; top: 1.25rem; color: var(--green-dark); font-family: var(--display); font-weight: 800; }
.method-copy li b { font-family: var(--display); font-size: 1.25rem; }
.method-copy li span { color: var(--muted); }
.method-visual { position: relative; padding: 4rem; background: var(--blue); border: 2px solid var(--ink); }
.method-visual img { width: 78%; margin: auto; border: 6px solid white; box-shadow: 12px 12px 0 var(--ink); transform: rotate(-3deg); }
.method-visual > span { position: absolute; right: 1rem; bottom: 1rem; font-family: var(--display); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.method-stamp { position: absolute; z-index: 2; right: 1.2rem; top: 1.2rem; width: 95px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--clay); font-family: var(--display); font-size: .72rem; font-weight: 800; line-height: 1; text-align: center; transform: rotate(9deg); }
.integrity-v2 { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; padding-inline: clamp(2rem,5vw,5rem); color: white; background: var(--forest); }
.integrity-v2 h2 { color: var(--green); }
.integrity-v2 ul { margin: 0; padding: 0; list-style: none; }
.integrity-v2 li { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.integrity-v2 li::before { content: "↳"; margin-right: .8rem; color: var(--sun); }
.final-cta-v2 { width: min(calc(100% - 2rem), var(--max)); margin: 1rem auto; padding: clamp(4rem,8vw,8rem); color: white; text-align: center; background: var(--ink); border: 2px solid var(--ink); }
.final-cta-v2 h2 { margin-bottom: 2rem; }

.catalogue-hero { width: min(calc(100% - 2rem), var(--max)); margin: 1rem auto 0; padding: clamp(2.8rem,5vw,5rem); color: white; background: var(--forest); }
.catalogue-hero h1 { max-width: 980px; margin-bottom: 1rem; font-size: clamp(2.8rem,5vw,5.4rem); }
.catalogue-hero > p:last-child { max-width: 660px; color: #cae2d8; font-size: 1.2rem; }
.catalogue-controls { position: relative; z-index: 2; width: min(calc(100% - 4rem), 980px); margin: -2rem auto 0; padding: 1.5rem; border: 2px solid var(--ink); background: var(--paper-2); box-shadow: var(--shadow); }
.catalogue-controls label { display: block; margin-bottom: .4rem; font-family: var(--display); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.catalogue-controls input { width: 100%; padding: .9rem 1rem; border: 1px solid var(--line); background: white; }
.filter-row { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.filter { padding: .5rem .85rem; border: 1px solid var(--ink); background: transparent; cursor: pointer; }
.filter.active { color: white; background: var(--ink); }
#result-count { margin: .8rem 0 0; color: var(--muted); font-size: .8rem; }
.catalogue-list .product-grid { grid-template-columns: repeat(2,1fr); }
.empty-state { padding: 3rem; text-align: center; }

.catalogue-section-heading { margin-bottom: 2rem; display: grid; grid-template-columns: 1fr minmax(260px,.55fr); gap: 2rem; align-items: end; }
.catalogue-section-heading h2 { margin-bottom: 0; font-size: clamp(2.2rem,4vw,4.2rem); }
.catalogue-section-heading > p { margin-bottom: .3rem; color: var(--muted); }
.catalogue-list { padding-top: 4.5rem; }
.catalogue-list .product-card { min-height: 220px; display: grid; grid-template-columns: 155px 1fr; overflow: hidden; border: 2px solid var(--ink); }
.catalogue-list .product-cover { width: 100%; height: 100%; aspect-ratio: auto; border-right: 1px solid var(--ink); }
.catalogue-list .product-card-body { padding: 1.15rem; }
.catalogue-list .product-card h3 { margin-bottom: .45rem; font-size: clamp(1.2rem,1.7vw,1.65rem); }
.catalogue-list .product-card p:not(.eyebrow) { margin-bottom: .8rem; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.catalogue-list .card-meta { padding-top: .65rem; }
.catalogue-list .text-link { margin-top: .6rem; }
.catalogue-bundles { padding-top: 2.5rem; padding-bottom: 5rem; border-top: 1px solid var(--line); }
.catalogue-bundles .bundle-grid { gap: 1.25rem; }
.catalogue-bundles .bundle-card { min-height: 285px; }

.proof-showcase { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.proof-showcase-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.proof-showcase-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; }
.proof-showcase-grid figure { margin: 0; padding: .7rem; border: 2px solid var(--ink); background: var(--paper); }
.proof-showcase-grid figure:nth-child(2) { transform: translateY(-1rem) rotate(1.5deg); }
.proof-showcase-grid img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top; border: 1px solid var(--line); }
.proof-showcase-grid figcaption { padding-top: .55rem; font-family: var(--display); font-size: .72rem; font-weight: 800; }
.method-strip { padding-block: 0 5rem; display: grid; grid-template-columns: repeat(4,1fr); }
.method-strip article { min-height: 210px; padding: 1.5rem; border: 2px solid var(--ink); border-right: 0; background: var(--paper); }
.method-strip article:last-child { border-right: 2px solid var(--ink); }
.method-strip span { color: var(--green-dark); font-family: var(--display); font-weight: 800; }
.method-strip h3 { margin: 2.5rem 0 .6rem; font-size: 1.8rem; }
.method-strip p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.bundle-page.growth { --stack-accent: var(--green); --stack-soft: #c7f7d9; }
.bundle-page.work { --stack-accent: var(--sun); --stack-soft: #fff0a7; }
.bundle-page.clients { --stack-accent: var(--clay); --stack-soft: #f8c9b7; }
.bundle-page.opportunity { --stack-accent: var(--blue); --stack-soft: #bfe2ff; }
.bundle-hero { width: min(calc(100% - 2rem), var(--max)); margin: 1rem auto 0; display: grid; grid-template-columns: 1.05fr .75fr; overflow: hidden; border: 2px solid var(--ink); background: var(--paper); }
.bundle-hero-copy { padding: clamp(2.5rem,5vw,5rem); align-self: center; }
.bundle-hero h1 { max-width: 760px; margin-bottom: 1rem; font-size: clamp(3rem,5.3vw,5.8rem); }
.bundle-name { margin-bottom: 1rem; color: var(--green-dark); font-family: var(--display); font-size: clamp(1.25rem,2vw,1.8rem); font-weight: 800; line-height: 1.1; }
.bundle-lede { max-width: 660px; color: var(--muted); font-size: 1.08rem; }
.workflow-line { margin: 1.5rem 0; padding: .8rem 1rem; border-left: 5px solid var(--stack-accent); background: var(--paper-2); font-family: var(--display); font-weight: 800; }
.bundle-purchase { padding-top: 1.4rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; border-top: 1px solid var(--line); }
.bundle-purchase > div { display: flex; flex-direction: column; line-height: 1.2; }
.bundle-purchase small { font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.bundle-purchase strong { font-family: var(--display); font-size: 2rem; }
.bundle-purchase span { color: var(--muted); font-size: .72rem; }
.currency-note { margin: .8rem 0 0; color: var(--muted); font-size: .72rem; }
.bundle-hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; overflow: hidden; background: var(--forest); }
.bundle-hero-visual::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px); background-size: 44px 44px; }
.bundle-hero-visual img { position: relative; z-index: 1; width: 78%; border: 6px solid var(--paper-2); box-shadow: 12px 12px 0 var(--stack-accent); transform: rotate(2deg); }
.bundle-hero-visual > span { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; padding: .55rem .75rem; border: 2px solid var(--ink); background: var(--stack-accent); font-family: var(--display); font-size: .72rem; font-weight: 800; }
.bundle-decision { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); border-top: 0; }
.bundle-decision > div { padding: 1.4rem; display: grid; grid-template-columns: auto 1fr; column-gap: 1.2rem; align-items: center; background: var(--paper-2); }
.bundle-decision > div:first-child { border-right: 1px solid var(--ink); }
.bundle-decision .recommended { background: var(--stack-accent); }
.bundle-decision small { grid-column: 1/-1; font-family: var(--display); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.bundle-decision strong { font-family: var(--display); font-size: 2rem; }
.bundle-decision p { margin: 0; font-size: .82rem; }
.bundle-product-list { display: grid; gap: 1rem; }
.bundle-product-choice { min-height: 320px; display: grid; grid-template-columns: 230px 1fr; overflow: hidden; border: 2px solid var(--ink); background: var(--paper-2); }
.bundle-product-cover { height: 100%; overflow: hidden; border-right: 1px solid var(--ink); background: color-mix(in srgb,var(--accent) 18%,var(--paper)); }
.bundle-product-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.bundle-product-choice > div { padding: clamp(1.4rem,2.5vw,2.3rem); display: grid; grid-template-columns: 1fr auto; gap: .6rem 2rem; align-content: start; }
.bundle-product-choice h3, .bundle-product-choice > div > p, .bundle-product-choice ul { grid-column: 1; }
.bundle-product-choice h3 { margin-bottom: 0; font-size: clamp(1.7rem,2.6vw,2.8rem); }
.bundle-product-choice > div > p:not(.eyebrow) { max-width: 700px; margin-bottom: .6rem; color: var(--muted); }
.bundle-product-choice ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; }
.bundle-product-choice li { padding: .35rem .55rem; border: 1px solid var(--line); background: var(--paper); font-size: .72rem; }
.choice-actions { grid-column: 2; grid-row: 1/5; min-width: 190px; padding-left: 1.5rem; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: .75rem; border-left: 1px solid var(--line); }
.choice-actions strong { font-family: var(--display); font-size: 1.7rem; }
.choice-actions .text-link { margin: 0; text-align: center; }
.button.compact { min-height: 2.8rem; padding: .65rem .8rem; background: var(--stack-accent); font-size: .78rem; }
.bundle-proof { width: 100%; max-width: none; padding-inline: max(1rem,calc((100vw - var(--max))/2)); background: var(--paper); }
.bundle-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.bundle-proof-grid figure { margin: 0; padding: 1rem; border: 2px solid var(--ink); background: var(--paper-2); }
.bundle-proof-grid img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top; }
.bundle-proof-grid figcaption { padding-top: .7rem; font-family: var(--display); font-size: .75rem; font-weight: 800; }
.bundle-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.bundle-fit > div { padding: clamp(2rem,4vw,4rem); border: 2px solid var(--ink); background: var(--stack-soft); }
.bundle-fit > div:last-child { background: var(--paper-2); }
.bundle-fit h2 { font-size: clamp(2rem,3.4vw,3.8rem); }
.bundle-fit h3 { font-size: clamp(1.5rem,2.5vw,2.6rem); }

.product-hero-v2 { width: min(calc(100% - 2rem), var(--max)); margin: 1rem auto 0; display: grid; grid-template-columns: 1fr .85fr; border: 2px solid var(--ink); background: var(--paper); }
.product-hero-copy { padding: clamp(2.5rem,5vw,5rem); align-self: center; }
.back-link { display: inline-block; margin-bottom: 3rem; font-size: .82rem; font-weight: 700; }
.product-hero-v2 h1 { max-width: 750px; margin-bottom: .8rem; font-size: clamp(3.2rem,5.8vw,6.5rem); }
.product-name { color: var(--green-dark); font-family: var(--display); font-size: clamp(1.3rem,2vw,2rem); font-weight: 800; line-height: 1.1; }
.product-promise { max-width: 650px; color: var(--muted); font-size: 1.12rem; }
.hero-inclusions { margin: 2rem 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; }
.hero-inclusions li { padding: .4rem .65rem; border: 1px solid var(--line); border-radius: 99px; background: var(--paper-2); font-size: .72rem; font-weight: 600; }
.purchase-panel-v2 { display: grid; grid-template-columns: auto 1fr; gap: 1rem 1.4rem; align-items: center; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.purchase-panel-v2 div { display: flex; flex-direction: column; line-height: 1; }
.purchase-panel-v2 small { margin-bottom: .4rem; font-size: .65rem; font-weight: 700; letter-spacing: .1em; }
.purchase-panel-v2 strong { font-family: var(--display); font-size: 2rem; }
.purchase-panel-v2 .button { justify-self: start; }
.purchase-panel-v2 p { grid-column: 1/-1; margin: 0; color: var(--muted); font-size: .74rem; }
.product-preview { position: relative; padding: clamp(2rem,5vw,5rem); background: color-mix(in srgb,var(--product-accent) 28%,var(--forest)); }
.preview-badge { position: absolute; z-index: 2; top: 1rem; right: 1rem; padding: .55rem .8rem; border: 2px solid var(--ink); background: var(--sun); font-family: var(--display); font-size: .68rem; font-weight: 800; transform: rotate(3deg); }
.preview-main { min-height: 450px; display: grid; place-items: center; }
.preview-main img { max-height: 570px; width: 100%; object-fit: contain; filter: drop-shadow(0 24px 25px rgba(0,0,0,.34)); transition: opacity .15s ease, transform .2s ease; }
.preview-main img.swapping { opacity: .35; transform: scale(.98); }
.preview-thumbs { margin-top: 1rem; display: flex; justify-content: center; gap: .75rem; }
.preview-thumb { width: 68px; aspect-ratio: 1; padding: .2rem; overflow: hidden; border: 2px solid transparent; background: white; cursor: pointer; }
.preview-thumb.active { border-color: var(--sun); box-shadow: 3px 3px 0 var(--ink); }
.preview-thumb img { width: 100%; height: 100%; object-fit: cover; }
.quick-facts-v2 { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1.5fr .7fr .7fr; border: 2px solid var(--ink); border-top: 0; background: var(--sun); }
.quick-facts-v2 div { padding: 1.2rem; display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.quick-facts-v2 div:last-child { border-right: 0; }
.quick-facts-v2 small { font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.quick-facts-v2 strong { font-family: var(--display); line-height: 1.25; }
.transformation-grid { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); }
.transformation-grid article { min-height: 330px; padding: clamp(2rem,4vw,4rem); }
.transformation-grid .before { color: white; background: var(--ink); }
.transformation-grid .after { background: var(--green); }
.transformation-grid small { font-family: var(--display); font-weight: 800; letter-spacing: .1em; }
.transformation-grid h3 { margin-top: 5rem; font-size: clamp(2rem,3vw,3.4rem); }
.transformation-grid p { max-width: 530px; }
.inside-v2 { padding-top: 3rem; }
.inside-list-v2 { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5,1fr); border: 2px solid var(--ink); list-style: none; }
.inside-list-v2 li { min-height: 210px; padding: 1.3rem; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--ink); background: var(--paper); }
.inside-list-v2 li:last-child { border-right: 0; }
.inside-list-v2 span { color: var(--green-dark); font-family: var(--display); font-weight: 800; }
.inside-list-v2 b { font-family: var(--display); font-size: 1.1rem; line-height: 1.2; }
.proof-split-v2 { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.proof-image-shell { position: relative; padding: 3rem; background: var(--blue); border: 2px solid var(--ink); }
.proof-image-shell img { width: 75%; margin: auto; border: 6px solid white; box-shadow: 12px 12px 0 var(--ink); transform: rotate(-2deg); }
.proof-image-shell span { position: absolute; right: 1rem; bottom: 1rem; font-family: var(--display); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.proof-split-v2 > div:last-child > p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 1.1rem; }
.proof-points { margin: 2rem 0; display: grid; grid-template-columns: repeat(2,1fr); gap: .7rem; }
.proof-points span { padding: .7rem; border-left: 4px solid var(--green-dark); background: var(--paper); font-weight: 600; }
.install { width: 100%; max-width: none; padding-inline: max(1rem,calc((100vw - var(--max))/2)); background: var(--paper); }
.install-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); border: 2px solid var(--ink); list-style: none; }
.install-steps li { padding: 2rem; display: grid; grid-template-columns: auto 1fr; gap: 1rem; border-right: 1px solid var(--ink); background: var(--paper-2); }
.install-steps li:last-child { border-right: 0; }
.install-steps > li > span { color: var(--green-dark); font-family: var(--display); font-size: 1.7rem; font-weight: 800; }
.install-steps h3 { margin-bottom: .7rem; }
.install-steps p { margin: 0; color: var(--muted); font-size: .9rem; }
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fit > div { padding: clamp(2rem,4vw,4rem); border: 2px solid var(--ink); background: var(--green); }
.fit .not-fit { color: white; background: var(--ink); }
.fit h2 { font-size: clamp(2rem,3.5vw,4rem); }
.fit .not-fit h3 { font-size: clamp(1.6rem,2.3vw,2.6rem); }
.faq { display: grid; grid-template-columns: .65fr 1fr; gap: 5rem; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.2rem 2rem 1.2rem 0; font-family: var(--display); font-size: 1.1rem; font-weight: 800; cursor: pointer; }
.faq-list p { padding-right: 2rem; color: var(--muted); }
.product-bottom-cta-v2 { width: min(calc(100% - 2rem), var(--max)); margin: 1rem auto; padding: clamp(3rem,6vw,6rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: white; background: var(--forest); }
.product-bottom-cta-v2 h2 { margin-bottom: .7rem; }
.product-bottom-cta-v2 p { margin-bottom: 0; }
.mobile-buy-bar { display: none; }
.related { padding-top: 6rem; }

.legal-page { width: min(calc(100% - 2rem), 900px); margin: 0 auto; padding: 7rem 0; }
.legal-page h1 { font-size: clamp(3.2rem,7vw,6.5rem); }
.legal-intro { max-width: 700px; color: var(--muted); font-size: 1.15rem; }
.legal-page section { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.legal-page section h2 { font-size: 1.8rem; }
.legal-date { margin-top: 4rem; color: var(--muted); font-size: .8rem; }
.site-footer { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto 1rem; padding: 3rem; display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 2rem; color: white; background: var(--ink); }
.site-footer .wordmark span { background: var(--green); color: var(--ink); }
.site-footer .wordmark b { color: white; }
.site-footer h2 { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a:not(.wordmark) { display: block; margin-bottom: .4rem; color: #c8d5cf; font-size: .86rem; }
.footer-note { grid-column: 1/-1; margin: 1rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.17); color: #91a29b; font-size: .72rem; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-v2, .product-hero-v2, .bundle-hero { grid-template-columns: 1fr; }
  .hero-stage { min-height: 480px; }
  .bundle-hero-visual { min-height: 480px; }
  .product-grid, .bundle-grid { grid-template-columns: repeat(2,1fr); }
  .catalogue-list .product-grid { grid-template-columns: repeat(2,1fr); }
  .inside-list-v2 { grid-template-columns: repeat(3,1fr); }
  .inside-list-v2 li { border-bottom: 1px solid var(--ink); }
  .method-v2, .flagship, .proof-split-v2 { gap: 3rem; }
  .proof-showcase { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .site-header { border-radius: 12px; }
  .menu-toggle { display: block; }
  .site-header nav { position: absolute; top: calc(100% + .5rem); left: 0; right: 0; padding: 1.2rem; display: none; flex-direction: column; align-items: stretch; border: 1px solid var(--line); background: var(--paper-2); box-shadow: 0 16px 35px rgba(8,25,20,.14); }
  .site-header nav.open { display: flex; }
  .hero-v2-copy { padding: 3rem 1.5rem; }
  .hero-assurance { grid-template-columns: 1fr; }
  .hero-stage { min-height: 360px; }
  .proof-band { grid-template-columns: repeat(2,1fr); }
  .proof-band div:nth-child(2) { border-right: 0; }
  .proof-band div:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .path-grid, .flagship, .method-v2, .integrity-v2, .proof-split-v2, .fit, .faq, .bundle-fit { grid-template-columns: 1fr; }
  .bundle-inline { align-items: flex-start; flex-direction: column; }
  .path-card { min-height: 230px; border-right: 0; border-bottom: 2px solid var(--ink) !important; }
  .path-card:last-child { border-bottom: 0 !important; }
  .flagship-visual, .method-visual, .proof-image-shell { padding: 2rem; }
  .quick-facts-v2 { grid-template-columns: 1fr; }
  .quick-facts-v2 div { border-right: 0; border-bottom: 1px solid var(--ink); }
  .quick-facts-v2 div:last-child { border-bottom: 0; }
  .transformation-grid { grid-template-columns: 1fr; }
  .transformation-grid h3 { margin-top: 2.5rem; }
  .inside-list-v2 { grid-template-columns: 1fr; }
  .inside-list-v2 li { min-height: 140px; border-right: 0; }
  .inside-list-v2 li:last-child { border-bottom: 0; }
  .install-steps { grid-template-columns: 1fr; }
  .install-steps li { border-right: 0; border-bottom: 1px solid var(--ink); }
  .install-steps li:last-child { border-bottom: 0; }
  .faq { gap: 1rem; }
  .product-bottom-cta-v2 { align-items: flex-start; flex-direction: column; }
  .catalogue-section-heading { grid-template-columns: 1fr; gap: .5rem; }
  .method-strip { grid-template-columns: repeat(2,1fr); }
  .method-strip article:nth-child(2) { border-right: 2px solid var(--ink); }
  .method-strip article:nth-child(n+3) { border-top: 0; }
  .bundle-decision { grid-template-columns: 1fr; }
  .bundle-decision > div:first-child { border-right: 0; border-bottom: 1px solid var(--ink); }
  .bundle-product-choice { grid-template-columns: 160px 1fr; }
  .bundle-product-choice > div { display: flex; flex-direction: column; }
  .choice-actions { min-width: 0; padding: 1rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .bundle-proof-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .bundle-proof-grid figure { min-width: min(76vw,340px); scroll-snap-align: start; }
  .site-footer { grid-template-columns: repeat(2,1fr); }
  .mobile-buy-bar { position: fixed; z-index: 80; left: .6rem; right: .6rem; bottom: .6rem; padding: .65rem .65rem .65rem 1rem; display: flex; align-items: center; justify-content: space-between; border: 2px solid var(--ink); background: var(--paper-2); box-shadow: 5px 5px 0 var(--ink); }
  .mobile-buy-bar div { display: flex; flex-direction: column; line-height: 1; }
  .mobile-buy-bar small { font-size: .6rem; }
  .mobile-buy-bar strong { font-family: var(--display); }
  .mobile-buy-bar a { padding: .75rem 1rem; background: var(--green); font-family: var(--display); font-weight: 800; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .hero-v2 h1, .product-hero-v2 h1, .bundle-hero h1 { font-size: clamp(2.6rem,12vw,3.65rem); }
  .button-row .button { width: 100%; }
  .hero-v2-copy, .product-hero-copy, .bundle-hero-copy { padding: 2.2rem 1.3rem; }
  .hero-stage { min-height: 300px; }
  .stage-main { width: 63%; left: 2%; top: 27%; }
  .stage-page { width: 31%; }
  .stage-page-one { top: 13%; }
  .stage-ticket { left: 3%; top: 3%; }
  .proof-band { grid-template-columns: 1fr; }
  .proof-band div { min-height: 90px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .proof-band div:last-child { border-bottom: 0; }
  .product-grid, .catalogue-list .product-grid, .bundle-grid { grid-template-columns: 1fr; }
  .bundle-card { min-height: 285px; }
  .bundle-card-bottom, .bundle-inline > div:last-child { align-items: stretch; flex-direction: column; }
  .catalogue-controls { width: calc(100% - 2rem); }
  .catalogue-hero { padding: 2.5rem 1.4rem; }
  .catalogue-hero h1 { font-size: clamp(2.5rem,12vw,3.5rem); }
  .catalogue-list { padding-top: 3.5rem; }
  .catalogue-list .product-card { min-height: 185px; grid-template-columns: 105px 1fr; }
  .catalogue-list .product-card-body { padding: .85rem; }
  .catalogue-list .product-card h3 { font-size: 1.2rem; }
  .catalogue-list .card-meta span, .catalogue-list .product-card p:not(.eyebrow) { display: none; }
  .catalogue-list .text-link { margin-top: .4rem; }
  .purchase-panel-v2 { grid-template-columns: 1fr; }
  .purchase-panel-v2 p { grid-column: 1; }
  .back-link { margin-bottom: 1.5rem; }
  .product-promise { font-size: 1rem; }
  .hero-inclusions { margin: 1.25rem 0; }
  .product-preview { padding: 1.25rem; }
  .preview-main { min-height: 280px; }
  .quick-facts-v2 div { padding: .85rem 1rem; }
  .proof-showcase-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .proof-showcase-grid figure { min-width: 72vw; scroll-snap-align: start; }
  .method-strip { grid-template-columns: 1fr; }
  .method-strip article { min-height: 160px; border-right: 2px solid var(--ink); border-top: 0; }
  .method-strip article:first-child { border-top: 2px solid var(--ink); }
  .method-strip h3 { margin-top: 1.5rem; }
  .bundle-hero-visual { min-height: 340px; }
  .bundle-purchase { align-items: stretch; }
  .bundle-purchase .button { width: 100%; }
  .bundle-decision > div { grid-template-columns: 1fr; gap: .35rem; }
  .bundle-product-choice { min-height: 260px; grid-template-columns: 105px 1fr; }
  .bundle-product-choice > div { padding: 1rem; }
  .bundle-product-choice h3 { font-size: 1.35rem; }
  .bundle-product-choice > div > p:not(.eyebrow), .bundle-product-choice ul { display: none; }
  .choice-actions strong { font-size: 1.45rem; }
  .proof-points { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
