:root {
  --ws-ink: #0b2f44;
  --ws-muted: #64748b;
  --ws-line: rgba(15, 118, 110, 0.16);
  --ws-sea: #0891b2;
  --ws-sea-dark: #0f4c5c;
  --ws-foam: #ecfeff;
  --ws-sand: #fff7ed;
  --ws-sun: #f97316;
  --ws-good: #10b981;
  --ws-fair: #f59e0b;
  --ws-low: #94a3b8;
  --ws-surface: rgba(255, 255, 255, 0.94);
  --ws-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
  --ws-radius: 14px;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 14% 4%, rgba(14, 165, 233, 0.14), transparent 28rem),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f0fdfa 100%) !important;
  color: var(--ws-ink) !important;
  font-family: Inter, Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: 0;
}

a {
  color: var(--ws-sea);
}

.container,
main.container {
  max-width: 1220px;
}

.top-header {
  background: var(--ws-sea-dark) !important;
  padding: 0.45rem 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 0.82rem !important;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  margin-bottom: 1.75rem !important;
  padding: 0.45rem 0 !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06) !important;
  backdrop-filter: blur(18px);
}

.navbar-brand {
  min-height: 58px;
  margin-right: 2.25rem !important;
  letter-spacing: 0 !important;
}

.navbar-brand img {
  height: 56px !important;
  width: auto;
}

.nav-link {
  color: #315166 !important;
  border-bottom: 2px solid transparent;
  font-size: 0.94rem;
  font-weight: 800 !important;
}

.nav-link:hover,
.nav-link.active,
.nav-item.dropdown.show > .nav-link.dropdown-toggle {
  color: var(--ws-sea) !important;
  border-bottom-color: var(--ws-sea) !important;
}

.dropdown-menu {
  border: 1px solid rgba(14, 165, 233, 0.16) !important;
  border-radius: 0 0 12px 12px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12) !important;
}

.dropdown-group-title {
  color: var(--ws-sea-dark) !important;
  background: var(--ws-foam) !important;
  border-bottom-color: rgba(14, 165, 233, 0.16) !important;
}

main.container {
  margin-bottom: 4rem !important;
}

.card,
.spot-block-card,
.forecast-card,
.homepage-explanation .card,
.gids-content,
.gids-cta,
.gids-related-card,
.gids-list-card,
.local-spot-guide {
  border: 1px solid var(--ws-line) !important;
  border-radius: var(--ws-radius) !important;
  background: var(--ws-surface) !important;
  box-shadow: var(--ws-shadow) !important;
  backdrop-filter: none !important;
}

.card-body {
  padding: 1.35rem !important;
}

.homepage-header,
.hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.75rem !important;
  padding: 3rem 0 !important;
  border: 1px solid rgba(14, 165, 233, 0.18) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(90deg, rgba(8, 47, 73, 0.78), rgba(8, 145, 178, 0.28)),
    linear-gradient(135deg, #0f4c5c 0%, #0891b2 52%, #ecfeff 100%) !important;
  box-shadow: var(--ws-shadow) !important;
}

.homepage-header::after,
.hero::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -3rem;
  width: 22rem;
  height: 8rem;
  border: 1.4rem solid rgba(255, 255, 255, 0.2);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-8deg);
}

.homepage-header .container,
.hero .container,
.hero-gids-inner {
  position: relative;
  z-index: 1;
}

.homepage-header h1,
.hero h1 {
  max-width: 820px;
  margin: 0 0 0.85rem !important;
  color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 4.2rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.homepage-subtitle,
.hero .lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.08rem !important;
  line-height: 1.6 !important;
}

.region-intro,
.page-intro {
  max-width: 880px;
  padding: 0.95rem 1rem;
  border-left: 4px solid var(--ws-sun);
  border-radius: 0.35rem;
  background: linear-gradient(90deg, rgba(255, 247, 237, 0.95), rgba(255, 255, 255, 0));
  color: #334155 !important;
  font-size: 1.02rem !important;
  line-height: 1.6 !important;
}

.page-header {
  border: 1px solid rgba(14, 165, 233, 0.2) !important;
  border-bottom: 4px solid var(--ws-sea) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 253, 255, 0.92)) !important;
  box-shadow: var(--ws-shadow) !important;
}

.page-title h1,
.section-title,
.explanation-title,
.forecast-card-title,
.spot-block-title,
.local-spot-guide-title,
.gids-related-card-title {
  color: var(--ws-ink) !important;
  letter-spacing: 0 !important;
}

.page-title h1 {
  font-size: clamp(1.9rem, 3vw, 3rem) !important;
}

.homepage-map-section .card,
.region-map-card {
  overflow: hidden;
  border: 0 !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12) !important;
}

.ws-forecast-strip,
.ws-around-home {
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ws-shadow);
}

.ws-forecast-strip {
  margin-top: -0.75rem;
  padding: 1rem;
}

.ws-forecast-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.ws-forecast-tabs a,
.ws-forecast-tabs span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 0.9rem;
  border: 1px solid rgba(14, 116, 144, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ws-ink);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.ws-forecast-tabs .active {
  border-color: var(--ws-sea);
  background: var(--ws-sea);
  color: #ffffff;
}

.ws-forecast-summary {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 0.85rem;
  padding-top: 0.9rem;
}

.ws-featured-spot,
.ws-metric {
  display: grid;
  gap: 0.28rem;
  min-height: 112px;
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 10px;
  background: #ffffff;
  text-decoration: none;
}

.ws-featured-spot span,
.ws-metric span,
.ws-eyebrow {
  color: #337086;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ws-featured-spot strong,
.ws-metric strong {
  color: var(--ws-ink);
  font-size: 1.35rem;
  line-height: 1.15;
}

.ws-featured-spot small,
.ws-metric small {
  color: var(--ws-muted);
  font-weight: 700;
}

.ws-around-home {
  padding: 1.5rem;
  background:
    linear-gradient(135deg, rgba(236, 253, 255, 0.95), rgba(255, 255, 255, 0.98) 50%, rgba(255, 247, 237, 0.78));
}

.ws-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.ws-section-heading h2 {
  margin: 0;
  color: var(--ws-ink);
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.ws-section-heading a {
  color: var(--ws-sea);
  font-weight: 900;
  text-decoration: none;
}

.ws-around-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.ws-around-card {
  display: grid;
  gap: 0.65rem;
  min-height: 150px;
  padding: 1rem;
  border: 1px solid rgba(20, 184, 166, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ws-ink);
  text-decoration: none;
}

.ws-around-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 999px;
  background: var(--ws-foam);
  color: var(--ws-sea);
}

.ws-around-card p {
  margin: 0;
  color: var(--ws-muted);
  line-height: 1.45;
}

#map,
.map-container,
.map-container-large {
  border: 0 !important;
  border-radius: 14px !important;
}

.homepage-time-selector,
.region-time-selector {
  margin-top: -0.25rem;
}

.time-selector,
.spot-time-selector {
  background: transparent !important;
}

.time-block,
.spot-time-btn,
.map-sport-toggle {
  border: 1px solid rgba(14, 116, 144, 0.22) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ws-ink) !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.time-block.active,
.spot-time-btn.active,
.map-sport-toggle.active {
  border-color: var(--ws-sea) !important;
  background: var(--ws-sea) !important;
  color: #ffffff !important;
}

.homepage-spot-blocks .container,
.gids-category .container,
.gids-related .container {
  max-width: 1220px;
  padding-left: 0;
  padding-right: 0;
}

.spot-block-header,
.section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.spot-table {
  margin-bottom: 0 !important;
  color: var(--ws-ink);
}

.spot-table thead th,
.forecast-table thead th,
.details-table thead th {
  border-bottom: 1px solid rgba(14, 116, 144, 0.18) !important;
  background: var(--ws-foam) !important;
  color: var(--ws-sea-dark) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
}

.spot-table tbody td,
.forecast-table tbody td,
.details-table tbody td {
  border-bottom-color: rgba(148, 163, 184, 0.15) !important;
  vertical-align: middle;
}

.spot-name-link {
  color: var(--ws-ink) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.spot-name-link:hover {
  color: var(--ws-sea) !important;
}

.score-badge,
.details-score-badge,
.score-pill {
  border-radius: 999px !important;
  box-shadow: none !important;
}

.homepage-explanation .card,
.forecast-card {
  border-top: 4px solid #38bdf8 !important;
}

.explanation-text,
.forecast-text,
.gids-related-card-description,
.gids-list-card .gids-related-card-description,
.local-spot-guide-intro,
.local-spot-item-text {
  color: var(--ws-muted) !important;
  line-height: 1.65 !important;
}

.local-spot-guide {
  background:
    linear-gradient(135deg, rgba(240, 253, 250, 0.95), rgba(255, 255, 255, 0.98) 48%, rgba(255, 247, 237, 0.76)) !important;
}

.local-spot-item,
.around-card,
.gids-list-card,
.gids-related-card {
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

.local-spot-item:hover,
.gids-list-card:hover,
.gids-related-card:hover {
  border-color: rgba(20, 184, 166, 0.42) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.09) !important;
}

.gids-overview .hero-gids {
  padding: 0 !important;
}

.gids-list-card::before,
.gids-related-card::before {
  background: linear-gradient(90deg, var(--ws-sea), var(--ws-sun)) !important;
}

.gids-content-body {
  color: #243b53;
  font-size: 1.04rem !important;
}

.gids-content-body h2,
.gids-content-body h3 {
  color: var(--ws-ink);
  letter-spacing: 0;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: var(--ws-muted);
}

.breadcrumb-item a {
  color: var(--ws-sea) !important;
  font-weight: 800;
}

.content-page {
  max-width: 900px;
  margin: 0 auto;
}

.content-page-back {
  margin-bottom: 1rem;
}

.content-page h1 {
  margin-bottom: 1rem;
  color: var(--ws-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.content-page .lead {
  max-width: 760px;
  color: #334155;
  line-height: 1.65;
}

.btn-primary {
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ws-sea) !important;
  box-shadow: 0 10px 24px rgba(8, 145, 178, 0.22) !important;
  font-weight: 900 !important;
}

.btn-primary:hover {
  background: var(--ws-sea-dark) !important;
}

footer {
  background: var(--ws-sea-dark) !important;
}

.ws-feedback-launcher {
  border-radius: 999px !important;
  background: var(--ws-sea) !important;
  box-shadow: 0 14px 32px rgba(8, 145, 178, 0.25) !important;
}

@media (min-width: 992px) {
  .homepage-map-section,
  #top-surf-spots,
  #top-kitesurf-spots {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 991px) {
  .navbar {
    position: relative;
  }

  .homepage-header,
  .hero {
    padding: 2rem 0 !important;
  }

  .homepage-spot-blocks .container,
  .gids-category .container,
  .gids-related .container {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }

  .ws-forecast-summary,
  .ws-around-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .navbar-brand img {
    height: 48px !important;
  }

  .card-body {
    padding: 1rem !important;
  }

  .spot-block-header {
    flex-direction: column;
  }

  .ws-forecast-summary,
  .ws-around-grid {
    grid-template-columns: 1fr;
  }

  .ws-section-heading {
    flex-direction: column;
  }
}

/* Refined surf-guide direction: keep the existing controls and data, update the visual system. */
:root {
  --ws-deep: #0b4a62;
  --ws-tide: #0d8aaa;
  --ws-aqua: #22c7df;
  --ws-glass: rgba(255, 255, 255, 0.9);
  --ws-warm: #fff7ed;
  --ws-soft-line: rgba(15, 76, 92, 0.13);
  --ws-soft-shadow: 0 16px 38px rgba(8, 47, 73, 0.075);
}

body {
  background:
    linear-gradient(180deg, rgba(236, 253, 255, 0.95) 0%, #ffffff 34%, rgba(240, 253, 250, 0.86) 100%) !important;
}

.top-header {
  background: #0f5368 !important;
}

.navbar {
  border-bottom-color: rgba(8, 47, 73, 0.09) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 10px 28px rgba(8, 47, 73, 0.06) !important;
}

.homepage-header,
.hero {
  position: relative;
  min-height: 0;
  display: block;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.homepage-header::after,
.hero::after {
  content: none !important;
}

.homepage-header h1,
.hero h1 {
  max-width: 760px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.14);
}

.homepage-subtitle,
.hero .lead {
  max-width: 660px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.14);
}

.homepage-header > .container {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
  gap: 24px;
  align-items: stretch;
}

.ws-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  max-width: none;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--ws-line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 253, 255, 0.85));
  color: var(--ws-ink);
  box-shadow: var(--ws-soft-shadow);
}

.ws-hero-copy::after {
  content: "";
  display: block;
  height: 185px;
  margin-top: 28px;
  border-radius: 14px;
  background: url("/images/wavespot-hero-beach.png") center 48% / cover no-repeat;
}

.ws-hero-map-card {
  position: relative;
  z-index: 1;
  inset: auto;
  width: auto;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--ws-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ws-soft-shadow);
  backdrop-filter: none;
}

.homepage-header .ws-hero-copy h1 {
  color: var(--ws-ink) !important;
  font-size: clamp(2.25rem, 3.7vw, 3.35rem) !important;
  line-height: 1.08 !important;
  text-shadow: none !important;
}

.homepage-header .homepage-subtitle {
  max-width: 560px;
  color: var(--ws-muted) !important;
  font-size: 1.08rem !important;
  line-height: 1.6 !important;
  text-shadow: none !important;
}

.ws-hero-map-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.ws-hero-map-heading h2 {
  margin: 0;
  color: var(--ws-ink);
  font-size: 1.5rem;
  line-height: 1.15;
}

.homepage-header .ws-hero-map-container {
  flex: 1;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 12px !important;
}

.homepage-header .legend-overlay {
  max-width: 280px;
}

.ws-forecast-strip {
  position: relative;
  z-index: 2;
  margin-top: -3.25rem;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(8, 47, 73, 0.105);
  backdrop-filter: blur(16px);
}

.ws-forecast-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(100, 116, 139, 0.16);
}

.ws-sport-switch,
.ws-window-pills {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ws-sport-switch {
  padding: 0.25rem;
  border: 1px solid rgba(14, 116, 144, 0.14);
  border-radius: 999px;
  background: #f8fafc;
}

.ws-sport-switch a,
.ws-window-pills span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding: 0 1rem;
  border-radius: 999px;
  color: #315166;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.ws-sport-switch a.active {
  background: #0aa6c2;
  color: #fff;
  box-shadow: 0 10px 24px rgba(8, 145, 178, 0.14);
}

.ws-window-pills span {
  border: 1px solid rgba(14, 116, 144, 0.18);
  background: #fff;
}

.ws-window-pills span.active {
  border-color: rgba(10, 166, 194, 0.24);
  background: rgba(236, 253, 255, 0.92);
  color: #0f5368;
}

.ws-forecast-tabs {
  display: none;
}

.ws-featured-spot,
.ws-metric {
  border-color: rgba(15, 76, 92, 0.11);
  background: linear-gradient(180deg, #ffffff, rgba(248, 250, 252, 0.82));
}

.ws-featured-spot {
  background:
    linear-gradient(135deg, rgba(236, 253, 255, 0.96), #ffffff 58%, rgba(255, 247, 237, 0.9));
}

.homepage-map-section .card {
  border-radius: 16px !important;
  background: #ffffff !important;
}

.map-container-large,
.homepage-map-section #map {
  min-height: 540px;
}

.map-sport-toggles {
  padding: 0.25rem;
  border: 1px solid rgba(15, 76, 92, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(8, 47, 73, 0.1);
  backdrop-filter: blur(12px);
}

.map-sport-toggle {
  min-height: 38px !important;
  padding: 0 0.9rem !important;
}

.time-selector {
  padding: 0.5rem !important;
  border: 1px solid rgba(15, 76, 92, 0.1) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 10px 26px rgba(8, 47, 73, 0.06) !important;
}

.spot-block-card,
.homepage-explanation .card,
.forecast-card,
.gids-content,
.gids-cta,
.gids-related-card,
.gids-list-card,
.local-spot-guide {
  border-color: var(--ws-soft-line) !important;
  border-radius: 14px !important;
  box-shadow: var(--ws-soft-shadow) !important;
}

.spot-block-card {
  overflow: hidden;
}

.spot-block-card::before,
.homepage-explanation .card::before,
.forecast-card::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #22c7df, #fb923c);
}

.spot-block-card > .card-body,
.homepage-explanation .card > .card-body,
.forecast-card > .card-body {
  padding-top: 1.25rem !important;
}

.spot-block-header {
  align-items: center;
}

.spot-block-title i {
  color: var(--ws-sea);
}

.spot-time-selector {
  padding: 0.2rem;
  border: 1px solid rgba(15, 76, 92, 0.1);
  border-radius: 999px;
  background: #f8fafc !important;
}

.spot-time-btn {
  min-height: 34px;
  padding: 0 0.85rem !important;
}

.spot-table thead th,
.forecast-table thead th,
.details-table thead th {
  background: rgba(236, 253, 255, 0.78) !important;
}

.spot-table tbody tr:hover {
  background: rgba(236, 253, 255, 0.44);
}

.ws-around-home,
.local-spot-guide {
  position: relative;
  overflow: hidden;
  border-color: rgba(20, 184, 166, 0.18) !important;
  background:
    linear-gradient(135deg, rgba(236, 253, 255, 0.96), rgba(255, 255, 255, 0.96) 54%, rgba(255, 247, 237, 0.88)) !important;
}

.ws-around-home::before,
.local-spot-guide::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #22c7df, #fb923c);
}

.ws-around-card,
.local-spot-item,
.gids-list-card,
.gids-related-card {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ws-around-card:hover {
  border-color: rgba(20, 184, 166, 0.42);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.09);
}

.ws-around-icon,
.local-spot-category-icon {
  background: #ecfeff !important;
  color: var(--ws-sea) !important;
}

.page-header {
  border: 0 !important;
  background:
    linear-gradient(135deg, #ffffff, rgba(236, 253, 255, 0.9) 52%, rgba(255, 247, 237, 0.62)) !important;
  box-shadow: var(--ws-soft-shadow) !important;
}

.page-header-content {
  gap: 1.25rem;
}

.score-large {
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16) !important;
}

.spot-map-forecast-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, 0.97fr);
  gap: 1.4rem;
  align-items: start;
}

.spot-map-forecast-grid .container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.region-map-card #region-map,
.region-map-card .map-container {
  min-height: 520px;
}

.region-time-selector .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.gids-content,
.content-page {
  background: rgba(255, 255, 255, 0.94);
}

.gids-content-body,
.content-page .lead,
.article-content,
.page-content {
  color: #334155;
}

.seo-link-grid a {
  border-color: rgba(15, 76, 92, 0.12) !important;
  background: #ffffff !important;
  color: var(--ws-ink);
}

.seo-link-grid a:hover {
  border-color: rgba(20, 184, 166, 0.42) !important;
  color: var(--ws-sea);
}

footer {
  background:
    linear-gradient(135deg, #0f5368, #137083) !important;
}

@media (max-width: 991px) {
  .homepage-header,
  .hero {
    min-height: auto;
  }

  .homepage-header > .container {
    grid-template-columns: 1fr;
  }

  .ws-hero-copy,
  .ws-hero-map-card {
    min-height: auto;
  }

  .ws-hero-map-card {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 430px;
    margin: 0 0 1.25rem;
  }

  .ws-forecast-strip {
    margin-top: -2rem;
  }

  .ws-forecast-controls {
    align-items: flex-start;
  }

  .spot-map-forecast-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ws-sport-switch,
  .ws-window-pills,
  .spot-time-selector {
    width: 100%;
  }

  .ws-sport-switch a,
  .ws-window-pills span,
  .spot-time-btn {
    flex: 1 1 auto;
  }

  .map-container-large,
  .homepage-map-section #map,
  .homepage-header #map,
  .region-map-card #region-map,
  .region-map-card .map-container {
    min-height: 430px;
  }

  .ws-hero-map-card {
    min-height: 460px;
  }

  .ws-hero-copy {
    padding: 56px 0 28px;
  }
}
