:root {
	--rh-mint: #b8d7d0;
	--rh-mint-light: #d8e7e2;
	--rh-teal: #006a63;
	--rh-teal-dark: #004d48;
	--rh-aqua: #5ac1c4;
	--rh-coral: #f18468;
	--rh-ink: #102c2a;
	--rh-white: #f7faf7;
	--rh-line: rgba(0, 106, 99, 0.28);
	--rh-radius: 2px;
	--rh-display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--rh-mint); color: var(--rh-ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-underline-offset: 0.2em; }
img { display: block; height: auto; max-width: 100%; }
button, input { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 1rem; left: 1rem; width: auto; height: auto; padding: .75rem 1rem; background: #fff; clip: auto; }
.home-container, .site-header__inner, .site-footer__inner, .site-footer__bottom, .content-wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(184, 215, 208, .96); border-bottom: 1px solid rgba(0, 106, 99, .12); backdrop-filter: blur(12px); }
.site-header__inner { min-height: 72px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; }
.site-branding { display: flex; align-items: center; gap: 10px; color: var(--rh-teal-dark); font-family: var(--rh-display); font-size: 1.05rem; line-height: 1; text-decoration: none; text-transform: uppercase; }
.site-branding__logo { width: 50px; height: 50px; object-fit: contain; }
.site-navigation { justify-self: center; }
.site-navigation .menu { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 36px); padding: 0; margin: 0; list-style: none; }
.site-navigation .menu a { position: relative; color: var(--rh-ink); font-size: .7rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.site-navigation .menu a::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 2px; background: var(--rh-coral); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.site-navigation .menu a:hover::after, .site-navigation .menu a:focus::after { transform: scaleX(1); }
.site-navigation__toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid var(--rh-teal); background: transparent; }
.site-navigation__toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: var(--rh-teal); }
.header-donate { padding: 10px 22px; background: var(--rh-coral); color: var(--rh-ink); font-size: .7rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.home-main { overflow: hidden; }
.home-hero { position: relative; min-height: 650px; background: var(--rh-mint-light); isolation: isolate; }
.home-hero::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(184,215,208,.98) 0%, rgba(184,215,208,.9) 48%, rgba(184,215,208,.48) 100%); content: ""; }
.home-hero__texture { position: absolute; z-index: -2; inset: 0 0 0 40%; opacity: .22; background-image: linear-gradient(var(--rh-teal) 1px, transparent 1px), linear-gradient(90deg, var(--rh-teal) 1px, transparent 1px); background-size: 48px 48px; transform: skewX(-8deg); transform-origin: top; }
.home-hero__inner { position: relative; min-height: 650px; display: flex; align-items: center; padding: 85px 0 110px; }
.home-hero__content { position: relative; z-index: 2; width: min(750px, 75%); }
.eyebrow, .section-kicker { margin: 0 0 15px; color: var(--rh-teal); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.home-hero h1 { max-width: 720px; margin: 0; font-family: var(--rh-display); font-size: clamp(4.5rem, 9.4vw, 8.4rem); font-weight: 900; letter-spacing: 0; line-height: .77; text-transform: uppercase; }
.home-hero__lead { max-width: 590px; margin: 30px 0 0; font-size: 1rem; font-weight: 700; }
.home-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 11px 24px; border: 2px solid transparent; font-size: .72rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.button--coral { background: var(--rh-coral); color: var(--rh-ink); }
.button--outline { border-color: var(--rh-teal); color: var(--rh-teal); }
.home-hero__mark { position: absolute; z-index: 1; right: -50px; bottom: -100px; width: min(530px, 46vw); opacity: .18; transform: rotate(-7deg); }
.ticker { overflow: hidden; background: var(--rh-coral); color: var(--rh-white); }
.ticker__track { display: flex; width: max-content; gap: 0; padding: 9px 0; animation: ticker 28s linear infinite; }
.ticker span { display: flex; align-items: center; font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.ticker span::after { margin: 0 24px; color: var(--rh-teal); content: "+"; }
@keyframes ticker { to { transform: translateX(-50%); } }

.home-section { padding: 88px 0; }
.section-kicker { display: flex; align-items: center; gap: 9px; }
.section-kicker > span { width: 7px; height: 7px; background: var(--rh-teal); border-radius: 50%; animation: pulse 1.5s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.home-section__header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.home-section__header h2, .press-section h2, .support-section h2 { margin: 0; font-family: var(--rh-display); font-size: clamp(3rem, 6vw, 5.4rem); letter-spacing: 0; line-height: .86; text-transform: uppercase; }
.home-section__header > a { padding-bottom: 5px; border-bottom: 2px solid var(--rh-teal); font-size: .7rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.live-section { padding: 60px 0 40px; }
.live-player { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 190px; padding: 35px 42px; background: var(--rh-teal); color: var(--rh-white); }
.live-player__button { width: 76px; height: 76px; border: 0; border-radius: 50%; background: var(--rh-coral); cursor: pointer; }
.live-player__button span { display: block; width: 0; height: 0; margin-left: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid var(--rh-teal-dark); }
.live-player__content > p { margin: 0; color: var(--rh-aqua); font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.live-player h2 { margin: 3px 0 12px; font-family: var(--rh-display); font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; text-transform: uppercase; }
.sound-wave { width: min(440px, 90%); height: 25px; opacity: .55; background: repeating-linear-gradient(90deg, var(--rh-aqua) 0 2px, transparent 2px 6px); clip-path: polygon(0 45%,4% 20%,8% 75%,12% 30%,16% 65%,20% 10%,24% 90%,28% 35%,32% 75%,36% 15%,40% 80%,44% 30%,48% 70%,52% 20%,56% 82%,60% 35%,64% 63%,68% 10%,72% 90%,76% 35%,80% 70%,84% 22%,88% 82%,92% 38%,96% 65%,100% 45%,100% 55%,0 55%); }
.live-player__status { padding: 6px 10px; border: 1px solid var(--rh-aqua); color: var(--rh-aqua); font-size: .65rem; text-transform: uppercase; }

.now-section { padding-top: 70px; }
.now-grid { display: grid; grid-template-columns: 1.45fr .85fr; grid-template-rows: repeat(3, minmax(150px, auto)); gap: 14px; }
.news-tile { position: relative; display: grid; min-height: 150px; overflow: hidden; border-top: 6px solid var(--rh-teal); background: var(--rh-aqua); }
.news-tile--featured { grid-row: 1 / 4; min-height: 520px; border-color: var(--rh-coral); }
.news-tile__image { position: absolute; inset: 0; opacity: .28; }
.news-tile__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.news-tile__body { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; padding: 22px; }
.news-tile--featured .news-tile__body { padding: 34px; }
.content-tag { display: inline-block; padding: 3px 7px; background: var(--rh-coral); font-size: .6rem; font-weight: 900; line-height: 1.1; text-transform: uppercase; }
.news-tile h3 { max-width: 700px; margin: 12px 0; font-family: var(--rh-display); font-size: clamp(1.7rem, 3.3vw, 3.7rem); line-height: .9; text-transform: uppercase; }
.news-tile:not(.news-tile--featured) h3 { font-size: clamp(1.45rem, 2.2vw, 2.25rem); }
.news-tile h3 a { text-decoration: none; }
.text-link { margin-top: auto; font-size: .64rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.press-section { padding: 95px 0; background: var(--rh-coral); }
.press-section__inner { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.press-list { border-top: 1px solid rgba(16,44,42,.35); }
.press-item { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 24px 0; border-bottom: 1px solid rgba(16,44,42,.35); }
.press-item span { font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.press-item h3 { margin: 6px 0 0; font-family: var(--rh-display); font-size: clamp(1.5rem, 2.5vw, 2.4rem); line-height: .95; text-transform: uppercase; }
.press-item > a { white-space: nowrap; font-size: .65rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.programs-section { position: relative; }
.programs-section::before { position: absolute; top: 0; right: 0; left: 0; overflow: hidden; color: rgba(0,106,99,.04); content: "HUMEDAL VIVO"; font-family: var(--rh-display); font-size: 13vw; line-height: .8; text-align: center; white-space: nowrap; }
.program-grid { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.program-card { grid-column: span 2; min-width: 0; background: var(--rh-aqua); box-shadow: 0 9px 0 rgba(0,77,72,.09); }
.program-card:nth-child(4), .program-card:nth-child(5) { grid-column: span 3; }
.program-card__art { position: relative; height: 185px; overflow: hidden; background: var(--rh-teal-dark); }
.program-card__art::before, .program-card__art::after, .program-card__art span { position: absolute; content: ""; }
.program-card--wave .program-card__art::before { top: 50%; left: 8%; width: 84%; height: 3px; background: var(--rh-coral); box-shadow: 0 -12px 0 rgba(241,132,104,.3), 0 12px 0 rgba(241,132,104,.3); transform: rotate(-3deg); }
.program-card--illustration .program-card__art { background: linear-gradient(140deg, var(--rh-teal-dark) 45%, var(--rh-coral) 46% 50%, #1e8580 51%); }
.program-card--space .program-card__art { background: radial-gradient(circle at 65% 40%, var(--rh-coral), transparent 5%), radial-gradient(ellipse at center, #2f817b 0, #062f32 65%); }
.program-card--vinyl .program-card__art { background: repeating-radial-gradient(circle at 20% 130%, #091b1c 0 8px, #234b49 9px 11px); }
.program-card--signal .program-card__art { background: linear-gradient(135deg, #032c2a 42%, transparent 43%), repeating-linear-gradient(45deg, var(--rh-coral) 0 2px, transparent 2px 18px), #317a75; }
.program-card__body { min-height: 165px; display: flex; flex-direction: column; padding: 20px; }
.program-card h3 { margin: 0 0 8px; font-family: var(--rh-display); font-size: 1.65rem; line-height: .93; text-transform: uppercase; }
.program-card p { margin: 0 0 14px; font-size: .74rem; }

.agenda-section { padding-top: 55px; }
.agenda-header { padding-bottom: 10px; border-bottom: 3px solid var(--rh-teal); }
.agenda-header h2 { margin: 0; color: var(--rh-teal); font-family: var(--rh-display); font-size: 2rem; text-transform: uppercase; }
.agenda-item { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 35px; padding: 29px 0; border-bottom: 1px solid rgba(241,132,104,.55); }
.agenda-item time { display: grid; width: 110px; grid-template-columns: 1fr 1fr; align-items: end; color: var(--rh-teal); font-family: var(--rh-display); line-height: .75; text-transform: uppercase; }
.agenda-item time strong { font-size: 2.6rem; }
.agenda-item time span { font-size: 4.7rem; }
.agenda-item h3 { margin: 8px 0 0; font-family: var(--rh-display); font-size: clamp(1.55rem, 3vw, 2.7rem); line-height: .95; text-transform: uppercase; }
.agenda-item > a { font-size: 2rem; text-decoration: none; }

.support-section { position: relative; overflow: hidden; padding: 80px 0; background: var(--rh-teal); color: var(--rh-white); }
.support-section > img { position: absolute; right: 3%; bottom: -110px; width: 420px; opacity: .12; }
.support-section__inner { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.support-section__inner > div { max-width: 760px; }
.support-section .eyebrow { color: var(--rh-aqua); }
.support-section h2 { font-size: clamp(3.5rem, 7vw, 6.7rem); }
.support-section p:last-child { max-width: 630px; margin: 24px 0 0; }
.newsletter-section { padding: 26px 0; background: var(--rh-aqua); }
.newsletter-section__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.newsletter-section label { font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.newsletter-section form { display: flex; }
.newsletter-section input { width: 100%; min-width: 0; padding: 13px 15px; border: 0; background: rgba(255,255,255,.35); }
.newsletter-section button { padding: 13px 18px; border: 0; background: var(--rh-mint-light); font-size: .65rem; font-weight: 900; text-transform: uppercase; }

.site-footer { background: var(--rh-teal-dark); color: var(--rh-white); }
.site-footer__inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; padding: 55px 0 45px; }
.site-footer__brand { display: flex; align-items: center; gap: 16px; }
.site-footer__brand img { width: 70px; }
.site-footer__brand strong { font-family: var(--rh-display); font-size: 1.7rem; text-transform: uppercase; }
.site-footer__brand p, .site-footer__contact { margin: 4px 0 0; color: var(--rh-mint); font-size: .7rem; }
.site-footer .menu { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; padding: 0; margin: 0; list-style: none; }
.site-footer .menu a, .site-footer__contact a { font-size: .68rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.site-footer__contact { display: flex; flex-direction: column; gap: 7px; }
.site-footer__contact span { color: var(--rh-aqua); font-weight: 900; text-transform: uppercase; }
.site-footer__bottom { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid rgba(184,215,208,.2); color: rgba(247,250,247,.65); font-size: .6rem; text-transform: uppercase; }

.content-section, .site-main > .content-wrap { padding: 70px 0; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.post-item, .post-card, .entry-content, .page-content { background: var(--rh-white); border-top: 5px solid var(--rh-teal); }
.post-item { display: grid; grid-template-columns: minmax(220px, 36%) 1fr; }
.post-item__thumbnail img, .post-card__thumbnail img, .entry-thumbnail img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-item__body, .post-card__body, .entry-content, .page-content { padding: 24px; }
.entry-title, .post-card__title, .page-header h1 { font-family: var(--rh-display); text-transform: uppercase; }

@media (max-width: 900px) {
	.site-header__inner { grid-template-columns: 1fr auto auto; }
	.site-navigation { justify-self: end; order: 2; }
	.site-navigation__toggle { display: block; }
	.site-navigation .menu { position: absolute; top: 72px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 20px 22px; background: var(--rh-mint-light); }
	.site-navigation.is-open .menu { display: flex; }
	.site-navigation .menu a { display: block; padding: 12px 0; border-bottom: 1px solid var(--rh-line); }
	.header-donate { order: 1; }
	.press-section__inner { grid-template-columns: 1fr; gap: 35px; }
	.program-card { grid-column: span 3; }
	.site-footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
	.home-container, .site-header__inner, .site-footer__inner, .site-footer__bottom, .content-wrap { width: min(100% - 28px, 1160px); }
	.site-header__inner { min-height: 64px; gap: 10px; }
	.site-branding__logo { width: 42px; height: 42px; }
	.site-branding span { display: none; }
	.site-navigation .menu { top: 64px; }
	.header-donate { padding: 9px 14px; }
	.home-hero, .home-hero__inner { min-height: 570px; }
	.home-hero__inner { align-items: end; padding: 85px 0 70px; }
	.home-hero__content { width: 100%; }
	.home-hero h1 { font-size: clamp(4rem, 20vw, 6.2rem); }
	.home-hero__mark { right: -80px; bottom: 10px; width: 360px; }
	.home-section { padding: 65px 0; }
	.live-player { grid-template-columns: auto 1fr; gap: 18px; padding: 28px 20px; }
	.live-player__button { width: 60px; height: 60px; }
	.live-player__status { display: none; }
	.now-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; }
	.news-tile--featured { grid-row: auto; min-height: 430px; }
	.news-tile { min-height: 190px; }
	.press-item { grid-template-columns: 1fr; gap: 12px; }
	.program-grid { grid-template-columns: 1fr; }
	.program-card, .program-card:nth-child(4), .program-card:nth-child(5) { grid-column: auto; }
	.agenda-item { grid-template-columns: 90px 1fr; gap: 18px; }
	.agenda-item time { width: 85px; }
	.agenda-item time strong { font-size: 2rem; }
	.agenda-item time span { font-size: 3.5rem; }
	.agenda-item > a { display: none; }
	.support-section__inner { align-items: flex-start; flex-direction: column; }
	.newsletter-section__inner { grid-template-columns: 1fr; gap: 14px; }
	.newsletter-section form { flex-direction: column; }
	.site-footer__inner { grid-template-columns: 1fr; gap: 30px; }
	.site-footer__bottom { gap: 10px; flex-direction: column; }
	.post-grid, .post-item { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.ticker__track, .section-kicker > span { animation: none; }
}
