:root {
  --green: #168a54;
  --green-dark: #0a5e3a;
  --green-soft: #e8f6ef;
  --mint: #ccefe2;
  --coral: #f08c76;
  --yellow: #f3c94e;
  --ink: #17382c;
  --text: #365249;
  --muted: #698078;
  --line: #dce9e3;
  --paper: #ffffff;
  --cream: #fffdf8;
  --shadow: 0 22px 55px rgba(19, 77, 52, .10);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--text); background: var(--paper); font-size: 16px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { font-family: "Nunito", sans-serif; color: var(--ink); line-height: 1.08; margin: 0; }
h1 { font-size: clamp(3.1rem, 7vw, 6.5rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); letter-spacing: -.035em; }
h3 { font-size: 1.35rem; letter-spacing: -.015em; }
p { margin: 0; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { font-size: .8rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.section-heading { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-heading > p:last-child { margin-top: 18px; color: var(--muted); font-size: 1.08rem; }
.heading-left { margin-left: 0; text-align: left; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,233,227,.85); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 188px; height: 62px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 170px; height: 170px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; font-size: .94rem; font-weight: 700; color: var(--ink); }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--green); }
.main-nav .nav-cta { color: white; background: var(--green); padding: 12px 18px; border-radius: 999px; }
.main-nav .nav-cta:hover, .main-nav .nav-cta:focus-visible { color: white; background: var(--green-dark); }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 9px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 6px 0; border-radius: 2px; }

.hero { min-height: calc(100vh - 82px); display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(132deg, #f4fcf8 0%, #fffdf9 68%); padding: 78px 0 86px; }
.hero-grid { display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.hero h1 span { color: var(--green); }
.hero-lead { font-size: 1.16rem; max-width: 650px; margin-top: 26px; color: var(--text); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 13px 22px; border-radius: 999px; text-decoration: none; font-weight: 800; border: 2px solid transparent; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; box-shadow: 0 12px 28px rgba(22,138,84,.24); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { border-color: var(--green); color: var(--green-dark); background: white; }
.hero-activities { margin-top: 25px; padding: 16px 17px 17px; max-width: 650px; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 19px; box-shadow: 0 12px 34px rgba(19,77,52,.07); }
.hero-activities-title { margin-bottom: 10px; font-size: .78rem; color: var(--muted); }
.hero-activities-title strong { font-family: "Nunito", sans-serif; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--green-dark); }
.activity-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.activity-chips span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; background: var(--green-soft); color: var(--ink); font-size: .78rem; line-height: 1.25; font-weight: 700; }
.activity-chips span::before { content: "✓"; color: var(--green); font-weight: 800; }
.activity-chips span:nth-child(3n+2) { background: #fff4d6; }
.activity-chips span:nth-child(3n) { background: #ffede8; }
.hero-facts { display: flex; gap: 34px; list-style: none; padding: 0; margin: 29px 0 0; }
.hero-facts li { display: flex; flex-direction: column; }
.hero-facts strong { font-family: "Nunito", sans-serif; font-size: 1.35rem; color: var(--ink); }
.hero-facts span { color: var(--muted); font-size: .88rem; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-logo-card { width: min(410px, 82%); aspect-ratio: 1; background: white; border: 1px solid var(--line); border-radius: 45% 55% 48% 52% / 52% 42% 58% 48%; box-shadow: var(--shadow); display: grid; place-items: center; transform: rotate(-3deg); }
.hero-logo-card img { width: 82%; transform: rotate(3deg); }
.floating-note { position: absolute; background: white; border: 1px solid var(--line); border-radius: 15px; padding: 12px 16px; box-shadow: 0 12px 30px rgba(22,75,52,.12); font-weight: 700; color: var(--ink); }
.floating-note span { color: var(--green); margin-right: 7px; }
.note-one { left: 0; top: 92px; }
.note-two { right: -8px; top: 150px; }
.note-three { left: 34px; bottom: 70px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .6; }
.hero-orb-one { width: 280px; height: 280px; background: var(--mint); top: -100px; right: 18%; }
.hero-orb-two { width: 190px; height: 190px; background: #ffe7df; left: -80px; bottom: 3%; }

.groups { background: white; }
.group-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.group-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; min-height: 390px; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.group-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.group-card::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; right: -48px; bottom: -52px; opacity: .7; }
.group-card-main { background: #eef9f3; }
.group-card-main::after { background: #b9e8d3; }
.group-card-mini { background: #fff6e0; }
.group-card-mini::after { background: #f4d573; }
.group-card-drzovice { background: #fff0eb; }
.group-card-drzovice::after { background: #f1aa98; }
.group-topline { display: flex; justify-content: space-between; gap: 12px; font-weight: 800; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--green-dark); }
.group-card h3 { font-size: 2rem; margin-top: 40px; }
.group-card > p { margin-top: 16px; }
.group-data { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: auto 0 24px; padding-top: 30px; }
.group-data div { display: flex; flex-direction: column; }
.group-data dt { color: var(--muted); font-size: .82rem; }
.group-data dd { margin: 2px 0 0; font-weight: 800; color: var(--ink); }
.group-card > a { font-weight: 800; color: var(--green-dark); text-decoration: none; position: relative; z-index: 2; }

.approach { background: var(--cream); }
.approach-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.approach-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 1.08rem; }
.text-link { display: inline-block; margin-top: 26px; color: var(--green-dark); font-weight: 800; text-decoration: none; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit-grid article { background: white; border: 1px solid var(--line); padding: 25px; border-radius: 20px; }
.benefit-grid article:nth-child(2), .benefit-grid article:nth-child(4) { transform: translateY(26px); }
.benefit-grid span { font-family: "Nunito", sans-serif; font-weight: 800; color: var(--coral); }
.benefit-grid h3 { margin: 14px 0 9px; }
.benefit-grid p { font-size: .94rem; color: var(--muted); }

.mission-statement { padding: 54px 0; background: white; }
.mission-inner { position: relative; max-width: 940px; padding-left: 92px; }
.mission-mark { position: absolute; left: 0; top: -27px; font-family: Georgia, serif; font-size: 7.5rem; line-height: 1; color: var(--coral); opacity: .78; }
.mission-inner blockquote { margin: 0; font-family: "Nunito", sans-serif; font-size: clamp(1.55rem, 3vw, 2.45rem); line-height: 1.28; font-weight: 700; color: var(--ink); }

.privacy-band { padding: 70px 0; background: var(--green-dark); color: white; }
.privacy-grid { display: grid; grid-template-columns: 90px 1fr .72fr; gap: 36px; align-items: center; }
.privacy-icon { width: 80px; height: 80px; border-radius: 24px; background: rgba(255,255,255,.12); display: grid; place-items: center; font-size: 2.1rem; }
.privacy-band .eyebrow { color: #8ee3bd; }
.privacy-band h2 { color: white; font-size: clamp(2rem, 3vw, 3rem); }
.privacy-band p:not(.eyebrow) { margin-top: 16px; color: #d8eee5; }
.privacy-points { display: flex; flex-direction: column; gap: 10px; }
.privacy-points span { padding: 11px 14px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; font-weight: 700; }

.experiences { background: white; }
.experience-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.experience-grid article { min-height: 315px; border-radius: var(--radius); padding: 30px; background: #f4faf7; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; }
.experience-grid .experience-large { background: var(--ink); }
.experience-large h3, .experience-large p { color: white; }
.experience-number { margin-bottom: auto; font-family: "Nunito", sans-serif; font-weight: 800; color: var(--coral); }
.experience-grid h3 { margin-bottom: 12px; font-size: 1.55rem; }
.experience-grid p { color: var(--muted); }

.details-section { background: #f6faf8; }
.detail-stack { display: grid; gap: 28px; }
.group-detail { background: white; border: 1px solid var(--line); border-radius: 30px; padding: 44px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; box-shadow: 0 12px 35px rgba(18,76,51,.05); }
.detail-copy > p:not(.eyebrow) { margin-top: 18px; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.detail-meta span { background: var(--green-soft); color: var(--green-dark); font-weight: 700; border-radius: 999px; padding: 8px 13px; font-size: .88rem; }
details { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 18px; }
summary { cursor: pointer; font-weight: 800; color: var(--ink); }
.program-list { display: grid; gap: 6px; margin-top: 14px; color: var(--muted); font-size: .91rem; }
.detail-team { border-left: 1px solid var(--line); padding-left: 40px; }
.detail-team h3 { margin-bottom: 18px; }
.mini-team-grid { display: grid; gap: 13px; }
.person-bio { display: grid; grid-template-columns: 96px 1fr; gap: 18px; align-items: start; padding: 18px; background: #f7fbf9; border: 1px solid var(--line); border-radius: 20px; }
.person-bio img { width: 96px; height: 112px; object-fit: cover; border-radius: 16px; background: var(--green-soft); }
.person-bio h4 { margin-bottom: 7px; font-family: "Nunito", sans-serif; color: var(--ink); font-size: 1.12rem; }
.person-bio p { color: var(--muted); font-size: .9rem; line-height: 1.55; }
.person-bio p + p { margin-top: 9px; }
.person-crop-top img { object-position: center 18%; }

.pricing { background: var(--ink); color: white; }
.pricing h2, .pricing h3 { color: white; }
.pricing .eyebrow { color: #8ee3bd; }
.pricing-heading { max-width: none; display: grid; grid-template-columns: 1fr .82fr; align-items: end; gap: 60px; }
.pricing-heading > p { color: #c9ddd5 !important; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { position: relative; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; padding: 26px; }
.price-card.featured { background: white; color: var(--text); }
.price-card.featured h3 { color: var(--ink); }
.price-label { display: inline-block; margin-bottom: 16px; padding: 5px 9px; background: var(--yellow); color: var(--ink); font-weight: 800; font-size: .72rem; border-radius: 999px; text-transform: uppercase; letter-spacing: .05em; }
.price { margin: 22px 0; font-family: "Nunito", sans-serif; font-size: 1.8rem; font-weight: 800; color: #7de0b4; }
.featured .price { color: var(--green); }
.price small { font-family: "DM Sans", sans-serif; font-size: .78rem; font-weight: 600; }
.price-card dl { margin: 0 0 20px; }
.price-card dl div { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.featured dl div { border-color: var(--line); }
.price-card dt { color: inherit; opacity: .72; }
.price-card dd { margin: 0; font-weight: 800; }
.price-card > p { font-size: .88rem; opacity: .75; }
.price-note { margin-top: 24px; color: #c9ddd5; font-size: .88rem; }
.price-note strong { color: white; }

.documents { background: #f7fbf9; }
.document-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.document-group { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 26px; }
.document-group h3 { margin-bottom: 16px; }
.document-group a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); text-decoration: none; color: var(--text); font-weight: 600; font-size: .91rem; }
.document-group a:hover { color: var(--green); }
.document-group a span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .06em; }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-copy > p:not(.eyebrow) { margin-top: 20px; font-size: 1.05rem; }
.contact-links { display: grid; gap: 10px; margin-top: 30px; }
.contact-links a { display: flex; flex-direction: column; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-links span { color: var(--muted); font-size: .78rem; }
.contact-links strong { color: var(--ink); }
.social-links { display: flex; gap: 12px; margin-top: 24px; }
.social-links a { padding: 9px 14px; border-radius: 999px; background: var(--green-soft); text-decoration: none; font-weight: 800; color: var(--green-dark); }
.interest-form { background: white; border: 1px solid var(--line); border-radius: 28px; padding: 34px; box-shadow: var(--shadow); }
.interest-form h3 { font-size: 1.8rem; margin-bottom: 24px; }
.interest-form label { display: grid; gap: 7px; margin-bottom: 15px; font-weight: 700; color: var(--ink); font-size: .9rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, select, textarea { width: 100%; border: 1px solid #cdded6; border-radius: 12px; background: #fbfdfc; padding: 12px 13px; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(22,138,84,.12); }
textarea { resize: vertical; }
.consent { display: flex !important; grid-template-columns: 20px 1fr; align-items: flex-start; gap: 10px !important; font-weight: 500 !important; color: var(--text) !important; }
.consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--green); }
.consent a { color: var(--green-dark); }
.interest-form .button { width: 100%; border: 0; margin-top: 6px; }

.site-footer { background: #0c2d22; color: #c8dbd4; padding: 70px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .8fr .8fr; gap: 46px; }
.footer-grid img { width: 180px; height: 95px; object-fit: contain; background: white; border-radius: 14px; margin-bottom: 16px; }
.footer-grid strong { display: block; color: white; margin-bottom: 12px; }
.footer-grid a { display: block; color: #c8dbd4; text-decoration: none; margin: 7px 0; }
.footer-grid a:hover { color: white; }
.footer-cookie-button { display: block; margin: 7px 0; padding: 0; border: 0; background: transparent; color: #c8dbd4; font: inherit; cursor: pointer; text-align: left; }
.footer-cookie-button:hover, .footer-cookie-button:focus-visible { color: white; }
.membership-row { display: flex; align-items: center; gap: 24px; margin-top: 42px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.12); }
.membership-row img { width: 255px; height: auto; border-radius: 10px; background: white; }
.membership-row p { max-width: 330px; color: white; }
.membership-row strong { font-family: "Nunito", sans-serif; font-size: 1.05rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; margin-top: 48px; display: flex; justify-content: space-between; gap: 20px; font-size: .82rem; color: #91aca2; }

.cookie-banner { position: fixed; z-index: 1000; left: 20px; right: 20px; bottom: 20px; max-width: 1180px; margin: 0 auto; padding: 22px; background: white; color: var(--text); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 22px 70px rgba(10, 43, 32, .24); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.cookie-banner[hidden], .cookie-modal[hidden] { display: none; }
.cookie-banner h2, .cookie-dialog h2 { font-size: 1.35rem; margin-bottom: 7px; }
.cookie-banner p, .cookie-dialog > p { font-size: .9rem; line-height: 1.55; }
.cookie-banner a, .cookie-dialog a { color: var(--green-dark); font-weight: 700; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.cookie-button { min-height: 44px; padding: 10px 15px; border-radius: 999px; border: 1px solid var(--green); font-weight: 800; cursor: pointer; }
.cookie-button-primary { background: var(--green); color: white; }
.cookie-button-secondary { background: white; color: var(--green-dark); }
.cookie-button:hover { filter: brightness(.95); }
.cookie-modal { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 20px; }
.cookie-modal-backdrop { position: absolute; inset: 0; background: rgba(8, 31, 23, .64); }
.cookie-dialog { position: relative; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: white; border-radius: 22px; padding: 30px; box-shadow: 0 28px 90px rgba(0,0,0,.28); }
.cookie-close { position: absolute; top: 12px; right: 14px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--green-soft); color: var(--ink); font-size: 1.55rem; cursor: pointer; }
.cookie-option { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 18px 0; border-top: 1px solid var(--line); margin-top: 18px; }
.cookie-option + .cookie-option { margin-top: 0; }
.cookie-option strong, .cookie-option span { display: block; }
.cookie-option span { margin-top: 4px; color: var(--muted); font-size: .86rem; }
.cookie-option input { width: 22px; height: 22px; accent-color: var(--green); }
.cookie-detail { margin-top: 10px; color: var(--muted); }
.cookie-actions-modal { margin-top: 24px; }
.cookie-modal-open { overflow: hidden; }

.legal-page { min-height: 100vh; background: #f7fbf9; padding: 70px 0; }
.legal-card { max-width: 880px; margin: 0 auto; padding: 42px; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.legal-card h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
.legal-card h2 { margin-top: 34px; font-size: 1.65rem; }
.legal-card p, .legal-card li { margin-top: 12px; }
.legal-card table { width: 100%; margin-top: 18px; border-collapse: collapse; font-size: .9rem; }
.legal-card th, .legal-card td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-card th { background: var(--green-soft); color: var(--ink); }
.legal-back { display: inline-flex; margin-bottom: 28px; color: var(--green-dark); font-weight: 800; text-decoration: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .86rem; }
  .hero-grid { gap: 35px; }
  .price-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 82px; background: white; border-bottom: 1px solid var(--line); padding: 22px 20px 28px; display: none; flex-direction: column; align-items: stretch; gap: 2px; box-shadow: 0 20px 35px rgba(17,60,42,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 10px 0; font-size: 1rem; }
  .main-nav .nav-cta { text-align: center; margin-top: 8px; padding: 12px; }
  .hero { min-height: auto; }
  .hero-grid, .approach-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .hero-facts { gap: 20px; }
  .group-grid, .experience-grid, .document-columns { grid-template-columns: 1fr; }
  .group-card { min-height: 340px; }
  .approach-grid { gap: 48px; }
  .privacy-grid { grid-template-columns: 70px 1fr; }
  .privacy-points { grid-column: 2; }
  .group-detail { grid-template-columns: 1fr; padding: 30px; }
  .detail-team { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
  .pricing-heading { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cookie-banner { grid-template-columns: 1fr; gap: 16px; }
  .cookie-actions { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 72px; }
  .brand { width: 155px; height: 55px; }
  .brand img { width: 145px; height: 145px; }
  .main-nav { top: 72px; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(2.85rem, 15vw, 4.2rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-activities { padding: 14px; }
  .activity-chips { gap: 6px; }
  .activity-chips span { font-size: .74rem; padding: 6px 9px; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero-facts strong { font-size: 1.05rem; }
  .hero-facts span { font-size: .72rem; line-height: 1.35; }
  .hero-visual { min-height: 350px; }
  .floating-note { font-size: .76rem; padding: 9px 11px; }
  .note-one { top: 50px; }
  .note-two { top: 110px; }
  .note-three { left: 8px; bottom: 44px; }
  .section-heading { margin-bottom: 38px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article:nth-child(2), .benefit-grid article:nth-child(4) { transform: none; }
  .privacy-grid { grid-template-columns: 1fr; }
  .privacy-points { grid-column: auto; }
  .privacy-icon { width: 64px; height: 64px; }
  .mission-statement { padding: 42px 0; }
  .mission-inner { padding-left: 48px; }
  .mission-mark { top: -12px; font-size: 5.2rem; }
  .membership-row { align-items: flex-start; flex-direction: column; }
  .membership-row img { width: min(100%, 290px); }
  .person-bio { grid-template-columns: 76px 1fr; padding: 15px; }
  .person-bio img { width: 76px; height: 92px; }
  .price-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .interest-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 17px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-button { width: 100%; }
  .cookie-dialog { padding: 26px 18px 20px; }
  .cookie-actions-modal { display: grid; }
  .legal-page { padding: 24px 0; }
  .legal-card { padding: 25px 18px; border-radius: 20px; }
  .legal-card table, .legal-card tbody, .legal-card tr, .legal-card th, .legal-card td { display: block; }
  .legal-card thead { display: none; }
  .legal-card tr { margin-top: 16px; border: 1px solid var(--line); }
  .legal-card td { border: 0; border-bottom: 1px solid var(--line); }
}

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