:root {
  --blue: #0a2e52;
  --blue-2: #124d7d;
  --blue-3: #dceaf4;
  --ink: #0d1722;
  --muted: #63707d;
  --line: #dce2e8;
  --paper: #f5f8fa;
  --white: #ffffff;
  --content: 1440px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 8% 18%, rgba(121,184,226,.13), transparent 24rem), radial-gradient(circle at 92% 48%, rgba(18,77,125,.09), transparent 30rem), var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.sr-only { width: 1px; height: 1px; padding: 0; position: absolute; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-preloader { position: fixed; inset: 0; z-index: 9999; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; overflow: hidden; isolation: isolate; background: #010306; color: white; opacity: 1; visibility: visible; transition: opacity .55s ease, visibility .55s ease; }
.site-preloader::before { content: ""; position: absolute; inset: -3%; z-index: -3; background: linear-gradient(180deg, rgba(0,2,6,.38), rgba(0,3,8,.7)), url('uibc-cn-tower-preloader.webp') center 45% / cover no-repeat; filter: saturate(.62) contrast(1.12) brightness(.62); animation: preloaderBackdrop 3.8s ease-out both; pointer-events: none; }
.site-preloader::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at center, transparent 22%, rgba(0,2,7,.44) 68%, rgba(0,1,4,.88) 100%); pointer-events: none; }
.site-preloader.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-ambient { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.4), transparent 28%, transparent 72%, rgba(0,0,0,.4)), linear-gradient(180deg, rgba(1,5,11,.15), transparent 44%, rgba(0,2,6,.5)); }
.preloader-world { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 30px; transition: transform .55s ease, opacity .55s ease; }
.site-preloader.is-leaving .preloader-world { transform: scale(.94); opacity: 0; }
.preloader-wordmark { padding: clamp(20px, 3vw, 34px) clamp(24px, 5vw, 62px); position: relative; z-index: 2; text-align: center; text-transform: uppercase; background: radial-gradient(ellipse, rgba(1,8,15,.58), transparent 70%); text-shadow: 0 22px 70px rgba(0,0,0,.5); animation: preloaderTitle 1s cubic-bezier(.16,1,.3,1) both; }
.preloader-wordmark span { display: inline-block; color: #f1f0e9; font-family: Georgia, "Times New Roman", serif; font-size: clamp(64px, 11vw, 142px); line-height: .78; font-weight: 700; letter-spacing: .08em; text-indent: .08em; text-shadow: 0 4px 0 rgba(3,13,22,.9), 0 16px 52px rgba(0,0,0,.84); }
@keyframes preloaderBackdrop { from { opacity: 0; transform: scale(1.065); } to { opacity: 1; transform: scale(1); } }
@keyframes preloaderTitle { from { opacity: 0; transform: translateY(18px); letter-spacing: .16em; } to { opacity: 1; transform: translateY(0); letter-spacing: normal; } }

.today-bar { min-height: 38px; padding: 7px clamp(20px, 5vw, 76px); display: flex; justify-content: center; align-items: center; gap: 16px; background: var(--blue); color: white; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.today-bar > span:not(.pulse) { color: #bcd0e1; }
.today-bar .pulse { width: 7px; height: 7px; border-radius: 50%; background: #71b8e8; box-shadow: 0 0 0 5px rgba(113,184,232,.18); }
.today-bar a { display: inline-flex; align-items: center; gap: 7px; margin-left: 4px; font-weight: 800; }
.today-bar svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.club-bar .pulse { background: #79b8e2; box-shadow: 0 0 0 5px rgba(121,184,226,.18); }

.site-header { width: min(calc(100% - 32px), 1536px); height: 78px; margin: 14px auto; padding: 0 clamp(22px, 3vw, 48px); display: flex; align-items: center; gap: clamp(24px, 2.4vw, 40px); background: radial-gradient(circle at 14% 0, rgba(255,255,255,.98), transparent 36%), linear-gradient(120deg, rgba(255,255,255,.82), rgba(219,236,247,.58)); border: 1px solid rgba(255,255,255,.92); border-radius: 26px; position: sticky; top: 14px; z-index: 30; backdrop-filter: blur(30px) saturate(175%); -webkit-backdrop-filter: blur(30px) saturate(175%); box-shadow: inset 0 1px 0 rgba(255,255,255,.98), inset 0 -1px 0 rgba(7,29,49,.08), 0 18px 52px rgba(7,29,49,.13), 0 2px 8px rgba(7,29,49,.06); }
.brand { display: inline-flex; align-items: baseline; gap: 10px; text-transform: uppercase; white-space: nowrap; }
.brand-main { font-size: 30px; line-height: 1; font-weight: 900; letter-spacing: -2.4px; }
.brand-city { color: var(--blue-2); font-size: 12px; font-weight: 900; letter-spacing: .02em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #3e4b58; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.desktop-nav a:hover { color: var(--blue-2); }
.media-menu { position: relative; }
.media-menu summary { display: flex; align-items: center; gap: 6px; color: #3e4b58; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; list-style: none; cursor: pointer; }
.media-menu summary::-webkit-details-marker { display: none; }
.media-menu > div { width: 222px; padding: 9px; position: absolute; top: 28px; left: 50%; transform: translateX(-50%); display: grid; gap: 3px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 50px rgba(7,29,49,.15); }
.media-menu > div a { padding: 12px 13px; display: flex; align-items: center; gap: 11px; border-radius: 8px; color: #334352; font-size: 11px; }
.media-menu > div a span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-3); color: var(--blue); }
.media-menu > div a:hover { background: var(--paper); }
.language-picker { position: relative; }
.language-picker > summary { min-width: 126px; height: 40px; padding: 0 14px; display: flex; align-items: center; justify-content: center; gap: 10px; list-style: none; cursor: pointer; color: #243646; border: 1px solid rgba(255,255,255,.94); border-radius: 999px; background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(190,214,229,.58)); backdrop-filter: blur(20px) saturate(165%); -webkit-backdrop-filter: blur(20px) saturate(165%); box-shadow: inset 0 1px 0 rgba(255,255,255,.98), inset 0 -1px 0 rgba(10,46,82,.09), 0 9px 26px rgba(7,29,49,.13); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.language-picker > summary::-webkit-details-marker { display: none; }
.language-picker > summary:hover, .language-picker[open] > summary { border-color: rgba(23,79,124,.25); box-shadow: inset 0 1px 0 white, 0 12px 30px rgba(7,29,49,.18); transform: translateY(-1px); }
.language-picker > summary span { font-size: 11px; font-weight: 850; letter-spacing: .01em; }
.language-picker-chevron { width: 7px; height: 7px; margin-left: 1px; flex: 0 0 auto; border-right: 1.5px solid var(--blue-2); border-bottom: 1.5px solid var(--blue-2); transform: translateY(-2px) rotate(45deg); transition: transform .25s ease; }
.language-picker[open] .language-picker-chevron { transform: translateY(2px) rotate(225deg); }
.language-picker-menu { width: 158px; padding: 8px; position: absolute; top: calc(100% + 12px); right: 0; z-index: 60; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.94); border-radius: 17px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(224,238,247,.9)); backdrop-filter: blur(24px) saturate(170%); -webkit-backdrop-filter: blur(24px) saturate(170%); box-shadow: inset 0 1px 0 white, 0 20px 55px rgba(7,29,49,.2); }
.language-picker-menu::before { content: ""; height: 13px; position: absolute; left: 0; right: 0; top: -13px; }
.language-picker-menu > a, .language-picker-menu > span { min-height: 44px; padding: 8px 12px; display: flex; align-items: center; justify-content: center; border-radius: 11px; color: #314454; font-size: 12px; font-weight: 850; text-align: center; text-transform: none; }
.language-picker-menu > a:hover { color: var(--blue); background: rgba(255,255,255,.76); }
.language-picker-menu > .is-current { color: white; background: linear-gradient(145deg, #174f7c, #071d31); box-shadow: 0 7px 18px rgba(7,29,49,.2); }
.header-cta { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; gap: 14px; background: var(--blue); color: white; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.header-cta svg, .format-grid a svg, .social-list svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.mobile-menu { display: none; margin-left: auto; position: relative; }

.home-radio-link { width: min(calc(100% - 44px), 1180px); min-height: 92px; margin: 26px auto; padding: 18px 24px; display: grid; grid-template-columns: 54px minmax(0, 1fr) 24px; align-items: center; gap: 18px; border: 1px solid rgba(121,184,226,.25); border-radius: 18px; background: #071d31; color: white; box-shadow: 0 18px 50px rgba(7,29,49,.12); transition: transform .2s ease, background .2s ease; }
.home-radio-link:hover { transform: translateY(-3px); background: #0a2e52; }
.home-radio-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #79b8e2; color: #071d31; font-size: 25px; }
.home-radio-link > span:nth-child(2) { display: grid; gap: 5px; }
.home-radio-link small { color: #9fc2db; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.home-radio-link strong { font-size: clamp(18px, 2vw, 26px); letter-spacing: -.025em; }

.hero { min-height: min(820px, calc(100vh - 120px)); padding: clamp(92px, 10vw, 148px) max(clamp(24px, 7vw, 108px), calc((100vw - var(--content)) / 2)) 100px; position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; background: #071728; color: white; }
.hero-image { position: absolute; inset: 0; z-index: -3; background: url('uibc-hero.png') center / cover no-repeat; filter: saturate(.72) contrast(1.08) hue-rotate(3deg); }
.hero-slider { position: absolute; inset: 0; z-index: -3; overflow: hidden; background: #071728; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.035); transition: opacity 1.05s ease, transform 6.5s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.82) contrast(1.06); }
.slide-toronto img { object-position: center 48%; filter: saturate(.82) contrast(1.08) brightness(.98); }
.slide-niagara img { object-position: center; }
.slide-group img { object-position: center 54%; }
.slide-speakers img { object-position: center 47%; }
.slide-guests img { object-position: center 45%; }
.slide-flags img { object-position: center 50%; }
.hero-slider-ui { position: absolute; right: max(clamp(24px, 6vw, 88px), calc((100vw - var(--content)) / 2)); bottom: 30px; z-index: 4; display: grid; justify-items: end; gap: 9px; color: white; }
.hero-slider-caption { padding: 8px 13px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: linear-gradient(135deg, rgba(255,255,255,.17), rgba(121,184,226,.1)); backdrop-filter: blur(18px) saturate(155%); -webkit-backdrop-filter: blur(18px) saturate(155%); box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 8px 24px rgba(0,0,0,.15); color: #eef7fc; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.hero-slider-controls { min-height: 48px; padding: 5px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(3,17,31,.48)); backdrop-filter: blur(22px) saturate(155%); -webkit-backdrop-filter: blur(22px) saturate(155%); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), inset 0 -1px 0 rgba(0,0,0,.18), 0 16px 44px rgba(0,0,0,.24); }
.hero-slider-arrow { width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: white; font: inherit; font-size: 17px; cursor: pointer; transition: background .2s, transform .2s; }
.hero-slider-arrow:hover { background: white; color: var(--blue); transform: scale(1.04); }
.hero-slider-dots { display: flex; align-items: center; gap: 5px; }
.hero-slider-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.38); cursor: pointer; transition: width .25s ease, border-radius .25s ease, background .25s ease; }
.hero-slider-dots button.is-active { width: 20px; border-radius: 999px; background: #79b8e2; }
.hero-slider-count { min-width: 44px; color: #91a9bb; font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.hero-slider-count b { color: white; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,17,31,.97) 0%, rgba(5,28,50,.82) 47%, rgba(4,20,35,.18) 100%), linear-gradient(0deg, rgba(4,18,32,.7), transparent 55%); }
.club-hero .hero-image { background-position: 34% center; }
.club-hero .hero-shade { background: linear-gradient(90deg, rgba(3,17,31,.98) 0%, rgba(5,28,50,.86) 52%, rgba(4,20,35,.3) 100%), linear-gradient(0deg, rgba(4,18,32,.72), transparent 58%); }
.toronto-hero .hero-image { background-position: 18% center; }
.hero-content { width: min(900px, 75%); position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--blue-2); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #a9c9df; }
.hero .hero-eyebrow-link { width: fit-content; display: inline-flex; align-items: center; gap: 9px; }
.hero .hero-eyebrow-link:hover { color: white; }
.hero h1 { margin: 0; font-size: clamp(62px, 9.7vw, 142px); line-height: .83; letter-spacing: -.075em; text-transform: uppercase; font-weight: 900; }
.hero h1 em { color: #79b8e2; font-style: normal; }
.hero-copy { max-width: 710px; margin: 34px 0 0; color: rgba(255,255,255,.79); font-size: clamp(17px, 1.8vw, 23px); line-height: 1.6; }
.hero-actions { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .045em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button-primary { background: var(--blue-2); color: white; }
.button-primary:hover { background: #176294; }
.button-ghost { border-color: rgba(255,255,255,.48); color: white; background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.045)); backdrop-filter: blur(15px) saturate(145%); -webkit-backdrop-filter: blur(15px) saturate(145%); box-shadow: inset 0 1px 0 rgba(255,255,255,.19), 0 10px 30px rgba(0,0,0,.12); }
.button-white { border-color: rgba(255,255,255,.84); background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(221,236,246,.88)); color: var(--blue); box-shadow: inset 0 1px 0 white, 0 12px 34px rgba(0,0,0,.16); }
.button-outline { border-color: #9bb0c1; color: var(--blue); }
.hero-note { position: absolute; right: max(clamp(24px, 6vw, 88px), calc((100vw - var(--content)) / 2)); bottom: 62px; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; color: white; }
.hero-note span { color: #95b9d2; font-size: 11px; letter-spacing: .13em; }
.hero-note strong { font-size: 13px; letter-spacing: .04em; }

.stats { width: min(calc(100% - 44px), var(--content)); margin: clamp(28px, 4vw, 54px) auto 0; display: grid; grid-template-columns: repeat(3, 1fr); background: white; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 20px 52px rgba(10,46,82,.08); }
.stats article { min-height: 145px; padding: 32px clamp(24px, 5vw, 74px); display: flex; align-items: center; gap: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats article:last-child { border-right: 0; }
.stats strong { color: var(--blue); font-size: clamp(34px, 4vw, 54px); letter-spacing: -.06em; }
.stats span { max-width: 150px; color: var(--muted); font-size: 11px; line-height: 1.5; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.section { padding: clamp(80px, 10vw, 132px) max(clamp(24px, 7vw, 108px), calc((100vw - var(--content)) / 2)); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.intro h2, .promise h2, .section-head h2, .niagara-band h2, .today h2, .community h2, .social h2 { margin: 0; font-size: clamp(44px, 6vw, 86px); line-height: .98; letter-spacing: -.06em; font-weight: 900; text-transform: uppercase; }
.intro h2 span { color: var(--blue-2); }
.intro-copy { color: #3f4d5a; font-size: 18px; line-height: 1.75; }
.intro-copy p:first-child { margin-top: 0; }
.city-network { margin-top: 32px; padding: 20px; color: var(--blue); background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(229,241,249,.76)); border: 1px solid rgba(157,184,204,.46); border-radius: 20px; box-shadow: 0 16px 40px rgba(10,46,82,.07); }
.city-network-title { margin: 0 0 14px !important; color: #718394; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.city-network-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.city-network-grid span { min-height: 82px; padding: 15px 16px; display: flex; flex-direction: column; justify-content: center; gap: 6px; background: rgba(255,255,255,.68); border: 1px solid rgba(159,184,203,.38); border-radius: 14px; }
.city-network-grid b { color: var(--blue); font-size: 13px; line-height: 1.3; letter-spacing: .01em; }
.city-network-grid small { color: #667989; font-size: 10px; font-weight: 750; line-height: 1.55; letter-spacing: .025em; text-transform: uppercase; }

.promise { padding-top: 0; display: grid; grid-template-columns: 1fr 1fr; }
.promise-image { min-height: 690px; background: url('uibc-hero.png') 75% center / cover no-repeat; }
.promise-copy { padding: clamp(48px, 6vw, 86px); display: flex; flex-direction: column; justify-content: center; background: var(--blue); color: white; }
.section-kicker.light { color: #a8c9df; }
.promise h2 { font-size: clamp(40px, 4.5vw, 67px); }
.promise-copy > p:not(.section-kicker) { color: #c5d6e2; font-size: 17px; line-height: 1.7; }
.promise ul { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 0; }
.promise li { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.17); font-size: 14px; font-weight: 800; }
.promise li::before { content: "•"; color: #78b9e4; margin-right: 12px; }

.formats { background: white; }
.section-head { margin-bottom: 50px; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.section-head > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.format-grid article { min-height: 340px; padding: 38px; display: flex; flex-direction: column; background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(232,242,249,.66)); border: 1px solid rgba(255,255,255,.92); border-radius: var(--radius); backdrop-filter: blur(16px) saturate(135%); -webkit-backdrop-filter: blur(16px) saturate(135%); box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 14px 42px rgba(10,46,82,.07); transition: transform .2s, box-shadow .2s; }
.format-grid article:hover { transform: translateY(-6px); box-shadow: 0 18px 46px rgba(10,46,82,.1); }
.format-grid article.featured { background: var(--blue); color: white; border-color: var(--blue); }
.format-grid article > span { color: var(--blue-2); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.format-grid .featured > span { color: #9dc6e2; }
.format-grid h3 { margin: 34px 0 16px; font-size: 29px; line-height: 1.05; letter-spacing: -.04em; text-transform: uppercase; }
.format-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.format-grid .featured p { color: #c5d8e6; }
.format-grid a { margin-top: auto; padding-top: 26px; display: flex; align-items: center; justify-content: space-between; color: var(--blue); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.format-grid .featured a { color: white; }

.toronto-value { background: var(--paper); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.benefit-grid article { min-height: 310px; padding: 32px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(232,242,249,.68)); backdrop-filter: blur(16px) saturate(135%); -webkit-backdrop-filter: blur(16px) saturate(135%); box-shadow: inset 0 1px 0 white, 0 15px 42px rgba(10,46,82,.075); }
.benefit-icon { width: 54px; height: 54px; margin: 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--blue-3); font-size: 24px; }
.benefit-grid h3 { margin: auto 0 16px; font-size: clamp(24px, 2.6vw, 34px); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.toronto-band { min-height: 540px; padding: 100px max(clamp(24px, 7vw, 108px), calc((100vw - var(--content)) / 2)); display: flex; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: var(--blue); color: white; }
.toronto-band::before { content: ""; width: 690px; height: 690px; position: absolute; right: -170px; top: -250px; z-index: -1; border: 105px solid rgba(121,184,226,.14); border-radius: 50%; }
.toronto-band > div { max-width: 980px; }
.toronto-band p { margin: 0 0 25px; color: #aac9df; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.toronto-band h2 { margin: 0 0 40px; font-size: clamp(44px, 6.4vw, 88px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }

.toronto-events { background: white; }
.toronto-event-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.toronto-event-grid article { min-height: 0; padding: 36px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(232,242,249,.68)); backdrop-filter: blur(16px) saturate(135%); -webkit-backdrop-filter: blur(16px) saturate(135%); box-shadow: inset 0 1px 0 white, 0 16px 44px rgba(10,46,82,.08); }
.event-photo { width: auto; height: clamp(230px, 24vw, 320px); min-height: 230px; margin: -36px -36px 30px; position: relative; flex: 0 0 auto; overflow: hidden; background: var(--blue); }
.event-photo img { width: 100% !important; height: 100% !important; max-width: 100%; display: block; object-fit: cover; }
.event-photo-winter img { object-position: center 55%; }
.event-photo-spring img { object-position: center 52%; }
.event-photo-summer img { object-fit: contain; object-position: center; background: #061827; }
.event-photo-niagara img { object-position: center; }
.event-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.event-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: white; box-shadow: 0 8px 28px rgba(10,46,82,.08); font-size: 23px; }
.event-card-top time { color: var(--blue-2); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.toronto-event-grid h3 { margin: 30px 0 18px; font-size: clamp(30px, 3.5vw, 48px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }

.upcoming-event { background: #e9f1f6; }
.upcoming-card { min-height: 520px; padding: clamp(42px, 6vw, 80px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); gap: clamp(45px, 8vw, 110px); align-items: center; overflow: hidden; position: relative; isolation: isolate; border-radius: 26px; background: linear-gradient(135deg, #071d31 0%, #0a2e52 62%, #124d7d 100%); color: white; box-shadow: 0 28px 80px rgba(7,29,49,.18); }
.upcoming-card::after { content: ""; width: 520px; height: 520px; position: absolute; right: -220px; top: -230px; z-index: -1; border: 80px solid rgba(121,184,226,.12); border-radius: 50%; }
.upcoming-copy { max-width: 820px; }
.upcoming-copy .eyebrow { color: #9ec6e1; }
.upcoming-copy h2 { margin: 0; font-size: clamp(48px, 6vw, 84px); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.upcoming-copy > p:not(.eyebrow) { max-width: 720px; margin: 28px 0 34px; color: #c4d8e6; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.7; }
.upcoming-season { min-height: 330px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.upcoming-season span { color: #a9c9df; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.upcoming-season strong { font-size: clamp(48px, 5vw, 72px); line-height: .85; letter-spacing: -.06em; text-transform: uppercase; }
.upcoming-season i { position: absolute; right: 24px; bottom: 18px; font-size: 62px; font-style: normal; }
.toronto-event-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.toronto-event-grid a { margin-top: auto; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.toronto-event-grid a svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.niagara-band { min-height: 680px; padding: 100px clamp(24px, 7vw, 108px); display: flex; align-items: center; position: relative; isolation: isolate; background: #07192b; color: white; overflow: hidden; }
.niagara-band::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url('uibc-hero.png') right center / cover no-repeat; filter: saturate(.7); }
.niagara-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,18,33,.97), rgba(3,25,44,.74) 55%, rgba(3,25,44,.12)); }
.niagara-content { max-width: 960px; }
.niagara-content > p { margin: 0 0 25px; color: #aac9df; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.niagara-band h2 { margin-bottom: 40px; }

.today { background: var(--blue); color: white; }
.today-heading { margin-bottom: 48px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.today-heading > div { max-width: 940px; }
.today h2 { font-size: clamp(46px, 6.8vw, 94px); }
.live-badge { padding: 10px 13px; display: flex; align-items: center; gap: 10px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.35); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.live-badge i { width: 7px; height: 7px; border-radius: 50%; background: #8cc8ef; }
.route { background: white; color: var(--ink); }
.route article { min-height: 180px; padding: 32px 34px; display: grid; grid-template-columns: 110px minmax(0, 1fr) 52px; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); }
.route article:last-child { border-bottom: 0; }
.route-time { color: var(--blue-2); font-size: 33px; font-weight: 900; letter-spacing: -.05em; }
.route article span { color: #788692; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.route h3 { margin: 8px 0; font-size: clamp(23px, 2.5vw, 34px); letter-spacing: -.03em; }
.route p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.route article > a { width: 48px; height: 48px; display: grid; place-items: center; background: var(--blue); color: white; }
.route article > a svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.route-symbol { color: var(--blue-2) !important; font-size: 30px !important; justify-self: center; }
.today-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.today-actions .button-primary { background: #166091; }
.today-actions .button-outline { border-color: rgba(255,255,255,.55); color: white; }
.event-extras { margin-top: 60px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: 16px; }
.radio-card { min-height: 330px; padding: clamp(30px, 4vw, 52px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr); gap: 45px; align-items: center; background: #071d31; border: 1px solid rgba(255,255,255,.13); }
.radio-copy h3, .media-card h3 { margin: 0; font-size: clamp(31px, 3.5vw, 48px); line-height: 1; letter-spacing: -.05em; text-transform: uppercase; }
.radio-copy > p:last-child { max-width: 580px; margin: 22px 0 0; color: #abc1d2; font-size: 15px; line-height: 1.7; }
.radio-player { padding: 28px; background: white; color: var(--ink); }
.on-air { margin-bottom: 20px; display: flex; align-items: center; gap: 9px; color: var(--blue-2); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.on-air i { width: 8px; height: 8px; border-radius: 50%; background: #2585be; box-shadow: 0 0 0 5px rgba(37,133,190,.15); }
.station-list { margin-bottom: 22px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.station-button { min-height: 42px; padding: 8px 9px; border: 1px solid var(--line); background: #f2f6f9; color: #43515e; font: inherit; font-size: 10px; font-weight: 900; line-height: 1.2; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.station-button:hover { border-color: #8aa8be; color: var(--blue); }
.station-button.active { border-color: var(--blue); background: var(--blue); color: white; }
.station-button:focus-visible { outline: 3px solid rgba(18,77,125,.25); outline-offset: 2px; }
.player-heading { margin-bottom: 18px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.player-heading strong { font-size: 24px; letter-spacing: -.03em; }
.player-heading span { color: #758390; font-size: 10px; text-align: right; }
.player-main { padding: 20px; display: flex; align-items: center; gap: 18px; background: var(--blue); color: white; }
.main-play { width: 78px; height: 78px; flex: 0 0 78px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #78b9e4; color: #061a2e; box-shadow: 0 0 0 9px rgba(120,185,228,.17); font: inherit; font-size: 27px; cursor: pointer; transition: transform .2s, background .2s; }
.main-play:hover { transform: scale(1.05); background: white; }
.main-play:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.main-play.is-playing { background: white; }
.play-copy { display: flex; flex-direction: column; gap: 7px; }
.play-copy strong { font-size: 17px; text-transform: uppercase; }
.play-copy span { color: #bcd2e2; font-size: 10px; line-height: 1.45; }
.radio-player audio { display: none; }
.volume-control { margin-top: 15px; display: flex; align-items: center; gap: 12px; color: #758390; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.volume-control input { width: 100%; accent-color: var(--blue-2); cursor: pointer; }
.radio-hint { margin: 12px 0 0; color: #758390; font-size: 10px; line-height: 1.5; }
.radio-meta { margin-top: 18px; padding-top: 16px; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); color: #758390; font-size: 10px; }
.radio-meta a { display: flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 900; text-transform: uppercase; }
.radio-meta svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.media-card { min-height: 330px; padding: clamp(30px, 4vw, 52px); display: flex; flex-direction: column; justify-content: space-between; background: #e8f2f8; color: var(--ink); }
.media-date { width: fit-content; padding: 10px 13px; background: var(--blue); color: white; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.media-card .section-kicker { margin-bottom: 18px; }
.media-card h3 { font-size: clamp(29px, 3vw, 43px); }
.media-card p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.media-link { transition: transform .2s, box-shadow .2s; }
.media-link:hover { transform: translateY(-6px); box-shadow: 0 20px 55px rgba(4,25,44,.24); }
.media-cta { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.media-cta svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.community { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.community > div:first-child > p:last-child { max-width: 780px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.tags { display: flex; gap: 10px; flex-wrap: wrap; align-content: center; }
.tags span { padding: 13px 16px; background: white; border: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 900; text-transform: uppercase; }

.home-news { background: #e9f1f6; }
.home-news-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: 16px; }
.home-news-featured { min-height: 540px; padding: clamp(34px, 5vw, 64px); display: flex; flex-direction: column; justify-content: space-between; position: relative; isolation: isolate; overflow: hidden; border-radius: var(--radius); background: #071d31; color: white; }
.home-news-featured::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,18,33,.96), rgba(3,25,44,.52)), url('uibc-hero.png') center / cover no-repeat; }
.home-news-featured::after { content: ""; width: 300px; height: 300px; position: absolute; right: -90px; top: -100px; z-index: -1; border: 45px solid rgba(121,184,226,.18); border-radius: 50%; }
.news-chip { width: fit-content; padding: 10px 13px; background: #79b8e2; color: #061a2e; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-news-featured time { color: #a9c9df; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.home-news-featured h3 { max-width: 780px; margin: 16px 0 18px; font-size: clamp(36px, 5vw, 66px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.home-news-featured p { max-width: 650px; margin: 0; color: #bfd2e0; font-size: 15px; line-height: 1.7; }
.news-read { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; color: white; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.news-read svg, .home-news-list svg, .news-story-card a svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.home-news-list { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.home-news-list a { min-height: 180px; padding: 28px 30px; display: grid; grid-template-columns: 90px minmax(0, 1fr) 24px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); transition: color .2s, padding .2s; }
.home-news-list a:hover { padding-left: 38px; color: var(--blue-2); }
.home-news-list a:last-child { border-bottom: 0; }
.home-news-list time { color: #7d8b97; font-size: 10px; font-weight: 900; letter-spacing: .05em; }
.home-news-list strong { font-size: 18px; line-height: 1.35; }
.news-all-button { margin-top: 26px; }

.social { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .8fr); gap: clamp(60px, 10vw, 150px); background: white; }
.social-copy > p:last-child { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.social-list { border-top: 1px solid var(--line); }
.social-list a { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); transition: padding .2s, color .2s; }
.social-list a:hover { padding-left: 9px; color: var(--blue-2); }
.social-list a > span { display: flex; flex-direction: column; gap: 6px; }
.social-list strong { font-size: 17px; }
.social-list small { color: #83909b; font-size: 12px; }
.icon-social-list a { justify-content: flex-start; }
.icon-social-list .social-symbol { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; border-radius: 50%; background: var(--blue); color: white; font-size: 18px; font-weight: 900; text-transform: none; }
.icon-social-list .social-label { min-width: 0; }
.icon-social-list a > svg { margin-left: auto; }
.contact-section { background: var(--paper); }
.contact-panel { margin-top: 28px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); grid-column: 1 / -1; overflow: hidden; border-radius: 24px; background: var(--blue); color: white; }
.standalone-contact-panel { margin-top: 0; grid-column: auto; }
.contact-copy { padding: clamp(42px, 6vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.contact-copy h3 { margin: 0; font-size: clamp(40px, 5.2vw, 72px); line-height: .94; letter-spacing: -.06em; text-transform: uppercase; }
.contact-copy > p:last-child { max-width: 620px; margin: 28px 0 0; color: #bfd3e2; font-size: 16px; line-height: 1.75; }
.contact-form { padding: clamp(34px, 5vw, 66px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; background: #071d31; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; }
.contact-form label > span { color: #a9c2d4; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.2); border-radius: 0; outline: 0; background: rgba(255,255,255,.07); color: white; font: inherit; font-size: 14px; }
.contact-form input, .contact-form select { height: 54px; padding: 0 16px; }
.contact-form textarea { min-height: 150px; padding: 16px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #7e97aa; }
.contact-form select { color-scheme: dark; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #79b8e2; box-shadow: 0 0 0 3px rgba(121,184,226,.14); }
.contact-message, .contact-submit, .contact-note { grid-column: 1 / -1; }
.contact-honeypot { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }
.contact-submit { width: 100%; border: 0; cursor: pointer; }
.contact-submit svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.contact-note { margin: -2px 0 0; color: #7892a6; font-size: 10px; line-height: 1.55; }

.site-footer { min-height: 0; padding: clamp(58px, 7vw, 92px) max(clamp(24px, 7vw, 108px), calc((100vw - var(--content)) / 2)) 34px; position: relative; display: grid; gap: 36px; overflow: hidden; background: radial-gradient(circle at 86% 0%, rgba(35,118,178,.2), transparent 34rem), linear-gradient(150deg, #071d31, #030b13 68%); color: white; }
.footer-glow { width: 520px; height: 520px; position: absolute; right: -240px; top: -310px; border: 78px solid rgba(121,184,226,.07); border-radius: 50%; pointer-events: none; }
.footer-heading { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.footer-heading .footer-brand { color: white; }
.footer-brand .brand-main { font-size: clamp(34px, 4vw, 56px); letter-spacing: -.075em; }
.footer-heading p { max-width: 360px; margin: 0; color: #8da8bc; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.footer-social-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.footer-social-grid > a { min-height: 146px; padding: 20px; display: grid; grid-template-columns: 50px minmax(0, 1fr) 20px; align-items: center; gap: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.035)); backdrop-filter: blur(20px) saturate(145%); -webkit-backdrop-filter: blur(20px) saturate(145%); box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 18px 42px rgba(0,0,0,.12); transition: transform .24s ease, border-color .24s ease, background .24s ease; }
.footer-social-grid > a:hover { transform: translateY(-4px); border-color: rgba(121,184,226,.45); background: linear-gradient(145deg, rgba(121,184,226,.16), rgba(255,255,255,.05)); }
.footer-social-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: white; box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 24px rgba(0,0,0,.18); }
.footer-social-icon.is-facebook { background: #1877f2; }
.footer-social-icon.is-instagram { background: linear-gradient(145deg, #833ab4, #fd1d1d 58%, #fcb045); }
.footer-social-icon.is-linkedin { background: #0a66c2; }
.footer-social-icon.is-youtube { background: #ff0033; }
.footer-social-icon svg { width: 24px; height: 24px; fill: currentColor; }
.footer-social-icon.is-instagram svg { fill: none; stroke: currentColor; stroke-width: 1.7; }
.footer-social-icon.is-instagram .social-dot { fill: currentColor; stroke: none; }
.footer-social-grid > a > span:nth-child(2) { min-width: 0; display: grid; gap: 6px; }
.footer-social-grid strong { font-size: 15px; }
.footer-social-grid small { overflow: hidden; color: #87a0b4; font-size: 10px; line-height: 1.35; text-overflow: ellipsis; }
.footer-arrow { width: 20px; fill: none; stroke: #9cc9e6; stroke-width: 1.8; transition: transform .2s ease; }
.footer-social-grid a:hover .footer-arrow { transform: translateX(3px); }
.footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #607b90; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* Українське радіо */
.radio-page-hero { min-height: 620px; padding: clamp(95px, 12vw, 160px) clamp(24px, 7vw, 108px) 78px; display: flex; align-items: flex-end; justify-content: space-between; gap: 55px; position: relative; isolation: isolate; overflow: hidden; background: #071d31; color: white; }
.radio-page-hero::before { content: ""; width: 700px; height: 700px; position: absolute; right: -210px; top: -290px; z-index: -1; border: 104px solid rgba(121,184,226,.13); border-radius: 50%; }
.radio-page-hero > div { max-width: 1050px; }
.radio-page-hero .eyebrow { color: #a9c9df; }
.radio-hero-icon { width: 64px; height: 64px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 50%; background: #79b8e2; color: #061a2e; font-size: 33px; }
.radio-page-hero h1 { margin: 0; font-size: clamp(66px, 9.6vw, 138px); line-height: .83; letter-spacing: -.075em; text-transform: uppercase; }
.radio-page-hero h1 span { color: #79b8e2; }
.radio-page-hero > div > p:last-child { max-width: 690px; margin: 34px 0 0; color: #c3d5e2; font-size: clamp(17px, 1.8vw, 22px); line-height: 1.65; }
.canada-radio-note { flex: 0 0 auto; padding: 12px 14px; border: 1px solid rgba(255,255,255,.3); color: #c3d5e2; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.radio-page-content { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(520px, 1.3fr); gap: clamp(50px, 8vw, 115px); align-items: start; background: white; }
.radio-page-copy { position: sticky; top: 120px; }
.radio-page-copy h2 { margin: 0; font-size: clamp(44px, 6vw, 82px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.radio-page-copy > p:last-child { margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.radio-page-player-wrap { padding: clamp(20px, 3vw, 40px); background: var(--blue); box-shadow: 0 24px 70px rgba(10,46,82,.16); }
.radio-page-player-wrap .radio-player { width: 100%; }
.radio-back { background: var(--blue); color: white; }
.radio-back h2 { max-width: 980px; margin: 0; font-size: clamp(44px, 6.4vw, 88px); line-height: .94; letter-spacing: -.06em; text-transform: uppercase; }
.radio-back .button { margin-top: 34px; }

/* Gallery archive */
.gallery-header { top: 0; }
.gallery-hero { min-height: 620px; padding: clamp(95px, 12vw, 150px) max(clamp(24px, 7vw, 108px), calc((100vw - var(--content)) / 2)); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 70px; align-items: end; background: var(--blue); color: white; position: relative; overflow: hidden; isolation: isolate; }
.gallery-hero::before { content: ""; width: 620px; height: 620px; position: absolute; right: -180px; top: -210px; z-index: -1; border: 90px solid rgba(121,184,226,.13); border-radius: 50%; }
.gallery-hero-copy { max-width: 1050px; }
.gallery-hero .eyebrow { color: #a9c9df; }
.gallery-hero h1 { margin: 0; font-size: clamp(58px, 8.6vw, 126px); line-height: .86; letter-spacing: -.075em; text-transform: uppercase; }
.gallery-hero h1 span { color: #79b8e2; }
.gallery-hero-copy > p:last-child { max-width: 700px; margin: 34px 0 0; color: #c7d8e4; font-size: clamp(17px, 1.8vw, 22px); line-height: 1.65; }
.gallery-counter { width: 190px; padding: 26px; border: 1px solid rgba(255,255,255,.28); display: flex; align-items: flex-end; gap: 14px; }
.gallery-counter strong { color: #79b8e2; font-size: 66px; line-height: .8; letter-spacing: -.07em; }
.gallery-counter span { color: #c6d9e7; font-size: 10px; line-height: 1.5; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.albums-section { background: white; }
.albums-heading { align-items: end; }
.album-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.album-card { min-height: 570px; display: grid; grid-template-rows: 300px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); scroll-margin-top: 105px; transition: transform .22s, box-shadow .22s; }
.album-card:hover { transform: translateY(-6px); box-shadow: 0 20px 55px rgba(10,46,82,.12); }
.album-art { padding: 28px; display: flex; align-items: flex-end; justify-content: space-between; position: relative; overflow: hidden; color: white; isolation: isolate; background: #061827; }
.album-cover { width: 100% !important; height: 100% !important; position: absolute; inset: 0; z-index: 0; display: block; object-fit: cover; }
.album-winter .album-cover { object-position: center 55%; }
.album-spring .album-cover { object-position: center 52%; }
.album-summer .album-cover { object-fit: contain; object-position: center; background: #061827; }
.album-niagara .album-cover { object-position: center; }
.album-art::before, .album-art::after { content: ""; position: absolute; pointer-events: none; }
.album-art::before { inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4,24,43,.72), rgba(4,24,43,.08)); }
.album-art::after { width: 280px; height: 280px; right: -75px; top: -95px; z-index: 2; border: 48px solid rgba(255,255,255,.16); border-radius: 50%; }
.album-summer .album-art::before { background: linear-gradient(90deg, rgba(4,24,43,.34), rgba(4,24,43,.08)); }
.album-art > span { position: relative; z-index: 3; font-size: 82px; line-height: .8; font-weight: 900; letter-spacing: -.08em; }
.album-art > small { padding: 10px 13px; position: relative; z-index: 3; border: 1px solid rgba(255,255,255,.45); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.album-copy { padding: 34px; display: flex; flex-direction: column; }
.album-date { margin: 0 0 17px; color: var(--blue-2); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.album-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.album-copy > p:not(.album-date) { margin: 20px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.album-action, .album-status { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.album-action { display: flex; align-items: center; justify-content: space-between; color: var(--blue); }
.album-action svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.album-status { color: #788692; }
.archive-note { background: var(--blue); color: white; }
.archive-note h2 { max-width: 900px; margin: 0; font-size: clamp(43px, 6vw, 82px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.archive-note > p:not(.section-kicker) { max-width: 760px; margin: 30px 0 0; color: #c4d7e5; font-size: 17px; line-height: 1.75; }
.archive-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }

/* Niagara album */
.album-detail-hero { min-height: 760px; padding: clamp(100px, 12vw, 160px) clamp(24px, 7vw, 108px) 95px; display: flex; align-items: flex-end; position: relative; isolation: isolate; overflow: hidden; background: #061827; color: white; }
.album-detail-image { position: absolute; inset: 0; z-index: -3; }
.album-detail-image img { object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.08); }
.album-detail-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,17,31,.98), rgba(5,28,50,.72) 58%, rgba(4,20,35,.12)), linear-gradient(0deg, rgba(4,18,32,.8), transparent 58%); }
.album-detail-copy { max-width: 1070px; }
.album-detail-copy .eyebrow { color: #a9c9df; }
.album-detail-copy h1 { margin: 0; font-size: clamp(54px, 7.8vw, 112px); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.album-detail-copy h1 span { color: #79b8e2; }
.album-detail-copy > p:not(.eyebrow) { max-width: 760px; margin: 32px 0; color: #cfdae2; font-size: clamp(17px, 1.8vw, 21px); line-height: 1.65; }
.album-story { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 9vw, 130px); align-items: start; background: white; }
.album-story h2, .media-groups h2, .album-next h2 { margin: 0; font-size: clamp(43px, 6vw, 82px); line-height: .96; letter-spacing: -.06em; text-transform: uppercase; }
.album-story > p { margin: 34px 0 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.media-groups { background: var(--paper); }
.media-group-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.media-group { min-height: 260px; padding: 34px; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 24px; align-items: start; background: white; border: 1px solid var(--line); }
.media-group > span { color: var(--blue-2); font-size: 25px; font-weight: 900; letter-spacing: -.05em; }
.media-group h3 { margin: 0; font-size: clamp(25px, 3vw, 36px); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.media-group p { margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.media-group small { grid-column: 2; align-self: end; padding-top: 20px; border-top: 1px solid var(--line); color: #788692; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.featured-media-group { background: var(--blue); color: white; border-color: var(--blue); }
.featured-media-group > span { color: #83bde5; }
.featured-media-group p, .featured-media-group small { color: #bed2e1; }
.featured-media-group small { border-color: rgba(255,255,255,.18); }
.album-next { background: var(--blue); color: white; }
.album-next h2 { max-width: 900px; }
.album-next .button { margin-top: 34px; }

/* Newsroom */
.news-posts-page { min-height: 100vh; padding-top: clamp(118px, 9vw, 142px); background: linear-gradient(180deg, #edf4f8 0, #f8fbfd 170px, #fff 430px); }
.news-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.news-post-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: rgba(255,255,255,.86); border: 1px solid rgba(153,179,199,.38); border-radius: 22px; box-shadow: 0 18px 48px rgba(7,37,65,.08); scroll-margin-top: 110px; transition: transform .25s ease, box-shadow .25s ease; }
.news-post-card:hover { transform: translateY(-5px); box-shadow: 0 24px 58px rgba(7,37,65,.12); }
.news-post-image { height: clamp(220px, 25vw, 340px); position: relative; overflow: hidden; background: #071d31; }
.news-post-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s ease; }
.news-post-card:hover .news-post-image img { transform: scale(1.025); }
.news-post-card:nth-child(3) .news-post-image img { object-position: center 24%; }
.news-post-body { min-height: 370px; padding: 28px 28px 26px; display: flex; flex-direction: column; }
.news-post-body h2 { margin: 26px 0 16px; font-size: clamp(25px, 2.5vw, 38px); line-height: 1; letter-spacing: -.05em; text-transform: uppercase; }
.news-post-body > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.news-post-body > a { margin-top: auto; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.news-page-hero { min-height: 610px; padding: clamp(95px, 12vw, 160px) clamp(24px, 7vw, 108px) 75px; display: flex; align-items: flex-end; justify-content: space-between; gap: 55px; position: relative; isolation: isolate; overflow: hidden; background: #071d31; color: white; }
.news-page-hero::before { content: ""; width: 720px; height: 720px; position: absolute; right: -230px; top: -300px; z-index: -1; border: 105px solid rgba(121,184,226,.12); border-radius: 50%; }
.news-page-hero > div { max-width: 1050px; }
.news-page-hero .eyebrow { color: #a9c9df; }
.news-page-hero h1 { margin: 0; font-size: clamp(68px, 10vw, 144px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.news-page-hero h1 span { color: #79b8e2; }
.news-page-hero > div > p:last-child { max-width: 720px; margin: 34px 0 0; color: #c3d5e2; font-size: clamp(17px, 1.8vw, 22px); line-height: 1.65; }
.news-page-hero > time { flex: 0 0 auto; padding: 12px 14px; border: 1px solid rgba(255,255,255,.32); color: #c3d5e2; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.featured-story { padding-top: 0; display: grid; grid-template-columns: 1fr 1fr; background: white; }
.featured-story-image { min-height: 720px; position: relative; overflow: hidden; }
.featured-story-image img { object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.08); }
.featured-story-copy { padding: clamp(45px, 6vw, 82px); display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.featured-story-copy time { margin-top: 30px; color: var(--blue-2); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.featured-story-copy h2 { margin: 20px 0 24px; font-size: clamp(40px, 5.2vw, 72px); line-height: .93; letter-spacing: -.06em; text-transform: uppercase; }
.featured-story-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.featured-story-copy .button { width: fit-content; margin-top: 34px; }
.news-feed { background: white; }
.news-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.news-story-card { min-height: 390px; padding: 36px; display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 24px; border: 1px solid var(--line); background: var(--paper); scroll-margin-top: 105px; }
.news-story-number { color: var(--blue-2); font-size: 39px; font-weight: 900; letter-spacing: -.07em; }
.news-story-body { display: flex; flex-direction: column; }
.news-story-meta { display: flex; justify-content: space-between; gap: 20px; color: #7f8c97; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.news-story-meta span { color: var(--blue-2); }
.news-story-card h3 { margin: 34px 0 18px; font-size: clamp(28px, 3.4vw, 43px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.news-story-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.news-story-card a { margin-top: auto; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.news-media { background: #e5f0f7; }
.news-summer { background: #fff7df; }
.news-spring { background: #edf6f0; }
.news-winter { background: #eef4f8; }
.news-footer-cta, .article-next { background: var(--blue); color: white; }
.news-footer-cta h2, .article-next h2 { max-width: 970px; margin: 0; font-size: clamp(44px, 6.4vw, 88px); line-height: .94; letter-spacing: -.06em; text-transform: uppercase; }
.news-footer-cta > div { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }

/* News article */
.news-article-hero { min-height: 760px; padding: clamp(100px, 12vw, 160px) clamp(24px, 7vw, 108px) 90px; display: flex; align-items: flex-end; position: relative; isolation: isolate; overflow: hidden; background: #061827; color: white; }
.news-article-hero-image { position: absolute; inset: 0; z-index: -3; }
.news-article-hero-image img { object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.08); }
.news-article-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,17,31,.98), rgba(5,28,50,.7) 62%, rgba(4,20,35,.12)), linear-gradient(0deg, rgba(4,18,32,.82), transparent 58%); }
.news-article-hero-copy { max-width: 1120px; }
.news-article-hero-copy .eyebrow { color: #a9c9df; }
.news-article-hero-copy h1 { margin: 0; font-size: clamp(54px, 7.4vw, 108px); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.news-article-hero-copy > p:last-child { margin: 27px 0 0; color: #bcd2e2; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.news-article-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: clamp(55px, 9vw, 130px); justify-content: center; align-items: start; background: white; }
.news-article-layout aside { padding-top: 8px; display: flex; flex-direction: column; gap: 12px; position: sticky; top: 120px; }
.news-article-layout aside span { color: var(--blue-2); font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.news-article-layout aside strong { font-size: 20px; line-height: 1.3; }
.news-article-layout aside p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.news-article-body { font-size: 18px; line-height: 1.85; color: #34424f; }
.news-article-body p { margin: 0 0 27px; }
.news-article-body .article-lead { margin-bottom: 20px; color: var(--blue); font-size: clamp(38px, 5vw, 62px); line-height: 1; font-weight: 900; letter-spacing: -.05em; text-transform: uppercase; }
.news-article-body blockquote { margin: 42px 0; padding: 8px 0 8px 30px; border-left: 6px solid #79b8e2; color: var(--blue); font-size: clamp(24px, 3vw, 35px); line-height: 1.35; font-weight: 800; letter-spacing: -.03em; }
.news-article-body h2 { margin: 58px 0 22px; color: var(--ink); font-size: clamp(36px, 4vw, 52px); line-height: 1; letter-spacing: -.05em; text-transform: uppercase; }
.news-article-body .button { margin-top: 8px; }
.article-next .button { margin-top: 34px; }

@media (max-width: 1180px) and (min-width: 981px) {
  .site-header { padding-inline: 22px; gap: 18px; }
  .desktop-nav { gap: 11px; }
  .desktop-nav a { font-size: 10px; }
  .media-menu summary { font-size: 10px; }
  .language-picker > summary { min-width: 98px; padding-inline: 10px; }
  .gallery-header .header-cta { display: none; }
  .toronto-event-grid article { padding: 28px; }
  .event-photo { height: 245px; min-height: 245px; margin: -28px -28px 26px; }
}

@media (max-width: 980px) {
  .news-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .desktop-nav, .header-cta { display: none; }
  .footer-social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mobile-menu { display: block; }
  .mobile-menu summary { width: 40px; height: 40px; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 5px; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 24px; height: 2px; background: var(--ink); }
  .mobile-menu summary span:nth-child(2) { width: 17px; }
  .mobile-menu nav { width: 264px; max-height: calc(100vh - 90px); overflow-y: auto; padding: 14px; display: flex; flex-direction: column; position: absolute; right: 0; top: 48px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 50px rgba(0,0,0,.13); }
  .mobile-menu nav a { padding: 13px 12px; font-size: 13px; font-weight: 800; }
  .mobile-media-menu { border-block: 1px solid var(--line); }
  .mobile-media-menu > summary { width: 100%; height: auto; padding: 13px 12px; flex-direction: row; align-items: center; justify-content: space-between; color: var(--ink); font-size: 13px; font-weight: 800; list-style: none; }
  .mobile-media-menu > summary span { width: auto !important; height: auto !important; color: var(--blue-2); background: transparent !important; font-size: 18px; }
  .mobile-media-menu > div { padding: 0 0 8px 10px; display: grid; }
  .mobile-media-menu > div a { padding: 10px 12px; color: var(--muted); font-size: 12px; }
  .mobile-language-picker { margin-top: 8px; }
  .mobile-menu .mobile-language-picker > summary { width: 100%; height: 46px; padding: 0 14px; flex-direction: row; align-items: center; justify-content: flex-start; gap: 10px; }
  .mobile-menu .mobile-language-picker > summary span { width: auto; height: auto; flex: 1; color: #243646; background: transparent; text-align: left; }
  .mobile-menu .mobile-language-picker > summary .language-picker-chevron { width: 7px; height: 7px; flex: 0 0 auto; background: transparent; }
  .mobile-language-picker .language-picker-menu { width: 100%; margin-top: 8px; position: static; box-shadow: inset 0 1px 0 white, 0 12px 30px rgba(7,29,49,.12); }
  .hero-content { width: 90%; }
  .intro-grid, .promise, .community, .social, .contact-panel { grid-template-columns: 1fr; }
  .promise-image { min-height: 520px; }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .toronto-event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .upcoming-card { grid-template-columns: 1fr; }
  .upcoming-season { min-height: 260px; }
  .community, .social { gap: 55px; }
  .event-extras, .radio-card { grid-template-columns: 1fr; }
  .gallery-hero { grid-template-columns: 1fr; align-items: end; }
  .gallery-counter { width: fit-content; }
  .album-story { grid-template-columns: 1fr; gap: 45px; }
  .home-news-grid, .featured-story { grid-template-columns: 1fr; }
  .featured-story-image { min-height: 520px; }
  .news-page-hero { align-items: flex-start; flex-direction: column; justify-content: flex-end; }
  .news-article-layout { grid-template-columns: 1fr; }
  .news-article-layout aside { padding-bottom: 28px; border-bottom: 1px solid var(--line); position: static; }
  .radio-page-hero { align-items: flex-start; flex-direction: column; justify-content: flex-end; }
  .radio-page-content { grid-template-columns: 1fr; }
  .radio-page-copy { position: static; }
}

@media (max-width: 660px) {
  .news-posts-page { padding-top: 100px; }
  .news-post-grid { grid-template-columns: 1fr; }
  .news-post-image { height: 240px; }
  .news-post-body { min-height: 330px; padding: 24px 22px; }
  .today-bar { min-height: 42px; padding: 8px 16px; justify-content: flex-start; gap: 10px; white-space: nowrap; overflow: hidden; }
  .today-bar > span:not(.pulse), .today-bar a { display: none; }
  .site-header { width: calc(100% - 20px); height: 66px; margin: 10px auto; padding: 0 16px; top: 10px; border-radius: 20px; }
  .brand-main { font-size: 27px; }
  .brand-city { font-size: 10px; }
  .hero { min-height: 760px; padding: 76px 22px 150px; align-items: flex-start; }
  .hero-image { background-position: 62% center; opacity: .76; }
  .club-hero .hero-image { background-position: 21% center; }
  .toronto-hero .hero-image { background-position: 13% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,17,31,.97), rgba(4,24,43,.66)), linear-gradient(0deg, rgba(3,17,31,.92), transparent 65%); }
  .hero-content { width: 100%; }
  .hero h1 { font-size: clamp(52px, 17vw, 76px); line-height: .88; }
  .hero-copy { margin-top: 26px; font-size: 16px; }
  .hero-actions { margin-top: 30px; flex-direction: column; }
  .hero-actions .button { width: 100%; justify-content: flex-start; }
  .hero-note { left: 22px; right: auto; bottom: 32px; align-items: flex-start; }
  .hero-slider-ui { left: 22px; right: auto; bottom: 25px; justify-items: start; }
  .hero-slider-caption { display: none; }
  .hero-slider-controls { gap: 5px; }
  .hero-slider-count { display: none; }
  .hero-slider-dots { padding-inline: 3px; }
  .stats { width: calc(100% - 32px); margin-top: 20px; grid-template-columns: 1fr; border-radius: 18px; }
  .stats article { min-height: 98px; padding: 20px 22px; border-right: 0; }
  .stats strong { min-width: 112px; font-size: 39px; }
  .section { padding: 76px 22px; }
  .intro h2, .promise h2, .section-head h2, .niagara-band h2, .today h2, .community h2, .social h2 { font-size: clamp(40px, 12vw, 57px); }
  .intro-copy { font-size: 16px; }
  .city-network { padding: 14px; }
  .city-network-grid { grid-template-columns: 1fr; }
  .city-network-grid span { min-height: 70px; }
  .promise { padding-top: 0; }
  .promise-image { min-height: 430px; background-position: 73% center; }
  .promise-copy { padding: 54px 24px; }
  .section-head { display: block; }
  .section-head > p { margin-top: 20px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-grid article { min-height: 285px; padding: 30px; }
  .benefit-grid, .toronto-event-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 270px; padding: 28px 24px; }
  .toronto-band { min-height: 540px; padding: 76px 22px; }
  .toronto-band::before { width: 440px; height: 440px; right: -210px; top: -150px; border-width: 70px; }
  .toronto-event-grid article { min-height: 0; padding: 28px 24px; }
  .event-photo { height: 220px; min-height: 220px; margin: -28px -24px 26px; }
  .upcoming-card { min-height: 0; padding: 36px 24px; border-radius: 20px; }
  .upcoming-copy h2 { font-size: clamp(42px, 12vw, 60px); }
  .upcoming-season { min-height: 220px; padding: 26px; }
  .home-radio-link { width: calc(100% - 44px); min-height: 84px; margin: 20px 22px; padding: 15px 17px; grid-template-columns: 46px minmax(0, 1fr) 20px; gap: 13px; border-radius: 14px; }
  .home-radio-icon { width: 46px; height: 46px; font-size: 21px; }
  .home-radio-link strong { font-size: 17px; }
  .niagara-band { min-height: 590px; padding: 76px 22px; align-items: flex-end; }
  .niagara-band::before { background-position: 69% center; }
  .niagara-band::after { background: linear-gradient(0deg, rgba(3,18,33,.98), rgba(3,25,44,.32)); }
  .today-heading { align-items: flex-start; flex-direction: column; }
  .route article { min-height: 0; padding: 26px 20px; grid-template-columns: 74px minmax(0, 1fr); gap: 15px; align-items: start; }
  .route-time { font-size: 25px; }
  .route article > a, .route-symbol { grid-column: 2; margin-top: 8px; }
  .route h3 { font-size: 23px; }
  .today-actions { flex-direction: column; }
  .today-actions .button { width: 100%; justify-content: space-between; }
  .event-extras { margin-top: 45px; grid-template-columns: 1fr; }
  .radio-card { min-height: 0; padding: 34px 20px 20px; gap: 28px; }
  .radio-player { padding: 20px 16px; }
  .station-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .player-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .player-heading span { text-align: left; }
  .radio-meta { align-items: flex-start; flex-direction: column; }
  .media-card { min-height: 360px; padding: 34px 24px; }
  .player-main { padding: 18px 15px; }
  .main-play { width: 68px; height: 68px; flex-basis: 68px; }
  .tags { gap: 8px; }
  .social { gap: 45px; }
  .social-list a { min-height: 90px; }
  .icon-social-list .social-symbol { width: 44px; height: 44px; flex-basis: 44px; }
  .contact-panel { margin-top: 10px; }
  .contact-copy { padding: 52px 24px; }
  .contact-form { padding: 34px 20px; grid-template-columns: 1fr; }
  .contact-message, .contact-submit, .contact-note { grid-column: 1; }
  .site-footer { padding: 58px 22px 28px; gap: 28px; }
  .footer-heading { align-items: flex-start; flex-direction: column; }
  .footer-heading p { text-align: left; }
  .footer-social-grid { grid-template-columns: 1fr; }
  .footer-social-grid > a { min-height: 94px; border-radius: 16px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .gallery-hero { min-height: 650px; padding: 90px 22px 70px; }
  .gallery-hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .gallery-counter { width: 100%; }
  .album-grid, .media-group-grid { grid-template-columns: 1fr; }
  .album-card { min-height: 0; grid-template-rows: 210px 1fr; }
  .album-copy { padding: 28px 24px; }
  .archive-actions { flex-direction: column; }
  .archive-actions .button { width: 100%; justify-content: space-between; }
  .album-detail-hero { min-height: 700px; padding: 95px 22px 70px; }
  .album-detail-shade { background: linear-gradient(0deg, rgba(3,17,31,.98), rgba(5,28,50,.42)); }
  .album-detail-copy h1 { font-size: clamp(46px, 13vw, 68px); }
  .media-group { min-height: 230px; padding: 28px 22px; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; }
  .home-news-grid { grid-template-columns: 1fr; }
  .home-news-featured { min-height: 500px; padding: 30px 24px; }
  .home-news-list a { min-height: 145px; padding: 24px 20px; grid-template-columns: 72px minmax(0, 1fr) 18px; gap: 12px; }
  .home-news-list strong { font-size: 16px; }
  .news-page-hero { min-height: 620px; padding: 95px 22px 65px; }
  .news-page-hero h1 { font-size: clamp(58px, 18vw, 86px); }
  .news-page-hero > time { width: 100%; }
  .featured-story-image { min-height: 420px; }
  .featured-story-copy { padding: 54px 22px; }
  .featured-story-copy .button { width: 100%; justify-content: space-between; }
  .news-story-grid { grid-template-columns: 1fr; }
  .news-story-card { min-height: 350px; padding: 28px 22px; grid-template-columns: 44px minmax(0, 1fr); gap: 18px; }
  .news-story-number { font-size: 29px; }
  .news-story-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .news-footer-cta > div { flex-direction: column; }
  .news-footer-cta .button { width: 100%; justify-content: space-between; }
  .news-article-hero { min-height: 700px; padding: 95px 22px 70px; }
  .news-article-hero-shade { background: linear-gradient(0deg, rgba(3,17,31,.98), rgba(5,28,50,.42)); }
  .news-article-hero-copy h1 { font-size: clamp(45px, 13vw, 66px); }
  .news-article-body { font-size: 17px; }
  .news-article-body blockquote { margin: 34px 0; padding-left: 22px; }
  .article-next .button { width: 100%; justify-content: space-between; }
  .radio-page-hero { min-height: 650px; padding: 95px 22px 64px; }
  .radio-page-hero h1 { font-size: clamp(56px, 17vw, 80px); }
  .canada-radio-note { width: 100%; }
  .radio-page-player-wrap { padding: 12px; }
  .radio-back .button { width: 100%; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .site-preloader::before, .preloader-wordmark { animation: none; }
}

/* Static HTML radio dialog */
section[id] { scroll-margin-top: 82px; }
.radio-dialog { width: min(760px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 0; overflow: auto; border: 0; background: #071d31; color: white; box-shadow: 0 34px 100px rgba(2,16,29,.45); }
.radio-dialog::backdrop { background: rgba(2,13,24,.75); backdrop-filter: blur(6px); }
.radio-dialog-bar { min-height: 74px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); }
.radio-dialog-bar > div { display: flex; align-items: center; gap: 12px; }
.radio-dialog-bar > div > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #79b8e2; color: #061a2e; font-size: 23px; }
.radio-dialog-bar strong { font-size: 18px; text-transform: uppercase; letter-spacing: .04em; }
.radio-close { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: white; font: inherit; font-size: 27px; line-height: 1; cursor: pointer; }
.radio-dialog-copy { padding: 24px 28px 0; color: #bfd2e0; font-size: 14px; line-height: 1.7; }
.radio-dialog .radio-player { margin: 24px 28px 28px; }
.album-action > span, .toronto-event-grid a > span, .home-news-list a > span { margin-left: auto; }
.icon-social-list a > span:last-child { margin-left: auto; }

@media (max-width: 660px) {
  .radio-dialog { width: calc(100% - 18px); max-height: calc(100vh - 18px); }
  .radio-dialog-copy { padding: 20px 16px 0; }
  .radio-dialog .radio-player { margin: 18px 10px 10px; }
}

/* Nova Post article and static password screen */
.home-news-nova { color: white; text-decoration: none; background: linear-gradient(145deg, #ef3124, #b80f18); }
.home-news-nova time, .home-news-nova p { color: rgba(255,255,255,.76); }
.home-news-nova .news-chip { background: white; color: #b80f18; }
.news-read { display: inline-block; margin-top: 20px; color: white; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.nova-post-hero { min-height: 720px; align-items: flex-end; background: linear-gradient(125deg, #071d31 0 47%, #c5181f 47% 100%); }
.nova-post-hero::after { content: ""; width: min(45vw, 680px); aspect-ratio: 1; position: absolute; right: -10vw; top: -18vw; z-index: -1; border: clamp(60px, 8vw, 120px) solid rgba(255,255,255,.1); border-radius: 50%; }
.nova-post-hero-mark { width: min(36vw, 470px); position: absolute; right: max(clamp(24px, 7vw, 108px), calc((100vw - var(--content)) / 2)); top: 50%; transform: translateY(-45%); display: flex; flex-direction: column; color: white; text-transform: uppercase; }
.nova-post-hero-mark span, .nova-post-hero-mark strong { font-size: clamp(72px, 9vw, 142px); line-height: .7; letter-spacing: -.085em; }
.nova-post-hero-mark span { font-weight: 350; }
.nova-post-hero-mark strong { font-weight: 950; }
.nova-post-hero .news-article-hero-copy { max-width: 800px; position: relative; z-index: 2; }
.news-article-photo { width: min(100%, 680px); margin: 12px auto 42px; overflow: hidden; border-radius: 24px; background: #eef3f6; box-shadow: 0 24px 62px rgba(7,29,49,.16); }
.news-article-photo img { width: 100%; height: auto; display: block; }
.article-steps { margin: 14px 0 46px; padding: 0; list-style: none; display: grid; gap: 12px; }
.article-steps li { padding: 22px; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; align-items: start; border: 1px solid rgba(153,179,199,.42); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(232,242,249,.7)); box-shadow: 0 12px 34px rgba(7,37,65,.06); }
.article-steps li > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #e52629; color: white; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.article-steps strong { display: block; margin: 2px 0 7px; color: var(--ink); font-size: 18px; line-height: 1.3; }
.article-steps p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.protected-static-page { min-height: 100vh; background: #02070c; }
.protected-static-page.is-story-unlocked { background: var(--paper); }
.protected-story[hidden], [data-protected-content][hidden] { display: none !important; }
.protected-story { min-height: 100vh; padding: 130px 24px 70px; position: relative; display: grid; place-items: center; isolation: isolate; overflow: hidden; background: #02070c; color: white; }
.protected-story > img { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -3; object-fit: cover; object-position: center 38%; filter: saturate(.62) contrast(1.1) brightness(.35); transform: scale(1.03); }
.protected-story-shade { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 70% 30%, rgba(229,38,41,.18), transparent 34%), linear-gradient(90deg, rgba(2,7,12,.96), rgba(2,7,12,.72)); }
.protected-brand { position: absolute; top: 28px; left: clamp(22px, 5vw, 72px); color: white; font-size: 25px; font-weight: 950; letter-spacing: -.04em; text-decoration: none; }
.protected-brand span { margin-left: 8px; color: #79b8e2; font-weight: 700; }
.protected-story-panel { width: min(100%, 650px); padding: clamp(32px, 5vw, 58px); position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: linear-gradient(145deg, rgba(15,27,38,.88), rgba(3,10,16,.78)); backdrop-filter: blur(28px) saturate(140%); -webkit-backdrop-filter: blur(28px) saturate(140%); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 34px 90px rgba(0,0,0,.5); }
.protected-story-icon { width: 58px; height: 58px; margin-bottom: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 18px; background: rgba(255,255,255,.08); font-size: 23px; }
.protected-story-panel .eyebrow { margin-bottom: 18px; color: #f07b7c; }
.protected-story-panel h1 { max-width: 560px; margin: 0; font-size: clamp(44px, 7vw, 78px); line-height: .92; letter-spacing: -.065em; text-transform: uppercase; }
.protected-story-panel > p:not(.eyebrow) { max-width: 530px; margin: 25px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }
.protected-story-panel form { margin-top: 34px; }
.protected-story-panel label { display: block; margin-bottom: 10px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.protected-story-field { padding: 6px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px; border: 1px solid rgba(255,255,255,.22); border-radius: 17px; background: rgba(255,255,255,.08); }
.protected-story-field input { min-width: 0; height: 54px; padding: 0 17px; border: 0; outline: 0; background: transparent; color: white; font: inherit; font-size: 16px; }
.protected-story-field input::placeholder { color: rgba(255,255,255,.4); }
.protected-story-field button { min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 11px; background: #e52629; color: white; font: inherit; font-size: 12px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.protected-story-error { margin: 14px 0 0 !important; color: #ff9b9c !important; font-size: 14px !important; font-weight: 700; }

@media (max-width: 660px) {
  .nova-post-hero { min-height: 700px; background: linear-gradient(165deg, #071d31 0 62%, #c5181f 62% 100%); }
  .nova-post-hero-mark { width: auto; right: 22px; top: 31%; transform: none; opacity: .2; }
  .nova-post-hero-mark span, .nova-post-hero-mark strong { font-size: clamp(70px, 22vw, 105px); }
  .protected-story { padding: 105px 18px 36px; }
  .protected-story-panel { padding: 30px 22px; border-radius: 22px; }
  .protected-story-panel h1 { font-size: clamp(40px, 12vw, 58px); }
  .protected-story-field { grid-template-columns: 1fr; }
  .protected-story-field button { width: 100%; justify-content: space-between; }
  .article-steps li { grid-template-columns: 44px minmax(0, 1fr); padding: 18px; gap: 14px; }
  .article-steps li > span { width: 44px; height: 44px; }
}

@media (max-width: 980px) {
  .site-header {
    width: auto;
    height: 68px;
    margin: 0;
    padding: 0 18px;
    position: fixed;
    top: 10px;
    right: 12px;
    left: 12px;
    z-index: 1000;
    border-radius: 20px;
    background: linear-gradient(120deg, rgba(255,255,255,.94), rgba(225,239,248,.88));
    backdrop-filter: blur(24px) saturate(170%);
    -webkit-backdrop-filter: blur(24px) saturate(170%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 14px 40px rgba(5,27,46,.2);
  }
  .mobile-menu { position: static; }
  .mobile-menu nav {
    width: min(300px, calc(100vw - 24px));
    max-height: calc(100vh - 96px);
    position: fixed;
    top: 86px;
    right: 12px;
    z-index: 1001;
  }
}
