/* Water & Hook — site.css (premium outdoor v1 + subtle header backdrop)
   Restored working version + minimal fixes */

:root{
  --bg:#07121a;
  --bg2:#081a26;

  --panel: rgba(255,255,255,.055);
  --panel2: rgba(255,255,255,.035);
  --line: rgba(255,255,255,.10);

  --text:#eef3f7;
  --muted:#b3c0cc;

  --brand:#8fe6d8;
  --brand2:#7fb3ff;
  --sand:#e9d8a6;

  --radius:20px;
  --shadow: 0 22px 70px rgba(0,0,0,.42);
  --shadow2: 0 14px 45px rgba(0,0,0,.30);

  --max:1120px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

*{box-sizing:border-box}
html,body{height:100%}

body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(900px 520px at 15% 10%, rgba(143,230,216,.14), transparent 60%),
    radial-gradient(900px 520px at 85% 14%, rgba(127,179,255,.12), transparent 62%),
    linear-gradient(180deg, var(--bg), var(--bg2));
}

a{color:inherit;text-decoration:none}

.wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:26px 18px 70px;
  position:relative;
  z-index:1;
}

/* =========================
   HEADER (SCOPED FIX)
   ========================= */

.header-backdrop{
  position:relative;
  z-index:2;
}

.header-backdrop::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#1b3a3f,#0e2235);
  z-index:-1;
}

.header-backdrop > header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 18px;
}

/* Brand */
.brand{
  display:flex;
  align-items:center;
  gap:12px;
}

.brand-link{
  display:flex;
  align-items:center;
  gap:10px;
}

.brand-title strong{
  font-size:15px;
  letter-spacing:.2px;
}

.brand-mark{
  width:32px;
  height:32px;
  min-width:32px;
  min-height:32px;
  display:block;
}


/* Nav — NEVER hidden */
nav{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}

.pill{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  padding:10px 12px;
  border-radius:999px;
  font-size:14px;
  color:var(--muted);
}

.pill:hover{
  color:var(--text);
  background:rgba(255,255,255,.07);
}

/* Mobile: wrap, don’t hide */
@media (max-width: 860px){
  nav{
    justify-content:flex-start;
    gap:8px;
  }
}

/* =========================
   BREADCRUMBS (RESTORED)
   ========================= */

.breadcrumbs{
  margin:12px 0 16px;
  font-size:.9rem;
}

.breadcrumbs__list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
}

.breadcrumbs__item + .breadcrumbs__item::before{
  content:"›";
  opacity:.6;
  margin:0 10px;
}

/* =========================
   LAKE PAGE
   ========================= */

.lake__block{
  margin-top:18px;
}

.map-embed iframe{
  width:100%;
  height:360px;
  border:0;
  border-radius:16px;
}

@media (max-width:640px){
  .map-embed iframe{height:260px}
}

.related-list{
  margin-top:10px;
  padding-left:18px;
}

.related-list li{
  margin:6px 0;
}

/* =========================
   STATE PAGES
   ========================= */

.state-intro{
  margin:14px 0 18px;
}

.state-intro p{
  margin:0 0 10px;
  color:var(--muted);
  line-height:1.75;
  max-width:70ch;
}

.state-list{
  padding-left:18px;
}

.state-list li{
  margin:6px 0;
}

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

.footer-inner{
  max-width:1100px;
  margin:0 auto;
  padding:0 16px;
  font-size:14px;
  opacity:.85;
}

.footer-states{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.10);
}

/* FORCE HEADER NAV VISIBLE (override any old hide rules) */
.header-backdrop nav{
  display:flex !important;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}

.header-backdrop nav .pill{
  display:inline-flex !important;
  border:1px solid var(--line);
  background: rgba(255,255,255,.035);
  padding:10px 12px;
  border-radius:999px;
  font-size:14px;
  color:var(--muted);
}

.header-backdrop nav .pill:hover{
  color:var(--text);
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
}

.badge { display:inline-block; margin-top:.5rem; padding:.25rem .5rem; border-radius:999px; font-size:.8rem; }
.badge--data { background:#1e6bd6; color:#fff; }
.badge--none { background:#444; color:#eee; }

.lake__header + .muted { margin-top: .75rem; }

.lake .muted { margin: .75rem 0 1rem; }
.lake__header .badge { margin-bottom: .5rem; }

.nav-links, .nav ul, nav ul {
  display: flex;
  gap: 14px;
  align-items: center;
}

.actions-lead {
  margin-bottom: 14px;
}

.actions {
  display: flex;
  align-items: center;
  gap: 0; /* important */
}



.actions a {
  position: relative;
}

.actions a + a {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,0.25);
}


.section-divider {
  margin: 36px 0;
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.12);
}

.tiles {
  margin-top: 28px;
}


.section-head a.btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  margin-top: 16px;
}

.section-head a.btn.btn--ghost{
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.06);
}



.section-head + section.grid{
  margin-top: 8px;
}



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

.hero-inner > div,
.section-head > div,
.card p{
  max-width: 680px;
}


.section-head h2{
  letter-spacing: 0.2px;
}

.tile{
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

section.grid{
  padding-top: 16px;
}

section.grid .card:first-child h3{
  margin-top: 6px;
}

.meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.meta-list li {
  margin-bottom: 6px;
}

.report-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}



/* ==================================
   Lake report form (clean + stable)
   Generic controls, no theme fighting
   ================================== */

.lake__reports .report-form{
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 760px;

  /* indent to visually nest under reports */
  margin-left: 1.25rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(255,255,255,.16);
}

.lake__reports .report-form .form-row{
  margin-bottom: .9rem;
}

.lake__reports .report-form label{
  display: block;
  margin: 0 0 .35rem 0;
  font-weight: 600;
  font-size: .95rem;
  color: inherit;
  opacity: .95;
}

/* Inputs — clearly visible everywhere */
.lake__reports .report-form input[type="text"],
.lake__reports .report-form textarea{
  width: 100%;
  padding: .65rem .75rem;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.35);
  background: #f2f2f2;
  color: #111;
}

.lake__reports .report-form textarea{
  min-height: 140px;
  resize: vertical;
}

.lake__reports .report-form input[type="file"]{
  width: 100%;
  color: inherit;
}

/* Focus — simple, native-feeling */
.lake__reports .report-form input[type="text"]:focus,
.lake__reports .report-form textarea:focus{
  outline: none;
  border-color: rgba(0,0,0,.55);
}

/* Submit button — generic / Browse-family */
.lake__reports .report-form button[type="submit"]{
  padding: .6rem 1.1rem;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.35);
  background: #f2f2f2;
  color: #111;
  font-weight: 600;
  cursor: pointer;
}

.lake__reports .report-form button[type="submit"]:hover{
  background: #e6e6e6;
}

.lake__reports .report-form button[type="submit"]:active{
  background: #dcdcdc;
}

/* Muted helper text */
.lake__reports .report-form .muted{
  margin-top: .6rem;
  opacity: .75;
  font-size: .95rem;
}

/* Intro line indentation */
.lake__reports .report-form-intro{
  margin-left: 1.25rem;
  padding-left: 1rem;
}

/* Subtle transition cue above form */
.lake__reports .report-form-wrap{
  margin-top: 1.25rem;
  padding-top: 1rem;
  position: relative;
}

.lake__reports .report-form-wrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(255,255,255,.25),
    rgba(255,255,255,.05)
  );
}
/* Mobile: hide brand text, keep logo mark */
@media (max-width: 640px) {
  .brand-name {
    display: none;
  }
}
/* Mobile: hide the "Water & Hook" text next to the logo */
@media (max-width: 768px) {
  .brand-title { display: none; }
}
/* Global body copy rhythm */
.page-content p,
.hero p {
  line-height: 1.45;
  margin-bottom: 1rem;
}
/* Make homepage hero text use the same width rhythm as interior pages */
.hero .lead,
.hero p {
  max-width: none;
}
/* Remove narrow text measure on homepage */
.hero-copy,
.hero-left,
.hero-text {
  max-width: none;
}
/* Homepage: allow hero copy to use full container width like interior pages */
.hero .sub,
.hero .actions-lead {
  max-width: none !important;
}
/* Homepage hero: make copy column match interior page width */
.hero-inner {
  display: flex;
  gap: 2.5rem;
}

.hero-copy {
  flex: 1 1 auto;     /* allow it to grow */
  max-width: none;    /* no artificial cap */
}

/* Hero: keep copy readable while preserving the new 2-column balance */
.hero-copy .sub,
.hero-copy .actions-lead {
  max-width: 62ch;
}

/* Tighten transition from hero to first content section */
.hero {
  padding-bottom: 3rem;
}

.hero + .page-section,
.hero + section {
  margin-top: 0;
}

.page-section:first-of-type {
  padding-top: 2.5rem;
}

.page-section h2:first-child {
  margin-top: 0;
}
/* Tighten the divider spacing under the hero */
.section-divider {
  margin: 1.25rem 0;
}
/* Let hero height be content-driven */
.hero {
  min-height: unset;
  height: auto;
  padding-bottom: 3rem; /* adjust to taste */
}
.hero {
  align-items: flex-start;
}
/* Home: remove extra dead space under the hero (content-driven, tight) */
.hero {
  height: auto;
  min-height: 0;
  padding-bottom: 1.25rem; /* tighten */
  margin-bottom: 0;
}

.hero-inner {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Split layout like hero: main content + right rail */
.feature-split{
  display:flex;
  align-items:flex-start;
  gap:2.5rem;
}

.feature-main{
  flex:1 1 auto;
  min-width:0;
}

.feature-rail{
  flex:0 0 340px;
  max-width:340px;
  padding:1.25rem 1.25rem;
  border-radius:var(--radius);
  background:var(--panel);
  border:1px solid var(--line);
}

.feature-rail .rail-item + .rail-item{
  margin-top:1rem;
  padding-top:1rem;
  border-top:1px solid var(--line);
}

.feature-rail strong{
  display:block;
  margin-bottom:.35rem;
}

.feature-rail p{
  margin:0;
  color:var(--muted);
}

/* Mobile: stack like a normal section */
@media (max-width: 900px){
  .feature-split{
    flex-direction:column;
    gap:1.5rem;
  }
  .feature-rail{
    max-width:none;
    width:100%;
  }
}

/* State page: tighten spacing between intro and All lakes */
.feature-split + .state-lakes {
  margin-top: 0;
}
.state-lakes {
  padding-top: 1.5rem;
}
/* State page: kill the big gap above "All lakes" */
.state-lakes{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.state-lakes > h2{
  margin-top: 0 !important;
}
/* State page: kill the big gap above "All lakes" */
.state-lakes{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.state-lakes > h2{
  margin-top: 0 !important;
}
/* State pages: remove the extra space AFTER the intro split (the gap is coming from inside) */
.feature-split .feature-main > *:last-child{
  margin-bottom: 0 !important;
}

.feature-split .feature-rail > *:last-child{
  margin-bottom: 0 !important;
}
/* State pages: tighten the gap after the header/intro split */
.feature-split{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.state-list {
  columns: 3;
  column-gap: 3rem;
}

.state-list li {
  break-inside: avoid;
  margin-bottom: 0.35rem;
}

/* Tablet */
@media (max-width: 1100px) {
  .state-list {
    columns: 2;
  }
}

/* Mobile */
@media (max-width: 720px) {
  .state-list {
    columns: 1;
  }
}
.stats-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  white-space: nowrap;
}

.stats-list strong {
  font-weight: 600;
}

.stats-list span {
  font-weight: 500;
}
.stats-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.stats-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.4rem;
}

.stats-list li strong {
  font-weight: 600;
}

.stats-list li span {
  text-align: right;
  font-variant-numeric: tabular-nums;
}


.rail-item p {
  margin-top: 0.75rem;            /* space below "Quick stats" */
  display: grid;
  grid-template-columns: auto max-content;
  row-gap: 0.35rem;               /* vertical spacing between rows */
  column-gap: 1.25rem;            /* space between label and number */
}

.rail-item p strong {
  font-weight: 600;
}

.rail-item p strong + * {
  text-align: right;              /* right-align numbers */
}
.rail-item p strong + * {
  opacity: 0.9;
}
/* keep stats from stretching across the whole rail card */
.rail-item .quick-stats {
  margin-top: .75rem;
  max-width: 18rem;          /* <-- key: pulls numbers in from the far right */
}

/* tidy rows */
.rail-item .quick-stats .row {
  display: grid;
  grid-template-columns: 1fr max-content;
  column-gap: 1rem;
  row-gap: .35rem;
}

/* Quick stats label emphasis */
.rail-item .quick-stats .k {
  font-weight: 600;          /* medium-bold */
  opacity: 0.95;
}

/* Values stay clean and readable */
.rail-item .quick-stats .v {
  font-weight: 600;          /* match labels, not heavier */
}
/* Reuse the homepage split/rail layout on inner pages (lake/state templates) */
.layout-two-col{
  display:flex;
  gap:2.25rem;
  align-items:flex-start;
}

.layout-main{
  flex:1;
  min-width:0;
}

.layout-rail{
  flex:0 0 340px;
  max-width:340px;
  padding:1.25rem 1.25rem;
  border-radius:var(--radius);
  background:var(--panel);
  border:1px solid var(--line);
}

/* rail sections */
.layout-rail .rail-item + .rail-item{
  margin-top:1rem;
  padding-top:1rem;
  border-top:1px solid var(--line);
}

.layout-rail strong{
  display:block;
  margin-bottom:.5rem;
}

/* At-a-glance rows */
.layout-rail .rail-dl{
  margin:0;
  display:grid;
  grid-template-columns: 1fr auto;
  gap:.4rem 1rem;
}

.layout-rail .rail-dl dt{
  margin:0;
  font-weight:600;
  opacity:.95;
}

.layout-rail .rail-dl dd{
  margin:0;
  text-align:right;
  opacity:.85;
}

/* Jump list */
.layout-rail .rail-links{
  margin:.25rem 0 0 1.1rem;
  padding:0;
}

.layout-rail .rail-links li{
  margin:.35rem 0;
}

/* Mobile: stack */
@media (max-width: 900px){
  .layout-two-col{
    flex-direction:column;
    gap:1.5rem;
  }
  .layout-rail{
    max-width:none;
    width:100%;
  }
}
.rail-item--divider + .rail-item--divider {
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-states {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1rem; /* row gap, column gap */
  max-width: 1100px;
}

.footer-states a {
  font-size: 0.9rem;
  letter-spacing: .04em;
}

.footer-states {
  line-height: 1.6;
}

.footer-states a {
  opacity: 0.9;
}
.footer-states span {
  margin-right: .75rem;
}
.rail-links {
  font-size: 0.95rem;
}
.rail-links .muted {
  font-size: 0.85rem;
  opacity: 0.75;
}
.rail-links li {
  line-height: 1.3;
}
.rail-links a {
  font-weight: 400;
}
.rail-links {
  padding-left: 1rem;
}
.lake-meta {
  margin-top: .25rem;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
  opacity: 0.8;
  letter-spacing: .02em;
}
/* =========================
   Access Intelligence Pills
   ========================= */

.intel-pill{
  display: inline-block;
  margin: .35rem .5rem 0 0;
  padding: .45rem .9rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  font-size: .9rem;
  line-height: 1.4;
  background: rgba(255,255,255,.05);
}

.intel-pill strong{
  font-weight: 600;
}

.intel-pills{ margin-top: .45rem; }

.intel-pill{
  display:inline-block;
  margin:.28rem .4rem 0 0;
  padding:.32rem .7rem;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  font-size:.82rem;
  line-height:1.25;
  background:rgba(255,255,255,.05);
}

/* =========================
   Gear Guide (match site vibe)
   ========================= */

.gear-hero { padding: 28px 0 10px; }
.gear-hero-inner { max-width: 920px; }
.gear-hero h1 { font-size: 2.4rem; margin: 0 0 10px; }
.gear-hero-sub { max-width: 900px; font-size: 1.05rem; opacity: 0.9; }
.gear-hero-tag { margin-top: 12px; opacity: 0.75; }

.gear-context { margin-top: 18px; }
.gear-context-inner { max-width: 920px; }

.gear-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 14px;
}

/* “glass card” to match lake/rail */
.gear-card {
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.gear-card-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.gear-card-title {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: 0.2px;
}

.gear-chip {
  font-size: 0.8rem;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.18);
  opacity: 0.9;
  white-space: nowrap;
}

.gear-card-desc {
  margin: 10px 0 0;
  opacity: 0.9;
  line-height: 1.5;
}

.gear-cta { margin-top: 12px; }

.gear-btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  text-decoration: none;
  font-weight: 600;
}

.gear-btn:hover { background: rgba(255,255,255,0.10); }

/* Optional: 2-column on wide screens */
@media (min-width: 900px) {
  .gear-grid { grid-template-columns: 1fr 1fr; }
}

.gear-products {
  margin-top: 2rem;
}

.gear-card + .gear-card {
  margin-top: 1.75rem;
}

.gear-card {
  padding: 1.75rem;
}
.gear-products {
  margin-bottom: 3rem;
}
/* Gear pages: give the last card breathing room above the footer */
main.gear-page {
  padding-bottom: 48px;
}

.affiliate-disclosure {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 18px;
}
/* Gear guide: product cards spacing + separation */
.gear-grid {
  gap: 18px;              /* more space between cards */
  margin-top: 12px;       /* separates from section header */
  margin-bottom: 18px;    /* breathing room before footer padding */
}

.gear-grid .gear-card {
  padding: 18px;          /* more internal breathing room */
  border-radius: 14px;    /* subtle polish */
}
/* Ensure gear cards align to the top of each grid row */
.gear-grid {
  align-items: start;
}

/* Gear overview grid: align cards to the TOP of each row */
section.grid[aria-label="Gear overview"] {
  align-items: flex-start !important;   /* if .grid is flex */
  align-content: flex-start !important;
}

section.grid[aria-label="Gear overview"] > .gear-card {
  align-self: flex-start !important;    /* if items were being aligned to bottom */
}

/* Gear cards: force top alignment (fixes inline-block/baseline misalignment) */
main.gear-page section.grid > * {
  vertical-align: top !important;
}
main.gear-page section.grid > * > * {
  vertical-align: top !important;
}

/* Gear guide: force the "Gear items" layout to be a real grid and top-aligned */
main.gear-page section.grid[aria-label="Gear items"]{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  align-items: start !important;
}

main.gear-page section.grid[aria-label="Gear items"] > article{
  align-self: start !important;
}

/* Gear guide: remove any stagger/offset so cards align evenly */
main.gear-page section.grid[aria-label="Gear items"] > article {
  margin-top: 0 !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  position: static !important;
  align-self: start !important;
}
/* Gear guide: CTA clarity (subtle) */
main.gear-page section.grid[aria-label="Gear items"] a.btn,
main.gear-page section.grid[aria-label="Gear items"] .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-weight: 600;
}

main.gear-page section.grid[aria-label="Gear items"] a.btn:hover,
main.gear-page section.grid[aria-label="Gear items"] .btn:hover {
  transform: translateY(-1px);
}

/* Keep card content from feeling cramped above the button */
main.gear-page section.grid[aria-label="Gear items"] .gear-card p:last-of-type {
  margin-bottom: 14px;
}

/* Gear guide: section rhythm + breathing room */
main.gear-page .page {
  padding-bottom: 56px; /* extra room above footer */
}

main.gear-page h2 {
  margin-top: 34px;
  margin-bottom: 14px;
}

main.gear-page section {
  margin-bottom: 22px;
}

/* Give the "Recommended gear" heading a clean separation */
main.gear-page h2 + p,
main.gear-page h2 + .sub {
  margin-top: 0;
  margin-bottom: 14px;
}

/* Gear guide: mobile polish */
@media (max-width: 700px) {
  main.gear-page section.grid[aria-label="Gear items"] {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  main.gear-page section.grid[aria-label="Gear items"] > article {
    padding: 16px;
  }

  /* Buttons feel better on thumbs without becoming huge */
  main.gear-page section.grid[aria-label="Gear items"] .btn,
  main.gear-page section.grid[aria-label="Gear items"] a.btn {
    width: 100%;
    justify-content: center;
  }
}
/* Gear guide: readable line length + cleaner type rhythm */
main.gear-page .content,
main.gear-page article,
main.gear-page .wrap,
main.gear-page .container {
  max-width: 980px;
}

main.gear-page p {
  line-height: 1.7;
}

main.gear-page h1 {
  line-height: 1.12;
  margin-bottom: 12px;
}

main.gear-page h2 {
  line-height: 1.2;
  letter-spacing: -0.01em;
}

main.gear-page .affiliate-disclosure {
  font-size: 0.9rem;
  opacity: 0.85;
  margin-top: 8px;
}
/* Gear cards: consistent internal spacing */
main.gear-page section.grid[aria-label="Gear items"] .gear-card h3,
main.gear-page section.grid[aria-label="Gear items"] .gear-card h4 {
  margin: 0 0 10px 0;
}

main.gear-page section.grid[aria-label="Gear items"] .gear-card p {
  margin: 0 0 12px 0;
}

main.gear-page section.grid[aria-label="Gear items"] .gear-card .btn,
main.gear-page section.grid[aria-label="Gear items"] .gear-card a.btn {
  margin-top: 6px;
}

/* If a card has multiple links/buttons, keep them from crowding */
main.gear-page section.grid[aria-label="Gear items"] .gear-card a + a,
main.gear-page section.grid[aria-label="Gear items"] .gear-card .btn + .btn {
  margin-left: 10px;
}

/* Gear cards: real depth separation */
main.gear-page section.grid[aria-label="Gear items"] .gear-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: linear-gradient(
    180deg,
    rgba(20, 45, 65, 0.95) 0%,
    rgba(12, 28, 42, 0.95) 100%
  );
  border: 1px solid rgba(255,255,255,0.06);
}

main.gear-page section.grid[aria-label="Gear items"] .gear-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 14px 30px rgba(0,0,0,0.45),
    0 0 0 1px rgba(255,255,255,0.08);
}
/* Gear hero panel: above-the-fold focus container */
main.gear-page .gear-hero-panel {
  padding: 24px 26px 20px;
  margin: 14px 0 30px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(
    180deg,
    rgba(18, 45, 66, 0.65) 0%,
    rgba(8, 22, 34, 0.35) 100%
  );
}

main.gear-page .gear-hero-panel p {
  max-width: 80ch;
}

/* Hero jump link */
main.gear-page .gear-jump {
  display: inline-block;
  margin-top: 14px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  opacity: 0.9;
}

main.gear-page .gear-jump:hover {
  opacity: 1;
  text-decoration: underline;
}
/* Make anchor jump feel real (and avoid sticky headers covering it) */
#gear-overview {
  scroll-margin-top: 90px;
  padding-top: 8px;
}
#recommended-gear { scroll-margin-top: 90px; }

/* Make the hero tagline feel intentional and strong */
main.gear-page .gear-hero-tag {
  margin-top: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.95;
}
main.gear-page .gear-hero-panel {
  max-width: 900px;
}
/* =========================
   Gear body (FINAL — single source of truth)
   Fixes old spacing regressions caused by duplicated rules
   ========================= */

section.card.gear-body{
  line-height: 1.65;
}

/* Headings + paragraphs: stable rhythm */
section.card.gear-body h2{
  margin: 28px 0 12px 0;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

section.card.gear-body p{
  margin: 0 0 16px 0;
  line-height: 1.75;
  max-width: none !important;
  width: 100% !important;
}

/* Keep top clean */
section.card.gear-body h2:first-child,
section.card.gear-body h3:first-child{
  margin-top: 0 !important;
}

/* Kill any stray <br> spacing artifacts inside gear body */
section.card.gear-body br{
  display: none !important;
}

section.card.gear-body h2 + br,
section.card.gear-body h3 + br{
  display: none !important;
}

/* Links must be obvious on dark bg */
section.card.gear-body a{
  color: #4da3ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

section.card.gear-body a:hover{
  color: #79bbff;
}



/* Hide homepage hero rail on mobile */
@media (max-width: 768px) {
  .hero-rail {
    display: none;
  }
}
.state-jump {
  margin: 0.75rem 0 0;
  opacity: 0.9;
}
.state-jump a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.badge-depth {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-left: 4px;
  color: #5fd4ff;
  display: inline;
}




.badge-depth:first-letter {
  text-transform: uppercase;
}
.lakes-list {
  list-style: disc;
  padding-left: 1.2rem;
  margin: 0;
}

.lakes-list li {
margin: 0.25rem 0;
line-height: 1.3;

}

.meta-sep {
  margin: 0 4px;
  opacity: 0.65;
}


.meta-part {
  display: inline;
}
.badge-depth { color: inherit; font-weight: 600; }

/* Related gear links (keep bullets) */
section.card.gear-body ul.gear-related{
  margin-top: 8px;
  padding-left: 22px;   /* controls bullet indent */
}

section.card.gear-body ul.gear-related li{
  margin-bottom: 10px;
}

section.card.gear-body ul.gear-related a{
  font-weight: 500;
}

/* 3-column state buckets */
.state-buckets{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 12px;
}

@media (min-width: 900px){
  .state-buckets{
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}

.bucket-card{
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  padding: 14px;
  background: rgba(255,255,255,0.03);
}

.bucket-card h2{
  margin: 0 0 8px 0;
  font-size: 18px;
}

.bucket-sub{
  margin: -2px 0 10px 0;
  opacity: 0.75;
  font-size: 13px;
}

.bucket-empty{
  margin: 0;
  opacity: 0.7;
}

.bucket-other{
  margin-top: 16px;
}
.bucket-card h2{
  margin: 0 0 10px 0;
  font-size: 18px;
  padding-bottom: 6px;
  position: relative;
}

.bucket-card h2::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0.12), rgba(255,255,255,0));
}

.bucket-sub{
  font-size: 13px;
  opacity: 0.75;
  margin: 4px 0 8px 0;
}

.bucket-sub a{
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  transition: border-color .2s ease, opacity .2s ease;
}

.bucket-sub a:hover{
  opacity: 1;
  border-color: rgba(255,255,255,0.35);
}
.bucket-card h2{
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.bucket-count{
  font-size: 14px;
  opacity: 0.6;
  font-weight: 500;
}
/* Gradient divider under rail headings */
.rail-item--divider > strong {
  display: block;
  margin-bottom: 0.65rem;
  padding-bottom: 0.65rem;
  position: relative;
}

.rail-item--divider > strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    to right,
    rgba(255,255,255,.45) 0%,
    rgba(255,255,255,.25) 40%,
    rgba(255,255,255,.10) 70%,
    rgba(255,255,255,0) 100%
  );
}

.home-authority a{
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}

.home-authority a:hover{
  opacity: .85;
}

.home-authority .authority-link{
  margin-top: .35rem;
  margin-bottom: 1.25rem;
}

.hero-rail .rail-links{
  list-style: none;
  padding: 0;
  margin: .6rem 0 0;
}

.hero-rail .rail-links li{
  margin: .35rem 0;
}

.hero-rail .rail-links a{
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}

.hero-rail .rail-links a:hover{
  opacity: .85;
}

.hero-inner > div > :last-child {
  margin-bottom: 0;
}

.hero-rail .rail-links a {
  font-weight: 600;
}

.hero-rail .rail-links li {
  margin: .45rem 0;
}

.hero-rail .rail-item strong{
  display: block;
  padding-bottom: .5rem;
  margin-bottom: .6rem;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.hero-rail .rail-links li + li{
  border-top: none;
}

/* Divider under section title ONLY when that section has a link list */
.hero-rail .rail-item:has(.rail-links) > strong{
  display: block;
  padding-bottom: .5rem;
  margin-bottom: .6rem;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

/* No divider under other rail headers */
.hero-rail .rail-item:not(:has(.rail-links)) > strong{
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: .4rem;
}

.hero-rail .rail-item--links > strong{
  display: block;
  padding-bottom: .5rem;
  margin-bottom: .6rem;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
/* Kill the between-item separator (we're placing our own) */
.hero-rail .rail-item + .rail-item{
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

/* Give Browse block breathing room from the list */
.hero-rail .rail-item--no-divider{
  margin-top: .8rem;
  padding-top: .6rem;
}

/* Put the divider right under Browse (not way low) */
.hero-rail .rail-item--no-divider > strong{
  display: block;
  padding-bottom: .5rem;
  margin-bottom: .6rem;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

/* HOME HERO RAIL: spacing between list and Browse block */
.hero-rail.hero-rail .rail-item--no-divider{
  margin-top: 1.25rem !important;
  padding-top: .85rem !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
  padding-bottom: .65rem !important;
}

/* Ensure nothing is drawing a divider above Browse */
.hero-rail.hero-rail .rail-item--no-divider{
  border-top: 0 !important;
}

.hero-rail.hero-rail .rail-links{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.hero-rail{
  padding-bottom: 1rem;
}



/* Also remove bottom padding inside the last rail-item */
.hero .hero-rail .rail-item:last-child{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Remove default bottom margin on the list */
.hero .hero-rail .rail-links{
  margin-bottom: 0 !important;
}
/* Stop the right rail from stretching to match the left hero column */
.hero .hero-inner{
  align-items: flex-start;
}

/* Hero: stop stretch, but keep normal spacing */
.hero .hero-inner{
  align-items: flex-start;
}

/* Give the rail card a sane bottom pad again */
.hero .hero-rail{
  padding-bottom: 1.1rem;
}

.lake__strategy-cta {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1rem;
}

.lake-strategy-sub {
  opacity: 0.7;
  margin-bottom: 0.6rem;
}

.lake-strategy-link a {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(255,255,255,0.25);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.lake-strategy-link a:hover {
  border-color: #3aa6ff;
  color: #3aa6ff;
}
.lake-strategy-cta {
  margin: 1.2rem 0;
}

.lake-strategy-cta h2 {
  margin-bottom: 0.5rem;
}

.lake-strategy-link a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255,255,255,0.35);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.lake-strategy-link a:hover {
  color: #3aa6ff;
  text-decoration-color: #3aa6ff;
}

.lake-strategy-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  letter-spacing: 0.3px;
}

.report-images {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.report-thumb {
  display: inline-block;
  width: 140px;
  height: 95px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.14);
}

.report-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lake-temp{
  font-size: .9em;
  opacity: .75;
  margin-left: .35rem;
  white-space: nowrap;
}
