/*
Theme Name: EduSport Modern
Theme URI: https://fundacjaedusport.pl
Author: Fundacja EduSport
Description: Nowoczesny, responsywny motyw Fundacji EduSport i działającej pod nią Akademii Badmintona.
Version: 1.20.0
Text Domain: edusport-modern
Requires at least: 6.4
Requires PHP: 8.1
*/

:root {
  --navy: #1c1d1f;
  --navy-2: #27282b;
  --navy-3: #36383c;
  --ink: #222326;
  --cream: #f3f2ef;
  --white: #ffffff;
  --lime: #ff914d;
  --lime-dark: #f06f4f;
  --blue: #8f949a;
  --muted: #71757a;
  --line: rgba(31, 32, 35, 0.12);
  --radius: 24px;
  --container: 1180px;
  --shadow: 0 22px 70px rgba(19, 20, 22, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.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;
  left: 20px;
  top: -60px;
  z-index: 999;
  padding: 12px 18px;
  background: var(--lime);
  color: var(--navy);
  border-radius: 10px;
  font-weight: 800;
}

.skip-link:focus { top: 20px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--white);
}

.nav-shell {
  width: min(calc(100% - 40px), 1280px);
  margin-inline: auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.brand { display: inline-flex; align-items: center; gap: 12px; }

.brand-logo-small {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 3px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}

.brand-logo-small img { width: 100%; height: 100%; object-fit: contain; }

.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 20px; letter-spacing: -.7px; }
.brand-copy small { margin-top: 5px; font-size: 9px; font-weight: 800; letter-spacing: 3.1px; text-transform: uppercase; opacity: .64; }

.main-nav { display: flex; align-items: center; gap: 18px; font-size: 12.5px; font-weight: 700; }
.main-nav > a { opacity: .82; transition: opacity .2s ease, color .2s ease; }
.main-nav > a:hover { opacity: 1; color: var(--lime); }

.main-nav .nav-cta {
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 99px;
  opacity: 1;
}

.main-nav .nav-app {
  padding: 10px 14px;
  border-radius: 99px;
  background: var(--lime);
  color: var(--navy);
  opacity: 1;
  white-space: nowrap;
}

.main-nav .nav-app:hover { color: var(--navy); background: white; }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
}

.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: white; transition: transform .2s, opacity .2s; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 172px 0 86px;
  background: var(--navy);
  color: white;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 34%, rgba(255,145,77,.08), transparent 25%),
    radial-gradient(circle at 77% 24%, rgba(255,255,255,.045), transparent 22%),
    radial-gradient(circle at 68% 78%, rgba(255,145,77,.055), transparent 29%);
}

.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 440px; height: 440px; right: 9%; top: 100px; background: radial-gradient(circle, rgba(255,145,77,.2), transparent 67%); }
.hero-glow-two { width: 400px; height: 400px; left: -180px; top: 330px; background: radial-gradient(circle, rgba(255,255,255,.055), transparent 70%); }

.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 74px; align-items: center; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.eyebrow span { width: 26px; height: 2px; background: var(--lime); }
.eyebrow-dark { color: #707277; }

.hero h1, .section-heading h2, .footer-cta h2 {
  margin: 0;
  font-size: clamp(47px, 5.25vw, 78px);
  line-height: .99;
  letter-spacing: -4px;
  font-weight: 820;
}

.hero h1 em, .footer-cta h2 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.hero-lead { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }

.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 34px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 21px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--navy); }
.button-primary:hover { background: var(--white); }
.button-dark { border: 0; background: var(--navy); color: white; cursor: pointer; }
.button-dark:hover { background: var(--lime); color: var(--navy); }
.button-ghost { border: 1px solid rgba(255,255,255,.23); color: white; }
.button-ghost:hover { background: white; color: var(--navy); }

.hero-proof { display: flex; gap: 26px; margin-top: 44px; color: rgba(255,255,255,.48); font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof strong { color: var(--lime); font-size: 10px; }

.hero-visual { position: relative; min-width: 0; }

.hero-collage { position: relative; min-height: 540px; }
.hero-collage::before {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  right: -4%;
  top: 4%;
  border: 2px solid rgba(255,145,77,.4);
  border-radius: 58% 42% 55% 45% / 44% 58% 42% 56%;
  transform: rotate(8deg);
}
.hero-image-main {
  position: absolute;
  width: 86%;
  aspect-ratio: 1 / 1;
  right: 0;
  top: 0;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.08);
  border-radius: 48% 52% 43% 57% / 40% 45% 55% 60%;
  box-shadow: 0 34px 80px rgba(0,0,0,.28);
}
.hero-image-main img, .hero-image-float img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-main img { object-position: 62% center; }
.hero-image-float {
  position: absolute;
  width: 38%;
  aspect-ratio: 1;
  left: 0;
  bottom: 1%;
  overflow: hidden;
  border: 8px solid var(--navy);
  border-radius: 50%;
  box-shadow: 0 22px 55px rgba(0,0,0,.3);
}
.hero-image-float img { object-position: 48% center; }
.hero-collage-badge {
  position: absolute;
  left: 1%;
  top: 10%;
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 46% 54% 58% 42% / 55% 43% 57% 45%;
  background: var(--lime);
  color: var(--navy);
  transform: rotate(-8deg);
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}
.hero-collage-badge strong { font-size: 40px; line-height: 1; }
.hero-collage-badge span { font-size: 9px; font-weight: 900; letter-spacing: .7px; line-height: 1.25; text-transform: uppercase; }

.paths-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 90px; }

.path-card {
  position: relative;
  min-height: 610px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 24px 60px rgba(0,0,0,.16);
}

.foundation-card {
  border: 1px solid rgba(240,111,79,.28);
  background: linear-gradient(145deg, #ffffff 0%, #fff4eb 62%, #ffe5d3 100%);
  color: var(--navy);
  box-shadow: 0 28px 76px rgba(240,111,79,.22);
}
.academy-card { border: 1px solid rgba(255,255,255,.08); background: #242528; color: white; }
.path-media { position: relative; height: 280px; flex: 0 0 auto; overflow: hidden; border-radius: 32px; }
.path-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(18,19,21,.38), transparent 48%); }
.path-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.foundation-card .path-media { height: 315px; }
.foundation-card .path-media::after { background: linear-gradient(to top, rgba(18,19,21,.52), rgba(18,19,21,.02) 58%); }
.foundation-card .path-media > img { object-position: 50% center; }
.foundation-card .path-number { background: var(--lime); color: var(--navy); }
.academy-card .path-media > img { object-position: 50% center; }
.path-card:hover .path-media > img { transform: scale(1.035); }
.path-number {
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 17px;
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(18,19,21,.72);
  color: white;
  font-size: 10px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}
.path-logo {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 16px;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  padding: 7px;
  border: 5px solid rgba(255,255,255,.88);
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
}
.path-logo img { width: 100%; height: 100%; object-fit: contain; }
.path-logo-fkb { padding: 5px; }
.path-content { flex: 1; display: flex; flex-direction: column; padding: 28px 24px 20px; }
.path-label { margin: 0 0 10px; color: var(--lime-dark); font-size: 10px; font-weight: 900; letter-spacing: 1.55px; text-transform: uppercase; }
.academy-card .path-label { color: var(--lime); }
.path-card h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1; letter-spacing: -2.5px; }
.path-content > p:not(.path-label) { max-width: 460px; margin: 20px 0 32px; font-size: 15px; opacity: .72; }
.foundation-values { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.foundation-values span { padding: 7px 10px; border: 1px solid rgba(198,83,49,.19); border-radius: 999px; background: rgba(255,145,77,.13); color: #9f4026; font-size: 9px; font-weight: 900; letter-spacing: .75px; text-transform: uppercase; }
.foundation-card .path-content > p:not(.path-label) { margin-top: 17px; }
.path-link { width: fit-content; margin-top: auto; padding: 0 0 8px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font-weight: 850; cursor: pointer; }
.path-link span { margin-left: 14px; transition: margin-left .2s; }
.path-link:hover span { margin-left: 21px; }

.section { padding: 112px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; }
.section-heading h2 { color: var(--ink); font-size: clamp(42px, 5vw, 68px); }
.section-heading > p { max-width: 480px; margin: 0 0 4px; color: var(--muted); font-size: 15px; }

.filter-shell { display: flex; align-items: center; gap: 28px; margin-top: 56px; padding: 12px 14px 12px 20px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.54); }
.filter-intro { display: flex; gap: 10px; white-space: nowrap; color: #72757a; font-size: 11px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase; }
.filter-index { color: var(--ink); }
.filters { display: flex; flex: 1; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }

.filter-button { flex: 0 0 auto; padding: 10px 15px; border: 0; border-radius: 99px; background: transparent; color: #585b60; font-size: 12px; font-weight: 800; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.filter-button:hover { background: rgba(31,32,35,.06); }
.filter-button.active { background: var(--navy); color: white; box-shadow: 0 8px 20px rgba(19,20,22,.16); }

.result-count { min-height: 20px; margin: 23px 0 12px; color: #76797e; font-size: 12px; font-weight: 750; }

.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }

.offer-card {
  position: relative;
  min-height: 355px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.76);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.offer-card::before { content: ""; position: absolute; left: 25px; top: 20px; width: 34px; height: 7px; border-radius: 99px; background: var(--lime-dark); }
.offer-card.academy::before { background: var(--blue); }
.offer-card:hover { transform: translateY(-5px); border-color: rgba(31,32,35,.24); box-shadow: var(--shadow); }
.offer-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 48px; }
.offer-number { color: #8b8e92; font-size: 10px; font-weight: 900; }

.area-badge { display: inline-flex; align-items: center; width: fit-content; padding: 7px 9px; border-radius: 99px; font-size: 9px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.area-badge.foundation { background: rgba(240,111,79,.16); color: #a34224; }
.area-badge.academy { background: rgba(47,49,53,.1); color: #4b4e53; }
.offer-card h3 { margin: 0; font-size: 24px; line-height: 1.12; letter-spacing: -1px; }
.offer-card p { margin: 14px 0 22px; color: var(--muted); font-size: 14px; }
.offer-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.offer-tags span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 6px; color: #717378; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.offer-action { display: flex; justify-content: space-between; align-items: center; margin-top: 25px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 850; }
.offer-action span { font-size: 17px; }

.card-enter { animation: card-in .38s ease both; }
@keyframes card-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.news { background: var(--navy); color: white; }
.news-heading h2 { color: white; }
.news-heading > p { color: rgba(255,255,255,.56); }
.news-grid { display: grid; grid-template-columns: 1.1fr .95fr .95fr; gap: 15px; margin-top: 56px; }
.news-card { min-height: 460px; padding: 25px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.045); }
.news-card:first-child { grid-row: span 1; }
.news-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.news-meta time { color: rgba(255,255,255,.45); font-size: 10px; font-weight: 750; }
.news-visual { position: relative; height: 145px; margin: 24px 0 28px; overflow: hidden; border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.01)); }
.news-visual::before, .news-visual::after { content: ""; position: absolute; border-radius: 50%; }
.news-visual::before { width: 150px; height: 150px; right: -20px; top: -46px; border: 27px solid var(--lime); opacity: .85; }
.news-blue .news-visual::before { border-color: var(--blue); }
.news-light .news-visual::before { border-color: white; opacity: .72; }
.news-visual::after { width: 70px; height: 70px; left: 19%; bottom: -42px; border: 2px solid rgba(255,255,255,.38); }
.news-visual span { position: absolute; z-index: 2; left: 20px; bottom: 15px; font-size: 11px; font-weight: 900; opacity: .44; }
.news-visual i { position: absolute; width: 52%; height: 1px; right: 0; bottom: 26%; background: rgba(255,255,255,.23); transform: rotate(-22deg); }
.news-visual-photo::before, .news-visual-photo::after { display: none; }
.news-visual-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.news-card:hover .news-visual-photo img { transform: scale(1.045); }
.news-card h3 { margin: 0; font-size: 24px; line-height: 1.15; letter-spacing: -.9px; }
.news-card > p { margin: 14px 0 26px; color: rgba(255,255,255,.58); font-size: 13px; }
.news-card > a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding: 12px 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; font-size: 12px; font-weight: 850; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.news-card > a:hover { border-color: var(--lime); background: var(--lime); color: var(--navy); }
.news-more { display: flex; justify-content: center; margin-top: 38px; }
.news-more .button { width: fit-content; }

.news-archive-page { min-height: 80vh; background: var(--cream); }
.news-archive-hero { position: relative; overflow: hidden; padding: 165px 0 82px; background: var(--navy); color: white; }
.news-archive-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -210px; top: -230px; border: 68px solid rgba(255,145,77,.14); border-radius: 50%; }
.news-archive-hero-inner { position: relative; z-index: 1; }
.news-archive-hero h1 { margin: 0; font-size: clamp(65px, 9vw, 120px); line-height: .85; letter-spacing: -6px; }
.news-archive-hero p:not(.eyebrow) { max-width: 720px; margin: 30px 0 0; color: rgba(255,255,255,.63); font-size: 16px; }
.news-archive-content { background: var(--cream); }
.news-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-archive-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: 0 16px 48px rgba(24,25,28,.07); transition: transform .22s ease, box-shadow .22s ease; }
.news-archive-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(24,25,28,.12); }
.news-archive-image { height: 225px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, var(--navy), #3d4045); color: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }
.news-archive-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.news-archive-card:hover .news-archive-image img { transform: scale(1.04); }
.news-archive-copy { padding: 25px 26px 28px; }
.news-archive-copy time { color: #94979b; font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.news-archive-copy h2 { margin: 10px 0 13px; font-size: 25px; line-height: 1.1; letter-spacing: -.9px; }
.news-archive-copy p { min-height: 66px; margin: 0 0 23px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.news-archive-link { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line); color: #c95532; font-size: 12px; font-weight: 850; }
.news-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 45px; }
.news-pagination .page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: white; font-size: 11px; font-weight: 850; }
.news-pagination .page-numbers.current, .news-pagination .page-numbers:hover { border-color: var(--navy); background: var(--navy); color: white; }

.schedule-section { background: white; }
.schedule-grid { display: grid; gap: 12px; margin-top: 52px; }
.schedule-card {
  display: grid;
  grid-template-columns: 48px minmax(210px, 1.5fr) minmax(110px, .65fr) minmax(135px, .75fr) minmax(170px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 126px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff8f3;
  transition: transform .2s ease, box-shadow .2s ease;
}
.schedule-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(26,27,30,.09); }
.schedule-index { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--navy); font-size: 10px; font-weight: 900; }
.schedule-label { display: block; margin-bottom: 6px; color: #898b8f; font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.schedule-card h3 { margin: 0; font-size: 21px; line-height: 1.15; }
.schedule-card strong { font-size: 14px; line-height: 1.3; }
.schedule-card .schedule-time { font-size: 20px; letter-spacing: -.6px; }
.schedule-foot { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 25px; padding: 0 4px; }
.schedule-foot p { max-width: 700px; margin: 0; color: var(--muted); font-size: 13px; }
.schedule-foot .button { flex: 0 0 auto; }

.membership { background: var(--cream); }
.membership-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 70px;
  overflow: hidden;
  padding: clamp(36px, 6vw, 76px);
  border-radius: 48px;
  background: var(--navy);
  color: white;
  box-shadow: 0 30px 80px rgba(18,19,21,.18);
}
.membership-shell::before { content: ""; position: absolute; width: 330px; height: 330px; right: -130px; top: -150px; border: 54px solid rgba(255,145,77,.16); border-radius: 50%; }
.membership-copy, .membership-details { position: relative; z-index: 1; }
.membership-copy h2 { margin: 0; font-size: clamp(43px, 5vw, 67px); line-height: .98; letter-spacing: -3px; }
.membership-copy h2 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.membership-copy > p:not(.eyebrow) { max-width: 560px; margin: 26px 0 31px; color: rgba(255,255,255,.64); }
.membership-details { align-self: center; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(255,255,255,.055); }
.membership-row, .membership-note { padding: 24px 26px; }
.membership-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.membership-row span, .membership-note span { color: rgba(255,255,255,.43); font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.membership-row strong { text-align: right; font-size: 15px; }
.membership-note p { margin: 10px 0 0; color: rgba(255,255,255,.76); font-size: 14px; }

.program-page { min-height: 80vh; background: white; }
.program-hero { position: relative; overflow: hidden; padding: 158px 0 78px; background: var(--navy); color: white; }
.program-hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -250px; bottom: -360px; border: 76px solid rgba(255,145,77,.09); border-radius: 50%; }
.program-hero-shell { position: relative; display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: center; }
.program-hero-copy h1 { margin: 0; font-size: clamp(64px, 9vw, 126px); line-height: .84; letter-spacing: -7px; }
.program-kicker { margin: 25px 0 0; color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 3vw, 38px); line-height: 1.15; }
.program-intro { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.75; }
.program-hero-signup { width: fit-content; margin-top: 27px; }
.program-mark { position: relative; min-height: 340px; display: grid; place-items: center; }
.program-mark-orbit { position: absolute; width: 310px; height: 310px; border: 2px solid rgba(255,145,77,.5); border-radius: 47% 53% 56% 44% / 54% 41% 59% 46%; transform: rotate(13deg); }
.program-logo { position: relative; z-index: 1; width: 225px; height: 225px; display: grid; place-items: center; padding: 16px; border: 9px solid rgba(255,255,255,.08); border-radius: 50%; background: white; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.program-logo img { width: 100%; height: 100%; object-fit: contain; }
.program-mark > span { position: absolute; z-index: 2; right: 1%; bottom: 9%; padding: 10px 15px; border-radius: 99px; background: var(--lime); color: var(--navy); font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; transform: rotate(-5deg); }
.program-groups { background: white; }
.group-list { display: grid; gap: 13px; margin-top: 54px; }
.location-schedule + .location-schedule { margin-top: 30px; }
.location-heading { display: flex; align-items: center; gap: 13px; margin: 0 0 13px; padding: 0 8px; }
.location-heading > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--lime); font-size: 21px; font-weight: 900; }
.location-heading small { display: block; color: #85878b; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.location-heading h3 { margin: 1px 0 0; font-size: 25px; line-height: 1; letter-spacing: -.8px; }
.location-address { display: flex; flex-wrap: wrap; gap: 5px 12px; margin: 9px 0 0; color: var(--muted); font-size: 11px; }
.location-address strong { color: #4d5054; }
.location-address a { color: #b84c2d; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.location-rows { display: grid; gap: 13px; }
.group-card {
  display: grid;
  grid-template-columns: 45px minmax(235px, 1.35fr) minmax(95px, .55fr) minmax(115px, .64fr) minmax(230px, 1fr);
  align-items: center;
  gap: 22px;
  padding: 23px 25px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff8f3;
  transition: transform .2s ease, box-shadow .2s ease;
}
.group-card:hover { transform: translateY(-3px); box-shadow: 0 18px 48px rgba(24,25,27,.09); }
.group-index { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 9px; font-weight: 900; }
.group-label { display: block; margin-bottom: 6px; color: #85878b; font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.group-card h3 { margin: 0; font-size: 20px; line-height: 1.15; }
.group-card strong { display: block; font-size: 13px; line-height: 1.35; }
.group-fee { padding: 15px 17px; border-radius: 18px; background: var(--lime); }
.group-fee .group-label { color: rgba(28,29,31,.58); }
.group-fee strong { color: var(--navy); }
.program-empty { margin-top: 52px; padding: 34px; border: 1px dashed rgba(31,32,35,.25); border-radius: 30px; background: var(--cream); }
.program-empty strong { font-size: 22px; }
.program-empty p { margin: 9px 0 0; color: var(--muted); }
.program-note { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 26px; padding: 0 4px; }
.program-note p { max-width: 720px; margin: 0; color: var(--muted); font-size: 13px; }
.program-note .button { flex: 0 0 auto; }
.program-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.program-actions .button { min-height: 50px; padding: 14px 19px; }
.payment-card { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; align-items: center; margin-top: 48px; padding: clamp(28px, 5vw, 54px); overflow: hidden; border: 1px solid var(--line); border-radius: 38px; background: #fff7f1; box-shadow: 0 20px 55px rgba(27,28,31,.07); }
.payment-intro h2 { margin: 0; font-size: clamp(32px, 4vw, 49px); line-height: 1.02; letter-spacing: -2px; }
.payment-intro > p:not(.eyebrow) { margin: 19px 0 0; color: var(--muted); font-size: 14px; }
.payment-details { overflow: hidden; border-radius: 27px; background: var(--navy); color: white; }
.payment-details > div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; align-items: center; padding: 21px 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.payment-details > div:last-child { border-bottom: 0; }
.payment-details span, .individual-offer > span { color: rgba(255,255,255,.43); font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.payment-details strong { min-width: 0; font-size: 14px; line-height: 1.35; }
.payment-details .account-number { color: var(--lime); font-size: clamp(15px, 1.7vw, 19px); letter-spacing: .6px; overflow-wrap: anywhere; }
.individual-training { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 52px; align-items: center; margin-top: 18px; padding: clamp(30px, 5vw, 58px); overflow: hidden; border-radius: 38px; background: var(--navy); color: white; box-shadow: 0 24px 65px rgba(20,21,23,.16); }
.individual-training::after { content: ""; position: absolute; width: 280px; height: 280px; right: -145px; top: -150px; border: 45px solid rgba(255,145,77,.16); border-radius: 50%; }
.individual-copy, .individual-offer { position: relative; z-index: 1; }
.individual-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 61px); line-height: .98; letter-spacing: -2.6px; }
.individual-copy > p:not(.eyebrow) { max-width: 610px; margin: 21px 0 0; color: rgba(255,255,255,.63); font-size: 15px; }
.individual-offer { padding: 27px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.055); }
.individual-offer > strong { display: block; margin-top: 8px; color: var(--lime); font-size: clamp(25px, 3vw, 35px); line-height: 1.05; }
.individual-offer > p { margin: 20px 0 17px; color: rgba(255,255,255,.75); font-size: 13px; }
.individual-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.individual-actions .button { min-height: 48px; padding: 13px 17px; font-size: 11px; overflow-wrap: anywhere; }
.program-editor-content { margin-top: 45px; }
.program-switch { display: flex; justify-content: space-between; align-items: center; margin-top: 45px; padding: 25px 28px; border-radius: 24px; background: var(--navy); color: white; font-weight: 850; }
.program-switch:hover { background: var(--lime); color: var(--navy); }

.foundation-area-page { min-height: 80vh; background: var(--cream); }
.foundation-area-hero { position: relative; overflow: hidden; padding: 158px 0 80px; background: var(--navy); color: white; }
.foundation-area-hero::before { content: ""; position: absolute; width: 540px; height: 540px; right: -260px; top: -270px; border: 78px solid rgba(255,145,77,.11); border-radius: 50%; }
.foundation-area-hero-shell { position: relative; display: grid; grid-template-columns: 1.15fr .55fr; gap: 80px; align-items: center; }
.foundation-area-copy h1 { max-width: 850px; margin: 0; font-size: clamp(58px, 7.5vw, 105px); line-height: .9; letter-spacing: -6px; }
.foundation-area-copy > p:not(.eyebrow) { margin: 28px 0 0; color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 3vw, 38px); line-height: 1.18; }
.foundation-area-mark { position: relative; min-height: 300px; display: grid; place-items: center; }
.foundation-area-shape { position: absolute; width: 280px; height: 280px; border-radius: 48% 52% 41% 59% / 55% 43% 57% 45%; background: var(--lime); transform: rotate(10deg); }
.foundation-area-logo { position: relative; z-index: 1; width: 210px; height: 210px; display: grid; place-items: center; padding: 14px; border-radius: 50%; background: white; box-shadow: 0 25px 65px rgba(0,0,0,.25); }
.foundation-area-logo img { width: 100%; height: 100%; object-fit: contain; }
.foundation-area-mark > span { position: absolute; z-index: 2; right: 0; bottom: 5%; padding: 10px 14px; border-radius: 99px; background: white; color: var(--navy); font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; transform: rotate(-5deg); }
.foundation-area-content { background: var(--cream); }
.foundation-area-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; align-items: start; }
.foundation-area-article { border-radius: 34px; }
.foundation-area-article h2 { margin: 0 0 23px; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -2px; }
.foundation-area-article h3 { margin: 38px 0 10px; font-size: 23px; }
.foundation-area-article p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.foundation-area-aside { position: sticky; top: 120px; padding: 36px; border-radius: 34px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.foundation-area-aside h2 { margin: 0; font-size: clamp(30px, 3vw, 42px); line-height: 1.05; letter-spacing: -1.7px; }
.foundation-area-aside > p:not(.path-label) { margin: 20px 0 28px; color: rgba(255,255,255,.62); font-size: 14px; }
.foundation-area-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.foundation-area-actions .button { min-height: 50px; padding: 14px 18px; }
.project-showcase { padding-top: 0; background: var(--cream); }
.project-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 52px; }
.project-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: white; box-shadow: 0 18px 52px rgba(24,25,28,.07); transition: transform .24s ease, box-shadow .24s ease; }
.project-card:hover { transform: translateY(-5px); box-shadow: 0 26px 65px rgba(24,25,28,.12); }
.project-card-media { position: relative; min-height: 255px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(145deg, #242629, #383b3f); color: white; }
.project-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-card:hover .project-card-media img { transform: scale(1.04); }
.project-card-media > span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--lime); font-size: 34px; font-weight: 300; }
.project-card-media > small { margin-top: 12px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.project-card-media > b { position: absolute; right: 18px; top: 18px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--navy); font-size: 9px; }
.project-card-copy { padding: 27px 29px 30px; }
.project-card-copy h3 { margin: 0; font-size: 27px; line-height: 1.08; letter-spacing: -1px; }
.project-card-copy p { min-height: 66px; margin: 13px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.project-card-copy a { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line); color: #c95532; font-size: 12px; font-weight: 850; }
.project-edit-note { margin: 22px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.about-page { min-height: 80vh; background: var(--cream); }
.about-page-hero { position: relative; overflow: hidden; padding: 158px 0 82px; background: var(--navy); color: white; }
.about-page-hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; top: -260px; border: 78px solid rgba(255,145,77,.12); border-radius: 50%; }
.about-page-hero-shell { position: relative; display: grid; grid-template-columns: 1.15fr .55fr; gap: 70px; align-items: center; }
.about-page-hero-copy h1 { margin: 0; font-size: clamp(62px, 8vw, 112px); line-height: .88; letter-spacing: -6px; }
.about-page-hero-copy h1 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.about-page-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 30px 0 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.75; }
.about-page-logo { width: min(100%, 280px); aspect-ratio: 1; display: grid; place-items: center; justify-self: end; padding: 24px; border: 10px solid rgba(255,255,255,.08); border-radius: 50%; background: white; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.about-page-logo img { width: 100%; height: 100%; object-fit: contain; }
.about-page-content { background: var(--cream); }
.about-page-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: 28px; align-items: start; }
.about-page-story, .about-page-data { border-radius: 34px; }
.about-page-story { padding: clamp(28px, 5vw, 60px); border: 1px solid var(--line); background: white; box-shadow: 0 22px 60px rgba(19,20,22,.08); }
.about-page-story h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -2.8px; }
.about-page-story > p:not(.eyebrow) { margin: 27px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.about-page-editor { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.about-page-editor h2, .about-page-editor h3 { line-height: 1.1; letter-spacing: -1px; }
.about-page-editor p { color: var(--muted); }
.about-page-data { position: sticky; top: 120px; padding: 36px; overflow: hidden; background: var(--navy); color: white; box-shadow: var(--shadow); }
.about-page-data::after { content: ""; position: absolute; width: 170px; height: 170px; right: -85px; top: -85px; border: 28px solid rgba(255,145,77,.18); border-radius: 50%; }
.about-page-data h2 { position: relative; z-index: 1; margin: 8px 0 20px; font-size: clamp(28px, 3vw, 40px); line-height: 1.05; letter-spacing: -1.6px; }
.about-page-data address { color: rgba(255,255,255,.64); font-size: 14px; font-style: normal; line-height: 1.7; }
.about-page-location { margin-top: 28px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.055); }
.about-page-location small { display: block; color: rgba(255,255,255,.42); font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.about-page-location strong { display: block; margin-top: 5px; color: var(--lime); font-size: 18px; }
.team-section { background: white; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: #fff8f3; }
.team-photo { position: relative; min-height: 310px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: var(--navy); color: white; }
.team-photo::after { content: ""; position: absolute; width: 170px; height: 170px; right: -90px; top: -95px; border: 28px solid rgba(255,145,77,.16); border-radius: 50%; }
.team-photo img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.team-photo > span { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-size: 76px; line-height: 1; }
.team-photo > small { margin-top: 11px; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.team-copy { padding: 26px 27px 29px; }
.team-copy > span { color: #b95132; font-size: 8px; font-weight: 900; letter-spacing: .9px; text-transform: uppercase; }
.team-copy h3 { margin: 8px 0 12px; font-size: 25px; line-height: 1.08; letter-spacing: -.8px; }
.team-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.documents-section { background: #fff7f1; }
.documents-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 52px; }
.document-card { min-height: 280px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: 0 16px 44px rgba(26,27,30,.06); }
.document-card-top { display: flex; align-items: center; justify-content: space-between; }
.document-card-top > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: var(--lime); color: var(--navy); font-size: 11px; font-weight: 950; letter-spacing: 1px; }
.document-card-top small { color: #9a9c9f; font-size: 10px; font-weight: 900; }
.document-card h3 { margin: 38px 0 26px; font-size: 24px; line-height: 1.1; letter-spacing: -.8px; }
.document-card > a, .document-pending { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 850; }
.document-card > a:hover { color: #c95532; }
.document-pending { color: #9a9c9f; }

.cooperation-page { min-height: 80vh; background: white; }
.cooperation-hero { position: relative; overflow: hidden; padding: 164px 0 92px; background: var(--navy); color: white; }
.cooperation-hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -310px; bottom: -340px; border: 78px solid rgba(255,145,77,.12); border-radius: 50%; }
.cooperation-hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .72fr; align-items: center; gap: 90px; }
.cooperation-hero-copy h1 { margin: 0; font-size: clamp(56px, 7vw, 100px); line-height: .92; letter-spacing: -5px; }
.cooperation-hero-copy h1 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.cooperation-hero-copy > p:not(.eyebrow) { max-width: 690px; margin: 27px 0 0; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.75; }
.cooperation-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.cooperation-hero-mark { position: relative; min-height: 390px; display: grid; place-items: center; }
.cooperation-orbit { position: absolute; width: 330px; height: 330px; border: 2px solid rgba(255,145,77,.48); border-radius: 44% 56% 49% 51% / 54% 43% 57% 46%; transform: rotate(14deg); }
.cooperation-hero-mark strong { position: relative; z-index: 1; width: 210px; height: 210px; display: grid; place-items: center; border: 10px solid rgba(255,255,255,.08); border-radius: 50%; background: white; color: var(--navy); font-size: 27px; letter-spacing: -1px; box-shadow: 0 26px 70px rgba(0,0,0,.27); }
.cooperation-hero-mark > span { position: absolute; z-index: 2; padding: 9px 14px; border-radius: 99px; background: var(--lime); color: var(--navy); font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.cooperation-hero-mark > span:nth-of-type(1) { left: 2%; top: 23%; transform: rotate(-7deg); }
.cooperation-hero-mark > span:nth-of-type(2) { right: -1%; top: 31%; transform: rotate(5deg); }
.cooperation-hero-mark > span:nth-of-type(3) { right: 12%; bottom: 12%; transform: rotate(-4deg); }
.cooperation-institutions { background: #fff7f1; }
.cooperation-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 52px; }
.cooperation-card { min-height: 320px; padding: 29px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 31px; background: white; box-shadow: 0 16px 48px rgba(28,29,31,.06); }
.cooperation-card-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.cooperation-card-top > span { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--navy); color: white; font-size: 9px; font-weight: 950; }
.cooperation-card-top small { color: #9a6d5c; font-size: 8px; font-weight: 900; letter-spacing: .8px; text-align: right; text-transform: uppercase; }
.cooperation-card h3 { margin: auto 0 14px; font-size: 30px; line-height: 1.04; letter-spacing: -1.2px; }
.cooperation-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.68; }
.cooperation-model { display: grid; grid-template-columns: .9fr 1.15fr auto; align-items: center; gap: 45px; margin-top: 20px; padding: clamp(28px, 4vw, 48px); border-radius: 34px; background: white; border: 1px solid var(--line); }
.cooperation-model h2 { margin: 0; font-size: clamp(30px, 3.5vw, 47px); line-height: 1; letter-spacing: -2px; }
.cooperation-model ul { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 0; padding: 0; list-style: none; }
.cooperation-model li { display: flex; align-items: center; gap: 10px; color: #4f5155; font-size: 12px; font-weight: 800; }
.cooperation-model li span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--lime); color: var(--navy); font-size: 8px; font-weight: 950; }
.cooperation-model .button { white-space: nowrap; }
.cooperation-partners { position: relative; overflow: hidden; background: var(--navy); color: white; }
.cooperation-partners::after { content: ""; position: absolute; width: 430px; height: 430px; right: -270px; top: -270px; border: 70px solid rgba(255,145,77,.11); border-radius: 50%; }
.cooperation-partners .container { position: relative; z-index: 1; }
.cooperation-partners .section-heading h2 { color: #fff; font-weight: 850; }
.cooperation-partners .section-heading > p { color: rgba(255,255,255,.8); }
.cooperation-partners .eyebrow { color: rgba(255,255,255,.76); }
.partnership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 52px; }
.partnership-card { min-height: 265px; padding: 29px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(255,255,255,.05); }
.partnership-card > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--navy); font-size: 9px; font-weight: 950; }
.partnership-card h3 { margin: auto 0 13px; color: #fff; font-size: 27px; line-height: 1.06; letter-spacing: -1px; }
.partnership-card p { margin: 0; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.65; }
.cooperation-contact { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 20px; padding: clamp(28px, 5vw, 54px); border: 1px solid rgba(255,145,77,.3); border-radius: 34px; background: #2d2e31; }
.cooperation-contact > div > span { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.cooperation-contact h2 { max-width: 720px; margin: 9px 0 0; color: #fff; font-size: clamp(31px, 4vw, 51px); line-height: 1; letter-spacing: -2px; }
.cooperation-contact-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 9px; }
.cooperation-editor { margin-top: 30px; color: var(--ink); }

.partners { padding: 62px 0; background: white; }
.partners-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.partners-heading p { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: 1.7px; text-transform: uppercase; }
.partners-heading span { color: #74767b; font-size: 12px; }
.partner-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.partner-slot { min-height: 174px; padding: 13px; display: flex; flex-direction: column; gap: 14px; border: 1px solid var(--line); border-radius: 24px; background: #faf9f7; color: #424448; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.partner-slot:hover { transform: translateY(-4px); border-color: rgba(31,32,35,.24); box-shadow: 0 18px 42px rgba(25,26,29,.09); }
.partner-logo, .partner-logo-placeholder { width: 100%; min-height: 88px; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; border-radius: 16px; background: white; }
.partner-logo { border: 1px solid rgba(31,32,35,.07); }
.partner-logo img { width: 100%; height: 88px; display: block; object-fit: contain; }
.partner-logo-placeholder { border: 1px dashed #c1c2c4; color: #888b90; font-size: 13px; font-weight: 900; letter-spacing: 1.5px; }
.partner-logo-placeholder small { font-size: 7px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.partner-name { width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; }
.partner-name strong { font-size: 12px; line-height: 1.25; }
.partner-name > small { flex: 0 0 auto; color: #929499; font-size: 7px; font-weight: 850; text-align: right; text-transform: uppercase; }
.partner-slot:hover .partner-name > small { color: #c65331; }

.site-footer { padding: 100px 0 30px; background: #111214; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; }
.footer-cta h2 { font-size: clamp(42px, 5vw, 68px); }
.footer-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.footer-actions .button { width: fit-content; }
.button-outline { border: 1px solid rgba(255,255,255,.2); color: white; }
.button-outline:hover { background: white; color: var(--navy); }
.footer-socials { margin-top: 20px; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-socials a { display: inline-flex; align-items: center; gap: 9px; min-height: 45px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 11px; font-weight: 850; transition: background .2s ease, color .2s ease, transform .2s ease; }
.footer-socials a:hover { transform: translateY(-2px); background: var(--lime); color: var(--navy); }
.footer-socials svg { width: 19px; height: 19px; flex: 0 0 auto; }
.footer-socials a > span { display: flex; flex-direction: column; line-height: 1.15; }
.footer-socials a > span > strong { font-size: 10px; }
.footer-socials a > span > small { margin-top: 3px; color: inherit; font-size: 8px; font-weight: 650; opacity: .67; }
.footer-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; padding-top: 20px; }
.footer-info-card { min-width: 0; padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.035); }
.footer-venues-card { display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px; }
.footer-venues-card .footer-label { grid-column: 1 / -1; }
.footer-venues-card p { padding: 0 0 0 13px; border-left: 2px solid var(--lime); font-size: 12px; line-height: 1.45; }
.footer-venues-card p small { margin-top: 3px; }
.footer-venues-card .footer-map-link { margin: 8px 0 0; color: var(--lime); font-size: 9px; font-weight: 850; }
.footer-links-card { grid-column: 1 / -1; columns: 2; column-gap: 28px; }
.footer-links-card .footer-label { column-span: all; }
.footer-label { display: block; margin-bottom: 14px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.footer-details p { margin: 0; color: rgba(255,255,255,.75); font-size: 15px; }
.footer-details small { display: block; margin-top: 7px; color: rgba(255,255,255,.43); font-size: 10px; line-height: 1.5; }
.footer-details address { color: rgba(255,255,255,.66); font-size: 12px; font-style: normal; line-height: 1.65; }
.footer-details address strong { color: rgba(255,255,255,.84); }
.footer-details a { display: block; width: fit-content; margin: 8px 0; color: rgba(255,255,255,.75); font-size: 13px; }
.footer-details .footer-contact-main { color: white; font-size: 21px; font-weight: 850; letter-spacing: -.4px; }
.footer-details a:hover { color: var(--lime); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: 88px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.brand-footer { justify-self: start; }
.footer-bottom p { color: rgba(255,255,255,.35); font-size: 10px; }
.footer-bottom > a { justify-self: end; color: rgba(255,255,255,.48); font-size: 11px; font-weight: 800; }
.footer-legal { display: flex; align-items: center; gap: 14px; }
.footer-legal p { margin: 0; }
.footer-legal a { color: rgba(255,255,255,.52); font-size: 10px; font-weight: 750; }
.footer-legal a:hover { color: var(--lime); }

.cookie-notice { position: fixed; z-index: 1200; left: 50%; bottom: 18px; width: min(calc(100% - 30px), 760px); padding: 15px 16px 15px 20px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: #242528; color: white; box-shadow: 0 20px 70px rgba(0,0,0,.32); transform: translateX(-50%); }
.cookie-notice[hidden] { display: none; }
.cookie-notice p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.5; }
.cookie-notice a { color: var(--lime); text-decoration: underline; text-underline-offset: 2px; }
.cookie-notice button { flex: 0 0 auto; padding: 10px 16px; border: 0; border-radius: 99px; background: var(--lime); color: var(--navy); font-size: 11px; font-weight: 900; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 980px) {
  .brand-copy { display: none; }
  .main-nav { gap: 9px; font-size: 10.5px; }
  .main-nav .nav-app, .main-nav .nav-cta { padding: 9px 11px; }
  .hero { padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 660px; width: 100%; margin-inline: auto; }
  .hero-collage { min-height: 560px; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card:first-child { grid-column: 1 / -1; min-height: 390px; }
  .news-archive-grid { grid-template-columns: 1fr 1fr; }
  .schedule-card { grid-template-columns: 44px 1.4fr .7fr .8fr; }
  .schedule-card > div:last-child { grid-column: 2 / -1; padding-top: 13px; border-top: 1px solid var(--line); }
  .membership-shell { grid-template-columns: 1fr; gap: 48px; }
  .program-hero-shell { grid-template-columns: 1fr .55fr; gap: 35px; }
  .program-mark { min-height: 260px; }
  .program-mark-orbit { width: 240px; height: 240px; }
  .program-logo { width: 178px; height: 178px; }
  .group-card { grid-template-columns: 42px 1.2fr .65fr .7fr; }
  .group-fee { grid-column: 2 / -1; }
  .foundation-area-hero-shell { grid-template-columns: 1fr .48fr; gap: 35px; }
  .foundation-area-grid { grid-template-columns: 1fr; }
  .foundation-area-aside { position: static; }
  .about-page-hero-shell { grid-template-columns: 1fr .45fr; gap: 35px; }
  .about-page-grid { grid-template-columns: 1fr; }
  .about-page-data { position: static; }
  .documents-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .cooperation-hero-grid { grid-template-columns: 1fr .58fr; gap: 38px; }
  .cooperation-hero-mark { min-height: 300px; }
  .cooperation-orbit { width: 260px; height: 260px; }
  .cooperation-hero-mark strong { width: 170px; height: 170px; }
  .cooperation-model { grid-template-columns: 1fr 1.15fr; }
  .cooperation-model .button { grid-column: 1 / -1; width: fit-content; }
  .cooperation-contact { align-items: flex-start; flex-direction: column; }
  .partner-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 55px; }
  .footer-details { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container, .nav-shell { width: min(calc(100% - 28px), var(--container)); }
  .nav-shell { min-height: 76px; }
  .menu-toggle { display: block; position: relative; z-index: 22; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 110px 28px 35px; overflow-y: auto; flex-direction: column; align-items: flex-start; gap: 3px; background: var(--navy); transform: translateX(100%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
  .main-nav.open { transform: translateX(0); visibility: visible; }
  .main-nav > a { width: 100%; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 25px; }
  .main-nav .nav-app { margin-top: 16px; padding: 13px 18px; border-bottom: 0; font-size: 15px; text-align: center; }
  .main-nav .nav-cta { margin-top: 20px; padding: 13px 18px; border: 1px solid var(--lime); font-size: 15px; color: var(--lime); }
  .hero { padding: 126px 0 64px; }
  .hero-grid { gap: 48px; }
  .hero h1, .section-heading h2, .footer-cta h2 { letter-spacing: -2.4px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { display: none; }
  .hero-collage { min-height: 410px; max-width: 520px; margin-inline: auto; }
  .hero-image-main { width: 88%; border-width: 6px; }
  .hero-image-float { width: 34%; border-width: 6px; }
  .hero-collage-badge { width: 96px; height: 96px; gap: 6px; }
  .hero-collage-badge strong { font-size: 31px; }
  .hero-collage-badge span { font-size: 7px; }
  .paths-grid { grid-template-columns: 1fr; margin-top: 60px; }
  .path-card { min-height: 0; padding: 11px; border-radius: 32px; }
  .path-media { height: 235px; border-radius: 25px; }
  .foundation-card .path-media { height: 255px; }
  .path-logo { left: 14px; bottom: 13px; width: 82px; height: 82px; border-width: 4px; }
  .path-content { padding: 24px 17px 17px; }
  .path-content > p:not(.path-label) { margin-bottom: 27px; }
  .section { padding: 82px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .filter-shell { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 38px; padding: 16px 12px; }
  .filters { width: 100%; padding-bottom: 2px; }
  .filter-button { background: rgba(31,32,35,.045); }
  .offer-grid, .news-grid { grid-template-columns: 1fr; }
  .news-more .button { width: 100%; }
  .news-archive-hero { padding: 132px 0 66px; }
  .news-archive-hero h1 { letter-spacing: -4px; }
  .news-archive-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 330px; }
  .news-card, .news-card:first-child { grid-column: auto; min-height: 420px; }
  .schedule-grid { margin-top: 38px; }
  .schedule-card { grid-template-columns: 42px 1fr 1fr; gap: 18px; padding: 22px; }
  .schedule-card > div:first-of-type { grid-column: 2 / -1; }
  .schedule-card > div:last-child { grid-column: 2 / -1; }
  .schedule-foot { align-items: flex-start; flex-direction: column; }
  .schedule-foot .button { width: 100%; }
  .membership-shell { gap: 38px; border-radius: 34px; }
  .membership-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .membership-row strong { text-align: left; }
  .program-hero { padding: 128px 0 65px; }
  .program-hero-shell { grid-template-columns: 1fr; gap: 28px; }
  .program-hero-copy h1 { letter-spacing: -4px; }
  .program-mark { min-height: 230px; }
  .program-mark-orbit { width: 218px; height: 218px; }
  .program-logo { width: 160px; height: 160px; }
  .program-mark > span { right: 12%; }
  .group-list { margin-top: 38px; }
  .group-card { grid-template-columns: 42px 1fr 1fr; gap: 18px; padding: 22px; }
  .group-name { grid-column: 2 / -1; }
  .group-card > div:nth-of-type(2) { grid-column: 2; }
  .group-card > div:nth-of-type(3) { grid-column: 3; }
  .group-fee { grid-column: 2 / -1; }
  .program-note { align-items: flex-start; flex-direction: column; }
  .program-actions { width: 100%; flex-direction: column; }
  .program-note .button, .program-actions .button { width: 100%; justify-content: space-between; }
  .payment-card, .individual-training { grid-template-columns: 1fr; gap: 28px; border-radius: 30px; }
  .payment-details > div { grid-template-columns: 1fr; gap: 7px; }
  .individual-actions { flex-direction: column; }
  .individual-actions .button { width: 100%; justify-content: space-between; }
  .foundation-area-hero { padding: 128px 0 66px; }
  .foundation-area-hero-shell { grid-template-columns: 1fr; gap: 25px; }
  .foundation-area-copy h1 { letter-spacing: -4px; }
  .foundation-area-mark { min-height: 235px; }
  .foundation-area-shape { width: 215px; height: 215px; }
  .foundation-area-logo { width: 160px; height: 160px; }
  .foundation-area-mark > span { right: 12%; }
  .project-card-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .project-card-media { min-height: 230px; }
  .about-page-hero { padding: 128px 0 66px; }
  .about-page-hero-shell { grid-template-columns: 1fr; gap: 35px; }
  .about-page-hero-copy h1 { letter-spacing: -4px; }
  .about-page-logo { width: 190px; justify-self: start; padding: 17px; border-width: 7px; }
  .documents-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .team-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .team-photo { min-height: 290px; }
  .cooperation-hero { padding: 128px 0 67px; }
  .cooperation-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .cooperation-hero-copy h1 { font-size: clamp(49px, 14vw, 70px); letter-spacing: -3px; }
  .cooperation-hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .cooperation-hero-actions { align-items: stretch; flex-direction: column; }
  .cooperation-hero-mark { min-height: 245px; }
  .cooperation-orbit { width: 220px; height: 220px; }
  .cooperation-hero-mark strong { width: 150px; height: 150px; font-size: 22px; }
  .cooperation-hero-mark > span:nth-of-type(1) { left: 8%; }
  .cooperation-hero-mark > span:nth-of-type(2) { right: 7%; }
  .cooperation-card-grid, .partnership-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .cooperation-card { min-height: 270px; }
  .cooperation-model { grid-template-columns: 1fr; gap: 28px; border-radius: 29px; }
  .cooperation-model ul { grid-template-columns: 1fr; }
  .cooperation-model .button { grid-column: auto; width: 100%; white-space: normal; }
  .partnership-card { min-height: 235px; }
  .cooperation-contact { border-radius: 29px; }
  .cooperation-contact-actions { width: 100%; flex-direction: column; }
  .cooperation-contact-actions .button { width: 100%; justify-content: space-between; }
  .partners-heading { align-items: flex-start; flex-direction: column; }
  .partner-strip { grid-template-columns: 1fr; }
  .site-footer { padding-top: 80px; }
  .footer-details { grid-template-columns: 1fr; }
  .footer-venues-card { grid-template-columns: 1fr; }
  .footer-venues-card .footer-label { grid-column: auto; }
  .footer-links-card { grid-column: auto; }
  .footer-actions .button { width: 100%; }
  .footer-cta .button { justify-content: space-between; overflow: hidden; font-size: 12px; }
  .footer-bottom { grid-template-columns: 1fr auto; row-gap: 20px; }
  .footer-legal { grid-column: 1 / -1; grid-row: 2; align-items: flex-start; flex-direction: column; gap: 5px; }
  .cookie-notice { align-items: stretch; flex-direction: column; gap: 12px; bottom: 10px; }
  .cookie-notice button { width: 100%; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 15px; }
  .hero-collage { min-height: 340px; }
  .hero-collage-badge { top: 7%; width: 82px; height: 82px; }
  .hero-collage-badge strong { font-size: 27px; }
  .hero-image-float { width: 37%; }
  .path-media { height: 210px; }
  .foundation-card .path-media { height: 225px; }
  .path-card h2 { font-size: 39px; }
  .schedule-card { grid-template-columns: 1fr 1fr; }
  .schedule-index { grid-column: 1 / -1; }
  .schedule-card > div:first-of-type, .schedule-card > div:last-child { grid-column: 1 / -1; }
  .membership-shell { width: min(calc(100% - 20px), var(--container)); padding: 30px 22px; border-radius: 30px; }
  .membership-copy h2 { letter-spacing: -2px; }
  .program-hero-copy h1 { font-size: 62px; letter-spacing: -3px; }
  .program-kicker { font-size: 25px; }
  .group-card { grid-template-columns: 1fr 1fr; }
  .group-index, .group-name, .group-fee { grid-column: 1 / -1; }
  .group-card > div:nth-of-type(2), .group-card > div:nth-of-type(3) { grid-column: auto; }
  .foundation-area-copy h1 { font-size: 56px; letter-spacing: -3px; }
  .section-heading h2, .footer-cta h2 { font-size: 42px; }
  .footer-details { grid-template-columns: 1fr; }
  .footer-links-card { columns: 1; }
}

/* WordPress */
.admin-bar .site-header { top: 32px; }
.site-header { z-index: 999; }
body:not(.home) .site-header { position: fixed; background: rgba(28,29,31,.97); box-shadow: 0 8px 30px rgba(0,0,0,.15); }
.offer-card[hidden] { display: none; }
.wp-site-blocks { padding: 0; }
.content-page { min-height: 72vh; padding: 150px 0 90px; background: var(--cream); }
.content-page .eyebrow { color: var(--muted); }
.content-page h1 { margin: 0 0 30px; font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -3px; }
.content-card { padding: clamp(25px, 5vw, 60px); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.content-card > *:first-child { margin-top: 0; }
.content-card img { max-width: 100%; height: auto; border-radius: 14px; }
.content-card a { color: #c95532; text-decoration: underline; text-underline-offset: 3px; }
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-list article { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.post-list h2 { margin: 0 0 12px; font-size: 24px; line-height: 1.15; }
.post-list p { color: var(--muted); }
.pagination { margin-top: 35px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .post-list { grid-template-columns: 1fr; }
}
