:root {
  --primary: #a45a2a;
  --bg: #fbf5ef;
  --ink: #2a1a10;
  --accent: #2f6f6f;
  --paper: #ffffff;
  --line: #e8ddd2;
  --mute: #7a5a3e;
  --display: 'Sora', system-ui, sans-serif;
  --body: 'Sora', system-ui, sans-serif;
  --r: 16px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); background: var(--bg); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.wrap { width: min(1140px, 92vw); margin-inline: auto; }
h1, h2, h3 { line-height: 1.1; }
h1 { font-size: clamp(30px, 5vw, 56px); font-weight: 800; }
h2 { font-size: clamp(24px, 3.2vw, 38px); font-weight: 700; }
h3 { font-size: 18px; font-weight: 700; }
p { color: var(--mute); }
.eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}

/* header */
.header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(251,245,239,.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header__row { display: flex; align-items: center; gap: 20px; height: 64px; }
.logo {
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  color: var(--ink);
  display: flex; align-items: center; gap: 6px;
  white-space: nowrap;
}
.logo__wave { color: var(--accent); font-size: 20px; }
.nav { display: flex; gap: 22px; margin-left: auto; }
.nav a { text-decoration: none; font-size: 13px; font-weight: 600; color: var(--mute); transition: color .15s; }
.nav a:hover { color: var(--primary); }

/* buttons */
.btn {
  display: inline-flex; align-items: center;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 24px;
  border-radius: 999px;
  border: none; cursor: pointer;
  white-space: nowrap;
  transition: background .15s, transform .12s;
}
.btn:hover { background: #8b4a20; transform: translateY(-1px); }
.btn--lg { padding: 16px 30px; font-size: 15px; }
.btn--text {
  background: transparent;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
}
.btn--text:hover { background: transparent; transform: none; }
.btn--white { background: #fff; color: var(--primary); }
.btn--white:hover { background: #fef3ea; }

/* hero */
.hero { padding: clamp(44px, 6vw, 80px) 0; }
.hero__stack {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
}
.tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  display: block;
}
.hero__sub {
  font-size: clamp(15px, 1.4vw, 17px);
  margin-top: 16px;
  max-width: 48ch;
}
.hero__btns { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; margin-top: 28px; }
.hero__img { position: relative; }
.hero__img img {
  width: 100%;
  height: clamp(300px, 40vw, 500px);
  object-fit: cover;
  border-radius: calc(var(--r) + 4px);
  box-shadow: 0 28px 56px -28px rgba(100,50,20,.4);
}
.hero__pill {
  position: absolute;
  top: 20px; right: 20px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 999px;
}

/* why section */
.why-section { padding: clamp(52px, 7vw, 84px) 0; background: var(--paper); border-block: 1px solid var(--line); }
.why-section__title { margin-bottom: 10px; }
.why-section__intro { color: var(--mute); max-width: 52ch; margin-bottom: 36px; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.why-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 200px;
}
.why-card__icon { font-size: 28px; }
.why-card h3 { font-size: 16px; font-weight: 700; color: var(--ink); }
.why-card p { font-size: 14px; }

/* softload */
.softload { background: var(--ink); padding: clamp(52px, 7vw, 84px) 0; }
.softload__in {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.softload .eyebrow { color: var(--accent); }
.softload__claim h2 { color: #fff; margin-bottom: 16px; }
.softload__claim > p { color: rgba(255,255,255,.75); max-width: 48ch; margin-bottom: 24px; }
.softload__list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}
.softload__list li {
  font-size: 14.5px;
  color: rgba(255,255,255,.8);
  padding-left: 20px;
  position: relative;
}
.softload__list li::before {
  content: '~';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}
.softload__numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.number-tile {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r);
  padding: 20px;
}
.number-tile__val {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.1;
  margin-bottom: 6px;
}
.number-tile__label { font-size: 13px; color: rgba(255,255,255,.6); }

/* schedule */
.schedule-section { padding: clamp(52px, 7vw, 84px) 0; }
.schedule-section__sub { color: var(--mute); margin-top: 8px; margin-bottom: 36px; }
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.schedule-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px;
  display: flex;
  flex-direction: column;
  min-height: 230px;
}
.schedule-card__level {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.level--easy { background: rgba(47,111,111,.12); color: var(--accent); }
.level--mid  { background: rgba(164,90,42,.12); color: var(--primary); }
.level--adv  { background: rgba(42,26,16,.1); color: var(--ink); }
.schedule-card h3 { font-size: 18px; color: var(--ink); margin-bottom: 8px; }
.schedule-card p { font-size: 14px; flex: 1; }
.schedule-card__times {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
}

/* cta */
.cta-section { padding: clamp(52px, 7vw, 84px) 0; }
.cta-section__in {
  background: linear-gradient(130deg, var(--primary) 0%, var(--accent) 100%);
  border-radius: calc(var(--r) + 8px);
  padding: clamp(32px, 5vw, 56px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.cta-section__in h2 { color: #fff; }
.cta-section__in > div > p { color: rgba(255,255,255,.85); margin-top: 10px; max-width: 46ch; }
.cta-contacts { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 16px; }
.cta-contacts span { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.75); }

/* footer */
.foot { background: var(--ink); padding: 28px 0; }
.foot__row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px; color: rgba(255,255,255,.5); }

@media (max-width: 900px) {
  .hero__stack { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .softload__in { grid-template-columns: 1fr; }
  .schedule-grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
}
@media (max-width: 520px) {
  .why-grid { grid-template-columns: 1fr; }
  .schedule-grid { grid-template-columns: 1fr; }
  .softload__numbers { grid-template-columns: 1fr 1fr; }
}
