:root {
  --ink: #07121f;
  --ink-2: #0d1c2d;
  --ink-3: #13283d;
  --paper: #f4f1e9;
  --white: #ffffff;
  --amber: #f6a620;
  --amber-2: #ffc24b;
  --steel: #9fb0c2;
  --line: rgba(255,255,255,.14);
  --dark-line: rgba(7,18,31,.14);
  --max: 1180px;
  --shadow: 0 24px 70px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
body::selection { background: var(--amber); color: var(--ink); }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 1000; background: var(--amber); padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 76px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(7,18,31,.96); box-shadow: 0 8px 30px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; letter-spacing: .08em; font-size: .77rem; font-weight: 800; }
.brand strong { color: var(--amber); font-size: 1.35em; }
.brand-mark { width: 35px; height: 35px; color: var(--amber); }
.brand-mark svg { width: 100%; height: 100%; fill: currentColor; stroke: none; }
.brand-mark .brand-cross { fill: none; stroke: var(--ink); stroke-width: 4; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #dbe4ed; text-decoration: none; font-size: .82rem; font-weight: 700; letter-spacing: .02em; }
.desktop-nav a:hover { color: var(--amber); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; padding: 0 26px; border: 0; border-radius: 4px; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; font-size: .78rem; font-weight: 900; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; background: var(--amber); color: var(--ink); }
.button-small span { opacity: .68; }
.button-primary { background: var(--amber); color: var(--ink); box-shadow: 0 12px 30px rgba(246,166,32,.2); }
.button-primary:hover { background: var(--amber-2); box-shadow: 0 15px 36px rgba(246,166,32,.28); }
.button-dark { background: var(--ink); color: var(--white); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 790px; overflow: hidden; display: flex; align-items: center; color: var(--white); background: var(--ink); }
.hero-image { position: absolute; inset: 0; background: url("assets/family-emergency-plan-optimized.jpg") center center / cover no-repeat; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,14,25,.98) 0%, rgba(5,14,25,.92) 32%, rgba(5,14,25,.52) 56%, rgba(5,14,25,.08) 83%), linear-gradient(0deg, rgba(5,14,25,.7) 0%, transparent 35%); }
.hero-inner { position: relative; z-index: 2; padding-top: 92px; }
.hero-copy { width: min(690px, 62%); }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--amber); font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 7px rgba(246,166,32,.12); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(246,166,32,0); } }
.hero h1, h2 { margin: 0; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 690px; margin-top: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.25rem, 6vw, 6.4rem); font-weight: 400; }
.hero h1 em { display: block; color: var(--amber); font-style: italic; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #d6e0e9; font-size: clamp(1.06rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: #c4d0dc; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row svg { color: var(--amber); font-size: 1.1rem; stroke-width: 3; }
.hero-status { position: absolute; z-index: 2; right: 0; bottom: 0; display: flex; background: rgba(7,18,31,.92); backdrop-filter: blur(12px); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.hero-status div { min-width: 145px; padding: 17px 22px; border-right: 1px solid var(--line); }
.hero-status span, .hero-status strong { display: block; }
.hero-status span { color: var(--steel); font-size: .6rem; font-weight: 800; letter-spacing: .16em; }
.hero-status strong { margin-top: 4px; color: var(--amber); font-size: .75rem; letter-spacing: .08em; }

.signal-strip { background: var(--amber); color: var(--ink); overflow: hidden; }
.ticker { display: flex; justify-content: center; align-items: center; gap: 24px; min-width: max-content; padding: 14px 24px; font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.ticker i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.section-heading h2, .safe-intro h2, .guide-content h2, .statement h2, .offer-copy h2, .guarantee-wrap h2, .center-heading h2 { margin-top: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 5vw, 4.9rem); font-weight: 400; }
.body-copy p { color: #405164; }
.large-copy { color: var(--ink) !important; font-size: 1.22rem; line-height: 1.55; font-weight: 650; }
.story-image { position: relative; min-height: 510px; margin-top: 66px; overflow: hidden; background-position: center; background-size: cover; box-shadow: var(--shadow); }
.evacuation-visual { background-image: linear-gradient(90deg, rgba(7,18,31,.05) 30%, rgba(7,18,31,.92) 76%), url("assets/family-evacuation-plan-optimized.jpg"); }
.story-caption { position: absolute; z-index: 2; right: 5%; bottom: 9%; width: min(390px, 40%); padding-left: 26px; color: var(--white); border-left: 4px solid var(--amber); }
.story-caption strong { display: block; margin-top: 11px; font-family: Georgia, serif; font-size: 2.6rem; line-height: 1; font-weight: 400; }
.story-caption p { margin: 15px 0 0; color: #c3cfda; }
.disruption-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 66px; border: 1px solid var(--dark-line); }
.disruption-card { position: relative; min-height: 300px; padding: 34px 27px; background: rgba(255,255,255,.33); border-right: 1px solid var(--dark-line); }
.disruption-card:last-child { border-right: 0; }
.disruption-card::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--amber); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.disruption-card:hover::after { transform: scaleX(1); }
.icon-wrap { display: grid; place-items: center; width: 54px; height: 54px; color: var(--amber); background: var(--ink); }
.icon-wrap svg { width: 28px; height: 28px; }
.card-number { position: absolute; top: 31px; right: 26px; color: #9aa5ae; font-size: .72rem; font-weight: 800; }
.disruption-card h3 { margin: 44px 0 12px; font-size: 1.12rem; line-height: 1.2; }
.disruption-card p { margin: 0; color: #556577; font-size: .91rem; }

.safe-section { background: var(--amber); }
.kicker-dark { color: rgba(7,18,31,.64); }
.safe-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: end; }
.safe-intro p:last-child { margin-bottom: 0; }
.safe-photo { position: relative; min-height: 470px; margin-top: 62px; overflow: hidden; background: linear-gradient(90deg, rgba(7,18,31,.08) 25%, rgba(7,18,31,.72) 100%), url("assets/safe-family-preparation-optimized.jpg") center / cover no-repeat; box-shadow: 0 24px 55px rgba(7,18,31,.22); }
.safe-photo::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(7,18,31,.22); pointer-events: none; }
.safe-photo-caption { position: absolute; right: 5%; bottom: 9%; width: min(430px, 43%); padding: 25px 28px; color: var(--white); background: rgba(7,18,31,.9); border-top: 4px solid var(--amber); backdrop-filter: blur(8px); }
.safe-photo-caption span { display: block; margin-bottom: 10px; color: var(--amber); font-size: .63rem; font-weight: 900; letter-spacing: .18em; }
.safe-photo-caption strong { display: block; font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.15; font-weight: 400; }
.safe-path { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 70px; }
.safe-path::before { content: ""; position: absolute; top: 53px; left: 9%; right: 9%; height: 2px; background: rgba(7,18,31,.25); }
.safe-step { position: relative; padding: 0 24px; text-align: center; }
.safe-letter { position: relative; z-index: 2; display: grid; place-items: center; width: 106px; height: 106px; margin: 0 auto 28px; border: 2px solid var(--ink); border-radius: 50%; background: var(--amber); font-family: Georgia, serif; font-size: 3.5rem; line-height: 1; }
.safe-step:hover .safe-letter { background: var(--ink); color: var(--amber); }
.safe-content span { font-size: .63rem; font-weight: 900; letter-spacing: .16em; opacity: .55; }
.safe-content h3 { margin: 8px 0 10px; font-size: 1.13rem; letter-spacing: .03em; }
.safe-content p { margin: 0; font-size: .88rem; line-height: 1.55; }

.timeline-section { background: var(--ink); color: var(--white); }
.center-heading { max-width: 790px; margin: 0 auto; text-align: center; }
.center-heading p { max-width: 620px; margin: 24px auto 0; color: var(--steel); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 65px; }
.timeline::before { content: ""; position: absolute; top: 53px; left: 5%; right: 5%; height: 1px; background: var(--line); }
.time-card { position: relative; min-height: 315px; padding: 31px 25px; background: var(--ink-2); border: 1px solid var(--line); }
.time-card::before { content: ""; position: absolute; top: 49px; right: 22px; width: 9px; height: 9px; border: 4px solid var(--ink-2); border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 1px var(--amber); }
.time { color: var(--amber); font-family: Georgia, serif; font-size: 2.35rem; }
.time-label { display: block; margin-top: 4px; color: var(--steel); font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.time-card h3 { margin: 75px 0 12px; font-size: 1.16rem; }
.time-card p { margin: 0; color: #aebcca; font-size: .9rem; }

.guide-section { overflow: hidden; }
.guide-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; align-items: center; }
.guide-visual { position: relative; display: grid; place-items: center; min-height: 610px; overflow: hidden; background: var(--ink); }
.kit-backdrop { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(7,18,31,.1), rgba(7,18,31,.65)), url("assets/72-hour-emergency-kit-optimized.jpg") center / cover no-repeat; filter: saturate(.82); transform: scale(1.02); }
.guide-visual::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(246,166,32,.22); }
.guide-cover-image { position: relative; z-index: 2; width: min(325px, 72%); height: auto; border: 1px solid rgba(255,255,255,.18); box-shadow: 20px 25px 45px rgba(0,0,0,.55); transform: translateX(-14%) rotate(-3deg); }
.page-badge { position: absolute; z-index: 3; right: 2%; bottom: 3%; display: flex; align-items: center; gap: 9px; width: 108px; height: 108px; padding: 16px; border-radius: 50%; color: var(--ink); background: var(--amber); transform: rotate(8deg); }
.page-badge strong { font-family: Georgia, serif; font-size: 2.3rem; line-height: 1; }
.page-badge span { font-size: .46rem; font-weight: 900; line-height: 1.25; letter-spacing: .08em; }
.guide-content .large-copy { margin-top: 28px; }
.feature-list { margin-top: 34px; border-top: 1px solid var(--dark-line); }
.feature-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 16px; align-items: start; padding: 19px 0; border-bottom: 1px solid var(--dark-line); }
.feature-list span { color: var(--amber); font-size: .72rem; font-weight: 900; }
.feature-list p { margin: 0; color: #536477; }
.feature-list strong { color: var(--ink); }

.preview-section { scroll-margin-top: 70px; overflow: hidden; color: var(--ink); background: var(--white); }
.preview-heading { text-align: center; }
.preview-heading h2 { font-size: clamp(1.85rem, 3.4vw, 2.65rem); font-weight: 950; line-height: 1.05; letter-spacing: -.045em; }
.preview-heading > p { max-width: 680px; margin: 24px auto 0; color: #566270; font-size: 1.02rem; }
.preview-gallery-shell { position: relative; margin-top: 42px; }
.preview-gallery { display: flex; align-items: flex-start; gap: 16px; padding: 6px 4px 18px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.preview-gallery::-webkit-scrollbar { display: none; }
.preview-card { display: flex; flex: 0 0 auto; flex-direction: column; width: 300px; margin: 0; overflow: hidden; color: var(--ink); background: var(--white); border: 1px solid #e2e6e4; box-shadow: 0 10px 30px rgba(0,0,0,.1); scroll-snap-align: center; }
.preview-card img { width: 100%; height: auto; aspect-ratio: 680 / 960; object-fit: contain; background: var(--ink); }
.preview-card strong { display: grid; place-items: center; height: 48px; min-height: 48px; padding: 8px 13px; text-align: center; font-size: .78rem; line-height: 1.3; }
.preview-nav { position: absolute; z-index: 4; top: 50%; display: grid; place-items: center; width: 52px; height: 52px; padding: 0; color: var(--white); background: var(--ink); border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 10px 26px rgba(7,18,31,.25); cursor: pointer; transform: translateY(-50%); transition: color .2s, background .2s, opacity .2s, transform .2s; }
.preview-nav:hover:not(:disabled) { color: var(--ink); background: var(--amber); transform: translateY(-50%) scale(1.06); }
.preview-nav:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.preview-nav:disabled { opacity: .25; cursor: default; }
.preview-nav svg { width: 25px; height: 25px; stroke-width: 2.5; }
.preview-nav-prev { left: -26px; }
.preview-nav-next { right: -26px; }
.preview-swipe { margin: 12px 0 0; color: #6b7480; text-align: center; font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.preview-mobile-hint { display: none; }

.contents-section { color: var(--white); background: var(--ink-3); }
.kicker-light { color: var(--amber); }
.contents-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.content-item { min-height: 245px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.content-item > span { color: var(--amber); font-size: .7rem; font-weight: 900; }
.content-item h3 { margin: 45px 0 11px; font-size: 1.06rem; }
.content-item p { margin: 0; color: #9fb0c2; font-size: .87rem; }

.no-bunker-section { background: #e8e4da; }
.no-bunker-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.statement h2 em { color: #a76500; }
.comparison { border-top: 1px solid var(--dark-line); }
.compare-row { display: grid; grid-template-columns: 35px 1fr; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--dark-line); }
.compare-row span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; font-weight: 900; }
.compare-row p { margin: 0; font-weight: 700; }
.compare-row.muted { color: #89929a; }
.compare-row.muted span { border: 1px solid #a7adb2; }
.compare-row.positive span { color: var(--ink); background: var(--amber); }

.offer-section { color: var(--white); background: var(--ink); }
.offer-card { display: grid; grid-template-columns: 1.25fr .75fr; overflow: hidden; background: var(--amber); color: var(--ink); box-shadow: var(--shadow); }
.offer-copy { padding: 70px; }
.offer-copy h2 { font-size: clamp(2.6rem, 4.6vw, 4.5rem); }
.offer-copy > p { max-width: 620px; font-size: 1.12rem; }
.offer-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; margin: 32px 0 0; padding: 0; list-style: none; }
.offer-list li { position: relative; padding-left: 23px; font-size: .9rem; font-weight: 750; }
.offer-list li::before { content: "✓"; position: absolute; left: 0; font-weight: 1000; }
.price-panel { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 54px; text-align: center; color: var(--white); background: var(--ink-2); }
.digital-label { color: var(--steel); font-size: .66rem; font-weight: 900; letter-spacing: .15em; }
.price { display: flex; align-items: flex-start; margin: 17px 0 0; line-height: .9; }
.price sup { margin-top: 12px; color: var(--amber); font-size: 1.5rem; font-weight: 800; }
.price strong { font-family: Georgia, serif; font-size: 6.8rem; font-weight: 400; }
.price > span { margin-top: 15px; font-size: 1.75rem; font-weight: 800; }
.price-panel > p { margin: 10px 0 24px; color: var(--steel); font-size: .78rem; }
.secure-note { display: flex; align-items: center; gap: 7px; margin-top: 13px; color: #95a6b7; font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; }
.secure-note svg { width: 15px; height: 15px; }
.guarantee-mini { display: flex; align-items: center; gap: 11px; margin-top: 23px; padding-top: 22px; border-top: 1px solid var(--line); }
.guarantee-mini strong { color: var(--amber); font-family: Georgia, serif; font-size: 2.5rem; line-height: 1; }
.guarantee-mini span { text-align: left; font-size: .56rem; font-weight: 900; line-height: 1.4; letter-spacing: .1em; }

.guarantee-section { background: var(--white); }
.guarantee-wrap { display: grid; grid-template-columns: 190px 1fr; gap: 55px; align-items: center; max-width: 920px; }
.guarantee-badge { width: 190px; height: auto; filter: drop-shadow(0 14px 22px rgba(7,18,31,.16)); }
.guarantee-wrap h2 { margin-top: 14px; font-size: 3.4rem; }
.guarantee-wrap p { color: #526375; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9%; align-items: start; }
.section-heading > p { color: #667687; }
.faq-list { border-top: 1px solid var(--dark-line); }
details { border-bottom: 1px solid var(--dark-line); }
summary { position: relative; padding: 23px 45px 23px 0; list-style: none; cursor: pointer; font-size: 1rem; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span, summary span::after { position: absolute; top: 50%; right: 4px; width: 17px; height: 2px; background: var(--ink); content: ""; transition: transform .2s; }
summary span::after { top: 0; right: 0; transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { margin: -4px 0 24px; padding-right: 50px; color: #566779; }

.final-cta { padding: 125px 0; color: var(--white); text-align: center; background: radial-gradient(circle at 50% 40%, #193a55 0%, var(--ink) 58%); }
.final-cta-inner { max-width: 900px; }
.final-cta h2 { margin: 21px 0 25px; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; }
.final-cta p { color: #bac7d3; font-size: 1.08rem; }
.final-cta .button { margin-top: 16px; }
.final-note { display: block; margin-top: 17px; color: #8fa2b4; font-size: .72rem; }

footer { padding: 48px 0 120px; color: #899aaa; background: #040b13; }
.footer-top { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { color: var(--white); }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: #a6b5c2; font-size: .74rem; text-decoration: none; }
.disclaimer { padding-top: 24px; font-size: .68rem; line-height: 1.65; }
.disclaimer p:first-child { max-width: 900px; }

.mobile-buybar { display: none; }
.checkout-toast { position: fixed; z-index: 300; left: 50%; bottom: 24px; padding: 13px 20px; color: var(--white); background: #13283d; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; box-shadow: var(--shadow); font-size: .8rem; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .25s, transform .25s; }
.checkout-toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { min-height: 760px; }
  .hero-image { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,14,25,.98) 0%, rgba(5,14,25,.9) 52%, rgba(5,14,25,.4) 100%); }
  .hero-copy { width: 75%; }
  .hero-status { display: none; }
  .story-image { min-height: 440px; }
  .story-caption { width: 46%; }
  .disruption-grid, .timeline, .contents-grid { grid-template-columns: 1fr 1fr; }
  .disruption-card:nth-child(2) { border-right: 0; }
  .disruption-card { border-bottom: 1px solid var(--dark-line); }
  .safe-path { grid-template-columns: 1fr 1fr; gap: 48px 0; }
  .safe-photo { min-height: 420px; }
  .safe-path::before { display: none; }
  .guide-grid { gap: 6%; }
  .guide-visual { min-height: 510px; }
  .offer-copy { padding: 54px 42px; }
  .price-panel { padding: 44px 28px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, var(--max)); }
  .section { padding: 58px 0; }
  .threat-section { padding-bottom: 42px; }
  .safe-section { padding-top: 44px; }
  .no-bunker-section { padding-bottom: 42px; }
  .offer-section { padding-top: 42px; }
  .site-header { height: 66px; }
  .site-header .button-small { display: none; }
  .brand-mark { width: 31px; height: 31px; }
  .hero { min-height: auto; align-items: flex-end; }
  .hero-image {
    inset: 0 0 auto;
    height: 125vw;
    max-height: 600px;
    background-color: var(--ink);
    background-image: url("assets/family-emergency-plan-mobile-optimized.jpg");
    background-position: center top;
    background-size: 100% auto;
    transform: none;
  }
  .hero-overlay { background: linear-gradient(0deg, var(--ink) 0%, var(--ink) 43%, rgba(7,18,31,.82) 56%, rgba(7,18,31,.1) 78%, rgba(7,18,31,.2) 100%); }
  .hero-inner { padding: min(84vw, 405px) 0 54px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(2.5rem, 11.5vw, 3.5rem); line-height: .96; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 25px; }
  .trust-row span { width: 100%; }
  .ticker { justify-content: flex-start; animation: ticker 24s linear infinite; }
  @keyframes ticker { to { transform: translateX(-45%); } }
  .split-grid, .safe-intro, .guide-grid, .no-bunker-grid, .offer-card, .faq-grid { grid-template-columns: 1fr; }
  .split-grid, .safe-intro, .no-bunker-grid, .faq-grid { gap: 34px; }
  .story-image { min-height: 610px; margin-top: 45px; background-color: var(--ink); background-position: center top; background-size: 100% auto; background-repeat: no-repeat; }
  .evacuation-visual { background-image: linear-gradient(0deg, rgba(7,18,31,.98) 0%, rgba(7,18,31,.88) 18%, rgba(7,18,31,.08) 58%), url("assets/family-evacuation-plan-mobile-optimized.jpg"); }
  .story-caption { right: 24px; bottom: 96px; left: 24px; width: auto; }
  .story-caption strong { font-size: 2.15rem; }
  .disruption-grid, .timeline, .contents-grid { grid-template-columns: 1fr; }
  .disruption-card { min-height: auto; border-right: 0; }
  .safe-path { grid-template-columns: 1fr; }
  .safe-photo {
    min-height: 610px;
    margin-top: 44px;
    background-color: var(--ink);
    background-image: linear-gradient(0deg, rgba(7,18,31,.94) 0%, rgba(7,18,31,.08) 42%), url("assets/safe-family-preparation-mobile-optimized.jpg");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .safe-photo-caption { right: 20px; bottom: 20px; left: 20px; width: auto; }
  .safe-step { display: grid; grid-template-columns: 84px 1fr; gap: 22px; padding: 0; text-align: left; }
  .safe-letter { width: 84px; height: 84px; margin: 0; font-size: 2.7rem; }
  .timeline::before { display: none; }
  .time-card { min-height: auto; }
  .time-card h3 { margin-top: 35px; }
  .guide-grid { gap: 50px; }
  .guide-visual { min-height: 560px; }
  .guide-cover-image { transform: translateX(-14%) rotate(-3deg); }
  .page-badge { right: 1%; bottom: 2%; gap: 5px; width: 94px; height: 94px; padding: 12px; }
  .page-badge strong { font-size: 2rem; }
  .page-badge span { font-size: .4rem; letter-spacing: .05em; }
  .kit-backdrop {
    background-image: linear-gradient(120deg, rgba(7,18,31,.12), rgba(7,18,31,.56)), url("assets/72-hour-emergency-kit-mobile-optimized.jpg");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: none;
  }
  .preview-section { padding-bottom: 52px; }
  .preview-heading h2 { font-size: 1.9rem; }
  .preview-heading > p { margin-top: 16px; font-size: .94rem; }
  .preview-gallery-shell { margin-top: 34px; }
  .preview-gallery { gap: 14px; margin: 0 -16px; padding: 6px 16px 18px; }
  .preview-card { width: min(76vw, 300px); }
  .preview-nav, .preview-desktop-hint { display: none; }
  .preview-mobile-hint { display: inline; }
  .contents-grid { border-left: 0; }
  .content-item { min-height: auto; border-left: 1px solid var(--line); }
  .content-item h3 { margin-top: 28px; }
  .offer-copy { padding: 43px 27px; }
  .offer-list { grid-template-columns: 1fr; }
  .price-panel { padding: 45px 27px; }
  .guarantee-wrap { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .guarantee-badge { width: min(240px, 72vw); margin: 0 auto; }
  .footer-top { flex-direction: column; }
  footer { padding-bottom: 100px; }
  .mobile-buybar { position: fixed; z-index: 200; inset: auto 0 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px; color: var(--white); background: rgba(7,18,31,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(0,0,0,.22); }
  .mobile-buybar div span, .mobile-buybar div strong { display: block; }
  .mobile-buybar div span { color: var(--steel); font-size: .52rem; font-weight: 900; letter-spacing: .1em; }
  .mobile-buybar div strong { color: var(--amber); font-size: 1.2rem; }
  .mobile-buybar .button { min-height: 45px; padding: 0 17px; }
}

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