:root {
  --ink: #203744;
  --muted: #62727a;
  --petrol: #2d6f73;
  --petrol-dark: #173e45;
  --petrol-soft: #dff2ef;
  --cream: #fbf5e9;
  --paper: #fffdf9;
  --gold: #c58a2c;
  --gold-soft: #f5dfae;
  --lavender: #eadcf1;
  --blue: #dcebf7;
  --green: #e1ebcf;
  --peach: #fde0c9;
  --line: rgba(32,55,68,.13);
  --shadow: 0 25px 70px rgba(24,57,64,.16);
  --shadow-soft: 0 15px 38px rgba(24,57,64,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }
main { overflow: hidden; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 108px 0; }
.section-label { display: inline-block; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(48px, 6vw, 79px); }
h2 { font-size: clamp(39px, 4.2vw, 59px); }
h3 { font-size: 26px; }
p { line-height: 1.72; }

.announcement { padding: 10px 20px; text-align: center; background: var(--petrol-dark); color: #fff9e9; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,249,.94); border-bottom: 1px solid rgba(32,55,68,.08); backdrop-filter: blur(15px); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }

/* Logo oficial Alfa Kids — cabeçalho horizontal */
.site-header .brand-official {
  width: 300px;
  height: auto;
  flex: 0 0 300px;
  overflow: visible;
  border-radius: 0;
}
.site-header .brand-logo-official {
  display: block;
  width: 100%;
  height: auto;
  max-height: 84px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
}
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; background: var(--petrol); color: #fff; font-family: Georgia, serif; font-size: 29px; line-height: 1; box-shadow: 0 8px 20px rgba(45,111,115,.22); }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy b { font-size: 15px; letter-spacing: .11em; }
.brand-copy small { margin-top: 1px; color: var(--muted); font-family: Georgia, serif; font-style: italic; font-size: 11px; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { color: #49616b; font-size: 13px; font-weight: 700; }
.site-header nav a:hover { color: var(--petrol); }
.header-cta, .primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; border: 0; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.header-cta { padding: 13px 21px; background: var(--petrol); color: #fff; font-size: 12px; }
.primary-button { min-height: 57px; padding: 0 27px; background: var(--petrol); color: #fff; box-shadow: 0 14px 30px rgba(45,111,115,.22); }
.primary-button:hover, .header-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 35px rgba(45,111,115,.28); }
.secondary-button { min-height: 57px; padding: 0 25px; border: 1px solid rgba(32,55,68,.18); background: rgba(255,255,255,.62); }
.secondary-button:hover { transform: translateY(-2px); background: #fff; }

.hero { position: relative; padding: 86px 0 75px; overflow: hidden; background: radial-gradient(circle at 8% 5%, rgba(245,223,174,.74), transparent 28%), radial-gradient(circle at 88% 27%, rgba(220,235,247,.85), transparent 31%), linear-gradient(135deg, #fffdf8 0%, #f4f1e7 100%); }
.hero:after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(32,55,68,.12), transparent); }
.hero-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(45,111,115,.09); }
.orbit-a { width: 520px; height: 520px; left: -330px; top: 30px; box-shadow: 0 0 0 55px rgba(45,111,115,.018), 0 0 0 110px rgba(45,111,115,.012); }
.orbit-b { width: 280px; height: 280px; right: -120px; bottom: -110px; box-shadow: 0 0 0 44px rgba(197,138,44,.035); }
.hero-grid { position: relative; display: grid; grid-template-columns: .96fr 1.04fr; gap: 68px; align-items: center; }
.eyebrow { display: inline-flex; padding: 9px 13px; margin-bottom: 24px; border-radius: 999px; background: rgba(45,111,115,.09); color: var(--petrol); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.hero-copy h1 em { display: block; color: var(--petrol); font-weight: 400; }
.hero-copy > p { max-width: 630px; margin: 26px 0 30px; color: #536872; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 25px; color: #547078; font-size: 12px; font-weight: 800; }
.hero-trust span:first-child { color: var(--petrol); }
.hero-visual { position: relative; min-height: 610px; }
.family-frame { position: absolute; inset: 8px 0 45px 35px; overflow: hidden; border-radius: 42% 42% 32px 32px; background: var(--cream); box-shadow: var(--shadow); border: 7px solid rgba(255,255,255,.78); }
.family-frame img { object-fit: cover; object-position: center; }
.hero-book { position: absolute; width: 182px; aspect-ratio: 9/16; left: -8px; bottom: 8px; overflow: hidden; border-radius: 16px; transform: rotate(-6deg); box-shadow: 0 28px 52px rgba(30,51,60,.28); border: 4px solid #fff; }
.hero-book img { object-fit: cover; }
.hero-note { position: absolute; right: -13px; top: 32px; display: flex; flex-direction: column; padding: 17px 21px; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft); }
.hero-note b { color: var(--petrol); font-family: Georgia, serif; font-size: 17px; }
.hero-note span { margin-top: 3px; color: var(--muted); font-size: 10px; }

.stats-strip { background: #fff; border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { display: flex; align-items: center; gap: 13px; min-height: 102px; padding: 20px 32px; border-right: 1px solid var(--line); }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong { color: var(--petrol); font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.stats-grid span { color: var(--muted); font-size: 12px; line-height: 1.35; }

.purpose-section { position: relative; color: #fff; background: radial-gradient(circle at 75% 17%, rgba(122,190,188,.18), transparent 25%), linear-gradient(135deg, #173d44, #245e62); }
.purpose-section:before { content: "“"; position: absolute; left: 3%; top: 22px; color: rgba(255,255,255,.035); font: 430px/1 Georgia, serif; }
.purpose-grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.purpose-title h2 { max-width: 480px; margin-top: 20px; color: #fff; font-size: clamp(58px, 7vw, 94px); }
.purpose-copy { padding-top: 35px; }
.purpose-copy p { max-width: 680px; color: rgba(255,255,255,.74); font-size: 17px; }
.purpose-copy .purpose-lead { color: #fff; font-family: Georgia, serif; font-size: 27px; line-height: 1.45; }
.values-row { position: relative; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 74px; padding-top: 31px; border-top: 1px solid rgba(255,255,255,.12); color: #f4d690; font-size: 10px; font-weight: 900; letter-spacing: .21em; }
.values-row i { color: rgba(255,255,255,.4); font-style: normal; }

.stories-section { background: var(--cream); }
.section-heading { max-width: 800px; margin: 0 auto 55px; }
.section-heading.centered { text-align: center; }
.section-heading h2 { margin: 16px 0 17px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.stories-experience { display: grid; gap: 22px; }
.story-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.story-choice { display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 11px; padding: 17px; text-align: left; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.72); color: var(--ink); cursor: pointer; transition: .2s ease; }
.story-choice:hover, .story-choice.active { transform: translateY(-2px); border-color: rgba(45,111,115,.42); background: #fff; box-shadow: var(--shadow-soft); }
.story-choice > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--petrol-soft); color: var(--petrol); font-family: Georgia, serif; }
.story-choice b, .story-choice small { display: block; }
.story-choice b { font-size: 13px; line-height: 1.35; }
.story-choice small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.story-stage { display: grid; grid-template-columns: .87fr 1.13fr; min-height: 680px; overflow: hidden; border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.story-art { position: relative; min-height: 640px; background: #dbe9ea; }
.story-art img { object-fit: cover; }
.story-day { position: absolute; left: 20px; bottom: 20px; padding: 10px 14px; border-radius: 999px; background: rgba(23,62,69,.9); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.story-reader { display: flex; flex-direction: column; padding: 39px 43px; }
.story-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.story-tabs button { min-height: 68px; padding: 18px 30px; border: 0; border-radius: 999px; background: #eef2ef; color: #66757b; font-size: 18px; line-height: 1.15; font-weight: 900; cursor: pointer; }
.story-tabs button.active { background: var(--petrol); color: #fff; }
.story-copy { animation: storyIn .3s ease; }
@keyframes storyIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.story-kicker { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.story-copy h3 { margin: 13px 0 19px; font-size: clamp(29px, 3vw, 42px); }
.story-copy p { color: #536970; font-size: 16px; line-height: 1.85; }
.text-link { margin-top: auto; padding-top: 28px; color: var(--petrol); font-weight: 900; font-size: 13px; }
.text-link span { margin-left: 8px; }

.method-section { background: #fff; }
.method-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: start; }
.method-copy h2 { margin: 16px 0 18px; }
.method-copy p { color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.steps-grid article { min-height: 280px; padding: 30px 25px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(160deg,#fff,#faf6ed); }
.steps-grid article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--petrol-soft); color: var(--petrol); font-family: Georgia, serif; }
.steps-grid h3 { margin: 28px 0 13px; }
.steps-grid p { color: var(--muted); font-size: 13px; }

.collection-section { background: linear-gradient(180deg, #f8f3e8 0%, #fffdf9 100%); }
.collection-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.collection-heading h2 { max-width: 730px; margin-top: 15px; }
.collection-heading > p { margin: 0 0 5px; color: var(--muted); }
.month-shop { display: grid; gap: 42px; }
.months-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
.month-card { padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 0 10px 25px rgba(31,65,71,.08); cursor: pointer; transition: .22s ease; }
.month-card:hover, .month-card.active { transform: translateY(-6px); border-color: var(--petrol); box-shadow: 0 17px 35px rgba(31,65,71,.15); }
.month-cover { position: relative; aspect-ratio: 9/16; overflow: hidden; background: #e6e0d5; }
.month-cover img { object-fit: cover; }
.month-card-copy { padding: 12px 9px 13px; text-align: center; }
.month-card-copy b, .month-card-copy span { display: block; }
.month-card-copy b { font-family: Georgia, serif; font-size: 15px; }
.month-card-copy span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.selected-offer { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 60px; padding: 43px 55px; border-radius: 32px; background: var(--petrol-dark); color: #fff; box-shadow: var(--shadow); }
.selected-cover { position: relative; justify-self: center; width: min(260px,100%); aspect-ratio: 9/16; overflow: hidden; border-radius: 18px; transform: rotate(-2.5deg); border: 4px solid rgba(255,255,255,.65); box-shadow: 0 28px 55px rgba(0,0,0,.28); }
.selected-cover img { object-fit: cover; }
.selected-label { color: #f3d48e; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.selected-copy h3 { margin: 12px 0 15px; color: #fff; font-size: 48px; }
.selected-copy p { max-width: 600px; color: rgba(255,255,255,.74); }
.selected-price { display: flex; align-items: baseline; gap: 14px; margin: 21px 0; }
.selected-price strong { color: #f8dda0; font-family: Georgia, serif; font-size: 42px; font-weight: 500; }
.selected-price span { color: rgba(255,255,255,.62); font-size: 11px; }
.selected-copy .primary-button { background: #f3d48e; color: var(--petrol-dark); box-shadow: none; }
.selected-copy > small { display: block; margin-top: 13px; color: rgba(255,255,255,.55); font-size: 10px; }

.offers-section { background: #fff; }
.compact-heading { margin-bottom: 45px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.offer-card { position: relative; padding: 34px 31px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(155deg,#fff,#faf7ef); }
.offer-card.featured { border: 2px solid var(--petrol); transform: translateY(-8px); box-shadow: var(--shadow-soft); }
.offer-tag { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: var(--petrol-soft); color: var(--petrol); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.offer-card h3 { margin: 23px 0 15px; }
.offer-price { color: var(--petrol); font-family: Georgia, serif; font-size: 39px; }
.offer-card > p { min-height: 75px; color: var(--muted); font-size: 13px; }
.offer-card ul { min-height: 150px; padding: 0; margin: 22px 0; list-style: none; }
.offer-card li { padding: 7px 0; color: #4c646c; font-size: 12px; }
.offer-card li:before { content: "✓"; margin-right: 9px; color: var(--petrol); font-weight: 900; }
.offer-card .primary-button { width: 100%; }
.offer-card button { width: 100%; min-height: 57px; border: 0; border-radius: 999px; background: #e6e8e5; color: #879294; font-weight: 900; cursor: not-allowed; }
.pending-note { margin: 24px auto 0; text-align: center; color: var(--muted); font-size: 11px; }

.delivery-section { background: var(--cream); }
.delivery-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.delivery-grid h2 { margin-top: 16px; }
.delivery-steps { display: grid; gap: 14px; }
.delivery-steps article { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 22px; border-radius: 20px; background: rgba(255,255,255,.8); border: 1px solid var(--line); }
.delivery-steps article > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--petrol); color: #fff; font-family: Georgia, serif; }
.delivery-steps h3 { font-family: inherit; font-size: 15px; font-weight: 900; }
.delivery-steps p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .67fr 1.33fr; gap: 80px; }
.faq-intro h2 { margin: 16px 0 18px; }
.faq-intro p { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 19px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--petrol); font-family: sans-serif; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 35px 24px 0; color: var(--muted); font-size: 13px; }

.final-section { padding: 44px 0 90px; background: #fff; }
.final-card { position: relative; overflow: hidden; padding: 78px 55px; text-align: center; border-radius: 36px; color: #fff; background: radial-gradient(circle at 15% 10%,rgba(246,218,155,.15),transparent 22%), linear-gradient(135deg,#173c43,#245d62); }
.final-card:after { content: "✦"; position: absolute; right: 40px; top: 20px; color: rgba(255,255,255,.07); font-size: 180px; }
.final-card h2 { max-width: 850px; margin: 18px auto; color: #fff; }
.final-card p { max-width: 680px; margin: 0 auto 27px; color: rgba(255,255,255,.74); }
.primary-button.light { background: #f3d48e; color: var(--petrol-dark); box-shadow: none; }

.footer { padding: 62px 0 28px; color: rgba(255,255,255,.72); background: #102f35; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 55px; }
.light-brand .brand-copy b { color: #fff; }
.light-brand .brand-copy small { color: rgba(255,255,255,.55); }
.footer-brand p { max-width: 370px; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; font-size: 11px; }
.footer-grid > div > b { margin-bottom: 8px; color: #f4d58e; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.38); font-size: 9px; }

.mobile-sticky { position: fixed; z-index: 60; left: 12px; right: 12px; bottom: 12px; display: none; transform: translateY(150%); transition: transform .25s ease; }
.mobile-sticky.visible { transform: translateY(0); }
.mobile-sticky a { display: flex; align-items: center; justify-content: center; min-height: 54px; border-radius: 999px; background: var(--petrol); color: #fff; font-weight: 900; box-shadow: 0 15px 35px rgba(16,47,53,.34); }

/* Legal pages */
.legal-main { min-height: 100vh; background: var(--cream); }
.legal-header { padding: 22px 0; background: #fff; border-bottom: 1px solid var(--line); }
.legal-article { max-width: 850px; margin: 0 auto; padding: 80px 20px 110px; }
.legal-article h1 { font-size: clamp(42px,6vw,64px); }
.legal-article h2 { margin: 42px 0 12px; font-size: 28px; }
.legal-article p, .legal-article li { color: var(--muted); font-size: 14px; line-height: 1.8; }
.legal-article .legal-note { padding: 18px 20px; border-left: 4px solid var(--gold); background: #fff; }



@media (max-width: 1020px) and (min-width: 621px) {
  .site-header .brand-official { width: 260px; flex-basis: 260px; }
  .site-header .brand-logo-official { max-height: 73px; }
}

@media (max-width: 1020px) {
  .site-header nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-visual { min-height: 520px; }
  .months-grid { grid-template-columns: repeat(4,1fr); }
  .purpose-grid, .method-grid, .delivery-grid, .faq-grid { gap: 50px; }
  .offer-grid { gap: 12px; }
  .offer-card { padding: 28px 22px; }
}

@media (max-width: 820px) {
  .section { padding: 78px 0; }
  .shell { width: min(100% - 28px, 690px); }
  .header-inner { min-height: 78px; }
  .header-cta { display: none; }
  .hero { padding: 58px 0 55px; }
  .hero-grid, .purpose-grid, .method-grid, .collection-heading, .delivery-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 560px; margin-top: 10px; }
  .family-frame { inset: 10px 7% 40px; }
  .hero-book { left: 4%; }
  .hero-note { right: 2%; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid > div:nth-child(2) { border-right: 0; }
  .stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .purpose-copy { padding-top: 0; }
  .story-picker { grid-template-columns: 1fr; }
  .story-stage { grid-template-columns: 1fr; }
  .story-art { min-height: 600px; }
  .story-reader { min-height: 500px; }
  .steps-grid { grid-template-columns: repeat(3,1fr); }
  .months-grid { grid-template-columns: repeat(3,1fr); }
  .selected-offer { grid-template-columns: .7fr 1.3fr; gap: 35px; padding: 35px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card.featured { transform: none; }
  .offer-card > p, .offer-card ul { min-height: auto; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 620px) {
  .announcement { font-size: 8px; letter-spacing: .09em; }
  .brand-mark { width: 38px; height: 38px; border-radius: 13px; }
  .brand-copy b { font-size: 13px; }
  h1 { font-size: 45px; }
  h2 { font-size: 39px; }
  .hero-actions { display: grid; }
  .hero-actions a { width: 100%; }
  .hero-visual { min-height: 420px; }
  .family-frame { inset: 20px 0 35px; border-radius: 32% 32% 24px 24px; }
  .hero-book { width: 118px; left: 0; bottom: 2px; }
  .hero-note { top: 5px; right: 0; padding: 12px 14px; }
  .hero-note b { font-size: 13px; }
  .hero-note span { font-size: 8px; }
  .stats-grid > div { padding: 15px; min-height: 85px; }
  .stats-grid strong { font-size: 25px; }
  .purpose-section:before { font-size: 230px; }
  .purpose-title h2 { font-size: 58px; }
  .purpose-copy .purpose-lead { font-size: 23px; }
  .values-row { gap: 14px; }
  .story-stage { min-height: auto; border-radius: 24px; }
  .story-art { min-height: 505px; }
  .story-reader { min-height: 550px; padding: 30px 23px; }
  .site-header .brand-official { width: 220px; height: auto; flex: 0 0 220px; }
  .site-header .brand-logo-official { width: 100%; height: auto; max-height: 62px; }
  .story-tabs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-bottom: 28px; }
  .story-tabs button { min-height: 58px; width: 100%; padding: 15px 12px; font-size: 16px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: auto; }
  .months-grid { grid-template-columns: repeat(2,1fr); gap: 11px; }
  .selected-offer { grid-template-columns: 1fr; padding: 31px 22px; text-align: center; }
  .selected-cover { width: 185px; }
  .selected-copy h3 { font-size: 43px; }
  .selected-price, .selected-copy .primary-button { justify-content: center; }
  .selected-copy .primary-button { width: 100%; }
  .delivery-steps article { padding: 17px; }
  .final-card { padding: 58px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-sticky { display: block; }
}
.family-frame > img, .hero-book > img, .story-art > img, .month-cover > img, .selected-cover > img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
