: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; }
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%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
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(5rem, 9vw, 9rem) 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(860px, 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.5rem, 6.2vw, 7rem); }
.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: 680px; 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: 3%; top: 20%; width: 74%; 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: 320px; padding: clamp(2rem, 4vw, 4rem); display: flex; flex-direction: column; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transition: background .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: 500px; margin: auto 0 1rem; font-size: clamp(2rem,3vw,3.4rem); }
.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 { background: #c7f7d9; }
.path-card.clients { background: #f8c9b7; }
.path-card.work { background: #bfe2ff; }
.path-card.opportunity { background: #ffeaa0; }
.path-card:hover { background: var(--paper-2); }

.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); }
.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(4rem,8vw,8rem); color: white; background: var(--forest); }
.catalogue-hero h1 { max-width: 1000px; font-size: clamp(3.4rem,7vw,7.5rem); }
.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(3,1fr); }
.empty-state { padding: 3rem; text-align: center; }

.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 { grid-template-columns: 1fr; }
  .hero-stage { min-height: 620px; }
  .product-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; }
}

@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: 500px; }
  .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 { grid-template-columns: 1fr; }
  .path-card { min-height: 270px; 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; }
  .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 { font-size: clamp(3rem,15vw,4.5rem); }
  .button-row .button { width: 100%; }
  .hero-stage { min-height: 430px; }
  .stage-main { width: 90%; left: -8%; top: 25%; }
  .stage-page { width: 37%; }
  .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 { grid-template-columns: 1fr; }
  .catalogue-controls { width: calc(100% - 2rem); }
  .purchase-panel-v2 { grid-template-columns: 1fr; }
  .purchase-panel-v2 p { grid-column: 1; }
  .preview-main { min-height: 340px; }
  .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; }
}
