:root {
  --ink: #080806;
  --ink-soft: #12110e;
  --panel: #17140f;
  --gold: #d6b15d;
  --gold-light: #f4d996;
  --cream: #f7f2e7;
  --muted: #b9b2a4;
  --line: rgba(224, 190, 111, 0.28);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.site-notice { background: var(--gold); color: #0b0905; padding: 9px 0; text-align: center; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 40; background: linear-gradient(90deg, rgba(5,5,4,.98), rgba(19,15,9,.96) 52%, rgba(5,5,4,.98)); border-bottom: 1px solid rgba(229,198,117,.38); box-shadow: 0 12px 45px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.site-header::before { content:""; position:absolute; inset:0 auto auto 0; width:100%; height:1px; background:linear-gradient(90deg,transparent 4%,var(--gold) 30%,transparent 72%); opacity:.65; }
.header-inner { width: min(1404px, calc(100% - 72px)); min-height: 78px; margin-inline:auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; animation: header-enter .7s cubic-bezier(.2,.75,.2,1) both; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; }
.brand-logo { width:56px; height:50px; flex:0 0 auto; background:linear-gradient(135deg,#fff0b8 0%,#c79a47 36%,#f1d58b 58%,#9c6c27 100%); -webkit-mask:url("/logo.svg") center/contain no-repeat; mask:url("/logo.svg") center/contain no-repeat; filter:drop-shadow(0 2px 8px rgba(209,166,76,.18)); }
.brand-copy { display: grid; }
.brand b { color: var(--gold-light); font-size: 15px; }
.brand small { color: var(--muted); font-size: 11px; letter-spacing: .25em; }
.header-meta { display:grid; grid-template-columns:auto 1px auto; align-items:center; gap:18px; color:var(--muted); text-transform:uppercase; letter-spacing:.12em; font-size:11px; }
.header-meta::before { content:""; grid-column:2; grid-row:1; width:1px; height:28px; background:var(--line); }
.header-meta strong { grid-column:1; grid-row:1; color:var(--gold-light); font-size:13px; letter-spacing:.16em; }
.header-meta span { grid-column:3; grid-row:1; }
.header-button { justify-self:end; min-height:42px; display:inline-flex; align-items:center; gap:22px; padding:0 8px 0 17px; border:1px solid var(--gold); color:var(--gold-light); text-decoration:none; text-transform:uppercase; letter-spacing:.1em; font-size:11px; font-weight:850; overflow:hidden; position:relative; }
.header-button::before { content:""; position:absolute; inset:0; background:var(--gold); transform:translateX(-105%); transition:transform .35s ease; }
.header-button span,.header-button i { position:relative; z-index:1; }
.header-button i { width:28px; height:28px; display:grid; place-items:center; background:rgba(229,198,117,.15); font-style:normal; font-size:16px; }
.header-button:hover { color:#080806; }
.header-button:hover::before { transform:translateX(0); }

.hero { padding: 18px 0 0; overflow: hidden; background: radial-gradient(circle at 74% 38%, rgba(188, 137, 48, .14), transparent 34%); }
.hero-frame { width: min(1440px, calc(100% - 36px)); margin: 0 auto; border: 1px solid rgba(232, 196, 112, .34); box-shadow: 0 30px 90px rgba(0,0,0,.52); overflow: hidden; position:relative; container-type:inline-size; }
.hero-frame img { width: 100%; height: auto; animation: hero-reveal 1.15s cubic-bezier(.2,.75,.2,1) both; }
.hero-frame::after { content:""; position:absolute; z-index:2; inset:0; background:linear-gradient(100deg,transparent 0%,rgba(242,202,105,.15) 22%,#fff8d8 48%,rgba(242,202,105,.22) 74%,transparent 100%) -24% 0/18% 100% no-repeat; mix-blend-mode:screen; opacity:.86; pointer-events:none; -webkit-mask:url("/word-mask-desktop.png") center/100% 100% no-repeat; mask:url("/word-mask-desktop.png") center/100% 100% no-repeat; animation:image-word-shimmer 5.8s ease-in-out infinite; }
.hero-cta { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 26px 0 34px; }
.hero-cta p { color: var(--muted); margin: 0; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid var(--gold); background: linear-gradient(135deg, #f0d58e, #ba8a35); color: #0b0905; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font-weight: 850; font-size: 13px; transition: transform .18s ease, filter .18s ease; position:relative; overflow:hidden; }
.button::after { content:""; position:absolute; inset:-60% auto -60% -50%; width:28%; background:rgba(255,255,255,.36); transform:rotate(18deg); animation:button-shine 4.6s ease-in-out infinite; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button:disabled { cursor: not-allowed; filter: grayscale(.7); opacity: .5; transform: none; }
.button--small { min-height: 44px; padding: 0 17px; font-size: 12px; }
.button--wide { width: 100%; }

.countdown-section { padding: 92px 0; background: linear-gradient(180deg, #0d0c09, #12100c); border-block: 1px solid var(--line); }
.countdown-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; }
.eyebrow { margin: 0 0 13px; color: var(--gold); text-transform: uppercase; letter-spacing: .25em; font-size: 13px; font-weight: 800; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: .018em; line-height: .95; }
h1 { font-size: clamp(48px, 6vw, 84px); max-width: 760px; }
.lead { max-width: 600px; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.countdown div { min-height: 130px; display: grid; place-content: center; text-align: center; border: 1px solid var(--line); background: rgba(0,0,0,.3); position: relative; transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.countdown div:hover { transform:translateY(-5px); border-color:rgba(244,217,150,.65); box-shadow:0 18px 36px rgba(0,0,0,.28); }
.countdown div::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(236,202,124,.08), transparent 45%); }
.countdown strong { position: relative; font-size: clamp(38px, 5vw, 67px); color: var(--gold-light); line-height: 1; font-variant-numeric: tabular-nums; }
.countdown span { position: relative; margin-top: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; }

.benefits { padding: 84px 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefits article { min-height: 260px; padding: 30px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition:background .3s ease,transform .3s ease; }
.benefits article:hover { background:linear-gradient(145deg,rgba(226,190,105,.1),transparent 60%); transform:translateY(-5px); }
.benefits article > span { display: block; color: var(--gold); font-size: 13px; letter-spacing: .2em; margin-bottom: 50px; }
.benefits h2 { font-family: inherit; text-transform: none; font-size: 21px; line-height: 1.15; letter-spacing: 0; }
.benefits p { margin: 14px 0 0; color: var(--muted); }

.schedule-section { padding: 94px 0 110px; background: var(--cream); color: #17140e; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: end; margin-bottom: 50px; }
.section-heading h2, .visit-section h2 { font-size: clamp(46px, 6vw, 80px); }
.section-heading > p { max-width: 420px; margin: 0; color: #655f55; font-size: 18px; }
.format-picker { border-top:1px solid #d2c8b7; padding-top:24px; }
.format-tabs { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); margin-bottom:24px; border:1px solid #cfc5b4; background:#ede7da; }
.format-tab { min-height:112px; display:grid; grid-template-columns:auto 1fr; grid-template-rows:auto auto; column-gap:18px; align-content:center; padding:22px 24px; border:0; border-right:1px solid #cfc5b4; background:transparent; color:#17140e; text-align:left; transition:background .25s ease,color .25s ease; }
.format-tab:last-child { border-right:0; }
.format-tab > span { grid-row:1 / 3; align-self:center; color:#9d7930; font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size:38px; line-height:1; }
.format-tab strong { align-self:end; font-size:20px; line-height:1.1; text-transform:uppercase; letter-spacing:.03em; }
.format-tab small { align-self:start; margin-top:7px; color:#71695e; font-size:13px; line-height:1.35; }
.format-tab.is-active { background:#15120d; color:var(--gold-light); }
.format-tab.is-active > span { color:var(--gold); }
.format-tab.is-active small { color:#bbb3a5; }
.format-panel { animation:format-panel-in .35s ease both; }
.open-visit-block { display:grid; grid-template-columns:.72fr 1.28fr; gap:32px; margin:0; padding:34px; background:#15120d; color:var(--cream); border:1px solid #94702e; box-shadow:0 18px 45px rgba(46,35,15,.13); position:relative; overflow:hidden; }
.open-visit-block::after { content:""; position:absolute; width:260px; height:260px; right:-90px; top:-140px; border:1px solid rgba(229,198,117,.18); border-radius:50%; box-shadow:0 0 0 38px rgba(229,198,117,.025),0 0 0 76px rgba(229,198,117,.018); pointer-events:none; }
.open-visit-copy { align-self:center; position:relative; z-index:1; }
.open-visit-copy h3 { margin:0; max-width:430px; font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size:clamp(34px,4vw,52px); line-height:.95; text-transform:uppercase; }
.open-visit-copy > p:last-child { margin:18px 0 0; color:#b9b2a4; }
.open-visit-options { display:grid; gap:10px; position:relative; z-index:1; }
.open-visit-card { min-height:96px; display:grid; grid-template-columns:1fr auto 190px; gap:20px; align-items:center; padding:16px 18px; border:1px solid rgba(229,198,117,.24); background:rgba(255,255,255,.035); transition:border-color .25s ease,background .25s ease,transform .25s ease; }
.open-visit-card:hover { transform:translateX(4px); border-color:rgba(229,198,117,.62); background:rgba(229,198,117,.07); }
.open-visit-card__date { display:grid; }
.open-visit-card__date strong { color:var(--gold-light); font-size:20px; }
.open-visit-card__date span { color:var(--muted); font-size:13px; }
.open-visit-card__places { color:#cbc3b5; font-size:13px; white-space:nowrap; }
.day-tabs { display: flex; gap: 12px; margin-bottom: 25px; overflow-x: auto; padding-bottom: 4px; }
.day-tab { min-height: 48px; border: 1px solid #c8c0b0; padding: 0 20px; background: transparent; color: #4c463d; white-space: nowrap; font-weight: 700; }
.day-tab.is-active { background: #15120d; color: var(--gold-light); border-color: #15120d; }
.day-panel { display: grid; gap: 12px; }
.class-card { display: grid; grid-template-columns: 120px 1fr 180px; gap: 26px; align-items: center; padding: 24px; background: #fff; border: 1px solid #ddd5c6; box-shadow: 0 10px 35px rgba(55,45,25,.06); transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.class-card:hover { transform:translateY(-3px); border-color:#c5ab72; box-shadow:0 18px 44px rgba(55,45,25,.12); }
.class-card__time { align-self: stretch; display: grid; align-content: center; border-right: 1px solid #e5ded1; }
.class-card__time strong { font-size: 30px; font-variant-numeric: tabular-nums; }
.class-card__time span { color: #746c60; font-size: 13px; }
.class-card__place { margin: 0 0 4px; color: #92702a; text-transform: uppercase; letter-spacing: .11em; font-size: 12px; font-weight: 800; }
.class-card h3 { margin: 0; font-size: 23px; line-height: 1.15; }
.class-card__description { margin: 8px 0 0; color: #696258; }
.class-card__coach { margin: 10px 0 0; font-weight: 700; font-size: 14px; }
.class-card__action { display: grid; gap: 10px; }
.places { color: #397447; text-align: center; font-size: 13px; font-weight: 750; }
.places--few { color: #a45a23; }
.is-full .places { color: #8a8174; }
.empty-schedule { padding: 70px 28px; text-align: center; border: 1px solid #d3c9b6; background: #fff; }
.empty-schedule__mark { display: block; color: #b58a35; font-family: Impact, sans-serif; font-size: 70px; }
.empty-schedule h3 { margin: 8px 0; font-size: 27px; }
.empty-schedule p { max-width: 540px; margin: 0 auto; color: #696258; }

.visit-section { padding: 92px 0; background: radial-gradient(circle at 10% 30%, rgba(216,177,93,.14), transparent 36%), var(--ink-soft); }
.visit-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom:46px; }
.visit-details { display: grid; gap: 13px; border-left: 1px solid var(--gold); padding-left: 34px; }
.visit-details a { font-size: 18px; text-underline-offset: 5px; text-decoration-color: rgba(222,185,101,.5); }
.route-card { border:1px solid rgba(224,190,111,.48); background:#090806; box-shadow:0 30px 70px rgba(0,0,0,.34); overflow:hidden; }
.route-map { position:relative; overflow:hidden; background:#090806; }
.route-map::after { content:""; position:absolute; inset:0; box-shadow:inset 0 0 70px rgba(0,0,0,.35); pointer-events:none; }
.route-map img { width:100%; height:auto; transition:transform .8s cubic-bezier(.2,.75,.2,1),filter .8s ease; }
.route-card:hover .route-map img { transform:scale(1.018); filter:brightness(1.06); }
.route-map span { position:absolute; z-index:1; top:22px; left:22px; padding:9px 13px; border:1px solid rgba(244,217,150,.45); background:rgba(5,4,3,.78); color:var(--gold-light); text-transform:uppercase; letter-spacing:.17em; font-size:11px; font-weight:800; backdrop-filter:blur(8px); }
.route-card__footer { display:grid; grid-template-columns:1fr auto; gap:36px; align-items:center; padding:28px 30px 30px; border-top:1px solid rgba(224,190,111,.28); background:linear-gradient(105deg,#0a0907,#17130d); }
.route-card__footer h3 { margin:0; color:var(--cream); font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size:30px; line-height:1; text-transform:uppercase; letter-spacing:.025em; }
.route-card__footer p:last-child { margin:10px 0 0; max-width:620px; color:var(--muted); }
.route-actions { display:flex; align-items:center; gap:22px; }
.route-link { color:var(--gold-light); text-underline-offset:5px; text-decoration-color:rgba(222,185,101,.5); white-space:nowrap; font-size:14px; }
footer { border-top: 1px solid var(--line); color: var(--muted); padding: 28px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }

.register-dialog { width: min(520px, calc(100% - 28px)); border: 1px solid var(--gold); background: #12100d; color: var(--cream); padding: 38px; box-shadow: 0 30px 100px rgba(0,0,0,.8); }
.register-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 11px; right: 14px; border: 0; background: transparent; color: var(--muted); font-size: 30px; }
.dialog-kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
.register-dialog h2 { margin: 9px 0 10px; font-size: 42px; }
.dialog-session { margin: 0 0 24px; color: var(--gold-light); }
.register-dialog form { display: grid; gap: 17px; }
.register-dialog label { display: grid; gap: 7px; font-size: 14px; font-weight: 700; }
.register-dialog input[type="text"], .register-dialog input[type="tel"] { width: 100%; min-height: 50px; border: 1px solid #4a4235; background: #080806; color: #fff; padding: 0 14px; border-radius: 0; }
.register-dialog input:focus { outline: 2px solid var(--gold); outline-offset: 2px; }
.consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 400 !important; color: var(--muted); font-size: 13px !important; }
.consent input { width: 19px; height: 19px; margin: 2px 5px 0 0; accent-color: var(--gold); }
.form-status { min-height: 22px; margin: 0; color: #ffb09a; font-size: 14px; text-align: center; }
.registration-success { text-align: center; }
.registration-success h3 { font-size: 28px; margin: 14px 0 4px; }
.registration-success p { color: var(--muted); margin: 0 0 24px; }
.success-mark { width: 64px; height: 64px; display: grid; place-items: center; margin: 14px auto 0; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 34px; }
.privacy-dialog { width:min(900px,calc(100% - 28px)); height:min(86vh,900px); padding:0; border:1px solid var(--gold); background:#f7f2e7; color:#211d16; box-shadow:0 30px 100px rgba(0,0,0,.8); }
.privacy-dialog::backdrop { background:rgba(0,0,0,.82); backdrop-filter:blur(4px); }
.privacy-dialog .dialog-close { color:#776b59; }
.privacy-dialog__head { padding:30px 44px 22px; background:#11100d; color:#f7f2e7; }
.privacy-dialog__head h2 { margin:4px 0 0; font-size:38px; }
.privacy-dialog__head > p:last-child { color:#b8afa0; margin:10px 0 0; }
.policy-content { padding:34px 44px; max-height:calc(86vh - 205px); overflow:auto; font-size:15px; line-height:1.62; }
.policy-content h2 { font-family:inherit; font-size:27px; line-height:1.2; text-transform:none; }
.policy-content h3,.policy-content h4,.policy-content h5 { margin:30px 0 10px; font-family:inherit; font-size:19px; line-height:1.3; }
.policy-content p { margin:10px 0; }
.policy-content table { width:100%; border-collapse:collapse; margin:18px 0; }
.policy-content th,.policy-content td { border:1px solid #cfc5b3; padding:10px; text-align:left; vertical-align:top; }
.privacy-dialog__footer { min-height:74px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:12px 44px; border-top:1px solid #d6ccbb; background:#eee8dc; }
.privacy-dialog__footer a { color:#765717; text-underline-offset:4px; }
.privacy-dialog__footer .button { min-height:42px; }
.policy-page { min-height:100vh; padding:50px 0 80px; background:#0b0a08; }
.policy-back { display:inline-block; margin-bottom:20px; color:var(--gold-light); text-underline-offset:4px; }
.policy-sheet { background:#f7f2e7; color:#211d16; padding:42px; }
.policy-sheet .policy-content { max-height:none; overflow:visible; padding:0; }
.policy-source { margin-top:30px; padding-top:18px; border-top:1px solid #cfc5b3; }

.motion-ready .reveal { opacity:0; transform:translateY(28px); transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.2,1); }
.motion-ready .reveal.is-visible { opacity:1; transform:none; }
.motion-ready .benefits-grid.reveal article { opacity:0; transform:translateY(22px); transition:opacity .55s ease var(--delay),transform .55s ease var(--delay),background .3s ease; }
.motion-ready .benefits-grid.reveal.is-visible article { opacity:1; transform:none; }
.day-panel.is-active .class-card { animation:card-enter .48s cubic-bezier(.2,.75,.2,1) both; }
.day-panel.is-active .class-card:nth-child(2) { animation-delay:70ms; }
.day-panel.is-active .class-card:nth-child(3) { animation-delay:140ms; }
.day-panel.is-active .class-card:nth-child(4) { animation-delay:210ms; }

@keyframes header-enter { from { opacity:0; transform:translateY(-18px); } to { opacity:1; transform:none; } }
@keyframes hero-reveal { from { opacity:.35; transform:scale(1.035); filter:brightness(.55); } to { opacity:1; transform:scale(1); filter:brightness(1); } }
@keyframes image-word-shimmer { 0%,58% { background-position:-24% 0; } 88%,100% { background-position:52% 0; } }
@keyframes button-shine { 0%,72% { left:-50%; } 90%,100% { left:145%; } }
@keyframes card-enter { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:none; } }
@keyframes format-panel-in { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:none; } }

@media (max-width: 920px) {
  .header-inner { width:calc(100% - 36px); grid-template-columns:1fr auto; }
  .header-meta { display:none; }
  .countdown-layout, .section-heading, .visit-grid { grid-template-columns: 1fr; }
  .open-visit-block { grid-template-columns:1fr; }
  .countdown-layout { gap: 42px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits article { min-height: 220px; }
  .class-card { grid-template-columns: 100px 1fr; }
  .class-card__action { grid-column: 2; grid-template-columns: 1fr 170px; align-items: center; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 70px; }
  .brand-logo { width:44px; height:40px; }
  .brand b { font-size: 13px; }
  .header-button { padding-left:12px; gap:8px; }
  .header-button span { display:none; }
  .hero { padding-top: 10px; }
  .hero-frame { width: calc(100% - 16px); }
  .hero-frame::after { display:none; }
  .hero-cta { display: grid; text-align: center; padding: 18px 0 28px; }
  .hero-cta p { font-size: 13px; }
  .countdown-section, .schedule-section, .visit-section { padding: 68px 0; }
  h1 { font-size: 48px; }
  .lead { font-size: 17px; }
  .countdown { grid-template-columns: repeat(2, 1fr); }
  .countdown div { min-height: 110px; }
  .benefits { padding: 54px 0; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits article { min-height: auto; }
  .benefits article > span { margin-bottom: 28px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .visit-section h2 { font-size: 47px; }
  .section-heading > p { font-size: 16px; }
  .format-tabs { grid-template-columns:1fr; }
  .format-tab { min-height:96px; border-right:0; border-bottom:1px solid #cfc5b4; padding:18px 20px; }
  .format-tab:last-child { border-bottom:0; }
  .format-tab > span { font-size:32px; }
  .open-visit-block { padding:24px 20px; }
  .open-visit-card { grid-template-columns:1fr; gap:12px; }
  .open-visit-card__places { white-space:normal; }
  .day-tab { font-size: 14px; }
  .class-card { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .class-card__time { border-right: 0; border-bottom: 1px solid #e5ded1; padding-bottom: 14px; grid-template-columns: auto auto; justify-content: start; align-items: baseline; gap: 8px; }
  .class-card__action { grid-column: auto; grid-template-columns: 1fr; }
  .visit-details { padding-left: 20px; }
  .visit-grid { margin-bottom:32px; }
  .route-map span { top:12px; left:12px; }
  .route-card__footer { grid-template-columns:1fr; gap:22px; padding:24px 20px; }
  .route-card__footer h3 { font-size:25px; }
  .route-actions { align-items:stretch; flex-direction:column; gap:14px; }
  .route-link { text-align:center; }
  .footer-inner { display: grid; }
  .register-dialog { padding: 32px 20px 24px; }
  .register-dialog h2 { font-size: 36px; }
  .privacy-dialog__head { padding:28px 20px 20px; }
  .privacy-dialog__head h2 { font-size:32px; }
  .policy-content { padding:24px 20px; max-height:calc(86vh - 205px); font-size:14px; }
  .privacy-dialog__footer { padding:12px 20px; }
  .privacy-dialog__footer a { font-size:12px; }
  .policy-sheet { padding:24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .hero-frame img,.hero-frame::after,.site-header .header-inner,.button::after,.day-panel.is-active .class-card { animation:none !important; }
  .motion-ready .reveal,.motion-ready .benefits-grid.reveal article { opacity:1; transform:none; }
}
