:root {
    --navy: #081a33;
    --navy-soft: #10294c;
    --blue: #18b6d9;
    --red: #e23d4b;
    --ice: #eef8fb;
    --white: #fff;
    --ink: #202737;
    --muted: #667085;
    --line: #dfe5ec;
    --shadow: 0 18px 45px rgba(8, 26, 51, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Poppins, ui-sans-serif, system-ui, sans-serif; color: var(--ink); background: #f8fafc; line-height: 1.6; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.site-nav {
    position: sticky; top: 0; z-index: 50; min-height: 76px; padding: 0 5%; display: flex; align-items: center; gap: 28px;
    background: rgba(8, 26, 51, .97); color: var(--white); box-shadow: 0 5px 18px rgba(0, 0, 0, .15);
}
.logo { display: flex; align-items: center; gap: 10px; margin-right: auto; color: var(--white); text-decoration: none; }
.logo-mark { display: block; width: 76px; height: auto; filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .35)); }
.logo-name { color: var(--white); font-size: 1.1rem; font-weight: 800; letter-spacing: .01em; white-space: nowrap; }
.logo-name span { color: var(--blue); }
.nav-links { display: flex; gap: 26px; margin: 0; padding: 0; list-style: none; }
.nav-links a { color: #dce8f6; text-decoration: none; font-weight: 650; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); }
.menu-button { display: none; border: 0; background: transparent; color: white; font-size: 1.4rem; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 11px 21px; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--red); color: white; }
.button-accent:hover { background: #c92d3b; }
.button-outline { border-color: white; color: white; background: transparent; }
.button-outline:hover { background: white; color: var(--navy); }
.button-dark { background: var(--navy); color: white; }
.button-large { min-height: 54px; padding: 14px 27px; }

.hero { min-height: 720px; display: grid; place-items: center start; position: relative; overflow: hidden; padding: 100px 8%; color: white; background-image: linear-gradient(100deg, rgba(5, 17, 35, .93) 0%, rgba(5, 17, 35, .82) 38%, rgba(5, 17, 35, .42) 74%, rgba(5, 17, 35, .20) 100%), var(--hero-image); background-position: center; background-size: cover; }
.hero::after { content: ""; position: absolute; right: 5%; bottom: 0; width: min(42vw, 640px); height: 5px; background: linear-gradient(90deg, transparent, var(--red)); box-shadow: 0 0 18px rgba(226, 61, 75, .5); }
.hero-content { position: relative; z-index: 1; max-width: 680px; text-align: left; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 900; color: var(--blue); }
.eyebrow.dark { color: #148aa4; }
.hero h1 { margin: 0; font-size: clamp(3.3rem, 8vw, 6.7rem); line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.hero-content > p:not(.eyebrow) { max-width: 620px; margin: 24px 0 0; font-size: clamp(1.05rem, 2vw, 1.3rem); color: #e8eff8; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 14px; margin-top: 34px; }

.benefits { max-width: 1180px; margin: -64px auto 0; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; z-index: 2; }
.benefits article { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
.benefits i { color: var(--red); font-size: 1.7rem; }
.benefits h2 { margin: 15px 0 6px; color: var(--navy); font-size: 1.1rem; }
.benefits p { margin: 0; color: var(--muted); font-size: .95rem; }

.section { padding: 105px 5%; }
.section-heading { max-width: 750px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .select-copy h2, .register-section h2 { margin: 0; color: var(--navy); font-size: clamp(2.3rem, 5vw, 4.1rem); line-height: 1.05; letter-spacing: -.04em; text-transform: uppercase; }
.section-heading > p:last-child { color: var(--muted); }

.programs-section { background: linear-gradient(135deg, #f4f7f6 0%, #e2ebf0 100%); }
.program-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 520px)); justify-content: center; gap: 30px; }
.program-card { display: flex; flex-direction: column; overflow: hidden; min-height: 100%; border: 1px solid rgba(255, 255, 255, .7); border-radius: 20px; background: white; box-shadow: 0 10px 30px rgba(8, 26, 51, .08); transition: transform .25s ease, box-shadow .25s ease; }
.program-card:hover { transform: translateY(-7px); box-shadow: 0 20px 40px rgba(8, 26, 51, .16); }
.program-card-top { padding: 25px 24px; text-align: center; background: linear-gradient(135deg, #dff7fb 0%, #b8e9f2 100%); border-bottom: 3px solid #80d7e6; }
.season-badge { display: inline-block; margin-bottom: 10px; padding: 4px 11px; border-radius: 999px; background: rgba(255, 255, 255, .88); color: #087c96; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.program-card h3 { margin: 0; color: #1a202c; font-size: 1.3rem; line-height: 1.4; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.program-card-body { flex-grow: 1; padding: 30px 25px; }
.program-row { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 22px; color: #555; font-size: .94rem; line-height: 1.6; }
.program-row:last-child { margin-bottom: 0; }
.program-icon { display: grid; flex: 0 0 45px; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: #e0f7fa; color: #147d95; box-shadow: inset 0 2px 4px rgba(8, 26, 51, .04); font-size: 1.1rem; }
.program-details { min-width: 0; width: 100%; }
.program-details strong { display: block; margin-bottom: 4px; color: #2d3748; font-size: 1.03rem; font-weight: 700; }
.program-details p { margin: 0 0 6px; }
.date-list { color: #4a5568; }
.remaining-sessions { display: inline-block; padding: 2px 9px; border-radius: 999px; background: #e5f5f8; color: #177d93; font-size: .79rem; font-weight: 700; }
.shared-date-note { color: #718096; font-size: .83rem; }
.program-sessions-row { margin-bottom: 24px; }
.groups-container { display: grid; gap: 12px; margin-top: 11px; }
.group-box { padding: 14px 16px; border-left: 4px solid #00bcd4; border-radius: 8px; background: #f8fafc; }
.group-box-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.group-title { color: #1a202c; font-size: .98rem; font-weight: 800; }
.group-duration { flex: 0 0 auto; padding: 2px 8px; border-radius: 999px; background: #e2e8f0; color: #4a5568; font-size: .76rem; font-weight: 700; }
.group-dob { color: #4a5568; font-weight: 500; }
.group-footnote { color: #718096; font-size: .82rem; font-style: italic; }
.group-time { margin-bottom: 0 !important; color: #2b6cb0; font-size: .93rem; font-weight: 700; }
.group-time i { margin-right: 5px; }
.sibling-cost { color: #718096; font-size: .84rem; }
.program-footer { margin-top: auto; padding: 24px 20px; border-top: 1px solid #edf2f7; background: #f8fafc; text-align: center; }
.program-footer p { margin: 0; color: #718096; font-size: .9rem; font-weight: 600; }
.program-contact-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; padding: 12px 23px; border-radius: 999px; background: linear-gradient(135deg, #147d95 0%, #0b5871 100%); box-shadow: 0 4px 15px rgba(20, 125, 149, .26); color: white; font-size: .96rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.program-contact-button:hover { transform: translateY(-2px); box-shadow: 0 7px 20px rgba(20, 125, 149, .35); }

.calendar-page { min-height: calc(100vh - 76px); padding: 82px 5% 105px; background: linear-gradient(135deg, #f4f7f6 0%, #e2ebf0 100%); }
.calendar-intro { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.calendar-intro h1 { margin: 0; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1; letter-spacing: -.05em; text-transform: uppercase; }
.calendar-intro > p:last-child { max-width: 590px; margin: 17px auto 0; color: var(--muted); }
.calendar-shell { max-width: 1420px; margin: 0 auto; overflow: hidden; border: 1px solid rgba(255, 255, 255, .8); border-radius: 22px; background: rgba(255, 255, 255, .7); box-shadow: 0 18px 45px rgba(8, 26, 51, .10); }
.calendar-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 28px; border-bottom: 1px solid #dfe8ed; background: linear-gradient(135deg, #e0f7fa, #c9edf2); }
.calendar-kicker { margin: 0 0 3px; color: #147d95; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.calendar-toolbar h2 { margin: 0; color: #1a202c; font-size: clamp(1.2rem, 3vw, 1.7rem); line-height: 1.25; }
.calendar-toolbar-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px; }
.calendar-view-toggle { display: inline-flex; padding: 3px; border: 1px solid #abd4dc; border-radius: 999px; background: rgba(255, 255, 255, .62); }
.calendar-view-toggle a { padding: 5px 12px; border-radius: 999px; color: #39727e; font-size: .78rem; font-weight: 800; text-decoration: none; }
.calendar-view-toggle a.active { background: var(--navy); color: white; box-shadow: 0 2px 6px rgba(8, 26, 51, .18); }
.calendar-controls { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.calendar-control { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid #bddce3; border-radius: 999px; background: rgba(255, 255, 255, .8); color: #176f84; font-size: .82rem; font-weight: 700; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.calendar-control:hover { transform: translateY(-1px); background: white; }
.calendar-grid-wrap { overflow-x: auto; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(165px, 1fr)); min-width: 1155px; }
.calendar-day { min-height: 345px; border-right: 1px solid #e5ecef; background: rgba(255, 255, 255, .9); }
.calendar-day:last-child { border-right: 0; }
.calendar-day.is-past { background: rgba(244, 247, 246, .72); }
.calendar-day.is-today { background: linear-gradient(180deg, #f3fdff 0%, #fff 42%); box-shadow: inset 0 4px 0 var(--red); }
.calendar-day-heading { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 0 5px; padding: 16px 16px 13px; border-bottom: 1px solid #edf1f3; }
.calendar-day-heading span { color: #627184; font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.calendar-day-heading strong { color: var(--navy); font-size: 1.65rem; line-height: 1; }
.calendar-day-heading small { grid-column: 1 / -1; color: #8894a3; font-size: .78rem; font-weight: 600; }
.calendar-events { display: grid; gap: 10px; padding: 12px; }
.calendar-event { padding: 12px; border-left: 4px solid #00bcd4; border-radius: 8px; background: #f7fafc; box-shadow: 0 4px 11px rgba(8, 26, 51, .05); }
.calendar-event-time { margin: 0 0 5px; color: #187e94; font-size: .78rem; font-weight: 800; }
.calendar-event h3 { margin: 0; color: #1d2b40; font-size: .9rem; line-height: 1.3; }
.calendar-event-dob, .calendar-event-location, .calendar-event-note { margin: 7px 0 0; color: #596778; font-size: .76rem; line-height: 1.45; }
.calendar-event-location i { margin-right: 4px; color: #d13a48; }
.calendar-event-note { color: #718096; font-style: italic; }
.calendar-empty { margin: 18px 4px; color: #9aa5b1; font-size: .8rem; font-style: italic; text-align: center; }
.calendar-month-grid { display: grid; grid-template-columns: repeat(7, minmax(145px, 1fr)); min-width: 1015px; }
.calendar-month-weekday { padding: 12px; border-right: 1px solid #dce8eb; border-bottom: 1px solid #dce8eb; color: #587383; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.calendar-month-weekday:nth-child(7) { border-right: 0; }
.calendar-month-day { min-height: 165px; border-right: 1px solid #e5ecef; border-bottom: 1px solid #e5ecef; background: rgba(255, 255, 255, .9); }
.calendar-month-day:nth-child(7n) { border-right: 0; }
.calendar-month-day.is-past, .calendar-month-day.is-outside-month { background: rgba(244, 247, 246, .72); }
.calendar-month-day.is-outside-month { opacity: .55; }
.calendar-month-day.is-today { background: linear-gradient(180deg, #f3fdff 0%, #fff 45%); box-shadow: inset 0 4px 0 var(--red); }
.calendar-month-day-heading { display: flex; justify-content: flex-end; padding: 9px 11px 0; }
.calendar-month-day-heading strong { color: var(--navy); font-size: 1rem; line-height: 1; }
.calendar-month-day .calendar-events { gap: 6px; padding: 8px; }
.calendar-event-compact { padding: 8px; border-left-width: 3px; }
.calendar-event-compact .calendar-event-time { margin-bottom: 3px; font-size: .7rem; }
.calendar-event-compact h3 { font-size: .77rem; }
.calendar-event-compact .calendar-event-dob { margin-top: 4px; font-size: .68rem; }

.locations-page { min-height: calc(100vh - 76px); padding: 82px 5% 105px; background: linear-gradient(135deg, #f4f7f6 0%, #e2ebf0 100%); }
.locations-intro { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.locations-intro h1 { margin: 0; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1; letter-spacing: -.05em; text-transform: uppercase; }
.arena-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 440px)); justify-content: center; gap: 24px; max-width: 940px; margin: 0 auto; }
.arena-card { padding: 34px; border: 1px solid rgba(255, 255, 255, .85); border-radius: 20px; background: rgba(255, 255, 255, .9); box-shadow: 0 14px 34px rgba(8, 26, 51, .10); text-align: center; }
.arena-card-icon { display: grid; width: 54px; height: 54px; place-items: center; margin: 0 auto 17px; border-radius: 50%; background: #e0f7fa; color: #147d95; font-size: 1.3rem; }
.arena-card h2 { margin: 0; color: var(--navy); font-size: 1.3rem; }
.arena-address { min-height: 3.2em; margin: 10px auto 20px; color: #5d6a7b; font-size: .93rem; }
.arena-directions { display: inline-flex; align-items: center; gap: 8px; padding: 10px 17px; border-radius: 999px; background: var(--navy); color: white; font-size: .86rem; font-weight: 700; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.arena-directions:hover { transform: translateY(-2px); background: #15365f; }

.registration-page { min-height: calc(100vh - 76px); padding: 82px 5% 105px; background: linear-gradient(135deg, #f4f7f6 0%, #e2ebf0 100%); }
.registration-intro { max-width: 750px; margin: 0 auto 38px; text-align: center; }
.registration-intro h1 { margin: 0; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1; letter-spacing: -.05em; text-transform: uppercase; }
.registration-intro > p:last-child { max-width: 650px; margin: 17px auto 0; color: var(--muted); }
.public-registration-form { display: grid; max-width: 900px; margin: 0 auto; gap: 18px; }
.registration-form-section { padding: 31px; border: 1px solid rgba(255, 255, 255, .85); border-radius: 20px; background: rgba(255, 255, 255, .92); box-shadow: 0 14px 34px rgba(8, 26, 51, .10); }
.registration-form-heading { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 24px; }
.registration-form-heading > span { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: .78rem; font-weight: 900; letter-spacing: .06em; }
.registration-form-heading h2 { margin: 0; color: var(--navy); font-size: 1.28rem; line-height: 1.35; }
.registration-form-heading p { margin: 3px 0 0; color: var(--muted); font-size: .88rem; }
.public-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.public-form-grid label { display: grid; gap: 7px; color: #283850; font-size: .88rem; font-weight: 750; }
.public-form-grid label.wide { grid-column: 1 / -1; }
.public-form-grid input, .public-form-grid select, .public-form-grid textarea { width: 100%; min-width: 0; padding: 11px 13px; border: 1px solid #cbd6df; border-radius: 9px; outline: none; background: #fbfdff; color: var(--ink); font-weight: 500; transition: border-color .18s ease, box-shadow .18s ease; }
.public-form-grid textarea { min-height: 128px; resize: vertical; }
.public-form-grid input:focus, .public-form-grid select:focus, .public-form-grid textarea:focus { border-color: #1da7c5; box-shadow: 0 0 0 3px rgba(24, 182, 217, .17); }
.registration-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 25px; border-radius: 17px; background: var(--navy); box-shadow: 0 14px 34px rgba(8, 26, 51, .18); }
.registration-submit p { margin: 0; color: #dce8f6; font-size: .86rem; }
.registration-submit p i { margin-right: 6px; color: var(--blue); }
.registration-submit .button { flex: 0 0 auto; border: 0; cursor: pointer; }
.registration-email-help { margin: 0; color: #526174; font-size: .83rem; text-align: center; }
.registration-email-help a { color: #116f84; font-weight: 800; }
.registration-unavailable { max-width: 720px; margin: 0 auto; padding: 54px 32px; border: 1px solid rgba(255, 255, 255, .85); border-radius: 20px; background: rgba(255, 255, 255, .92); box-shadow: 0 14px 34px rgba(8, 26, 51, .10); text-align: center; }
.registration-unavailable > i { display: grid; width: 60px; height: 60px; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: #e0f7fa; color: #147d95; font-size: 1.55rem; }
.registration-unavailable h2 { margin: 0; color: var(--navy); font-size: 1.55rem; }
.registration-unavailable p { max-width: 460px; margin: 9px auto 0; color: var(--muted); }

.select-section { padding: 95px 7%; display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; align-items: center; background: var(--blue); }
.select-copy h2 { color: var(--navy); }
.select-copy > p:not(.eyebrow) { max-width: 630px; font-size: 1.1rem; font-weight: 620; }
.select-copy .button { margin-top: 10px; }
.team-list { display: grid; gap: 15px; }
.team-card { padding: 25px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 15px; background: rgba(255, 255, 255, .83); box-shadow: 0 15px 35px rgba(8, 26, 51, .14); }
.team-card span { color: #167d94; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .77rem; }
.team-card h3 { margin: 4px 0 5px; color: var(--navy); font-size: 1.45rem; }
.team-card p { margin: 0; color: #445064; }

.reviews-section { background: #eef2f6; }
.reviews-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.review-card { padding: 29px; border-radius: 18px; background: white; box-shadow: var(--shadow); }
.stars { color: #f4ae16; }
.review-card h3 { margin: 13px 0 0; color: var(--navy); }
.review-card blockquote { margin: 19px 0 25px; color: #4a5568; font-style: italic; }
.review-card footer { display: flex; justify-content: space-between; gap: 15px; padding-top: 16px; border-top: 1px solid var(--line); font-size: .88rem; }
.review-card footer span { color: var(--muted); }

.register-section { padding: 100px 5%; text-align: center; color: white; background: var(--navy); }
.register-section h2 { color: white; }
.register-section > p:not(.eyebrow):not(.registration-note) { color: #dce6f3; }
.phone-number { display: block; margin: 17px 0; color: var(--blue); font-size: clamp(2.2rem, 6vw, 4.3rem); font-weight: 900; text-decoration: none; letter-spacing: -.04em; }
.registration-note { max-width: 650px; margin: 0 auto; color: #b7c3d3; font-size: .92rem; }
.register-actions { display: flex; justify-content: center; gap: 14px; margin-top: 28px; }

.site-footer { padding: 35px 5% 90px; text-align: center; color: #8994a3; background: #041020; font-size: .88rem; }
.site-footer p { margin: 4px 0; }
.site-footer a { color: #8994a3; }
.mobile-contact-bar { display: none; }
.empty-state { grid-column: 1 / -1; text-align: center; }

@media (max-width: 980px) {
    .benefits, .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .select-section { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 760px) {
    .site-nav { min-height: 68px; padding: 0 18px; }
    .logo-mark { width: 60px; }
    .logo-name { font-size: .9rem; }
    .menu-button { display: block; }
    .nav-cta { display: none; }
    .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 20px; flex-direction: column; gap: 15px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); }
    .nav-links.open { display: flex; }
    .hero { min-height: 660px; place-items: center; padding: 90px 20px 120px; background-image: linear-gradient(180deg, rgba(5, 17, 35, .80) 0%, rgba(5, 17, 35, .60) 48%, rgba(5, 17, 35, .86) 100%), url("/static/images/pavel_hockey_hero_mobile_720.webp"); background-position: center; }
    .hero-content { text-align: center; }
    .hero-actions { justify-content: center; }
    .hero-content > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
    .benefits { grid-template-columns: 1fr; margin-top: -82px; }
    .section { padding: 80px 20px; }
    .program-grid, .reviews-grid { grid-template-columns: 1fr; }
    .select-section { padding: 75px 20px; }
    .register-actions { flex-direction: column; max-width: 320px; margin-left: auto; margin-right: auto; }
    .program-card:hover { transform: none; }
    .group-box-header { align-items: flex-start; flex-direction: column; gap: 5px; }
    .calendar-page { padding: 58px 16px 88px; }
    .locations-page { padding: 58px 20px 88px; }
    .registration-page { padding: 58px 16px 88px; }
    .registration-form-section { padding: 25px 20px; }
    .public-form-grid { grid-template-columns: 1fr; }
    .public-form-grid label.wide { grid-column: auto; }
    .registration-submit { align-items: stretch; flex-direction: column; padding: 22px; text-align: center; }
    .registration-unavailable { padding: 42px 24px; }
    .calendar-toolbar { align-items: flex-start; flex-direction: column; padding: 21px 18px; }
    .calendar-toolbar-actions { justify-content: flex-start; }
    .calendar-controls { justify-content: flex-start; }
    .calendar-grid { min-width: 1050px; }
    .calendar-month-grid { min-width: 910px; }
    .mobile-contact-bar { position: fixed; z-index: 100; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -5px 20px rgba(0,0,0,.22); }
    .mobile-contact-bar a { padding: 15px; text-align: center; text-decoration: none; font-weight: 900; color: white; background: var(--red); }
    .mobile-contact-bar a:last-child { background: var(--blue); color: var(--navy); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .button { transition: none; }
}
