:root {
  color-scheme: light;
  --blue: #0075ff;
  --ink: #202020;
  --muted: #5f6977;
  --line: #d8dde4;
  --panel: #f3f6fa;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

button {
  font: inherit;
  letter-spacing: 0;
}

.dcm-site-hero {
  position: relative;
  display: flex;
  min-height: 640px;
  flex-direction: column;
  padding: 24px 42px 70px;
  background:
    linear-gradient(rgba(18, 30, 42, 0.28), rgba(0, 0, 0, 0.46)),
    url("assets/lh3-googleusercontent-com-bb59bd2e1575.png") center / cover;
  color: #fff;
}

.dcm-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px;
}

.dcm-brand {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #fff;
  text-decoration: none;
}

.dcm-brand img {
  width: 55px;
  height: 55px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: #fff;
}

.dcm-brand strong {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.dcm-brand small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.dcm-nav-links {
  display: flex;
  justify-content: flex-end;
  gap: 38px;
  flex-wrap: wrap;
  padding-top: 17px;
}

.dcm-nav-links a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.dcm-nav-links a:hover,
.dcm-nav-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.hero-center {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 1;
  align-content: center;
  justify-items: center;
  width: min(980px, 100%);
  margin: 0 auto;
  padding-top: 54px;
  text-align: center;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(60px, 7vw, 92px);
  font-weight: 300;
  letter-spacing: 10px;
  line-height: 1.08;
}

.events-section {
  padding: 78px 20px 96px;
  background: #fff;
}

.page-heading {
  margin: 0 auto 54px;
  text-align: center;
}

.page-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 1.15;
  text-transform: uppercase;
}

.page-heading h2::after {
  display: block;
  width: 112px;
  height: 2px;
  margin: 30px auto 0;
  background: #111;
  content: "";
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-kicker,
.event-type {
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading h3 {
  margin: 8px 0 0;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 1.18;
  text-transform: uppercase;
}

.section-heading p:not(.section-kicker) {
  max-width: 620px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.event-feed-status {
  max-width: 920px;
  min-height: 24px;
  margin: 0 auto 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.event-feed-status[hidden] {
  display: none;
}

.event-controls {
  display: grid;
  gap: 14px;
  width: min(920px, 100%);
  margin: 0 auto 30px;
  justify-items: center;
}

.event-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.filter-chip {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  padding: 8px 14px;
  color: #27313d;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.filter-chip:hover,
.filter-chip:focus-visible {
  border-color: var(--blue);
}

.filter-chip.is-active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

#filter-count {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.event-list {
  display: grid;
  gap: 0;
  width: min(920px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.event-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  padding: 30px 0;
}

.event-card[hidden] {
  display: none;
}

.event-card time {
  display: grid;
  align-content: start;
  gap: 8px;
  color: var(--ink);
  text-align: left;
}

.event-card time span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.event-card time strong {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1;
}

.event-card > div {
  min-width: 0;
}

.event-card h3 {
  margin: 8px 0 12px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.22;
}

.event-card p:not(.event-type) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.event-card ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.event-card li {
  border: 1px solid var(--line);
  padding: 7px 11px;
  background: var(--panel);
  color: #27313d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  justify-items: center;
  padding: 48px 20px 56px;
  background: var(--blue);
  color: #fff;
  text-align: center;
}

.site-footer img {
  display: block;
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
  background: #fff;
}

.site-footer h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3px;
}

.footer-phone {
  margin: 0 0 16px;
}

.footer-phone a {
  display: inline-block;
  background: #fff;
  padding: 5px 13px;
  color: #333;
  font-size: 28px;
  text-decoration: none;
}

.site-footer > a {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.45;
}

.footer-hours {
  border: 2px solid rgba(255, 255, 255, 0.8);
  padding: 17px 48px;
  background: rgba(0, 0, 0, 0.78);
}

.footer-hours span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-hours strong {
  font-size: 27px;
  font-weight: 300;
  line-height: 1.16;
}

@media (max-width: 960px) {
  .dcm-site-hero {
    min-height: 600px;
  }

  .dcm-nav {
    display: grid;
    justify-items: center;
  }

  .dcm-nav-links {
    justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .dcm-site-hero {
    min-height: 560px;
    padding: 18px 12px 48px;
  }

  .dcm-brand {
    align-items: center;
  }

  .dcm-brand img {
    width: 47px;
    height: 47px;
  }

  .dcm-brand strong {
    font-size: 15px;
    letter-spacing: 1.7px;
  }

  .dcm-brand small {
    font-size: 12px;
  }

  .dcm-nav-links {
    width: 100%;
    gap: 8px;
  }

  .dcm-nav-links a {
    flex: 1 1 calc(50% - 8px);
    border: 1px solid rgba(255, 255, 255, 0.42);
    padding: 9px 6px;
    background: rgba(0, 0, 0, 0.18);
    font-size: 12px;
    text-align: center;
  }

  h1 {
    font-size: 50px;
    letter-spacing: 6px;
  }

  .events-section {
    padding: 54px 12px 64px;
  }

  .page-heading {
    margin-bottom: 38px;
  }

  .page-heading h2,
  .section-heading h3 {
    letter-spacing: 5px;
  }

  .event-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 0;
  }

  .event-card time {
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 14px;
  }

  .footer-phone a {
    font-size: 24px;
  }

  .footer-hours {
    width: min(100%, 360px);
    padding: 16px 20px;
  }
}
