:root { --paper: #f5f0e7; --paper-deep: #e9e0d0; --ink: #17343b; --sea: #31707b; --coral: #d85e47; --sun: #edbd48; --mist: #b8c8c3; --line: rgba(23, 52, 59, 0.26); --quiet: rgba(23, 52, 59, 0.7); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
a { color: inherit; text-decoration: none; }
.site { min-height: 100vh; overflow: clip; padding-bottom: 88px; }
.masthead, main { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.masthead { display: flex; align-items: center; justify-content: space-between; min-height: 84px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 9px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 700; letter-spacing: -1.2px; }
.wordmark-sun { width: 18px; height: 18px; border: 5px solid var(--coral); border-radius: 50%; }
.index-link { font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.index-link span { margin-left: 8px; color: var(--coral); font-size: 15px; }
.opening { padding: clamp(48px, 9vw, 120px) 0 62px; }
.opening-intro { max-width: 720px; }
.issue, .section-caption > p, .section-number, .station-city, .on-air-topline, .mood-button small, .station-place, .station-action { font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.issue { margin: 0 0 17px; color: var(--coral); }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.06em; }
h1 { margin-bottom: 23px; font-size: clamp(49px, 9.1vw, 116px); line-height: .84; }
h1 i, h2 i { color: var(--coral); font-weight: inherit; }
.intro-copy { max-width: 490px; margin-bottom: 0; font-size: 16px; line-height: 1.55; color: var(--quiet); }
.on-air { position: relative; margin-top: clamp(54px, 9vw, 116px); padding: 21px 0 25px; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--ink); }
.on-air::after { position: absolute; z-index: -1; top: 22px; right: -12%; width: min(360px, 65vw); aspect-ratio: 1; border-radius: 50%; background: var(--sun); content: ""; opacity: .78; }
.on-air-topline { display: flex; justify-content: space-between; color: var(--quiet); }
.live-label { display: inline-flex; align-items: center; gap: 7px; color: var(--coral); }
.live-label span, .tiny-live { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.frequency-mark { position: absolute; right: 0; bottom: 24px; margin: 0; color: rgba(23,52,59,.14); font-family: Georgia, serif; font-size: clamp(74px, 18vw, 218px); font-weight: 700; line-height: .7; letter-spacing: -.12em; }
.station-city { position: relative; margin: clamp(50px, 8vw, 96px) 0 4px; color: var(--coral); }
.on-air h2 { position: relative; max-width: 860px; margin-bottom: 14px; font-size: clamp(48px, 8vw, 108px); line-height: .85; }
.station-copy { position: relative; max-width: 440px; margin-bottom: 0; color: var(--quiet); font-size: 14px; line-height: 1.5; }
.tuner-line { position: relative; display: flex; align-items: center; justify-content: space-between; max-width: 570px; height: 34px; margin: 30px 0 20px; border-bottom: 1px solid var(--ink); }
.tuner-line::before { position: absolute; bottom: -1px; left: 0; width: 28%; height: 3px; background: var(--coral); content: ""; }
.tuner-line span { width: 1px; height: 10px; background: var(--ink); }
.tuner-line span:nth-child(2), .tuner-line span:nth-child(4) { height: 17px; }
.on-air-actions { position: relative; display: flex; align-items: center; flex-wrap: wrap; gap: 15px 25px; }
.listen-button { display: inline-flex; align-items: center; gap: 10px; min-height: 47px; padding: 0 17px; border: 0; background: var(--ink); color: var(--paper); cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.listen-button:active, .bottom-player button:active { transform: translateY(1px); }
.play-glyph { display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; }
.pause-glyph { display: none; width: 10px; height: 13px; border-right: 3px solid currentColor; border-left: 3px solid currentColor; }
.is-playing .play-glyph { display: none; }.is-playing .pause-glyph { display: inline-block; }
.skip-button { padding: 0; border: 0; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.skip-button span { color: var(--coral); font-size: 17px; }
.official-link { margin-left: auto; border-bottom: 1px solid var(--ink); font-size: 12px; }
.moods { padding: 70px 0; border-bottom: 1px solid var(--line); }.section-caption > p { margin-bottom: 8px; color: var(--coral); }.section-caption h2 { margin-bottom: 30px; font-size: clamp(34px, 4.8vw, 60px); line-height: .94; }
.mood-list { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--ink); }.mood-button { width: 25%; min-width: 168px; padding: 16px 13px 18px 0; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; text-align: left; transition: background 150ms ease, color 150ms ease, padding 150ms ease; }.mood-button:nth-child(4n) { border-right: 0; }.mood-button:hover, .mood-button.is-active { padding-left: 14px; background: var(--sea); color: var(--paper); }.mood-button small { display: block; margin-bottom: 15px; color: var(--coral); }.mood-button:hover small, .mood-button.is-active small { color: var(--sun); }.mood-button strong { display: block; max-width: 140px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.editorial { display: grid; grid-template-columns: 1.02fr 1.4fr; gap: 8vw; padding: clamp(72px, 10vw, 145px) 0; border-bottom: 1px solid var(--line); }.section-number { margin-bottom: 18px; color: var(--coral); }.editorial-title h2 { margin: 0; font-size: clamp(43px, 5.4vw, 72px); line-height: .88; }.editorial-list { border-top: 2px solid var(--ink); }.editorial-choice { display: grid; grid-template-columns: 36px 1fr auto; align-items: baseline; gap: 12px; width: 100%; padding: 19px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; text-align: left; }.editorial-choice:hover { color: var(--coral); }.editorial-choice-index { color: var(--coral); font-size: 11px; font-weight: 700; }.editorial-choice strong { font-family: Georgia, serif; font-size: clamp(27px, 3vw, 39px); font-weight: 400; letter-spacing: -.05em; line-height: .92; }.editorial-choice span { color: var(--quiet); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.directory { padding: clamp(72px, 10vw, 140px) 0 40px; }.directory-heading { display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: start; margin-bottom: 34px; }.directory-heading .section-number { margin-top: 10px; }.directory-heading h2 { margin-bottom: 8px; font-size: clamp(45px, 6vw, 80px); line-height: .84; }.directory-heading p { margin-bottom: 0; color: var(--quiet); font-size: 13px; }.station-directory { border-top: 2px solid var(--ink); }.station-item { display: grid; grid-template-columns: 54px minmax(0, 1fr) minmax(110px, .45fr) auto; align-items: center; gap: 16px; width: 100%; padding: 16px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; text-align: left; transition: background 150ms ease, padding 150ms ease; }.station-item:hover, .station-item.is-active { padding-left: 12px; background: rgba(49,112,123,.1); }.station-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--coral); font-size: 10px; font-weight: 800; }.station-details strong { display: block; font-family: Georgia, serif; font-size: clamp(22px, 3vw, 32px); font-weight: 400; letter-spacing: -.05em; line-height: .95; }.station-place { display: block; margin-top: 5px; color: var(--coral); }.station-mood { color: var(--quiet); font-size: 13px; line-height: 1.35; }.station-action { color: var(--coral); }.station-item.is-active .station-action { color: var(--ink); }
.principle { display: grid; grid-template-columns: 36px minmax(0, 520px); gap: 14px; padding: 30px 0 40px; border-top: 1px solid var(--line); }.principle .section-number { margin: 5px 0 0; }.principle > p:last-child { margin: 0; color: var(--quiet); font-family: Georgia, serif; font-size: 17px; line-height: 1.4; }
.bottom-player { position: fixed; z-index: 10; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; min-height: 66px; padding: 11px max(20px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--ink); background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(100%); transition: opacity 160ms ease, transform 160ms ease; }.has-tuned .bottom-player { opacity: 1; pointer-events: auto; transform: translateY(0); }.bottom-player-name { display: flex; align-items: baseline; gap: 9px; min-width: 0; }.tiny-live { flex: 0 0 auto; color: var(--coral); }.bottom-player strong { overflow: hidden; max-width: 45vw; text-overflow: ellipsis; white-space: nowrap; font-family: Georgia, serif; font-size: 21px; font-weight: 400; letter-spacing: -.04em; }.bottom-player-name span:last-child { overflow: hidden; color: var(--quiet); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.bottom-player button { display: grid; width: 41px; height: 41px; flex: 0 0 auto; place-items: center; border: 0; border-radius: 50%; background: var(--coral); color: var(--paper); cursor: pointer; }.toast { position: fixed; z-index: 12; right: 20px; bottom: 82px; left: 20px; max-width: 390px; margin-inline: auto; padding: 13px 15px; background: var(--ink); color: var(--paper); font-size: 13px; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity 150ms ease, transform 150ms ease; }.toast.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 720px) { .masthead, main { width: min(100% - 28px, 1180px); }.masthead { min-height: 68px; }.wordmark { font-size: 20px; }.wordmark-sun { width: 15px; height: 15px; border-width: 4px; }.index-link { font-size: 9px; }.index-link span { display: none; }.opening { padding-top: 54px; }.on-air { margin-top: 66px; }.on-air::after { top: 32px; right: -70px; width: 246px; }.frequency-mark { right: -7px; bottom: 30px; font-size: 114px; }.station-city { margin-top: 70px; }.official-link { width: 100%; margin-left: 0; }.moods { padding: 54px 0; }.mood-list { display: block; border-top: 1px solid var(--ink); }.mood-button, .mood-button:nth-child(4n) { display: grid; grid-template-columns: 48px 1fr; align-items: center; width: 100%; min-width: 0; padding: 13px 0; border-right: 0; }.mood-button:hover, .mood-button.is-active { padding-left: 12px; }.mood-button small { margin: 0; }.mood-button strong { max-width: none; font-size: 26px; }.editorial { display: block; padding: 72px 0; }.editorial-list { margin-top: 38px; }.editorial-choice { grid-template-columns: 28px 1fr; }.editorial-choice span { display: none; }.station-item { grid-template-columns: 44px minmax(0, 1fr) auto; gap: 10px; }.station-mood { display: none; }.station-mark { width: 36px; height: 36px; font-size: 9px; }.station-details strong { font-size: 24px; }.station-action { font-size: 9px; }.principle { grid-template-columns: 36px 1fr; }.bottom-player { padding-inline: 14px; }.bottom-player-name span:last-child { display: none; } }
@media (min-width: 721px) and (max-width: 940px) { .mood-button { width: 33.333%; }.mood-button:nth-child(4n) { border-right: 1px solid var(--line); }.mood-button:nth-child(3n) { border-right: 0; } }

.opening {
  padding: clamp(44px, 6.5vw, 86px) 0 0;
}

.coast-scene {
  position: relative;
  height: clamp(230px, 28vw, 375px);
  margin: clamp(36px, 5vw, 64px) 0 0;
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--mist);
}

.coast-scene::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245, 240, 231, 0.18), transparent 45%);
  content: "";
  pointer-events: none;
}

.coast-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.coast-scene figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 14px;
  max-width: 210px;
  margin: 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.08;
  text-align: right;
  text-shadow: 0 1px 12px rgba(23, 52, 59, 0.8);
}

.on-air {
  margin-top: 0;
  padding: 24px 0 30px;
}

.on-air::after {
  top: 42px;
}

.moods {
  padding: clamp(54px, 7vw, 82px) 0;
}

.editorial {
  gap: clamp(42px, 7vw, 94px);
  padding: clamp(62px, 8vw, 108px) 0;
}

.directory {
  padding-top: clamp(62px, 8vw, 108px);
}

@media (max-width: 720px) {
  .opening {
    padding-top: 42px;
  }

  .coast-scene {
    height: 188px;
    margin-top: 36px;
  }

  .coast-scene img {
    object-position: center center;
  }

  .coast-scene figcaption {
    right: 12px;
    bottom: 11px;
    max-width: 155px;
    font-size: 13px;
  }

  .on-air {
    margin-top: 0;
    padding-top: 18px;
  }

  .on-air::after {
    top: 35px;
  }

  .moods {
    padding: 48px 0;
  }
}

@media (min-width: 721px) {
  .opening {
    display: grid;
    grid-template-areas:
      "intro scene"
      "air air";
    grid-template-columns: minmax(360px, 0.88fr) minmax(460px, 1.12fr);
    grid-template-rows: clamp(380px, calc(100svh - 250px), 520px) auto;
    column-gap: clamp(42px, 6vw, 96px);
    row-gap: 0;
    padding: clamp(36px, 5vw, 64px) 0 0;
  }

  .opening-intro {
    grid-area: intro;
    align-self: center;
    max-width: 560px;
  }

  h1 {
    max-width: 560px;
    margin-bottom: 20px;
    font-size: clamp(62px, 6.3vw, 98px);
    line-height: 0.86;
  }

  .coast-scene {
    grid-area: scene;
    height: 100%;
    margin: 0;
  }

  .coast-scene img {
    object-position: center center;
  }

  .on-air {
    display: grid;
    grid-area: air;
    grid-template-columns: 126px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 28px;
    align-items: center;
    min-height: 118px;
    padding: 18px 0;
  }

  .on-air::after,
  .frequency-mark,
  .station-copy,
  .tuner-line {
    display: none;
  }

  .on-air-topline {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: grid;
    gap: 8px;
    justify-content: start;
  }

  .station-city {
    grid-column: 2;
    margin: 0 0 4px;
  }

  .on-air h2 {
    grid-column: 2;
    margin: 0;
    font-size: clamp(34px, 3.8vw, 58px);
    line-height: 0.88;
  }

  .on-air-actions {
    grid-column: 3;
    grid-row: 1 / span 2;
    justify-content: flex-end;
    gap: 14px 20px;
  }

  .official-link {
    width: auto;
    margin-left: 4px;
  }

  .mood-list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .mood-button,
  .mood-button:nth-child(4n) {
    width: auto;
    min-width: 0;
    padding: 16px 12px 18px;
    border-right: 1px solid var(--line);
  }

  .mood-button:last-child {
    border-right: 0;
  }

  .mood-button:hover,
  .mood-button.is-active {
    padding-left: 12px;
    background: var(--sea);
    box-shadow: inset 0 3px 0 var(--ink);
  }

  .mood-button strong {
    max-width: none;
    font-size: clamp(18px, 1.65vw, 24px);
  }
}
