:root {
  --ink: #202322;
  --ink-soft: #343837;
  --stone: #efeae4;
  --paper: #f8f5f0;
  --taupe: #a99c8c;
  --wine: #7b2635;
  --wine-dark: #5d1826;
  --sage: #b7bd9b;
  --line: rgba(32, 35, 34, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 30px 80px rgba(28, 27, 25, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body.is-locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 1rem; padding: .5rem 1rem; background: var(--wine); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-header { height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 clamp(1.2rem, 5vw, 5rem); border-bottom: 1px solid var(--line); background: rgba(248,245,240,.9); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 30; }
.wordmark { justify-self: start; display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-family: var(--serif); font-size: clamp(.92rem, 1.5vw, 1.2rem); letter-spacing: .15em; }
.wordmark i { display: block; width: 1px; height: 1.6rem; background: currentColor; transform: rotate(18deg); opacity: .65; }
nav { display: flex; gap: clamp(1.3rem, 3vw, 2.5rem); }
nav a, footer a { text-decoration: none; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
nav a:hover, footer a:hover { color: var(--wine); }
.cart-button { justify-self: end; background: none; border: 0; cursor: pointer; text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 750; letter-spacing: .12em; }
.cart-button span { display: inline-grid; place-items: center; min-width: 1.7rem; height: 1.7rem; margin-left: .3rem; border-radius: 999px; background: var(--ink); color: white; }

.hero { min-height: calc(100vh - 116px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 7vw, 7.2rem); overflow: hidden; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 1.1rem; color: var(--wine); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(3.4rem, 7vw, 7.6rem); }
h1 em, h2 em { color: var(--wine); font-weight: 400; }
.hero-intro { max-width: 610px; margin: 2rem 0 0; font-family: var(--serif); font-size: clamp(1.12rem, 1.8vw, 1.42rem); line-height: 1.55; color: #535856; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; margin-top: 2.4rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: .9rem 1.35rem; border: 1px solid transparent; text-decoration: none; cursor: pointer; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: .25s ease; }
.button-primary { background: var(--wine); color: white; }
.button-primary:hover { background: var(--wine-dark); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(94,24,38,.22); }
.text-button { border: 0; padding: .7rem 0; background: none; cursor: pointer; border-bottom: 1px solid var(--ink); font-family: var(--serif); font-size: .98rem; }
.text-button:hover { color: var(--wine); border-color: var(--wine); }
.proof-row { display: flex; gap: 2.2rem; margin-top: clamp(3rem, 6vw, 5.5rem); padding-top: 1.4rem; border-top: 1px solid var(--line); color: #6b6f6d; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.proof-row b { margin-right: .3rem; color: var(--ink); font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }

.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 430px; height: 430px; background: var(--sage); opacity: .58; right: -14%; top: 6%; }
.orb-two { width: 250px; height: 250px; background: var(--taupe); opacity: .38; left: 3%; bottom: 5%; }
.mockup { position: absolute; box-shadow: var(--shadow); }
.mockup-main { width: min(390px, 74vw); aspect-ratio: .72; z-index: 2; padding: clamp(1.5rem, 3.6vw, 3rem); background: var(--ink); color: white; transform: rotate(-5deg); }
.mockup-main::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 20%, rgba(255,255,255,.08), transparent 32%), repeating-linear-gradient(92deg, transparent 0 34px, rgba(255,255,255,.016) 35px); pointer-events: none; }
.mockup-main p { margin: 0; font-family: var(--serif); font-size: .72rem; letter-spacing: .12em; }
.mockup-main p span { color: var(--wine); }
.mockup-rule { width: 2rem; height: 2px; margin: 3.5rem 0 2rem; background: var(--wine); }
.mockup-main h2 { margin: 0; font-size: clamp(2.6rem, 4.8vw, 4.5rem); line-height: .9; }
.mockup-main small { position: absolute; left: 3rem; bottom: 3.4rem; max-width: 230px; color: #c5c7c5; line-height: 1.5; }
.mockup-main b { position: absolute; right: 2rem; bottom: 1.8rem; color: var(--sage); font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.mockup-back { width: min(280px, 55vw); aspect-ratio: .72; z-index: 1; right: -3%; top: 15%; padding: 2rem; color: var(--ink); background: var(--stone); transform: rotate(7deg); }
.mockup-back p { margin-top: 3rem; font-family: var(--serif); font-size: 2.1rem; line-height: .95; }
.mockup-back span { position: absolute; bottom: 2rem; font-size: .65rem; line-height: 1.6; text-transform: uppercase; letter-spacing: .09em; }
.hero-note { position: absolute; z-index: 3; left: 1%; bottom: 11%; padding: 1rem 1.2rem; background: white; border-left: 3px solid var(--wine); box-shadow: 0 20px 50px rgba(28,27,25,.11); transform: rotate(2deg); }
.hero-note span, .hero-note strong { display: block; }
.hero-note span { font-size: .7rem; color: #777; text-transform: uppercase; letter-spacing: .1em; }
.hero-note strong { margin-top: .25rem; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }

.shop-section { padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 7vw, 7.2rem); background: var(--stone); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 4rem; }
.section-heading h2, .story-section h2, .faq-heading h2, .final-cta h2 { margin: 0; font-size: clamp(3.1rem, 6.5vw, 6.5rem); }
.section-heading > p { margin: 0 0 .5rem; max-width: 450px; color: #626765; line-height: 1.7; }
.reset-feature { scroll-margin-top: 7rem; margin-top: 4.5rem; display: grid; grid-template-columns: .78fr 1.22fr; min-height: 620px; background: var(--paper); border: 1px solid rgba(32,35,34,.12); }
.reset-intro { padding: clamp(2rem, 5vw, 4.5rem); }
.reset-intro h3, .rebuilt-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 6.5rem); font-weight: 400; line-height: .9; }
.reset-intro > p:not(.eyebrow) { color: #626765; line-height: 1.75; }
.reset-intro ul { margin: 2rem 0; padding: 0; list-style: none; }
.reset-intro li { padding: .75rem 0 .75rem 1.5rem; position: relative; border-bottom: 1px solid var(--line); font-size: .82rem; }
.reset-intro li::before { content: "✓"; position: absolute; left: 0; color: var(--wine); font-weight: 800; }
.reset-open { margin-top: 2.2rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.reset-open strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.reset-open p { color: #626765; font-size: .82rem; line-height: 1.6; }
.reset-open .button { margin-top: .3rem; }
.reset-player { display: grid; grid-template-columns: 115px 1fr; min-width: 0; background: var(--ink); color: white; }
.day-list { padding: 1rem 0; border-right: 1px solid rgba(255,255,255,.15); }
.day-tab { width: 100%; padding: 1rem .75rem; border: 0; border-left: 3px solid transparent; background: none; color: #9fa3a1; cursor: pointer; text-align: left; }
.day-tab span { display: block; font-size: .55rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.day-tab b { display: block; margin-top: .22rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.day-tab:hover, .day-tab.is-active { color: white; border-color: var(--sage); background: rgba(255,255,255,.05); }
.day-panel { padding: clamp(2rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }
.day-kicker { color: var(--sage); font-size: .65rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.day-panel h4 { margin: .8rem 0 1.2rem; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; line-height: .94; }
.day-panel > p { max-width: 650px; color: #c8cbc9; line-height: 1.7; }
.day-work { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.3rem; }
.day-work div { padding: 1.3rem; border: 1px solid rgba(255,255,255,.16); }
.day-work span { display: block; margin-bottom: .6rem; color: var(--sage); font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.day-work p { margin: 0; font-family: var(--serif); line-height: 1.45; }
.rebuilt-feature { scroll-margin-top: 7rem; margin-top: 1rem; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--wine); color: white; }
.rebuilt-copy { padding: clamp(2.2rem, 5vw, 5rem); }
.rebuilt-copy .eyebrow { color: var(--sage); }
.rebuilt-lead { max-width: 620px; color: #eadde0; font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.55; }
.programme-meta { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2rem 0; }
.programme-meta span { padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.purchase-facts { margin: 1.5rem 0; padding: 1rem 0; display: grid; gap: .55rem; border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); color: #eadde0; font-size: .78rem; line-height: 1.5; }
.purchase-facts b { color: white; }
.rebuilt-buy { display: grid; grid-template-columns: auto 1fr 1fr; gap: .7rem; align-items: center; margin-top: 2rem; }
.rebuilt-buy > strong { margin-right: .7rem; font-family: var(--serif); font-size: 2.8rem; font-weight: 400; }
.rebuilt-buy .button-primary { background: var(--ink); }
.rebuilt-buy .button-primary:hover { background: #101212; }
.button:disabled { cursor: not-allowed; opacity: .58; transform: none; box-shadow: none; }
.rebuilt-copy > small { display: block; margin-top: .8rem; color: #d8c5c9; }
.rebuilt-copy > small a { color: white; }
.programme-map { padding: clamp(1.5rem, 4vw, 3rem); display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; background: #651c2a; }
.module-card { padding: clamp(1.2rem, 2.5vw, 2rem); min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.2); transition: .25s ease; }
.module-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.05); }
.module-card span { color: var(--sage); font-family: var(--serif); font-size: 1.2rem; }
.module-card h4 { margin: 2rem 0 .5rem; font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.module-card p { margin: 0; color: #d8c5c9; font-size: .75rem; line-height: 1.5; }
.finder { margin: 4.5rem 0 2rem; padding: clamp(1.4rem, 3vw, 2.4rem); display: grid; grid-template-columns: .8fr 1.5fr; gap: 1rem 3rem; background: rgba(255,255,255,.57); border: 1px solid rgba(32,35,34,.12); }
.finder h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.4rem, 2.3vw, 2.1rem); font-weight: 400; }
.finder-options { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: .6rem; }
.choice { padding: .72rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; color: var(--ink); font-size: .72rem; font-weight: 700; }
.choice:hover, .choice.is-active { background: var(--ink); color: white; }
.finder-result { grid-column: 1 / -1; margin: .7rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--wine); font-family: var(--serif); font-size: 1.05rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.product-card { min-width: 0; position: relative; padding: .75rem; background: var(--paper); transition: .3s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card.is-recommended { outline: 2px solid var(--wine); }
.recommend-badge { position: absolute; z-index: 3; left: 1.4rem; top: 1.4rem; padding: .42rem .6rem; color: white; background: var(--wine); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-art { min-height: 350px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.product-art::before { content: ""; position: absolute; width: 210px; height: 210px; border-radius: 50%; background: var(--accent); opacity: .72; }
.mini-cover { width: 185px; aspect-ratio: .72; z-index: 1; padding: 1.2rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--cover); color: var(--coverText); box-shadow: 0 25px 55px rgba(27,27,25,.22); transform: rotate(-3deg); }
.mini-cover small { font-size: .52rem; letter-spacing: .09em; }
.mini-cover h3 { margin: 0; font-family: var(--serif); font-size: 1.62rem; font-weight: 400; line-height: .92; }
.mini-cover b { align-self: flex-end; color: var(--detail); font-family: var(--serif); font-weight: 400; }
.product-info { padding: 1.1rem .45rem .55rem; }
.product-meta { display: flex; justify-content: space-between; gap: 1rem; color: #707472; font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; }
.product-info h3 { min-height: 2.4rem; margin: .7rem 0 .35rem; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.product-info p { min-height: 3.7rem; margin: 0; color: #656966; font-size: .8rem; line-height: 1.55; }
.product-actions { display: flex; gap: .5rem; margin-top: 1.1rem; }
.product-actions button { min-height: 44px; flex: 1; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-actions button:last-child { background: var(--ink); color: white; }
.product-actions button:hover { background: var(--wine); color: white; border-color: var(--wine); }
.bundle-bar { margin-top: 1rem; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: clamp(1.8rem, 4vw, 3rem); background: var(--ink); color: white; }
.bundle-bar .eyebrow { color: var(--sage); }
.bundle-bar h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.5rem, 2.8vw, 2.4rem); font-weight: 400; }
.bundle-price { display: flex; align-items: baseline; gap: .6rem; }
.bundle-price s { color: #a9adab; }
.bundle-price strong { font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }
.button-light { border-color: white; color: var(--ink); background: white; }
.button-light:hover { background: var(--sage); border-color: var(--sage); }

.journal-section { margin-top: clamp(6rem, 11vw, 10rem); scroll-margin-top: 7rem; }
.journal-heading { margin-bottom: 2.4rem; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.journal-card { min-height: 390px; padding: clamp(1.6rem, 3vw, 2.6rem); display: flex; flex-direction: column; background: white; border: 1px solid var(--line); }
.journal-card > span { color: var(--wine); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journal-card h3 { margin: auto 0 1rem; font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 3.15rem); font-weight: 400; line-height: 1; }
.journal-card p { margin: 0 0 2rem; color: #626765; line-height: 1.65; }
.journal-card a { width: fit-content; padding-bottom: .35rem; border-bottom: 1px solid currentColor; color: var(--wine); text-decoration: none; font-family: var(--serif); }
.journal-card-dark { background: var(--ink); color: white; border-color: var(--ink); }
.journal-card-dark > span { color: var(--sage); }
.journal-card-dark p { color: #c4c8c5; }
.journal-card-dark a { color: white; }
.journal-card-sage { background: var(--sage); border-color: var(--sage); }
.journal-card-sage > span, .journal-card-sage a { color: var(--wine-dark); }
.journal-card-sage p { color: #434845; }

.story-section { padding: clamp(5rem, 10vw, 10rem) clamp(1.2rem, 7vw, 7.2rem) 0; }
.story-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(3rem, 8vw, 8rem); }
.story-copy { padding-top: 2.5rem; }
.story-copy p { color: #626765; line-height: 1.8; }
.story-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 1.5rem; line-height: 1.5; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 5rem; }
.principles article { padding: 2.2rem; border-top: 1px solid var(--ink); background: white; }
.principles span { color: var(--wine); font-family: var(--serif); }
.principles h3 { margin: 2.8rem 0 .7rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.principles p { margin: 0; color: #686c6a; line-height: 1.6; font-size: .9rem; }
.faq-wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5rem; margin-top: clamp(6rem, 12vw, 11rem); scroll-margin-top: 7rem; }
.faq-heading h2 { font-size: clamp(3rem, 5vw, 5rem); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; position: relative; padding: 1.5rem 2.5rem 1.5rem 0; cursor: pointer; font-family: var(--serif); font-size: 1.2rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; right: .4rem; top: 50%; width: 14px; height: 1px; background: var(--ink); transition: .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 680px; margin: 0; padding: 0 2rem 1.6rem 0; color: #666b68; line-height: 1.7; }
.support-note { margin-top: 4rem; padding: clamp(1.5rem, 4vw, 3rem); display: grid; grid-template-columns: .75fr 1.25fr; gap: 3rem; align-items: center; border: 1px solid var(--line); background: white; }
.support-note h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 400; line-height: 1; }
.support-note > p { margin: 0; color: #626765; line-height: 1.75; }
.support-note strong { color: var(--ink); }
.final-cta { margin: clamp(6rem, 12vw, 11rem) calc(clamp(1.2rem, 7vw, 7.2rem) * -1) 0; padding: clamp(5rem, 10vw, 9rem) 1.2rem; text-align: center; background: var(--sage); }
.final-cta > p { margin: 0 0 1.5rem; color: var(--wine-dark); font-size: .7rem; font-weight: 800; letter-spacing: .2em; }
.final-cta h2 { max-width: 980px; margin: 0 auto 2.5rem; }

footer { padding: 4rem clamp(1.2rem, 7vw, 7.2rem) 2rem; background: var(--ink); color: white; display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 2rem; }
.wordmark-light { color: white; }
footer p { margin: 0; color: #b9bcba; }
footer div { display: flex; gap: 1.5rem; }
footer small { grid-column: 1 / -1; padding-top: 3rem; border-top: 1px solid rgba(255,255,255,.15); color: #898e8b; }
footer small a { color: #d9dcda; }

.overlay { position: fixed; inset: 0; z-index: 50; background: rgba(17,19,18,.58); backdrop-filter: blur(5px); }
.drawer { position: fixed; inset: 0 0 0 auto; z-index: 60; width: min(470px, 100%); padding: 1.5rem; display: flex; flex-direction: column; background: var(--paper); transform: translateX(103%); transition: transform .35s ease; }
.drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; align-items: start; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font-size: 2.8rem; }
.icon-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.65rem; font-weight: 300; }
.cart-items { overflow: auto; }
.cart-line { display: grid; grid-template-columns: 60px 1fr auto; gap: 1rem; align-items: center; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.cart-thumb { aspect-ratio: .72; background: var(--ink); }
.cart-line h3 { margin: 0 0 .3rem; font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.cart-line p { margin: 0; color: #737775; font-size: .72rem; }
.cart-line button { margin-top: .35rem; padding: 0; border: 0; background: none; color: var(--wine); cursor: pointer; font-size: .68rem; text-decoration: underline; }
.cart-line > strong { font-family: var(--serif); font-weight: 400; }
.cart-empty { margin: auto; text-align: center; }
.cart-empty p { font-family: var(--serif); font-size: 1.5rem; }
.cart-empty a { color: var(--wine); }
.cart-footer { margin-top: auto; padding-top: 1rem; }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; padding: 1rem 0; border-top: 1px solid var(--line); }
.cart-total strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.cart-footer > p, .cart-footer > small { display: block; color: #747876; font-size: .72rem; text-align: center; }
.button-full { width: 100%; }
.cart-footer .button { margin: .8rem 0; }

.modal { position: fixed; z-index: 70; left: 50%; top: 50%; width: min(1050px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); overflow: auto; padding: clamp(1.2rem, 3vw, 2.3rem); background: var(--paper); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, -46%) scale(.98); transition: .25s ease; }
.modal.is-open { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.modal-close { position: sticky; float: right; top: 0; z-index: 3; background: var(--paper); }
.preview-layout { clear: both; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.preview-canvas { min-height: 560px; display: grid; place-items: center; overflow: hidden; background: var(--stone); }
.large-cover { width: min(300px, 70%); aspect-ratio: .72; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--cover); color: var(--coverText); box-shadow: var(--shadow); transform: rotate(-4deg); }
.large-cover p { margin: 0; font-size: .65rem; letter-spacing: .12em; }
.large-cover h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 400; line-height: .92; }
.large-cover span { color: var(--detail); font-family: var(--serif); font-size: 1.8rem; text-align: right; }
.preview-info h2 { margin: 0 0 1rem; font-size: clamp(2.6rem, 5vw, 5rem); }
.preview-info > p:not(.eyebrow) { color: #626765; line-height: 1.7; }
.preview-tabs { display: flex; gap: .2rem; margin-top: 1.8rem; border-bottom: 1px solid var(--line); }
.preview-tabs button { flex: 1; padding: .8rem; border: 0; border-bottom: 2px solid transparent; background: none; cursor: pointer; color: #6a6f6c; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.preview-tabs button.is-active { color: var(--wine); border-color: var(--wine); }
.tab-content { min-height: 130px; padding: 1.3rem 0; color: #5f6461; line-height: 1.65; }
.tab-content ul { margin: 0; padding-left: 1.1rem; }
.preview-buy { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.preview-buy strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.checkout-grid { clear: both; display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; padding: 2rem; }
.checkout-grid h2, .success-state h2 { margin: 0; font-size: clamp(3rem, 5vw, 5rem); }
.checkout-grid > div > p:not(.eyebrow) { color: #646966; line-height: 1.7; }
form { margin-top: 2rem; }
form label { display: block; margin-bottom: .6rem; font-size: .75rem; font-weight: 750; }
form input { width: 100%; min-height: 52px; padding: 0 1rem; border: 1px solid var(--line); background: white; outline: none; }
form input:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(123,38,53,.12); }
form .button { margin-top: .7rem; }
.form-error { min-height: 1.1rem; margin: .4rem 0 0; color: var(--wine); font-size: .72rem; }
.order-summary { padding: 1.5rem; background: var(--stone); }
.order-row { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: .82rem; }
.order-summary small { color: #6d716f; }
.success-state { clear: both; max-width: 700px; margin: 1rem auto; padding: 3rem 1rem; text-align: center; }
.success-state > span { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 1.5rem; border-radius: 50%; background: var(--sage); font-size: 1.8rem; }
.success-state > p:not(.eyebrow) { max-width: 600px; margin: 1.3rem auto 2rem; color: #646966; line-height: 1.7; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 1.5rem; padding: .9rem 1.2rem; background: var(--ink); color: white; font-size: .78rem; box-shadow: var(--shadow); opacity: 0; transform: translate(-50%, 2rem); pointer-events: none; transition: .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-card:last-child { grid-column: 1 / -1; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 580px; margin-top: -2rem; }
  .mockup-back { right: 10%; }
  .hero-note { left: 12%; }
}

@media (max-width: 760px) {
  .announcement { gap: .5rem; font-size: .55rem; letter-spacing: .1em; }
  .announcement span:nth-child(2), .announcement span:nth-child(3) { display: none; }
  .site-header { height: 70px; grid-template-columns: 1fr auto; padding: 0 1rem; }
  .site-header nav { display: none; }
  .wordmark { font-size: .84rem; }
  .cart-button { padding: .65rem .75rem; font-size: .58rem; }
  .hero { min-height: auto; padding-top: 4rem; }
  .hero-visual { min-height: 510px; }
  .mockup-main { width: 270px; }
  .mockup-main small { left: 1.5rem; bottom: 2.5rem; }
  .mockup-back { width: 200px; right: -6%; }
  .mockup-back p { font-size: 1.35rem; }
  .hero-note { left: 0; bottom: 4%; }
  .proof-row { gap: 1rem; justify-content: space-between; }
  .proof-row span { display: flex; flex-direction: column; }
  .section-heading, .story-grid, .faq-wrap { grid-template-columns: 1fr; gap: 2rem; }
  .reset-feature, .rebuilt-feature { grid-template-columns: 1fr; }
  .reset-player { min-height: 540px; }
  .rebuilt-buy { grid-template-columns: auto 1fr; }
  .rebuilt-buy .button:last-child { grid-column: 1 / -1; }
  .finder { grid-template-columns: 1fr; }
  .finder-options { justify-content: flex-start; }
  .product-grid { grid-template-columns: 1fr; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card:last-child { grid-column: auto; }
  .product-art { min-height: 330px; }
  .bundle-bar { grid-template-columns: 1fr auto; gap: 1rem; }
  .bundle-bar .button { grid-column: 1 / -1; }
  .principles { grid-template-columns: 1fr; }
  .principles h3 { margin-top: 1.5rem; }
  footer { grid-template-columns: 1fr; }
  footer div { flex-wrap: wrap; }
  footer small { grid-column: 1; }
  .support-note { grid-template-columns: 1fr; gap: 1.3rem; }
  .preview-layout, .checkout-grid { grid-template-columns: 1fr; }
  .preview-canvas { min-height: 400px; }
  .checkout-grid { padding: .5rem; gap: 2rem; }
  .modal { width: calc(100% - 1rem); max-height: calc(100vh - 1rem); }
}

@media (max-width: 520px) {
  .reset-player { grid-template-columns: 1fr; }
  .day-list { display: flex; overflow-x: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .day-tab { flex: 0 0 76px; border-left: 0; border-bottom: 3px solid transparent; text-align: center; }
  .day-tab span { display: none; }
  .day-tab.is-active { border-bottom-color: var(--sage); }
  .day-panel { min-height: 500px; }
  .day-work, .programme-map { grid-template-columns: 1fr; }
  .programme-map { max-height: 600px; overflow: auto; }
  .rebuilt-buy { grid-template-columns: 1fr; }
  .rebuilt-buy .button:last-child { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
