@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:ital,opsz,wght@0,9..144,600;0,9..144,700;1,9..144,600&display=swap');

:root {
  --ink: #18110e;
  --ink-soft: #2a1e19;
  --paper: #fffaf2;
  --cream: #f5eadb;
  --gold: #e0a348;
  --gold-light: #f5d89b;
  --rust: #8f3528;
  --muted: #786b62;
  --line: rgba(48, 30, 20, .13);
  --display: 'Fraunces', Georgia, serif;
  --body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .8rem 1rem; background: #fff; color: #000; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.container { max-width: 1200px; }
.section-pad { padding: 7.5rem 0; }
.eyebrow { color: var(--rust); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
.section-title { margin: .8rem 0 0; font: 600 clamp(2.7rem, 5vw, 4.65rem)/.98 var(--display); letter-spacing: -.045em; }

.offer-bar { position: relative; z-index: 110; background: var(--rust); color: #fff8ed; font-size: .78rem; }
.offer-bar .container { display: flex; align-items: center; justify-content: center; gap: 2rem; min-height: 36px; }
.offer-bar a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(24, 17, 14, .94); color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.site-header .container { min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font: 600 1.25rem var(--display); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font: 700 .66rem var(--body); letter-spacing: .08em; }
.site-header nav { gap: 2rem; }
.site-header nav a { color: #d7ccc3; font-size: .78rem; font-weight: 600; transition: color .2s; }
.site-header nav a:hover { color: #fff; }
.header-cta { display: inline-flex; align-items: center; gap: 1rem; padding: .65rem .75rem .65rem 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: #fff; color: var(--ink); font-size: .76rem; font-weight: 700; }
.header-cta span { padding: .35rem .65rem; border-radius: 999px; background: var(--ink); color: #fff; }

.hero-section { position: relative; min-height: 760px; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(224,163,72,.17), transparent 28%), linear-gradient(120deg, #18110e, #2a1c17 58%, #1b1210); color: #fff; }
.hero-section::after { content: ''; position: absolute; right: -13vw; bottom: -35vw; width: 70vw; height: 70vw; border: 1px solid rgba(224,163,72,.18); border-radius: 50%; }
.hero-grain { position: absolute; inset: 0; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); pointer-events: none; }
.hero-section .row { min-height: 760px; padding: 5.5rem 0; }
.hero-copy-column { position: relative; z-index: 3; }
.hero-section h1 { max-width: 690px; margin: 1rem 0 1.4rem; font: 600 clamp(3.75rem, 6.5vw, 6.25rem)/.89 var(--display); letter-spacing: -.055em; }
.hero-section h1 em { color: var(--gold-light); font-weight: 600; }
.hero-copy { max-width: 620px; color: #cfc2b8; font-size: 1.05rem; line-height: 1.75; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.7rem 0; }
.hero-benefits span { padding: .5rem .75rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #eee4dc; font-size: .72rem; font-weight: 600; }
.hero-benefits span::before { content: '\2713'; margin-right: .4rem; color: var(--gold-light); }
.hero-actions { display: flex; align-items: center; gap: 1.2rem; margin-top: 2rem; }
.primary-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-width: 330px; padding: .55rem .6rem .55rem 1.35rem; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: var(--ink); box-shadow: 0 14px 35px rgba(0,0,0,.2); font-size: .86rem; font-weight: 700; transition: transform .2s, background .2s; }
.primary-cta strong { padding: .65rem .85rem; border-radius: 999px; background: var(--ink); color: #fff; font-size: .82rem; white-space: nowrap; }
.primary-cta:hover { transform: translateY(-2px); background: #edb75e; }
.preview-link { color: #eee4dc; font-size: .78rem; font-weight: 600; }
.checkout-note { margin: .85rem 0 0 1.35rem; color: #91857e; font-size: .68rem; }
.checkout-note span { color: var(--gold-light); }

.product-showcase { position: relative; z-index: 2; width: min(570px, 100%); height: 600px; margin-left: auto; }
.product-halo { position: absolute; top: 5%; right: 2%; width: 88%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(224,163,72,.25), rgba(224,163,72,.03) 55%, transparent 70%); }
.book-mockup { position: absolute; top: 2%; right: 10%; width: 355px; height: 505px; overflow: hidden; border-radius: 4px 13px 13px 4px; transform: perspective(1300px) rotateY(-10deg) rotateZ(2deg); box-shadow: -20px 30px 55px rgba(0,0,0,.55); }
.book-mockup::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.22), transparent 11%, transparent 75%, rgba(0,0,0,.18)); pointer-events: none; }
.book-mockup img { width: 100%; height: 100%; object-fit: cover; }
.book-spine { position: absolute; z-index: 2; inset: 0 auto 0 0; width: 18px; border-right: 1px solid rgba(255,255,255,.25); background: linear-gradient(90deg, rgba(0,0,0,.5), rgba(255,255,255,.05)); }
.cover-title { position: absolute; z-index: 3; inset: 0; padding: 2.4rem 2rem; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.45); }
.cover-title > span { font: 600 .85rem var(--display); letter-spacing: .15em; text-transform: uppercase; }
.cover-title strong { display: block; margin-top: 1.2rem; font: 600 3.4rem/.9 var(--display); letter-spacing: -.05em; }
.cover-title small { position: absolute; bottom: 2.1rem; left: 2rem; font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.offer-card { position: absolute; z-index: 5; right: -1rem; bottom: 1rem; width: 245px; padding: 1.25rem; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,250,242,.96); color: var(--ink); box-shadow: 0 24px 55px rgba(0,0,0,.4); backdrop-filter: blur(14px); }
.offer-label { color: var(--rust); font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.offer-price { display: flex; align-items: center; gap: .7rem; margin: .65rem 0 .8rem; padding-bottom: .75rem; border-bottom: 1px solid var(--line); }
.offer-price strong { font: 600 2.25rem var(--display); }
.offer-price span { max-width: 60px; color: var(--muted); font-size: .62rem; line-height: 1.25; }
.offer-card ul { display: grid; gap: .48rem; margin: 0 0 1rem; padding: 0; list-style: none; }
.offer-card li { color: #554a43; font-size: .68rem; }
.offer-card li::before { content: '\2713'; margin-right: .45rem; color: var(--rust); font-weight: 700; }
.offer-card > a { display: block; padding: .75rem; border-radius: 999px; background: var(--rust); color: #fff; text-align: center; font-size: .72rem; font-weight: 700; }
.offer-card > small { display: block; margin-top: .55rem; color: #8d8178; text-align: center; font-size: .58rem; }

.proof-strip { background: #0f0a08; color: #fff; }
.proof-point { display: flex; flex-direction: column; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.1); text-align: center; }
.proof-point:last-child { border-right: 0; }
.proof-point strong { color: var(--gold-light); font: 600 1.7rem var(--display); }
.proof-point span { margin-top: .15rem; color: #978d87; font-size: .63rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.problem-section { background: var(--paper); }
.problem-section .section-title { font-size: clamp(2.8rem, 4.6vw, 4.2rem); }
.lead-copy { margin: 0 0 1rem; font: 600 clamp(1.35rem, 2vw, 1.75rem)/1.45 var(--display); }
.body-copy { color: var(--muted); line-height: 1.75; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: 1.7rem; }
.fit-grid span { padding: .9rem 1rem; border: 1px solid var(--line); border-radius: 10px; color: #554840; font-size: .76rem; font-weight: 600; }
.fit-grid span::before { content: '\2713'; margin-right: .55rem; color: var(--rust); }

.included-section { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.included-section::before { content: ''; position: absolute; left: -14rem; top: -14rem; width: 34rem; height: 34rem; border: 1px solid rgba(224,163,72,.12); border-radius: 50%; }
.section-heading { position: relative; max-width: 760px; }
.section-heading > p { max-width: 620px; margin: 1.3rem auto 0; color: #a99e97; line-height: 1.75; }
.included-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 4rem; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.12); }
.included-card { display: grid; grid-template-columns: 50px 1fr; gap: 1.4rem; min-height: 220px; padding: 2.4rem; background: #211714; }
.included-card > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(224,163,72,.45); border-radius: 50%; color: var(--gold-light); font-size: .68rem; font-weight: 700; }
.included-card h3 { margin: .25rem 0 .65rem; font: 600 1.55rem var(--display); }
.included-card p { margin: 0; color: #aa9d95; font-size: .83rem; line-height: 1.75; }

.gallery-section { background: var(--cream); }
.section-heading-row { margin-bottom: 3rem; }
.section-heading-row .section-title { max-width: 760px; }
.section-heading-row > p { max-width: 330px; margin: 1.5rem 0 0; color: var(--muted); line-height: 1.7; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 350px; gap: 1rem; }
.recipe-card { position: relative; overflow: hidden; margin: 0; border-radius: 16px; background: #211714; }
.recipe-card-wide { grid-column: span 2; }
.recipe-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.recipe-card:hover img { transform: scale(1.045); }
.recipe-card::after { content: ''; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(14,8,6,.93)); }
.recipe-overlay { position: absolute; z-index: 2; left: 1.4rem; right: 1.4rem; bottom: 1.3rem; color: #fff; }
.recipe-overlay > span { color: var(--gold-light); font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.recipe-overlay h3 { margin: .3rem 0; font: 600 1.7rem var(--display); }
.recipe-overlay p { margin: 0; color: #d6ccc5; font-size: .7rem; }
.gallery-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1rem; padding: 1.2rem 1.3rem 1.2rem 1.6rem; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,250,242,.72); }
.gallery-cta > div { display: flex; flex-direction: column; }
.gallery-cta > div strong { font: 600 1.25rem var(--display); }
.gallery-cta > div span { margin-top: .2rem; color: var(--muted); font-size: .72rem; }
.primary-cta.compact { min-width: 285px; box-shadow: none; }

.page-preview-section { overflow: hidden; background: #2a1915; color: #fff; }
.page-preview-section .section-title { font-size: clamp(2.75rem, 4.8vw, 4.35rem); }
.page-preview-section p { color: #b9aca4; line-height: 1.8; }
.page-stack { position: relative; width: min(560px, 100%); height: 520px; }
.page-photo { position: absolute; overflow: hidden; width: 66%; aspect-ratio: 4/5; border: 8px solid #fff9ef; background: #fff; box-shadow: 0 30px 60px rgba(0,0,0,.35); }
.page-photo img { width: 100%; height: 100%; object-fit: cover; }
.page-photo-back { top: 0; left: 4%; transform: rotate(-7deg); }
.page-photo-front { right: 1%; bottom: 0; transform: rotate(5deg); }
.page-photo-front span { position: absolute; right: 1rem; bottom: 1rem; padding: .65rem .85rem; border-radius: 999px; background: rgba(255,250,242,.94); color: var(--ink); font-size: .63rem; font-weight: 700; }
.check-list { display: grid; gap: 0; margin: 1.5rem 0 1.7rem; padding: 0; list-style: none; }
.check-list li { padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #dfd3cb; font-size: .8rem; }
.check-list li::before { content: '\2713'; margin-right: .7rem; color: var(--gold-light); font-weight: 700; }
.text-cta { display: inline-flex; align-items: center; gap: 1rem; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-weight: 700; padding-bottom: .35rem; }

.steps-section { background: var(--paper); }
.steps-section .section-heading { margin-bottom: 3.5rem; }
.steps-section .section-heading > p { color: var(--muted); }
.step-card { height: 100%; padding: 2rem; border: 1px solid var(--line); border-radius: 16px; background: #fffdf9; }
.step-card > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 2rem; border-radius: 50%; background: var(--rust); color: #fff; font-size: .75rem; font-weight: 700; }
.step-card h3 { margin: 0 0 .6rem; font: 600 1.65rem var(--display); }
.step-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.steps-assurance { display: flex; justify-content: center; gap: 2rem; margin-top: 2rem; color: #6f6259; font-size: .7rem; font-weight: 600; }
.steps-assurance span::first-letter { color: var(--rust); }

.faq-section { background: var(--cream); }
.faq-section .section-title { font-size: clamp(2.8rem, 4.5vw, 4rem); }
.faq-section .col-lg-4 > p { margin-top: 1.2rem; color: var(--muted); font-size: .82rem; }
.faq-section .col-lg-4 > p a { color: var(--rust); text-decoration: underline; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.35rem 3rem 1.35rem 0; cursor: pointer; list-style: none; font-size: .92rem; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: .25rem; top: 1.1rem; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--rust); font-size: 1.05rem; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { max-width: 660px; margin: -.2rem 3rem 1.4rem 0; color: var(--muted); font-size: .82rem; line-height: 1.75; }

.final-cta { padding: 5rem 0; background: #0f0a08; color: #fff; }
.final-cta-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: #211714; }
.final-copy { display: flex; flex-direction: column; justify-content: center; padding: 4rem; }
.final-copy h2 { max-width: 570px; margin: .9rem 0 1.1rem; font: 600 clamp(3.3rem, 5.5vw, 5.4rem)/.9 var(--display); letter-spacing: -.05em; }
.final-copy p { max-width: 520px; color: #b5a9a2; line-height: 1.7; }
.final-copy .primary-cta { margin-top: 1rem; }
.final-copy small { margin: .8rem 0 0 1.25rem; color: #867b75; font-size: .6rem; }
.final-image { min-height: 520px; }
.final-image img { width: 100%; height: 100%; object-fit: cover; }

footer { padding: 2.2rem 0; background: #090605; color: #8f8580; }
.footer-inner { display: flex; align-items: center; gap: 2rem; font-size: .68rem; }
footer .brand { color: #fff; }
footer p { margin: 0 auto 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.1rem; }
.footer-links a:hover { color: #fff; }

.mobile-buy-bar { display: none; }
a[href*="gumroad.com"] .logo-full { display: none !important; }
.scroll-gumroad-trigger { position: fixed !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.checkout-body { min-height: 100vh; background: #120c0a; color: #fff; }
.checkout-header { border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(18,12,10,.94); }
.checkout-header .container { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.checkout-secure { display: inline-flex; align-items: center; gap: .45rem; color: #aca09a; font-size: .7rem; font-weight: 600; }
.checkout-secure > span { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid rgba(245,216,155,.4); border-radius: 50%; color: var(--gold-light); font-size: .58rem; }
.checkout-main { position: relative; overflow: hidden; padding: 5rem 0 6rem; background: radial-gradient(circle at 14% 10%, rgba(224,163,72,.14), transparent 28%), linear-gradient(135deg,#18100d,#291a15 62%,#130c0a); }
.checkout-main::before { content: ''; position: absolute; right: -18rem; top: -20rem; width: 46rem; height: 46rem; border: 1px solid rgba(224,163,72,.12); border-radius: 50%; pointer-events: none; }
.checkout-layout { position: relative; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); gap: 5rem; align-items: start; }
.checkout-summary { min-width: 0; }
.checkout-back { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 3.5rem; color: #a99d96; font-size: .7rem; font-weight: 600; }
.checkout-back:hover { color: #fff; }
.checkout-summary h1 { max-width: 690px; margin: .9rem 0 1.25rem; font: 600 clamp(3.3rem,5vw,5rem)/.92 var(--display); letter-spacing: -.05em; }
.checkout-lead { max-width: 650px; margin: 0; color: #b9aca5; font-size: .93rem; line-height: 1.75; }
.checkout-product { display: grid; grid-template-columns: 155px 1fr; gap: 1.5rem; margin-top: 2.5rem; padding: 1.1rem; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.checkout-cover { position: relative; overflow: hidden; min-height: 215px; border-radius: 8px; background: #382119; box-shadow: 0 16px 35px rgba(0,0,0,.3); }
.checkout-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.4)); }
.checkout-cover img { width: 100%; height: 100%; object-fit: cover; }
.checkout-cover > div { position: absolute; z-index: 1; inset: 0; padding: 1rem; text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.checkout-cover span { font: 600 .5rem var(--display); letter-spacing: .12em; text-transform: uppercase; }
.checkout-cover strong { display: block; margin-top: .5rem; font: 600 1.55rem/.92 var(--display); }
.checkout-product-copy { display: flex; flex-direction: column; min-width: 0; padding: .25rem .35rem; }
.checkout-product-copy > span { color: var(--gold-light); font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.checkout-product-copy h2 { margin: .35rem 0 0; font: 600 1.65rem var(--display); }
.checkout-product-copy > p { margin: 0; color: #a99d96; font-size: .7rem; }
.checkout-product-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem 1rem; margin: 1.05rem 0; padding: 0; list-style: none; }
.checkout-product-copy li { color: #c9bdb6; font-size: .65rem; }
.checkout-product-copy li::before { content: '\2713'; margin-right: .4rem; color: var(--gold-light); }
.checkout-total { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.11); }
.checkout-total span { color: #aca09a; font-size: .72rem; }
.checkout-total strong { font: 600 1.25rem var(--display); }
.checkout-assurances { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 1rem; }
.checkout-assurances > div { display: flex; flex-direction: column; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.checkout-assurances strong { color: #e6dcd5; font-size: .68rem; }
.checkout-assurances span { margin-top: .2rem; color: #8e827b; font-size: .58rem; }
.checkout-widget-card { min-height: 620px; padding: 1.1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.checkout-widget-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .35rem .4rem 1rem; border-bottom: 1px solid var(--line); }
.checkout-widget-heading > div { display: flex; align-items: center; gap: .55rem; }
.checkout-widget-heading strong { font: 600 1.05rem var(--display); }
.checkout-widget-heading > span { color: var(--muted); font-size: .58rem; }
.checkout-lock { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--rust); color: #fff; font-size: .6rem; }
.gumroad-product-embed { min-height: 520px; padding-top: 1rem; }
.gumroad-product-embed iframe { width: 100% !important; min-height: 720px !important; border: 0 !important; border-radius: 12px; }
.checkout-fallback { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; margin-top: 1rem; padding: 1rem 1.2rem; border-radius: 999px; background: var(--rust); color: #fff; font-size: .78rem; font-weight: 700; }
.checkout-noscript { color: var(--muted); font-size: .72rem; }
.checkout-legal { margin: 1rem .4rem .2rem; color: #8e8178; font-size: .58rem; line-height: 1.6; text-align: center; }
.checkout-legal a { color: var(--rust); text-decoration: underline; text-underline-offset: 2px; }
.checkout-footer { padding: 1.5rem 0; background: #090605; color: #867b75; font-size: .65rem; }
.checkout-footer .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.checkout-footer a:hover { color: #fff; }

.legal-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.legal-shell { max-width: 850px; margin: auto; padding: 3rem 1.25rem 6rem; }
.legal-shell h1 { margin: 4rem 0 1rem; font: 600 clamp(3rem, 7vw, 5.5rem)/.95 var(--display); }
.legal-shell h2 { margin: 2.5rem 0 .75rem; font: 600 2rem var(--display); }
.legal-shell p, .legal-shell li { color: #665852; line-height: 1.8; }
.legal-back { display: inline-flex; align-items: center; gap: .5rem; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.legal-meta { color: var(--rust) !important; font-weight: 700; }

@media (max-width: 1199px) {
  .product-showcase { transform: scale(.9); transform-origin: center; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
  .section-pad { padding: 5.5rem 0; }
  .hero-section .row { min-height: auto; padding: 5rem 0 2rem; }
  .hero-copy-column { text-align: center; }
  .hero-section h1, .hero-copy { margin-left: auto; margin-right: auto; }
  .hero-benefits, .hero-actions { justify-content: center; }
  .checkout-note { margin-left: 0; }
  .product-showcase { margin: -1rem auto 0; }
  .section-heading-row > p { max-width: 600px; }
  .page-stack { margin: 0 auto; }
  .final-cta-card { grid-template-columns: 1fr; }
  .final-image { min-height: 360px; order: -1; }
  .final-copy { padding: 3rem; }
  .footer-inner { flex-wrap: wrap; }
  footer p { width: 100%; order: 4; }
  .checkout-layout { grid-template-columns: 1fr; gap: 3rem; }
  .checkout-widget-card { max-width: 680px; width: 100%; margin: 0 auto; }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 72px; }
  .offer-bar { display: none; }
  .site-header .container { min-height: 64px; }
  .site-header .brand { font-size: 1.05rem; }
  .header-cta { gap: .55rem; padding-left: .75rem; font-size: .68rem; }
  .hero-section h1 { font-size: clamp(3.25rem, 15vw, 4.5rem); }
  .hero-section .row { padding-top: 4rem; }
  .included-grid { grid-template-columns: 1fr; }
  .included-card { min-height: 0; padding: 1.7rem; }
  .gallery-grid { grid-auto-rows: 300px; }
  .gallery-cta { align-items: stretch; flex-direction: column; }
  .gallery-cta .primary-cta { width: 100%; }
  .steps-assurance { flex-direction: column; align-items: center; gap: .65rem; }
  .mobile-buy-bar { position: fixed; z-index: 200; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 72px; padding: .7rem 1rem; border-top: 1px solid rgba(255,255,255,.12); background: rgba(17,11,9,.96); color: #fff; box-shadow: 0 -10px 30px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
  .mobile-buy-bar div { display: flex; flex-direction: column; }
  .mobile-buy-bar strong { font: 600 1rem var(--display); }
  .mobile-buy-bar span { color: #9f938c; font-size: .6rem; }
  .mobile-buy-bar a { padding: .8rem 1rem; border-radius: 999px; background: var(--gold); color: var(--ink); font-size: .75rem; font-weight: 700; }
  .checkout-body { padding-bottom: 0; }
  .checkout-main { padding: 3.5rem 0 4rem; }
  .checkout-back { margin-bottom: 2.5rem; }
  .checkout-product-copy ul { grid-template-columns: 1fr; }
  .checkout-assurances { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
  .section-pad { padding: 4.5rem 0; }
  .section-title { font-size: 2.9rem; }
  .header-cta { padding: .65rem .8rem; }
  .header-cta span { display: none; }
  .hero-section .row { padding-bottom: 0; }
  .hero-section h1 { font-size: 3.45rem; }
  .hero-copy { font-size: .92rem; }
  .hero-benefits { gap: .5rem; }
  .hero-actions { flex-direction: column; }
  .primary-cta { width: 100%; min-width: 0; }
  .product-showcase { width: 100%; height: 520px; transform: none; }
  .book-mockup { top: 2%; right: 13%; width: 280px; height: 405px; }
  .cover-title { padding: 2rem 1.5rem; }
  .cover-title strong { font-size: 2.7rem; }
  .cover-title small { left: 1.5rem; }
  .offer-card { right: 0; bottom: 1.25rem; width: 220px; }
  .proof-point { padding: 1.25rem .5rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .proof-point:nth-child(2) { border-right: 0; }
  .fit-grid { grid-template-columns: 1fr; }
  .included-card { grid-template-columns: 40px 1fr; gap: 1rem; }
  .included-card > span { width: 36px; height: 36px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .recipe-card-wide { grid-column: auto; }
  .page-stack { height: 400px; }
  .page-photo { width: 68%; border-width: 6px; }
  .final-cta { padding: 1rem 0; }
  .final-cta-card { border-radius: 16px; }
  .final-copy { padding: 2rem 1.4rem 2.5rem; }
  .final-copy h2 { font-size: 3.2rem; }
  .final-copy small { margin-left: .3rem; }
  .final-image { min-height: 280px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .checkout-header .container { min-height: 66px; }
  .checkout-header .brand { font-size: 1.05rem; }
  .checkout-secure { font-size: 0; }
  .checkout-summary h1 { font-size: 3.25rem; }
  .checkout-product { grid-template-columns: 105px 1fr; gap: 1rem; }
  .checkout-cover { min-height: 165px; }
  .checkout-cover strong { font-size: 1.15rem; }
  .checkout-product-copy ul { display: none; }
  .checkout-widget-card { min-height: 560px; padding: .75rem; border-radius: 16px; }
  .checkout-widget-heading > span { display: none; }
  .gumroad-product-embed iframe { min-height: 650px !important; }
  .checkout-footer .container { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
