:root {
  --forest-950: #0a1d16;
  --forest-900: #102a20;
  --forest-800: #173c2d;
  --forest-700: #24533b;
  --moss: #4f7d5e;
  --lime: #ffd447;
  --lime-dark: #e6b900;
  --orange: #d52b1e;
  --sand: #f3efe5;
  --cream: #fbf9f3;
  --white: #ffffff;
  --ink: #14221b;
  --muted: #68736d;
  --line: rgba(16, 42, 32, 0.14);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shadow: 0 24px 70px rgba(12, 35, 26, 0.16);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 1rem;
  top: 1rem;
  transform: translateY(-160%);
  padding: .8rem 1rem;
  border-radius: 10px;
  background: var(--lime);
  color: var(--forest-950);
  font-weight: 800;
}
.skip-link:focus { transform: none; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section--sand { background: var(--sand); }
.section--dark { color: var(--white); background: var(--forest-900); }
.section--white { background: var(--white); }
.section-shell { position: relative; overflow: hidden; }

.announcement { background: var(--lime); color: var(--forest-950); font-size: .88rem; }
.announcement__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement a { font-weight: 800; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(251, 249, 243, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(12, 35, 26, .08); }
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 48px; height: 48px; }
.brand__text { display: grid; line-height: 1.05; }
.brand__text strong { text-transform: uppercase; letter-spacing: .04em; font-size: .94rem; }
.brand__text small { margin-top: 7px; color: var(--muted); font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav > a:not(.button) { position: relative; font-size: .92rem; font-weight: 650; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; background: var(--forest-900); border-radius: 50%; padding: 13px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: var(--white); margin: 5px 0; transition: .25s ease; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid rgba(213, 43, 30, .45); outline-offset: 4px; }
.button--small { min-height: 42px; padding-inline: 17px; font-size: .88rem; }
.button--accent { background: var(--lime); color: var(--forest-950); box-shadow: 0 12px 30px rgba(255, 212, 71, .28); }
.button--accent:hover { background: var(--lime-dark); }
.button--ghost { background: transparent; border-color: rgba(16, 42, 32, .24); }
.button--ghost:hover { border-color: var(--forest-900); }
.button--ghost-light { color: var(--white); border-color: rgba(255,255,255,.36); }
.button--outline { border-color: var(--line); }
.button--outline:hover { border-color: var(--forest-900); }
.button--dark { background: var(--forest-900); color: var(--white); }

.hero { padding: 80px 0 38px; background: radial-gradient(circle at 84% 20%, rgba(255, 212, 71, .17), transparent 26%), var(--cream); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: url("assets/texture.svg"); pointer-events: none; mix-blend-mode: multiply; opacity: .45; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; min-height: 660px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 850; color: rgba(255,255,255,.72); }
.eyebrow span { width: 30px; height: 2px; background: var(--lime); }
.eyebrow--dark { color: var(--forest-700); }
.eyebrow--dark span { background: var(--orange); }
.hero .eyebrow { color: var(--forest-700); }
.hero .eyebrow span { background: var(--orange); }
.hero h1 { margin: 22px 0 24px; max-width: 690px; font-size: clamp(4rem, 7.2vw, 7.4rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero__lead { max-width: 650px; margin: 0; color: #516059; font-size: 1.18rem; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero__meta { display: flex; gap: 0; margin-top: 48px; border-top: 1px solid var(--line); width: min(100%, 590px); }
.hero__meta div { flex: 1; padding: 21px 22px 0 0; }
.hero__meta div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.hero__meta strong { display: block; font-size: 1.6rem; line-height: 1; }
.hero__meta span { display: block; margin-top: 8px; color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.visual-frame { position: relative; padding: 18px; border-radius: 42px; background: rgba(255,255,255,.72); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.visual-frame::before { content: ""; position: absolute; inset: 18px; z-index: 1; border: 1px solid rgba(255,255,255,.5); border-radius: 30px; pointer-events: none; }
.visual-frame > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 30px; }
.float-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.55); border-radius: 18px; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); box-shadow: 0 14px 35px rgba(12,35,26,.14); transform: rotate(-1.5deg); }
.float-card small, .float-card strong { display: block; }
.float-card small { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.float-card strong { font-size: .9rem; }
.float-card--top { top: -18px; right: 32px; }
.float-card--bottom { left: -28px; bottom: 32px; max-width: 270px; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: #39b16e; box-shadow: 0 0 0 7px rgba(57,177,110,.13); }
.float-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--lime); }
.hero__ticker { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 30px; border-top: 1px solid var(--line); color: var(--forest-700); font-size: .74rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero__ticker i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 54px; }
.section-heading h2, .experience h2, .group-card h2, .contact-copy h2, .faq-intro h2 { margin: 18px 0 0; font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.05rem; }

.feature-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 18px; }
.feature-card { position: relative; min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.55); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(12,35,26,.09); background: var(--white); }
.feature-card--large { grid-row: span 2; min-height: 618px; padding: 42px; background: var(--white); }
.feature-card--dark { background: var(--forest-900); color: var(--white); }
.feature-card--dark p { color: rgba(255,255,255,.67); }
.feature-card__number { position: absolute; right: 24px; top: 20px; color: rgba(16,42,32,.27); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.feature-card--dark .feature-card__number { color: rgba(255,255,255,.35); }
.feature-card__icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 70px; border-radius: 50%; background: var(--lime); color: var(--forest-950); font-size: 1.7rem; font-weight: 900; }
.feature-card--large .feature-card__icon { width: 82px; height: 82px; font-size: 2.5rem; margin-bottom: 210px; }
.feature-card h3 { margin: 0 0 14px; max-width: 500px; font-size: 1.65rem; line-height: 1.12; letter-spacing: -.03em; }
.feature-card--large h3 { font-size: 2.7rem; }
.feature-card p { margin: 0; color: var(--muted); }
.feature-card a { display: inline-flex; gap: 8px; margin-top: 28px; font-weight: 800; }
.feature-card--large::after { content: ""; position: absolute; width: 330px; height: 330px; right: -105px; top: 115px; border: 62px solid var(--orange); border-radius: 50%; box-shadow: 0 0 0 38px var(--forest-900), 0 0 0 77px var(--lime); opacity: .96; }

.experience { position: relative; overflow: hidden; }
.experience::before { content: ""; position: absolute; width: 660px; height: 660px; left: -330px; bottom: -360px; border: 90px solid rgba(198,241,91,.08); border-radius: 50%; }
.experience__grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.experience__intro { position: sticky; top: 130px; align-self: start; }
.experience__intro > p { max-width: 500px; color: rgba(255,255,255,.62); font-size: 1.05rem; }
.notice-card { margin-top: 44px; padding: 22px 24px; border-radius: 18px; background: var(--lime); color: var(--forest-950); transform: rotate(-1.5deg); }
.notice-card strong { text-transform: uppercase; letter-spacing: .09em; font-size: .74rem; }
.notice-card p { margin: 8px 0 0; }
.steps { list-style: none; margin: 0; padding: 0; }
.step { display: grid; grid-template-columns: 82px 1fr; gap: 28px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.14); }
.step:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.step__number { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--lime); font-weight: 850; }
.step h3 { margin: 0 0 10px; font-size: 1.45rem; }
.step p { margin: 0; color: rgba(255,255,255,.63); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 520px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.62); }
.price-card--featured { background: var(--forest-900); color: var(--white); box-shadow: var(--shadow); transform: translateY(-14px); }
.price-card__badge { position: absolute; right: 22px; top: 20px; padding: 7px 10px; border-radius: 999px; background: var(--orange); color: white; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.price-card__label { color: var(--muted); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.price-card--featured .price-card__label { color: rgba(255,255,255,.55); }
.price-card h3 { margin: 16px 0 26px; font-size: 2rem; line-height: 1; }
.price-card__price { display: grid; min-height: 86px; margin: 0 0 28px; }
.price-card__price span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.price-card__price strong { font-size: 2.5rem; line-height: 1; }
.price-card--featured .price-card__price span { color: rgba(255,255,255,.55); }
.price-card ul { list-style: none; margin: 0 0 32px; padding: 0; }
.price-card li { position: relative; padding: 10px 0 10px 29px; border-top: 1px solid var(--line); font-size: .92rem; }
.price-card--featured li { border-color: rgba(255,255,255,.12); }
.price-card li::before { content: "✓"; position: absolute; left: 2px; color: var(--orange); font-weight: 900; }
.price-card .button { margin-top: auto; }
.price-card--featured .button--accent { color: var(--forest-950); }
.pricing-note { max-width: 780px; margin: 22px auto 0; text-align: center; color: var(--muted); font-size: .78rem; }

.group-section { background: var(--forest-900); padding-top: 0; }
.group-card { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; padding: 74px; border-radius: var(--radius-lg); color: var(--white); background: var(--forest-700); overflow: hidden; box-shadow: 0 30px 80px rgba(7,24,17,.26); }
.group-card::before { content: ""; position: absolute; width: 560px; height: 560px; right: -260px; top: -220px; border: 80px solid rgba(198,241,91,.18); border-radius: 50%; }
.group-card__content { position: relative; z-index: 1; }
.group-card__content > p { max-width: 620px; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.group-card__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 850; }
.text-link--dark { color: var(--forest-900); }
.group-card__stats { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: end; }
.group-card__stats div { min-height: 135px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.06); backdrop-filter: blur(5px); }
.group-card__stats strong { font-size: 1.15rem; }
.group-card__stats span { color: rgba(255,255,255,.56); font-size: .78rem; }

.testimonial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.testimonial-visual { position: relative; min-height: 390px; display: grid; place-items: center; }

.testimonial-visual--photo { position: relative; width: min(100%, 520px); min-height: 360px; border-radius: 34px; overflow: hidden; box-shadow: 0 20px 55px rgba(12,35,26,.12); transform: rotate(-1.5deg); }
.testimonial-visual--photo::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.35); border-radius: inherit; pointer-events: none; }
.testimonial-visual--photo img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: center; }

.target-rings { position: relative; width: 300px; height: 300px; border-radius: 50%; background: var(--white); box-shadow: 0 20px 55px rgba(12,35,26,.12); }
.target-rings span { position: absolute; border-radius: 50%; inset: 12%; background: var(--orange); }
.target-rings span:nth-child(2) { inset: 27%; background: var(--forest-900); }
.target-rings span:nth-child(3) { inset: 40%; background: var(--lime); }
.target-rings span:nth-child(4) { inset: 48%; background: var(--forest-950); }
.arrow-line { position: absolute; width: 360px; height: 10px; left: -80px; top: 50%; background: var(--forest-900); border-radius: 5px; transform: rotate(-8deg); }
.arrow-line::after { content: ""; position: absolute; right: -10px; top: -9px; border-left: 28px solid var(--orange); border-top: 14px solid transparent; border-bottom: 14px solid transparent; }
.testimonial { margin: 0; }
.stars { color: var(--orange); letter-spacing: .18em; }
.testimonial p { margin: 20px 0; font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 1.03; letter-spacing: -.055em; }
.testimonial footer { color: var(--muted); font-weight: 750; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro > p { color: var(--muted); }
.faq-intro .text-link { margin-top: 24px; }
.accordion__item { border-top: 1px solid var(--line); }
.accordion__item:last-child { border-bottom: 1px solid var(--line); }
.accordion__item summary { position: relative; list-style: none; padding: 27px 54px 27px 0; cursor: pointer; font-size: 1.1rem; font-weight: 850; }
.accordion__item summary::-webkit-details-marker { display: none; }
.accordion__item summary span::before, .accordion__item summary span::after { content: ""; position: absolute; right: 8px; top: 50%; width: 20px; height: 2px; background: var(--forest-900); transition: transform .2s ease; }
.accordion__item summary span::after { transform: rotate(90deg); }
.accordion__item[open] summary span::after { transform: rotate(0); }
.accordion__item p { max-width: 780px; margin: -5px 0 26px; color: var(--muted); }

.contact-section { color: var(--white); background: var(--forest-950); }
.contact-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 90px; align-items: center; }
.contact-copy > p { max-width: 620px; color: rgba(255,255,255,.62); font-size: 1.08rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.contact-card { padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.06); box-shadow: 0 22px 62px rgba(0,0,0,.2); }
.contact-card__top { display: flex; gap: 18px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.14); }
.map-pin { display: grid; place-items: center; flex: 0 0 auto; width: 54px; height: 54px; border-radius: 50%; background: var(--lime); color: var(--forest-950); font-size: 1.5rem; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }
.contact-card strong { margin-top: 5px; line-height: 1.4; }
.contact-card__rows { padding: 16px 0 22px; }
.contact-card__rows div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; font-size: .85rem; }
.contact-card__rows span { color: rgba(255,255,255,.5); }
.contact-card__rows strong { margin: 0; text-align: right; }
.contact-card .button { width: 100%; background: var(--white); color: var(--forest-950); }

.site-footer { padding: 72px 0 26px; color: var(--white); background: #07140f; }
.footer__grid { display: grid; grid-template-columns: 1.45fr .7fr .7fr 1fr; gap: 54px; }
.brand--footer .brand__text small { color: rgba(255,255,255,.48); }
.footer__brand p { max-width: 350px; color: rgba(255,255,255,.48); font-size: .9rem; }
.footer__grid h3 { margin: 0 0 18px; color: rgba(255,255,255,.42); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer__grid a, .footer__grid span { color: rgba(255,255,255,.74); font-size: .88rem; }
.footer__grid a:hover { color: var(--lime); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .78rem; }
.footer__bottom div { display: flex; gap: 22px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .main-nav { gap: 16px; }
  .main-nav > a:not(.button) { font-size: .84rem; }
  .hero__grid { gap: 42px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card--large { grid-row: span 1; grid-column: span 2; min-height: 500px; }
  .feature-card--large .feature-card__icon { margin-bottom: 150px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .price-card { min-height: auto; }
  .price-card--featured { transform: none; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .announcement__inner { justify-content: center; text-align: center; }
  .announcement a { display: none; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100dvh; overflow:auto; display:grid; align-content:start; gap:0; padding:96px 24px 32px; border:0; border-radius:0; background: var(--cream); z-index:99999; box-shadow: var(--shadow); opacity: 0; transform: translateY(-15px) scale(.98); pointer-events: none; transition: .25s ease; }
  .main-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav > a:not(.button) { padding: 14px 8px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav .button { margin-top: 14px; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 42px; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; }
  .hero h1 { max-width: 760px; }
  .hero__visual { max-width: 680px; margin-inline: auto; }
  .hero__ticker { flex-wrap: wrap; justify-content: center; }
  .section-heading, .experience__grid, .group-card, .testimonial-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .section-heading { align-items: start; }
  .experience__intro, .faq-intro { position: static; }
  .group-card { padding: 48px; }
  .testimonial-visual { min-height: 320px; }
  .footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: span 3; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement { font-size: .76rem; }
  .header__inner { min-height: 72px; }
  .main-nav { inset: 72px 10px auto; }
  .brand img { width: 42px; height: 42px; }
  .brand__text strong { font-size: .78rem; }
  .brand__text small { font-size: .64rem; }
  .hero h1 { font-size: clamp(3.3rem, 18vw, 5rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions .button { width: 100%; }
  .hero__meta { gap: 0; }
  .hero__meta div { padding-right: 10px; }
  .hero__meta div + div { padding-left: 10px; }
  .hero__meta strong { font-size: 1.2rem; }
  .hero__meta span { font-size: .65rem; }
  .visual-frame { padding: 10px; border-radius: 28px; }
  .visual-frame > img { border-radius: 20px; }
  .float-card--top { top: -18px; right: 10px; }
  .float-card--bottom { left: 6px; bottom: 14px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card--large { grid-column: auto; min-height: 460px; padding: 30px; }
  .feature-card--large .feature-card__icon { margin-bottom: 175px; }
  .feature-card--large::after { width: 250px; height: 250px; right: -88px; top: 100px; border-width: 48px; box-shadow: 0 0 0 28px var(--forest-900), 0 0 0 57px var(--lime); }
  .feature-card--large h3 { font-size: 2.1rem; }
  .step { grid-template-columns: 54px 1fr; gap: 16px; }
  .step__number { width: 46px; height: 46px; }
  .group-card { padding: 34px 24px; border-radius: 26px; }
  .group-card__stats { grid-template-columns: 1fr; }
  .target-rings { width: 230px; height: 230px; }
  .arrow-line { width: 270px; left: -80px; }
  .contact-card { padding: 24px; }
  .contact-card__rows div { display: grid; gap: 2px; }
  .contact-card__rows strong { text-align: left; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand, .footer__grid > div:last-child { grid-column: span 2; }
  .footer__bottom { flex-direction: column; }
}

@media (max-width: 700px) { .testimonial-visual--photo, .testimonial-visual--photo img { min-height: 280px; } }

/* Gallery page */
.main-nav > a.is-active:not(.button)::after { transform: scaleX(1); }
.gallery-hero { padding: 100px 0 80px; background: radial-gradient(circle at 86% 22%, rgba(198,241,91,.2), transparent 28%), var(--cream); }
.gallery-hero::before { content:""; position:absolute; inset:0; background-image:url("assets/texture.svg"); opacity:.45; mix-blend-mode:multiply; pointer-events:none; }
.gallery-hero__inner { position:relative; max-width:850px; }
.gallery-hero h1 { margin:22px 0 20px; font-size:clamp(4.5rem,10vw,9rem); line-height:.82; letter-spacing:-.07em; text-transform:uppercase; }
.gallery-hero p { max-width:700px; margin:0; color:var(--muted); font-size:1.18rem; }
.gallery-section { padding-top:70px; }
.gallery-filters { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:38px; }
.gallery-filters button { min-height:44px; padding:0 18px; border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,.55); color:var(--forest-900); cursor:pointer; font-weight:800; transition:.2s ease; }
.gallery-filters button:hover,.gallery-filters button.is-active { background:var(--forest-900); color:#fff; border-color:var(--forest-900); }
.gallery-grid { columns:3 300px; column-gap:18px; }
.gallery-card { position:relative; width:100%; margin:0 0 18px; padding:0; border:0; border-radius:22px; overflow:hidden; background:var(--forest-900); cursor:zoom-in; break-inside:avoid; box-shadow:0 12px 32px rgba(12,35,26,.08); }
.gallery-card[hidden] { display:none; }
.gallery-card img { width:100%; height:auto; transition:transform .5s cubic-bezier(.2,.7,.2,1),opacity .3s ease; }
.gallery-card:hover img { transform:scale(1.035); opacity:.8; }
.gallery-card__overlay { position:absolute; inset:auto 0 0; display:flex; align-items:end; justify-content:space-between; gap:20px; padding:55px 20px 19px; color:#fff; text-align:left; background:linear-gradient(transparent,rgba(7,20,15,.88)); opacity:0; transform:translateY(8px); transition:.25s ease; }
.gallery-card:hover .gallery-card__overlay,.gallery-card:focus-visible .gallery-card__overlay { opacity:1; transform:none; }
.gallery-card__overlay strong,.gallery-card__overlay small { display:block; }
.gallery-card__overlay strong { font-size:1rem; }
.gallery-card__overlay small { white-space:nowrap; color:var(--lime); font-weight:800; }
.gallery-cta .contact-grid { grid-template-columns:1fr; }
.lightbox { position:fixed; z-index:1000; inset:0; display:grid; place-items:center; padding:50px 90px; background:rgba(3,10,7,.94); opacity:0; visibility:hidden; transition:.25s ease; }
.lightbox.is-open { opacity:1; visibility:visible; }
.lightbox figure { margin:0; max-width:min(1200px,100%); max-height:100%; display:grid; place-items:center; }
.lightbox img { max-width:100%; max-height:calc(100vh - 130px); border-radius:18px; box-shadow:0 30px 90px rgba(0,0,0,.45); }
.lightbox figcaption { margin-top:14px; color:rgba(255,255,255,.78); font-weight:700; }
.lightbox__close,.lightbox__nav { position:absolute; display:grid; place-items:center; border:1px solid rgba(255,255,255,.2); background:rgba(255,255,255,.08); color:#fff; cursor:pointer; backdrop-filter:blur(10px); }
.lightbox__close { right:24px; top:24px; width:50px; height:50px; border-radius:50%; font-size:2rem; }
.lightbox__nav { top:50%; width:56px; height:72px; margin-top:-36px; border-radius:18px; font-size:3rem; }
.lightbox__nav--prev { left:22px; }.lightbox__nav--next { right:22px; }
.lightbox-open { overflow:hidden; }
@media(max-width:620px){.gallery-hero{padding:72px 0 58px}.gallery-grid{columns:2 150px;column-gap:10px}.gallery-card{margin-bottom:10px;border-radius:15px}.gallery-card__overlay{display:none}.lightbox{padding:70px 14px}.lightbox__nav{top:auto;bottom:18px;width:54px;height:54px;border-radius:50%}.lightbox__nav--prev{left:calc(50% - 65px)}.lightbox__nav--next{right:calc(50% - 65px)}.lightbox__close{right:14px;top:14px}}

/* Fix: decorative target rings must stay behind the card content */
.feature-card--large > * {
  position: relative;
  z-index: 2;
}

.feature-card--large::after {
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 720px) {
  .feature-card--large::after {
    right: -118px;
    top: 112px;
  }
}

/* Final readability refinement: keep the target graphic entirely beside the copy */
.feature-card--large h3,
.feature-card--large p,
.feature-card--large a {
  position: relative;
  z-index: 2;
  max-width: 48%;
}

.feature-card--large::after {
  width: 300px;
  height: 300px;
  right: -40px;
  top: 145px;
  border-width: 56px;
  box-shadow: 0 0 0 34px var(--forest-900), 0 0 0 69px var(--lime);
}

@media (max-width: 720px) {
  .feature-card--large {
    min-height: auto;
  }

  .feature-card--large .feature-card__icon {
    margin-bottom: 76px;
  }

  .feature-card--large h3,
  .feature-card--large p,
  .feature-card--large a {
    max-width: 100%;
  }

  .feature-card--large::after {
    display: none;
  }
}


/* Shared content pages */
.subpage-hero{padding:90px 0 96px;background:radial-gradient(circle at 86% 20%,rgba(198,241,91,.2),transparent 30%),var(--cream)}
.subpage-hero__grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}
.subpage-hero h1{margin:20px 0 25px;font-size:clamp(4.2rem,8vw,8rem);line-height:.82;letter-spacing:-.07em;text-transform:uppercase}.subpage-hero h1 em{color:var(--orange);font-style:normal}.subpage-hero p{max-width:650px;color:var(--muted);font-size:1.16rem}
.subpage-hero__image{min-height:540px;border:10px solid rgba(255,255,255,.72);border-radius:34px;overflow:hidden;box-shadow:var(--shadow);transform:rotate(1.5deg)}.subpage-hero__image img{width:100%;height:100%;min-height:540px;object-fit:cover}.subpage-hero__image--logo{display:grid;place-items:center;background:#fff}.subpage-hero__image--logo img{width:min(72%,430px);height:auto;min-height:0;object-fit:contain}
.info-highlight{display:grid;grid-template-columns:1fr .75fr;gap:70px;align-items:center;padding:54px;border-radius:30px;background:#fff;box-shadow:0 20px 55px rgba(12,35,26,.07)}.info-highlight__kicker{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem}.info-highlight h2{margin:12px 0 18px;font-size:clamp(2.8rem,5vw,5.4rem);line-height:.92}.info-highlight p{color:var(--muted);font-size:1.08rem}.deadline-card{padding:36px;border-radius:25px;background:var(--forest-900);color:#fff}.deadline-card small{display:block;color:var(--lime);font-weight:900;text-transform:uppercase;letter-spacing:.12em}.deadline-card strong{display:block;margin:12px 0;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1}.deadline-card p{color:rgba(255,255,255,.62);font-size:.95rem}
.content-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:54px}.content-card{min-height:275px;padding:32px;border:1px solid var(--line);border-radius:25px;background:rgba(255,255,255,.72)}.content-card>span{color:var(--orange);font-size:.72rem;font-weight:900;letter-spacing:.12em}.content-card h3{margin:55px 0 12px;font-size:1.55rem}.content-card p{color:var(--muted);font-size:.93rem}
.split-feature{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.split-feature--reverse .split-feature__image{order:2}.split-feature__image{min-height:440px;border-radius:28px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.split-feature__image img{width:100%;height:100%;min-height:440px;object-fit:cover}.split-feature__image .contain-image{padding:12%;object-fit:contain}.split-feature__copy>p{color:var(--muted);font-size:1.02rem}.split-feature__copy .button{margin-top:18px}.split-feature--dark .split-feature__copy>p{color:rgba(255,255,255,.62)}.link-row{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:26px}
.center-cta{max-width:850px;text-align:center}.center-cta .eyebrow,.center-cta .contact-actions{justify-content:center}.center-cta>p{color:rgba(255,255,255,.62);font-size:1.08rem}
.page-link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.page-link-card{display:flex;flex-direction:column;min-height:300px;padding:32px;border:1px solid var(--line);border-radius:26px;background:var(--cream);transition:transform .25s ease,box-shadow .25s ease}.page-link-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.page-link-card>span{color:var(--orange);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.page-link-card h3{margin:58px 0 12px;font-size:1.6rem}.page-link-card p{color:var(--muted)}.page-link-card b{margin-top:auto;color:var(--forest-900)}
@media(max-width:900px){.subpage-hero__grid,.info-highlight,.split-feature{grid-template-columns:1fr}.subpage-hero__image{min-height:420px}.subpage-hero__image img{min-height:420px}.split-feature--reverse .split-feature__image{order:0}.content-cards,.page-link-grid{grid-template-columns:1fr}.content-card{min-height:auto}.content-card h3{margin-top:28px}}
@media(max-width:620px){.subpage-hero{padding:65px 0 75px}.subpage-hero h1{font-size:clamp(3.4rem,16vw,5.2rem)}.subpage-hero__image,.subpage-hero__image img{min-height:320px}.info-highlight{padding:28px}.deadline-card{padding:28px}.split-feature__image,.split-feature__image img{min-height:300px}.page-link-card{min-height:250px}}


/* Readable copy panel for the large target card */
.feature-card--large .feature-card__copy {
  position: absolute;
  left: 42px;
  bottom: 42px;
  z-index: 3;
  width: min(470px, 54%);
  padding: 24px 26px 25px;
  border: 1px solid rgba(16,42,32,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.91);
  box-shadow: 0 18px 42px rgba(12,35,26,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.feature-card--large .feature-card__copy h3,
.feature-card--large .feature-card__copy p,
.feature-card--large .feature-card__copy a {
  max-width: none;
}
.feature-card--large .feature-card__copy h3 {
  font-size: clamp(2.05rem, 3.2vw, 2.7rem);
}
.feature-card--large .feature-card__copy a {
  margin-top: 20px;
}
@media (max-width: 980px) {
  .feature-card--large .feature-card__copy {
    width: min(520px, 60%);
  }
}
@media (max-width: 720px) {
  .feature-card--large .feature-card__copy {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}


/* v1.1: definitive large target-card composition */
.feature-card--large{display:grid;grid-template-columns:minmax(0,1fr) 290px;grid-template-rows:auto 1fr;gap:20px;align-items:center;overflow:hidden}
.feature-card--large::after{display:none!important}
.feature-card--large .feature-card__number{grid-column:1;grid-row:1}
.feature-card--large .feature-card__icon{grid-column:2;grid-row:1 / span 2;justify-self:center;align-self:center;width:250px;height:250px;margin:0;border:48px solid var(--orange);background:var(--forest-900);box-shadow:0 0 0 30px var(--lime);font-size:0}
.feature-card--large .feature-card__icon::before{content:"32";font-size:4.6rem;line-height:.9;font-weight:950;color:#fff}
.feature-card--large .feature-card__icon::after{content:"3D-ZIELE";position:absolute;margin-top:92px;color:var(--lime);font-size:.82rem;font-weight:900;letter-spacing:.14em}
.feature-card--large .feature-card__copy{position:static;grid-column:1;grid-row:2;width:auto;padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none}
.feature-card--large .feature-card__copy h3,.feature-card--large .feature-card__copy p,.feature-card--large .feature-card__copy a{max-width:100%}
@media(max-width:760px){.feature-card--large{display:block}.feature-card--large .feature-card__icon{display:grid;width:180px;height:180px;margin:55px auto 75px;border-width:34px;box-shadow:0 0 0 22px var(--lime)}.feature-card--large .feature-card__icon::before{font-size:3.4rem}.feature-card--large .feature-card__icon::after{margin-top:69px;font-size:.68rem}.feature-card--large .feature-card__copy{position:static}}

/* v1.1 content components */
.stat-stack{display:grid;gap:12px}.stat-stack div{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:18px 20px;border-radius:18px;background:var(--forest-900);color:#fff}.stat-stack strong{font-size:2rem}.stat-stack span{color:rgba(255,255,255,.62)}
.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}.offer-tile{min-height:330px;padding:34px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 15px 45px rgba(12,35,26,.05)}.offer-tile span,.legal-kicker{color:var(--orange);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.offer-tile h3{margin:95px 0 14px;font-size:1.8rem}.offer-tile p{color:var(--muted)}
.check-list{margin:28px 0}.check-list p{margin:10px 0;color:rgba(255,255,255,.75)}.check-list--dark p{color:var(--forest-900)}
.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.legal-card{padding:40px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(12,35,26,.06)}.legal-card__icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--lime);font-size:1.5rem}.legal-card h2{margin:34px 0 20px;font-size:2.2rem}.legal-card p{color:var(--muted)}.legal-card a:not(.button){color:var(--forest-900);font-weight:800}
.info-highlight--dark{background:rgba(255,255,255,.07);color:#fff}.info-highlight--dark p{color:rgba(255,255,255,.65)}
.faq-page{max-width:960px}
.legal-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:70px;align-items:start}.legal-nav{position:sticky;top:120px;display:flex;flex-direction:column;gap:10px;padding:24px;border-radius:22px;background:#fff;border:1px solid var(--line)}.legal-nav strong{margin-bottom:10px}.legal-nav a{padding:9px 0;color:var(--muted);font-size:.9rem}.legal-nav a:hover{color:var(--orange)}.legal-content{padding:50px;border-radius:30px;background:#fff;border:1px solid var(--line)}.legal-content section{scroll-margin-top:120px;padding:0 0 36px;margin:0 0 36px;border-bottom:1px solid var(--line)}.legal-content section:last-of-type{border-bottom:0}.legal-content h2{margin:12px 0 18px;font-size:clamp(1.8rem,3vw,2.8rem)}.legal-content p{color:var(--muted)}.legal-content a{color:var(--forest-900);font-weight:800}.legal-note{padding:18px 20px;border-radius:16px;background:var(--cream);font-size:.88rem}
@media(max-width:900px){.offer-grid,.contact-page-grid{grid-template-columns:1fr}.offer-tile{min-height:auto}.offer-tile h3{margin-top:40px}.legal-layout{grid-template-columns:1fr;gap:24px}.legal-nav{position:static;display:none}.legal-content{padding:32px}}
@media(max-width:620px){.feature-card--large{min-height:auto}.legal-content{padding:24px}.contact-page-grid{gap:14px}}


/* v1.2: improved hero imagery for Besuch and Angebote */
.subpage-hero--visit .subpage-hero__image {
  min-height: 660px;
  transform: rotate(.6deg);
}
.subpage-hero--visit .subpage-hero__image img {
  min-height: 660px;
  object-position: 50% 46%;
}
.subpage-hero--offers .subpage-hero__image img {
  object-position: 48% 50%;
}
@media (max-width: 900px) {
  .subpage-hero--visit .subpage-hero__image,
  .subpage-hero--visit .subpage-hero__image img {
    min-height: 520px;
  }
}
@media (max-width: 620px) {
  .subpage-hero--visit .subpage-hero__image,
  .subpage-hero--visit .subpage-hero__image img {
    min-height: 430px;
  }
  .subpage-hero--visit .subpage-hero__image img {
    object-position: 57% 50%;
  }
  .subpage-hero--offers .subpage-hero__image img {
    object-position: 45% 50%;
  }
}


/* v1.3 — responsive and content polish */
html, body { max-width: 100%; overflow-x: clip; }
main, section, .container, .subpage-hero__grid > *, .info-highlight > *, .split-feature > *, .section-heading > * { min-width: 0; }
h1, h2, h3, p, a, strong, span { overflow-wrap: break-word; }
.price-card__intro { margin: 0 0 28px; color: var(--muted); }
.price-card--featured .price-card__intro { color: rgba(255,255,255,.7); }
.pricing-grid--compact .price-card { min-height: 500px; }

/* Visit page: stable image ratio and clean stacking */
.subpage-hero--visit .subpage-hero__image {
  min-height: 0;
  aspect-ratio: 5 / 6;
}
.subpage-hero--visit .subpage-hero__image img {
  min-height: 0;
  height: 100%;
  object-position: 50% 48%;
}

@media (max-width: 1050px) {
  .header__inner { gap: 18px; }
  .subpage-hero__grid { gap: 42px; }
  .info-highlight { gap: 36px; }
}

@media (max-width: 900px) {
  .subpage-hero { padding: 64px 0 72px; }
  .subpage-hero__grid { gap: 38px; }
  .subpage-hero__image { transform: none; width: 100%; }
  .subpage-hero--visit .subpage-hero__image {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
  .subpage-hero--visit .subpage-hero__image img { min-height: 0; }
  .info-highlight { gap: 26px; padding: 38px; }
  .info-highlight h2 { font-size: clamp(2.65rem, 9vw, 4.6rem); }
  .deadline-card { width: 100%; }
  .pricing-grid--compact { max-width: none; }
  .pricing-grid--compact .price-card { min-height: auto; }
}

@media (max-width: 860px) {
  .main-nav {
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .main-nav .button { width: 100%; }
}

@media (max-width: 620px) {
  :root { --radius-md: 20px; --radius-lg: 26px; }
  .section { padding: 64px 0; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .announcement__inner { min-height: 42px; line-height: 1.3; padding-block: 6px; }
  .header__inner { min-height: 68px; }
  .main-nav { inset: 68px 8px auto; max-height: calc(100dvh - 78px); border-radius: 20px; }
  .brand { gap: 9px; }
  .brand img { width: 38px; height: 38px; }
  .brand__text strong { font-size: .73rem; }
  .brand__text small { margin-top: 5px; font-size: .58rem; letter-spacing: .08em; }
  .nav-toggle { width: 44px; height: 44px; flex: 0 0 auto; }

  .subpage-hero { padding: 48px 0 58px; }
  .subpage-hero__grid { gap: 28px; }
  .subpage-hero h1 {
    margin: 16px 0 20px;
    font-size: clamp(3rem, 15vw, 4.5rem);
    line-height: .88;
    letter-spacing: -.055em;
  }
  .subpage-hero p { font-size: 1rem; line-height: 1.65; }
  .subpage-hero .hero__actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 26px; }
  .subpage-hero .hero__actions .button { width: 100%; min-width: 0; padding-inline: 16px; }
  .subpage-hero__image { border-width: 6px; border-radius: 24px; }
  .subpage-hero--visit .subpage-hero__image {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }
  .subpage-hero--visit .subpage-hero__image img {
    min-height: 0;
    object-position: 54% 48%;
  }

  .info-highlight { padding: 24px; gap: 20px; border-radius: 24px; }
  .info-highlight h2 { margin: 10px 0 14px; font-size: clamp(2.35rem, 12vw, 3.7rem); line-height: .96; }
  .info-highlight p { margin-bottom: 0; font-size: 1rem; }
  .deadline-card { padding: 24px; border-radius: 20px; }
  .deadline-card strong { font-size: clamp(1.65rem, 8vw, 2.35rem); line-height: 1.05; }
  .deadline-card p { margin-bottom: 0; }

  .section-heading { gap: 22px; margin-bottom: 34px; }
  .section-heading h2, .experience h2, .group-card h2, .contact-copy h2, .faq-intro h2 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
    line-height: 1;
  }
  .section-heading > p { font-size: .98rem; }
  .content-cards { gap: 12px; margin-top: 32px; }
  .content-card { padding: 24px; border-radius: 20px; }
  .content-card h3 { margin-top: 24px; font-size: 1.4rem; }

  .experience__grid { gap: 30px; }
  .step { grid-template-columns: 46px minmax(0, 1fr); gap: 13px; padding-block: 20px; }
  .step__number { width: 42px; height: 42px; font-size: .72rem; }
  .step h3 { font-size: 1.25rem; }
  .step p { font-size: .92rem; }

  .split-feature { gap: 30px; }
  .split-feature__image, .split-feature__image img { min-height: 0; }
  .split-feature__image { aspect-ratio: 4 / 3; border-radius: 22px; }
  .split-feature__image img { height: 100%; }
  .split-feature__copy h2 { font-size: clamp(2.25rem, 11vw, 3.5rem); line-height: 1; }
  .split-feature__copy .button { width: 100%; padding-inline: 14px; text-align: center; }

  .pricing-grid { gap: 14px; }
  .price-card, .pricing-grid--compact .price-card { min-height: auto; padding: 25px; border-radius: 21px; }
  .price-card__badge { position: static; align-self: flex-start; margin-bottom: 14px; }
  .price-card h3 { margin: 12px 0 20px; font-size: 1.75rem; }
  .price-card__price { min-height: 72px; }
  .price-card__price strong { font-size: 2.15rem; }
  .price-card .button { width: 100%; padding-inline: 14px; }

  .center-cta h2 { font-size: clamp(2.35rem, 12vw, 3.6rem); line-height: 1; }
  .contact-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .contact-actions .button { width: 100%; min-width: 0; padding-inline: 14px; }

  .footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .footer__brand, .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom { margin-top: 38px; }
  .footer__bottom div { flex-wrap: wrap; gap: 16px; }
}

@media (max-width: 380px) {
  .brand__text small { display: none; }
  .subpage-hero h1 { font-size: 2.8rem; }
  .info-highlight, .deadline-card, .content-card, .price-card { padding: 20px; }
}


/* v1.4 — Besuch-Seite: mobile Hero vollständig korrigiert */
@media (max-width: 620px) {
  .subpage-hero--visit {
    padding: 24px 0 52px;
  }

  .subpage-hero--visit .subpage-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .subpage-hero--visit .subpage-hero__image {
    order: -1;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
    border-width: 5px;
    border-radius: 22px;
    transform: none;
  }

  .subpage-hero--visit .subpage-hero__image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: 50% 46%;
  }

  .subpage-hero--visit h1 {
    max-width: 100%;
    margin: 14px 0 18px;
    font-size: clamp(2.55rem, 12.8vw, 3.55rem);
    line-height: .9;
    letter-spacing: -.05em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }

  .subpage-hero--visit h1 em {
    display: block;
    max-width: 100%;
  }

  .subpage-hero--visit p {
    max-width: 100%;
    margin: 0;
    font-size: .98rem;
    line-height: 1.55;
  }

  .subpage-hero--visit .hero__actions {
    margin-top: 22px;
    gap: 9px;
  }

  .subpage-hero--visit .hero__actions .button {
    min-height: 54px;
    white-space: normal;
    line-height: 1.2;
  }
}

@media (max-width: 390px) {
  .subpage-hero--visit h1 {
    font-size: clamp(2.35rem, 12vw, 3rem);
  }

  .subpage-hero--visit .subpage-hero__image {
    aspect-ratio: 15 / 9;
  }
}


/* === Version 1.6 additions === */
:root {
  --club-red: #d52b1e;
  --club-yellow: #ffd447;
}
.price-overview { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.price-panel { position:relative; padding:30px; border:1px solid var(--line); border-radius:var(--radius-md); background:var(--white); box-shadow:0 14px 36px rgba(12,35,26,.06); }
.price-panel--featured { background:var(--forest-900); color:var(--white); }
.price-panel__tag { display:inline-flex; padding:.42rem .72rem; border-radius:999px; background:var(--lime); color:var(--forest-950); font-size:.72rem; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.price-panel h3 { margin:20px 0 8px; font-size:1.65rem; line-height:1.1; }
.price-panel > p { margin:0 0 22px; color:var(--muted); }
.price-panel--featured > p { color:rgba(255,255,255,.67); }
.price-list { display:grid; gap:0; margin-top:14px; }
.price-row { display:flex; justify-content:space-between; align-items:baseline; gap:18px; padding:14px 0; border-top:1px solid var(--line); }
.price-panel--featured .price-row { border-color:rgba(255,255,255,.16); }
.price-row span { font-size:.94rem; }
.price-row strong { white-space:nowrap; font-size:1.12rem; }
.price-note { margin-top:22px; padding:18px; border-radius:16px; background:var(--sand); }
.price-panel--featured .price-note { background:rgba(255,255,255,.08); }
.full-price-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.full-price-grid .price-panel:last-child { grid-column:1/-1; }

.rule-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.rule-card { padding:28px; border:1px solid var(--line); border-radius:var(--radius-md); background:rgba(255,255,255,.72); }
.rule-card__icon { display:grid; place-items:center; width:54px; height:54px; margin-bottom:20px; border-radius:50%; background:var(--lime); font-size:1.45rem; }
.rule-card h3 { margin:0 0 14px; font-size:1.35rem; }
.rule-card ul { margin:0; padding-left:1.1rem; color:var(--muted); }
.rule-card li+li { margin-top:8px; }
.rule-footer { margin-top:22px; padding:24px; border-radius:var(--radius-md); text-align:center; background:var(--forest-900); color:var(--white); font-weight:850; }

.trainer-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.trainer-card { overflow:hidden; border:1px solid var(--line); border-radius:var(--radius-md); background:var(--white); }
.trainer-card__image { aspect-ratio:16/10; background:var(--forest-800); }
.trainer-card__image img { width:100%; height:100%; object-fit:cover; }
.trainer-card__placeholder { display:grid; place-items:center; height:100%; padding:40px; background:radial-gradient(circle at 70% 20%,rgba(255,212,71,.25),transparent 28%),var(--forest-900); }
.trainer-card__placeholder img { width:min(200px,65%); border-radius:50%; }
.trainer-card__body { padding:28px; }
.trainer-card__role { color:var(--club-red); font-size:.76rem; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.trainer-card h3 { margin:8px 0 8px; font-size:1.75rem; }
.trainer-card p { color:var(--muted); }
.trainer-contact { display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }

.rwr-modules { display:grid; gap:14px; counter-reset:rwr; }
.rwr-module { display:grid; grid-template-columns:80px 1fr; gap:22px; align-items:start; padding:25px; border:1px solid var(--line); border-radius:var(--radius-md); background:var(--white); }
.rwr-module::before { counter-increment:rwr; content:"0" counter(rwr); display:grid; place-items:center; width:64px; height:64px; border-radius:50%; background:var(--club-yellow); color:var(--forest-950); font-weight:900; }
.rwr-module h3 { margin:3px 0 8px; font-size:1.35rem; }
.rwr-module p { margin:0; color:var(--muted); }
.rwr-accent { border-left:7px solid var(--club-red); }

.partner-strip { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.partner-card { display:flex; min-height:170px; align-items:center; justify-content:center; padding:28px; border:1px solid var(--line); border-radius:var(--radius-md); background:var(--white); }
.partner-card img { max-height:105px; width:auto; }
.partner-wordmark { text-align:center; font-size:2rem; font-weight:900; letter-spacing:-.04em; }
.partner-wordmark small { display:block; margin-top:5px; color:var(--muted); font-size:.72rem; letter-spacing:.15em; text-transform:uppercase; }
.social-links { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.social-link { display:inline-flex; min-height:42px; align-items:center; gap:8px; padding:0 15px; border:1px solid rgba(255,255,255,.22); border-radius:999px; font-size:.88rem; font-weight:750; }

@media (max-width: 900px) {
  .price-overview,.rule-grid { grid-template-columns:1fr 1fr; }
  .price-overview .price-panel:last-child,.rule-grid .rule-card:last-child { grid-column:1/-1; }
}
@media (max-width: 700px) {
  .price-overview,.full-price-grid,.rule-grid,.trainer-grid,.partner-strip { grid-template-columns:1fr; }
  .full-price-grid .price-panel:last-child,.price-overview .price-panel:last-child,.rule-grid .rule-card:last-child { grid-column:auto; }
  .rwr-module { grid-template-columns:56px 1fr; gap:14px; padding:20px; }
  .rwr-module::before { width:50px; height:50px; }
  .price-panel,.rule-card,.trainer-card__body { padding:24px; }
}


/* === Bogenbörse Modul v2.0 === */
.marketplace-hero .subpage-hero__image img{object-position:center 45%}.market-toolbar{margin-bottom:28px;padding:20px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);box-shadow:0 12px 34px rgba(12,35,26,.06)}.market-filter{display:grid;grid-template-columns:1.6fr 1fr auto;gap:14px;align-items:end}.market-filter label,.form-field{display:grid;gap:7px}.market-filter label span,.form-field>span{font-size:.78rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.market-filter input,.market-filter select,.market-form input,.market-form select,.market-form textarea{width:100%;min-height:52px;padding:12px 15px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);outline:none}.market-form textarea{resize:vertical}.market-filter input:focus,.market-filter select:focus,.market-form input:focus,.market-form select:focus,.market-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(213,43,30,.1)}.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.market-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);box-shadow:0 14px 36px rgba(12,35,26,.07);transition:transform .25s ease,box-shadow .25s ease}.market-card:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(12,35,26,.13)}.market-card__image{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:var(--forest-800)}.market-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.market-card:hover .market-card__image img{transform:scale(1.04)}.market-card__category{position:absolute;left:15px;top:15px;padding:7px 10px;border-radius:999px;background:var(--lime);color:var(--forest-950);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.market-card__body{padding:22px}.market-card__price{color:var(--orange);font-size:1.4rem;font-weight:900}.market-card h2{margin:6px 0 9px;font-size:1.32rem;line-height:1.18}.market-card p{min-height:72px;margin:0;color:var(--muted)}.market-card__meta{display:flex;justify-content:space-between;gap:10px;margin:18px 0;color:var(--muted);font-size:.78rem}.market-card__button{width:100%;min-height:48px}.market-empty,.market-success{text-align:center;padding:60px 24px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white)}.market-empty>div,.market-success>div{font-size:3rem}.market-empty h2,.market-success h2{margin:8px 0}.market-form-wrap{max-width:980px}.market-form{padding:30px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:24px}.form-field--wide{grid-column:1/-1}.upload-field{padding:20px;border:2px dashed rgba(16,42,32,.2);border-radius:16px;background:var(--cream)}.upload-field input{padding:8px;background:transparent;border:0}.upload-field small{color:var(--muted)}.form-check{display:flex;align-items:flex-start;gap:11px;color:var(--muted);font-size:.9rem}.form-check input{width:19px;min-height:auto;margin-top:3px}.form-errors{margin-bottom:20px;padding:18px 20px;border-left:5px solid var(--orange);border-radius:12px;background:#fff0ee;color:#7b1c14}.form-errors ul{margin:8px 0 0}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.market-detail-section{padding-top:55px}.market-back{display:inline-block;margin-bottom:22px;font-weight:800}.market-detail{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:start}.market-detail__image{overflow:hidden;border-radius:var(--radius-lg);background:var(--forest-900);box-shadow:var(--shadow)}.market-detail__image img{width:100%;aspect-ratio:4/3;object-fit:cover}.market-detail__content{padding:15px 0}.market-detail__content h1{margin:12px 0 8px;font-size:clamp(2.2rem,5vw,4rem);line-height:.98;letter-spacing:-.05em}.market-detail__price{color:var(--orange);font-size:2rem;font-weight:950}.market-detail__facts{display:flex;flex-wrap:wrap;gap:18px;margin:18px 0 24px;color:var(--muted)}.market-description{padding-top:22px;border-top:1px solid var(--line);font-size:1.03rem}.seller-box{margin-top:28px;padding:22px;border-radius:var(--radius-md);background:var(--forest-900);color:#fff}.seller-box small{display:block;color:rgba(255,255,255,.65)}.seller-box strong{font-size:1.3rem}.seller-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:17px}.seller-box .button--ghost{border-color:rgba(255,255,255,.35);color:#fff}.market-safety{margin-top:15px;color:var(--muted);font-size:.8rem}
@media(max-width:950px){.market-grid{grid-template-columns:1fr 1fr}.market-detail{grid-template-columns:1fr}.market-filter{grid-template-columns:1fr 1fr}.market-filter .button{grid-column:1/-1}}
@media(max-width:650px){.market-grid,.market-filter,.form-grid{grid-template-columns:1fr}.form-field--wide{grid-column:auto}.market-form{padding:20px}.market-card p{min-height:0}.market-detail-section{padding-top:35px}.seller-actions .button{width:100%}}

/* v2.1 – Vereinsseite, Trainer und strukturiertes Inserat-Formular */
.trainer-card__body{color:var(--ink);background:var(--white)}
.trainer-card__body h3{color:var(--forest-950);overflow-wrap:anywhere}
.trainer-card__body p{color:var(--muted)}
.trainer-card__image{aspect-ratio:4/3;overflow:hidden}
.trainer-card__image img{object-position:center 24%}
.trainer-card:nth-child(2) .trainer-card__image img{object-position:center 20%}
.trainer-contact{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.trainer-contact .button{white-space:normal;text-align:center;line-height:1.25;padding-block:11px}
.rwr-module{display:grid;grid-template-columns:58px 1fr;align-items:start;gap:18px}
.rwr-module__number{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--forest-900);color:var(--lime);font-weight:950}
.rwr-accent .rwr-module__number{background:var(--club-red,var(--orange));color:#fff}
.rwr-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.rwr-info-card{padding:26px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--cream)}
.rwr-info-card>span{color:var(--orange);font-size:.76rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.rwr-info-card h3{margin:8px 0 8px;font-size:1.35rem}.rwr-info-card p{margin:0;color:var(--muted)}
.market-form--structured{padding:0;overflow:hidden}
.market-form__intro{display:flex;align-items:center;gap:18px;padding:28px 30px;background:var(--forest-900);color:#fff}
.market-form__intro h3,.form-step__head h3{margin:0}.market-form__intro p,.form-step__head p{margin:3px 0 0}
.market-form__intro p{color:rgba(255,255,255,.7)}
.market-form__badge{display:inline-grid;place-items:center;min-width:88px;padding:9px 13px;border-radius:999px;background:var(--lime);color:var(--forest-950);font-size:.75rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.form-step{padding:30px;border-bottom:1px solid var(--line)}
.form-step__head{display:flex;gap:15px;align-items:flex-start;margin-bottom:22px}
.form-step__head>span{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;background:var(--orange);color:#fff;font-weight:950}
.form-step__head p{color:var(--muted)}
.form-step .form-grid{margin-bottom:0}
.form-field small{color:var(--muted);font-size:.8rem}
.input-with-addon{display:flex;align-items:center;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}
.input-with-addon>span{padding-left:15px;font-weight:900;color:var(--orange)}
.input-with-addon input{border:0!important;box-shadow:none!important;padding-left:9px!important}
.upload-field--large{position:relative;place-items:center;text-align:center;min-height:220px;padding:34px;border-color:rgba(16,42,32,.24);transition:border-color .2s ease,background .2s ease}
.upload-field--large:hover{border-color:var(--orange);background:#fff}
.upload-field__icon{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--lime);font-size:1.5rem;font-weight:900}
.upload-field--large input{width:min(420px,100%)}
.market-form__finish{display:grid;gap:18px;padding:28px 30px;background:var(--cream)}
.market-submit{justify-self:start;min-width:290px}.market-form__finish>small{color:var(--muted)}
@media(max-width:850px){.rwr-info-grid{grid-template-columns:1fr}.trainer-card__image{aspect-ratio:5/4}}
@media(max-width:650px){.market-form__intro{align-items:flex-start;flex-direction:column;padding:24px 20px}.form-step{padding:25px 20px}.market-form__finish{padding:24px 20px}.market-submit{width:100%;min-width:0}.form-step__head h3{font-size:1.2rem}.trainer-contact .button{width:100%}.rwr-module{grid-template-columns:44px 1fr;gap:12px}.rwr-module__number{width:40px;height:40px}.trainer-card__body h3{font-size:1.5rem}}

/* v2.2 – ruhigere Überschriften, keine getrennten Wörter */
h1,h2,h3,.hero h1,.subpage-hero h1,.gallery-hero h1{
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
.subpage-hero h1{
  max-width:100%;
  font-size:clamp(3.25rem,6.3vw,6.35rem);
  line-height:.9;
  letter-spacing:-.055em;
}
.marketplace-hero h1{
  white-space:nowrap;
  font-size:clamp(2.65rem,6.2vw,6.1rem);
  letter-spacing:-.055em;
}
.gallery-hero h1{
  font-size:clamp(3.7rem,8.2vw,7.6rem);
  line-height:.88;
}
@media(max-width:900px){
  .subpage-hero h1{font-size:clamp(3rem,10vw,5.2rem);line-height:.92}
  .marketplace-hero h1{font-size:clamp(2.55rem,9.4vw,4.8rem)}
}
@media(max-width:620px){
  .subpage-hero h1{font-size:clamp(2.7rem,12.2vw,4.25rem);letter-spacing:-.045em}
  .marketplace-hero h1{font-size:clamp(2.25rem,10.3vw,3.65rem);white-space:nowrap}
  .gallery-hero h1{font-size:clamp(3rem,14vw,4.5rem)}
}


/* v2.3 – Bogenbörse Hero und RWR-Module */
.marketplace-hero .subpage-hero__grid{grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr);align-items:center}
.marketplace-hero .subpage-hero__content{position:relative;z-index:2;min-width:0}
.marketplace-hero .subpage-hero__image{position:relative;z-index:1}
.marketplace-hero h1{max-width:100%;font-size:clamp(2.65rem,4.55vw,5.15rem);line-height:.92;letter-spacing:-.052em;white-space:nowrap}
.rwr-modules{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.rwr-module{grid-template-columns:58px minmax(0,1fr);gap:18px;min-width:0;padding:28px;height:100%}
.rwr-module::before{display:none!important;content:none!important}
.rwr-module:last-child{grid-column:1/-1}
.rwr-module h3{font-size:clamp(1.18rem,1.7vw,1.48rem);line-height:1.18;overflow-wrap:normal;word-break:normal}
.rwr-module p{font-size:.96rem;line-height:1.62}
@media(max-width:900px){.marketplace-hero .subpage-hero__grid{grid-template-columns:1fr}.marketplace-hero h1{font-size:clamp(2.55rem,9vw,4.65rem)}.rwr-modules{grid-template-columns:1fr}.rwr-module:last-child{grid-column:auto}}
@media(max-width:620px){.marketplace-hero h1{font-size:clamp(2.05rem,10.4vw,3.15rem);letter-spacing:-.045em}.rwr-module{grid-template-columns:44px minmax(0,1fr);padding:21px;gap:13px}.rwr-module__number{width:40px;height:40px}.rwr-module h3{font-size:1.12rem}}


/* v2.5 – Hero-Texte sauber innerhalb ihres Bereichs */
.subpage-hero__content,.subpage-hero__grid>div:first-child{min-width:0;position:relative;z-index:2}
.subpage-hero--visit .subpage-hero__grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center}
.subpage-hero--visit h1{max-width:100%;font-size:clamp(3rem,4.35vw,4.9rem);line-height:.94;letter-spacing:-.048em}
.subpage-hero--visit h1 em{display:inline-block}
@media(max-width:1050px) and (min-width:901px){.subpage-hero--visit h1{font-size:clamp(2.75rem,4.4vw,4rem)}.subpage-hero--visit .subpage-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr)}}
@media(max-width:900px){.subpage-hero--visit .subpage-hero__grid{grid-template-columns:1fr}.subpage-hero--visit h1{font-size:clamp(2.75rem,8.8vw,4.6rem)}}
@media(max-width:620px){.subpage-hero--visit h1{font-size:clamp(2.3rem,10.8vw,3.35rem);line-height:.96}.subpage-hero--visit h1 em{display:block}}


/* Trainerstunden bei Preisübersichten */
.trainer-price-box {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid rgba(18, 53, 42, .14);
  border-radius: 22px;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  box-shadow: 0 14px 34px rgba(18, 53, 42, .08);
}
.trainer-price-box__eyebrow {
  display: block;
  margin-bottom: .45rem;
  color: var(--accent, #9b6a38);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.trainer-price-box h3 {
  margin: 0 0 .45rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.2;
}
.trainer-price-box p { margin: 0; }
.trainer-price-box__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .7rem;
}
.trainer-price-box__actions .button {
  white-space: nowrap;
}
@media (max-width: 900px) {
  .trainer-price-box { grid-template-columns: 1fr; }
  .trainer-price-box__actions { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .trainer-price-box__actions { display: grid; }
  .trainer-price-box__actions .button { width: 100%; white-space: normal; text-align: center; }
}

@media (max-width:860px){body.nav-open{overflow:hidden;}.main-nav{margin:0;}}

/* v3.1 – robustes mobiles Sticky-/Fullscreen-Menü */
@media (max-width: 860px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 10001;
    isolation: isolate;
  }

  .nav-toggle {
    position: relative;
    z-index: 10003;
  }

  body > .main-nav,
  .main-nav {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: calc(88px + env(safe-area-inset-top)) 22px calc(28px + env(safe-area-inset-bottom)) !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: var(--cream) !important;
    z-index: 10000 !important;
    display: grid !important;
    align-content: start;
    gap: 0 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity .24s ease, transform .24s ease, visibility 0s linear .24s;
  }

  body > .main-nav.is-open,
  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition-delay: 0s;
  }

  body.nav-open .site-header {
    z-index: 10002;
  }

  body.nav-open .main-nav > a:not(.button) {
    font-size: 1.05rem;
    padding: 16px 8px;
  }
}

@media (max-width: 620px) {
  body > .main-nav,
  .main-nav {
    padding-top: calc(78px + env(safe-area-inset-top)) !important;
    padding-inline: 16px !important;
  }
}


/* v3.2 – eigenständiges mobiles Fullscreen-Menü ohne Header-Überlagerung */
.nav-close { display: none; }

@media (max-width: 860px) {
  /* Der normale Header wird bei geöffnetem Menü vollständig ausgeblendet. */
  body.nav-open .site-header {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body > .main-nav,
  .main-nav {
    inset: 0 !important;
    width: 100% !important;
    min-height: 100dvh !important;
    height: 100dvh !important;
    padding: calc(92px + env(safe-area-inset-top)) 22px calc(30px + env(safe-area-inset-bottom)) !important;
    z-index: 2147483000 !important;
    align-content: start !important;
  }

  .main-nav .nav-close {
    display: grid;
    place-items: center;
    position: fixed;
    top: calc(18px + env(safe-area-inset-top));
    right: 18px;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--forest-900);
    color: var(--white);
    font: inherit;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2147483001;
    box-shadow: 0 10px 28px rgba(16,42,32,.22);
  }

  .main-nav .nav-close span {
    display: block;
    transform: translateY(-1px);
  }

  .main-nav > a:first-of-type {
    margin-top: 0 !important;
  }

  .main-nav > a:not(.button) {
    min-height: 54px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 620px) {
  body > .main-nav,
  .main-nav {
    padding: calc(84px + env(safe-area-inset-top)) 16px calc(24px + env(safe-area-inset-bottom)) !important;
  }

  .main-nav .nav-close {
    top: calc(14px + env(safe-area-inset-top));
    right: 14px;
    width: 48px;
    height: 48px;
  }
}
