:root {
    --ink: #0b1220;
    --ink-soft: #141e30;
    --yellow: #f8d535;
    --yellow-deep: #e9c51d;
    --paper: #f4f1e9;
    --white: #fff;
    --muted: #657083;
    --line: rgba(11, 18, 32, .13);
    --radius: 22px;
    --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--ink);
    color: var(--white);
    font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; z-index: 999; left: 16px; top: -100px; padding: 12px 18px;
    border-radius: 10px; color: var(--ink); background: var(--yellow); font-weight: 800;
}
.skip-link:focus { top: 16px; }
.word-mark { position: relative; display: inline-block; z-index: 1; }
.word-mark::after {
    content: ""; position: absolute; left: -.03em; right: -.06em; bottom: .04em; height: .17em;
    z-index: -1; border-radius: 99px 8px 99px 6px; background: var(--yellow); transform: rotate(-1.5deg);
}
.eyebrow {
    display: flex; align-items: center; gap: 11px; margin: 0 0 24px;
    color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.2;
    font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
}
.eyebrow span { width: 36px; height: 3px; border-radius: 5px; background: var(--yellow); }
.eyebrow.dark { color: #5f6878; }

.floating-nav {
    position: fixed; z-index: 50; top: 22px; left: 50%; display: flex; align-items: center;
    justify-content: space-between; width: min(1180px, calc(100vw - 48px)); min-height: 72px;
    padding: 10px 12px 10px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px;
    background: rgba(10, 17, 31, .72); box-shadow: 0 18px 50px rgba(0,0,0,.18);
    backdrop-filter: blur(18px); transform: translateX(-50%);
    transition: background .25s, top .25s, box-shadow .25s;
}
.floating-nav.scrolled { top: 10px; background: rgba(10,17,31,.94); box-shadow: 0 12px 44px rgba(0,0,0,.32); }
.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-badge {
    display: grid; place-items: center; width: 43px; height: 43px; border-radius: 13px 13px 13px 4px;
    color: var(--ink); background: var(--yellow); font: 800 24px/1 "Avenir Next", "Segoe UI", sans-serif;
    transform: skew(-4deg);
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 800 15px/1 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: .08em; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.main-menu { display: flex; align-items: center; gap: 28px; }
.main-menu a { color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; transition: color .2s; }
.main-menu a:hover, .main-menu a:focus-visible { color: var(--white); }
.main-menu .nav-cta {
    padding: 14px 19px; border-radius: 11px; color: var(--ink); background: var(--yellow);
}
.main-menu .nav-cta:hover { color: var(--ink); background: #ffe766; }
.menu-toggle { display: none; border: 0; background: none; color: white; }

.home-hero, .location-hero {
    position: relative; display: flex; align-items: center; min-height: 820px; overflow: hidden;
    background: var(--ink);
}
.home-hero-bg {
    content: ""; position: absolute; inset: 0; background-position: center; background-size: cover;
}
.home-hero-bg { background-image: linear-gradient(90deg, rgba(5,11,20,.97) 4%, rgba(7,14,25,.88) 35%, rgba(6,12,22,.16) 72%), url("../images/hero-gokarty.jpg"); }
.home-hero::after, .location-hero::after {
    content: ""; position: absolute; inset: auto 0 0; height: 120px;
    background: linear-gradient(transparent, rgba(11,18,32,.92));
}
.home-hero-inner, .location-hero-inner { position: relative; z-index: 2; padding-top: 108px; }
.home-copy, .location-copy { max-width: 720px; }
.home-copy h1, .location-copy h1, .error-page h1 {
    max-width: 800px; margin: 0; font: 700 clamp(58px, 7.1vw, 105px)/.92 "Avenir Next", "Segoe UI", sans-serif;
    letter-spacing: -.065em;
}
.hero-lead { max-width: 590px; margin: 32px 0 38px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.72; }
.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 58px;
    padding: 0 25px; border: 1px solid transparent; border-radius: 14px;
    font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, color .2s, border .2s;
}
.button span { font-size: 19px; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); box-shadow: 0 13px 35px rgba(248,213,53,.18); }
.button-primary:hover { background: #ffe875; }
.button-dark { color: white; background: var(--ink); }
.button-outline { border-color: rgba(11,18,32,.18); color: var(--ink); background: transparent; }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: white; }
.age-seal {
    position: absolute; right: 0; bottom: -70px; display: grid; place-items: center;
    width: 158px; height: 158px; border: 1px solid rgba(255,255,255,.21); border-radius: 50%;
    background: rgba(11,18,32,.55); box-shadow: inset 0 0 0 8px rgba(255,255,255,.025);
    backdrop-filter: blur(10px); transform: rotate(7deg);
}
.age-seal::before { content: ""; position: absolute; inset: 12px; border: 2px dashed rgba(248,213,53,.6); border-radius: 50%; }
.age-seal small, .age-seal span { z-index: 1; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.age-seal strong { z-index: 1; margin: -12px 0; color: var(--yellow); font: 700 43px/1 "Avenir Next", "Segoe UI", sans-serif; }
.scroll-cue {
    position: absolute; z-index: 3; bottom: 27px; left: 50%; display: flex; align-items: center; gap: 12px;
    color: rgba(255,255,255,.52); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
    transform: translateX(-50%);
}
.scroll-cue span { display: block; width: 30px; height: 1px; background: var(--yellow); }

.locations-section, .description-section, .why-section { position: relative; color: var(--ink); background: var(--paper); }
.locations-section::before {
    content: ""; position: absolute; inset: 0; opacity: .25; pointer-events: none;
    background-image: radial-gradient(rgba(11,18,32,.14) .7px, transparent .7px); background-size: 15px 15px;
}
.locations-section .shell { position: relative; }
.section-heading { margin-bottom: 62px; }
.section-heading h2, .why-section h2, .contact-section h2 {
    margin: 0; font: 700 clamp(43px, 5.6vw, 76px)/1 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.055em;
}
.section-heading > p, .split-heading > p {
    max-width: 480px; margin: 22px auto 0; color: var(--muted); font-size: 16px; line-height: 1.75;
}
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.split-heading > p { margin: 0 0 8px; }
.location-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.location-card {
    position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px;
    min-height: 178px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius);
    background: rgba(255,255,255,.66); box-shadow: 0 12px 36px rgba(11,18,32,.04);
    transition: transform .25s, border-color .25s, background .25s;
}
.location-card::after {
    content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--yellow);
    transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.location-card:hover { z-index: 1; border-color: rgba(11,18,32,.24); background: white; transform: translateY(-5px); }
.location-card:hover::after { transform: scaleX(1); }
.location-number { align-self: start; color: #a8acb4; font: 600 12px/1 "Avenir Next", "Segoe UI", sans-serif; }
.card-kicker { margin: 0 0 10px; color: #818793; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.location-card h3 { margin: 0; font: 700 27px/1.15 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.03em; }
.location-card p:not(.card-kicker) { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.round-arrow {
    display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%;
    color: var(--ink); background: var(--yellow); font-size: 20px; transition: transform .2s;
}
.location-card:hover .round-arrow { transform: rotate(45deg); }
.empty-state, .admin-empty { padding: 80px 24px; border: 1px dashed rgba(11,18,32,.2); border-radius: var(--radius); text-align: center; }
.empty-icon { display: block; font-size: 45px; color: var(--yellow-deep); }
.empty-state h3 { margin: 12px 0; font: 700 27px "Avenir Next", "Segoe UI", sans-serif; }
.empty-state p { color: var(--muted); }
.promise-strip { color: white; background: var(--ink); }
.promise-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.promise-grid > div { display: flex; align-items: center; gap: 18px; padding: 46px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.promise-grid > div:first-child { padding-left: 0; }
.promise-grid > div:last-child { border: 0; padding-right: 0; }
.promise-grid strong { color: var(--yellow); font: 700 40px "Avenir Next", "Segoe UI", sans-serif; }
.promise-grid span { max-width: 190px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }

.location-hero { min-height: 860px; }
.location-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
    position: absolute; z-index: 1; inset: 0;
    background: linear-gradient(90deg, rgba(5,11,20,.98) 2%, rgba(8,16,28,.88) 44%, rgba(8,15,25,.22) 79%),
                linear-gradient(0deg, rgba(5,11,20,.68), transparent 50%);
}
.location-copy { max-width: 780px; }
.location-copy h1 { font-size: clamp(56px, 6.7vw, 98px); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; gap: 14px; color: rgba(255,255,255,.76); border-bottom: 1px solid rgba(255,255,255,.25); padding: 10px 0; font-weight: 700; font-size: 13px; }
.hero-info-card {
    position: absolute; right: 0; bottom: -180px; width: 340px; padding: 26px 28px;
    border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(10,17,31,.78);
    box-shadow: 0 20px 60px rgba(0,0,0,.24); backdrop-filter: blur(15px);
}
.status-dot { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: #aeb8c7; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.status-dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #5ee28a; box-shadow: 0 0 0 5px rgba(94,226,138,.1); }
.hero-info-card dl { margin: 0; }
.hero-info-card dl div { display: grid; grid-template-columns: 70px 1fr; gap: 14px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); }
.hero-info-card dt { color: rgba(255,255,255,.42); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.hero-info-card dd { margin: 0; color: #fff; font-size: 13px; line-height: 1.5; }

.section-heading.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { min-height: 340px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); }
.feature-top { display: flex; align-items: center; gap: 16px; margin-bottom: 72px; }
.feature-index { color: #a2a7b0; font: 700 11px "Avenir Next", "Segoe UI", sans-serif; }
.feature-line { height: 1px; flex: 1; background: var(--line); }
.feature-card h3, .contact-details h3 { margin: 0 0 18px; font: 700 27px/1.1 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.035em; }
.feature-card .word-mark::after, .contact-details .word-mark::after { height: .16em; }
.feature-card > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.8; }

.pricing-section { color: white; background: var(--ink); }
.section-heading.light > p { color: rgba(255,255,255,.58); }
.pricing-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; align-items: stretch; }
.price-card {
    position: relative; display: flex; flex-direction: column; min-height: 475px; padding: 42px;
    border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: rgba(255,255,255,.045);
}
.price-card.featured { color: var(--ink); border-color: var(--yellow); background: var(--yellow); transform: rotate(-.5deg); }
.popular-label { position: absolute; right: 28px; top: 28px; padding: 7px 10px; border-radius: 7px; color: white; background: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-card-head strong { display: block; margin: 17px 0 9px; font: 700 clamp(40px,5vw,62px)/1 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.06em; }
.price-card-head > p:last-child { color: rgba(255,255,255,.55); font-size: 14px; }
.price-card.featured .price-card-head > p:last-child, .price-card.featured .card-kicker { color: rgba(11,18,32,.62); }
.price-card ul { display: grid; gap: 14px; margin: 36px 0 34px; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }
.price-card.featured ul { border-color: rgba(11,18,32,.15); }
.price-card li { display: flex; gap: 11px; color: rgba(255,255,255,.76); font-size: 13px; }
.price-card.featured li { color: rgba(11,18,32,.8); }
.price-card li span { color: var(--yellow); font-weight: 800; }
.price-card.featured li span { color: var(--ink); }
.price-card .button { width: 100%; margin-top: auto; }
.pricing-note { margin: 24px 0 0; color: rgba(255,255,255,.4); font-size: 11px; text-align: center; }

.article-grid { display: grid; grid-template-columns: 260px 1fr; gap: 70px; }
.article-aside { display: flex; flex-direction: column; justify-content: space-between; }
.article-number { color: rgba(11,18,32,.08); font: 700 130px/1 "Avenir Next", "Segoe UI", sans-serif; }
.article-content h2 { max-width: 820px; }
.article-lead { max-width: 810px; margin: 35px 0 42px; font-size: 22px; line-height: 1.65; font-weight: 600; }
.article-columns { display: grid; grid-template-columns: repeat(2,1fr); gap: 38px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.article-columns p { margin: 0; }
.benefit-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 45px 0 0; padding: 0; list-style: none; }
.benefit-list li { padding: 11px 16px; border: 1px solid var(--line); border-radius: 99px; background: white; font-size: 12px; font-weight: 700; }
.benefit-list span { margin-right: 8px; color: #a88e00; }

.contact-section { position: relative; overflow: hidden; background: #182337; }
.contact-track {
    position: absolute; right: -120px; top: -160px; width: 670px; height: 670px;
    border: 70px solid rgba(255,255,255,.025); border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012);
}
.contact-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.5fr) minmax(280px,.6fr); gap: 100px; align-items: end; }
.contact-grid > div:first-child { max-width: 730px; }
.contact-lead { max-width: 600px; margin: 28px 0 35px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.75; }
.newsletter-row { display: flex; padding: 7px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.05); }
.newsletter-row input { min-width: 0; flex: 1; padding: 0 17px; border: 0; outline: 0; color: white; background: transparent; }
.newsletter-row input::placeholder { color: rgba(255,255,255,.4); }
.newsletter-row button { min-height: 52px; padding: 0 21px; border: 0; border-radius: 11px; color: var(--ink); background: var(--yellow); font-size: 12px; font-weight: 800; cursor: pointer; }
.consent-label { display: flex; gap: 10px; margin-top: 15px; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.5; cursor: pointer; }
.consent-label input { margin-top: 2px; accent-color: var(--yellow); }
.honey-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-message { min-height: 20px; margin-top: 12px; font-size: 12px; font-weight: 700; }
.form-message.success { color: #6ee7a0; }
.form-message.error { color: #ff8b91; }
.contact-details { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.045); }
.contact-label { color: rgba(255,255,255,.42); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-details h3 { margin-top: 18px; font-size: 34px; }
.contact-details p { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }
.contact-details > a { display: block; padding: 8px 0; color: white; font-size: 13px; font-weight: 700; }
.section-return { position: relative; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 80px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.section-return span { margin-right: 8px; color: rgba(255,255,255,.35); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.section-return a { padding: 9px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 99px; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 700; transition: .2s; }
.section-return a:hover { color: var(--ink); border-color: var(--yellow); background: var(--yellow); }

.site-footer { padding: 62px 0 25px; color: white; background: #080e19; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; padding-bottom: 45px; }
.footer-brand { font: 700 25px "Avenir Next", "Segoe UI", sans-serif; }
.footer-grid p { max-width: 480px; color: rgba(255,255,255,.43); font-size: 12px; line-height: 1.7; }
.footer-links { display: flex; gap: 28px; align-items: start; }
.footer-links a { color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.3); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.error-page { display: grid; place-items: center; min-height: 80vh; padding: 170px 0 100px; }
.error-page h1 { max-width: 850px; }
.error-page p:not(.eyebrow) { max-width: 540px; margin: 30px 0; color: rgba(255,255,255,.6); font-size: 17px; }
.error-page pre { max-width: 100%; overflow: auto; padding: 15px; background: rgba(255,255,255,.06); }
.privacy-page { padding-top: 180px; color: var(--ink); background: var(--paper); }
.privacy-shell { max-width: 850px; }
.privacy-page .eyebrow { color: var(--muted); }
.privacy-page h1 { margin: 0 0 25px; font-size: clamp(49px,7vw,78px); line-height: 1; letter-spacing: -.055em; }
.privacy-lead { max-width: 660px; margin-bottom: 65px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.privacy-page section { padding: 31px 0; border-top: 1px solid var(--line); }
.privacy-page section h2 { margin: 0 0 16px; font-size: 26px; line-height: 1.2; letter-spacing: -.03em; }
.privacy-page section p { margin: 0; color: #596476; font-size: 14px; line-height: 1.85; }
.privacy-page section a { color: #7e6a00; font-weight: 800; }
.privacy-note { margin: 40px 0 0; padding: 18px; border-radius: 12px; color: #6c5d0d; background: #f0e6aa; font-size: 11px; line-height: 1.7; }
.toast-region { position: fixed; z-index: 100; right: 20px; bottom: 20px; display: grid; gap: 10px; }
.toast {
    max-width: 360px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px; color: white; background: #152034; box-shadow: 0 14px 50px rgba(0,0,0,.3);
    font-size: 12px; font-weight: 700; animation: toast-in .25s ease;
}
.toast.success { border-left: 4px solid #62de93; }
.toast.error { border-left: 4px solid #ff6972; }
@keyframes toast-in { from { opacity:0; transform:translateY(10px); } }

@media (max-width: 950px) {
    :root { --shell: min(100% - 36px, 760px); }
    .section-pad { padding: 90px 0; }
    .home-hero, .location-hero { min-height: 760px; }
    .home-hero-bg { background-image: linear-gradient(90deg, rgba(5,11,20,.95) 0%, rgba(7,14,25,.75) 60%, rgba(6,12,22,.38)), url("../images/hero-gokarty.jpg"); background-position: 59% center; }
    .age-seal { right: 0; bottom: -125px; }
    .hero-info-card { position: relative; right: auto; bottom: auto; width: min(100%, 520px); margin-top: 45px; }
    .location-hero-inner { padding-bottom: 90px; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: auto; }
    .feature-top { margin-bottom: 38px; }
    .article-grid { grid-template-columns: 1fr; gap: 15px; }
    .article-aside { flex-direction: row; }
    .article-number { display: none; }
    .contact-grid { grid-template-columns: 1fr; gap: 55px; }
    .contact-details { max-width: 520px; }
}

@media (max-width: 720px) {
    :root { --shell: calc(100vw - 28px); --radius: 18px; }
    .section-pad { padding: 74px 0; }
    .floating-nav { top: 12px; width: calc(100vw - 24px); min-height: 64px; border-radius: 15px; }
    .brand-badge { width: 39px; height: 39px; }
    .menu-toggle { display: grid; gap: 7px; padding: 12px; cursor: pointer; }
    .menu-toggle span:not(.sr-only) { width: 23px; height: 2px; background: white; }
    .main-menu {
        position: absolute; left: 0; right: 0; top: calc(100% + 8px); display: none; align-items: stretch;
        flex-direction: column; gap: 4px; padding: 12px; border: 1px solid rgba(255,255,255,.12);
        border-radius: 15px; background: rgba(10,17,31,.98); box-shadow: 0 20px 40px rgba(0,0,0,.3);
    }
    .main-menu.open { display: flex; }
    .main-menu a { padding: 13px; }
    .home-menu { position: static; display: flex; flex-direction: row; padding: 0; border: 0; background: none; box-shadow: none; }
    .home-menu a:first-child { display: none; }
    .home-menu .nav-cta { padding: 12px 15px; }
    .home-hero, .location-hero { min-height: 730px; }
    .home-hero-inner, .location-hero-inner { padding-top: 100px; }
    .home-copy h1, .location-copy h1, .error-page h1 { font-size: clamp(49px, 15vw, 70px); }
    .hero-lead { margin: 25px 0 30px; font-size: 16px; }
    .age-seal { display: none; }
    .scroll-cue { left: 14px; transform: none; }
    .split-heading { display: block; }
    .split-heading > p { margin: 25px 0 0; }
    .section-heading h2, .why-section h2, .contact-section h2 { font-size: clamp(39px, 12vw, 58px); }
    .location-grid, .pricing-grid, .article-columns { grid-template-columns: 1fr; }
    .location-card { grid-template-columns: auto 1fr; min-height: 155px; padding: 25px 20px; }
    .location-card .round-arrow { grid-column: 2; grid-row: 1; justify-self: end; align-self: start; width: 40px; height: 40px; }
    .location-card > div { grid-column: 2; }
    .promise-grid { grid-template-columns: 1fr; padding: 16px 0; }
    .promise-grid > div, .promise-grid > div:first-child, .promise-grid > div:last-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .promise-grid > div:last-child { border: 0; }
    .location-hero { min-height: auto; padding: 95px 0 45px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
    .hero-info-card { margin-top: 35px; padding: 23px; }
    .price-card { min-height: 440px; padding: 30px 24px; }
    .price-card.featured { transform: none; }
    .article-lead { font-size: 19px; }
    .newsletter-row { flex-direction: column; gap: 7px; }
    .newsletter-row input { min-height: 50px; }
    .newsletter-row button { width: 100%; }
    .section-return { margin-top: 55px; }
    .section-return span { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 25px; }
    .footer-links { flex-wrap: wrap; gap: 17px; }
    .footer-bottom { gap: 13px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
