:root {
  --ink: #082f3b;
  --ink-2: #244b55;
  --teal: #07546a;
  --teal-dark: #033f52;
  --teal-deep: #022f3d;
  --aqua: #69c4c1;
  --coral: #ff674f;
  --coral-dark: #e9543f;
  --sand: #f7f3ed;
  --mist: #eef5f5;
  --paper: #ffffff;
  --line: #dbe6e7;
  --muted: #61767d;
  --success: #2eb58c;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --shadow-sm: 0 8px 24px rgba(4, 45, 57, .08);
  --shadow: 0 22px 60px rgba(4, 45, 57, .13);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: #f8fbfb; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 96px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-160%); padding: 12px 16px; background: #fff; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-block; margin-bottom: 10px; color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: #dff7f5; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.05; }
h1 { font-size: clamp(3.4rem, 7vw, 6.6rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { font-size: 1.35rem; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .choice-card:has(input:focus-visible), .species-toggle:focus-visible, summary:focus-visible { outline: 3px solid rgba(255, 103, 79, .4); outline-offset: 3px; }
.button-large { min-height: 54px; padding-inline: 24px; }
.button-block { width: 100%; }
.button-coral { color: #fff; background: linear-gradient(135deg, var(--coral), #ff7e62); box-shadow: 0 12px 28px rgba(255, 103, 79, .24); }
.button-coral:hover { background: linear-gradient(135deg, var(--coral-dark), var(--coral)); box-shadow: 0 16px 34px rgba(255, 103, 79, .3); }
.button-primary { color: #fff; background: var(--teal); box-shadow: 0 10px 22px rgba(7, 84, 106, .18); }
.button-primary:hover { background: var(--teal-dark); }
.button-secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.button-secondary:hover { border-color: #aac2c5; }
.button-glass { color: #fff; border-color: rgba(255,255,255,.65); background: rgba(2,47,61,.18); backdrop-filter: blur(12px); }
.button-glass:hover { background: rgba(2,47,61,.32); }
.text-link { display: inline-block; font-size: .88rem; font-weight: 800; color: #d4f2f0; text-align: center; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.91); border-bottom: 1px solid rgba(213,227,229,.82); backdrop-filter: blur(18px); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 82px; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--teal); }
.brand-mark svg { width: 31px; fill: #fff; }
.brand-mark .wave { fill: none; stroke: #9be0da; stroke-width: 3.5; stroke-linecap: round; }
.brand strong { display: block; font-size: 1.48rem; line-height: 1; letter-spacing: -.045em; }
.brand small { display: block; margin-top: 5px; color: #73868c; font-size: .65rem; letter-spacing: .015em; }
.main-nav { display: flex; justify-content: center; gap: 30px; }
.main-nav a { position: relative; font-size: .91rem; font-weight: 750; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: -8px; left: 50%; height: 2px; background: var(--coral); transition: left .2s ease, right .2s ease; }
.main-nav a:hover::after { right: 0; left: 0; }
.header-cta svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: visible; background: var(--teal-deep); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url('/assets/hero-familj-wide.webp') center 48%/cover no-repeat; }
.hero-shade { background: linear-gradient(90deg, rgba(2,37,47,.9) 0%, rgba(2,43,55,.72) 38%, rgba(2,43,55,.14) 66%, rgba(2,43,55,.02) 100%); }
.hero-content { position: relative; padding: 90px 0 140px; }
.hero-copy { max-width: 610px; color: #fff; }
.hero-copy h1 { margin-bottom: 24px; text-wrap: balance; }
.hero-copy p { max-width: 520px; margin-bottom: 32px; color: rgba(255,255,255,.92); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-strip { position: absolute; z-index: 4; right: 0; bottom: -30px; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.72); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.trust-strip div { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 66px; border-right: 1px solid var(--line); font-size: .88rem; }
.trust-strip div:last-child { border-right: 0; }
.trust-icon { color: var(--teal); font-size: 1.4rem; }

.starter-wrap { padding-top: 110px; background: radial-gradient(circle at 85% 5%, #e3f4f2 0, transparent 30%), #f8fbfb; }
.starter-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .8fr); gap: 18px; align-items: stretch; }
.quiz-card, .result-card { border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.quiz-card { padding: clamp(24px, 4vw, 44px); background: #fff; border: 1px solid #e2ecec; }
.quiz-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.quiz-topline h2 { margin-bottom: 0; font-size: clamp(2rem, 3.2vw, 3.2rem); }
.step-label { flex: 0 0 auto; padding: 8px 12px; border-radius: 999px; background: var(--mist); color: var(--teal); font-size: .78rem; font-weight: 800; }
.progress-track { height: 6px; margin: 25px 0 31px; overflow: hidden; border-radius: 999px; background: #dfe9e9; }
.progress-track span { display: block; width: 20%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--aqua)); transition: width .35s ease; }
.quiz-step { display: none; padding: 0; border: 0; }
.quiz-step.active { display: block; animation: fadeUp .32s ease both; }
.quiz-step legend { width: 100%; margin-bottom: 22px; color: var(--ink); font-size: 1.22rem; font-weight: 850; }
.choice-grid { display: grid; gap: 12px; }
.choice-grid.four { grid-template-columns: repeat(4, 1fr); }
.choice-grid.three { grid-template-columns: repeat(3, 1fr); }
.choice-grid.two { grid-template-columns: repeat(2, 1fr); }
.choice-card { position: relative; display: flex; min-height: 142px; padding: 18px 14px; align-items: center; justify-content: center; flex-direction: column; gap: 8px; border: 1.5px solid #dbe6e7; border-radius: 16px; background: #fff; text-align: center; cursor: pointer; transition: border .2s ease, transform .2s ease, background .2s ease, box-shadow .2s ease; }
.choice-card:hover { transform: translateY(-3px); border-color: #91b9be; box-shadow: var(--shadow-sm); }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card:has(input:checked) { border-color: var(--teal); background: #f0f9f8; box-shadow: inset 0 0 0 1px var(--teal); }
.choice-card strong { display: block; font-size: .91rem; }
.choice-card small { display: block; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.choice-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--mist); color: var(--teal); font-size: 1.45rem; }
.choice-card.horizontal { min-height: 104px; flex-direction: row; justify-content: flex-start; padding: 18px; text-align: left; }
.choice-card.horizontal .choice-icon { flex: 0 0 auto; }
.quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }
.quiz-actions .button:last-child { margin-left: auto; }
.quiz-error { min-height: 22px; margin-top: 14px; color: #bd3d32; font-size: .86rem; font-weight: 700; }

.result-card { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 36px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(101,195,193,.23), transparent 34%), linear-gradient(145deg, #044f64, #023447); }
.result-badge { align-self: flex-start; margin-bottom: 18px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.12); color: #bdebea; font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.result-card h2 { margin-bottom: 14px; font-size: clamp(2.1rem, 3vw, 3.2rem); }
.result-card > p { color: rgba(255,255,255,.82); }
.result-list { display: grid; gap: 10px; padding: 0; margin: 7px 0 22px; list-style: none; font-size: .9rem; }
.result-list li { display: flex; align-items: flex-start; gap: 10px; }
.result-list span { color: #6ed6bb; font-weight: 900; }
.result-image { overflow: hidden; margin-top: auto; border-radius: 18px; aspect-ratio: 16/8.5; }
.result-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.result-card:hover .result-image img { transform: scale(1.03); }
.result-actions { display: grid; gap: 13px; margin-top: 18px; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 470px; margin-bottom: 5px; color: var(--muted); font-size: 1.02rem; }
.species-section { background: #fff; }
.species-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.species-card { overflow: hidden; border: 1px solid #dfe9ea; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.species-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.species-photo, .species-illustration { height: 230px; overflow: hidden; background: #d8e8e4; }
.species-photo img { width: 100%; height: 100%; object-fit: cover; }
.species-illustration { display: grid; place-items: center; padding: 28px; }
.species-illustration svg { width: 100%; overflow: visible; }
.species-illustration svg path { fill: none; stroke: rgba(255,255,255,.92); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.species-illustration svg circle { fill: #fff; }
.species-illustration.perch { background: linear-gradient(145deg, #c6a355, #476d5e); }
.species-illustration.zander { background: linear-gradient(145deg, #829aa1, #294e5a); }
.species-illustration.trout { background: linear-gradient(145deg, #5f8b88, #29545f); }
.species-illustration .spots circle { fill: #ffd8b9; stroke: none; }
.species-content { padding: 22px; }
.species-tag { display: inline-block; margin-bottom: 9px; color: var(--coral-dark); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.species-content h3 { margin-bottom: 9px; font-size: 1.6rem; }
.species-content p { min-height: 72px; color: var(--muted); font-size: .9rem; }
.species-toggle { width: 100%; display: flex; justify-content: space-between; padding: 13px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--teal); font-size: .83rem; font-weight: 850; cursor: pointer; }
.species-toggle span { font-size: 1.15rem; transition: transform .2s ease; }
.species-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.species-detail { max-height: 0; overflow: hidden; margin-top: 0; color: var(--muted); font-size: .82rem; opacity: 0; transition: max-height .35s ease, margin .35s ease, opacity .25s ease; }
.species-card.open .species-detail { max-height: 180px; margin-top: 14px; opacity: 1; }

.school-section { background: linear-gradient(180deg, #f5f8f7, #edf4f3); }
.school-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.school-intro { position: sticky; top: 120px; }
.school-intro > p { max-width: 480px; color: var(--muted); font-size: 1.05rem; }
.school-photo { overflow: hidden; margin-top: 28px; border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 4/3; }
.school-photo img { width: 100%; height: 100%; object-fit: cover; }
.lesson-list { display: grid; gap: 13px; }
.lesson { overflow: hidden; border: 1px solid #dce6e6; border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 10px 30px rgba(4,45,57,.05); }
.lesson summary { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 16px; padding: 22px; cursor: pointer; list-style: none; }
.lesson summary::-webkit-details-marker { display: none; }
.lesson-no { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--teal); color: #fff; font-weight: 850; }
.lesson summary strong { display: block; margin-bottom: 4px; font-size: 1.04rem; }
.lesson summary small { color: var(--muted); }
.lesson .plus { color: var(--teal); font-size: 1.4rem; transition: transform .2s ease; }
.lesson[open] .plus { transform: rotate(45deg); }
.lesson-body { padding: 0 22px 22px 96px; color: var(--muted); }
.lesson-body p { margin-bottom: 8px; }
.lesson-body a { color: var(--teal); font-weight: 800; }

.pack-section { background: #fff; }
.pack-card { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid #dce7e8; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: #fff; }
.pack-copy { padding: clamp(30px, 5vw, 58px); }
.pack-copy > p { color: var(--muted); }
.pack-progress { margin: 24px 0; }
.pack-progress > div:first-child { display: flex; justify-content: space-between; margin-bottom: 9px; font-size: .84rem; }
.pack-progress strong { color: var(--teal); }
.pack-bar { height: 8px; overflow: hidden; border-radius: 999px; background: #e6eeee; }
.pack-bar span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--aqua)); transition: width .3s ease; }
.pack-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 18px; }
.pack-item { display: flex; align-items: flex-start; gap: 10px; padding: 11px 0; border-bottom: 1px solid #edf1f1; font-size: .88rem; cursor: pointer; }
.pack-item input { width: 19px; height: 19px; margin-top: 1px; accent-color: var(--teal); }
.pack-item span { flex: 1; }
.pack-item small { display: block; margin-top: 2px; color: var(--muted); }
.pack-item:has(input:checked) span { color: #789097; text-decoration: line-through; }
.pack-actions { display: flex; gap: 10px; margin-top: 26px; }
.copy-status { min-height: 22px; margin: 10px 0 0; color: var(--teal); font-size: .82rem; font-weight: 700; }
.pack-visual { position: relative; min-height: 650px; }
.pack-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,47,61,.48)); pointer-events: none; }
.pack-visual img { width: 100%; height: 100%; object-fit: cover; }
.pack-tip { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; padding: 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; color: #fff; background: rgba(2,47,61,.56); backdrop-filter: blur(12px); }
.pack-tip span { display: block; margin-bottom: 4px; color: #a4e4df; font-size: .69rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.lead-section { color: #fff; background: radial-gradient(circle at 8% 0, rgba(100,198,195,.22), transparent 32%), linear-gradient(145deg, #064e62, #022f3d); }
.lead-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.lead-copy p { color: rgba(255,255,255,.78); font-size: 1.06rem; }
.lead-copy ul { display: grid; gap: 10px; padding: 0; margin: 28px 0; list-style: none; }
.lead-copy li { color: #dff5f2; }
.lead-contact { display: flex; flex-direction: column; gap: 6px; font-size: 1.08rem; font-weight: 800; }
.lead-form { padding: clamp(24px, 4vw, 42px); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); background: rgba(255,255,255,.1); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.lead-form label { display: block; margin-bottom: 14px; color: #f4fbfb; font-size: .82rem; font-weight: 750; }
.lead-form input, .lead-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; outline: none; color: var(--ink); background: rgba(255,255,255,.96); transition: border .2s ease, box-shadow .2s ease; }
.lead-form input:focus, .lead-form textarea:focus { border-color: #8de0dc; box-shadow: 0 0 0 4px rgba(103,205,198,.17); }
.summary-label textarea { color: #536c73; background: #edf5f4; }
.consent { display: flex !important; align-items: flex-start; gap: 9px; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--coral); }
.form-status { min-height: 24px; margin: 12px 0 0; color: #d6f4f0; font-size: .86rem; font-weight: 700; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; }

.faq-section { background: var(--sand); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-heading { position: sticky; top: 118px; align-self: start; }
.faq-heading p { color: var(--muted); }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid #e3ddd5; border-radius: 16px; background: rgba(255,255,255,.86); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 22px; font-weight: 850; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--teal); font-size: 1.35rem; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { padding: 0 22px 21px; margin: 0; color: var(--muted); }

.partner-section { padding: 46px 0; background: #fff; }
.partner-card { display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 36px; padding: 30px 34px; overflow: hidden; border: 1px solid #dbe6e6; border-radius: 24px; background: linear-gradient(105deg, #f4f8f8, #fff 62%, #edf6f4); box-shadow: var(--shadow-sm); }
.partner-logo { color: var(--teal-deep); line-height: .78; letter-spacing: -.08em; }
.partner-logo strong { display: block; font-size: 2.1rem; }
.partner-logo span { color: var(--coral); }
.partner-logo small { display: block; margin-top: 10px; font-size: .55rem; letter-spacing: .08em; }
.partner-card h2 { margin-bottom: 8px; font-size: 1.8rem; }
.partner-card p { margin-bottom: 13px; color: var(--muted); font-size: .89rem; }
.partner-features { display: flex; flex-wrap: wrap; gap: 16px; color: var(--teal); font-size: .78rem; font-weight: 800; }

.site-footer { padding: 58px 0 20px; color: #d9ebed; background: #022f3d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.brand.inverse .brand-mark { background: rgba(255,255,255,.12); }
.footer-brand p { max-width: 300px; margin-top: 18px; color: #94b1b7; }
.site-footer h3 { margin-bottom: 15px; color: #fff; font-size: .85rem; letter-spacing: .03em; }
.site-footer div > a:not(.brand):not(.button) { display: block; margin: 8px 0; color: #a7c0c5; font-size: .82rem; }
.site-footer div > a:not(.brand):not(.button):hover { color: #fff; }
.site-footer p { color: #93aeb4; font-size: .84rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); color: #78969d; font-size: .72rem; }

.lead-dialog { width: min(440px, calc(100% - 34px)); padding: 34px; border: 0; border-radius: 24px; color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.28); }
.lead-dialog::backdrop { background: rgba(1,30,38,.68); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--mist); font-size: 1.5rem; cursor: pointer; }
.lead-dialog h2 { margin-bottom: 12px; font-size: 2rem; }
.lead-dialog p { color: var(--muted); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

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

@media (max-width: 1040px) {
  .header-inner { grid-template-columns: auto auto; justify-content: space-between; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 82px 0 auto; display: grid; justify-content: stretch; gap: 0; padding: 18px 20px 28px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: var(--shadow); transform: translateY(-130%); opacity: 0; transition: transform .25s ease, opacity .25s ease; }
  .main-nav.open { transform: none; opacity: 1; }
  .main-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .starter-grid { grid-template-columns: 1fr; }
  .result-card { display: grid; grid-template-columns: 1fr 220px; column-gap: 28px; }
  .result-card > *:not(.result-image) { grid-column: 1; }
  .result-image { grid-column: 2; grid-row: 1/7; height: 100%; aspect-ratio: auto; }
  .species-grid { grid-template-columns: repeat(2, 1fr); }
  .school-layout, .lead-grid, .faq-layout { grid-template-columns: 1fr; }
  .school-intro, .faq-heading { position: static; }
  .school-photo { aspect-ratio: 16/8; }
  .faq-layout { gap: 36px; }
  .partner-card { grid-template-columns: 160px 1fr; }
  .partner-card > .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); --radius-lg: 24px; }
  .section { padding: 70px 0; }
  .site-header { position: sticky; }
  .header-inner { min-height: 70px; }
  .brand-mark { width: 40px; height: 40px; border-radius: 12px; }
  .brand strong { font-size: 1.22rem; }
  .brand small { font-size: .56rem; }
  .main-nav { top: 70px; }
  .hero { min-height: 690px; align-items: end; }
  .hero-media { background-position: 53% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(2,38,49,.04) 22%, rgba(2,38,49,.74) 58%, rgba(2,38,49,.96) 100%); }
  .hero-content { padding: 280px 0 150px; }
  .hero-copy { max-width: none; }
  .hero-copy h1 { margin-bottom: 16px; font-size: clamp(3rem, 13vw, 4.3rem); }
  .hero-copy p { font-size: 1rem; }
  .hero-actions .button { flex: 1 1 100%; }
  .trust-strip { bottom: -86px; grid-template-columns: repeat(2, 1fr); }
  .trust-strip div { min-height: 54px; justify-content: flex-start; padding: 0 15px; border-bottom: 1px solid var(--line); font-size: .74rem; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .starter-wrap { padding-top: 146px; }
  .quiz-card { padding: 24px 18px; }
  .quiz-topline { align-items: center; }
  .quiz-topline .eyebrow { display: none; }
  .quiz-topline h2 { font-size: 2rem; }
  .choice-grid.four, .choice-grid.three, .choice-grid.two { grid-template-columns: repeat(2, 1fr); }
  .choice-card { min-height: 132px; }
  .choice-card.horizontal { grid-column: 1/-1; }
  .result-card { display: flex; padding: 26px; }
  .result-image { height: auto; aspect-ratio: 16/8.5; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 16px; }
  .species-grid { grid-template-columns: 1fr; }
  .species-card { display: grid; grid-template-columns: 42% 58%; }
  .species-photo, .species-illustration { height: 100%; min-height: 280px; }
  .species-content p { min-height: 0; }
  .school-layout { gap: 34px; }
  .school-photo { aspect-ratio: 4/3; }
  .lesson summary { grid-template-columns: 48px 1fr auto; padding: 17px; gap: 12px; }
  .lesson-no { width: 44px; height: 44px; }
  .lesson-body { padding: 0 17px 18px 77px; }
  .pack-card { grid-template-columns: 1fr; }
  .pack-visual { min-height: 380px; order: -1; }
  .pack-list { grid-template-columns: 1fr; }
  .pack-actions { flex-direction: column; }
  .lead-grid { gap: 40px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .partner-card { grid-template-columns: 1fr; padding: 26px; }
  .partner-card > .button { grid-column: 1; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 24px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  h2 { font-size: 2.35rem; }
  .choice-grid.four, .choice-grid.three { grid-template-columns: 1fr 1fr; }
  .choice-card { padding: 14px 9px; }
  .species-card { display: block; }
  .species-photo, .species-illustration { height: 220px; min-height: 0; }
  .partner-features { display: grid; gap: 6px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
