.mill-lockup img {
  width: min(118px, 42%);
  max-height: 104px;
  filter: brightness(0) saturate(100%);
}

.broadcast h1 {
  max-width: 920px;
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: .86;
}

.broadcast h1 em {
  font-size: .72em;
}

@media (max-width: 560px) {
  .broadcast h1 {
    font-size: 3.1rem;
  }
}

main {
  display: flex;
  flex-direction: column;
  overflow: visible;
}

body {
  overflow-x: clip;
}

.community::before {
  inset-inline: 0;
}

.partner.mill .partner-logo img,
.partner.kalon .partner-logo img {
  filter: brightness(0) saturate(100%);
}

.event-list article:nth-child(4) {
  margin-left: 18vw;
}

@media (max-width: 560px) {
  .event-list article:nth-child(4) {
    margin-left: 0;
  }
}

.masthead {
  order: 1;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: .3rem max(3vw, 1rem) 0;
}

.community-notice {
  margin: 0;
  padding: .3rem max(3vw, 1rem) .34rem;
  color: #fff;
  background: #101515;
  border-top: 1px solid #fff;
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 560px) {
  .community-notice {
    padding-block: .26rem .29rem;
    font-size: .46rem;
    letter-spacing: .09em;
  }
}

.plaza-nav {
  order: 2;
}

.broadcast {
  order: 3;
}

.upcoming {
  order: 4;
}

.community {
  order: 5;
}

.partner .address {
  margin: .25rem 0 .9rem;
  color: var(--ink);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .1em;
}

.broadcast {
  padding-top: 1.1rem;
}

.venue-lockups {
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 68px;
  margin-bottom: .15rem;
}

.masthead-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  gap: clamp(.45rem, 1vw, .9rem);
}

.utility-lockups {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(90px, .55fr);
  align-items: center;
  min-width: 0;
}

.weather {
  display: grid;
  align-items: start;
  justify-content: flex-start;
  gap: 0;
  min-width: 0;
  padding-left: 1.65rem;
  border-left: 2px solid var(--ink);
}

.weather-period {
  display: grid;
  line-height: 1.05;
}

.weather-period > small,
.site-clock small {
  color: var(--muted);
  font-size: .54rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.weather-reading {
  display: flex;
  align-items: center;
  gap: .3rem;
}

.weather strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 2rem;
  letter-spacing: .02em;
}

.weather-icon {
  width: 2.2rem;
  font-size: 2rem;
  text-align: center;
}

.weather-wind {
  max-width: 3.7rem;
  font-size: .58rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .04em;
}

.weather-forecast {
  margin-top: -.15rem;
  margin-left: 4.85rem;
  padding: .28rem 0 0 .65rem;
  border-top: 1px solid color-mix(in srgb, var(--ink) 35%, transparent);
  border-left: 0;
}

.weather-forecast strong {
  font-size: 1.4rem;
}

.weather-forecast .weather-icon {
  width: 1.45rem;
  font-size: 1.25rem;
}

.weather a {
  align-self: end;
  justify-self: start;
  margin-top: .42rem;
  color: color-mix(in srgb, var(--ink) 62%, transparent);
  font-size: .52rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-decoration: none;
}

.mill-lockup img {
  width: min(70px, 28%);
  max-height: 58px;
}

.parks-mark img {
  width: 44px;
  height: 44px;
}

.parks-mark b {
  font-size: clamp(.72rem, 1.25vw, 1rem);
}

.venue > span:last-child {
  font-size: .64rem;
}

.broadcast h1 {
  max-width: none;
  font-size: clamp(2.55rem, 4vw, 4.4rem);
  line-height: .92;
  white-space: nowrap;
}

.broadcast h1 em {
  font-size: 1em;
}

@media (max-width: 760px) {
  .broadcast h1 {
    white-space: normal;
  }
}

.plaza-nav {
  position: static;
  display: flex;
  align-items: center;
  gap: 0;
  width: calc(100% - max(6vw, 2rem));
  max-width: calc(1440px - max(6vw, 2rem));
  margin: 0 auto;
  border-block: 2px solid var(--ink);
  background: var(--cream);
  box-shadow: 0 7px 0 color-mix(in srgb, var(--cream) 88%, transparent);
}

.site-chrome {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--cream);
  box-shadow: 0 5px 0 color-mix(in srgb, var(--cream) 88%, transparent);
}

.site-chrome > header {
  position: static;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.site-chrome > header nav {
  justify-self: center;
}

.site-clock {
  display: grid;
  justify-items: end;
  color: white;
  line-height: 1;
}

.site-clock-header {
  display: none;
}

.site-clock-masthead {
  align-self: center;
  justify-items: start;
  min-width: 0;
  padding-left: 1.2rem;
  border-left: 1px solid color-mix(in srgb, var(--ink) 45%, transparent);
  color: var(--ink);
}

.site-clock small {
  color: color-mix(in srgb, white 70%, transparent);
}

.site-clock time {
  margin-top: .15rem;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.1rem;
  letter-spacing: .04em;
}

.site-clock-masthead small {
  color: var(--muted);
}

.site-clock-masthead time {
  font-size: 2rem;
}

.venue-caption > span {
  white-space: nowrap;
}

.venue-caption {
  width: 100%;
  text-align: center;
}

.header-conditions {
  display: none;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  color: white;
  line-height: 1;
}

.header-conditions span,
.header-conditions strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.35rem;
}

.site-chrome .masthead {
  max-width: 1440px;
}

.broadcast {
  padding-bottom: 2.5rem;
}

.community,
.upcoming {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.partners,
.event-list {
  margin-top: 2rem;
}

.plaza-nav a {
  flex: 1;
  padding: .48rem .75rem;
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .09em;
}

.plaza-nav a + a {
  border-left: 2px solid var(--ink);
}

.plaza-nav a:hover,
.plaza-nav a:focus-visible {
  background: var(--yellow);
  color: var(--ink);
}

#live,
#next-event,
#upcoming,
#community {
  scroll-margin-top: 210px;
}

@media (min-width: 561px) and (max-width: 1000px) {
  .masthead-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .3rem;
  }

  .venue-lockups {
    width: 100%;
    min-height: 56px;
    gap: .6rem;
  }

  .weather {
    justify-content: start;
    padding: 0 0 0 .8rem;
    border-top: 0;
    border-left: 1px solid var(--ink);
  }

  .weather strong {
    font-size: 1.5rem;
  }

  .weather-icon {
    width: 1.6rem;
    font-size: 1.5rem;
  }

  .weather-wind {
    max-width: 3rem;
    font-size: .38rem;
  }

  .weather-period > small,
  .weather a {
    font-size: .38rem;
  }

  .weather-forecast {
    margin-left: 3.9rem;
    padding-top: .18rem;
  }

  .weather-forecast strong {
    font-size: 1.05rem;
  }

  .weather-forecast .weather-icon {
    width: 1.15rem;
    font-size: 1.05rem;
  }

  .site-clock-masthead {
    min-width: 62px;
    padding-left: .35rem;
  }

  .site-clock-masthead small {
    font-size: .32rem;
  }

  .site-clock-masthead time {
    font-size: 1.5rem;
  }
}

@media (max-width: 560px) {
  .masthead-row {
    grid-template-columns: minmax(0, 1fr) minmax(148px, auto);
    gap: .5rem;
  }

  .venue-lockups {
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    min-height: 54px;
  }

  .utility-lockups {
    display: block;
  }

  .parks-mark {
    gap: .35rem;
  }

  .parks-mark b {
    font-size: .62rem;
  }

  .venue > span:last-child {
    font-size: .52rem;
  }

  .weather {
    display: flex;
    gap: .35rem;
    padding-left: .5rem;
  }

  .weather strong {
    font-size: 1.2rem;
  }

  .weather-icon {
    width: .9rem;
    font-size: .8rem;
  }

  .weather-wind {
    max-width: 2.6rem;
    font-size: .34rem;
  }

  .weather-period > small {
    font-size: .36rem;
  }

  .weather-forecast {
    margin-top: 0;
    margin-left: 0;
    padding-left: .35rem;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid color-mix(in srgb, var(--ink) 40%, transparent);
  }

  .weather-forecast strong {
    font-size: .95rem;
  }

  .weather-forecast .weather-icon {
    display: none;
  }

  .weather a {
    font-size: .36rem;
  }

  .site-clock small {
    font-size: .38rem;
  }

  .site-clock time {
    font-size: .9rem;
  }

  .site-clock-header {
    display: grid;
  }

  .site-clock-masthead {
    display: none;
  }

  .plaza-nav {
    align-items: stretch;
  }

  .plaza-nav a {
    display: grid;
    place-items: center;
    padding: .5rem .25rem;
    font-size: .58rem;
  }

  .broadcast {
    padding-top: .55rem;
  }

  .broadcast-heading {
    gap: .55rem;
    margin-bottom: .65rem;
  }

  .broadcast-heading .kicker {
    margin-bottom: .2rem;
    font-size: .6rem;
  }

  .broadcast-heading .status {
    margin-bottom: 0;
    padding: .34rem .58rem;
    font-size: .6rem;
  }

  .broadcast h1 {
    font-size: 2.45rem;
    line-height: .84;
  }
}

/* Progressive masthead: identities persist; utilities collapse into the bar. */
@media (min-width: 1100px) {
  .masthead-row {
    width: min(100%, 1280px);
    margin-inline: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 2.25rem);
  }

  .venue-lockups,
  .utility-lockups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(.75rem, 2vw, 1.75rem);
  }

  .weather,
  .site-clock-masthead {
    justify-self: center;
  }
}

@media (min-width: 561px) and (max-width: 1099px) {
  .site-chrome > header {
    grid-template-columns: auto 1fr auto;
  }

  .site-clock-header {
    display: grid;
  }

  .site-clock-masthead {
    display: none;
  }

  .masthead-row {
    width: min(100%, 920px);
    margin-inline: auto;
    grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
    gap: clamp(.75rem, 2vw, 1.5rem);
  }

  .utility-lockups {
    display: block;
  }

  .weather {
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .site-chrome > header {
    grid-template-columns: auto 1fr auto auto;
    gap: .65rem;
  }

  .site-chrome > header nav {
    display: none;
  }

  .site-clock-header {
    display: grid;
  }

  .header-conditions {
    display: flex;
  }

  .masthead-row {
    display: block;
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .venue-lockups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(.75rem, 3vw, 1.5rem);
  }

  .utility-lockups {
    display: none;
  }
}
