:root {
  --orange: #ff4d17;
  --orange-dark: #e83d0a;
  --purple: #7428d8;
  --ink: #121212;
  --muted: #66656b;
  --line: #e9e8ec;
  --surface: #f7f7f8;
  --white: #fff;
  --shadow: 0 18px 60px rgba(24, 18, 14, 0.1);
  --radius: 22px;
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.045em; line-height: 1.08; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.3rem); }
p { color: var(--muted); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 100px 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -100px; padding: 10px 16px; color: var(--white); background: var(--ink); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #ff8d68; }
.section-heading { max-width: 650px; margin: 0 auto 48px; text-align: center; }
.section-heading p { margin-bottom: 0; font-size: 1.05rem; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 0 25px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-weight: 800; transition: transform .2s, box-shadow .2s, color .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(116, 40, 216, .28); outline-offset: 3px; }
.button-primary { color: var(--white); background: linear-gradient(135deg, #ff5a1f, #ff3f0a); box-shadow: 0 10px 24px rgba(255, 77, 23, .22); }
.button-primary:hover { box-shadow: 0 14px 30px rgba(255, 77, 23, .32); }
.button-outline { color: var(--orange); background: rgba(255,255,255,.84); border-color: var(--orange); }
.button-outline:hover { color: var(--white); background: var(--orange); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--orange); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.full-width { width: 100%; }
.text-button { padding: 0; color: var(--purple); background: transparent; border: 0; cursor: pointer; text-decoration: underline; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(18,18,18,.06); backdrop-filter: blur(18px); transition: height .25s, box-shadow .25s; }
.site-header.scrolled { height: 70px; box-shadow: 0 8px 32px rgba(23,20,18,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo { display: inline-flex; flex-direction: column; flex: 0 0 auto; line-height: 1; transform: skew(-7deg); }
.logo span { color: var(--orange); font-size: 1.7rem; font-weight: 800; letter-spacing: .05em; }
.logo small { margin-top: 4px; margin-left: 2px; color: var(--ink); font-size: .55rem; font-weight: 800; letter-spacing: .28em; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 42px); }
.main-nav a { position: relative; font-size: .875rem; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; height: 2px; left: 50%; right: 50%; bottom: -8px; background: var(--orange); transition: left .2s, right .2s; }
.main-nav a:hover::after, .main-nav a.active::after { left: 0; right: 0; }
.header-cta { min-height: 44px; padding-inline: 22px; font-size: .82rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: transparent; border: 0; border-radius: 9px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { min-height: 700px; padding-top: 78px; overflow: hidden; }
.hero-grid { min-height: 622px; display: grid; grid-template-columns: .82fr 1.35fr; position: relative; }
.hero-copy { z-index: 2; align-self: center; padding: 70px 10px 70px 0; }
.hero-copy::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: calc((100vw - var(--container)) / -2); width: 62%; background: linear-gradient(90deg, #fff 80%, rgba(255,255,255,0)); }
.hero h1 { margin-bottom: 26px; font-size: clamp(3.25rem, 6.6vw, 6.2rem); letter-spacing: -.07em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 455px; margin-bottom: 31px; color: #343238; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 32px; }
.location-link { display: inline-flex; align-items: center; gap: 10px; color: #4c4b50; font-size: .9rem; }
.location-link span { color: var(--orange); }
.hero-image { position: relative; z-index: 0; margin-right: calc((100vw - var(--container)) / -2); background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.1) 24%, transparent 42%), url('/assets/hero-gym.png') center / cover no-repeat; }
.hero-image::after { content: ""; position: absolute; inset: auto 0 0; height: 24%; background: linear-gradient(transparent, rgba(0,0,0,.18)); }

.benefits { padding-top: 85px; background: linear-gradient(180deg, #fff, #fafafa); }
.benefits-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.benefit-card { min-width: 0; padding: 10px 24px 12px; text-align: center; border-right: 1px solid var(--line); }
.benefit-card:last-child { border: 0; }
.benefit-icon { width: 58px; height: 58px; margin: 0 auto 19px; display: grid; place-items: center; color: var(--purple); background: #f1e9ff; border-radius: 18px; font-size: 1.9rem; font-weight: 700; }
.benefit-icon.orange { color: var(--orange); background: #fff0eb; }
.benefit-card h3 { min-height: 42px; margin-bottom: 12px; font-size: .98rem; }
.benefit-card p { margin: 0; font-size: .78rem; }

.zones { padding-top: 70px; }
.zones-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.zone-card { min-height: 360px; position: relative; display: flex; align-items: flex-end; overflow: hidden; padding: 28px 24px; color: var(--white); background-image: linear-gradient(180deg, transparent 35%, rgba(4,4,5,.88) 100%), url('/assets/club-zones.png'); background-size: 400% 100%, 400% auto; border-radius: 18px; isolation: isolate; transition: transform .3s, box-shadow .3s; }
.zone-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: var(--shadow); }
.zone-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(135deg, transparent 45%, rgba(116,40,216,.25)); opacity: 0; transition: opacity .3s; }
.zone-card:hover::before { opacity: 1; }
.zone-1 { background-position: 0 center; }
.zone-2 { background-position: 33.333% center; }
.zone-3 { background-position: 66.666% center; }
.zone-4 { background-position: 100% center; }
.zone-number { position: absolute; top: 19px; left: 22px; color: rgba(255,255,255,.72); font-weight: 800; letter-spacing: .1em; }
.zone-card h3 { margin-bottom: 10px; font-size: 1.15rem; }
.zone-card p { margin: 0; color: rgba(255,255,255,.76); font-size: .82rem; }

.plans-section { background: var(--surface); }
.plans-grid { max-width: 970px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 500px; padding: 36px 32px 28px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.plan-card:hover, .plan-card.selected { transform: translateY(-7px); box-shadow: var(--shadow); }
.plan-card.selected { border-color: var(--purple); }
.plan-card.featured { border: 2px solid var(--orange); box-shadow: 0 16px 45px rgba(255,77,23,.1); }
.popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 6px 16px; color: var(--white); background: var(--orange); border-radius: 999px; font-size: .69rem; font-weight: 800; white-space: nowrap; }
.plan-title h3 { margin-bottom: 6px; font-size: 1.35rem; }
.plan-title p { font-size: .82rem; }
.plan-price { margin: 12px 0 25px; color: var(--purple); }
.featured .plan-price { color: var(--orange); }
.plan-price strong { font-size: 2rem; letter-spacing: -.05em; }
.plan-price span { margin-left: 4px; font-size: .78rem; }
.plan-card ul { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; color: #49484e; font-size: .8rem; }
.plan-card li::before { content: "✓"; margin-right: 10px; color: var(--orange); font-weight: 800; }
.plan-card .button { width: 100%; margin-top: auto; }

.training-section { padding: 36px 0 88px; background: var(--surface); }
.training-banner { min-height: 330px; overflow: hidden; padding: 50px 55px; color: var(--white); background-image: url('/assets/personal-training.png'); background-position: center; background-size: cover; border-radius: 24px; box-shadow: 0 20px 50px rgba(0,0,0,.12); }
.training-content { max-width: 440px; }
.training-content h2 { margin-bottom: 15px; font-size: clamp(2.1rem, 4vw, 3.5rem); }
.training-content p { margin-bottom: 27px; color: rgba(255,255,255,.76); }

.checkout-section { background: var(--white); }
.checkout-heading { max-width: 680px; margin-bottom: 45px; }
.checkout-heading h2 { margin-bottom: 14px; }
.checkout-grid { display: grid; grid-template-columns: 1fr 390px; gap: 44px; align-items: stretch; }
.checkout-form { padding: 32px; background: var(--surface); border-radius: 20px; }
.checkout-form > label, .modal-form > label { display: block; margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row label { min-width: 0; }
label > span, .payment-methods legend { display: block; margin-bottom: 8px; color: #4b494f; font-size: .77rem; font-weight: 700; }
input:not([type="radio"]):not([type="checkbox"]), textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: var(--white); border: 1px solid #dddae1; border-radius: 10px; outline: 0; transition: border-color .2s, box-shadow .2s; }
input:not([type="radio"]):not([type="checkbox"]):focus, textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(116,40,216,.1); }
input.invalid, textarea.invalid { border-color: #d62f2f !important; box-shadow: 0 0 0 4px rgba(214,47,47,.08) !important; }
textarea { resize: vertical; }
.payment-methods { margin: 8px 0 20px; padding: 0; border: 0; }
.payment-methods legend { margin-bottom: 10px; }
.payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.payment-methods legend { grid-column: 1 / -1; }
.method { position: relative; display: flex; flex-direction: column; padding: 14px 14px 14px 42px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.method.active { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(116,40,216,.08); }
.method input { position: absolute; left: 15px; top: 18px; accent-color: var(--purple); }
.method > span { margin-bottom: 2px; color: var(--ink); font-size: .8rem; }
.method small { color: var(--muted); font-size: .66rem; }
.checkbox { display: flex !important; align-items: flex-start; gap: 10px; margin-bottom: 0 !important; }
.checkbox input { margin-top: 5px; accent-color: var(--purple); }
.checkbox > span { margin: 0; color: var(--muted); font-size: .69rem; font-weight: 500; }
.form-submit-mobile { display: none; width: 100%; margin-top: 20px; }
.order-card { min-height: 100%; display: flex; flex-direction: column; padding: 34px; color: var(--white); background: radial-gradient(circle at 90% 0%, #963ef2 0, transparent 35%), linear-gradient(145deg, #6520c0, #431088); border-radius: 22px; box-shadow: 0 24px 55px rgba(79, 18, 145, .24); }
.order-card > span { color: rgba(255,255,255,.7); font-size: .8rem; }
.order-card > strong { margin: 10px 0 7px; font-size: 2.7rem; letter-spacing: -.06em; }
.order-card > p { margin-bottom: 22px; color: rgba(255,255,255,.82); }
.order-features { display: grid; gap: 8px; margin-bottom: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.78); font-size: .74rem; }
.order-submit { width: 100%; margin-top: auto; }
.secure-note { margin-top: 14px; color: rgba(255,255,255,.65); text-align: center; font-size: .68rem; }

.contacts-section { padding: 80px 0; color: var(--white); background: #17131c; }
.contacts-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.contacts-grid h2 { font-size: clamp(2.5rem, 5vw, 4.4rem); }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-list > * { padding: 22px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 15px; transition: background .2s, transform .2s; }
.contact-list a:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.contact-list span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.5); font-size: .7rem; }
.contact-list strong { font-size: .9rem; }

.site-footer { padding: 60px 0 25px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 44px; }
.footer-brand p { margin: 18px 0; font-size: .82rem; }
.social-links { display: flex; gap: 10px; }
.social-links a, .social-links button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 50%; font-size: .65rem; font-weight: 800; cursor: pointer; }
.social-links a:hover { color: var(--white); background: var(--orange); border-color: var(--orange); }
.social-links button { color: #999; cursor: not-allowed; }
.footer-column { display: grid; align-content: start; gap: 10px; }
.footer-column h3 { margin-bottom: 6px; font-size: .8rem; }
.footer-column a { color: var(--muted); font-size: .75rem; }
.footer-column a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; color: #85838a; border-top: 1px solid var(--line); font-size: .67rem; }
.footer-bottom > div { display: flex; gap: 25px; }
.footer-bottom .text-button { color: inherit; }

.floating-contact { position: fixed; z-index: 90; right: 24px; bottom: 24px; }
.floating-main { width: 56px; height: 56px; color: var(--white); background: linear-gradient(135deg, var(--orange), #ff7145); border: 0; border-radius: 50%; box-shadow: 0 12px 30px rgba(255,77,23,.34); font-size: 1.4rem; cursor: pointer; transition: transform .25s; }
.floating-contact.open .floating-main { transform: rotate(45deg); }
.floating-menu { position: absolute; right: 0; bottom: 66px; min-width: 148px; display: grid; gap: 5px; padding: 8px; visibility: hidden; opacity: 0; transform: translateY(10px); background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); transition: opacity .2s, transform .2s, visibility .2s; }
.floating-contact.open .floating-menu { visibility: visible; opacity: 1; transform: none; }
.floating-menu a { padding: 9px 12px; border-radius: 8px; font-size: .75rem; font-weight: 700; }
.floating-menu a:hover { color: var(--orange); background: #fff2ed; }

.modal { width: min(560px, calc(100% - 28px)); max-height: calc(100vh - 40px); padding: 38px; overflow: auto; border: 0; border-radius: 22px; box-shadow: 0 25px 80px rgba(15,10,22,.28); }
.modal::backdrop { background: rgba(12,10,14,.66); backdrop-filter: blur(5px); }
.modal[open] { animation: modal-in .25s ease-out; }
.modal-close { position: absolute; right: 14px; top: 14px; width: 38px; height: 38px; padding: 0; color: #777; background: var(--surface); border: 0; border-radius: 50%; font-size: 1.5rem; cursor: pointer; }
.modal-copy h2, .payment-modal h2 { font-size: 2.15rem; }
.modal-copy p { margin-bottom: 25px; }
.modal-form .button { width: 100%; margin-top: 8px; }
.payment-modal { text-align: center; }
.payment-mark { width: 70px; height: 70px; margin: 0 auto 20px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--purple), #9a4bf2); border-radius: 22px; font-size: 2rem; font-weight: 800; }
.demo-notice { margin: 22px 0; padding: 15px; color: #5d5365; background: #f6effe; border-radius: 11px; font-size: .78rem; text-align: left; }
.demo-notice strong { color: var(--purple); }
.payment-success { padding: 20px 0 5px; }
.success-mark { width: 76px; height: 76px; margin: 0 auto 22px; display: grid; place-items: center; color: var(--white); background: #1aa86b; border-radius: 50%; font-size: 2rem; font-weight: 800; }
.legal-modal { text-align: left; }
.legal-modal h2 { font-size: 2rem; }
.legal-modal h3 { margin-top: 24px; font-size: 1rem; }
.legal-modal p { font-size: .82rem; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; max-width: min(440px, calc(100% - 32px)); padding: 14px 20px; visibility: hidden; opacity: 0; transform: translate(-50%, 15px); color: var(--white); background: #201b24; border-radius: 11px; box-shadow: 0 12px 40px rgba(0,0,0,.2); font-size: .82rem; transition: opacity .2s, transform .2s, visibility .2s; }
.toast.show { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.toast.error { background: #b72424; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes modal-in { from { opacity: 0; transform: translateY(16px) scale(.98); } }

@media (max-width: 1024px) {
  :root { --container: min(100% - 40px, 960px); }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .78rem; }
  .header-cta { display: none; }
  .hero { min-height: 650px; }
  .hero-grid { min-height: 572px; grid-template-columns: .88fr 1.12fr; }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); row-gap: 32px; }
  .benefit-card:nth-child(3) { border-right: 0; }
  .zones-grid { grid-template-columns: 1fr 1fr; }
  .zone-card { min-height: 370px; }
  .zone-1, .zone-2, .zone-3, .zone-4 { background-size: 400% 100%, 400% auto; }
  .checkout-grid { grid-template-columns: 1fr 330px; gap: 26px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-column:last-child { display: none; }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 28px); --radius: 16px; }
  .section { padding: 72px 0; }
  .site-header, .site-header.scrolled { height: 66px; }
  .logo span { font-size: 1.5rem; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; top: 66px; left: 14px; right: 14px; display: grid; gap: 4px; padding: 14px; visibility: hidden; opacity: 0; transform: translateY(-10px); background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.open { visibility: visible; opacity: 1; transform: none; }
  .main-nav a { padding: 12px 13px; font-size: .9rem; border-radius: 9px; }
  .main-nav a:hover { color: var(--orange); background: #fff1ec; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; padding-top: 66px; }
  .hero-grid { width: 100%; min-height: auto; display: flex; flex-direction: column; }
  .hero-copy { width: var(--container); margin: 0 auto; padding: 68px 0 48px; }
  .hero-copy::after { display: none; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions .button { flex: 1 1 160px; }
  .hero-image { min-height: 390px; margin: 0; background-image: linear-gradient(180deg, rgba(255,255,255,.15), transparent 25%), url('/assets/hero-gym.png'); background-position: 64% center; }
  .section-heading { margin-bottom: 36px; }
  .benefits { padding-top: 70px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .benefit-card { padding: 20px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .benefit-card:nth-child(even) { border-right: 0; }
  .benefit-card:nth-child(3) { border-right: 1px solid var(--line); }
  .benefit-card:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .zones-grid { grid-template-columns: 1fr; }
  .zone-card { min-height: 400px; }
  .plans-grid { grid-template-columns: 1fr; max-width: 430px; }
  .plan-card { min-height: 460px; }
  .plan-card.featured { order: -1; }
  .training-section { padding-top: 10px; }
  .training-banner { min-height: 560px; display: flex; align-items: flex-end; padding: 32px 26px; background-position: 67% center; }
  .training-banner::before { content: ""; position: absolute; }
  .training-content { padding-top: 160px; background: linear-gradient(transparent, rgba(9,7,12,.9) 35%); }
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-form { padding: 22px 18px; }
  .order-card { min-height: 350px; order: -1; }
  .order-submit { display: none; }
  .form-submit-mobile { display: flex; }
  .contacts-grid { grid-template-columns: 1fr; gap: 35px; }
  .contact-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom > div { flex-wrap: wrap; gap: 12px 22px; }
  .floating-contact { right: 16px; bottom: 16px; }
  .modal { padding: 34px 22px 24px; }
}

@media (max-width: 480px) {
  .form-row, .payment-methods { grid-template-columns: 1fr; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .benefit-card h3 { min-height: auto; font-size: .86rem; }
  .benefit-card p { font-size: .7rem; }
  .zone-card { min-height: 360px; }
  .training-banner { min-height: 520px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
