:root {
  --ink: #04171e;
  --ink-2: #092a31;
  --forest: #12372f;
  --paper: #fbf0dc;
  --paper-2: #fff9ee;
  --paper-3: #f2dfbd;
  --copper: #cf5b21;
  --copper-dark: #9e3f19;
  --orange: #f47a2a;
  --gold: #dfb65f;
  --muted-dark: #4f645e;
  --muted-light: #d8d3c5;
  --line-dark: rgba(21, 58, 49, .2);
  --line-light: rgba(225, 188, 116, .3);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Alegreya Sans", Arial, sans-serif;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; letter-spacing: -.038em; }
.visually-hidden { position: absolute !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; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; border-radius: 12px; color: var(--ink); background: var(--paper); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ffd27b; outline-offset: 4px; }

/* Refined V5 type and navigation, retained from the approved direction. */
.v5-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid var(--line-light); background: rgba(4, 18, 23, .96); backdrop-filter: blur(16px); }
.v5-header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; width: min(var(--max), calc(100% - 64px)); min-height: 82px; margin: auto; }
.v5-wordmark { display: inline-flex; width: max-content; align-items: baseline; color: #f6e4bd; font-family: var(--serif); font-size: 2rem; font-weight: 700; letter-spacing: -.045em; line-height: 1; }
.v5-wordmark em { margin-left: 2px; color: #ef8a45; font-style: italic; font-weight: 600; }
.v5-desktop-nav { display: flex; justify-content: center; gap: 38px; font-size: 1rem; }
.v5-desktop-nav a { padding: 10px 0; color: #f1e9d8; }
.v5-desktop-nav a:hover { color: #f1bd61; }
.v5-header-controls { display: flex; align-items: center; justify-self: end; gap: 12px; }
.v5-site-language { display: inline-flex; align-items: center; }
.v5-site-language select { width: 64px; min-height: 48px; padding: 0 9px; border: 1px solid var(--line-light); border-radius: 15px; color: #f3e8d3; background: #071c20; font-size: .9rem; font-weight: 800; letter-spacing: .05em; cursor: pointer; }
.site-menu-toggle { display: none; width: 52px; height: 52px; place-items: center; border: 1px solid var(--line-light); border-radius: 16px; color: var(--paper); background: transparent; cursor: pointer; }
.site-mobile-menu { display: none; }

.v5-button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 14px 30px; border: 1px solid var(--copper); border-radius: 18px; color: #fff9eb; background: linear-gradient(180deg, #f58234 0%, #cf571d 100%); box-shadow: 0 14px 30px rgba(58, 20, 9, .24), inset 0 1px 0 rgba(255,255,255,.25); font-family: var(--serif); font-size: 1.28rem; font-weight: 700; line-height: 1; text-align: center; transition: filter 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.v5-button:hover { filter: brightness(1.07); transform: translateY(-2px); box-shadow: 0 18px 34px rgba(58, 20, 9, .3), inset 0 1px 0 rgba(255,255,255,.28); }
.v5-button-small { min-height: 48px; padding: 12px 23px; border-radius: 15px; font-size: 1.05rem; }
.v5-button-outline { color: var(--forest); border-color: rgba(18,55,47,.5); background: transparent; box-shadow: none; }
.v5-button-outline:hover { color: var(--paper-2); border-color: var(--forest); background: var(--forest); }
.v5-text-link { display: inline-flex; min-height: 46px; align-items: center; gap: 10px; color: #f0bd59; font-size: 1.08rem; font-weight: 800; }
.v5-text-link span { font-size: 1.35rem; }
.v5-kicker { margin-bottom: 16px; color: var(--gold); font-size: .8rem; font-weight: 800; letter-spacing: .18em; line-height: 1.25; text-transform: uppercase; }

/* Thursday hero composition: cinematic full bleed, with the improved type system. */
.v5-hero { position: relative; min-height: 720px; height: calc(100svh - 82px); max-height: 860px; overflow: hidden; border-bottom: 1px solid var(--line-light); background: #04151b; }
.v5-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 76% center; }
.v5-hero-shade { position: absolute; z-index: 1; inset: 0; display: block; background: linear-gradient(90deg, rgba(3,19,24,.98) 0%, rgba(3,23,29,.95) 29%, rgba(3,23,29,.66) 46%, rgba(3,23,29,.1) 69%), linear-gradient(180deg, rgba(3,15,19,.12) 54%, rgba(3,15,19,.58) 100%); }
.v5-hero-content { position: relative; z-index: 2; display: flex; min-height: 100%; flex-direction: column; justify-content: center; width: min(var(--max), calc(100% - 64px)); margin: auto; padding: 58px 54% 58px 0; }
.v5-hero h1 { max-width: 620px; margin-bottom: 26px; color: #ffe5ae; font-size: clamp(4.65rem, 6.2vw, 6.65rem); line-height: .86; text-wrap: balance; }
.v5-hero h1 span, .v5-hero h1 em { display: block; }
.v5-hero h1 span { background: linear-gradient(180deg, #fff1cf 0%, #f5c275 54%, #ed9853 100%); background-clip: text; color: transparent; }
.v5-hero h1 em { background: linear-gradient(90deg, #ffe3a2 0%, #ef9f5d 72%, #e96935 100%); background-clip: text; color: transparent; font-style: normal; font-weight: 600; }
.v5-hero-copy { max-width: 510px; margin-bottom: 25px; color: #f3ead7; font-size: clamp(1.1rem, 1.45vw, 1.26rem); line-height: 1.5; }
.v5-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }
.v5-hero-primary { min-width: 250px; }
.v5-price-note { margin: 18px 0 0; color: #e6deca; font-size: 1rem; }
.v5-trust-line { display: flex; flex-wrap: wrap; gap: 25px; margin: 28px 0 0; padding: 23px 0 0; border-top: 1px solid var(--line-light); list-style: none; }
.v5-trust-line li { display: inline-flex; max-width: 145px; align-items: center; gap: 9px; color: #eee1c9; font-size: .9rem; line-height: 1.18; }
.v5-trust-line .material-symbols-outlined { color: var(--gold); font-size: 27px; }

/* Restored full-image process cards with concise title bands. */
.v5-process { padding: 104px max(32px, calc((100% - var(--max)) / 2)); color: var(--ink); background: var(--paper); }
.v5-section-heading { max-width: 790px; margin-bottom: 48px; }
.v5-section-heading h2 { margin-bottom: 17px; font-size: clamp(3.25rem, 5.2vw, 5.5rem); line-height: .9; text-wrap: balance; }
.v5-section-heading h2 em { color: var(--copper); font-style: italic; font-weight: 600; }
.v5-section-heading > p:last-child { max-width: 620px; margin-bottom: 0; font-size: 1.12rem; }
.v5-section-heading-dark { color: var(--ink); }
.v5-section-heading-dark > p:last-child { color: var(--muted-dark); }
.v5-section-heading-light { color: var(--paper); }
.v5-section-heading-light > p:last-child { color: var(--muted-light); }
.v5-process .v5-section-heading { margin-inline: auto; text-align: center; }
.v5-process .v5-section-heading > p:last-child { margin-inline: auto; }
.v5-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.v5-process-step { min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(13,49,50,.18); border-radius: 24px; background: #0a2b36; box-shadow: 0 20px 44px rgba(16,41,37,.14); }
.v5-process-step > img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; }
.v5-process-step figcaption { display: grid; min-height: 104px; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; padding: 20px 19px; color: var(--paper); }
.v5-process-step figcaption span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(231,190,108,.6); border-radius: 50%; color: var(--gold); font-family: var(--sans); font-size: .82rem; font-weight: 800; letter-spacing: .08em; }
.v5-process-step h3 { margin: 0; font-size: 1.42rem; line-height: 1.03; }

.v5-examples { padding: 108px 32px; background: radial-gradient(circle at 50% 16%, rgba(19,69,72,.42), transparent 36rem), var(--ink); }
.v5-examples-inner { width: min(var(--max), 100%); margin: auto; }
.book-rack { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; gap: clamp(26px, 4vw, 60px); }
.example-book { min-width: 0; }
.example-book-link { display: block; }
.example-book-link img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; border: 1px solid rgba(230, 190, 108, .28); border-radius: 22px; box-shadow: 0 28px 60px rgba(0, 0, 0, .35); transition: transform 180ms ease, box-shadow 180ms ease; }
.example-book-link:hover img { transform: translateY(-8px); box-shadow: 0 36px 70px rgba(0, 0, 0, .46); }
.example-book-link span { display: block; margin-top: 15px; color: #e8d7b9; font-size: 1.02rem; font-weight: 700; text-align: center; }
.featured-book { transform: translateY(-22px); }
.flipbook-viewer { margin-top: 88px; padding-top: 64px; border-top: 1px solid var(--line-light); }
.flipbook-preview-header { max-width: 680px; margin: 0 auto 30px; text-align: center; }
.flipbook-preview-header h3 { margin-bottom: 6px; font-size: clamp(2.7rem, 4vw, 4.2rem); line-height: .95; }
.flipbook-preview-header p:last-child { color: var(--muted-light); }
.flipbook-stage { display: grid; min-height: 650px; place-items: center; }
.pageflip-shell { display: grid; width: min(1120px, 100%); min-height: 620px; place-items: center; }
.pageflip-book { max-width: 100%; }
.pageflip-loading { padding: 60px; color: var(--muted-light); }
.mobile-book-reader { display: none; }

/* Approved keepsake section. */
.v5-keepsake { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 700px; background: #071716; }
.v5-keepsake-media { min-height: 700px; overflow: hidden; }
.v5-keepsake-media img { width: 100%; height: 100%; object-fit: cover; }
.v5-keepsake-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 110px); }
.v5-keepsake-copy h2 { max-width: 540px; margin-bottom: 22px; font-size: clamp(3.5rem, 5.5vw, 5.8rem); line-height: .88; }
.v5-keepsake-copy > p:not(.v5-kicker) { max-width: 540px; color: var(--muted-light); font-size: 1.05rem; }
.v5-keepsake-copy ul { display: grid; gap: 25px; margin: 32px 0 40px; padding: 0; list-style: none; }
.v5-keepsake-copy li { display: grid; grid-template-columns: 36px 1fr; gap: 15px; align-items: start; color: #d8d0bd; font-size: 1rem; line-height: 1.35; }
.v5-keepsake-copy li > span:last-child { display: grid; }
.v5-keepsake-copy li strong { color: #f1d9aa; font-family: var(--serif); font-size: 1.32rem; }
.v5-keepsake-copy .material-symbols-outlined { color: var(--gold); font-size: 31px; }
.v5-keepsake-copy .v5-button { align-self: flex-start; }

/* Approved trust section, aligned and centered per annotation. */
.v5-trust { padding: 104px max(32px, calc((100% - var(--max)) / 2)); color: var(--ink); background: var(--paper-2); }
.v5-trust .v5-section-heading { margin-inline: auto; text-align: center; }
.v5-trust .v5-section-heading > p:last-child { margin-inline: auto; }
.v5-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.v5-trust-grid article { display: grid; justify-items: center; padding: 38px 26px 40px; border-right: 1px solid var(--line-dark); text-align: center; }
.v5-trust-grid article:last-child { border-right: 0; }
.v5-trust-grid .material-symbols-outlined { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: 20px; border: 1px solid rgba(207,91,33,.32); border-radius: 50%; color: var(--copper); background: rgba(255,255,255,.5); font-size: 32px; }
.v5-trust-grid h3 { margin-bottom: 9px; font-size: 1.62rem; line-height: 1; }
.v5-trust-grid p { max-width: 230px; margin-bottom: 0; color: var(--muted-dark); font-size: 1rem; line-height: 1.42; }

.v5-pricing { padding: 108px max(32px, calc((100% - var(--max)) / 2)); background: radial-gradient(circle at 18% 18%, rgba(42,94,79,.36), transparent 34rem), #0a2827; }
.v5-pricing .v5-section-heading { margin-inline: auto; text-align: center; }
.v5-pricing .v5-section-heading > p:last-child { margin-inline: auto; }
.v5-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.v5-price-card { padding: clamp(38px, 5vw, 64px); border: 1px solid var(--line-light); border-radius: 28px; color: var(--ink); background: var(--paper-2); box-shadow: 0 28px 60px rgba(0,0,0,.22); }
.v5-price-card-featured { color: var(--paper); border-color: rgba(230,183,90,.56); background: linear-gradient(155deg, #18463d 0%, #0b2b2c 100%); }
.v5-price-label { margin-bottom: 8px; color: var(--copper); font-size: .82rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.v5-price-card-featured .v5-price-label { color: var(--gold); }
.v5-price-card h3 { margin-bottom: 24px; font-size: clamp(4rem, 6vw, 6rem); line-height: .9; }
.v5-price-card h3 small { font-family: var(--sans); font-size: .95rem; font-weight: 500; letter-spacing: 0; }
.v5-price-card ul { display: grid; gap: 13px; margin: 0 0 36px; padding: 0; color: var(--muted-dark); list-style: none; }
.v5-price-card-featured ul { color: #e3dccb; }
.v5-price-card li::before { margin-right: 10px; color: var(--copper); content: "✓"; }
.v5-price-card-featured li::before { color: var(--gold); }
.v5-price-card .v5-button { width: 100%; }
.v5-pricing-reassurance { max-width: 720px; margin: 36px auto 0; color: #e2dbc8; font-size: 1rem; text-align: center; }

.v5-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; padding: 108px max(32px, calc((100% - var(--max)) / 2)); background: var(--ink); }
.v5-faq-list { border-top: 1px solid var(--line-light); }
.v5-faq-list details { border-bottom: 1px solid var(--line-light); }
.v5-faq-list summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; font-family: var(--serif); font-size: 1.48rem; font-weight: 600; list-style: none; }
.v5-faq-list summary::-webkit-details-marker { display: none; }
.v5-faq-list details[open] summary .material-symbols-outlined { transform: rotate(45deg); }
.v5-faq-list p { max-width: 660px; padding: 0 54px 26px 0; color: var(--muted-light); font-size: 1rem; }

/* Approved intake progression with warmer background and larger text. */
.v5-intake { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(50px, 7vw, 110px); padding: 112px max(32px, calc((100% - var(--max)) / 2)); color: var(--ink); background: linear-gradient(145deg, #fffaf0 0%, #f8e8cd 100%); }
.v5-intake-intro { position: sticky; top: 120px; height: max-content; }
.v5-intake-intro h2 { margin-bottom: 23px; font-size: clamp(3.7rem, 5.3vw, 5.6rem); line-height: .9; }
.v5-intake-intro > p:not(.v5-kicker) { color: #405c56; font-size: 1.12rem; line-height: 1.55; }
.v5-form-progress { display: grid; gap: 0; margin: 42px 0; padding: 0; list-style: none; }
.v5-form-progress li { position: relative; padding: 13px 0 13px 40px; border-left: 1px solid rgba(24, 50, 43, .27); color: #657b76; font-size: 1rem; }
.v5-form-progress li::before { position: absolute; left: -8px; top: 18px; width: 15px; height: 15px; border: 3px solid #faedd8; border-radius: 50%; background: #8fa49f; content: ""; }
.v5-form-progress .is-current { color: var(--forest); font-weight: 800; }
.v5-form-progress .is-current::before { background: var(--copper); }
.v5-intake-assurance { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding-top: 26px; border-top: 1px solid var(--line-dark); color: var(--muted-dark); }
.v5-intake-assurance .material-symbols-outlined { color: var(--copper); font-size: 29px; }
.v5-intake-assurance p { display: grid; margin: 0; font-size: 1rem; }
.v5-intake-assurance strong { color: var(--forest); font-family: var(--serif); font-size: 1.35rem; }
.intake-form { min-width: 0; }
.form-columns { display: grid; gap: 28px; }
.intake-form fieldset { min-width: 0; margin: 0; padding: 34px; border: 1px solid rgba(23,62,52,.2); border-radius: 24px; background: rgba(255, 251, 243, .92); box-shadow: 0 18px 42px rgba(40,55,47,.08); }
.intake-form legend { padding: 0 13px; color: var(--forest); font-family: var(--serif); font-size: 1.82rem; font-weight: 700; }
.intake-form legend span { margin-right: 10px; color: var(--copper); font-family: var(--sans); font-size: .78rem; letter-spacing: .12em; }
.v5-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.intake-form fieldset > label, .v5-field-grid > label, .contact-form label { display: grid; gap: 8px; color: #173b33; font-size: 1rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid rgba(24, 52, 46, .32); border-radius: 13px; color: #102b26; background: #fffdf8; }
input, select { min-height: 54px; padding: 0 15px; }
textarea { min-height: 120px; padding: 14px 15px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #75817d; }
.form-hint { color: var(--muted-dark); font-size: .9rem; font-weight: 500; line-height: 1.35; }
.intake-form fieldset > label + label { margin-top: 20px; }
.upload-card { display: grid !important; min-height: 235px; place-items: center; align-content: center; padding: 36px; border: 1px dashed rgba(24, 52, 46, .45); border-radius: 18px; background: #fffdf8; text-align: center; cursor: pointer; }
.upload-card .material-symbols-outlined { color: var(--copper); font-size: 44px; }
.upload-card strong { color: var(--forest); font-family: var(--serif); font-size: 1.62rem; }
.upload-card em { max-width: 520px; color: var(--muted-dark); font-size: 1rem; font-style: normal; font-weight: 400; }
.upload-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-status, .form-status, .contact-status { margin: 12px 0 0; color: var(--copper-dark); }
.package-selector { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-bottom: 25px; }
.package-selector label { position: relative; display: block; cursor: pointer; }
.package-selector input { position: absolute; opacity: 0; }
.package-selector span { display: grid; min-height: 128px; align-content: center; padding: 22px; border: 1px solid var(--line-dark); border-radius: 17px; color: var(--forest); background: #fffdf8; }
.package-selector input:checked + span { border: 2px solid var(--copper); box-shadow: inset 0 0 0 3px #fff5e3; }
.package-selector strong { font-family: var(--serif); font-size: 1.4rem; }
.package-selector em { color: var(--muted-dark); font-size: .98rem; font-style: normal; font-weight: 400; }
.consent-check { display: grid !important; grid-template-columns: 22px 1fr; gap: 12px !important; align-items: start; margin-top: 17px; color: var(--muted-dark) !important; font-weight: 400 !important; }
.consent-check input { width: 21px; min-height: 21px; height: 21px; margin: 3px 0 0; accent-color: var(--copper); }
.consent-check a { color: var(--copper-dark); text-decoration: underline; }
.form-submit { width: 100%; margin-top: 28px; }
.secure-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 13px 0 0; color: var(--muted-dark); font-size: .95rem; }
.secure-note .material-symbols-outlined { font-size: 19px; }

.v5-contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 104px max(32px, calc((100% - var(--max)) / 2)); background: var(--paper-2); color: var(--ink); }
.v5-contact h2 { margin-bottom: 18px; font-size: clamp(3.2rem, 4.2vw, 4.8rem); line-height: .9; }
.v5-contact > div > p:not(.v5-kicker) { max-width: 480px; color: var(--muted-dark); font-size: 1.05rem; }
.v5-contact > div > a { color: var(--copper-dark); font-family: var(--serif); font-size: 1.42rem; text-decoration: underline; text-underline-offset: 4px; }
.contact-form { display: grid; gap: 16px; }
.contact-note { margin: 0; color: var(--muted-dark); font-size: .92rem; }

.v5-sticky-cta { position: fixed; z-index: 75; right: 16px; bottom: max(14px, env(safe-area-inset-bottom)); left: 16px; display: none; min-height: 76px; overflow: hidden; align-items: center; justify-content: center; padding: 10px 58px 10px 24px; border: 1px solid rgba(255,224,172,.82); border-radius: 22px; color: #fffaf0; background: linear-gradient(180deg, #ff963f 0%, #f07125 51%, #cf4e19 100%); box-shadow: 0 18px 44px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.38); opacity: 0; pointer-events: none; transform: translateY(100px); transition: opacity 180ms ease, transform 200ms ease; }
.v5-sticky-cta::before { position: absolute; z-index: 1; top: -110%; bottom: -110%; left: -34%; width: 22%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), transparent); content: ""; opacity: 0; pointer-events: none; transform: rotate(18deg) translateX(-260%); }
.v5-sticky-cta span:first-child { position: relative; z-index: 2; display: grid; justify-items: center; text-align: center; }
.v5-sticky-cta strong { font-family: var(--serif); font-size: 1.42rem; line-height: 1; }
.v5-sticky-cta em { margin-top: 5px; font-size: .9rem; font-style: normal; font-weight: 600; }
.v5-sticky-cta > .material-symbols-outlined { position: absolute; z-index: 2; right: 23px; font-size: 28px; }
.v5-sticky-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); animation: v5-cta-glow 2.1s ease-in-out infinite; }
.v5-sticky-cta.is-visible::before { opacity: 1; animation: v5-cta-shine 2.8s ease-in-out infinite; }
@keyframes v5-cta-glow {
  0%, 100% { box-shadow: 0 18px 44px rgba(0,0,0,.4), 0 0 0 0 rgba(255,161,74,.22), inset 0 1px 0 rgba(255,255,255,.38); transform: translateY(0) scale(1); }
  50% { box-shadow: 0 22px 52px rgba(0,0,0,.44), 0 0 30px 7px rgba(255,148,60,.5), inset 0 1px 0 rgba(255,255,255,.46); transform: translateY(-2px) scale(1.018); }
}
@keyframes v5-cta-shine {
  0%, 26% { transform: rotate(18deg) translateX(-260%); }
  52%, 100% { transform: rotate(18deg) translateX(720%); }
}

.v5-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 50px max(32px, calc((100% - var(--max)) / 2)); border-top: 1px solid var(--line-light); background: #031216; }
.v5-footer p, .v5-footer small { margin: 0; color: #aeb4ab; font-size: .9rem; }
.v5-footer nav { display: flex; gap: 24px; font-size: .95rem; }
.v5-footer small { grid-column: 1 / -1; }

.analytics-consent { position: fixed; z-index: 200; right: 20px; bottom: 20px; width: min(430px, calc(100% - 40px)); padding: 20px; border: 1px solid var(--line-light); border-radius: 18px; color: var(--paper); background: #0a2526; box-shadow: 0 20px 54px rgba(0,0,0,.4); }
.analytics-consent p { margin: 0 0 14px; font-size: .95rem; }
.analytics-consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.analytics-consent button { min-height: 46px; border: 1px solid var(--line-light); border-radius: 13px; color: var(--paper); background: transparent; cursor: pointer; }
.analytics-consent-primary { color: var(--ink) !important; background: var(--paper) !important; }

@media (max-width: 1080px) {
  .v5-header-inner { grid-template-columns: 1fr auto; }
  .v5-desktop-nav, .v5-header-cta { display: none; }
  .site-menu-toggle { display: grid; }
  .site-mobile-menu { position: absolute; top: 100%; right: 0; left: 0; padding: 24px 32px; border-bottom: 1px solid var(--line-light); background: #071c20; box-shadow: 0 22px 40px rgba(0,0,0,.35); }
  .site-mobile-menu:not([hidden]) { display: block; }
  .site-mobile-menu nav { display: grid; }
  .site-mobile-menu a { min-height: 52px; padding: 12px 0; border-bottom: 1px solid var(--line-light); font-family: var(--serif); font-size: 1.45rem; }
  .site-mobile-menu p { margin: 20px 0 0; color: var(--muted-light); font-size: .9rem; }
  .v5-hero-content { padding-right: 47%; }
  .v5-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .v5-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v5-trust-grid article:nth-child(2) { border-right: 0; }
  .v5-trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .v5-faq, .v5-intake { grid-template-columns: 1fr; gap: 52px; }
  .v5-intake-intro { position: static; }
}

@media (max-width: 700px) {
  body { font-size: 18px; }
  .v5-header-inner { width: calc(100% - 30px); min-height: 72px; }
  .v5-wordmark { font-size: 1.72rem; }
  .v5-header-controls { gap: 8px; }
  .v5-site-language select { width: 58px; min-height: 48px; padding-inline: 7px; border-radius: 14px; font-size: .86rem; }
  .site-menu-toggle { width: 48px; height: 48px; border-radius: 15px; }
  .site-mobile-menu { padding: 18px 22px 24px; }

  .v5-hero { display: flex; min-height: 0; height: auto; max-height: none; flex-direction: column; background: #04171e; }
  .v5-hero-image { position: relative; order: 2; inset: auto; width: 100%; height: auto; max-width: none; object-fit: contain; object-position: center; }
  .v5-hero-shade { display: none; }
  .v5-hero-content { position: relative; order: 1; min-height: 0; width: 100%; justify-content: flex-start; padding: 30px 24px 22px; background: linear-gradient(180deg, #04171e 0%, #08242b 100%); }
  .v5-hero h1 { max-width: 410px; margin-bottom: 14px; font-size: clamp(3.1rem, 13vw, 3.6rem); line-height: .88; }
  .v5-hero-copy { max-width: 35ch; margin-bottom: 14px; font-size: 1.04rem; line-height: 1.42; }
  .v5-hero-actions { display: grid; width: min(100%, 320px); gap: 4px; }
  .v5-hero-primary { width: 100%; min-width: 0; min-height: 54px; }
  .v5-text-link { width: max-content; min-height: 34px; }
  .v5-price-note { margin-top: 4px; font-size: .98rem; }
  .v5-trust-line { display: none; }

  .v5-process, .v5-examples, .v5-trust, .v5-pricing, .v5-faq, .v5-intake, .v5-contact { padding: 52px 20px; }
  .v5-kicker { margin-bottom: 10px; }
  .v5-section-heading { margin-bottom: 26px; }
  .v5-section-heading h2 { font-size: clamp(3.2rem, 13.2vw, 4.3rem); }
  .v5-section-heading > p:last-child { font-size: 1.08rem; }
  .v5-process-grid { grid-template-columns: 1fr; gap: 20px; }
  .v5-process-step { border-radius: 22px; }
  .v5-process-step figcaption { min-height: 76px; padding: 14px 16px; }
  .v5-process-step h3 { font-size: 1.52rem; }

  .book-rack { display: flex; gap: 12px; margin-right: -20px; padding: 4px 20px 6px 0; overflow-x: auto; scroll-padding-inline: 0 20px; scroll-snap-type: x mandatory; }
  .example-book { flex: 0 0 clamp(220px, 64vw, 270px); min-width: 0; scroll-snap-align: start; }
  .featured-book { transform: none; }
  .flipbook-viewer { margin-top: 40px; padding-top: 32px; }
  .flipbook-preview-header h3 { font-size: clamp(2.65rem, 12vw, 3.55rem); }
  .flipbook-stage, .pageflip-shell { display: none; }
  .mobile-book-reader { display: grid; place-items: center; }
  .mobile-book-frame { position: relative; width: min(86vw, 430px); aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid var(--line-light); border-radius: 20px; box-shadow: 0 24px 50px rgba(0,0,0,.38); }
  .mobile-book-image { width: 100%; height: 100%; object-fit: cover; }
  .mobile-page-turn-sheet { position: absolute; inset: 0; pointer-events: none; }
  .mobile-tap-hint { position: absolute; right: 12px; bottom: 12px; padding: 8px 12px; border-radius: 99px; color: var(--ink); background: var(--paper); font-size: .78rem; font-weight: 800; }
  .mobile-book-progress { margin-top: 16px; color: var(--muted-light); font-size: .9rem; }

  .v5-keepsake { grid-template-columns: 1fr; }
  .v5-keepsake-media { min-height: 360px; }
  .v5-keepsake-copy { padding: 52px 24px 48px; }
  .v5-keepsake-copy h2 { font-size: clamp(3.45rem, 13.4vw, 4.7rem); }
  .v5-keepsake-copy > p:not(.v5-kicker), .v5-keepsake-copy li { font-size: 1.04rem; }
  .v5-keepsake-copy ul { gap: 18px; margin: 24px 0 28px; }

  .v5-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v5-trust-grid article { padding: 22px 10px 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
  .v5-trust-grid article:nth-child(2n) { border-right: 0; }
  .v5-trust-grid article:nth-child(n+3) { border-bottom: 0; }
  .v5-trust-grid .material-symbols-outlined { width: 54px; height: 54px; margin-bottom: 12px; font-size: 28px; }
  .v5-trust-grid h3 { margin-bottom: 6px; font-size: 1.42rem; }
  .v5-trust-grid p { font-size: .98rem; line-height: 1.34; }

  .v5-price-grid { grid-template-columns: 1fr; }
  .v5-price-card { padding: 32px 24px; border-radius: 24px; }
  .v5-faq { gap: 14px; }
  .v5-faq-list summary { min-height: 72px; font-size: 1.34rem; }
  .v5-faq-list p { padding-right: 24px; font-size: 1.05rem; }

  .v5-intake { gap: 30px; background: linear-gradient(160deg, #fffaf0 0%, #f7e5c6 100%); }
  .v5-intake-intro h2 { font-size: clamp(3.55rem, 13.8vw, 4.65rem); }
  .v5-intake-intro > p:not(.v5-kicker) { font-size: 1.2rem; }
  .v5-form-progress { grid-template-columns: repeat(4, 1fr); margin: 34px 0 32px; }
  .v5-form-progress li { padding: 24px 3px 0; border-top: 1px solid var(--line-dark); border-left: 0; text-align: center; font-size: .92rem; line-height: 1.2; }
  .v5-form-progress li::before { top: -9px; left: calc(50% - 8px); }
  .v5-intake-assurance { padding-top: 20px; }
  .v5-intake-assurance p { font-size: 1.08rem; }
  .form-columns { gap: 20px; }
  .v5-field-grid, .package-selector { grid-template-columns: 1fr; }
  .intake-form fieldset { padding: 24px 20px; border-radius: 21px; }
  .intake-form legend { font-size: 1.68rem; }
  .intake-form fieldset > label, .v5-field-grid > label, .contact-form label { font-size: 1.06rem; }

  .v5-contact { grid-template-columns: 1fr; gap: 28px; }
  .v5-sticky-cta { display: flex; }
  body.has-v5-sticky { padding-bottom: 0; }
  .v5-footer { grid-template-columns: 1fr; gap: 20px; padding: 38px 24px 104px; }
  .v5-footer nav { flex-wrap: wrap; }
  .v5-footer small { grid-column: auto; }
  .analytics-consent { right: 12px; bottom: 12px; width: calc(100% - 24px); }
}

@media (max-width: 390px) {
  .v5-hero-content { padding-inline: 21px; }
  .v5-hero h1 { font-size: 3.35rem; }
  .v5-sticky-cta { right: 12px; left: 12px; }
  .v5-sticky-cta strong { font-size: 1.34rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
