  :root {
    --ground: #FFFDF7;
    --surface: #FFFFFF;
    --ink: #24301F;
    --ink-2: #5B6853;
    --line: #E6E4D6;
    --green: #5E9E3E;
    --green-deep: #3F7A2A;
    --green-soft: #E9F6C8;
    --lilac-soft: #ECE3FA;
    --peach-soft: #FFE6C7;
    --coral: #F0785A;
    --coral-deep: #D95E40;
    --coral-soft: #FFE1D8;
    --bamboo: #1F2A1A;
    --shadow: 0 20px 45px -25px rgba(36,48,31,.35);
    --radius: 22px;
    --body: "Nunito", "Segoe UI", Arial, sans-serif;
    --script: "Pacifico", "Comic Sans MS", cursive;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; overflow-x: hidden; background: var(--ground); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
  img { max-width: 100%; height: auto; display: block; }
  a { color: inherit; }
  h1, h2, h3 { line-height: 1.15; margin: 0; font-weight: 900; letter-spacing: -.01em; }
  h2 { font-size: clamp(28px, 4vw, 42px); }
  h3 { font-size: 20px; }
  p { margin: 0; }
  .wrap { width: min(1140px, 100% - 40px); margin-inline: auto; }
  .eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--green-deep); margin-bottom: 12px; }
  .eyebrow::before { content: ""; width: 26px; height: 6px; border-radius: 3px; background: var(--coral); }
  .lead { color: var(--ink-2); font-size: 18px; max-width: 62ch; }
  section { padding: 72px 0; }
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 24px; border-radius: 999px; font-weight: 800; font-size: 16px; text-decoration: none; border: 2px solid transparent; transition: transform .15s ease, box-shadow .15s ease; white-space: nowrap; }
  .btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
  .btn-coral { background: var(--coral); color: #fff; }
  .btn-green { background: var(--green); color: #fff; }
  .btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
  .btn svg { width: 20px; height: 20px; flex: none; }

  /* header */
  header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,247,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
  .nav { display: flex; align-items: center; gap: 20px; height: 70px; }
  .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--green-soft); }
  .brand b { font-family: var(--script); font-weight: 400; font-size: 26px; color: var(--coral); line-height: 1; }
  .brand small { display: block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--green-deep); font-weight: 800; margin-top: -2px; }
  .nav-links { display: flex; gap: 22px; margin-left: auto; font-weight: 700; font-size: 15px; }
  .nav-links a { text-decoration: none; color: var(--ink-2); }
  .nav-links a:hover { color: var(--green-deep); }
  .nav-phone { margin-left: 12px; }
  @media (max-width: 860px) { .nav-links { display: none; } .nav-phone { margin-left: auto; padding: 11px 14px; font-size: 14px; } .brand small { display: none; } .brand b { font-size: 24px; } }

  /* hero */
  .hero { padding: 40px 0 60px; background: radial-gradient(1200px 600px at 80% -10%, var(--green-soft), transparent 60%), radial-gradient(800px 500px at -10% 100%, var(--peach-soft), transparent 60%); }
  .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
  .hero h1 { font-size: clamp(34px, 5vw, 58px); }
  .hero h1 span { color: var(--green-deep); }
  .hero .tag { display: inline-flex; gap: 8px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px 8px 8px; font-weight: 700; font-size: 14px; margin-bottom: 18px; }
  .hero .tag i { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--green-soft); font-style: normal; }
  .hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
  .hero-note { margin-top: 18px; color: var(--ink-2); font-size: 15px; }
  .hero-photo { position: relative; }
  .hero-photo img { border-radius: 32px; aspect-ratio: 4 / 5; object-fit: cover; box-shadow: var(--shadow); }
  .hero-badge { position: absolute; left: -18px; bottom: 36px; background: #fff; border-radius: 18px; padding: 14px 18px; box-shadow: var(--shadow); display: flex; gap: 12px; align-items: center; max-width: 280px; }
  .hero-badge b { display: block; font-size: 15px; }
  .hero-badge span { color: var(--ink-2); font-size: 13px; }
  .hero-badge .ok { width: 40px; height: 40px; border-radius: 50%; background: var(--green-soft); display: grid; place-items: center; color: var(--green-deep); font-weight: 900; flex: none; }
  .hero-grid > * { min-width: 0; }
  @media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; gap: 28px; } .hero-photo img { aspect-ratio: 4 / 3; } .hero-badge { left: 12px; bottom: 12px; max-width: calc(100% - 24px); } .hero .tag { white-space: normal; font-size: 13px; } .hero-cta .btn { white-space: normal; text-align: center; flex: 1 1 100%; } .btn { white-space: normal; } }

  /* facts strip */
  .facts { background: var(--bamboo); color: #fff; padding: 22px 0; }
  .facts ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
  .facts li { text-align: center; }
  .facts b { display: block; font-size: 24px; color: #CDEB9B; }
  .facts span { font-size: 13px; opacity: .85; }
  @media (max-width: 860px) { .facts ul { grid-template-columns: repeat(2, 1fr); } .facts li:last-child { grid-column: span 2; } }

  /* why */
  .cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
  .card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
  .card .ico { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; font-size: 26px; margin-bottom: 16px; }
  .card p { color: var(--ink-2); font-size: 15px; margin-top: 8px; }
  .c1 .ico { background: var(--green-soft); } .c2 .ico { background: var(--peach-soft); } .c3 .ico { background: var(--lilac-soft); } .c4 .ico { background: var(--coral-soft); }
  @media (max-width: 960px) { .cards { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) { .cards { grid-template-columns: 1fr; } }

  /* day */
  .day { background: var(--green-soft); }
  .day-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; margin-top: 30px; }
  .timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid #D5E8B8; }
  .timeline li { display: grid; grid-template-columns: 120px 1fr; gap: 14px; padding: 12px 18px; border-top: 1px solid #EEF5E2; font-size: 15px; }
  .timeline li:first-child { border-top: 0; }
  .timeline time { font-weight: 800; color: var(--green-deep); white-space: nowrap; font-variant-numeric: tabular-nums; }
  .timeline li.hl { background: #FBFFF3; }
  .day-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .day-photos img { border-radius: 18px; aspect-ratio: 1; object-fit: cover; }
  .day-photos figure { margin: 0; }
  .day-photos figcaption { font-size: 13px; color: var(--ink-2); margin-top: 6px; }
  @media (max-width: 860px) { .day-grid { grid-template-columns: 1fr; } .timeline li { grid-template-columns: 104px 1fr; } }

  /* lessons */
  .lessons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
  .lesson { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--surface); border: 1px solid var(--line); }
  .lesson img { aspect-ratio: 4 / 3; object-fit: cover; }
  .lesson div { padding: 16px 18px 20px; }
  .lesson p { color: var(--ink-2); font-size: 15px; margin-top: 6px; }
  @media (max-width: 860px) { .lessons { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 560px) { .lessons { grid-template-columns: 1fr; } }

  /* food */
  .food { background: var(--peach-soft); }
  .food-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
  .food-grid img { border-radius: var(--radius); aspect-ratio: 1; object-fit: cover; }
  .food-pics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .food-pics img:first-child { grid-column: span 2; aspect-ratio: 16 / 10; }
  .ticks { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
  .ticks li { display: flex; gap: 12px; align-items: flex-start; }
  .ticks li::before { content: "✓"; flex: none; width: 26px; height: 26px; border-radius: 50%; background: #fff; color: var(--green-deep); font-weight: 900; display: grid; place-items: center; font-size: 14px; }
  @media (max-width: 860px) { .food-grid { grid-template-columns: 1fr; } }

  /* gallery */
  .gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 32px; }
  .gallery img { aspect-ratio: 1; object-fit: cover; border-radius: 16px; }
  @media (max-width: 860px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 560px) { .gallery { grid-template-columns: repeat(2, 1fr); } }

  /* school */
  .school { background: var(--lilac-soft); }
  .school-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
  .school-grid img { border-radius: var(--radius); aspect-ratio: 4 / 5; object-fit: cover; }
  .quote { background: #fff; border-radius: var(--radius); padding: 22px 24px; margin-top: 20px; border-left: 6px solid var(--coral); font-size: 16px; color: var(--ink-2); }
  @media (max-width: 860px) { .school-grid { grid-template-columns: 1fr; } .school-grid img { aspect-ratio: 4 / 3; } }

  /* faq */
  details { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 4px 20px; margin-top: 10px; }
  summary { cursor: pointer; font-weight: 800; padding: 14px 0; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
  summary::after { content: "+"; color: var(--coral); font-size: 22px; line-height: 1; }
  details[open] summary::after { content: "–"; }
  details p { color: var(--ink-2); padding-bottom: 16px; font-size: 15px; }

  /* contact */
  .contact { background: var(--bamboo); color: #fff; }
  .contact .eyebrow { color: #CDEB9B; }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 30px; }
  .contact-info dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .contact-info dt { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; opacity: .7; font-weight: 800; }
  .contact-info dd { margin: 4px 0 0; font-weight: 700; font-size: 17px; }
  .contact-info dd a { text-decoration: none; }
  .map { margin-top: 24px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); }
  .map iframe { width: 100%; height: 220px; border: 0; display: block; filter: saturate(.9); }
  form { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 28px; }
  form h3 { margin-bottom: 6px; }
  form .hint { color: var(--ink-2); font-size: 14px; margin-bottom: 18px; }
  label { display: block; font-weight: 800; font-size: 14px; margin: 14px 0 6px; }
  input, select, textarea { width: 100%; font: inherit; padding: 13px 14px; border: 2px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); }
  input:focus, select:focus, textarea:focus { outline: none; border-color: var(--green); }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  form .btn { width: 100%; margin-top: 20px; }
  .alt { text-align: center; font-size: 14px; color: var(--ink-2); margin-top: 14px; }
  @media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } }

  footer { background: #131A10; color: #B9C4B2; padding: 28px 0; font-size: 14px; }
  .foot { display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; justify-content: space-between; }
  .foot a { color: #E3EBDC; }
  .socials { display: flex; gap: 14px; }

  /* sticky mobile bar */
  .sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; display: none; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,253,247,.96); border-top: 1px solid var(--line); backdrop-filter: blur(8px); }
  .sticky-bar .btn { flex: 1; padding: 13px 10px; font-size: 15px; }
  @media (max-width: 860px) { .sticky-bar { display: flex; } body { padding-bottom: 76px; } }

  /* language toggle */
  .lang { display: inline-flex; align-items: center; margin-left: auto; padding: 3px; border-radius: 999px; background: #F1EFE4; border: 1px solid var(--line); font-size: 13px; font-weight: 800; letter-spacing: .06em; }
  .lang a, .lang b { padding: 6px 11px; border-radius: 999px; text-decoration: none; color: var(--ink-2); line-height: 1; }
  .lang b { background: var(--green); color: #fff; }
  .lang a:hover { color: var(--green-deep); }
  .nav-links + .lang { margin-left: 0; }
  @media (max-width: 860px) { .lang { margin-left: auto; } .lang a, .lang b { padding: 6px 9px; } .nav-phone { margin-left: 0; padding: 10px 12px; } .nav-phone svg { display: none; } }

  /* ============ адаптив по устройствам (переопределения) ============ */
  /* базовые: плавные размеры шрифтов и отступов */
  html { -webkit-text-size-adjust: 100%; }
  body { font-size: clamp(15px, 0.95rem + 0.2vw, 17px); }
  h2 { font-size: clamp(24px, 1.2rem + 2.2vw, 42px); }
  .lead { font-size: clamp(15px, 0.9rem + 0.3vw, 18px); }
  section { padding: clamp(44px, 4vw + 20px, 72px) 0; }
  .btn { min-height: 46px; }
  @media (hover: none) { .btn:hover { transform: none; box-shadow: none; } }

  /* ---- ноутбук / планшет landscape (≤1100) ---- */
  @media (max-width: 1100px) {
    .hero-grid { gap: 32px; }
    .hero h1 { font-size: clamp(30px, 4.2vw, 48px); }
    .cards { grid-template-columns: repeat(2, 1fr); }
    .hero-badge { left: 12px; bottom: 16px; }
  }

  /* ---- планшет portrait, раскрытый Fold (≤860) ---- */
  @media (max-width: 860px) {
    .nav { height: 62px; gap: 12px; }
    .hero { padding: 20px 0 40px; }
    .hero-grid { gap: 22px; }
    .hero-photo { order: -1; }
    .hero-photo img { aspect-ratio: 16 / 10; border-radius: 22px; }
    .hero h1 { font-size: clamp(28px, 6.2vw, 40px); }
    .hero-cta { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .hero-cta .btn { flex: initial; padding: 13px 14px; font-size: 15px; }
    .hero-cta .btn-ghost { grid-column: span 2; }
    .hero-note { font-size: 14px; }
    .day-grid, .food-grid, .school-grid, .contact-grid { gap: 28px; }
    .lessons { grid-template-columns: 1fr 1fr; }
    .gallery { grid-template-columns: repeat(3, 1fr); }
    form { padding: 22px; }
  }

  /* ---- телефон (≤560) ---- */
  @media (max-width: 560px) {
    .wrap { width: min(1140px, 100% - 32px); }
    .nav { height: 58px; }
    .brand img { width: 38px; height: 38px; }
    .brand b { font-size: 22px; }
    .nav-phone { width: 44px; height: 44px; padding: 0; border-radius: 50%; font-size: 0; margin-left: 0; }
    .nav-phone svg { display: block; width: 20px; height: 20px; }
    .lang { font-size: 12px; }
    .lang a, .lang b { padding: 6px 8px; }
    .hero .tag { font-size: 12px; padding: 6px 12px 6px 6px; margin-bottom: 12px; }
    .hero .tag i { width: 22px; height: 22px; }
    .hero h1 { font-size: clamp(26px, 7.4vw, 34px); }
    .hero .lead { font-size: 15px; }
    .hero-photo img { aspect-ratio: 4 / 3; border-radius: 18px; }
    .hero-badge { padding: 10px 12px; gap: 10px; border-radius: 14px; }
    .hero-badge .ok { width: 32px; height: 32px; }
    .hero-badge b { font-size: 13px; } .hero-badge span { font-size: 12px; }
    .facts { padding: 16px 0; }
    .facts ul { gap: 10px 8px; }
    .facts b { font-size: 20px; } .facts span { font-size: 12px; }
    .cards { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
    .card { padding: 18px; display: grid; grid-template-columns: 46px 1fr; column-gap: 14px; }
    .card .ico { width: 46px; height: 46px; font-size: 22px; border-radius: 13px; margin: 0; grid-row: span 2; }
    .card h3 { font-size: 17px; }
    .card p { margin-top: 4px; font-size: 14px; }
    .timeline li { grid-template-columns: 96px 1fr; padding: 10px 14px; font-size: 14px; }
    .day-photos { gap: 10px; }
    .lessons { grid-template-columns: 1fr; gap: 12px; }
    .lesson img { aspect-ratio: 16 / 10; }
    .lesson div { padding: 14px 16px 16px; }
    .food-pics { gap: 10px; }
    .gallery { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .gallery img { border-radius: 12px; }
    .school-grid img { aspect-ratio: 16 / 10; }
    .quote { padding: 16px 18px; font-size: 15px; }
    details { padding: 2px 16px; }
    summary { padding: 12px 0; font-size: 15px; }
    .contact-info dl { grid-template-columns: 1fr 1fr; gap: 14px; }
    .contact-info dd { font-size: 15px; }
    .map iframe { height: 180px; }
    form { padding: 18px; border-radius: 18px; }
    input, select, textarea { padding: 12px; font-size: 16px; }
    .foot { font-size: 13px; justify-content: center; text-align: center; }
    .sticky-bar .btn { min-height: 48px; }
  }

  /* ---- маленькие телефоны (≤380) ---- */
  @media (max-width: 380px) {
    .brand b { font-size: 20px; }
    .lang a, .lang b { padding: 6px 7px; }
    .hero h1 { font-size: 25px; }
    .hero-cta { grid-template-columns: 1fr; }
    .hero-cta .btn-ghost { grid-column: auto; }
    .facts ul { grid-template-columns: 1fr 1fr; }
    .timeline li { grid-template-columns: 88px 1fr; }
    .contact-info dl { grid-template-columns: 1fr; }
  }

  /* ---- телефон горизонтально (низкий экран) ---- */
  @media (max-height: 500px) and (orientation: landscape) {
    .hero { padding: 16px 0 28px; }
    .hero-grid { grid-template-columns: 1fr 1fr; }
    .hero-photo { order: 0; }
    .sticky-bar { display: none; }
    body { padding-bottom: 0; }
  }

  /* ---- большой монитор (≥1400) ---- */
  @media (min-width: 1400px) {
    .wrap { width: min(1240px, 100% - 64px); }
    .hero h1 { font-size: 62px; }
    .hero-photo img { aspect-ratio: 4 / 4.6; }
  }

  /* липкая панель показывается только после первого экрана (JS ставит класс) */
  .sticky-bar { transform: translateY(110%); transition: transform .25s ease; }
  .sticky-bar.show { transform: none; }

  /* доводка после проверки на устройствах */
  @media (max-width: 1100px) { .brand small { display: none; } .nav-links { gap: 14px; font-size: 14px; } .nav-links a { white-space: nowrap; } }
  @media (max-width: 1000px) { .nav-links { display: none; } .lang { margin-left: auto; } }
  @media (max-width: 860px) {
    .hero-photo { display: grid; gap: 10px; }
    .hero-badge { position: static; max-width: none; box-shadow: none; border: 1px solid var(--line); }
  }
  @media (max-width: 560px) { .hero-cta .num { display: none; } }

  /* ============ hero v2: продающий первый экран ============ */
  .chips { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
  .chips li { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px 7px 8px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 14px; font-weight: 700; color: var(--ink); }
  .chips li i { font-style: normal; display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--peach-soft); font-size: 13px; }
  .chips li:nth-child(2) i { background: var(--lilac-soft); }
  .chips li:nth-child(3) i { background: var(--green-soft); }
  .chips li.ok i { background: var(--green); color: #fff; font-weight: 900; }
  .hero-cta { margin-top: 22px; }
  .hero-note { margin-top: 14px; }
  .btn-main { padding-inline: 28px; }

  @media (max-width: 860px) {
    .hero { padding: 0 0 28px; background: var(--ground); }
    .hero-grid { gap: 0; }
    .hero-photo { order: -1; display: block; margin: 0 calc(50% - 50vw); }
    .hero-photo img { aspect-ratio: 1 / 0.78; border-radius: 0 0 28px 28px; box-shadow: none; }
    .hero-badge { display: none; }
    .hero-text { position: relative; z-index: 2; margin-top: -44px; background: #fff; border-radius: 22px; padding: 18px 16px 16px; box-shadow: 0 16px 40px -24px rgba(36,48,31,.45); border: 1px solid var(--line); }
    .hero .tag { margin-bottom: 10px; background: var(--green-soft); border-color: transparent; color: var(--green-deep); }
    .hero h1 { font-size: clamp(26px, 6.6vw, 34px); }
    .hero .lead { margin-top: 10px !important; font-size: 15px; }
    .chips { margin-top: 12px; gap: 6px; }
    .chips li { font-size: 13px; padding: 6px 10px 6px 6px; background: var(--ground); }
    .hero-cta { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .hero-cta .btn-main { grid-column: span 2; font-size: 16px; }
    .hero-cta .btn { padding: 12px 12px; font-size: 15px; }
    .hero-note { font-size: 13px; margin-top: 12px; color: var(--ink-2); }
  }
  @media (max-width: 560px) {
    .hero-photo img { aspect-ratio: 1 / 0.72; }
    .hero-text { margin-top: -40px; padding: 16px 14px 14px; }
    .hero .tag { font-size: 12px; }
    .facts { display: none; }
    .hero-cta .num { display: none; }
  }
  @media (max-width: 560px) { .hero .tag { display: none; } .hero-photo img { aspect-ratio: 1 / 0.68; } }
  @media (max-width: 380px) { .hero-photo img { aspect-ratio: 1 / 0.62; } .hero .lead { font-size: 14px; } .hero-cta { grid-template-columns: 1fr 1fr; } .hero-cta .btn-ghost { grid-column: auto; } }
  @media (max-width: 860px) { .hero-cta .btn-ghost { grid-column: auto; } }

  /* шапка на телефоне: телефон с номером на всю оставшуюся ширину */
  @media (max-width: 560px) {
    .nav { gap: 8px; }
    .brand { gap: 8px; }
    .brand img { width: 36px; height: 36px; }
    .brand b { font-size: 21px; }
    .lang { margin-left: 2px; padding: 2px; }
    .lang a, .lang b { padding: 6px 8px; font-size: 12px; }
    .nav-phone { flex: 1 1 auto; min-width: 0; width: auto; height: 42px; padding: 0 10px; border-radius: 999px; font-size: 14px; gap: 6px; letter-spacing: -.01em; justify-content: center; }
    .nav-phone svg { width: 17px; height: 17px; }
  }
  @media (max-width: 400px) { .brand b { font-size: 20px; } .lang a, .lang b { padding: 6px 7px; } .nav-phone { font-size: 13px; padding: 0 8px; } }
  @media (max-width: 350px) { .nav-phone svg { display: none; } }

  /* ============ лайтбокс ============ */
  main img.zoomable { cursor: zoom-in; transition: transform .2s ease, filter .2s ease; }
  @media (hover: hover) { main img.zoomable:hover { transform: scale(1.02); filter: brightness(1.04); } }
  .gallery, .day-photos, .food-pics, .lesson { position: relative; }
  body.lb-lock { overflow: hidden; }
  .lb { position: fixed; inset: 0; z-index: 100; background: rgba(15,20,12,.97); display: none; flex-direction: column; color: #fff; }
  .lb.open { display: flex; }
  .lb-top { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; padding-top: calc(10px + env(safe-area-inset-top)); font-weight: 700; font-size: 14px; color: #CDEB9B; }
  .lb-close { width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.12); color: #fff; font-size: 30px; line-height: 1; cursor: pointer; }
  .lb-stage { flex: 1; position: relative; overflow: hidden; touch-action: none; }
  .lb-track { display: flex; height: 100%; transition: transform .28s ease; will-change: transform; }
  .lb-slide { flex: 0 0 100%; display: grid; place-items: center; padding: 6px 8px; overflow: hidden; }
  .lb-slide img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 12px; user-select: none; -webkit-user-drag: none; transition: transform .2s ease; transform-origin: center; }
  .lb-slide img.zoomed { transition: none; cursor: grab; border-radius: 0; }
  .lb-cap { text-align: center; padding: 10px 16px; padding-bottom: calc(16px + env(safe-area-inset-bottom)); font-size: 14px; color: #D9E3D0; min-height: 44px; }
  .lb-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(255,255,255,.14); color: #fff; font-size: 30px; line-height: 1; cursor: pointer; }
  .lb-btn:hover { background: rgba(255,255,255,.28); }
  .lb-btn:disabled { opacity: .25; cursor: default; }
  .lb-prev { left: 12px; } .lb-next { right: 12px; }
  @media (hover: none) and (pointer: coarse) { .lb-btn { display: none; } }
  /* нижняя панель не должна перекрывать лайтбокс */
  body.lb-lock .sticky-bar { display: none; }
