:root {
  --ww-ink: #18231f;
  --ww-muted: #65736d;
  --ww-green: #176b52;
  --ww-green-dark: #0e4d3a;
  --ww-mint: #e8f4ef;
  --ww-sun: #f5c84b;
  --ww-cream: #faf8f2;
  --ww-line: rgba(24,35,31,.12);
  --ww-shadow: 0 22px 60px rgba(24,35,31,.10);
}

html { scroll-padding-top: 92px; }

body#top {
  background: var(--ww-cream);
  color: var(--ww-ink);
}

body#top .section-divider,
body#top .home-discovery,
body#top .activity-legal-note,
body#top #partner {
  display: none !important;
}

body#top :is(button, a, input, select):focus-visible {
  outline: 3px solid #4cb494 !important;
  outline-offset: 3px !important;
}

/* A visual decision gateway sits between search and local recommendations. */
body#top .discovery-gateway {
  width: 100%;
  margin: 0;
  padding: clamp(72px, 8vw, 112px) max(20px, calc((100vw - 1180px) / 2));
  background: #f6f2e8;
}

body#top .discovery-gateway-head {
  max-width: 900px;
  margin: 0 0 clamp(32px, 5vw, 52px);
}

body#top .discovery-gateway-kicker,
body#top .more-explore-kicker {
  margin: 0 0 13px;
  color: var(--ww-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body#top .discovery-gateway-head h2 {
  max-width: 860px;
  margin: 0;
  color: var(--ww-ink);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

body#top .discovery-gateway-head > p:last-child {
  margin: 19px 0 0;
  color: var(--ww-muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.5;
}

body#top .discovery-gateway-grid {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

body#top .gateway-card {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 26px;
  background: var(--ww-green-dark);
  color: #fff;
  box-shadow: 0 22px 58px rgba(24,35,31,.15);
}

body#top .gateway-card-events {
  grid-column: 1 / span 7;
  min-height: 470px;
}

body#top .gateway-card-trips {
  grid-column: 8 / span 5;
  min-height: 470px;
}

body#top .gateway-card-seasonal {
  grid-column: 6 / span 7;
}

body#top .gateway-card-dmv {
  grid-column: 1 / span 5;
  grid-row: 2;
}

body#top .gateway-card-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

body#top .gateway-card-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

body#top .gateway-image-credit {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 3;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(7,20,16,.58);
  color: rgba(255,255,255,.78);
  font-size: 8px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

body#top .gateway-image-credit:hover { color: #fff; }

body#top .gateway-card-events .gateway-card-media > img { object-position: center 43%; }
body#top .gateway-card-dmv .gateway-card-media > img { object-position: center 48%; }

body#top .gateway-card-collage,
body#top .gateway-card-mosaic {
  display: grid;
  gap: 3px;
  background: #fff;
}

body#top .gateway-card-collage {
  grid-template-columns: 1.18fr .82fr;
  grid-template-rows: 1fr 1fr;
}

body#top .gateway-card-collage img:first-child { grid-row: 1 / 3; }

body#top .gateway-card-mosaic {
  grid-template-columns: .78fr 1.22fr;
  grid-template-rows: 1fr 1fr;
}

body#top .gateway-card-mosaic img:first-child { grid-row: 1 / 3; }

body#top .gateway-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7,20,16,.05) 18%, rgba(7,20,16,.50) 58%, rgba(7,20,16,.96) 100%);
}

body#top .gateway-card-events::after {
  background: linear-gradient(90deg, rgba(7,20,16,.90) 0%, rgba(7,20,16,.68) 50%, rgba(7,20,16,.12) 100%);
}

body#top .gateway-card-content {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(26px, 4vw, 42px);
}

body#top .gateway-card-events .gateway-card-content {
  max-width: 72%;
  justify-content: center;
}

body#top .gateway-card-label {
  margin: 0 0 12px;
  color: #ffdf7d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body#top .gateway-card h3 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(33px, 4vw, 52px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.04em;
  text-wrap: balance;
}

body#top .gateway-card-trips h3,
body#top .gateway-card-dmv h3 {
  font-size: clamp(32px, 3.4vw, 46px);
}

body#top .gateway-card-description {
  max-width: 620px;
  margin: 15px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.48;
}

body#top .gateway-card-context {
  margin: 15px 0 0;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  background: rgba(7,20,16,.40);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  backdrop-filter: blur(10px);
}

body#top .gateway-event-list {
  display: grid;
  gap: 5px;
  max-width: 520px;
  margin: 13px 0 0;
  padding: 0;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  list-style: none;
}

body#top .gateway-event-list[hidden] { display: none; }

body#top .gateway-event-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body#top .gateway-event-list li::before {
  content: "•";
  margin-right: 7px;
  color: #ffdf7d;
}

body#top .gateway-card-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--ww-green-dark);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
  transition: background .18s ease, transform .18s ease;
}

body#top .gateway-card-action:hover {
  background: #ffdf7d;
  color: #241b08;
  text-decoration: none;
  transform: translateY(-2px);
}

body#top .gateway-card:hover .gateway-card-media > img {
  transform: scale(1.035);
}

/* Secondary paths are intentionally quieter than the gateway. */
body#top .more-explore {
  width: 100%;
  margin: 0;
  padding: clamp(64px, 8vw, 96px) max(20px, calc((100vw - 1180px) / 2));
  background: #fff;
}

body#top .more-explore-head {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

body#top .more-explore-head h2 {
  margin: 0;
  color: var(--ww-ink);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(36px, 4.4vw, 52px);
  line-height: 1;
  letter-spacing: -.04em;
}

body#top .more-explore-head > p {
  max-width: 420px;
  margin: 0;
  color: var(--ww-muted);
  font-size: 15px;
  line-height: 1.5;
}

body#top .more-explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body#top .more-explore-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--ww-line);
  border-radius: 18px;
  background: #fff;
  color: var(--ww-ink);
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(24,35,31,.06);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body#top .more-explore-card:hover {
  border-color: rgba(23,107,82,.35);
  color: var(--ww-ink);
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(24,35,31,.11);
  transform: translateY(-3px);
}

body#top .more-explore-card img {
  width: 128px;
  height: 118px;
  object-fit: cover;
  border-radius: 12px;
}

body#top .more-explore-card > span { min-width: 0; }

body#top .more-explore-card small,
body#top .more-explore-card strong,
body#top .more-explore-card em {
  display: block;
}

body#top .more-explore-card small {
  margin-bottom: 5px;
  color: var(--ww-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body#top .more-explore-card strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 21px;
  line-height: 1.05;
}

body#top .more-explore-card em {
  margin-top: 7px;
  color: var(--ww-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.4;
}

/* One confident search product */
body#top section.hero.hero {
  width: 100% !important;
  min-height: auto;
  margin: 0 !important;
  padding: clamp(70px, 9vw, 126px) max(24px, calc((100vw - 1180px) / 2)) clamp(62px, 8vw, 104px);
  border-radius: 0;
  background:
    linear-gradient(100deg, rgba(8,24,19,.94) 0%, rgba(8,24,19,.82) 50%, rgba(8,24,19,.34) 100%),
    url("images/chintzia-family-beach.jpeg") center 44% / cover !important;
}

body#top .hero > div {
  width: min(100%, 1040px);
  text-align: left !important;
}

body#top .hero .hero-eyebrow {
  margin-inline: 0 !important;
  justify-self: start !important;
  margin-bottom: 16px;
  color: #bcebd8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body#top .hero h1 {
  max-width: 850px;
  margin-inline: 0 !important;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(48px, 7.2vw, 90px);
  font-weight: 900;
  line-height: .94;
  letter-spacing: -.055em;
  text-align: left;
  text-wrap: balance;
}

body#top .hero .hero-sub {
  max-width: 760px;
  margin: 22px 0 30px !important;
  color: rgba(255,255,255,.88);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  text-align: left;
}

body#top .hero .hero-conversational-search {
  max-width: 1040px;
  grid-template-columns: minmax(280px, 1.15fr) minmax(280px, .85fr) auto;
  gap: 0;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 18px;
  background: rgba(255,255,255,.98) !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.26);
}

body#top .hero :is(.hero-query-field, .hero-location-field) {
  min-height: 68px;
  align-content: center;
  justify-content: stretch;
  padding: 8px 18px;
}

body#top .hero .hero-location-input-wrap {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px;
}

body#top .hero .hero-conversational-search .hero-location-use {
  width: 42px !important;
  min-width: 42px;
  min-height: 42px;
  display: inline-grid !important;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(23,107,82,.16);
  border-radius: 50%;
  background: var(--ww-mint) !important;
  color: var(--ww-green) !important;
  font-size: 19px;
  line-height: 1;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}

body#top .hero .hero-conversational-search .hero-location-use:hover {
  background: var(--ww-green) !important;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-1px);
}

body#top .hero .hero-conversational-search .hero-location-use span {
  display: block;
  font-size: 20px;
}

body#top .hero .hero-conversational-search label span {
  color: #66736d !important;
  letter-spacing: .07em;
}

body#top .hero .hero-conversational-search :is(.hero-query-field, .hero-location-field) input {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ww-ink) !important;
  font-size: 16px;
}

body#top .hero .hero-conversational-search :is(.hero-query-field, .hero-location-field) input:hover {
  border-color: transparent !important;
}

body#top .hero .hero-conversational-search :is(.hero-query-field, .hero-location-field) input:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
}

body#top .hero :is(.hero-query-field, .hero-location-field):focus-within {
  border-radius: 12px;
  box-shadow: inset 0 0 0 2px rgba(0, 95, 204, .72);
}

html[data-theme="dark"] body#top .hero :is(.hero-query-field, .hero-location-field):focus-within {
  box-shadow: inset 0 0 0 2px #F4D35E;
}

body#top .hero .hero-conversational-search input::placeholder {
  color: #87928d !important;
}

body#top .hero .hero-conversational-search .hero-submit-button {
  min-width: 160px;
  min-height: 68px;
  padding: 0 22px;
  border-radius: 12px;
  background: var(--ww-green);
  color: #fff;
  font-size: 15px;
  box-shadow: 0 10px 24px rgba(23,107,82,.22);
}

body#top .hero .hero-conversational-search .hero-submit-button:hover {
  background: var(--ww-green-dark);
}

body#top .hero .hero-planner-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 1040px;
  margin-top: 14px;
}

body#top .hero .hero-planner-actions button {
  width: auto;
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 999px;
  border-color: rgba(255,255,255,.38);
  background: rgba(9,28,22,.60);
  font-size: 13px;
  backdrop-filter: blur(12px);
}

body#top .hero .hero-planner-actions .shuffle-suggestions-btn {
  border-color: var(--ww-sun);
  background: var(--ww-sun);
  color: #251d0b;
}

body#top .hero .hero-planner-actions .home-trip-timing-shortcut {
  border-color: rgba(245, 200, 75, .72);
  background: rgba(245, 200, 75, .16);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
  backdrop-filter: blur(12px);
}

body#top .hero .hero-planner-actions .home-trip-timing-shortcut > span {
  color: var(--ww-sun);
  font-size: 16px;
}

body#top .hero .hero-planner-actions .home-trip-timing-shortcut:is(:hover, :focus-visible) {
  border-color: var(--ww-sun);
  background: var(--ww-sun);
  color: #251d0b;
  text-decoration: none;
}

body#top .hero .hero-planner-actions .home-trip-timing-shortcut:is(:hover, :focus-visible) > span {
  color: #251d0b;
}

body#top .hero .hero-planner-actions .plan-day-shortcut-btn {
  display: none;
}

body#top .hero .hero-planner-actions .clear-filters-btn {
  display: none;
  margin-left: auto;
  border-color: transparent;
  background: transparent;
  color: rgba(255,255,255,.78);
  text-decoration: underline;
  text-underline-offset: 4px;
}

body#top.has-active-home-filters .hero .hero-planner-actions .clear-filters-btn {
  display: inline-flex;
}

body#top .hero .hero-search-chips {
  display: flex;
  gap: 8px;
  max-width: 1040px;
  margin-top: 14px;
  padding: 0;
}

body#top .hero .hero-search-chip {
  width: auto;
  flex: 0 0 auto;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(9,28,22,.50);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

body#top .hero .hero-search-chip:is(:hover, [aria-pressed="true"]) {
  border-color: #fff;
  background: #fff;
  color: var(--ww-ink);
}

/* Filters stay directly beneath the search and read like one system. */
body#top .hero .hero-filter-slot {
  max-width: 1040px;
}

body#top .hero .hero-filter-slot .filter-card {
  max-height: none;
  overflow: visible;
  overscroll-behavior: auto;
  padding: clamp(18px, 3vw, 30px);
  border: 0;
  border-radius: 20px;
  background: #fff;
  color: var(--ww-ink);
  box-shadow: 0 28px 72px rgba(0,0,0,.30);
}

body#top .hero .hero-filter-slot .filter-row {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
  gap: 22px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--ww-line);
  text-align: left;
}

body#top .hero .hero-filter-slot .filter-row:last-child { border-bottom: 0; }

body#top .hero .hero-filter-slot .filter-label {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0;
  color: var(--ww-ink);
  font-size: 14px;
}

body#top .hero .hero-filter-slot .filter-icon-badge {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: var(--ww-mint);
  color: var(--ww-green);
}

body#top .hero .hero-filter-slot .filter-help {
  color: var(--ww-muted);
  font-size: 11px;
}

body#top .hero .hero-filter-slot .painpoint-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-align: left;
}

body#top .hero .hero-filter-slot :is(.pain-btn, .area-btn, .age-btn, .distance-btn, .fbtn, .budget-btn, .weather-btn, .view-btn) {
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid var(--ww-line);
  border-radius: 999px;
  background: #fff;
  color: #43514b;
  box-shadow: none;
  font-size: 13px;
}

body#top .hero .hero-filter-slot :is(.pain-btn, .area-btn, .age-btn, .distance-btn, .fbtn, .budget-btn, .weather-btn)[class*="active"] {
  border-color: var(--ww-green);
  background: var(--ww-green);
  color: #fff;
}

body#top .hero .hero-filter-slot :is(
  [data-pain="all"], [data-area="all"], [data-age="all"], [data-distance="all"],
  [data-cat="all"], [data-budget="all"], [data-weather="all"]
),
body#top .hero .hero-filter-slot .view-switcher {
  display: none !important;
}

body#top .hero .hero-filter-slot .filter-results-cta {
  position: sticky;
  bottom: -1px;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 20px -10px -10px;
  padding: 18px 20px;
  border: 1px solid rgba(23,107,82,.18);
  border-radius: 16px;
  background: rgba(232,244,239,.98);
  box-shadow: 0 -10px 26px rgba(24,35,31,.08);
  text-align: left;
}

body#top .hero .hero-filter-slot .filter-results-cta strong {
  display: block;
  color: var(--ww-green-dark);
  font-size: 16px;
  font-weight: 900;
}

body#top .hero .hero-filter-slot .filter-results-cta span {
  display: block;
  margin-top: 3px;
  color: var(--ww-muted);
  font-size: 12px;
  font-weight: 700;
}

body#top .hero .hero-filter-slot .see-filter-results-btn {
  min-width: 154px;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--ww-green);
  color: #fff;
  font: 900 14px/1 Inter, system-ui, sans-serif;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(23,107,82,.22);
}

body#top .hero .hero-filter-slot .see-filter-results-btn:hover {
  background: var(--ww-green-dark);
}

/* Results become the immediate proof of value. */
body#top #planner.planner-shell {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(70px, 8vw, 112px) 0;
  background: #fff;
}

body#top #planner .quick-pick-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(36px, 5vw, 60px);
}

body#top #planner .quick-pick-hero > div:first-child {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

body#top #planner .quick-pick-hero .eyebrow {
  justify-content: flex-start;
  color: var(--ww-green);
}

body#top #planner .quick-pick-hero h2 {
  margin-top: 12px;
  color: var(--ww-ink);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(40px, 5.8vw, 70px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.045em;
  text-align: left;
  text-transform: none;
  text-wrap: balance;
}

body#top #planner .quick-pick-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 17px 0 0;
  color: var(--ww-muted);
  font-size: 17px;
  line-height: 1.55;
}

body#top #planner .quick-pick-illustration { display: none; }

body#top #planner .planner-results {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

body#top #planner .results-summary {
  max-width: none;
  margin: 0 0 24px;
  padding: 15px 18px;
  border-radius: 14px;
  background: var(--ww-mint);
  color: var(--ww-muted);
}

body#top #planner .results-summary strong { color: var(--ww-green-dark); }

body#top #planner .day-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
}

body#top #planner .day-card {
  overflow: hidden;
  padding: 0 0 22px;
  border: 1px solid var(--ww-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(24,35,31,.08);
}

body#top #planner .day-card:hover {
  box-shadow: var(--ww-shadow);
  transform: translateY(-4px);
}

body#top #planner .day-card > :not(.card-image) { margin-inline: 18px; }
body#top #planner .day-card .card-image { border-radius: 0; }

/* Browse by the constraint parents actually have. */
body#top .day-rescue-section {
  width: 100%;
  margin: 0;
  padding: clamp(70px, 9vw, 120px) max(20px, calc((100vw - 1180px) / 2));
  background: var(--ww-cream);
}

body#top .day-rescue-panel {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body#top .day-rescue-copy { max-width: 720px; }

body#top .day-rescue-copy h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(40px, 5.5vw, 66px);
  line-height: 1;
  letter-spacing: -.045em;
}

body#top .day-rescue-copy p:last-child {
  color: var(--ww-muted);
  font-size: 17px;
}

body#top .day-rescue-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

body#top .day-rescue-btn {
  min-height: 150px;
  align-content: end;
  padding: 24px;
  border: 1px solid var(--ww-line);
  border-radius: 18px;
  background: #fff;
  color: var(--ww-ink);
  text-align: left;
  box-shadow: 0 10px 30px rgba(24,35,31,.05);
}

body#top .day-rescue-btn:hover {
  border-color: rgba(23,107,82,.34);
  background: var(--ww-mint);
  transform: translateY(-3px);
}

body#top .day-rescue-btn strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 24px;
}

body#top .day-rescue-btn span { color: var(--ww-muted); }

/* Planning is downstream from discovery. */
body#top #weekend-planner.weekend-planner {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(80px, 10vw, 140px) auto 0;
  padding: clamp(28px, 5vw, 56px);
  border: 0;
  border-radius: 24px;
  background: var(--ww-ink);
  color: #fff;
  box-shadow: none;
}

body#top #weekend-planner .weekend-planner-top h3 {
  color: #fff;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(38px, 5vw, 58px);
}

body#top #weekend-planner .weekend-planner-top p { color: rgba(255,255,255,.72); }
body#top #weekend-planner .planner-prompt { color: #bcebd8; }

body#top #weekend-planner .weekend-question {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}

body#top #weekend-planner .weekend-question legend { color: #fff; }

body#top #weekend-planner .planner-choice {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.86);
}

body#top #weekend-planner .planner-choice.active {
  border-color: var(--ww-sun);
  background: var(--ww-sun);
  color: #241b08;
}

/* Delight and trust follow utility instead of competing with it. */
body#top .wild-wheel-section {
  margin: 0;
  padding-block: clamp(32px, 5vw, 64px);
  background: #fff;
}

body#top .wild-wheel-head h2 {
  font-size: clamp(2.75rem, 6vw, 4rem);
}

/* Keep discovery moving after activity results: Events, then Trips. */
body#top .home-events-discovery {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  margin: 0;
  padding: clamp(76px, 9vw, 124px) max(20px, calc((100vw - 1180px) / 2));
  background: #e8f4ef;
}

body#top .home-events-copy {
  max-width: 560px;
}

body#top .home-onward-kicker {
  margin: 0 0 14px;
  color: var(--ww-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body#top .home-events-copy h2 {
  margin: 0;
  color: var(--ww-ink);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(42px, 5.5vw, 68px);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

body#top .home-events-copy > p:not(.home-onward-kicker) {
  margin: 22px 0 0;
  color: var(--ww-muted);
  font-size: 17px;
  line-height: 1.65;
}

body#top .home-events-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 27px;
}

body#top .home-events-signals > span {
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid rgba(23,107,82,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.64);
  color: var(--ww-muted);
  font-size: 11px;
  line-height: 1.35;
}

body#top .home-events-signals strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ww-green-dark);
  font-size: 12px;
}

body#top .home-onward-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 14px 19px;
  border-radius: 999px;
  background: var(--ww-green);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

body#top .home-onward-primary:hover {
  background: var(--ww-green-dark);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

body#top .home-onward-primary span {
  font-size: 18px;
}

body#top .home-events-photo {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
  background: var(--ww-green-dark);
  box-shadow: 0 28px 68px rgba(24,35,31,.16);
}

body#top .home-events-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(8,28,22,.7));
  pointer-events: none;
}

body#top .home-events-photo img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

body#top .home-events-photo figcaption {
  position: absolute;
  right: 16px;
  bottom: 11px;
  z-index: 2;
  color: rgba(255,255,255,.7);
  font-size: 9px;
}

body#top .home-events-photo figcaption a {
  color: inherit;
}

body#top .home-events-photo-note {
  position: absolute;
  left: 24px;
  bottom: 36px;
  z-index: 2;
  display: grid;
  color: #fff;
}

body#top .home-events-photo-note strong {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1;
}

body#top .home-events-photo-note span {
  margin-top: 4px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 800;
}

body#top .seasonal-travel-card-shell {
  margin: 0;
  padding: clamp(28px, 5vw, 64px) max(20px, calc((100vw - 1180px) / 2)) clamp(70px, 8vw, 112px);
  background: #fff;
}

body#top .seasonal-travel-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr);
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(24,35,31,.13);
  border-radius: 30px;
  background: #123e32;
  color: #fff;
  box-shadow: 0 30px 76px rgba(24,35,31,.16);
}

body#top .seasonal-travel-card-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: 1fr 1fr;
  min-height: 480px;
  overflow: hidden;
  background: #0e4d3a;
}

body#top .seasonal-travel-card-gallery::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 66%, rgba(18,62,50,.38));
  pointer-events: none;
}

body#top .seasonal-travel-card-gallery img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .45s ease;
}

body#top .seasonal-travel-card-gallery img:first-child {
  grid-row: 1 / 3;
}

body#top .seasonal-travel-card-stamp {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  width: 94px;
  height: 94px;
  display: grid;
  place-content: center;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: rgba(11,38,31,.82);
  color: #fff;
  text-align: center;
  transform: rotate(-7deg);
  backdrop-filter: blur(8px);
}

body#top .seasonal-travel-card-stamp strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 34px;
  line-height: .8;
}

body#top .seasonal-travel-card-stamp span {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body#top .seasonal-travel-card-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(34px, 5vw, 64px);
  background:
    radial-gradient(circle at 92% 8%, rgba(245,200,75,.2), transparent 28%),
    #123e32;
}

body#top .seasonal-travel-card-kicker {
  margin-bottom: 17px;
  color: #bcebd8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body#top .seasonal-travel-card-copy > h2 {
  max-width: 540px;
  margin: 0;
  color: #fff;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(40px, 5vw, 66px);
  line-height: .95;
  letter-spacing: -.045em;
  text-wrap: balance;
}

body#top .seasonal-travel-card-copy > h2 em {
  color: var(--ww-sun);
  font-weight: inherit;
}

body#top .seasonal-travel-card-description {
  max-width: 560px;
  margin-top: 23px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.62;
}

body#top .seasonal-travel-card-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}

body#top .seasonal-travel-card-regions > span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 800;
}

body#top .seasonal-travel-card-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--ww-sun);
  color: #241b08;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}

body#top .seasonal-travel-card-action span {
  font-size: 19px;
  transition: transform .18s ease;
}

body#top .seasonal-travel-card-action:hover {
  background: #ffda6c;
  color: #241b08;
  text-decoration: none;
  transform: translateY(-2px);
}

body#top .seasonal-travel-card-action:hover span {
  transform: translateX(4px);
}

body#top .seasonal-travel-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

body#top .seasonal-travel-card-secondary {
  margin-top: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  text-decoration-color: rgba(255,255,255,.45);
  text-underline-offset: 4px;
}

body#top .seasonal-travel-card-secondary:hover {
  color: var(--ww-sun);
}

@media (max-width: 940px) {
  body#top .home-events-discovery {
    grid-template-columns: 1fr;
  }

  body#top .home-events-copy {
    max-width: 720px;
  }

  body#top .home-events-photo,
  body#top .home-events-photo img {
    min-height: 360px;
    height: 360px;
  }
}

@media (max-width: 880px) {
  body#top .seasonal-travel-card {
    grid-template-columns: 1fr;
  }

  body#top .seasonal-travel-card-gallery {
    min-height: 310px;
  }
}

@media (max-width: 560px) {
  body#top .home-events-discovery {
    gap: 30px;
    padding: 68px 14px;
  }

  body#top .home-events-signals {
    grid-template-columns: 1fr;
  }

  body#top .home-events-photo,
  body#top .home-events-photo img {
    min-height: 280px;
    height: 280px;
  }

  body#top .seasonal-travel-card-shell {
    padding-inline: 14px;
  }

  body#top .seasonal-travel-card {
    min-height: 0;
    border-radius: 22px;
  }

  body#top .seasonal-travel-card-gallery {
    min-height: 230px;
  }

  body#top .seasonal-travel-card-stamp {
    right: 14px;
    bottom: 14px;
    width: 76px;
    height: 76px;
  }

  body#top .seasonal-travel-card-stamp strong {
    font-size: 28px;
  }

  body#top .seasonal-travel-card-copy {
    padding: 30px 24px 34px;
  }

  body#top .seasonal-travel-card-copy > h2 {
    font-size: clamp(38px, 12vw, 50px);
  }

  body#top .seasonal-travel-card-description {
    margin-top: 18px;
    font-size: 15px;
  }

  body#top .seasonal-travel-card-regions {
    margin-top: 20px;
  }
}

@media (max-height: 900px) and (min-width: 761px) {
  body#top .wild-wheel-section {
    padding-block: 18px;
  }

  body#top .wild-wheel-head {
    gap: .3rem;
    margin-bottom: .6rem;
  }

  body#top .wild-wheel-head h2 {
    font-size: clamp(2.25rem, 4.5vw, 3.2rem);
    line-height: .94;
  }

  body#top .wild-wheel-helper {
    font-size: .95rem;
    line-height: 1.25;
  }

  body#top .wild-wheel-head .headline-swoosh {
    height: 5px;
    margin-top: 0;
  }

  body#top .wild-wheel-panel {
    padding: .6rem;
  }

  body#top .wild-wheel-controls {
    min-height: 52px;
    gap: .4rem;
    margin-bottom: .45rem;
    padding: .3rem;
  }

  body#top .wild-wheel-filter {
    min-height: 38px;
    padding: .48rem .7rem;
    font-size: .8rem;
  }

  body#top .wild-wheel-filter .filter-icon {
    width: 24px;
    height: 24px;
    font-size: .85rem;
  }

  body#top .wild-kids-toggle {
    min-height: 48px;
    margin: 0 0 .45rem;
    padding: .5rem .75rem;
    border-radius: 18px;
    font-size: .86rem;
  }

  body#top .wild-kids-toggle::after {
    width: 44px;
    height: 24px;
  }

  body#top .wild-wheel-picker,
  body#top .wild-wheel-stage {
    gap: .45rem;
  }

  body#top .wild-wheel-wrap,
  body#top .wild-wheel-section.kids-mode .wild-wheel-wrap {
    --wheel-size: min(36vw, 310px, calc(100vh - 410px));
    --label-radius: calc(var(--wheel-size) * .245);
  }

  body#top .wild-wheel-pointer {
    top: -44px;
    transform: translateX(-50%) scale(.82);
  }

  body#top .wild-spin-button,
  body#top .wild-wheel-section.kids-mode .wild-spin-button {
    min-height: 50px;
    padding: .7rem 1.1rem;
    font-size: 1rem;
  }

  body#top .wild-countdown {
    font-size: .86rem;
  }
}

@media (max-width: 760px) {
  body#top .wild-wheel-section {
    padding: 12px;
  }

  body#top .wild-wheel-head {
    gap: .3rem;
    margin-bottom: .55rem;
  }

  body#top .wild-wheel-head h2 {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
    line-height: .95;
  }

  body#top .wild-wheel-kicker {
    font-size: .65rem;
  }

  body#top .wild-wheel-helper {
    font-size: .86rem;
    line-height: 1.25;
  }

  body#top .wild-wheel-head .headline-swoosh {
    width: 82px;
    height: 5px;
    margin-top: 0;
  }

  body#top .wild-wheel-panel {
    padding: .5rem;
    border-radius: 18px;
  }

  body#top .wild-wheel-controls {
    min-height: 46px;
    gap: .35rem;
    margin-bottom: .4rem;
    padding: .25rem;
    border-radius: 18px;
  }

  body#top .wild-wheel-filter {
    min-height: 36px;
    gap: .35rem;
    padding: .42rem .62rem;
    font-size: .76rem;
  }

  body#top .wild-wheel-filter .filter-icon {
    width: 22px;
    height: 22px;
    font-size: .8rem;
  }

  body#top .wild-kids-toggle {
    min-height: 44px;
    margin: 0 0 .4rem;
    padding: .42rem .65rem;
    border-radius: 16px;
    font-size: .8rem;
  }

  body#top .wild-kids-toggle span {
    font-size: .7rem;
  }

  body#top .wild-kids-toggle::after {
    width: 40px;
    height: 22px;
  }

  body#top .wild-wheel-picker,
  body#top .wild-wheel-stage {
    gap: .4rem;
  }

  body#top .wild-wheel-wrap,
  body#top .wild-wheel-section.kids-mode .wild-wheel-wrap {
    --wheel-size: max(210px, min(76vw, 280px, calc(100svh - 390px)));
    --label-radius: calc(var(--wheel-size) * .245);
  }

  body#top .wild-wheel-pointer {
    top: -42px;
    transform: translateX(-50%) scale(.75);
  }

  body#top .wild-wheel-label {
    width: 66px;
    min-height: 38px;
    margin-left: -33px;
    margin-top: -19px;
    font-size: .47rem;
  }

  body#top .wild-spin-button,
  body#top .wild-wheel-section.kids-mode .wild-spin-button {
    width: min(100%, 250px);
    min-height: 46px;
    padding: .65rem 1rem;
    font-size: .9rem;
  }

  body#top .wild-countdown {
    font-size: .8rem;
  }
}

body#top .trust-section {
  margin: 0;
  padding: clamp(70px, 9vw, 120px) max(20px, calc((100vw - 1180px) / 2));
  background: var(--ww-ink);
  color: #fff;
}

body#top .trust-panel {
  max-width: 1180px;
  margin: 0 auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body#top .trust-copy p,
body#top .trust-badge span { color: rgba(255,255,255,.72); }
body#top .trust-badge { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.06); }

body#top #family-travel,
body#top #newsletter {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(70px, 9vw, 120px) auto;
  border-radius: 22px;
}

body#top #family-travel { background: var(--ww-mint); }

body#top footer {
  padding-bottom: 40px;
  border-top: 1px solid var(--ww-line);
}

html[data-theme="dark"] body#top .hero .hero-filter-slot .filter-card,
html[data-theme="dark"] body#top #planner.planner-shell,
html[data-theme="dark"] body#top #planner .day-card,
html[data-theme="dark"] body#top .day-rescue-btn,
html[data-theme="dark"] body#top .more-explore,
html[data-theme="dark"] body#top .more-explore-card {
  background: #111c2b !important;
  color: #f8fafc !important;
}

html[data-theme="dark"] body#top .day-rescue-section,
html[data-theme="dark"] body#top .discovery-gateway { background: #0b1320; }
html[data-theme="dark"] body#top #planner .quick-pick-hero h2,
html[data-theme="dark"] body#top .day-rescue-copy h2,
html[data-theme="dark"] body#top .discovery-gateway-head h2,
html[data-theme="dark"] body#top .more-explore-head h2 { color: #f8fafc; }
html[data-theme="dark"] body#top .hero .hero-filter-slot .filter-results-cta {
  border-color: rgba(167,243,208,.2);
  background: rgba(18,45,39,.98);
}
html[data-theme="dark"] body#top .hero .hero-filter-slot .filter-results-cta strong { color: #a7f3d0; }
html[data-theme="dark"] body#top .hero .hero-filter-slot .filter-results-cta span { color: #cbd5e1; }

@media (max-width: 900px) {
  body#top .hero .hero-conversational-search { grid-template-columns: 1fr auto; }
  body#top .hero .hero-location-field { grid-column: 1 / -1; }
  body#top #planner .day-grid,
  body#top .day-rescue-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  body#top .discovery-gateway-grid { grid-template-columns: 1fr; }
  body#top :is(.gateway-card-events, .gateway-card-trips, .gateway-card-seasonal, .gateway-card-dmv) {
    grid-column: 1;
    grid-row: auto;
    min-height: 440px;
  }
  body#top .gateway-card-events .gateway-card-content {
    max-width: 78%;
  }
  body#top .more-explore-grid { grid-template-columns: 1fr; }
  body#top .more-explore-card { grid-template-columns: 160px minmax(0, 1fr); }
  body#top .more-explore-card img { width: 160px; }
}

@media (max-width: 620px) {
  body#top section.hero.hero {
    min-height: auto;
    padding: 56px 18px 66px;
    background-position: 62% center !important;
  }

  body#top .hero h1 { font-size: clamp(42px, 12.5vw, 56px); }

  body#top .discovery-gateway { padding: 64px 14px; }
  body#top .discovery-gateway-head { margin-bottom: 28px; }
  body#top .discovery-gateway-head h2 { font-size: clamp(39px, 11.5vw, 52px); }
  body#top :is(.gateway-card-events, .gateway-card-trips, .gateway-card-seasonal, .gateway-card-dmv) {
    min-height: 430px;
    border-radius: 20px;
  }
  body#top .gateway-card-events .gateway-card-content {
    max-width: none;
    justify-content: flex-end;
  }
  body#top .gateway-card-events::after {
    background: linear-gradient(180deg, rgba(7,20,16,.06) 20%, rgba(7,20,16,.56) 56%, rgba(7,20,16,.97) 100%);
  }
  body#top .gateway-card-content { padding: 24px 21px; }
  body#top .gateway-card h3,
  body#top .gateway-card-trips h3,
  body#top .gateway-card-dmv h3 { font-size: clamp(33px, 10vw, 43px); }
  body#top .gateway-card-description { font-size: 13px; }
  body#top .gateway-event-list { width: 100%; }
  body#top .more-explore { padding: 60px 14px; }
  body#top .more-explore-head { display: block; }
  body#top .more-explore-head > p { margin-top: 13px; }
  body#top .more-explore-card { grid-template-columns: 112px minmax(0, 1fr); }
  body#top .more-explore-card img { width: 112px; height: 112px; }

  body#top .hero .hero-conversational-search {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 7px;
  }

  body#top .hero :is(.hero-query-field, .hero-location-field) {
    grid-column: auto;
    min-height: 64px;
    border-right: 0;
    border-bottom: 1px solid var(--ww-line);
  }

  body#top .hero .hero-conversational-search .hero-submit-button {
    width: 100%;
    min-height: 56px;
    margin-top: 7px;
  }

  body#top .hero .hero-planner-actions { flex-wrap: wrap; }
  body#top .hero .hero-planner-actions .clear-filters-btn { margin-left: 0; }
  body#top .hero .hero-search-chips { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; scrollbar-width: none; }
  body#top .hero .hero-search-chip { flex: 0 0 auto; }

  body#top .hero .hero-filter-slot .filter-card {
    max-height: none;
    overflow: visible;
    padding: 16px;
  }

  body#top .hero .hero-filter-slot .filter-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body#top .hero .hero-filter-slot .filter-results-cta {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-inline: -6px;
    padding: 15px;
  }

  body#top .hero .hero-filter-slot .see-filter-results-btn {
    width: 100%;
  }

  body#top #planner.planner-shell { padding: 64px 0; }
  body#top #planner .quick-pick-hero,
  body#top #planner .planner-results { width: calc(100% - 28px); }
  body#top #planner .day-grid,
  body#top .day-rescue-options { grid-template-columns: 1fr; }
  body#top #planner .day-card > :not(.card-image) { margin-inline: 16px; }
  body#top .day-rescue-section { padding-inline: 14px; }
  body#top .day-rescue-btn { min-height: 132px; }
  body#top #weekend-planner.weekend-planner { width: calc(100% - 28px); padding: 24px 18px; }
  body#top #family-travel,
  body#top #newsletter { width: calc(100% - 28px); }
}

@media (prefers-reduced-motion: reduce) {
  body#top :is(.day-card, .day-rescue-btn, .gateway-card-media > img, .gateway-card-action, .more-explore-card) { transition: none !important; }
}
