/*
Theme Name: Pam Radio
Theme URI: https://www.kk7uhj.com/
Author: KK7UHJ
Description: A bright, focused amateur-radio homepage for Pam / KK7UHJ in Elko, Nevada.
Version: 1.0.1
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: pam-radio
*/

:root {
  --pr-night: #03172d;
  --pr-night-soft: #082746;
  --pr-navy: #06345d;
  --pr-cyan: #08c7df;
  --pr-cyan-light: #8cebf2;
  --pr-coral: #f44773;
  --pr-coral-dark: #d62658;
  --pr-pink: #ff7a9c;
  --pr-leaf: #75c93c;
  --pr-cream: #fff9ee;
  --pr-paper: #f8f4eb;
  --pr-white: #ffffff;
  --pr-ink: #12243a;
  --pr-ink-soft: #536276;
  --pr-line: rgba(18, 36, 58, 0.13);
  --pr-light-line: rgba(255, 255, 255, 0.13);
  --pr-shadow: 0 30px 80px rgba(3, 23, 45, 0.15);
  --pr-shell: min(1180px, calc(100% - 44px));
  --pr-radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--pr-paper);
  color: var(--pr-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection,
body *::selection {
  background: var(--pr-cyan);
  color: var(--pr-night);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--pr-cyan);
  outline-offset: 4px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pr-skip-link:focus {
  position: fixed !important;
  top: 10px;
  left: 10px;
  z-index: 99999;
  width: auto;
  height: auto;
  padding: 10px 16px;
  margin: 0;
  clip: auto;
  background: var(--pr-white);
  color: var(--pr-night);
  border-radius: 9px;
}

.pr-shell {
  width: var(--pr-shell);
  margin-inline: auto;
}

.pr-site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  color: var(--pr-white);
  background: rgba(3, 23, 45, 0.35);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.admin-bar .pr-site-header {
  top: 32px;
}

.pr-site-header.is-scrolled {
  background: rgba(3, 23, 45, 0.94);
  border-bottom-color: var(--pr-light-line);
  box-shadow: 0 14px 38px rgba(0, 9, 22, 0.19);
  backdrop-filter: blur(16px);
}

.pr-header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.pr-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--pr-white);
  text-decoration: none;
}

.pr-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.25));
}

.pr-brand-copy {
  display: grid;
  line-height: 1;
}

.pr-brand-copy strong {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.pr-brand-copy small {
  margin-top: 6px;
  color: var(--pr-cyan-light);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.pr-primary-nav {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pr-primary-nav a {
  padding: 10px 13px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: 999px;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.pr-primary-nav a:hover {
  color: var(--pr-white);
  background: rgba(255, 255, 255, 0.09);
}

.pr-primary-nav .pr-nav-callout {
  margin-left: 7px;
  padding-inline: 17px;
  color: var(--pr-night);
  background: var(--pr-cyan);
}

.pr-primary-nav .pr-nav-callout:hover {
  color: var(--pr-night);
  background: #54e0ed;
  transform: translateY(-1px);
}

.pr-nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--pr-white);
  background: transparent;
  border: 1px solid var(--pr-light-line);
  border-radius: 13px;
  cursor: pointer;
}

.pr-nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.pr-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.pr-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.pr-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.pr-main {
  min-height: calc(100vh - 280px);
}

.pr-hero {
  position: relative;
  overflow: hidden;
  color: var(--pr-white);
  background:
    radial-gradient(circle at 76% 28%, rgba(8, 199, 223, 0.22), transparent 27%),
    radial-gradient(circle at 17% 77%, rgba(244, 71, 115, 0.14), transparent 25%),
    linear-gradient(132deg, #031426 0%, #04213c 47%, #06345d 100%);
}

.pr-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(140, 235, 242, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 235, 242, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 80%);
  pointer-events: none;
}

.pr-hero::after {
  position: absolute;
  top: 20%;
  right: -220px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(140, 235, 242, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(140, 235, 242, 0.035), 0 0 0 140px rgba(140, 235, 242, 0.022);
  content: "";
  pointer-events: none;
}

.pr-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 780px;
  padding-top: 124px;
  padding-bottom: 95px;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(35px, 6vw, 80px);
}

.pr-hero-copy {
  padding-bottom: 28px;
}

.pr-eyebrow,
.pr-kicker {
  margin: 0 0 18px;
  color: var(--pr-cyan);
  font-size: 0.7rem;
  font-weight: 880;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pr-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pr-cyan-light);
}

.pr-live-dot,
.pr-status-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  background: var(--pr-coral);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(244, 71, 115, 0.16);
  animation: pr-pulse 2.2s ease-in-out infinite;
}

.pr-hero h1 {
  max-width: 630px;
  margin: 0;
  font-size: clamp(5rem, 10.8vw, 9.4rem);
  font-weight: 920;
  letter-spacing: -0.075em;
  line-height: 0.76;
}

.pr-hero h1 span,
.pr-hero h1 em {
  display: block;
}

.pr-hero h1 em {
  margin-top: 0.16em;
  color: var(--pr-cyan);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.pr-hero-lede {
  max-width: 610px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.04rem, 1.7vw, 1.24rem);
  line-height: 1.7;
}

.pr-actions {
  display: flex;
  margin-top: 31px;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.pr-button {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.86rem;
  font-weight: 820;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 170ms ease, background 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.pr-button:hover {
  transform: translateY(-2px);
}

.pr-button--coral {
  color: var(--pr-white);
  background: var(--pr-coral);
  border-color: var(--pr-coral);
  box-shadow: 0 13px 30px rgba(244, 71, 115, 0.25);
}

.pr-button--coral:hover {
  color: var(--pr-white);
  background: var(--pr-coral-dark);
  border-color: var(--pr-coral-dark);
  box-shadow: 0 17px 36px rgba(244, 71, 115, 0.31);
}

.pr-button--ghost {
  color: var(--pr-white);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.24);
}

.pr-button--ghost:hover {
  color: var(--pr-white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

.pr-button--navy {
  color: var(--pr-white);
  background: var(--pr-night);
  box-shadow: 0 12px 26px rgba(3, 23, 45, 0.18);
}

.pr-button--navy:hover {
  color: var(--pr-white);
  background: var(--pr-navy);
  box-shadow: 0 16px 32px rgba(3, 23, 45, 0.24);
}

.pr-morse {
  margin: 26px 0 0;
  color: rgba(140, 235, 242, 0.48);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.19em;
}

.pr-hero-mark {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  margin: 0 auto;
}

.pr-hero-mark img {
  position: relative;
  z-index: 3;
  width: 100%;
  filter: drop-shadow(0 36px 48px rgba(0, 7, 18, 0.44));
  transform: rotate(1.2deg);
}

.pr-logo-glow {
  position: absolute;
  inset: 17% 9% 9%;
  z-index: 1;
  background: rgba(8, 199, 223, 0.28);
  border-radius: 50%;
  filter: blur(54px);
}

.pr-signal-ring {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(140, 235, 242, 0.2);
  border-radius: 50%;
}

.pr-signal-ring--one {
  inset: 1% -2% 0;
}

.pr-signal-ring--two {
  inset: -5% -8% -6%;
  border-color: rgba(140, 235, 242, 0.1);
}

.pr-hero-mark figcaption {
  position: absolute;
  right: 5%;
  bottom: 7%;
  z-index: 4;
  display: flex;
  padding: 11px 16px;
  align-items: center;
  gap: 9px;
  color: var(--pr-white);
  background: rgba(3, 23, 45, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 7, 18, 0.28);
  backdrop-filter: blur(12px);
  font-size: 0.75rem;
  font-weight: 790;
}

.pr-status-dot {
  width: 7px;
  height: 7px;
  background: var(--pr-leaf);
  box-shadow: 0 0 0 4px rgba(117, 201, 60, 0.14);
}

.pr-wave-divider {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  height: 85px;
  color: var(--pr-paper);
  line-height: 0;
}

.pr-wave-divider svg {
  width: 100%;
  height: 100%;
}

.pr-signal-strip {
  position: relative;
  z-index: 3;
  padding: 26px 0 34px;
  background: var(--pr-paper);
}

.pr-signal-grid {
  display: grid;
  padding: 23px 30px;
  background: var(--pr-white);
  border: 1px solid var(--pr-line);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(3, 23, 45, 0.08);
  grid-template-columns: repeat(4, 1fr);
}

.pr-signal-grid div {
  display: grid;
  padding: 3px 26px;
  gap: 3px;
  border-right: 1px solid var(--pr-line);
}

.pr-signal-grid div:first-child {
  padding-left: 0;
}

.pr-signal-grid div:last-child {
  padding-right: 0;
  border-right: 0;
}

.pr-signal-grid span {
  color: var(--pr-ink-soft);
  font-size: 0.64rem;
  font-weight: 790;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pr-signal-grid strong {
  color: var(--pr-night);
  font-size: 0.96rem;
  line-height: 1.35;
}

.pr-section {
  padding-block: clamp(82px, 10vw, 138px);
}

.pr-welcome {
  position: relative;
  overflow: hidden;
}

.pr-welcome::after {
  position: absolute;
  right: -100px;
  bottom: -170px;
  width: 410px;
  height: 410px;
  background: radial-gradient(circle, rgba(8, 199, 223, 0.11), transparent 67%);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.pr-welcome-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(55px, 9vw, 130px);
}

.pr-section-heading {
  position: relative;
}

.pr-section-heading::after {
  display: block;
  width: 74px;
  height: 4px;
  margin-top: 30px;
  background: linear-gradient(90deg, var(--pr-coral), var(--pr-cyan));
  border-radius: 99px;
  content: "";
}

.pr-section h2,
.pr-on-air h2,
.pr-frequency h2 {
  margin: 0;
  color: var(--pr-night);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 5.4vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1;
}

.pr-welcome-copy {
  max-width: 720px;
}

.pr-welcome-copy p {
  margin: 0 0 22px;
  color: var(--pr-ink-soft);
  font-size: 1.05rem;
  line-height: 1.82;
}

.pr-welcome-copy .pr-dropcap {
  color: var(--pr-ink);
  font-size: clamp(1.2rem, 2vw, 1.46rem);
  line-height: 1.62;
}

.pr-dropcap::first-letter {
  float: left;
  padding: 0.07em 0.08em 0 0;
  color: var(--pr-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.4em;
  line-height: 0.72;
}

.pr-signature {
  display: inline-grid;
  margin-top: 12px;
  color: var(--pr-night);
  transform: rotate(-2deg);
}

.pr-signature span {
  color: var(--pr-coral);
  font-family: "Segoe Script", "Bradley Hand", cursive;
  font-size: 2.65rem;
  line-height: 1;
}

.pr-signature small {
  margin: 4px 0 0 8px;
  color: var(--pr-navy);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.pr-on-air {
  position: relative;
  overflow: hidden;
  color: var(--pr-white);
  background:
    radial-gradient(circle at 90% 15%, rgba(244, 71, 115, 0.18), transparent 24%),
    linear-gradient(145deg, var(--pr-night), #062847);
}

.pr-on-air::before {
  position: absolute;
  top: -225px;
  left: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(8, 199, 223, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(8, 199, 223, 0.025), 0 0 0 128px rgba(8, 199, 223, 0.018);
  content: "";
}

.pr-on-air-heading {
  position: relative;
  z-index: 1;
  display: grid;
  margin-bottom: 52px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 70px;
}

.pr-on-air h2 {
  max-width: 760px;
  color: var(--pr-white);
}

.pr-kicker--light {
  color: var(--pr-cyan-light);
}

.pr-on-air-heading > p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.98rem;
}

.pr-card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pr-feature-card {
  position: relative;
  min-height: 350px;
  padding: 34px 31px 31px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--pr-radius);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pr-feature-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(140, 235, 242, 0.34);
  transform: translateY(-5px);
}

.pr-card-number {
  position: absolute;
  top: 23px;
  right: 25px;
  color: rgba(140, 235, 242, 0.34);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pr-card-icon {
  display: grid;
  width: 65px;
  height: 65px;
  margin-bottom: 37px;
  place-items: center;
  color: var(--pr-cyan);
  background: rgba(8, 199, 223, 0.09);
  border: 1px solid rgba(8, 199, 223, 0.22);
  border-radius: 20px;
}

.pr-card-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.pr-feature-card h3 {
  margin: 0 0 14px;
  color: var(--pr-white);
  font-size: 1.3rem;
  letter-spacing: -0.025em;
}

.pr-feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
  line-height: 1.72;
}

.pr-coming-soon {
  position: relative;
  z-index: 1;
  margin: 35px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.79rem;
  font-weight: 690;
  letter-spacing: 0.04em;
  text-align: center;
}

.pr-coming-soon span {
  margin-right: 8px;
  color: var(--pr-coral);
}

.pr-frequency {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(18, 36, 58, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 36, 58, 0.035) 1px, transparent 1px),
    var(--pr-cream);
  background-size: 42px 42px;
}

.pr-frequency-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(60px, 9vw, 135px);
}

.pr-dial {
  position: relative;
  display: grid;
  width: min(100%, 430px);
  aspect-ratio: 1;
  margin-inline: auto;
  place-items: center;
  background: var(--pr-night);
  border: 12px solid var(--pr-white);
  border-radius: 50%;
  box-shadow: var(--pr-shadow), inset 0 0 0 2px rgba(140, 235, 242, 0.28);
}

.pr-dial::before,
.pr-dial::after {
  position: absolute;
  border: 1px solid rgba(8, 199, 223, 0.25);
  border-radius: 50%;
  content: "";
}

.pr-dial::before {
  inset: 22px;
}

.pr-dial::after {
  inset: 42px;
  border-color: rgba(8, 199, 223, 0.09);
}

.pr-dial-face {
  position: relative;
  z-index: 2;
  display: grid;
  text-align: center;
}

.pr-dial-label,
.pr-dial-sub {
  color: var(--pr-cyan-light);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.23em;
}

.pr-dial-face strong {
  margin-block: 3px;
  color: var(--pr-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(6rem, 11vw, 8.4rem);
  font-weight: 400;
  letter-spacing: -0.09em;
  line-height: 0.94;
  text-shadow: 0 0 35px rgba(244, 71, 115, 0.32);
}

.pr-dial-face i {
  position: absolute;
  bottom: -87px;
  left: 50%;
  width: 4px;
  height: 112px;
  background: linear-gradient(var(--pr-coral), transparent);
  border-radius: 99px;
  transform: translateX(-50%) rotate(36deg);
  transform-origin: top;
}

.pr-dial-ticks {
  position: absolute;
  inset: 7px;
  opacity: 0.26;
  background: repeating-conic-gradient(from -90deg, var(--pr-cyan-light) 0 1deg, transparent 1deg 10deg);
  border-radius: 50%;
  mask: radial-gradient(transparent 0 83%, #000 84% 100%);
}

.pr-frequency-copy {
  max-width: 680px;
}

.pr-frequency-copy p:not(.pr-kicker) {
  max-width: 620px;
  margin: 25px 0 0;
  color: var(--pr-ink-soft);
  font-size: 1.04rem;
}

.pr-frequency-copy .pr-actions {
  margin-top: 31px;
}

.pr-text-link {
  padding: 12px 2px;
  color: var(--pr-navy);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration-color: rgba(6, 52, 93, 0.32);
  transition: color 160ms ease;
}

.pr-text-link:hover {
  color: var(--pr-coral-dark);
}

.pr-signoff {
  position: relative;
  padding-block: clamp(90px, 12vw, 160px);
  overflow: hidden;
  color: var(--pr-white);
  text-align: center;
  background:
    radial-gradient(circle at 50% 110%, rgba(8, 199, 223, 0.25), transparent 42%),
    var(--pr-night);
}

.pr-signoff::before,
.pr-signoff::after {
  position: absolute;
  top: 50%;
  width: 22vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(140, 235, 242, 0.3));
  content: "";
}

.pr-signoff::before {
  left: 0;
}

.pr-signoff::after {
  right: 0;
  transform: rotate(180deg);
}

.pr-signoff h2 {
  margin: 0;
  color: var(--pr-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1;
}

.pr-signoff h2 span {
  color: var(--pr-cyan);
  font-style: italic;
}

.pr-signoff > .pr-shell > p:not(.pr-kicker) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.pr-signoff-wave {
  display: flex;
  height: 52px;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.pr-signoff-wave i,
.pr-signoff-wave b {
  display: block;
  width: 3px;
  background: var(--pr-cyan);
  border-radius: 99px;
}

.pr-signoff-wave i:nth-child(1),
.pr-signoff-wave i:nth-child(7) { height: 10px; opacity: 0.35; }
.pr-signoff-wave i:nth-child(2),
.pr-signoff-wave i:nth-child(6) { height: 22px; opacity: 0.55; }
.pr-signoff-wave i:nth-child(3),
.pr-signoff-wave i:nth-child(5) { height: 36px; opacity: 0.75; }
.pr-signoff-wave b { height: 52px; background: var(--pr-coral); }

.pr-site-footer {
  padding-block: 34px;
  color: rgba(255, 255, 255, 0.66);
  background: #020f1e;
  border-top: 1px solid var(--pr-light-line);
}

.pr-footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
}

.pr-footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.pr-footer-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.pr-footer-brand div {
  display: grid;
}

.pr-footer-brand strong {
  color: var(--pr-white);
  font-size: 0.98rem;
}

.pr-footer-brand span {
  margin-top: 2px;
  font-size: 0.72rem;
}

.pr-footer-signoff {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
}

.pr-footer-signoff span {
  color: var(--pr-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.pr-footer-meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.7rem;
  grid-column: 1 / -1;
}

.pr-basic-page {
  padding: 150px 0 100px;
  background: var(--pr-paper);
}

.pr-basic-page-inner {
  max-width: 820px;
}

.pr-basic-page h1 {
  margin: 0 0 30px;
  color: var(--pr-night);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1;
}

.pr-not-found {
  min-height: 560px;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

@keyframes pr-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(244, 71, 115, 0.12); }
  50% { box-shadow: 0 0 0 9px rgba(244, 71, 115, 0); }
}

@media (max-width: 1050px) {
  .pr-hero-grid {
    min-height: 720px;
    grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr);
    gap: 24px;
  }

  .pr-hero h1 {
    font-size: clamp(4.7rem, 10.5vw, 7rem);
  }

  .pr-signal-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }

  .pr-signal-grid div:nth-child(2) {
    border-right: 0;
  }

  .pr-signal-grid div:nth-child(3) {
    padding-left: 0;
  }

  .pr-on-air-heading {
    gap: 42px;
  }

  .pr-feature-card {
    min-height: 370px;
    padding-inline: 26px;
  }
}

@media (max-width: 820px) {
  :root {
    --pr-shell: min(100% - 34px, 680px);
  }

  .admin-bar .pr-site-header {
    top: 46px;
  }

  .pr-header-inner {
    min-height: 76px;
  }

  .pr-brand img {
    width: 49px;
    height: 49px;
  }

  .pr-nav-toggle {
    display: block;
  }

  .pr-primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    padding: 14px 17px 20px;
    background: rgba(3, 23, 45, 0.98);
    border-bottom: 1px solid var(--pr-light-line);
    box-shadow: 0 18px 40px rgba(0, 7, 18, 0.26);
    backdrop-filter: blur(16px);
    flex-direction: column;
    align-items: stretch;
  }

  .pr-primary-nav.is-open {
    display: flex;
  }

  .pr-primary-nav a {
    padding: 12px 14px;
  }

  .pr-primary-nav .pr-nav-callout {
    margin: 6px 0 0;
    text-align: center;
  }

  .pr-hero-grid {
    min-height: auto;
    padding-top: 134px;
    padding-bottom: 118px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pr-hero-copy {
    display: grid;
    padding: 0;
    justify-items: center;
  }

  .pr-hero h1 {
    font-size: clamp(5.2rem, 21vw, 8.3rem);
  }

  .pr-hero-lede {
    max-width: 600px;
  }

  .pr-hero-mark {
    width: min(100%, 570px);
    margin-top: 28px;
  }

  .pr-wave-divider {
    height: 62px;
  }

  .pr-welcome-grid,
  .pr-on-air-heading,
  .pr-frequency-grid {
    grid-template-columns: 1fr;
  }

  .pr-welcome-grid {
    gap: 45px;
  }

  .pr-on-air-heading {
    gap: 25px;
  }

  .pr-on-air-heading > p {
    max-width: 580px;
  }

  .pr-card-grid {
    grid-template-columns: 1fr;
  }

  .pr-feature-card {
    min-height: 0;
  }

  .pr-card-icon {
    margin-bottom: 28px;
  }

  .pr-frequency-grid {
    gap: 70px;
  }

  .pr-dial {
    max-width: 390px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 17px;
  }

  .pr-brand-copy strong {
    font-size: 0.92rem;
  }

  .pr-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.105em;
  }

  .pr-hero-grid {
    padding-top: 122px;
    padding-bottom: 105px;
  }

  .pr-hero h1 {
    font-size: clamp(4.6rem, 25vw, 7rem);
  }

  .pr-hero-lede {
    margin-top: 28px;
    font-size: 1rem;
  }

  .pr-actions {
    width: 100%;
    flex-direction: column;
  }

  .pr-button,
  .pr-actions .pr-text-link {
    width: 100%;
  }

  .pr-hero-mark figcaption {
    right: 50%;
    bottom: 4%;
    white-space: nowrap;
    transform: translateX(50%);
  }

  .pr-signal-grid {
    padding: 18px 22px;
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .pr-signal-grid div,
  .pr-signal-grid div:first-child,
  .pr-signal-grid div:nth-child(3) {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--pr-line);
  }

  .pr-signal-grid div:last-child {
    border-bottom: 0;
  }

  .pr-section {
    padding-block: 82px;
  }

  .pr-section h2,
  .pr-on-air h2,
  .pr-frequency h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .pr-feature-card {
    padding: 28px 25px;
    border-radius: 22px;
  }

  .pr-dial {
    width: min(100%, 335px);
    border-width: 8px;
  }

  .pr-signoff h2 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  .pr-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pr-footer-brand {
    justify-content: center;
  }

  .pr-footer-meta {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

}
