:root {
  --forest: #193c34;
  --forest-deep: #102a25;
  --gold: #c3a15e;
  --gold-light: #dcc58f;
  --paper: #f3f0e8;
  --paper-light: #fbfaf6;
  --ink: #1d2421;
  --muted: #66706b;
  --line: rgba(29, 36, 33, 0.15);
  --white-line: rgba(255, 255, 255, 0.18);
  --shadow: 0 30px 80px rgba(18, 42, 36, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper-light); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
p, h1, h2, h3 { text-wrap: balance; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: white; color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: white; transition: background 180ms ease, box-shadow 180ms ease; }
.site-header.scrolled, .site-header.menu-active { background: rgba(16, 42, 37, 0.96); box-shadow: 0 12px 30px rgba(8, 25, 21, 0.18); backdrop-filter: blur(16px); }
.header-inner { width: min(1240px, calc(100% - 48px)); min-height: 86px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; letter-spacing: 0.02em; }
.brand-text small { margin-top: 7px; font-size: 0.63rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 38px); font-size: 0.87rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { padding-block: 12px; border-bottom: 1px solid transparent; transition: border-color 160ms ease, color 160ms ease; }
.main-nav > a:not(.nav-cta):hover, .main-nav > a:not(.nav-cta):focus-visible { border-color: var(--gold-light); color: var(--gold-light); }
.nav-cta { min-height: 45px; display: inline-flex; align-items: center; padding: 0 19px; border: 1px solid rgba(255, 255, 255, 0.65); border-radius: 999px; transition: background 160ms ease, color 160ms ease; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--gold); color: var(--forest-deep); }
.language-switch { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.language-switch a, .language-switch span { min-width: 24px; min-height: 24px; display: grid; place-items: center; border-radius: 999px; }
.language-switch [aria-current="page"] { background: var(--gold); color: var(--forest-deep); }
.language-switch a:hover, .language-switch a:focus-visible { background: rgba(255,255,255,.12); color: var(--gold-light); outline: none; }
.menu-button { width: 44px; height: 44px; display: none; align-items: center; justify-content: center; flex-direction: column; gap: 7px; border: 1px solid rgba(255, 255, 255, 0.45); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.menu-button span { width: 18px; height: 1px; background: currentColor; transition: transform 160ms ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { position: relative; min-height: 820px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: var(--forest-deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background-image: url("/images/alm-hintergrund.jpg"); background-position: center 45%; background-size: cover; background-attachment: fixed; }
.hero-shade { background: linear-gradient(90deg, rgba(11,35,29,.92) 0%, rgba(11,35,29,.6) 48%, rgba(11,35,29,.2) 100%), linear-gradient(0deg, rgba(9,28,24,.68) 0%, transparent 50%); }
.hero-inner { position: relative; z-index: 2; width: min(1240px, calc(100% - 48px)); margin-inline: auto; padding: 175px 0 90px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 390px); gap: clamp(50px, 8vw, 120px); align-items: end; }
.hero-copy { max-width: 820px; }
.eyebrow { margin: 0 0 24px; color: #8d6740; font-size: 0.71rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -0.045em; line-height: 1.01; }
h1 { max-width: 760px; font-size: clamp(4rem, 7.4vw, 7.1rem); }
h2 { font-size: clamp(2.75rem, 5vw, 5rem); }
h3 { line-height: 1.2; }
.hero-lead { max-width: 700px; margin: 32px 0 0; color: rgba(255,255,255,.8); font-size: clamp(1.04rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 38px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; font-size: 0.9rem; font-weight: 800; transition: transform 160ms ease, background 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--forest-deep); }
.button-gold:hover, .button-gold:focus-visible { background: var(--gold-light); }
.button-full { width: 100%; padding-inline: 18px; text-align: center; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 0.89rem; font-weight: 750; }
.text-link::after { content: "→"; transition: transform 160ms ease; }
.text-link:hover::after, .text-link:focus-visible::after { transform: translateX(4px); }
.light-link { color: rgba(255,255,255,.9); }
.hero-note { padding: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 3px; background: rgba(16,42,37,.64); backdrop-filter: blur(12px); }
.hero-note p, .hero-note strong, .hero-note span { display: block; }
.hero-note p { margin: 0 0 40px; color: var(--gold-light); font-size: 0.71rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-note strong { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1.2; }
.hero-note span { margin-top: 16px; color: rgba(255,255,255,.67); font-size: 0.9rem; }

.facts { background: var(--forest); color: white; }
.facts-heading { width: min(1240px, calc(100% - 48px)); margin-inline: auto; display: flex; align-items: baseline; justify-content: space-between; gap: 40px; padding: 44px 28px 26px; border-inline: 1px solid var(--white-line); }
.facts-heading p { margin: 0; color: var(--gold-light); font-size: 0.71rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.facts-heading span { max-width: 690px; color: rgba(255,255,255,.72); font-size: 0.9rem; }
.facts-inner { width: min(1240px, calc(100% - 48px)); margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-inner > div { min-height: 175px; display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-start; gap: 18px; padding: 38px 28px 28px; border-top: 1px solid var(--white-line); border-right: 1px solid var(--white-line); }
.facts-inner > div:first-child { border-left: 1px solid var(--white-line); }
.facts strong { color: var(--gold-light); font-family: var(--serif); font-size: 2.5rem; font-weight: 400; line-height: 1; }
.facts span { color: rgba(255,255,255,.78); font-size: 0.82rem; line-height: 1.55; }
.facts-sources { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 22px 28px 30px; border: 1px solid var(--white-line); color: rgba(255,255,255,.52); font-size: 0.7rem; line-height: 1.65; }
.facts-sources a { color: rgba(255,255,255,.72); text-decoration: underline; text-decoration-color: rgba(255,255,255,.28); text-underline-offset: 3px; }

.section { width: min(1240px, calc(100% - 48px)); margin-inline: auto; padding-block: 130px; }
.section-intro { max-width: 870px; }
.section-intro > p:last-child { max-width: 720px; margin: 32px 0 0; color: var(--muted); font-size: 1.08rem; }
.section-intro.compact { max-width: 760px; }
.research-note { max-width: 790px; margin-top: 25px; padding-left: 18px; border-left: 2px solid var(--gold); color: #756f63; font-size: 0.78rem; line-height: 1.65; }
.research-note a { color: var(--forest); font-weight: 750; text-decoration: underline; text-decoration-color: rgba(25,60,52,.3); text-underline-offset: 3px; }
.challenge-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 75px; background: var(--line); border: 1px solid var(--line); }
.challenge-card { min-height: 285px; padding: 34px; background: var(--paper-light); }
.challenge-card > span, .offer-number { color: #967341; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; }
.challenge-card h3, .offer-card h3 { margin: 75px 0 14px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.challenge-card p, .offer-card p { max-width: 450px; margin: 0; color: var(--muted); }

.pattern-section { background: var(--paper); }
.pattern-inner { width: min(1240px, calc(100% - 48px)); margin-inline: auto; padding-block: 110px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(50px, 9vw, 140px); align-items: end; }
.pattern-copy p { margin: 0 0 32px; color: var(--muted); font-size: 1.04rem; }
.offer-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(50px, 9vw, 140px); align-items: end; }
.offer-heading > p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 75px; }
.offer-card { min-height: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); background: white; transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.offer-card:hover { border-color: rgba(25,60,52,.35); box-shadow: 0 18px 45px rgba(18,42,36,.08); transform: translateY(-3px); }
.offer-card-visual { position: relative; display: block; width: 100%; aspect-ratio: 1; margin: 0; padding: 0; overflow: hidden; border: 0; background: #f4efe4; color: white; cursor: pointer; text-align: left; touch-action: manipulation; }
.offer-card-image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease, filter 320ms ease; }
.offer-card-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; padding: clamp(24px, 3vw, 34px); background: linear-gradient(180deg, rgba(11,35,29,.08) 12%, rgba(11,35,29,.94) 78%); color: white; opacity: 0; transform: translateY(14px); transition: opacity 220ms ease, transform 220ms ease; pointer-events: none; }
.offer-card-overlay small { color: var(--gold-light); font-size: 0.67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.offer-card-overlay strong { max-width: 310px; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.55rem); font-weight: 400; line-height: 1.25; }
.offer-card-visual:hover .offer-card-overlay, .offer-card-visual:focus-visible .offer-card-overlay, .offer-card.is-open .offer-card-overlay { opacity: 1; transform: translateY(0); }
.offer-card-visual:hover .offer-card-image, .offer-card-visual:focus-visible .offer-card-image, .offer-card.is-open .offer-card-image { transform: scale(1.025); filter: saturate(.78) brightness(.78); }
.offer-card-visual:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.offer-card-body { min-height: 235px; padding: 28px 30px 34px; }
.offer-card h3 { margin-top: 42px; }
.program-layout { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); gap: clamp(30px, 6vw, 80px); margin-top: 90px; }
.program-card { padding: clamp(32px, 5vw, 55px); background: var(--forest); color: white; }
.card-label { margin: 0 0 30px; color: var(--gold-light); font-size: 0.71rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.check-list, .fit-card ul { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 17px 0 17px 30px; border-bottom: 1px solid var(--white-line); color: rgba(255,255,255,.78); }
.check-list li::before { content: ""; position: absolute; top: 25px; left: 2px; width: 8px; height: 8px; border: 1px solid var(--gold-light); border-radius: 50%; }
.extension-note { margin-top: 30px; padding-top: 27px; border-top: 1px solid var(--white-line); }
.extension-note strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.extension-note p { margin: 8px 0 0; color: rgba(255,255,255,.68); font-size: .92rem; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 105px 1fr; gap: 28px; padding: 8px 0 34px; border-bottom: 1px solid var(--line); }
.timeline li + li { padding-top: 34px; }
.timeline > li > span { color: #967341; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.timeline h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.timeline p { margin: 0; color: var(--muted); }

.fit-section { background: var(--forest-deep); color: white; }
.fit-inner { width: min(1240px, calc(100% - 48px)); margin-inline: auto; padding-block: 125px; }
.fit-copy { max-width: 840px; }
.fit-copy > p:last-child { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.67); font-size: 1.07rem; }
.fit-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 65px; }
.fit-card { padding: clamp(30px, 5vw, 50px); border: 1px solid var(--white-line); }
.fit-card.positive { background: rgba(195,161,94,.1); }
.fit-card.neutral { background: rgba(255,255,255,.035); }
.fit-card h3 { margin: 0 0 28px; font-family: var(--serif); font-size: 1.85rem; font-weight: 400; }
.fit-card li { position: relative; padding: 15px 0 15px 26px; border-top: 1px solid var(--white-line); color: rgba(255,255,255,.73); }
.fit-card li::before { content: ""; position: absolute; top: 24px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.fit-card.neutral li::before { background: rgba(255,255,255,.38); }


.about { display: grid; grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr); gap: clamp(55px, 10vw, 145px); align-items: center; }
.about-visual { position: relative; min-height: 650px; }
.about-image { position: absolute; inset: 0 35px 70px 0; overflow: hidden; background: #d4d0c4; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.about-signature { position: absolute; right: 0; bottom: 0; width: min(310px, 86%); display: flex; align-items: center; gap: 18px; padding: 26px; background: var(--forest); color: white; box-shadow: var(--shadow); }
.about-signature img { width: 66px; height: 66px; object-fit: contain; }
.about-signature strong, .about-signature span { display: block; }
.about-signature strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.about-signature span { margin-top: 4px; color: var(--gold-light); font-size: 0.71rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.about-copy h2 { max-width: 730px; }
.about-lead { margin: 35px 0 22px; color: var(--ink); font-size: 1.14rem; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: var(--muted); }
.principles { margin-top: 42px; }
.principles > div { display: grid; grid-template-columns: 55px 1fr; align-items: center; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); }
.principles span { color: #967341; font-size: 0.7rem; font-weight: 800; }
.principles p { margin: 0; font-weight: 700; }

.offer-world, .faq-section { border-top: 1px solid var(--line); }
.world-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 65px; }
.world-card { min-height: 400px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); background: white; }
.world-card > span { color: #967341; font-size: 0.69rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.world-card h3 { margin: auto 0 15px; font-family: var(--serif); font-size: 2.15rem; font-weight: 400; }
.world-card p { margin: 0; color: var(--muted); }
.world-card a { margin-top: 28px; align-self: flex-start; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 0.84rem; font-weight: 750; }
.world-card.active { background: var(--forest); color: white; }
.world-card.active p { color: rgba(255,255,255,.68); }
.world-card.active > span, .world-card.image-card > span { color: var(--gold-light); }
.world-card.image-card { color: white; background: linear-gradient(0deg, rgba(11,35,29,.9), rgba(11,35,29,.08)), url("/images/alm-hintergrund.jpg") center / cover; }
.world-card.image-card p { color: rgba(255,255,255,.74); }
.world-card.muted-card { background: var(--paper); }


.faq-section { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(55px, 10vw, 150px); }
.faq-heading { align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 48px 27px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.35rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; top: 39px; right: 8px; width: 16px; height: 1px; background: var(--ink); transition: transform 160ms ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0deg); }
.faq-list details p { max-width: 680px; margin: 0; padding: 0 50px 28px 0; color: var(--muted); }

.contact-section { background: var(--forest); color: white; }
.contact-inner { width: min(1240px, calc(100% - 48px)); margin-inline: auto; padding-block: 125px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(55px, 10vw, 145px); align-items: center; }
.contact-copy h2 { max-width: 800px; }
.contact-copy > p:last-child { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.68); font-size: 1.06rem; }
.contact-card { padding: clamp(30px, 5vw, 48px); background: white; color: var(--ink); box-shadow: var(--shadow); }
.contact-card .card-label { color: #8d6740; }
.contact-card h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; }
.contact-card > p:not(.card-label) { margin: 0 0 28px; color: var(--muted); }
.contact-card small { display: block; margin-top: 14px; color: var(--muted); text-align: center; }

.site-footer { width: min(1240px, calc(100% - 48px)); margin-inline: auto; padding-top: 70px; }
.footer-main { min-height: 190px; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 40px; align-items: center; }
.footer-brand { color: var(--ink); }
.footer-main p { color: var(--muted); }
.footer-main > a:last-child { padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 0.87rem; font-weight: 750; }
.footer-bottom { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.78rem; }
.footer-bottom > div { display: flex; gap: 25px; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--ink); }

.legal-body { background: var(--paper-light); }
.legal-header { background: var(--forest-deep); }
.legal-main { width: min(850px, calc(100% - 48px)); margin-inline: auto; padding: 155px 0 110px; }
.legal-main h1 { color: var(--ink); font-size: clamp(3.4rem, 7vw, 5.8rem); }
.legal-main h2 { margin: 55px 0 18px; font-size: 2rem; letter-spacing: -0.03em; scroll-margin-top: 110px; }
.legal-main h3 { margin: 30px 0 12px; color: var(--ink); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-main p { line-height: 1.75; }
.legal-main a { text-decoration: underline; text-decoration-color: rgba(25,60,52,.35); text-underline-offset: 3px; }
.legal-main a:hover, .legal-main a:focus-visible { color: var(--forest); text-decoration-color: currentColor; }
.legal-version { margin: 18px 0 35px; color: #8d6740 !important; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-note { margin: 35px 0 50px; padding: 22px; border-left: 3px solid var(--gold); background: var(--paper); color: var(--ink) !important; }
.legal-toc { margin: 48px 0 65px; padding: clamp(24px, 5vw, 38px); border: 1px solid var(--line); background: white; }
.legal-toc > strong { display: block; margin-bottom: 20px; color: var(--ink); font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.legal-toc ol { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px 34px; margin: 0; padding-left: 20px; }
.legal-toc li { padding-left: 4px; }
.legal-list { display: grid; gap: 12px; padding-left: 22px; }
.legal-form { margin: 36px 0 58px; padding: clamp(24px, 5vw, 38px); border: 1px solid var(--line); border-left: 3px solid var(--gold); background: white; }
.legal-form h3 { margin-top: 0; }
.legal-form p:last-child { margin-bottom: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .header-inner, .hero-inner, .facts-heading, .facts-inner, .facts-sources, .section, .pattern-inner, .fit-inner, .contact-inner, .site-footer { width: min(100% - 34px, 760px); }
  .menu-button { display: flex; }
  .main-nav { position: fixed; inset: 86px 0 auto; min-height: calc(100dvh - 86px); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 28px 17px 50px; background: var(--forest-deep); }
  .main-nav.open { display: flex; }
  .main-nav > a { width: min(100%, 760px); margin-inline: auto; padding: 21px 5px !important; border-bottom: 1px solid var(--white-line) !important; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
  .nav-cta { min-height: auto; border: 0; border-radius: 0; }
  .hero { min-height: 850px; }
  .hero-inner { grid-template-columns: 1fr; gap: 50px; padding-bottom: 65px; }
  .hero-note { max-width: 440px; }
  .facts-inner { grid-template-columns: repeat(2, 1fr); }
  .facts-inner > div, .facts-inner > div:first-child { border: 0; border-bottom: 1px solid var(--white-line); }
  .facts-inner > div:nth-child(odd) { border-right: 1px solid var(--white-line); }
  .facts-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .offer-heading, .pattern-inner, .faq-section, .contact-inner, .program-layout, .about { grid-template-columns: 1fr; }
  .offer-grid, .world-grid { grid-template-columns: repeat(2, 1fr); }

  .about-visual { width: min(100%, 620px); min-height: 580px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > a:last-child { justify-self: start; }
}

@media (max-width: 680px) {
  .header-inner, .hero-inner, .facts-heading, .facts-inner, .facts-sources, .section, .pattern-inner, .fit-inner, .contact-inner, .site-footer, .legal-main { width: min(100% - 28px, 560px); }
  .header-inner { min-height: 76px; }
  .brand img { width: 38px; height: 38px; }
  .brand-text strong { font-size: 1rem; }
  .main-nav { inset: 76px 0 auto; min-height: calc(100dvh - 76px); }
  .hero { min-height: 860px; }
  .hero-image { background-position: 62% center; background-attachment: scroll; }
  .hero-shade { background: linear-gradient(90deg, rgba(11,35,29,.86), rgba(11,35,29,.42)), linear-gradient(0deg, rgba(9,28,24,.82), rgba(9,28,24,.08) 75%); }
  .hero-inner { padding-top: 130px; }
  h1 { font-size: clamp(3.4rem, 15vw, 5.2rem); }
  h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button-gold:not(.button-full) { width: 100%; text-align: center; }
  .facts-inner, .challenge-grid, .offer-grid, .fit-columns, .world-grid { grid-template-columns: 1fr; }
  .facts-inner > div, .facts-inner > div:nth-child(odd) { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--white-line); }
  .section { padding-block: 95px; }
  .challenge-card { min-height: 250px; }
  .offer-card { min-height: 0; }
  .challenge-card h3 { margin-top: 55px; }
  .offer-card h3 { margin-top: 38px; }
  .offer-card-body { min-height: 0; padding: 24px 24px 30px; }
  .offer-card-overlay { padding: 24px; }
  .pattern-inner, .fit-inner, .contact-inner { padding-block: 90px; }
  .timeline li { grid-template-columns: 1fr; gap: 10px; }
  .about-visual { min-height: 570px; }
  .about-image { inset: 0 20px 55px 0; }
  .about-signature { padding: 20px; }
  .about-signature img { width: 54px; height: 54px; }


  .world-card { min-height: 330px; }
  .faq-list summary { font-size: 1.2rem; }
  .footer-main { display: flex; min-height: 260px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .footer-bottom { min-height: 120px; align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (hover: none) {
  .offer-card:hover { transform: none; }
  .offer-card-visual:hover .offer-card-overlay { opacity: 0; transform: translateY(14px); }
  .offer-card-visual:hover .offer-card-image { transform: none; filter: none; }
  .offer-card.is-open .offer-card-overlay { opacity: 1; transform: translateY(0); }
  .offer-card.is-open .offer-card-image { transform: scale(1.025); filter: saturate(.78) brightness(.78); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
/* Mobile first refinements */
section[id] { scroll-margin-top: 96px; }
.main-nav { overscroll-behavior: contain; }
.button, .menu-button, .offer-card-visual, .language-switch a { touch-action: manipulation; }
.footer-main a, .footer-bottom a { overflow-wrap: anywhere; }

@media (max-width: 1080px) {
  .main-nav { max-height: calc(100dvh - 86px); overflow-y: auto; padding-bottom: calc(50px + env(safe-area-inset-bottom)); }
  .main-nav > .language-switch { width: min(100%, 760px); margin: 18px auto 10px; justify-content: flex-start; align-self: stretch; padding: 10px 5px; border: 0; border-bottom: 1px solid var(--white-line); border-radius: 0; }
  .main-nav > .language-switch a, .main-nav > .language-switch span { min-width: 44px; min-height: 44px; }
}

@media (max-width: 680px) {
  p, h1, h2, h3 { text-wrap: pretty; }
  .hero { min-height: max(820px, 100svh); }
  .hero-inner { gap: 38px; padding-bottom: 58px; }
  .hero-lead { font-size: 1rem; line-height: 1.65; }
  .main-nav { max-height: calc(100dvh - 76px); padding-top: 18px; }
  .main-nav > a { min-height: 56px; display: flex; align-items: center; }
  .facts-heading { padding-inline: 22px; }
  .facts-inner > div { padding-inline: 22px; }
  .facts-sources { padding-inline: 22px; overflow-wrap: anywhere; }
  .research-note { overflow-wrap: anywhere; }
  .offer-card-visual { aspect-ratio: 4 / 3; }
  .offer-card-overlay strong { font-size: 1.28rem; }
  .program-card, .contact-card { border-radius: 2px; }
  .footer-bottom > div { flex-wrap: wrap; gap: 14px 22px; }
}

@media (max-width: 420px) {
  .header-inner, .hero-inner, .facts-heading, .facts-inner, .facts-sources, .section, .pattern-inner, .fit-inner, .contact-inner, .site-footer, .legal-main { width: min(100% - 24px, 560px); }
  .header-inner { gap: 12px; }
  .brand { gap: 9px; }
  .brand img { width: 36px; height: 36px; }
  .brand-text small { margin-top: 5px; letter-spacing: .14em; }
  .hero { min-height: max(760px, 100svh); }
  .hero-inner { padding-top: 112px; padding-bottom: 48px; gap: 32px; }
  h1 { font-size: clamp(2.85rem, 14vw, 3.7rem); line-height: 1.02; }
  h2 { font-size: clamp(2.3rem, 11.5vw, 3.35rem); line-height: 1.04; }
  .eyebrow { margin-bottom: 18px; letter-spacing: .14em; }
  .hero-lead { margin-top: 24px; }
  .hero-actions { gap: 18px; margin-top: 28px; }
  .button { width: 100%; min-height: 54px; padding-inline: 18px; }
  .hero-note { padding: 22px; }
  .hero-note p { margin-bottom: 24px; }
  .hero-note strong { font-size: 1.55rem; }
  .facts-heading { padding: 34px 18px 20px; }
  .facts-inner > div { min-height: 108px; padding: 22px 18px; }
  .facts-sources { padding: 18px; }
  .section { padding-block: 78px; }
  .challenge-grid, .offer-grid { margin-top: 52px; }
  .challenge-card { min-height: 0; padding: 26px; }
  .challenge-card h3 { margin-top: 42px; }
  .pattern-inner, .fit-inner, .contact-inner { padding-block: 78px; }
  .program-layout { margin-top: 64px; }
  .program-card, .contact-card { padding: 26px; }
  .check-list li { padding-left: 26px; }
  .fit-columns { margin-top: 48px; }
  .fit-card { padding: 26px; }
  .about-visual { min-height: 470px; }
  .about-image { inset: 0 14px 46px 0; }
  .about-signature { width: 92%; gap: 12px; padding: 16px; }
  .about-signature img { width: 44px; height: 44px; }
  .about-signature strong { font-size: 1.2rem; }
  .faq-list summary { padding-block: 23px; padding-right: 42px; }
  .faq-list details p { padding-right: 14px; }
  .contact-card h3 { font-size: 1.8rem; }
  .site-footer { padding-top: 48px; }
  .footer-main { min-height: 230px; gap: 26px; }
  .footer-bottom { min-height: 132px; gap: 20px; }
  .legal-main { padding-top: 125px; }
  .legal-main h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
}
