@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --forest: #173f35;
  --forest-dark: #0c2a25;
  --forest-light: #29594b;
  --sun: #f6c945;
  --orange: #ee7247;
  --cream: #f4f0e5;
  --paper: #fffdf7;
  --ink: #17221f;
  --muted: #66716d;
  --white: #fff;
  --line: rgba(23, 63, 53, .18);
  --shadow: 0 24px 60px rgba(9, 35, 29, .13);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; background: var(--sun); color: var(--forest-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, transform .25s; }
.site-header.is-scrolled, .site-header.menu-open { background: rgba(255, 253, 247, .96); border-color: var(--line); backdrop-filter: blur(14px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; padding: 7px 12px; background: #fff; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,.08); }
.brand img { width: 112px; height: auto; }
.page-nav { display: flex; align-items: center; gap: 29px; color: #fff; font-size: 14px; font-weight: 600; }
.site-header.is-scrolled .page-nav, .site-header.menu-open .page-nav { color: var(--ink); }
.page-nav a { text-decoration: none; transition: opacity .2s, transform .2s; }
.page-nav a:not(.nav-cta):hover { opacity: .65; }
.nav-cta { padding: 11px 18px; color: var(--forest-dark)!important; background: var(--sun); border-radius: 999px; }
.nav-cta:hover { transform: translateY(-2px); }
.nav-toggle { display: none; width: 45px; height: 45px; padding: 11px; background: var(--sun); border: 0; border-radius: 50%; }
.nav-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--forest-dark); transition: .25s; }

.hero { min-height: 800px; height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--forest-dark); }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background: url("assets/images/grupa.jpg") center 38% / cover no-repeat; transform: scale(1.015); animation: hero-enter 1.4s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(5,26,21,.88) 0%, rgba(5,26,21,.65) 45%, rgba(5,26,21,.12) 75%), linear-gradient(0deg, rgba(5,26,21,.72), transparent 43%); }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }
.eyebrow, .section-tag { margin: 0 0 22px; font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--sun); }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 780px; margin-bottom: 0; font-family: Manrope, sans-serif; font-size: clamp(66px, 9.2vw, 140px); font-weight: 800; line-height: .83; letter-spacing: -.075em; }
.hero h1 em { color: var(--sun); font-style: normal; }
.hero-punchline { margin: 18px 0 25px; color: #fff; font-family: Manrope, sans-serif; font-size: clamp(28px, 3.1vw, 48px); font-weight: 500; letter-spacing: -.045em; }
.hero-lead { max-width: 610px; margin-bottom: 30px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-sun { color: var(--forest-dark); background: var(--sun); box-shadow: 0 10px 30px rgba(246, 201, 69, .18); }
.button-sun:hover { box-shadow: 0 14px 34px rgba(246, 201, 69, .28); }
.text-link { color: #fff; font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.text-link span { margin-left: 8px; color: var(--sun); }
.hero-ticket { position: absolute; z-index: 3; right: max(30px, calc((100vw - 1180px) / 2)); bottom: 42px; width: 262px; padding: 24px; color: var(--forest-dark); background: var(--sun); box-shadow: var(--shadow); transform: rotate(-2.5deg); }
.hero-ticket:after { content: ""; position: absolute; right: -8px; top: 18px; bottom: 18px; width: 15px; background: radial-gradient(circle, transparent 6px, var(--sun) 6.5px) center / 15px 20px; }
.ticket-label { display: block; margin-bottom: 14px; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-ticket strong { display: block; font: 800 29px/1 Manrope, sans-serif; letter-spacing: -.05em; }
.hero-ticket small { display: block; margin-top: 9px; font-weight: 600; }
.ticket-dash { margin: 19px 0 14px; border-top: 2px dashed rgba(12,42,37,.35); }
.ticket-limit { font-size: 13px; font-weight: 700; }
.ticket-limit b { font-size: 19px; }
.scroll-cue { position: absolute; z-index: 2; bottom: 32px; left: 26px; display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { color: var(--sun); }
@keyframes hero-enter { from { opacity: .5; transform: scale(1.08); } to { opacity: 1; transform: scale(1.015); } }

.manifesto { padding: 125px 0 90px; background: var(--cream); }
.manifesto-grid { display: grid; grid-template-columns: 240px 1fr; gap: 70px; }
.section-tag { color: var(--orange); }
.section-tag.light { color: var(--sun); }
.manifesto h2, .section-heading h2, .groups h2, .safety h2, .pricing h2, .family-note h2, .faq h2, .signup h2 { margin-bottom: 30px; font: 700 clamp(39px, 5.4vw, 74px)/1.03 Manrope, sans-serif; letter-spacing: -.06em; }
.manifesto h2 span { color: var(--forest-light); }
.manifesto-grid > div > p { max-width: 790px; margin-bottom: 0; color: var(--muted); font-size: 19px; line-height: 1.75; }
.proof-strip { margin-top: 90px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { padding: 32px 24px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip b { color: var(--forest); font: 800 42px/1 Manrope, sans-serif; letter-spacing: -.06em; }
.proof-strip span { max-width: 100px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.story { padding: 125px 0; color: #fff; background: var(--forest-dark); }
.section-heading { max-width: 830px; margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 0; }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.story-card { min-height: 520px; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--forest); }
.story-card-large { min-height: 690px; grid-row: span 2; }
.story-card-wide { min-height: 480px; grid-column: 1 / -1; }
.story-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.story-card:hover img { transform: scale(1.035); }
.story-card:after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(3,18,15,.88)); }
.story-copy { position: absolute; z-index: 2; right: 34px; bottom: 31px; left: 34px; }
.story-number { display: block; margin-bottom: 12px; color: var(--sun); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.story-copy h3 { margin-bottom: 10px; font: 700 31px/1.1 Manrope, sans-serif; letter-spacing: -.04em; }
.story-copy p { max-width: 580px; margin-bottom: 0; color: rgba(255,255,255,.78); font-size: 15px; }
.story-card-wide img { object-position: center 65%; }

.groups { padding: 125px 0; background: var(--paper); }
.groups-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.groups-photo { position: relative; }
.groups-photo:before { content: ""; position: absolute; inset: 24px -24px -24px 24px; background: var(--sun); border-radius: 2px; }
.groups-photo img { min-height: 650px; position: relative; width: 100%; object-fit: cover; }
.photo-stamp { width: 112px; height: 112px; position: absolute; right: -50px; top: -40px; display: grid; place-content: center; color: #fff; background: var(--orange); border: 3px solid var(--paper); border-radius: 50%; font: 800 18px/1.1 Manrope, sans-serif; text-align: center; transform: rotate(9deg); box-shadow: 0 10px 30px rgba(0,0,0,.13); }
.groups h2 { color: var(--forest); }
.group-option { padding: 26px 0; display: grid; grid-template-columns: 49px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.group-option:nth-of-type(3) { border-bottom: 1px solid var(--line); }
.group-icon { width: 42px; height: 42px; display: grid; place-content: center; color: var(--forest-dark); background: var(--sun); border-radius: 50%; font-size: 20px; }
.group-option h3 { margin-bottom: 8px; font: 700 24px/1.2 Manrope, sans-serif; letter-spacing: -.03em; }
.group-option h3 small { margin-left: 10px; color: var(--orange); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.group-option p { margin-bottom: 0; color: var(--muted); }
.english-note { margin-top: 27px; padding: 21px 24px; color: #fff; background: var(--forest); border-left: 5px solid var(--sun); }

.safety { padding: 125px 0; color: #fff; background: var(--forest); overflow: hidden; }
.safety-grid { display: grid; grid-template-columns: 1.08fr .72fr; align-items: center; gap: 100px; }
.safety-lead { max-width: 650px; color: rgba(255,255,255,.75); font-size: 18px; }
.check-list { margin: 38px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 18px 0; display: flex; align-items: flex-start; gap: 16px; border-top: 1px solid rgba(255,255,255,.14); }
.check-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.check-list span { flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-content: center; color: var(--forest-dark); background: var(--sun); border-radius: 50%; font-weight: 900; }
.safety-card { position: relative; padding: 14px 14px 25px; color: var(--ink); background: var(--cream); box-shadow: 25px 28px 0 var(--sun); transform: rotate(2deg); }
.safety-card img { width: 100%; height: 500px; object-fit: cover; }
.safety-card-kicker { display: block; padding: 7px 5px 13px; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.safety-card blockquote { margin: 24px 12px 12px; color: var(--forest); font: 700 25px/1.25 Manrope, sans-serif; letter-spacing: -.04em; }
.safety-card p { margin: 0 12px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }

.details { padding: 125px 0; background: var(--cream); }
.details .section-heading { color: var(--forest); }
.details-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.detail-card { min-height: 310px; padding: 28px 28px 20px 0; border-right: 1px solid var(--line); }
.detail-card + .detail-card { padding-left: 28px; }
.detail-card:last-child { border-right: 0; }
.detail-card > span { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.detail-card h3 { margin: 62px 0 17px; color: var(--forest); font: 700 26px Manrope, sans-serif; letter-spacing: -.04em; }
.detail-card p { margin: 0; color: var(--muted); font-size: 14px; }
.detail-card p b { color: var(--ink); }

.pricing { padding: 125px 0; color: #fff; background: var(--forest-dark); }
.pricing-heading { display: grid; grid-template-columns: 1fr 380px; align-items: end; gap: 80px; margin-bottom: 65px; }
.pricing-heading h2 { margin-bottom: 0; }
.pricing-heading > p { margin-bottom: 8px; color: rgba(255,255,255,.65); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.price-card { position: relative; padding: 36px 31px 31px; color: var(--ink); background: var(--paper); border-radius: var(--radius); }
.price-card.featured { background: var(--forest-light); color: #fff; box-shadow: 0 25px 60px rgba(0,0,0,.2); transform: translateY(-14px); }
.popular { position: absolute; top: 0; right: 26px; padding: 7px 14px; color: var(--forest-dark); background: var(--sun); border-radius: 0 0 10px 10px; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.price-name { display: block; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.featured .price-name { color: var(--sun); }
.price-card h3 { margin: 30px 0 5px; font: 800 60px/1 Manrope, sans-serif; letter-spacing: -.07em; }
.price-card h3 small { font-size: 19px; letter-spacing: 0; }
.price-desc { color: var(--muted); font-weight: 600; }
.featured .price-desc, .featured .price-footnote { color: rgba(255,255,255,.66); }
.price-card ul { min-height: 210px; margin: 28px 0 25px; padding: 25px 0 0; border-top: 1px solid currentColor; border-color: var(--line); list-style: none; }
.price-card li { position: relative; margin: 9px 0; padding-left: 23px; font-size: 14px; }
.price-card li:before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.featured li:before { color: var(--sun); }
.price-footnote { min-height: 42px; color: var(--muted); font-size: 11px; }
.price-card .button { width: 100%; margin-top: 15px; }
.button-outline { color: currentColor; border-color: currentColor; background: transparent; }
.button-outline:hover { color: #fff; background: var(--forest); border-color: var(--forest); }

.family-note { padding: 100px 0; background: var(--sun); }
.family-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.family-note .section-tag { color: var(--forest); }
.family-note h2 { margin-bottom: 0; color: var(--forest-dark); }
.family-note h2 em { color: var(--orange); font-style: normal; }
.family-grid > div:last-child > p { font-size: 18px; }
.family-grid .family-small { margin: 22px 0 0; font-size: 12px!important; font-weight: 600; }

.faq { padding: 125px 0; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading h2 { color: var(--forest); }
.faq-heading > p:last-child { max-width: 370px; color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 30px; font: 700 18px/1.4 Manrope, sans-serif; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--orange); font-size: 25px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 650px; margin: -5px 40px 25px 0; color: var(--muted); }

.signup { padding: 125px 0; color: #fff; background: var(--forest); }
.signup-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.signup-copy { position: sticky; top: 120px; }
.signup-copy h2 { max-width: 560px; }
.signup-copy > p:not(.section-tag) { max-width: 500px; color: rgba(255,255,255,.72); font-size: 18px; }
.signup-contact { margin-top: 50px; padding-top: 25px; display: flex; flex-direction: column; gap: 7px; border-top: 1px solid rgba(255,255,255,.2); }
.signup-contact span { margin-bottom: 4px; color: var(--sun); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.signup-contact a { width: max-content; font-size: 17px; font-weight: 700; text-decoration: none; }
.signup-form { padding: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; color: var(--ink); background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-heading { grid-column: 1/-1; margin-bottom: 10px; padding-bottom: 21px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--forest); font: 700 22px Manrope, sans-serif; }
.form-heading b { color: var(--orange); font-size: 10px; letter-spacing: .13em; }
.field { min-width: 0; }
.field.full { grid-column: 1/-1; }
.field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.field input, .field select { width: 100%; height: 52px; padding: 0 14px; color: var(--ink); background: #fff; border: 1px solid #cdd3cf; border-radius: 8px; outline: none; }
.field input:focus, .field select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(23,63,53,.1); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #b9342e; }
.field-error { display: block; min-height: 15px; margin-top: 3px; color: #a92e29; font-size: 10px; }
.consent { grid-column: 1/-1; display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: var(--muted); font-size: 11px; line-height: 1.5; cursor: pointer; }
.consent input { margin: 3px 0 0; accent-color: var(--forest); }
.consent-error { grid-column: 1/-1; margin-top: -18px; }
.signup-form .form-submit { grid-column: 1/-1; border: 0; }
.form-note { grid-column: 1/-1; margin: -8px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-success, .form-failure { grid-column: 1/-1; margin: 0; padding: 15px; border-radius: 8px; font-size: 13px; font-weight: 700; }
.form-success { color: #155d3e; background: #dff6e9; }
.form-failure { color: #8c2d2b; background: #fde6e3; }
.honeypot { position: absolute!important; left: -9999px!important; }

.site-footer { padding: 65px 0 22px; background: var(--cream); }
.footer-top { padding-bottom: 50px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; }
.footer-brand { justify-self: start; }
.footer-top > p { margin: 0; color: var(--forest); font: 700 24px Manrope, sans-serif; letter-spacing: -.04em; }
.footer-top > div { display: flex; flex-direction: column; align-items: flex-end; }
.footer-top a { font-weight: 700; text-decoration: none; }
.footer-bottom { padding-top: 20px; display: flex; gap: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-bottom button { margin-left: auto; padding: 0; color: inherit; background: none; border: 0; cursor: pointer; text-decoration: underline; }
.mobile-cta { display: none; }

.cookie-banner { position: fixed; z-index: 300; right: 20px; bottom: 20px; width: min(470px, calc(100% - 40px)); padding: 20px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 60px rgba(0,0,0,.2); }
.cookie-banner p { margin-bottom: 14px; font-size: 13px; }
.cookie-banner > div { display: flex; justify-content: flex-end; gap: 8px; }
.cookie-banner button { padding: 9px 16px; border-radius: 999px; border: 1px solid var(--forest); cursor: pointer; font-size: 12px; font-weight: 700; }
.cookie-primary { color: #fff; background: var(--forest); }
.cookie-secondary { color: var(--forest); background: #fff; }
.cookie-modal { position: fixed; z-index: 400; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(5,26,21,.75); }
.cookie-modal[hidden], .cookie-banner[hidden] { display: none; }
.cookie-dialog { width: min(520px, 100%); position: relative; padding: 32px; background: #fff; border-radius: 20px; }
.cookie-dialog h2 { margin-bottom: 9px; color: var(--forest); font: 700 28px Manrope, sans-serif; }
.cookie-dialog > p { color: var(--muted); font-size: 13px; }
.cookie-close { position: absolute; top: 14px; right: 18px; color: var(--muted); background: none; border: 0; font-size: 28px; cursor: pointer; }
#cookie-form label { padding: 15px 0; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); }
#cookie-form label span { display: flex; flex-direction: column; }
#cookie-form small { color: var(--muted); }
#cookie-form input { width: 20px; accent-color: var(--forest); }
#cookie-form .button { width: 100%; margin-top: 15px; border: 0; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .page-nav { gap: 18px; }
  .hero-ticket { right: 30px; }
  .groups-grid, .safety-grid { gap: 55px; }
  .groups-photo img { min-height: 550px; }
  .details-grid { grid-template-columns: 1fr 1fr; }
  .detail-card { min-height: 250px; border-bottom: 1px solid var(--line); }
  .detail-card:nth-child(2) { border-right: 0; }
  .detail-card h3 { margin-top: 35px; }
  .price-grid { gap: 12px; }
  .price-card { padding-inline: 23px; }
  .signup-grid { gap: 50px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 680px); --radius: 18px; }
  .site-header { background: rgba(255,253,247,.96); border-color: var(--line); }
  .header-inner { height: 70px; }
  .brand img { width: 96px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .page-nav { position: fixed; z-index: -1; inset: 69px 0 auto; padding: 30px 20px 38px; display: none; flex-direction: column; align-items: stretch; gap: 0; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(0,0,0,.1); }
  .menu-open .page-nav { display: flex; }
  .page-nav a { padding: 13px 5px; text-align: center; }
  .page-nav .nav-cta { margin-top: 12px; }
  .hero { min-height: 760px; height: auto; padding: 155px 0 105px; align-items: flex-end; }
  .hero-photo { background-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,26,21,.87), rgba(5,26,21,.35)), linear-gradient(0deg, rgba(5,26,21,.9), transparent 65%); }
  .hero-content { padding-top: 0; }
  .hero h1 { font-size: clamp(58px, 15.5vw, 96px); }
  .hero-lead { max-width: 560px; font-size: 16px; }
  .hero-ticket { display: none; }
  .scroll-cue { display: none; }
  .manifesto, .story, .groups, .safety, .details, .pricing, .faq, .signup { padding: 90px 0; }
  .manifesto-grid, .groups-grid, .safety-grid, .pricing-heading, .family-grid, .faq-grid, .signup-grid { grid-template-columns: 1fr; gap: 40px; }
  .manifesto h2, .section-heading h2, .groups h2, .safety h2, .pricing h2, .family-note h2, .faq h2, .signup h2 { font-size: clamp(38px, 8.5vw, 61px); }
  .proof-strip { grid-template-columns: 1fr 1fr; margin-top: 60px; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-grid { grid-template-columns: 1fr; }
  .story-card, .story-card-large, .story-card-wide { min-height: 520px; grid-column: auto; grid-row: auto; }
  .story-card img { object-position: center; }
  .groups-photo { max-width: 560px; }
  .groups-photo img { min-height: 620px; }
  .photo-stamp { right: -10px; }
  .groups-copy { padding-top: 30px; }
  .safety-card { width: min(480px, calc(100% - 25px)); justify-self: center; }
  .pricing-heading { margin-bottom: 50px; }
  .price-grid { grid-template-columns: 1fr; gap: 20px; }
  .price-card { padding: 35px; }
  .price-card.featured { order: -1; transform: none; }
  .price-card ul { min-height: 0; }
  .family-note { padding: 80px 0; }
  .faq-heading, .signup-copy { position: static; }
  .signup-copy { padding-bottom: 20px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 67px; }
  .hero { min-height: 720px; padding: 135px 0 75px; }
  .hero-photo { background-position: 55% center; }
  .hero h1 { font-size: clamp(48px, 13.8vw, 64px); }
  .hero-punchline { margin-top: 12px; font-size: 27px; }
  .hero-lead { margin-bottom: 24px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .manifesto-grid { gap: 15px; }
  .manifesto-grid > div > p { font-size: 16px; }
  .proof-strip div { padding: 21px 12px; flex-direction: column; align-items: flex-start; gap: 7px; }
  .proof-strip b { font-size: 36px; }
  .proof-strip span { max-width: 130px; }
  .section-heading { margin-bottom: 40px; }
  .story-grid { gap: 14px; }
  .story-card, .story-card-large, .story-card-wide { min-height: 460px; }
  .story-copy { right: 22px; bottom: 22px; left: 22px; }
  .story-copy h3 { font-size: 25px; }
  .groups-photo:before { inset: 15px -8px -14px 15px; }
  .groups-photo img { min-height: 470px; }
  .photo-stamp { width: 88px; height: 88px; top: -35px; right: -2px; font-size: 14px; }
  .group-option { grid-template-columns: 39px 1fr; gap: 13px; }
  .group-icon { width: 35px; height: 35px; }
  .group-option h3 { font-size: 20px; }
  .group-option h3 small { display: block; margin: 5px 0 0; }
  .safety-grid { gap: 55px; }
  .safety-card { width: calc(100% - 14px); box-shadow: 13px 15px 0 var(--sun); }
  .safety-card img { height: 430px; }
  .details-grid { grid-template-columns: 1fr; }
  .detail-card, .detail-card + .detail-card { min-height: 0; padding: 25px 0 28px; border-right: 0; }
  .detail-card h3 { margin: 20px 0 10px; }
  .pricing-heading { gap: 15px; }
  .price-card { padding: 30px 23px; }
  .family-note { overflow: hidden; }
  .family-grid { gap: 30px; }
  .family-grid > div:last-child > p { font-size: 16px; }
  .faq-grid { gap: 25px; }
  .accordion summary { font-size: 16px; }
  .signup-grid { gap: 30px; }
  .signup-form { padding: 26px 18px; grid-template-columns: 1fr; }
  .signup-form > *, .field.full, .form-heading, .consent, .consent-error, .signup-form .form-submit, .form-note, .form-success, .form-failure { grid-column: 1; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-top > div { align-items: flex-start; }
  .footer-bottom { padding-bottom: 8px; flex-wrap: wrap; gap: 8px 18px; }
  .footer-bottom button { margin-left: 0; }
  .mobile-cta { position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; height: 67px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: var(--forest-dark); background: var(--sun); font-weight: 800; text-decoration: none; box-shadow: 0 -5px 20px rgba(0,0,0,.15); }
  .cookie-banner { bottom: 78px; }
}

@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; }
}
