/* ============================================================
   ShoxRuh+ Shaxmat klubi — style.css
   Palette: charcoal / ivory / gold (matches club branding)
   ============================================================ */

:root {
  --bg:        #14130f;   /* deep charcoal */
  --bg-2:      #1b1a15;   /* raised charcoal */
  --bg-3:      #232118;   /* card */
  --ink:       #f4efe3;   /* ivory text */
  --ink-soft:  #c9c3b3;   /* muted ivory */
  --ink-dim:   #8f897b;   /* dim */
  --gold:      #c9a24a;   /* primary accent */
  --gold-2:    #e3c878;   /* light gold */
  --gold-deep: #9a7a31;
  --line:      rgba(201,162,74,.18);
  --line-soft: rgba(244,239,227,.10);
  --green:     #4f7a3a;   /* board green (subtle) */
  --shadow:    0 24px 60px -24px rgba(0,0,0,.7);
  --radius:    16px;
  --radius-sm: 10px;
  --maxw:      1180px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.1; margin: 0; letter-spacing: .2px; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.gold { color: var(--gold); }
.accent-line { width: 56px; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); border-radius: 2px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 26px; border-radius: 999px;
  font-family: var(--sans); font-weight: 600; font-size: 15px;
  cursor: pointer; border: 1px solid transparent; transition: .25s ease;
  white-space: nowrap;
}
.btn-primary { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #1a1407; box-shadow: 0 10px 30px -10px rgba(201,162,74,.6); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px -10px rgba(201,162,74,.7); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-2); }
.btn-tg { background: #229ED9; color: #fff; }
.btn-tg:hover { transform: translateY(-2px); background: #1c8bc0; }

/* ---------- Section primitives ---------- */
section { position: relative; padding: 96px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 12.5px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow::before { content: "\265F"; font-size: 15px; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(30px, 5vw, 48px); }
.section-head p { color: var(--ink-soft); margin-top: 16px; font-size: 18px; }
.section-alt { background: var(--bg-2); }
.section-alt::before, .section-alt::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px; background: var(--line-soft);
}
.section-alt::before { top: 0; } .section-alt::after { bottom: 0; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: .3s ease; border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(15,14,11,.82); backdrop-filter: blur(14px);
  border-bottom-color: var(--line-soft);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--gold); }
.brand svg { height: 34px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text b { font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--ink); letter-spacing: .5px; }
.brand-text span { font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 15px; color: var(--ink-soft); font-weight: 500; transition: .2s; position: relative; }
.nav-links a:hover { color: var(--ink); }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--gold); transition: .25s; }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .3s; border-radius: 2px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding: 168px 0 90px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px;
  border: 1px solid var(--line); border-radius: 999px; font-size: 13px;
  color: var(--gold-2); background: rgba(201,162,74,.06); margin-bottom: 26px;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 4px rgba(74,222,128,.18); }
.hero h1 { font-size: clamp(40px, 6.6vw, 74px); line-height: 1.02; letter-spacing: -.5px; }
.hero h1 em { font-style: normal; color: var(--gold); font-family: var(--serif); }
.hero .lead { color: var(--ink-soft); font-size: 19px; max-width: 540px; margin: 26px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hero-meta { display: flex; gap: 30px; flex-wrap: wrap; color: var(--ink-soft); font-size: 14.5px; }
.hero-meta div { display: flex; align-items: center; gap: 9px; }
.hero-meta .gold { font-size: 17px; }

.hero-visual { position: relative; }
.hero-photo {
  position: relative; border-radius: 20px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow);
  aspect-ratio: 4/5;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, transparent 45%, rgba(15,14,11,.85));
}
/* carousel */
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.hero-dots {
  position: absolute; top: 16px; left: 16px; z-index: 3; display: flex; gap: 8px;
}
.hero-dot {
  width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; cursor: pointer;
  background: rgba(244,239,227,.45); transition: .3s;
}
.hero-dot:hover { background: rgba(244,239,227,.75); }
.hero-dot.active { width: 26px; background: var(--gold); }
.hero-tag {
  position: absolute; left: 18px; bottom: 18px; right: 18px; z-index: 2;
  display: flex; align-items: center; gap: 12px;
}
.hero-tag .pill {
  background: rgba(20,19,15,.7); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px;
}
.hero-tag .pill b { display: block; font-family: var(--serif); font-size: 18px; color: var(--ink); }
.hero-tag .pill span { font-size: 12.5px; color: var(--ink-soft); }
.hero-float {
  position: absolute; top: 24px; right: -14px; z-index: 3;
  background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #1a1407;
  border-radius: 14px; padding: 12px 18px; font-weight: 700; box-shadow: var(--shadow);
  font-size: 14px; text-align: center; line-height: 1.2;
}
.hero-float b { font-family: var(--serif); font-size: 26px; display: block; }

/* decorative board pattern */
.board-deco {
  position: absolute; pointer-events: none; opacity: .5;
  width: 220px; height: 220px; z-index: -1;
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: var(--bg-2); }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 46px; padding-bottom: 46px; }
.stats section { padding: 0; }
.stat { text-align: center; position: relative; }
.stat:not(:last-child)::after { content: ""; position: absolute; right: -12px; top: 10%; height: 80%; width: 1px; background: var(--line-soft); }
.stat b { font-family: var(--serif); font-size: clamp(34px, 5vw, 52px); color: var(--gold); display: block; line-height: 1; }
.stat span { color: var(--ink-soft); font-size: 14.5px; }

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-text h2 { font-size: clamp(30px, 4.6vw, 46px); margin-bottom: 22px; }
.about-text p { color: var(--ink-soft); margin: 0 0 18px; }
.about-points { margin-top: 28px; display: grid; gap: 16px; }
.about-points li { display: flex; gap: 14px; align-items: flex-start; }
.about-points .ic {
  flex: none; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center;
  background: rgba(201,162,74,.1); border: 1px solid var(--line); color: var(--gold); font-size: 18px;
}
.about-points b { color: var(--ink); font-weight: 600; }
.about-points span { display: block; color: var(--ink-dim); font-size: 14.5px; }
.about-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-visual figure { margin: 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--line-soft); }
.about-visual img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; transition: .5s; }
.about-visual figure:hover img { transform: scale(1.05); }
.about-visual figure:first-child { margin-top: 28px; }

/* ============================================================
   PROGRAMS
   ============================================================ */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.prog-card {
  background: var(--bg-3); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 34px 30px; transition: .3s; position: relative; overflow: hidden;
}
.prog-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent); opacity: 0; transition: .3s;
}
.prog-card:hover { border-color: var(--line); transform: translateY(-4px); box-shadow: var(--shadow); }
.prog-card:hover::before { opacity: 1; }
.prog-ic {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; font-size: 27px;
  background: rgba(201,162,74,.1); border: 1px solid var(--line); color: var(--gold); margin-bottom: 22px;
}
.prog-card h3 { font-size: 25px; margin-bottom: 10px; }
.prog-card p { color: var(--ink-soft); font-size: 15.5px; margin: 0 0 16px; }
.prog-card .tags { display: flex; flex-wrap: wrap; gap: 8px; }
.prog-card .tags span { font-size: 12.5px; padding: 5px 12px; border-radius: 999px; background: rgba(244,239,227,.05); border: 1px solid var(--line-soft); color: var(--ink-soft); }

/* ============================================================
   COACHES
   ============================================================ */
.coach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.coach {
  background: var(--bg-3); border: 1px solid var(--line-soft); border-radius: var(--radius);
  overflow: hidden; transition: .3s;
}
.coach:hover { transform: translateY(-5px); border-color: var(--line); box-shadow: var(--shadow); }
.coach-photo { aspect-ratio: 1/1; overflow: hidden; position: relative; background: var(--bg-2); }
.coach-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transition: .5s; }
.coach:hover .coach-photo img { transform: scale(1.06); }
.coach-photo.placeholder { display: grid; place-items: center; color: var(--gold); }
.coach-photo.placeholder svg { width: 40%; opacity: .55; }
.coach-body { padding: 24px 24px 28px; }
.coach-body h3 { font-size: 23px; }
.coach-body .role { color: var(--gold); font-size: 13.5px; font-weight: 600; letter-spacing: .04em; margin: 4px 0 14px; text-transform: uppercase; }
.coach-creds { display: grid; gap: 9px; }
.coach-creds li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-soft); font-size: 14.5px; }
.coach-creds li::before { content: "\265F"; color: var(--gold); flex: none; }

/* ============================================================
   ACHIEVEMENTS
   ============================================================ */
.ach-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.ach {
  background: var(--bg-3); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 30px; position: relative; overflow: hidden; transition: .3s;
}
.ach:hover { border-color: var(--line); transform: translateY(-3px); }
.ach .medal { font-size: 30px; margin-bottom: 14px; }
.ach h3 { font-size: 22px; margin-bottom: 8px; }
.ach .who { color: var(--gold-2); font-weight: 600; font-size: 14.5px; }
.ach p { color: var(--ink-soft); font-size: 14.5px; margin: 10px 0 0; }
.ach.span-7 { grid-column: span 7; } .ach.span-5 { grid-column: span 5; }
.ach.span-4 { grid-column: span 4; } .ach.span-6 { grid-column: span 6; }
.ach.feature {
  background:
    linear-gradient(180deg, rgba(20,19,15,.2), rgba(20,19,15,.92)),
    url("../img/champion-trophy.jpg") center 20%/cover;
  min-height: 340px; display: flex; flex-direction: column; justify-content: flex-end; grid-column: span 5;
}
.ach.guest {
  background:
    linear-gradient(180deg, rgba(20,19,15,.25), rgba(20,19,15,.9)),
    url("../img/team-open14.jpg") center/cover;
  min-height: 340px; display: flex; flex-direction: column; justify-content: flex-end; grid-column: span 7;
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery { columns: 3; column-gap: 16px; }
.gallery figure { margin: 0 0 16px; break-inside: avoid; border-radius: 14px; overflow: hidden; border: 1px solid var(--line-soft); position: relative; cursor: pointer; }
.gallery img { width: 100%; transition: .5s; }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: 26px 16px 14px; font-size: 13.5px; color: var(--ink);
  background: linear-gradient(transparent, rgba(15,14,11,.9)); opacity: 0; transition: .3s; transform: translateY(8px);
}
.gallery figure:hover figcaption { opacity: 1; transform: none; }

/* ============================================================
   PRICING / SCHEDULE
   ============================================================ */
.price-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: stretch; }
.schedule {
  background: var(--bg-3); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 36px;
}
.schedule h3 { font-size: 26px; margin-bottom: 6px; }
.schedule > p { color: var(--ink-soft); font-size: 15px; margin: 0 0 24px; }
.sched-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line-soft); }
.sched-row:last-child { border-bottom: 1px solid var(--line-soft); }
.sched-row .days { font-weight: 600; color: var(--ink); }
.sched-row .place { color: var(--ink-dim); font-size: 13.5px; }
.sched-row .time { font-family: var(--serif); font-size: 20px; color: var(--gold); white-space: nowrap; }

.plan {
  background: linear-gradient(180deg, var(--bg-3), #211f16);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.plan .ribbon {
  position: absolute; top: 20px; right: -34px; transform: rotate(45deg);
  background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #1a1407;
  font-size: 12px; font-weight: 700; padding: 6px 44px; letter-spacing: .05em;
}
.plan .label { color: var(--gold); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.plan .price { font-family: var(--serif); font-size: 52px; color: var(--ink); line-height: 1; margin: 10px 0 2px; }
.plan .price small { font-size: 18px; color: var(--ink-soft); }
.plan .was { color: var(--ink-dim); text-decoration: line-through; font-size: 16px; }
.plan ul { margin: 24px 0; display: grid; gap: 13px; }
.plan li { display: flex; gap: 11px; color: var(--ink-soft); font-size: 15px; }
.plan li::before { content: "\2713"; color: var(--gold); font-weight: 700; }
.plan .btn { width: 100%; justify-content: center; margin-top: auto; }
.plan .note { text-align: center; font-size: 13px; color: var(--ink-dim); margin-top: 14px; }

/* ============================================================
   PARTNERS
   ============================================================ */
.partners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.partner {
  display: flex; gap: 22px; align-items: center; background: var(--bg-3);
  border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 26px 28px; transition: .3s;
}
.partner:hover { border-color: var(--line); transform: translateY(-3px); }
.partner .p-ic { flex: none; width: 60px; height: 60px; border-radius: 14px; display: grid; place-items: center; font-size: 28px; background: rgba(201,162,74,.1); border: 1px solid var(--line); }
.partner h3 { font-size: 21px; }
.partner p { color: var(--ink-soft); font-size: 14.5px; margin: 6px 0 0; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 36px; align-items: stretch; }
.contact-info { display: grid; gap: 16px; align-content: start; }
.ci-card {
  display: flex; gap: 16px; align-items: flex-start; background: var(--bg-3);
  border: 1px solid var(--line-soft); border-radius: var(--radius-sm); padding: 20px 22px; transition: .25s;
}
.ci-card:hover { border-color: var(--line); }
.ci-card .ic { flex: none; width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center; font-size: 20px; background: rgba(201,162,74,.1); border: 1px solid var(--line); color: var(--gold); }
.ci-card .lbl { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-dim); }
.ci-card a, .ci-card b { color: var(--ink); font-weight: 600; font-size: 16px; }
.ci-card a:hover { color: var(--gold-2); }
.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-soft); min-height: 260px; margin-top: 4px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 260px; border: 0; filter: grayscale(.3) invert(.9) hue-rotate(180deg) contrast(.9); }

.contact-form {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px;
}
.contact-form h3 { font-size: 27px; margin-bottom: 6px; }
.contact-form > p { color: var(--ink-soft); font-size: 15px; margin: 0 0 24px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; color: var(--ink-soft); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; background: var(--bg); border: 1px solid var(--line-soft);
  border-radius: 10px; color: var(--ink); font-family: var(--sans); font-size: 15px; transition: .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,74,.12); }
.field textarea { resize: vertical; min-height: 90px; }
.form-note { font-size: 13px; color: var(--ink-dim); margin-top: 6px; text-align: center; }
.form-ok { display: none; padding: 18px; border-radius: 12px; background: rgba(74,222,128,.08); border: 1px solid rgba(74,222,128,.3); margin-top: 14px; }
.form-ok.show { display: grid; gap: 10px; }
.form-ok strong { color: #86efac; font-size: 16px; }
.form-ok span { color: var(--ink-soft); font-size: 14px; }
.form-ok .btn-tg { justify-content: center; margin-top: 4px; }
.field input.invalid, .field select.invalid { border-color: #e0563f; box-shadow: 0 0 0 3px rgba(224,86,63,.12); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #0f0e0b; border-top: 1px solid var(--line-soft); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand .brand { margin-bottom: 16px; }
.footer-brand p { color: var(--ink-dim); font-size: 14.5px; max-width: 280px; }
.footer-col h4 { font-family: var(--sans); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a, .footer-col li { color: var(--ink-soft); font-size: 14.5px; transition: .2s; }
.footer-col a:hover { color: var(--gold-2); }
.social { display: flex; gap: 12px; margin-top: 18px; }
.social a { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; border: 1px solid var(--line-soft); color: var(--ink-soft); transition: .25s; }
.social a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--ink-dim); font-size: 13.5px; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8,8,6,.92); display: none; align-items: center; justify-content: center; padding: 32px; backdrop-filter: blur(6px); }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 12px; box-shadow: var(--shadow); }
.lightbox .close { position: absolute; top: 24px; right: 30px; font-size: 34px; color: var(--ink); cursor: pointer; background: none; border: 0; line-height: 1; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 440px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .coach-grid { grid-template-columns: 1fr 1fr; }
  .price-grid, .contact-grid { grid-template-columns: 1fr; }
  .ach.feature, .ach.guest, .ach.span-7, .ach.span-5, .ach.span-4, .ach.span-6 { grid-column: span 12; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  section { padding: 70px 0; }
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .nav-toggle { display: block; }
  .site-header.menu-open .nav-links {
    display: flex; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column;
    background: rgba(15,14,11,.97); backdrop-filter: blur(14px); padding: 22px 24px 28px; gap: 20px;
    border-bottom: 1px solid var(--line-soft);
  }
  .stats .container { grid-template-columns: 1fr 1fr; gap: 30px 16px; }
  .stat:nth-child(2)::after { display: none; }
  .cards, .partners-grid { grid-template-columns: 1fr; }
  .coach-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .gallery { columns: 2; }
  .about-visual figure:first-child { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-meta { gap: 18px 26px; }
  .hero-float { top: 14px; }
}
@media (max-width: 460px) {
  .container { padding: 0 18px; }
  .gallery { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
