:root{--red:#0067b5;--dark:#102b46;--muted:#5a7085;--line:#dce8f1;--paper:#fff;--soft:#f3f8fc}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--paper);color:var(--dark);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #db8b29;outline-offset:5px}button{cursor:pointer}header,main,footer{max-width:1280px;margin:auto}.header{height:112px;display:flex;justify-content:space-between;align-items:center;padding:20px 48px;border-bottom:1px solid var(--line)}.identity{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.05em;font-size:17px}.identity img{object-fit:contain;width:48px;height:62px}.identity small{display:block;font-size:11px;letter-spacing:.17em;font-weight:400;margin-top:2px}.header nav{display:flex;gap:30px;align-items:center;font-size:14px}.header nav a:hover{color:var(--red)}.nav-contact{border:1px solid var(--line);padding:11px 17px;border-radius:5px}.nav-contact span{margin-left:18px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:58px;padding:54px 48px 48px;align-items:stretch}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;color:var(--red);margin:0 0 20px}.hero h1{font-size:clamp(42px,4.9vw,66px);line-height:1.04;letter-spacing:-.055em;margin:20px 0 22px;font-weight:800}.hero h1 em{font-weight:400;font-family:Georgia,'Times New Roman',serif;color:var(--red);letter-spacing:-.045em}.intro{color:var(--muted);margin:0 0 28px;font-size:16px;line-height:1.65}.player{border:1px solid var(--line);border-radius:12px;padding:20px 23px;box-shadow:0 12px 35px #07355808;background:#fff}.player-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:12px;gap:10px}.station{font-size:11px;letter-spacing:.12em;font-weight:700}.frequency{white-space:nowrap;font-size:21px;color:var(--red);font-weight:800}.frequency small{font-size:11px}.player-controls{display:flex;align-items:center;gap:17px;padding:21px 0}.play{background:var(--red);color:white;border:0;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;transition:background .2s}.play:hover{background:#004880}.play svg{width:24px;height:24px;fill:currentColor}.playing-label strong{font-size:19px}.playing-label p{margin:3px 0 0;color:var(--muted);font-size:13px}.equalizer{display:flex;align-items:center;gap:3px;height:28px;margin-left:auto;color:var(--red)}.equalizer i{width:3px;background:currentColor;height:8px;border-radius:2px}.equalizer i:nth-child(2),.equalizer i:nth-child(4){height:16px}.equalizer i:nth-child(3){height:26px}.is-playing .equalizer i{animation:wave .8s infinite alternate}.is-playing .equalizer i:nth-child(2n){animation-delay:-.4s}@keyframes wave{to{transform:scaleY(.35)}}.volume-row{display:flex;gap:12px;align-items:center;color:var(--muted);font-size:12px}.volume-row button{border:0;background:none;padding:6px 0;color:var(--muted);font-size:13px;min-width:62px;text-align:left}.volume-row input{accent-color:var(--red);width:100%;height:20px}.volume-row span{min-width:30px}.schedule-note{font-size:13px;position:relative;padding-left:28px;color:var(--muted);margin:24px 0 0}.schedule-note>span{position:absolute;left:0;top:-3px;font-size:23px;color:var(--red)}.schedule-note strong{color:var(--dark);font-weight:600}.schedule-note small{display:block;font-size:12px}.hero-portrait{position:relative;overflow:hidden;border-radius:150px 12px 12px 12px;background:linear-gradient(155deg,#0a80cb,#063365);min-height:620px;isolation:isolate;color:white}.portrait-heading{position:absolute;top:40px;left:45px;right:28px;display:flex;justify-content:space-between;line-height:1.15;font-size:17px;font-weight:800;letter-spacing:.05em;z-index:2}.portrait-heading .year{font-family:Georgia,serif;font-size:42px;font-weight:400;opacity:.6}.portrait-orbit{position:absolute;width:600px;height:600px;border:1px solid #ffffff26;border-radius:50%;top:40px;left:75px}.portrait-orbit:after{content:'';position:absolute;inset:40px;border:1px solid #ffffff1c;border-radius:50%}.pastors{position:absolute;height:96%;width:100%;object-fit:contain;object-position:center bottom;bottom:-64px;left:0;z-index:1}.hero-portrait:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#031d3ce8);z-index:2}.portrait-caption{position:absolute;bottom:27px;left:30px;right:22px;z-index:3}.portrait-caption p{font-size:11px;letter-spacing:.19em;margin:0 0 8px;color:#d5ecff}.portrait-caption h2{font-family:Georgia,serif;font-size:38px;line-height:1.1;font-weight:400;margin:0 0 12px}.portrait-caption>span{font-size:13px;color:#dceeff}.participate{margin:0 48px;padding:28px 32px;background:var(--soft);border:1px solid var(--line);border-radius:10px;display:flex;justify-content:space-between;align-items:center;gap:25px}.participate .eyebrow{margin:0 0 5px;font-size:11px}.participate h2{font-size:28px;letter-spacing:-.03em;margin:0 0 4px}.participate p{margin:0;color:var(--muted);font-size:14px}.button{background:var(--red);color:white;padding:13px 24px;min-width:235px;border-radius:5px;font-size:15px;font-weight:700}.button small{display:block;font-size:13px;font-weight:400;color:#dceeff;margin-top:2px}.button>span{float:right;margin-left:16px}.button:hover{background:#004880}.programming{display:grid;grid-template-columns:1fr 1fr;gap:58px;margin:0 48px;padding:70px 0;align-items:center}.section-title h2{font-family:Georgia,serif;font-weight:400;font-size:40px;line-height:1.15;letter-spacing:-.03em;margin:0 0 20px}.section-title>p:last-child{color:var(--muted);font-size:16px;margin:0}.schedule-card{border:1px solid var(--line);border-radius:12px;padding:28px 32px}.schedule-header{display:flex;justify-content:space-between;color:var(--red);letter-spacing:.14em;font-weight:700;font-size:12px}.schedule-header>span:last-child{font-size:24px;line-height:1}.time{font-size:62px;letter-spacing:-.06em;margin:8px 0 0;font-weight:700;line-height:1.2}.time span{font-family:Georgia,serif;font-size:28px;font-style:italic;font-weight:400;color:var(--muted)}.timezone{font-size:13px;color:var(--muted);margin:7px 0 23px}.days{display:flex;gap:8px}.days span{flex:1;text-align:center;background:var(--soft);padding:7px 0;border-radius:5px;font-size:11px;font-weight:700}.schedule-state{border-top:1px solid var(--line);padding-top:18px;margin:20px 0 0;color:var(--muted);font-size:13px}.leadership{display:flex;align-items:center;gap:30px;margin:0 48px;padding:38px 0 50px;border-top:1px solid var(--line)}.leadership-mark img{width:80px;height:110px;object-fit:contain}.leadership h2{font-size:23px;line-height:1.35;letter-spacing:-.02em;margin:0 0 7px}.leadership .eyebrow{font-size:11px;margin-bottom:12px}.leadership p{font-size:14px;margin:5px 0;color:var(--muted)}.leadership .year-theme{font-family:Georgia,serif;font-style:italic;color:var(--red)}.instagram{margin-left:auto;padding:20px 0 20px 25px}.instagram span{display:block;font-size:10px;letter-spacing:.14em;color:var(--muted);margin-bottom:5px}.instagram strong{font-size:20px}.instagram:hover{color:var(--red)}footer{padding:25px 48px;border-top:1px solid var(--line);display:flex;gap:25px;justify-content:space-between;font-size:12px;color:var(--muted)}footer b{color:var(--red);padding-left:6px}@media(max-width:1000px){.header{padding:18px 26px}.hero{padding:35px 26px;gap:26px}.hero-portrait{min-height:630px}.hero h1{font-size:52px}.participate,.programming,.leadership{margin-left:26px;margin-right:26px}.hero-portrait .pastors{width:118%;left:-9%;height:90%}.header nav{gap:15px}.leadership{flex-wrap:wrap}.instagram{margin-left:110px;padding:0}.portrait-heading{left:35px}.station{font-size:10px}}@media(max-width:700px){.header{height:90px;padding:14px 20px}.identity{font-size:14px;gap:7px}.identity img{width:36px;height:50px}.identity small{font-size:10px}.header nav>a:not(.nav-contact){display:none}.nav-contact{font-size:12px;padding:8px 10px}.nav-contact span{margin-left:4px}.hero{display:flex;flex-direction:column;padding:30px 20px;gap:30px}.hero h1{font-size:52px;margin:16px 0 20px}.hero h1 em br{display:none}.eyebrow{font-size:11px}.intro{font-size:15px}.intro br{display:none}.hero-portrait{min-height:540px;border-top-left-radius:100px}.hero-portrait .pastors{height:103%;width:100%;left:0;bottom:-48px}.portrait-caption h2{font-size:34px}.hero-copy .schedule-note{margin-top:18px}.participate{margin:0 20px;padding:24px;align-items:stretch;flex-direction:column;gap:20px}.participate h2{font-size:27px}.button{min-width:0}.programming{display:block;margin:0 20px;padding:44px 0}.section-title{margin-bottom:25px}.section-title h2{font-size:35px}.section-title h2 br{display:none}.schedule-card{padding:24px}.time{font-size:59px}.leadership{margin:0 20px;gap:20px;padding:30px 0}.leadership-mark img{width:55px;height:85px}.leadership h2{font-size:20px}.leadership>div:nth-child(2){flex:1;min-width:200px}.instagram{margin-left:75px}.year-theme{max-width:250px}footer{padding:23px 20px;flex-direction:column;gap:8px}.station{font-size:10px}.player{padding:18px}.player-controls{gap:13px}.playing-label strong{font-size:18px}.playing-label p{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.is-playing .equalizer i{animation:none}}

/* Radio accents and partnerships */
.portrait-heading{justify-content:flex-end}
.station{display:flex;align-items:center;gap:9px}
.radio-icon{width:23px;height:25px;flex-shrink:0;color:var(--red)}
.tuning-scale{display:flex;align-items:center;gap:13px;padding-top:16px;color:var(--muted);font-size:11px;letter-spacing:.06em}
.tuning-scale>span:last-child{color:var(--red);font-weight:700}
.tuning-ticks{position:relative;flex:1;height:16px;background:repeating-linear-gradient(to right,var(--line) 0,var(--line) 1px,transparent 1px,transparent 8px);border-bottom:1px solid var(--line)}
.tuning-ticks i{position:absolute;right:8%;top:-4px;height:23px;width:3px;border-radius:2px;background:var(--red)}
.advertise{display:flex;align-items:center;justify-content:space-between;gap:32px;margin:0 48px 48px;padding:34px 38px;background:#064d87;color:#fff;border-radius:12px;position:relative;overflow:hidden}
.advertise:before{content:'';position:absolute;width:420px;height:420px;border:1px solid #ffffff12;border-radius:50%;right:-190px;top:-190px;pointer-events:none}
.advertise .eyebrow{color:#d5ebff;margin:0 0 8px;font-size:11px}
.advertise h2{font-family:Georgia,serif;font-size:38px;font-weight:400;letter-spacing:-.03em;line-height:1.1;margin:0 0 12px}
.advertise p:not(.eyebrow){font-size:15px;line-height:1.6;margin:0;color:#e3f2ff}
.ad-contact{position:relative;flex-shrink:0;min-width:242px}
.ad-contact .button{display:block;background:white;color:#064d87;min-width:0}
.ad-contact .button:hover{background:#eaf5ff}
.ad-phone{display:block;font-size:14px;margin-top:12px;text-align:center;color:white}
.ad-phone:hover{text-decoration:underline}
@media(max-width:1000px){.advertise{margin-left:26px;margin-right:26px;padding:28px}}
@media(max-width:700px){.advertise{margin:0 20px 32px;padding:25px;flex-direction:column;align-items:stretch;gap:24px}.advertise h2{font-size:34px}.advertise p br{display:none}.ad-contact{min-width:0}.radio-icon{width:20px}.station{gap:6px}}

/* Monochrome station identity, social icon and sponsorship feature */
.station-brand{display:flex;align-items:center;gap:13px;min-width:0}
.boas-logo{display:block;width:128px;height:53px;flex-shrink:0;background-image:url('assets/boas-novas-reference.png');background-repeat:no-repeat;background-size:637.56px 177.66px;background-position:-129px -19px;mix-blend-mode:multiply}
.station-city{font-size:10px;letter-spacing:.12em;max-width:65px;line-height:1.5;color:var(--muted)}
.instagram strong{display:flex;align-items:center;gap:10px}
.instagram strong>span{font-size:20px;letter-spacing:0;color:inherit;margin:0;font-weight:700}
.instagram strong>b{font-size:17px;font-weight:400}
.instagram-icon{height:26px;width:26px;color:var(--red);flex-shrink:0}
.advertise{background:linear-gradient(115deg,#053567 0%,#0067b5 68%,#169cdd 100%);padding:40px 34px;gap:28px;box-shadow:0 14px 32px #064d8714}
.ad-emblem{display:flex;flex-direction:column;align-items:center;justify-content:center;width:106px;flex-shrink:0;border-right:1px solid #ffffff36;padding-right:25px;color:#fff}
.ad-emblem svg{height:82px;width:74px}
.ad-emblem>span{font-size:21px;font-weight:700;white-space:nowrap;margin-top:13px;letter-spacing:-.04em}
.ad-emblem small{font-size:11px;font-weight:400;letter-spacing:.06em}
.ad-copy{flex:1;position:relative}
.advertise h2{font-family:Arial,Helvetica,sans-serif;font-size:46px;font-weight:800;line-height:1.08;letter-spacing:-.045em}
.advertise h2 em{font-family:Georgia,serif;font-weight:400}
.advertise .eyebrow{line-height:1.7;letter-spacing:.13em}
.advertise:before{width:360px;height:360px;right:-130px;top:-170px;border-color:#ffffff1a}
.ad-contact{min-width:230px}
.ad-contact .button{padding:16px 20px;font-size:15px;box-shadow:0 5px 15px #03244929;transition:transform .2s,background .2s}
.ad-contact .button:hover{transform:translateY(-2px)}
@media(max-width:1000px){.station-city{display:none}.advertise{gap:20px;padding:30px}.ad-emblem{width:75px;padding-right:18px}.ad-emblem svg{width:52px;height:66px}.advertise h2{font-size:38px}.ad-contact{min-width:220px}}
@media(max-width:700px){.advertise{display:grid;grid-template-columns:56px minmax(0,1fr);gap:22px 17px;padding:28px 23px}.ad-emblem{width:56px;border:0;padding:0;align-self:start;margin-top:7px}.ad-emblem svg{width:46px;height:61px}.ad-emblem>span{font-size:16px;margin-top:10px}.ad-emblem small{font-size:9px}.advertise h2{font-size:36px}.advertise .eyebrow{font-size:10px;margin-bottom:10px}.advertise p:not(.eyebrow){font-size:14px}.ad-contact{grid-column:1 / -1;min-width:0}.ad-contact .button{text-align:center}.instagram strong>span{font-size:19px}.station-brand{gap:8px}.boas-logo{width:128px}}

/* Blue station identity and two daily editions */
.header-logo{width:152px;height:64px;background-size:765px 213px;background-position:-155px -23px}
.identity{color:#07548e;gap:20px}.identity small{color:var(--muted)}
.leadership-mark{display:none}.leadership{padding-left:8px}
.hero-portrait{background:radial-gradient(ellipse at 40% 15%,#168fd4 0%,#075ca2 46%,#082b52 100%)}
.programming{display:block}.section-title{text-align:center;max-width:700px;margin:0 auto 32px}.section-title h2{font-size:42px}.editions{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:stretch}.schedule-card{padding:30px;background:linear-gradient(155deg,#f3f9ff,#fff 60%);box-shadow:0 12px 30px #09395806}.edition-title{display:flex;justify-content:space-between;align-items:center}.edition-title h3{font-size:23px;margin:0;color:var(--red)}.edition-title>span{color:#bad6ea;font-size:38px;font-family:Georgia,serif}.time{font-size:48px;margin:6px 0 10px}.edition-days{font-size:10px;margin:0 0 22px}.hosts{list-style:none;padding:0;margin:0}.hosts li{display:flex;gap:18px;align-items:center;border-top:1px solid var(--line);padding:13px 0;min-height:72px}.host-day{background:#e7f2fb;color:#0764a7;font-weight:700;font-size:11px;letter-spacing:.06em;border-radius:6px;padding:10px 0;width:44px;text-align:center;flex-shrink:0}.hosts strong{font-size:16px;font-weight:600;display:block}.hosts small{font-size:13px;color:var(--muted);display:block}.programming>.schedule-state{text-align:center;border:0;margin-top:20px}.boas-logo{filter:none}.ad-contact .button{color:#07548e}
@media(max-width:700px){.header-logo{width:110px;height:46px;background-size:551px 154px;background-position:-111px -17px}.identity{gap:9px;font-size:14px}.identity small{font-size:8px}.editions{grid-template-columns:1fr;gap:20px}.section-title h2{font-size:34px}.schedule-card{padding:24px}.time{font-size:43px}.instagram{margin-left:0}.hero h1{font-size:49px}.header nav .nav-contact{font-size:11px;padding:8px}.leadership{padding-left:0}}
