.hero {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 74% 58%, rgba(113,153,132,.30) 0 12%, transparent 12.4%),
    radial-gradient(ellipse at 86% 33%, rgba(91,130,111,.22) 0 18%, transparent 18.4%),
    linear-gradient(135deg, #092821 0%, #123a32 56%, #365f50 100%);
}

.hero::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -120px;
  top: -160px;
  border: 1px solid rgba(221,234,226,.19);
  border-radius: 43% 57% 48% 52%;
  box-shadow:
    0 0 0 46px rgba(255,255,255,.018),
    0 0 0 47px rgba(221,234,226,.14),
    0 0 0 94px rgba(255,255,255,.014),
    0 0 0 95px rgba(221,234,226,.11),
    0 0 0 142px rgba(255,255,255,.01),
    0 0 0 143px rgba(221,234,226,.08);
  transform: rotate(-13deg);
}

.hero::after {
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(0deg, rgba(4,24,20,.58), transparent);
}

@media (max-width: 760px) {
  .hero { background-position: initial; }
  .hero::before { width: 500px; height: 500px; right: -280px; top: 55px; }
}

/* Quiet the display type while keeping the approved copy and layout. */
.hero h1 {
  font-size: clamp(3.7rem, 6.8vw, 6.2rem);
  letter-spacing: -.028em;
}

.hero-deck {
  font-size: 1rem;
}

.section-heading h2,
.signup h2,
.dialog-card h2 {
  font-size: clamp(2.35rem, 3.9vw, 3.8rem);
}

.coverage h2 {
  font-size: clamp(3.1rem, 6.2vw, 5.7rem);
}

.event-main h3 {
  font-size: 1.32rem;
  font-weight: 500;
}

.filter,
.calendar-toolbar label,
.signup button,
.primary {
  font-weight: 600;
}

@media (max-width: 760px) {
  .hero h1 { font-size: clamp(3.6rem, 16vw, 4.9rem); }
  .event-main h3 { font-size: 1.05rem; }
}

.dialog-card textarea {
  resize: vertical;
  min-height: 96px;
}

.field-note {
  font-size: .72rem;
  font-weight: 400;
  color: var(--muted);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--forest-deep);
  padding: 10px 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}

.skip-link:focus { transform: translateY(0); }

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.dialog-card.submitted .dialog-status::before {
  content: "Thanks for sending this our way.";
  display: block;
  margin-bottom: 10px;
  font: 600 1.5rem/1.1 var(--serif);
}

.dialog-card.submitted .dialog-status {
  max-width: 410px;
  margin: 0 auto;
  text-align: center;
}
