:root {
  --bg: linear-gradient(180deg, #b8cbd2 0%, #8faab5 100%);
  --surface: linear-gradient(180deg, rgba(232, 244, 248, 0.96) 0%, rgba(198, 224, 232, 0.96) 100%);
  --surface-strong: linear-gradient(180deg, #ffffff 0%, #dceff5 100%);
  --text: #102033;
  --muted: #4f6472;
  --line: rgba(11, 52, 64, 0.18);
  --primary: #0f6c8c;
  --primary-deep: #0a4f67;
  --accent: #d6aa49;
  --accent-deep: #b98c31;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  --shadow-strong: 0 24px 48px rgba(15, 23, 42, 0.18);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1240px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

main {
  background: var(--bg);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

/* =========================
   GLOBAL SHARED LAYOUT MOUNTS
========================= */

#site-header,
#site-footer {
  width: 100%;
  box-sizing: border-box;
}

#site-header *,
#site-header *::before,
#site-header *::after,
#site-footer *,
#site-footer *::before,
#site-footer *::after {
  box-sizing: border-box;
}

#site-header {
  position: relative;
  z-index: 50;
}

#site-footer {
  position: relative;
  z-index: 10;
}

/* =========================
   HEADER
========================= */

.site-header {
  position: relative;
  z-index: 50;
  background:
    linear-gradient(180deg, rgba(11,35,54,0.97), rgba(8,45,68,0.95));
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 28px rgba(0,0,0,0.16);
}

.header-shell {
  position: relative;
  overflow: visible;
  isolation: isolate;
  padding: 18px 0 14px;
}

.header-wave {
  position: absolute;
  top: 4px;
  right: -8px;
  width: 60%;
  height: 220px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.34;
}

.header-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.header-brand-row,
.site-nav {
  position: relative;
  z-index: 1;
}

.header-brand-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: static;
}

.brand-wrap {
  min-width: 0;
  flex: 1 1 auto;
}

.brand-mark {
  min-width: 0;
}

.brand-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  width: fit-content;
  margin: 0 auto 0 -18px;
  padding-top: 18px;
}

brand-icon {
  position: relative;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  margin-bottom: 10px;
}

.brand-icon {
  position: relative;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  margin-bottom: 10px;
}

.brand-icon-lens {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,0.95), rgba(255,255,255,0.18) 22%, rgba(66,187,223,0.92) 56%, rgba(8,83,117,0.96) 100%);
  border: 4px solid rgba(255,255,255,0.78);
  box-shadow:
    inset 0 8px 16px rgba(255,255,255,0.24),
    0 10px 22px rgba(0,0,0,0.24);
}

.brand-icon-handle {
  position: absolute;
  width: 34px;
  height: 8px;
  right: -8px;
  bottom: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f5f8fb, #9fc7d9);
  transform: rotate(45deg);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.brand-icon-shine {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 10px;
  left: 13px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.95), rgba(255,255,255,0));
  filter: blur(0.5px);
}

brand-copy {
  min-width: 0;
  text-align: left;
}

.brand-copy {
  min-width: 0;
  text-align: left;
}

.brand-kicker {
  color: rgba(255,255,255,0.88);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  margin-bottom: 10px;
  padding-top: 0;
  text-align: center;
  transform: translateY(-6px);
}

.brand-line {
  color: #ffffff;
  text-shadow: 0 6px 18px rgba(0,0,0,0.22);
}

.brand-line-one {
  font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-size: clamp(3.1rem, 2.4rem + 1.55vw, 5rem);
  line-height: 0.92;
}

.brand-line-two {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(2.45rem, 1.95rem + 1.05vw, 3.9rem);
  line-height: 0.98;
  margin-top: 8px;
  text-align: center;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 8px;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: white;
  border-radius: 999px;
  margin: 4px 0;
  transition: transform .24s ease, opacity .2s ease;
}

.menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.site-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px 18px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.site-nav a {
  color: rgba(255,255,255,0.94);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a.current {
  color: #ffd684;
}

/* =========================
   HEADER WEATHER CARD
========================= */

.header-weather-card {
  position: absolute !important;
  top: 10px !important;
  right: calc((100vw - min(calc(100vw - 32px), var(--max))) / -2 + 12px) !important;
  bottom: 56px !important;
  width: 235px !important;
  height: 89% !important;
  min-height: 0 !important;
  padding: 14px 16px !important;
  z-index: 20 !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;

  border-radius: 22px !important;
  border: 1px solid rgba(244, 239, 230, 0.38) !important;

  background:
    linear-gradient(180deg, rgba(20, 78, 97, 0.96), rgba(9, 46, 66, 0.96)),
    radial-gradient(circle at 78% 12%, rgba(255, 214, 132, 0.28), transparent 36%) !important;

  color: #ffffff !important;
  text-decoration: none !important;

  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;

  overflow: hidden !important;
  backdrop-filter: blur(7px);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.header-weather-card,
.header-weather-card * {
  color: #ffffff !important;
}

.header-weather-card:hover,
.header-weather-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 214, 132, 0.42) !important;
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  outline: none;
}

.header-weather-top {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.header-weather-location {
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

.header-weather-updated {
  margin-top: 4px !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

.header-weather-icon {
  font-size: 2rem !important;
  line-height: 1 !important;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.18));
}

.header-weather-main {
  margin-top: 4px !important;
}

.header-weather-temp {
  font-size: 2.75rem !important;
  font-weight: 900 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.04em !important;
}

.header-weather-condition {
  margin-top: 4px !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.header-weather-details {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 4px 10px !important;
  padding-top: 7px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

.header-weather-details span {
  display: flex !important;
  justify-content: space-between !important;
  gap: 8px !important;
}

.header-weather-details span:nth-child(3) {
  grid-column: 1 / -1 !important;
}

.header-weather-details strong {
  color: #ffd684 !important;
  font-weight: 900 !important;
}

/* =========================
   HERO / PAGE
========================= */

.page-hero,
.home-hero,
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.home-hero,
.hero {
  padding: 18px 0 26px;
  background:
    linear-gradient(180deg, rgba(5, 29, 45, 0.68), rgba(11, 61, 82, 0.76)),
    radial-gradient(circle at 10% 5%, rgba(255,255,255,0.12), transparent 28%),
    linear-gradient(160deg, #27465c 0%, #225d73 28%, #2f7d8e 55%, #73965f 100%);
  color: #fff;
}

.home-hero::after,
.hero::after {
  content: none;
}

.page-hero {
  padding: 74px 0 54px;
  background:
    linear-gradient(180deg, rgba(7, 31, 49, 0.85), rgba(15, 76, 101, 0.82)),
    linear-gradient(145deg, #31586f, #63866d);
  color: #fff;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.16);
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero .container {
  text-align: center;
}

.hero .eyebrow {
  display: inline-flex;
  margin: 0 auto 34px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.94);
  padding: 10px 22px;
  border-radius: 999px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  text-transform: none;
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

.home-hero h1,
.page-hero h1,
.hero h2 {
  line-height: 0.98;
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: -0.03em;
}

.home-hero h1 { font-size: clamp(2.6rem, 2rem + 2.2vw, 4.9rem); }
.page-hero h1 { font-size: clamp(2.2rem, 1.8rem + 1.5vw, 3.7rem); }

.hero h2 {
  font-size: 54px;
  margin: 0 0 12px;
}

.hero p {
  font-size: 24px;
  max-width: 980px;
  margin: 0 auto 6px;
}

.lead {
  font-size: clamp(1.05rem, 0.98rem + 0.35vw, 1.3rem);
  color: rgba(255,255,255,0.9);
  max-width: 64ch;
}

.hero-actions,
.button-row,
.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
  transform: translateY(28px);
}

.buttons {
  justify-content: center;
}

body:not([data-page="home"]) .hero .buttons,
body:not([data-page="home"]) .page-hero .buttons {
  display: none !important;
}

/* =========================
   BUTTONS
========================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.98rem;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  cursor: pointer;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary,
.btn {
  background: linear-gradient(180deg, #f3d77a 0%, #cfa63a 100%);
  color: #2f2004;
  box-shadow: 0 12px 26px rgba(23, 39, 59, 0.2);
}

.btn-secondary,
.btn-outline {
  background: rgba(255,255,255,0.50);
  color: #000000;
  border-color: rgba(255,255,255,0.60);
}

.btn-light {
  background: #fff;
  color: var(--primary-deep);
  border-color: rgba(0,0,0,0.04);
}

/* =========================
   CARDS / PANELS
========================= */

.hero-panel,
.panel,
.card,
.stat,
.feature-band,
.listing-card,
.directory-card,
.info-box,
.article-card,
.signup-box {
  background: var(--surface);
  border: 1px solid rgba(11, 52, 64, 0.22);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  backdrop-filter: none;
}

.card,
.listing-card,
.directory-card,
.article-card,
.info-box {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.card:hover,
.listing-card:hover,
.directory-card:hover,
.article-card:hover,
.info-box:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-strong);
  border-color: rgba(15,108,140,0.32);
  background: linear-gradient(180deg, rgba(238, 248, 251, 0.98) 0%, rgba(185, 217, 227, 0.98) 100%);
}

.hero-panel { padding: 24px; color: var(--text); }

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.stat {
  padding: 16px;
  background: var(--surface-strong);
}

.stat strong {
  display: block;
  font-size: 1.15rem;
  color: var(--primary-deep);
}

.stat span {
  color: var(--muted);
  font-size: 0.94rem;
}

/* =========================
   LAYOUT / TYPOGRAPHY
========================= */

main section,
.section {
  padding: 58px 0;
  background: transparent;
}

.section p,
.section li {
  font-size: 24px;
  line-height: 1.75;
  color: #0b1f33;
  font-weight: 500;
}

.section h3 {
  font-size: 32px;
  margin-bottom: 14px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 24px;
}

.section-heading h2,
.section-heading h3 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.8rem, 1.55rem + 0.8vw, 2.7rem);
  line-height: 1.02;
}

.section-heading p {
  margin: 8px 0 0;
  color: var(--muted);
  max-width: 66ch;
}

.grid-2,
.grid-3,
.grid-4,
.directory-grid,
.article-grid,
.feature-grid,
.footer-grid,
.grid {
  display: grid;
  gap: 20px;
}

.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3,
.directory-grid,
.article-grid,
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4,
.grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card,
.listing-card,
.directory-card,
.article-card,
.info-box,
.signup-box {
  padding: 22px;
}

.card {
  display: flex;
  flex-direction: column;
}

.card h3,
.listing-card h3,
.directory-card h3,
.article-card h3,
.info-box h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.18;
  font-weight: 700;
}

.card p {
  margin: 0;
}

.kicker {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15,108,140,0.12);
  color: var(--primary-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.muted { color: var(--muted); }

.list-clean {
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.list-clean li {
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.list-clean li:first-child {
  border-top: 0;
  padding-top: 0;
}

.listing-card .meta,
.directory-card .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}

.meta span {
  padding: 7px 11px;
  background: linear-gradient(180deg, #ffffff 0%, #dceff5 100%);
  color: var(--primary-deep);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  border: 1px solid rgba(11, 52, 64, 0.14);
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 800;
  margin-top: 16px;
  font-size: 1rem;
}

.card-link::after { content: "→"; }

.feature-grid {
  align-items: stretch;
}

.feature-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  height: 100%;
}

.feature-card h3 {
  margin: 0;
  line-height: 1.15;
}

.feature-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.feature-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  margin-top: 0;
}

.feature-band {
  padding: 26px;
  background: linear-gradient(135deg, rgba(244, 251, 253, 0.98), rgba(208, 231, 239, 0.96));
  border: 1px solid rgba(11, 52, 64, 0.18);
}

/* =========================
   SIGNUP / FORMS
========================= */

.signup-strip {
  padding: 0 0 52px;
}

.signup-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(9,52,73,0.95), rgba(16,100,126,0.95));
  color: white;
  border-color: rgba(255,255,255,0.12);
}

.signup-box p {
  color: rgba(255,255,255,0.82);
  margin: 8px 0 0;
}

.inline-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.inline-form input,
form input,
form textarea,
form select {
  border: 1px solid rgba(11, 52, 64, 0.18);
  border-radius: 14px;
  min-height: 48px;
  padding: 0 14px;
  background: linear-gradient(180deg, #ffffff 0%, #eef7fa 100%);
  color: var(--text);
  font: inherit;
}

form textarea {
  width: 100%;
  max-width: 600px;
  min-height: 180px;
  padding: 14px;
  resize: vertical;
}

.inline-form input { min-width: 250px; }

form label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

/* =========================
   FOOTER
========================= */

.site-footer {
  background: #081a29;
  color: rgba(255,255,255,0.86);
  padding: 54px 0 24px;
  margin-top: 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.footer-brand h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1.4rem;
}

.footer-brand p {
  margin: 0;
  max-width: 32rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.9);
}

.footer-column h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1rem;
}

.footer-column a {
  display: block;
  margin: 0 0 10px;
  color: rgba(255,255,255,0.9);
  line-height: 1.45;
}

.footer-column a:hover {
  color: #ffd684;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin: 0 0 10px;
}

.site-footer li a {
  display: block;
  color: rgba(255,255,255,0.9);
  line-height: 1.45;
}

.site-footer li a:hover {
  color: #ffd684;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 30px;
  padding-top: 20px;
  font-size: 0.92rem;
}

.callout {
  border-left: 4px solid var(--accent);
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(250, 243, 224, 0.96) 0%, rgba(240, 224, 181, 0.92) 100%);
  border-radius: 0 14px 14px 0;
  border: 1px solid rgba(185, 140, 49, 0.18);
}

/* =========================
   PAGE FEATURED SPOTLIGHT / LAKE DIRECTORY CARD SYSTEM
   Global shared system for premium under-hero placements and directory rows.
========================= */

.page-featured-spotlight-section {
  padding: 1rem 0 1.05rem;
}

.page-featured-spotlight {
  position: relative;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 1.15rem;
  align-items: center;
  padding: 1rem 1.15rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.56), transparent 42%),
    linear-gradient(180deg, #e8f4f8 0%, #c6e0e8 100%);
  border: 1px solid rgba(13, 63, 76, 0.28);
  box-shadow:
    0 16px 34px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.46);
}

.page-featured-spotlight-media {
  position: relative;
  align-self: start;
  min-width: 0;
  margin-top: 2.15rem;
}

.page-featured-spotlight-image {
  position: relative;
  overflow: hidden;
  height: 190px;
  min-height: 190px;
  border-radius: 18px;
  border: 1px solid rgba(18, 125, 145, 0.34);
  background: #d8eef4;
  box-shadow:
    0 16px 32px rgba(15, 23, 42, 0.14),
    0 0 26px rgba(61, 171, 190, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.42);
}

.page-featured-spotlight-image img,
.page-featured-spotlight-art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-featured-spotlight-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.page-featured-spotlight-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.page-featured-spotlight-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-featured-spotlight-dots {
  display: flex;
  justify-content: center;
  gap: 0.42rem;
  margin-top: 0.55rem;
  pointer-events: none;
}

.page-featured-spotlight-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(11, 52, 64, 0.25);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.65);
}

.page-featured-spotlight-dot.is-active {
  background: #d9833c;
  box-shadow: 0 0 0 3px rgba(217, 131, 60, 0.22);
}

.page-featured-spotlight-content h3,
.page-featured-spotlight-content h4,
.page-featured-spotlight-content p,
.page-featured-footer {
  transform: translateY(1.10rem);
}

.page-featured-spotlight-label {
  position: absolute;
  top: 1rem;
  left: calc(1.15rem + 160px);
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 26px;
  margin-bottom: 0.52rem;
  padding: 0.31rem 0.68rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #f2c16d 0%, #d9833c 100%);
  color: #3f220d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.38),
    0 8px 18px rgba(96, 52, 20, 0.14);
}

.page-featured-spotlight h3 {
  margin: 0 0 0.35rem;
  color: #0b3440;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.08;
}

.page-featured-spotlight h4 {
  margin: 0 0 0.62rem;
  color: #21464f;
  font-size: 1rem;
  line-height: 1.24;
}

.page-featured-spotlight p {
  margin: 0;
  color: #21464f;
  font-size: 0.93rem;
  line-height: 1.48;
  font-weight: 600;
}

.page-featured-footer {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  margin-top: 0.75rem;
}

.page-featured-footer .page-featured-meta {
  margin-top: 0;
  flex: 0 0 auto;
  min-width: 0;
}

.page-featured-meta {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.42rem;
  margin-top: 0.75rem;
  overflow: hidden;
}

.page-featured-meta span {
  flex: 0 0 auto;
  padding: 0.34rem 0.52rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #dceff5 100%);
  border: 1px solid rgba(11, 52, 64, 0.14);
  color: #0b3440;
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  box-shadow:
    0 5px 12px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255,255,255,0.72);
}

.page-featured-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: fit-content;
  min-height: 34px;
  margin-top: 0;
  margin-left: clamp(2rem, 6vw, 4rem);
  transform: translateY(-4.5px);
  padding: 0.48rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #b8cbd2 0%, #8faab5 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #061922;
  text-decoration: none;
  text-align: center;
  font-size: 0.86rem;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
  box-shadow:
    0 8px 18px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.72);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.page-featured-action:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.75);
  border-color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(180deg, #c4d4da 0%, #9bb3bd 100%);
}

.lake-directory-section {
  padding: 1rem 0 4rem;
}

.lake-directory-section > .container {
  max-width: 1420px;
}

.lake-directory-section-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0.75rem auto 2.35rem;
  color: #315761;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.lake-directory-section-divider::before,
.lake-directory-section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(11, 52, 64, 0.22);
}

.lake-directory-section-divider span {
  flex: 0 0 auto;
  white-space: nowrap;
}

.lake-directory-list {
  display: grid;
  gap: 1rem;
  margin-top: 0;
}

.lake-directory-row {
  display: grid;
  grid-template-columns: 306px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: stretch;
  width: 100%;
}

.lake-directory-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 306px;
  min-width: 0;
  padding: 1.05rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #e8f4f8 0%, #c6e0e8 100%);
  border: 1px solid rgba(13, 63, 76, 0.28);
  box-shadow:
    0 14px 30px rgba(15, 23, 42, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.lake-directory-side-placement,
.lake-directory-placement-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lake-directory-mini-card {
  position: relative;
  width: 306px;
  height: 306px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(18, 125, 145, 0.42);
  background: linear-gradient(180deg, #e8f4f8 0%, #c6e0e8 100%);
  box-shadow:
    0 18px 38px rgba(15, 23, 42, 0.2),
    0 0 32px rgba(61, 171, 190, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.42);
}

.lake-directory-mini-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.lake-directory-mini-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.lake-directory-mini-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0.92rem;
  color: #0b3440;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(180deg, #edf8fa 0%, #c7e2ea 100%);
}

.lake-directory-mini-image {
  position: relative;
  width: 254px;
  height: 174px;
  margin: 0 auto 0.72rem;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.4);
  border: 3px solid rgba(255,255,255,0.82);
  box-shadow:
    0 12px 24px rgba(15, 23, 42, 0.16),
    0 0 18px rgba(61, 171, 190, 0.24);
  overflow: hidden;
}

.lake-directory-mini-image img,
.lake-directory-mini-image svg,
.lake-directory-mini-art {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #ffffff;
  object-fit: cover;
  object-position: center;
}

.lake-directory-mini-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 24px;
  margin: 0 auto 0.42rem;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b3440;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 5px 12px rgba(15, 23, 42, 0.12);
}

.lake-directory-mini-card h3 {
  margin: 0 0 0.34rem;
  color: #0b3440;
  font-size: 1.38rem;
  line-height: 1.05;
}

.lake-directory-mini-card p {
  margin: 0;
  color: #21464f;
  font-size: 0.92rem;
  line-height: 1.16;
  font-weight: 700;
}

.lake-directory-mini-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.68rem;
  display: flex;
  justify-content: center;
  gap: 0.42rem;
  z-index: 3;
  pointer-events: none;
}

.lake-directory-mini-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(11, 52, 64, 0.25);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.65);
}

.lake-directory-mini-dot.is-active {
  background: #d9833c;
  box-shadow: 0 0 0 3px rgba(217, 131, 60, 0.22);
}

.lake-directory-card h3 {
  margin: 0 0 0.35rem;
  color: #0b3440;
  font-size: 1.32rem;
  line-height: 1.15;
}

.lake-directory-card p {
  margin: 0;
  color: #21464f;
  font-size: 0.94rem;
  line-height: 1.42;
  font-weight: 600;
}

.lake-directory-meta {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.38rem;
  margin-top: 1.25rem;
  overflow: hidden;
}

.lake-directory-meta span {
  flex: 0 0 auto;
  padding: 0.34rem 0.46rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #dceff5 100%);
  border: 1px solid rgba(11, 52, 64, 0.14);
  color: #0b3440;
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  box-shadow:
    0 5px 12px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255,255,255,0.72);
}

.lake-directory-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.lake-directory-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.58rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #b8cbd2 0%, #8faab5 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #061922;
  text-decoration: none;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
  box-shadow:
    0 8px 18px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.72);
}

/* Temporary compatibility aliases for pages already using category-specific class names.
   These can be removed after those pages are converted to the generic lake-directory classes. */

.marketing-web-section,
.auto-dealers-section {
  padding: 1rem 0 4rem;
}

.marketing-web-section > .container,
.auto-dealers-section > .container {
  max-width: 1420px;
}

.marketing-web-section-divider,
.auto-dealers-section-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0.75rem auto 2.35rem;
  color: #315761;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.marketing-web-section-divider::before,
.marketing-web-section-divider::after,
.auto-dealers-section-divider::before,
.auto-dealers-section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(11, 52, 64, 0.22);
}

.marketing-web-section-divider span,
.auto-dealers-section-divider span {
  flex: 0 0 auto;
  white-space: nowrap;
}

.marketing-web-list,
.auto-dealers-list {
  display: grid;
  gap: 1rem;
  margin-top: 0;
}

.marketing-web-row,
.auto-dealer-row {
  display: grid;
  grid-template-columns: 306px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: stretch;
  width: 100%;
}

.marketing-web-card,
.auto-dealer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 306px;
  min-width: 0;
  padding: 1.05rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #e8f4f8 0%, #c6e0e8 100%);
  border: 1px solid rgba(13, 63, 76, 0.28);
  box-shadow:
    0 14px 30px rgba(15, 23, 42, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.marketing-web-side-placement,
.marketing-web-placement-wrap,
.auto-dealer-side-placement,
.auto-dealer-placement-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.marketing-web-mini-card,
.auto-dealer-mini-card {
  position: relative;
  width: 306px;
  height: 306px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(18, 125, 145, 0.42);
  background: linear-gradient(180deg, #e8f4f8 0%, #c6e0e8 100%);
  box-shadow:
    0 18px 38px rgba(15, 23, 42, 0.2),
    0 0 32px rgba(61, 171, 190, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.42);
}

.marketing-web-mini-slide,
.auto-dealer-mini-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.marketing-web-mini-slide.is-active,
.auto-dealer-mini-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.marketing-web-mini-slide a,
.auto-dealer-mini-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0.92rem;
  color: #0b3440;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(180deg, #edf8fa 0%, #c7e2ea 100%);
}

.marketing-web-mini-image,
.auto-dealer-mini-image {
  position: relative;
  width: 254px;
  height: 174px;
  margin: 0 auto 0.72rem;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.4);
  border: 3px solid rgba(255,255,255,0.82);
  box-shadow:
    0 12px 24px rgba(15, 23, 42, 0.16),
    0 0 18px rgba(61, 171, 190, 0.24);
  overflow: hidden;
}

.marketing-web-mini-image img,
.marketing-web-mini-image svg,
.auto-dealer-mini-image img,
.auto-dealer-mini-image svg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #ffffff;
  object-fit: cover;
  object-position: center;
}

.marketing-web-mini-kicker,
.auto-dealer-mini-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 24px;
  margin: 0 auto 0.42rem;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b3440;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 5px 12px rgba(15, 23, 42, 0.12);
}

.marketing-web-mini-card h3,
.auto-dealer-mini-card h3 {
  margin: 0 0 0.34rem;
  color: #0b3440;
  font-size: 1.38rem;
  line-height: 1.05;
}

.auto-dealer-mini-card p {
  margin: 0;
  color: #21464f;
  font-size: 0.92rem;
  line-height: 1.16;
  font-weight: 700;
}

.marketing-web-mini-dots,
.auto-dealer-mini-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.68rem;
  display: flex;
  justify-content: center;
  gap: 0.42rem;
  z-index: 3;
  pointer-events: none;
}

.marketing-web-mini-dot,
.auto-dealer-mini-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(11, 52, 64, 0.25);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.65);
}

.marketing-web-mini-dot.is-active,
.auto-dealer-mini-dot.is-active {
  background: #d9833c;
  box-shadow: 0 0 0 3px rgba(217, 131, 60, 0.22);
}

.marketing-web-card h3,
.auto-dealer-card h3 {
  margin: 0 0 0.35rem;
  color: #0b3440;
  font-size: 1.32rem;
  line-height: 1.15;
}

.marketing-web-card p,
.auto-dealer-card p {
  margin: 0;
  color: #21464f;
  font-size: 0.94rem;
  line-height: 1.42;
  font-weight: 600;
}

.marketing-web-meta,
.auto-dealer-meta {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.38rem;
  margin-top: 1.25rem;
  overflow: hidden;
}

.marketing-web-meta span,
.auto-dealer-meta span {
  flex: 0 0 auto;
  padding: 0.34rem 0.46rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #dceff5 100%);
  border: 1px solid rgba(11, 52, 64, 0.14);
  color: #0b3440;
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  box-shadow:
    0 5px 12px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255,255,255,0.72);
}

.marketing-web-card-actions,
.auto-dealer-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.marketing-web-card-action,
.auto-dealer-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.58rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #b8cbd2 0%, #8faab5 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #061922;
  text-decoration: none;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
  box-shadow:
    0 8px 18px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.72);
}

.marketing-web-note,
.auto-dealers-note {
  margin-top: 2rem;
  padding: 1.25rem 1.35rem;
  border-left: 4px solid #148fbe;
  background: linear-gradient(180deg, rgba(245, 252, 255, 0.96) 0%, rgba(214, 236, 244, 0.98) 100%);
  border-radius: 14px;
  border: 1px solid rgba(11, 52, 64, 0.18);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.marketing-web-note p,
.auto-dealers-note p {
  margin: 0;
  color: #173841;
  line-height: 1.65;
}

.marketing-web-note-actions,
.auto-dealers-note-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.marketing-web-note-actions a,
.auto-dealers-note-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: linear-gradient(180deg, #b8cbd2 0%, #8faab5 100%);
  color: #061922;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.42),
    0 10px 22px rgba(15, 23, 42, 0.14);
}

@media (max-width: 1320px) {
  .lake-directory-row,
  .marketing-web-row,
  .auto-dealer-row {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .lake-directory-mini-card,
  .marketing-web-mini-card,
  .auto-dealer-mini-card {
    width: 240px;
    height: 240px;
  }

  .lake-directory-mini-image,
  .marketing-web-mini-image,
  .auto-dealer-mini-image {
    width: 194px;
    height: 132px;
  }

  .lake-directory-mini-kicker,
  .marketing-web-mini-kicker,
  .auto-dealer-mini-kicker {
    min-height: 22px;
    padding: 0.24rem 0.46rem;
    font-size: 0.58rem;
  }

  .lake-directory-mini-card h3,
  .marketing-web-mini-card h3,
  .auto-dealer-mini-card h3 {
    font-size: 1.12rem;
  }

  .lake-directory-mini-card p,
  .auto-dealer-mini-card p {
    font-size: 0.74rem;
  }

  .lake-directory-card h3,
  .marketing-web-card h3,
  .auto-dealer-card h3 {
    font-size: 1.12rem;
  }

  .lake-directory-card p,
  .marketing-web-card p,
  .auto-dealer-card p {
    font-size: 0.84rem;
    line-height: 1.32;
  }

  .lake-directory-meta span,
  .marketing-web-meta span,
  .auto-dealer-meta span {
    font-size: 0.58rem;
    padding: 0.28rem 0.34rem;
  }
}

@media (max-width: 900px) {
  .page-featured-spotlight {
    grid-template-columns: 1fr;
    padding-bottom: 1.6rem;
  }

  .page-featured-spotlight-media {
    margin-top: 2.85rem;
  }

  .page-featured-spotlight-image {
    height: 210px;
    min-height: 210px;
  }

  .page-featured-spotlight-label {
    left: 50%;
  }

  .page-featured-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-featured-action {
    margin-left: auto;
    margin-right: auto;
    transform: none;
    margin-top: 0;
  }

  .page-featured-meta {
    flex-wrap: wrap;
    overflow: visible;
  }

  .lake-directory-row,
  .marketing-web-row,
  .auto-dealer-row {
    grid-template-columns: 1fr;
  }

  .lake-directory-side-placement,
  .lake-directory-placement-wrap,
  .marketing-web-side-placement,
  .marketing-web-placement-wrap,
  .auto-dealer-side-placement,
  .auto-dealer-placement-wrap {
    justify-content: center;
  }

  .lake-directory-meta,
  .marketing-web-meta,
  .auto-dealer-meta {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .lake-directory-card-actions,
  .marketing-web-card-actions,
  .auto-dealer-card-actions,
  .marketing-web-note-actions,
  .auto-dealers-note-actions {
    flex-direction: column;
  }

  .lake-directory-card-action,
  .marketing-web-card-action,
  .auto-dealer-card-action,
  .marketing-web-note-actions a,
  .auto-dealers-note-actions a {
    width: 100%;
    text-align: center;
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1180px) {
  .header-weather-card {
    width: 210px !important;
    padding: 13px 14px !important;
  }

  .header-weather-temp {
    font-size: 2.45rem !important;
  }

  .header-weather-icon {
    font-size: 1.75rem !important;
  }

  .header-weather-details {
    font-size: 0.7rem !important;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .grid-4,
  .grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-nav {
    gap: 10px 14px;
  }

  .site-nav a {
    font-size: 0.88rem;
  }

  .brand-main {
    gap: 16px;
    margin-left: -10px;
    padding-top: 14px;
  }

  .brand-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .hero .eyebrow {
    font-size: 0.96rem;
    padding: 9px 18px;
    margin: 0 auto 42px;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
  }

  .header-shell {
    padding: 14px 0 12px;
  }

  .header-brand-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    flex-wrap: wrap;
  }

  .brand-wrap {
    flex: 1 1 calc(100% - 62px);
    max-width: calc(100% - 62px);
  }

  .brand-main {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-top: 4px;
    gap: 12px;
    width: 100%;
  }

  .brand-kicker {
    text-align: left;
    padding-top: 0;
    transform: none;
    margin-bottom: 6px;
    font-size: 0.72rem;
    letter-spacing: 0.13em;
  }

  .brand-line-one {
    font-size: clamp(2.15rem, 9vw, 3.15rem);
    line-height: 0.9;
  }

  .brand-line-two {
    text-align: left;
    font-size: clamp(1.76rem, 7.6vw, 2.58rem);
    line-height: 0.96;
    margin-top: 4px;
  }

  .brand-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    margin-bottom: 0;
  }

  .brand-icon-handle {
    width: 26px;
    height: 7px;
    right: -7px;
    bottom: 4px;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    margin-top: 4px;
  }

  .header-weather-card {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    order: 3 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 116px !important;
    flex: 1 1 100% !important;
    margin-top: 12px !important;
    padding: 12px 14px !important;
    border-radius: 18px !important;
  }

  .header-weather-card:hover,
  .header-weather-card:focus-visible {
    transform: none;
  }

  .header-weather-top {
    align-items: center !important;
  }

  .header-weather-location {
    font-size: 0.96rem !important;
  }

  .header-weather-updated {
    font-size: 0.66rem !important;
  }

  .header-weather-icon {
    font-size: 1.55rem !important;
  }

  .header-weather-main {
    margin-top: 4px !important;
  }

  .header-weather-temp {
    font-size: 2.05rem !important;
  }

  .header-weather-condition {
    font-size: 0.8rem !important;
  }

  .header-weather-details {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    padding-top: 6px !important;
    margin-top: 5px !important;
    font-size: 0.66rem !important;
  }

  .header-weather-details span,
  .header-weather-details span:nth-child(3) {
    grid-column: auto !important;
    display: block !important;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 0;
    padding: 12px;
    background: #071f31;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0,0,0,0.28);
  }

  .site-nav.nav-open { display: flex; }

  .site-nav a {
    padding: 12px 10px;
    border-radius: 12px;
    font-size: 0.98rem;
  }

  .site-nav a:hover,
  .site-nav a.current {
    background: rgba(255,255,255,0.08);
  }

  .hero-grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid,
  .directory-grid,
  .article-grid,
  .feature-grid,
  .footer-grid,
  .signup-box,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .inline-form {
    justify-content: stretch;
  }

  .inline-form input,
  .inline-form .btn {
    width: 100%;
  }

  .quick-stats {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 18px 0 26px;
  }

  .hero h2 {
    font-size: clamp(2rem, 10vw, 2.9rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  .hero p {
    font-size: 18px;
  }

  .hero .eyebrow {
    font-size: 0.94rem;
    line-height: 1.35;
    padding: 9px 16px;
    max-width: calc(100% - 20px);
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .btn {
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 22px), var(--max));
  }

  .header-shell {
    padding: 12px 0;
  }

  .header-wave {
    opacity: 0.12;
    width: 42%;
    height: 115px;
    top: 10px;
    right: 0;
  }

  .header-brand-row {
    gap: 10px;
  }

  .brand-wrap {
    flex: 1 1 calc(100% - 54px);
    max-width: calc(100% - 54px);
  }

  .brand-main {
    gap: 9px;
    align-items: center;
    padding-top: 2px;
  }

  .brand-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    margin-bottom: 0;
  }

  .brand-icon-lens {
    border-width: 3px;
  }

  .brand-icon-handle {
    width: 20px;
    height: 6px;
    right: -6px;
    bottom: 3px;
  }

  .brand-icon-shine {
    width: 12px;
    height: 12px;
    top: 8px;
    left: 10px;
  }

  .brand-kicker {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }

  .brand-line-one {
    font-size: clamp(1.82rem, 10.5vw, 2.42rem);
  }

  .brand-line-two {
    font-size: clamp(1.48rem, 8.7vw, 2.02rem);
    margin-top: 2px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    margin-top: 2px;
  }

  .header-weather-card {
    min-height: 96px !important;
    padding: 10px 12px !important;
    border-radius: 16px !important;
    margin-top: 10px !important;
  }

  .header-weather-location {
    font-size: 0.86rem !important;
  }

  .header-weather-updated {
    font-size: 0.6rem !important;
    margin-top: 2px !important;
  }

  .header-weather-icon {
    font-size: 1.32rem !important;
  }

  .header-weather-temp {
    font-size: 1.72rem !important;
  }

  .header-weather-condition {
    font-size: 0.72rem !important;
    margin-top: 2px !important;
  }

  .header-weather-details {
    font-size: 0.58rem !important;
    gap: 4px !important;
    padding-top: 5px !important;
  }

  .home-hero,
  .hero {
    padding: 18px 0 26px;
  }

  .page-hero {
    padding-top: 54px;
  }

  .hero .eyebrow {
    font-size: 0.9rem;
    padding: 8px 14px;
  }

  .hero h2 {
    font-size: clamp(1.86rem, 10.5vw, 2.52rem);
  }

  .section p,
  .section li {
    font-size: 18px;
    line-height: 1.6;
  }

  .section h3 {
    font-size: 25px;
  }

  .card,
  .listing-card,
  .directory-card,
  .article-card,
  .info-box,
  .signup-box {
    padding: 22px;
  }
}

@media (max-width: 430px) {
  .home-hero,
  .hero {
    padding: 14px 0 22px;
  }
}

@media (max-width: 390px) {
  .brand-icon {
    display: none;
  }

  .brand-wrap {
    flex-basis: calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .brand-main {
    gap: 0;
  }

  .brand-line-one {
    font-size: clamp(1.7rem, 11vw, 2.18rem);
  }

  .brand-line-two {
    font-size: clamp(1.38rem, 9vw, 1.82rem);
  }

  .header-weather-card {
    min-height: 90px !important;
  }

  .header-weather-details {
    grid-template-columns: 1fr 1fr !important;
  }

  .header-weather-details span:nth-child(3) {
    grid-column: 1 / -1 !important;
  }
}