:root {
  --navy: #071d2d;
  --navy-2: #0d2a3c;
  --ink: #152c35;
  --cream: #f6f0e6;
  --paper: #fffdf8;
  --gold: #bc8b3b;
  --gold-light: #e7ca83;
  --sage: #75816f;
  --muted: #69777b;
  --line: #dce1dc;
  --shadow: 0 30px 80px rgba(7,29,45,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
h1, h2, h3, blockquote { margin-top: 0; font-family: "Newsreader", serif; font-weight: 600; line-height: 1.03; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 14px; color: white; background: var(--navy); }
.skip-link:focus { top: 16px; }
.section-label { margin: 0; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-label.light { color: var(--gold-light); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 57px; padding: 0 25px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy); background: var(--gold-light); box-shadow: 0 16px 36px rgba(188,139,59,.22); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 25px 0; color: white; }
.site-header.scrolled { position: fixed; padding: 12px 0; background: rgba(7,29,45,.95); box-shadow: 0 12px 34px rgba(0,0,0,.15); backdrop-filter: blur(18px); animation: headerIn .3s ease; }
@keyframes headerIn { from { transform: translateY(-100%); } }
.nav { display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; }
.brand img { width: clamp(180px, 18vw, 235px); height: auto; }
.nav-promise { margin: 0 auto; color: rgba(255,255,255,.5); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(231,202,131,.5); border-radius: 999px; color: var(--gold-light); font-size: 12px; font-weight: 800; text-decoration: none; }
.nav-cta span { margin-left: 8px; }

.hero { position: relative; min-height: 900px; overflow: hidden; color: white; background: var(--navy) url("assets/family-legacy.png") 59% center / cover no-repeat; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,29,45,.99) 0%, rgba(7,29,45,.93) 43%, rgba(7,29,45,.38) 73%, rgba(7,29,45,.12)), linear-gradient(0deg, rgba(7,29,45,.55), transparent 44%); }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 900px; padding: 145px 0 95px; }
.hero-copy { max-width: 740px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1 { margin: 25px 0 22px; font-size: clamp(65px, 8.1vw, 112px); letter-spacing: -.063em; }
.hero h1 em { color: var(--gold-light); font-style: italic; font-weight: 500; }
.hero-lead { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(18px,2vw,21px); }
.hero-declaration { margin: 15px 0 0; color: var(--gold-light); font-family: "Newsreader",serif; font-size: clamp(25px,3vw,36px); font-style: italic; }
.hero-benefits { display: grid; grid-template-columns: 1fr; gap: 8px; margin: 25px 0 0; padding: 0; color: rgba(255,255,255,.72); font-size: 13px; list-style: none; }
.hero-benefits span { margin-right: 7px; color: var(--gold-light); }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.hero-actions p { margin: 0; color: white; font-size: 12px; line-height: 1.3; }
.hero-actions strong { color: var(--gold-light); font-family: "Newsreader", serif; font-size: 26px; }
.hero-actions small { color: rgba(255,255,255,.48); }
.hero-watch { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: 12px; font-weight: 800; text-decoration: none; }
.hero-watch span { display: grid; place-items: center; width: 34px; height: 34px; padding-left: 2px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 12px; }
.trust-note { display: flex; align-items: center; gap: 14px; margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.family-faces { display: flex; }
.family-faces span { display: grid; place-items: center; width: 32px; height: 32px; margin-left: -6px; border: 2px solid var(--navy); border-radius: 50%; color: var(--navy); background: var(--gold-light); font-size: 12px; font-weight: 800; }
.family-faces span:first-child { margin-left: 0; }
.family-faces span:nth-child(2) { background: #d5ddd1; }
.family-faces span:nth-child(3) { background: #f2e7d0; }
.trust-note p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.4; }
.trust-note strong { color: white; }

.urgency-section { padding: 105px 0; color: white; background: #0a2435; }
.urgency-inner { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px 100px; }
.urgency-heading h2 { margin: 15px 0 0; font-size: clamp(45px,5.3vw,70px); letter-spacing: -.05em; }
.loss-list { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.14); }
.loss-list article { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 25px 20px 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.loss-list article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.14); }
.loss-list article:nth-child(even) { padding-left: 20px; }
.loss-list span { color: var(--gold-light); font-family: "Newsreader",serif; font-size: 18px; }
.loss-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.55; }
.loss-list strong { display: block; margin-bottom: 4px; color: white; font-size: 16px; }
.trust-answers { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.04); }
.trust-answers p { margin: 0; padding: 18px; border-right: 1px solid rgba(255,255,255,.12); font-size: 13px; text-align: center; }
.trust-answers p:last-child { border: 0; }
.trust-answers span { margin-right: 6px; color: var(--gold-light); }

.emotion-section { padding: 115px 0; background: var(--paper); }
.emotion-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 90px; align-items: center; }
.emotion-copy h2, .section-heading h2, .pricing-copy h2, .faq-heading h2 { margin: 16px 0 22px; color: var(--navy); font-size: clamp(47px,5.8vw,74px); letter-spacing: -.052em; }
.emotion-copy > p:not(.section-label) { color: var(--muted); font-size: 16px; }
.emotion-quote { padding-top: 22px; border-top: 1px solid var(--line); color: var(--navy) !important; font-family: "Newsreader", serif; font-size: 23px !important; font-style: italic; }
.film-card { position: relative; height: 500px; overflow: hidden; padding: 0; border: 0; border-radius: 30px 30px 160px 30px; color: white; background: var(--navy); box-shadow: var(--shadow); text-align: left; }
.story-video { width: 100%; height: 100%; display: block; object-fit: cover; }
.film-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,29,45,.9), transparent 65%); }
.play-button { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 78px; height: 78px; padding-left: 5px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: white; background: rgba(7,29,45,.48); backdrop-filter: blur(8px); cursor: pointer; transform: translate(-50%,-50%); transition: transform .2s ease, background .2s ease; }
.play-button:hover { background: rgba(7,29,45,.72); transform: translate(-50%,-50%) scale(1.05); }
.film-caption { position: absolute; right: 35px; bottom: 32px; left: 35px; font-family: "Newsreader", serif; font-size: 28px; }
.film-caption small { display: block; margin-bottom: 4px; color: var(--gold-light); font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.film-shade,.play-button,.film-caption { transition: opacity .25s ease, visibility .25s ease; }
.film-card.is-playing .film-shade,.film-card.is-playing .play-button,.film-card.is-playing .film-caption { opacity: 0; visibility: hidden; pointer-events: none; }

.gallery-section { padding: 120px 0; background: var(--cream); }
.section-heading { max-width: 800px; margin-bottom: 55px; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 16px; }
.section-heading.center { margin: 0 auto 60px; text-align: center; }
.memorial-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px; align-items: start; }
.phone-showcase { min-width: 0; text-align: center; }
.iphone-frame { position: relative; width: min(100%,340px); height: 680px; margin: 0 auto; padding: 12px; border: 3px solid #22262a; border-radius: 52px; background: #080a0c; box-shadow: 0 28px 65px rgba(7,29,45,.2), inset 0 0 0 1px rgba(255,255,255,.16); }
.iphone-frame::before { position: absolute; z-index: 3; top: 19px; left: 50%; width: 96px; height: 27px; border-radius: 99px; background: #050607; box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); content: ""; transform: translateX(-50%); pointer-events: none; }
.iphone-frame::after { position: absolute; z-index: 3; bottom: 18px; left: 50%; width: 112px; height: 4px; border-radius: 99px; background: rgba(255,255,255,.76); content: ""; transform: translateX(-50%); pointer-events: none; }
.iphone-screen { width: 100%; height: 100%; overflow: hidden; border-radius: 39px; background: white; }
.iphone-screen iframe { display: block; width: 100%; height: 100%; border: 0; background: white; }
.phone-caption { padding-top: 20px; }
.phone-caption h3 { margin: 0 0 5px; color: var(--navy); font-size: 25px; }
.phone-caption a { color: var(--gold); font-size: 15px; font-weight: 800; text-decoration: none; }
.phone-caption a:hover { text-decoration: underline; text-underline-offset: 4px; }
.gallery-note { margin: 28px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.gallery-note a { color: var(--gold); font-weight: 800; }

.steps-section { padding: 115px 0; color: white; background: var(--navy); }
.steps-section .section-heading h2 { color: white; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.step { position: relative; min-height: 320px; padding: 44px 38px; border-right: 1px solid rgba(255,255,255,.14); }
.step:last-child { border: 0; }
.step-number { position: absolute; top: 19px; right: 24px; color: rgba(255,255,255,.12); font-family: "Newsreader",serif; font-size: 47px; }
.step-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 46px; border-radius: 50%; color: var(--navy); background: var(--gold-light); font-size: 23px; }
.step h3 { margin-bottom: 12px; font-size: 31px; }
.step p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }

.founder-section { padding: 120px 0; background: var(--paper); }
.founder-grid { display: grid; grid-template-columns: .82fr 1fr; gap: 95px; align-items: center; }
.founder-image { position: relative; }
.founder-image img { height: 590px; object-fit: cover; border-radius: 180px 180px 20px 20px; box-shadow: var(--shadow); }
.founder-image span { position: absolute; right: -24px; bottom: 35px; padding: 13px 17px; color: white; background: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.founder-copy h2 { margin: 16px 0 22px; color: var(--navy); font-size: clamp(46px,5.5vw,70px); letter-spacing: -.05em; }
.founder-copy > p:not(.section-label) { color: var(--muted); font-size: 15px; }
.founder-copy blockquote { margin: 28px 0; padding: 22px 0 22px 24px; border-left: 2px solid var(--gold); color: var(--navy); font-size: 27px; font-style: italic; }
.founder-copy > a { color: var(--gold); font-size: 12px; font-weight: 800; text-decoration: none; }
.founder-copy > a span { margin-left: 8px; }

.pricing-section { padding: 125px 0; background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: 1fr 490px; gap: 100px; align-items: center; }
.pricing-copy h2 em { color: var(--gold); font-style: italic; }
.pricing-copy > p:not(.section-label) { max-width: 580px; color: var(--muted); font-size: 16px; }
.value-comparison { display: grid; grid-template-columns: repeat(3,1fr); max-width: 620px; margin-top: 30px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.value-comparison > div { padding: 16px; border-right: 1px solid var(--line); background: var(--cream); }
.value-comparison > div:last-child { border: 0; }
.value-comparison span,.value-comparison strong,.value-comparison small { display: block; }
.value-comparison span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.value-comparison strong { color: var(--navy); font-family: "Newsreader",serif; font-size: 25px; }
.value-comparison b { display: block; color: var(--gold); font-size: 15px; line-height: 1.25; }
.value-comparison small { color: var(--muted); font-size: 12px; }
.value-comparison .forever-value { color: white; background: var(--navy); }
.value-comparison .forever-value span,.value-comparison .forever-value small { color: rgba(255,255,255,.55); }
.value-comparison .forever-value strong { color: var(--gold-light); }
.value-comparison .forever-value b { color: white; }
.promise { display: flex; gap: 16px; max-width: 500px; margin-top: 35px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }
.promise > span { display: grid; place-items: center; flex: 0 0 43px; height: 43px; border-radius: 50%; color: white; background: var(--sage); font-family: "Newsreader",serif; font-size: 25px; }
.promise p { margin: 0; color: var(--muted); font-size: 12px; }
.promise strong { display: block; color: var(--navy); font-size: 13px; }
.price-card { position: relative; padding: 42px; border: 1px solid rgba(188,139,59,.4); border-radius: 26px; background: var(--cream); box-shadow: var(--shadow); }
.offer-tag { position: absolute; top: 17px; right: 17px; padding: 6px 9px; border-radius: 99px; color: var(--navy); background: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.plan-name { margin: 0 0 16px; color: var(--navy); font-family: "Newsreader",serif; font-size: 28px; }
.price { padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.old-price { display: block; color: #8b9698; font-size: 15px; text-decoration: line-through; }
.price strong { display: block; color: var(--navy); font-family: "Newsreader",serif; font-size: 65px; line-height: 1; letter-spacing: -.05em; }
.usd-price { display: block; margin: 5px 0 2px; color: var(--gold); font-family: "Newsreader",serif; font-size: 29px; font-weight: 600; line-height: 1; }
.price small { color: var(--muted); font-size: 12px; }
.price-card ul { margin: 25px 0; padding: 0; list-style: none; }
.price-card li { margin: 11px 0; color: var(--ink); font-size: 13px; }
.price-card li span { margin-right: 8px; color: var(--gold); font-weight: 800; }
.purchase-button { width: 100%; }
.secure-note { margin: 13px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.secure-note span { color: var(--sage); }

.testimonial-section { padding: 120px 0; background: var(--cream); }
.testimonial-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 80px; align-items: center; }
.testimonial-image { position: relative; }
.testimonial-image img { height: 550px; object-fit: cover; border-radius: 180px 180px 18px 18px; box-shadow: var(--shadow); }
.testimonial-image span { position: absolute; right: -25px; bottom: 32px; padding: 12px 16px; color: white; background: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.testimonial { margin: 0; }
.quote-mark { height: 65px; color: var(--gold); font-family: "Newsreader",serif; font-size: 100px; line-height: 1; }
.testimonial blockquote { margin: 0 0 30px; color: var(--navy); font-size: clamp(34px,4.3vw,53px); letter-spacing: -.04em; }
.testimonial figcaption { display: flex; align-items: center; gap: 13px; }
.testimonial figcaption > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: white; background: var(--sage); font-size: 12px; font-weight: 800; }
.testimonial figcaption p { margin: 0; font-size: 12px; }
.testimonial figcaption strong,.testimonial figcaption small { display: block; }
.testimonial figcaption small { color: var(--muted); }

.assurance-section { padding: 110px 0; color: white; background: var(--navy); }
.assurance-heading { display: grid; grid-template-columns: .45fr 1fr; gap: 70px; align-items: start; margin-bottom: 55px; }
.assurance-heading h2 { margin: 0; max-width: 850px; font-size: clamp(43px,5.3vw,68px); letter-spacing: -.05em; }
.assurance-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.assurance-grid article { padding: 35px; border-right: 1px solid rgba(255,255,255,.14); }
.assurance-grid article:last-child { border: 0; }
.assurance-grid span { color: var(--gold-light); font-family: "Newsreader",serif; font-size: 20px; }
.assurance-grid h3 { margin: 30px 0 10px; font-size: 29px; }
.assurance-grid p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }

.faq-section { padding: 120px 0; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .76fr 1fr; gap: 100px; }
.faq-heading > p:last-child { color: var(--muted); font-size: 15px; }
.accordions { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; color: var(--navy); font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--gold); font-size: 23px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 45px 24px 0; color: var(--muted); font-size: 13px; }

.final-section { position: relative; overflow: hidden; padding: 115px 0; color: white; background: var(--navy) url("assets/family-legacy.png") center / cover no-repeat; }
.final-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,29,45,.8), rgba(7,29,45,.9)); }
.final-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; }
.final-film { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: #02080c; box-shadow: 0 35px 80px rgba(0,0,0,.32); }
.final-video { display: block; width: 100%; aspect-ratio: 478 / 272; object-fit: cover; }
.final-film > span { position: absolute; top: 16px; left: 16px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; color: white; background: rgba(7,29,45,.64); backdrop-filter: blur(8px); font-size: 12px; font-weight: 800; letter-spacing: .1em; pointer-events: none; text-transform: uppercase; }
.final-content { text-align: left; }
.final-content h2 { margin: 20px 0; font-size: clamp(54px,6.5vw,84px); letter-spacing: -.06em; }
.final-content > p:not(.section-label) { margin: 0 0 30px; color: rgba(255,255,255,.7); font-size: 17px; }
.final-content > small { display: block; margin-top: 15px; color: rgba(255,255,255,.48); font-size: 12px; }

footer { padding: 46px 0 24px; color: white; background: #04131e; }
.footer-main { display: flex; align-items: center; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-main .brand img { width: 190px; }
.footer-main p { margin: 0 auto 0 0; color: rgba(255,255,255,.4); font-size: 12px; }
.footer-main > a:last-child { color: var(--gold-light); font-size: 12px; font-weight: 800; text-decoration: none; }
.footer-main > a span { margin-left: 6px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: rgba(255,255,255,.25); font-size: 12px; }
.footer-bottom a { margin-left: 20px; text-decoration: none; }
.mobile-cta { display: none; }

.checkout-modal[hidden] { display: none; }
.checkout-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(4,19,30,.82); backdrop-filter: blur(6px); }
.modal-card { position: relative; z-index: 2; width: min(480px,100%); padding: 40px; border-radius: 24px; background: var(--paper); box-shadow: 0 35px 90px rgba(0,0,0,.4); }
.modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--muted); background: var(--cream); font-size: 24px; cursor: pointer; }
.modal-card h2 { margin: 10px 0 5px; color: var(--navy); font-size: 40px; }
.modal-card > p:not(.section-label) { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.modal-card label { display: block; margin-top: 15px; color: var(--navy); font-size: 12px; font-weight: 800; }
.modal-card input { width: 100%; height: 50px; margin-top: 6px; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; outline: 0; }
.modal-card input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(188,139,59,.12); }
.modal-card form .button { width: 100%; margin-top: 22px; }
.modal-card form > small { display: block; margin-top: 10px; color: var(--muted); font-size: 12px; text-align: center; }
.form-success { text-align: center; }
.form-success[hidden] { display: none; }
.form-success > span { display: grid; place-items: center; width: 58px; height: 58px; margin: 20px auto; border-radius: 50%; color: white; background: var(--sage); }
.form-success h3 { margin: 0 0 8px; color: var(--navy); font-size: 33px; }
.form-success p { margin: 0; color: var(--muted); font-size: 13px; }

/* Funnel readability scale: 18px body copy, 16px support, 14px minimum. */
body { font-size: 18px; }
.section-label,.eyebrow,.nav-promise,.film-caption small,.memorial-name small,.memorial-name span,.founder-image span,.value-comparison span,.value-comparison small,.offer-tag,.secure-note,.testimonial-image span,.final-film > span,.final-content > small,.footer-main p,.footer-main > a:last-child,.footer-bottom,.modal-card form > small { font-size: 14px; }
.button,.nav-cta { font-size: 16px; }
.hero-benefits { font-size: 17px; }
.hero-watch { font-size: 16px; }
.hero-watch span,.family-faces span { font-size: 14px; }
.trust-note p { font-size: 15px; }
.loss-list p { font-size: 16px; }
.loss-list strong { font-size: 18px; }
.trust-answers p { font-size: 15px; }
.emotion-copy > p:not(.section-label),.section-heading > p:last-child,.founder-copy > p:not(.section-label),.pricing-copy > p:not(.section-label),.faq-heading > p:last-child,.final-content > p:not(.section-label) { font-size: 18px; }
.view-page { font-size: 14px; }
.gallery-note { font-size: 16px; }
.step p { font-size: 16px; }
.founder-copy > a { font-size: 16px; }
.promise p { font-size: 15px; }
.promise strong { font-size: 16px; }
.price small { font-size: 15px; }
.price-card li { font-size: 16px; }
.testimonial figcaption > span { font-size: 14px; }
.testimonial figcaption p { font-size: 15px; }
.assurance-grid p { font-size: 16px; }
summary { font-size: 17px; }
details p { font-size: 16px; }
.modal-card > p:not(.section-label),.form-success p { font-size: 16px; }
.modal-card label { font-size: 15px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 900px) {
  .emotion-grid,.pricing-grid,.testimonial-grid,.faq-grid,.founder-grid { gap: 50px; }
  .pricing-grid { grid-template-columns: 1fr 430px; }
  .iphone-frame { height: 620px; }
}
@media (max-width: 720px) {
  .shell { width: min(100% - 32px,590px); }
  .nav-promise,.nav-cta { display: none; }
  .hero { min-height: auto; }
  .hero { background-position: 64% center; }
  .hero-video { opacity: .56; }
  .hero-overlay { background: linear-gradient(90deg,rgba(7,29,45,.97),rgba(7,29,45,.72)); }
  .hero-inner { min-height: auto; padding: 130px 0 85px; }
  .hero h1 { font-size: clamp(56px,16vw,80px); }
  .hero-benefits { grid-template-columns: 1fr; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .emotion-section,.gallery-section,.steps-section,.pricing-section,.testimonial-section,.faq-section,.urgency-section,.founder-section,.assurance-section { padding: 78px 0; }
  .emotion-grid,.pricing-grid,.testimonial-grid,.faq-grid,.founder-grid,.urgency-inner { grid-template-columns: 1fr; gap: 55px; }
  .loss-list { grid-template-columns: 1fr; }
  .loss-list article:nth-child(odd) { border-right: 0; }
  .loss-list article:nth-child(even) { padding-left: 0; }
  .trust-answers { grid-template-columns: repeat(2,1fr); }
  .trust-answers p:nth-child(2) { border-right: 0; }
  .trust-answers p:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .film-card { height: 430px; border-radius: 25px 25px 100px 25px; }
  .memorial-gallery { display: grid; grid-auto-columns: 84%; grid-auto-flow: column; grid-template-columns: none; gap: 14px; overflow-x: auto; padding: 0 16px 18px; margin-inline: -16px; scroll-snap-type: x mandatory; }
  .phone-showcase { scroll-snap-align: center; }
  .iphone-frame { width: 100%; height: 650px; }
  .steps { display: block; }
  .step { min-height: auto; padding: 38px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .step-icon { margin-bottom: 28px; }
  .founder-image img { height: 490px; }
  .founder-image span { right: -5px; }
  .pricing-copy h2,.emotion-copy h2,.section-heading h2,.faq-heading h2,.founder-copy h2 { font-size: clamp(44px,13vw,62px); }
  .value-comparison { grid-template-columns: 1fr; }
  .value-comparison > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .price-card { padding: 35px 24px; }
  .testimonial-image img { height: 480px; }
  .testimonial-image span { right: -5px; }
  .assurance-heading { grid-template-columns: 1fr; gap: 18px; }
  .assurance-grid { display: block; }
  .assurance-grid article { padding: 32px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .final-section { padding: 78px 0; }
  .final-layout { grid-template-columns: 1fr; gap: 46px; }
  .final-film { border-radius: 18px; }
  .final-content h2 { font-size: clamp(58px,17vw,85px); }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-main p { margin: 0; }
  .footer-bottom { flex-direction: column; gap: 12px; padding-bottom: 67px; }
  .footer-bottom a { margin: 0 18px 0 0; }
  .mobile-cta { position: fixed; z-index: 50; right: 12px; bottom: 12px; left: 12px; display: flex; justify-content: space-between; padding: 15px 20px; border-radius: 999px; color: var(--navy); background: var(--gold-light); box-shadow: 0 14px 35px rgba(7,29,45,.35); font-size: 15px; font-weight: 800; text-decoration: none; transition: opacity .2s ease,transform .2s ease; }
  .mobile-cta span { font-weight: 600; }
  .mobile-cta.hidden { opacity: 0; pointer-events: none; transform: translateY(15px); }
  .modal-card { padding: 35px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .hero-video { display: none; }
  .reveal { opacity: 1; transform: none; }
}
