.seo-page {
  background: #f6f3ea;
}

.seo-header {
  position: absolute;
}

.seo-main {
  min-height: 70vh;
}

.seo-hero {
  min-height: 490px;
  padding: 155px max(24px, calc((100vw - 1120px) / 2)) 88px;
  color: white;
  background:
    radial-gradient(circle at 82% 12%, rgba(98, 228, 207, 0.17), transparent 30%),
    radial-gradient(circle at 16% 100%, rgba(49, 123, 132, 0.27), transparent 40%),
    linear-gradient(135deg, #073440 0%, #05242d 55%, #031b22 100%);
}

.breadcrumbs {
  margin-bottom: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--aqua-bright);
}

.seo-kicker {
  margin: 0 0 0.75rem;
  color: var(--aqua-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.seo-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 6vw, 5.25rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.seo-lede {
  max-width: 760px;
  margin: 1.35rem 0 1.7rem;
  color: rgba(255, 255, 255, 0.67);
  font-size: 1.03rem;
  line-height: 1.7;
}

.seo-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.seo-facts span {
  padding: 0.55rem 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 99px;
  font-size: 0.75rem;
}

.seo-facts strong {
  color: white;
}

.seo-content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 86px 24px 110px;
}

.seo-section-heading {
  margin-bottom: 2rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.seo-section-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.seo-section-heading > p {
  max-width: 390px;
  margin: 0;
  color: #637a80;
  font-size: 0.82rem;
  line-height: 1.6;
}

.seo-event-list {
  display: grid;
  gap: 0.85rem;
}

.seo-event-card {
  padding: 1rem 1.1rem;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  background: var(--paper);
  border: 1px solid rgba(8, 45, 55, 0.1);
  border-radius: 14px;
  box-shadow: 0 7px 20px rgba(8, 45, 55, 0.035);
}

.seo-event-date {
  padding: 0.48rem 0.25rem;
  color: white;
  background: linear-gradient(145deg, #176b72, #073943);
  border-radius: 10px;
  text-align: center;
}

.seo-event-date span,
.seo-event-date strong,
.seo-event-date small {
  display: block;
}

.seo-event-date span,
.seo-event-date small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.seo-event-date strong {
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1.08;
}

.seo-event-copy h3 {
  margin: 0 0 0.28rem;
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.seo-event-copy h3 a {
  color: inherit;
  text-decoration-color: #8abfb7;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.seo-event-copy h3 a:hover,
.seo-event-copy h3 a:focus-visible {
  color: #147a73;
  text-decoration-color: currentColor;
}

.seo-event-copy p {
  margin: 0.16rem 0;
  color: #6e8287;
  font-size: 0.74rem;
  line-height: 1.45;
}

.seo-event-copy .seo-related {
  color: #89999c;
  font-size: 0.68rem;
}

.seo-related a {
  color: #147a73;
  font-weight: 700;
  text-underline-offset: 2px;
}

.seo-event-action {
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  text-align: right;
}

.seo-event-action a {
  padding: 0.68rem 0.85rem;
  display: inline-block;
  color: #052c34;
  background: var(--aqua-bright);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.seo-event-action a:hover,
.seo-event-action a:focus-visible {
  background: #7cebd9;
}

.seo-event-action .seo-ticket-resale {
  color: #255d61;
  background: #f3f0e9;
  border: 1px solid #ded8cb;
}

.seo-event-action .seo-ticket-resale:hover,
.seo-event-action .seo-ticket-resale:focus-visible {
  background: #e8f3f0;
  border-color: #aed4cd;
}

.seo-event-action small {
  margin-top: 0.35rem;
  display: block;
  color: #849497;
  font-size: 0.6rem;
}

.seo-guidance {
  margin-top: 2rem;
  padding: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  background: #eaf4f1;
  border: 1px solid #d1e6e0;
  border-radius: 14px;
}

.seo-guidance strong,
.seo-guidance span {
  display: block;
}

.seo-guidance strong {
  margin-bottom: 0.28rem;
  font-size: 0.76rem;
}

.seo-guidance span {
  color: #647b80;
  font-size: 0.68rem;
  line-height: 1.5;
}

.directory-hero {
  min-height: 450px;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.directory-card {
  min-width: 0;
  padding: 0.85rem;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  background: var(--paper);
  border: 1px solid rgba(8, 45, 55, 0.1);
  border-radius: 11px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.directory-card:hover,
.directory-card:focus-visible {
  border-color: #9ccfc6;
  box-shadow: 0 10px 24px rgba(8, 45, 55, 0.08);
  transform: translateY(-2px);
}

.directory-monogram {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #11776f;
  background: #e1f4ef;
  border-radius: 9px;
  font-family: var(--display);
  font-weight: 800;
}

.directory-card strong,
.directory-card small {
  display: block;
}

.directory-card strong {
  overflow: hidden;
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.directory-card small {
  margin-top: 0.2rem;
  color: #71858a;
  font-size: 0.64rem;
  line-height: 1.35;
}

.seo-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.seo-button {
  padding: 0.75rem 1rem;
  color: var(--ink-deep);
  background: var(--aqua-bright);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.seo-text-link {
  color: white;
  font-size: 0.82rem;
  text-underline-offset: 3px;
}

.seo-footer {
  margin-top: 0;
}

.event-hero-link {
  color: white;
  font-weight: 700;
  text-underline-offset: 3px;
}

.event-detail-content {
  max-width: 1180px;
}

.event-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 1.25rem;
  align-items: start;
}

.event-detail-card,
.event-ticket-card {
  padding: clamp(1.35rem, 3vw, 2.2rem);
  background: var(--paper);
  border: 1px solid rgba(8, 45, 55, 0.1);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(8, 45, 55, 0.05);
}

.event-detail-card h2,
.event-ticket-card h2 {
  margin: 0 0 1.4rem;
  font-family: var(--display);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.event-detail-list {
  margin: 0;
}

.event-detail-list > div {
  padding: 0.9rem 0;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 1rem;
  border-top: 1px solid rgba(8, 45, 55, 0.09);
}

.event-detail-list dt {
  color: #7b8f93;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-detail-list dd {
  margin: 0;
  color: #274c53;
  font-size: 0.82rem;
  line-height: 1.55;
}

.event-detail-list a {
  color: #147a73;
  font-weight: 700;
  text-underline-offset: 2px;
}

.event-source-link {
  margin-top: 0.65rem;
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #123d45;
  background: #eff7f5;
  border: 1px solid #d3e8e3;
  border-radius: 11px;
  text-decoration: none;
}

.event-source-link:hover,
.event-source-link:focus-visible {
  border-color: #82c9bd;
  box-shadow: 0 7px 18px rgba(8, 45, 55, 0.08);
}

.event-source-link strong,
.event-source-link small {
  display: block;
}

.event-source-link strong {
  font-size: 0.86rem;
}

.event-source-link small {
  margin-top: 0.16rem;
  color: #71878b;
  font-size: 0.66rem;
}

.event-source-resale {
  background: #f6f3ed;
  border-color: #e2ddd2;
}

.event-resale-pending,
.event-ticket-note {
  color: #71858a;
  font-size: 0.7rem;
  line-height: 1.55;
}

.event-resale-pending {
  margin: 1rem 0 0;
  padding: 0.8rem;
  background: #f5f4ef;
  border-radius: 9px;
}

.event-ticket-note {
  margin: 1rem 0 0;
}

@media (max-width: 900px) {
  .directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-guidance {
    grid-template-columns: 1fr;
  }

  .event-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .seo-hero {
    min-height: 440px;
    padding-top: 130px;
  }

  .breadcrumbs {
    margin-bottom: 2rem;
  }

  .seo-section-heading {
    display: block;
  }

  .seo-section-heading > p {
    margin-top: 1rem;
  }

  .seo-event-card {
    grid-template-columns: 58px 1fr;
  }

  .seo-event-action {
    grid-column: 2;
    align-items: flex-start;
    text-align: left;
  }

  .directory-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .seo-content {
    padding-top: 64px;
  }

  .seo-event-card {
    padding: 0.85rem;
  }
}
