:root {
  --bg: #faf7f2;
  --surface: #ffffff;
  --ink: #1a1611;
  --ink-soft: #4a4239;
  --ink-mute: #8a8073;
  --line: #e8dfd2;
  --brand: #e85d2e;
  --brand-2: #f5a623;
  --brand-deep: #c54519;
  --shadow-card: 0 1px 0 rgba(26,22,17,.04), 0 12px 28px rgba(26,22,17,.06);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { font-family: 'Russo One', 'Inter', sans-serif; font-weight: 400; line-height: 1.15; letter-spacing: -.005em; margin: 0; }
h1 { font-size: clamp(36px, 5.4vw, 64px); }
h2 { font-size: clamp(28px, 3.4vw, 42px); }
h3 { font-size: 19px; }
h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-mute); margin: 0 0 14px; }

.kicker { display: inline-block; font: 600 12.5px/1 'Inter', sans-serif; text-transform: uppercase; letter-spacing: .12em; color: var(--brand-deep); background: rgba(232,93,46,.08); padding: 8px 14px; border-radius: 999px; margin-bottom: 22px; }
.hl { color: var(--brand); }
.sub { color: var(--ink-soft); max-width: 720px; margin: 12px 0 36px; font-size: 17px; }

/* ----- header / nav ----- */
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(250,247,242,.92); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line); }
.hdr__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-family: 'Russo One', sans-serif; font-size: 19px; letter-spacing: -.005em; }
.brand__mark { color: var(--brand); font-size: 16px; }
.nav { display: flex; gap: 6px; align-items: center; }
.nav a { padding: 10px 14px; border-radius: 8px; color: var(--ink-soft); font-weight: 500; font-size: 14.5px; transition: color .15s, background .15s; }
.nav a:hover { color: var(--ink); background: rgba(26,22,17,.04); }
.nav__cta { background: var(--ink); color: #fff !important; font-weight: 600; padding: 10px 18px !important; margin-left: 8px; }
.nav__cta:hover { background: var(--brand) !important; color: #fff !important; }
.burger { display: none; background: transparent; border: 1px solid var(--line); border-radius: 10px; width: 42px; height: 42px; cursor: pointer; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.burger span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ----- hero ----- */
.hero { padding: 64px 0 80px; background: linear-gradient(180deg, transparent 0%, rgba(245,166,35,.06) 100%); }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero__copy h1 { margin-bottom: 22px; }
.lead { font-size: clamp(16px, 1.5vw, 19px); color: var(--ink-soft); max-width: 540px; margin: 0 0 32px; line-height: 1.65; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 10px; font: 600 15px/1 'Inter', sans-serif; border: 1px solid transparent; cursor: pointer; transition: transform .15s, background .15s, color .15s, box-shadow .15s; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 6px 18px rgba(232,93,46,.25); }
.btn--primary:hover { background: var(--brand-deep); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { background: rgba(26,22,17,.04); }
.btn--block { width: 100%; padding: 16px; font-size: 16px; }
.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; padding: 0; margin: 0; }
.hero__facts li { color: var(--ink-mute); font-size: 14px; line-height: 1.5; }
.hero__facts b { display: block; color: var(--ink); font-family: 'Russo One', sans-serif; font-size: 26px; font-weight: 400; margin-bottom: 2px; }
.hero__media { position: relative; }
.hero__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 18px; box-shadow: 0 20px 60px rgba(26,22,17,.18); }
.hero__badge { position: absolute; bottom: 20px; left: 20px; background: rgba(26,22,17,.92); color: #fff; font-weight: 600; font-size: 13px; padding: 10px 14px; border-radius: 999px; backdrop-filter: blur(8px); }

/* ----- sections ----- */
.section { padding: 96px 0; }
.section--alt { background: var(--surface); }
.section--cta { background: linear-gradient(135deg, #1a1611 0%, #3a2418 100%); color: #fff; }
.section--cta h2, .section--cta .sub { color: #fff; }

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

.card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 28px 24px; transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.card__num { font-family: 'Russo One', sans-serif; font-size: 36px; color: var(--brand); line-height: 1; margin-bottom: 16px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; margin: 0; }
.section--alt .card { background: var(--bg); border-color: transparent; }

/* ----- schedule ----- */
.schedule { background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 8px; overflow-x: auto; }
.section--alt .schedule { background: var(--surface); }
.schedule__row { display: grid; grid-template-columns: 130px repeat(7, 1fr); gap: 4px; min-width: 720px; }
.schedule__row > div { padding: 12px 10px; font-size: 13.5px; text-align: center; color: var(--ink-soft); }
.schedule__row--head > div { font-weight: 700; color: var(--ink); text-transform: uppercase; letter-spacing: .04em; font-size: 12px; border-bottom: 1px solid var(--line); }
.schedule__t { text-align: left !important; font-weight: 600; color: var(--ink) !important; }
.cell { border-radius: 8px; font-weight: 600; color: var(--ink) !important; }
.cell--adult { background: rgba(232,93,46,.12); }
.cell--kids { background: rgba(245,166,35,.18); }
.cell--family { background: rgba(105,182,165,.16); }
.cell--free { background: rgba(26,22,17,.05); color: var(--ink-mute) !important; font-weight: 500; }
.schedule__note { color: var(--ink-mute); font-size: 14px; margin-top: 18px; }

/* ----- coaches ----- */
.coach { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 26px 22px; text-align: center; }
.coach__avatar { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-family: 'Russo One', sans-serif; font-size: 24px; color: #fff; }
.coach__avatar--a { background: linear-gradient(135deg, #e85d2e, #c54519); }
.coach__avatar--b { background: linear-gradient(135deg, #f5a623, #d6841b); }
.coach__avatar--c { background: linear-gradient(135deg, #69b6a5, #4d958a); }
.coach__avatar--d { background: linear-gradient(135deg, #6b7fb0, #4f5f8a); }
.coach h3 { margin-bottom: 6px; font-size: 17px; }
.coach__role { font-size: 13px; color: var(--brand-deep); font-weight: 600; margin: 0 0 12px; }
.coach p { font-size: 14px; color: var(--ink-soft); margin: 0; line-height: 1.55; }

/* ----- pricing ----- */
.prices { align-items: stretch; }
.price { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 32px 28px; position: relative; display: flex; flex-direction: column; }
.price--featured { background: var(--ink); color: #fff; border: 0; box-shadow: 0 24px 60px rgba(26,22,17,.18); transform: translateY(-8px); }
.price--featured h3, .price--featured .price__val { color: #fff; }
.price__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--brand); color: #fff; font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 999px; text-transform: uppercase; letter-spacing: .06em; }
.price h3 { margin-bottom: 14px; }
.price__val { font-family: 'Russo One', sans-serif; font-size: 38px; margin-bottom: 22px; color: var(--ink); line-height: 1; }
.price ul { list-style: none; padding: 0; margin: 0; flex: 1; }
.price li { font-size: 14.5px; padding: 9px 0; border-bottom: 1px solid rgba(26,22,17,.06); color: var(--ink-soft); }
.price li:last-child { border-bottom: 0; }
.price--featured li { color: rgba(255,255,255,.85); border-bottom-color: rgba(255,255,255,.1); }
.prices__kids { color: var(--ink-mute); font-size: 14.5px; margin-top: 28px; text-align: center; }

/* ----- booking ----- */
.booking { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: start; }
.booking__copy h2 { color: #fff; margin-bottom: 18px; }
.booking__copy p { color: rgba(255,255,255,.78); font-size: 17px; margin: 0 0 26px; max-width: 460px; }
.booking__facts { list-style: none; padding: 0; margin: 0; }
.booking__facts li { padding: 12px 0 12px 28px; position: relative; color: rgba(255,255,255,.82); font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.08); }
.booking__facts li:before { content: "▲"; color: var(--brand-2); position: absolute; left: 0; font-size: 11px; top: 16px; }
.booking__facts li:last-child { border-bottom: 0; }
.booking__form { background: #fff; color: var(--ink); border-radius: 18px; padding: 32px 28px; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.booking__form label { display: block; font-size: 13px; font-weight: 600; color: var(--ink-mute); margin-bottom: 16px; text-transform: uppercase; letter-spacing: .05em; }
.booking__form input, .booking__form select { display: block; width: 100%; margin-top: 6px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; font: 500 15px 'Inter', sans-serif; color: var(--ink); background: #fff; transition: border-color .15s; text-transform: none; letter-spacing: 0; }
.booking__form input:focus, .booking__form select:focus { outline: none; border-color: var(--brand); }
.booking__hint { color: var(--ink-mute); font-size: 13px; margin: 12px 0 0; text-align: center; text-transform: none; letter-spacing: 0; font-weight: 400; }

/* ----- footer ----- */
.ftr { background: #1a1611; color: rgba(255,255,255,.7); padding: 56px 0 28px; }
.ftr__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; margin-bottom: 36px; }
.brand--ftr { color: #fff; margin-bottom: 12px; }
.ftr p { font-size: 14px; margin: 0; line-height: 1.6; }
.ftr__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.ftr h4 { color: rgba(255,255,255,.5); }
.ftr a { display: block; color: rgba(255,255,255,.8); padding: 5px 0; font-size: 14.5px; }
.ftr a:hover { color: var(--brand-2); }
.ftr__bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: rgba(255,255,255,.45); }

/* ----- responsive ----- */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .hero__media img { aspect-ratio: 16/10; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: 1fr; }
  .price--featured { transform: none; }
  .booking { grid-template-columns: 1fr; gap: 32px; }
  .ftr__inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--bg); flex-direction: column; padding: 16px 20px 24px; border-bottom: 1px solid var(--line); gap: 2px; }
  .nav--open { display: flex; }
  .nav a { width: 100%; padding: 14px 12px; }
  .nav__cta { margin-left: 0; margin-top: 6px; text-align: center; }
  .burger { display: inline-flex; }
  .hero { padding: 40px 0 56px; }
  .hero__facts { grid-template-columns: 1fr; gap: 12px; }
  .section { padding: 64px 0; }
  .grid--4 { grid-template-columns: 1fr; }
}
