:root {
  --ink-strong: #14231c;
  --ink-main: #263a31;
  --ink-soft: #5a675f;
  --cream: #f7f7f2;
  --cream-strong: #edede6;
  --panel: rgba(255, 255, 255, 0.94);
  --panel-strong: rgba(255, 255, 255, 0.98);
  --line: rgba(20, 35, 28, 0.12);
  --line-strong: rgba(20, 35, 28, 0.2);
  --accent: #2f6b4f;
  --accent-deep: #1f4e39;
  --accent-soft: rgba(47, 107, 79, 0.12);
  --sage: #dfe8df;
  --sage-deep: #9eb5a5;
  --water: #dce8ee;
  --shadow: 0 14px 34px rgba(20, 35, 28, 0.08);
  --shadow-soft: 0 10px 24px rgba(20, 35, 28, 0.06);
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius-md: 8px;
  --radius-sm: 8px;
  --shell: 1180px;
}

/* Customer-facing simple homepage */

.customer-home {
  margin: 0;
  min-height: 100vh;
  color: #f6f2e8;
  background:
    radial-gradient(circle at 76% 18%, rgba(79, 134, 92, 0.34), transparent 34%),
    linear-gradient(180deg, #0c2f22 0%, #071d16 100%);
  font-family: "Manrope", sans-serif;
}

.customer-home a {
  color: inherit;
}

.customer-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(238, 244, 226, 0.12);
  background: rgba(8, 34, 25, 0.82);
  backdrop-filter: blur(14px);
}

.customer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f7f2e6;
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.customer-brand img {
  width: auto;
  height: 50px;
}

.customer-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgba(247, 242, 230, 0.78);
  font-size: 0.95rem;
  font-weight: 800;
}

.customer-nav a {
  white-space: nowrap;
}

.customer-nav a:hover,
.customer-card:hover h3 {
  color: #b7d8ae;
}

.customer-hero {
  width: min(calc(100% - 48px), 1360px);
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(310px, 0.58fr) minmax(620px, 1.42fr);
  align-items: center;
  gap: clamp(34px, 4.8vw, 72px);
  margin: 0 auto;
  padding: 76px 0 86px;
}

.customer-copy h1 {
  margin: 0;
  color: #fbf5e8;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(4rem, 7vw, 6.7rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
}

.customer-copy p {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(236, 242, 226, 0.76);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 600;
  line-height: 1.22;
}

.customer-button {
  width: fit-content;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0 28px;
  border-radius: 999px;
  background: #eaf0df;
  color: #0b3424;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  font-size: 1.04rem;
  font-weight: 850;
}

.customer-home .customer-button {
  color: #0b3424;
}

.map-lens {
  position: relative;
  padding: 12px 12px 46px;
  border: 1px solid rgba(244, 248, 236, 0.16);
  border-radius: 32px;
  background:
    linear-gradient(rgba(236, 243, 224, 0.2), rgba(236, 243, 224, 0.08)),
    rgba(236, 243, 224, 0.12);
  box-shadow:
    0 26px 78px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(22px) saturate(1.12);
  overflow: hidden;
}

.map-lens iframe {
  width: 100%;
  height: min(64vh, 640px);
  min-height: 560px;
  display: block;
  border: 0;
  border-radius: 24px;
  background: #dbe8d9;
  filter: saturate(0.92) contrast(0.96);
  pointer-events: none;
}

.map-lens::after {
  content: "";
  position: absolute;
  inset: 12px 12px 46px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10, 34, 24, 0.02), rgba(10, 34, 24, 0.06));
  pointer-events: none;
}

.map-lens-link {
  position: absolute;
  z-index: 3;
  inset: 12px 12px 46px;
  display: grid;
  place-items: center;
  border-radius: 24px;
}

.map-lens-play {
  width: 0;
  height: 0;
  display: none;
  place-items: center;
  border-radius: 999px;
  background: #0d6f3b;
  box-shadow: 0 16px 34px rgba(8, 54, 31, 0.22);
}

.map-lens-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #ffffff;
}

.map-lens p {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 15px;
  margin: 0;
  color: rgba(247, 242, 230, 0.72);
  font-size: 0.92rem;
  font-weight: 650;
}

.customer-section {
  border-top: 1px solid rgba(238, 244, 226, 0.12);
  padding: 66px max(24px, calc((100vw - 1180px) / 2)) 86px;
  background: #0a261c;
}

.customer-section h2 {
  margin: 0 0 24px;
  color: #fbf5e8;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.6rem, 4.2vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

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

.customer-card-grid-single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
}

.customer-card {
  min-height: 138px;
  display: block;
  padding: 26px 30px;
  border: 1px solid rgba(238, 244, 226, 0.14);
  border-radius: 14px;
  background: rgba(238, 244, 226, 0.1);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
}

.customer-card h3 {
  margin: 0 0 10px;
  color: #d9ead0;
  font-size: 1.35rem;
  line-height: 1.1;
}

.customer-card p {
  margin: 0;
  color: rgba(236, 242, 226, 0.72);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
}

.customer-footer {
  display: grid;
  gap: 8px;
  padding: 30px max(24px, calc((100vw - 1180px) / 2)) 42px;
  border-top: 1px solid rgba(238, 244, 226, 0.12);
  background: #071d16;
  color: rgba(236, 242, 226, 0.7);
  font-size: 0.9rem;
  line-height: 1.5;
}

.customer-footer p {
  margin: 0;
}

.customer-footer a {
  color: #d9ead0;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 940px) {
  .customer-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .customer-nav {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }

  .customer-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 52px 0;
  }

  .map-lens iframe {
    height: 360px;
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .customer-header {
    padding: 14px 18px;
  }

  .customer-brand img {
    height: 42px;
  }

  .customer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0.86rem;
  }

  .customer-hero {
    width: min(calc(100% - 28px), 1180px);
    padding: 40px 0 52px;
  }

  .customer-copy h1 {
    font-size: clamp(3.4rem, 18vw, 4.5rem);
  }

  .customer-copy p {
    font-size: 1.08rem;
  }

  .customer-button {
    width: 100%;
  }

  .map-lens {
    padding: 12px 12px 42px;
    border-radius: 20px;
  }

  .map-lens iframe {
    height: 310px;
    min-height: 310px;
    border-radius: 14px;
  }

  .map-lens::after,
  .map-lens-link {
    inset: 12px 12px 42px;
    border-radius: 14px;
  }

  .map-lens-play {
    width: 62px;
    height: 62px;
  }

  .map-lens p {
    left: 12px;
    right: 12px;
    bottom: 13px;
  }

  .customer-section {
    padding: 48px 18px 58px;
  }

  .customer-card-grid {
    grid-template-columns: 1fr;
  }

  .customer-card {
    padding: 22px;
  }
}

/* Map-first homepage */

.site-map-first {
  --mf-ink: #10221b;
  --mf-deep: #091812;
  --mf-pine: #154733;
  --mf-moss: #6f9859;
  --mf-land: #b9d99a;
  --mf-forest: #7fcb70;
  --mf-water: #78b9df;
  --mf-road: #e99577;
  --mf-paper: #f4f1e7;
  --mf-panel: rgba(244, 241, 231, 0.84);
  --mf-line: rgba(255, 255, 255, 0.18);
  --mf-orange: #ff5f36;
  --mf-amber: #d9a13a;
  margin: 0;
  color: var(--mf-paper);
  background:
    radial-gradient(circle at 18% 8%, rgba(111, 152, 89, 0.34), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(120, 185, 223, 0.16), transparent 24%),
    linear-gradient(180deg, #0d1f18 0%, #091812 42%, #0b1511 100%);
  overflow-x: hidden;
}

.site-map-first a {
  color: inherit;
}

.map-first-header {
  position: fixed;
  z-index: 30;
  top: 20px;
  left: 50%;
  width: min(calc(100% - 40px), 1180px);
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  background: rgba(244, 241, 231, 0.8);
  box-shadow: 0 22px 70px rgba(5, 18, 12, 0.22);
  color: var(--mf-ink);
  transform: translateX(-50%);
  backdrop-filter: blur(24px) saturate(1.18);
}

.map-first-brand,
.preview-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  font-variant-caps: all-small-caps;
  line-height: 1;
}

.map-first-brand {
  font-size: 1.35rem;
}

.map-first-brand img,
.preview-brand img {
  width: auto;
  height: 44px;
}

.map-first-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.map-first-nav a,
.map-first-header-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.map-first-nav a {
  padding: 0 14px;
  color: rgba(16, 34, 27, 0.72);
}

.map-first-header-action {
  padding: 0 20px;
  background: var(--mf-deep);
  color: var(--mf-paper);
}

.site-map-first .map-first-header-action {
  color: var(--mf-paper);
}

.map-first-hero {
  padding: 112px 22px 0;
}

.map-first-stage {
  position: relative;
  width: min(100%, 1480px);
  min-height: min(840px, calc(100vh - 34px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 38px;
  background: #16251f;
  box-shadow: 0 46px 130px rgba(0, 0, 0, 0.34);
}

.ontario-map-preview {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 22% 19%, rgba(127, 203, 112, 0.9), transparent 25%),
    radial-gradient(ellipse at 70% 24%, rgba(127, 203, 112, 0.67), transparent 22%),
    radial-gradient(ellipse at 51% 72%, rgba(127, 203, 112, 0.7), transparent 30%),
    linear-gradient(115deg, transparent 0 53%, rgba(120, 185, 223, 0.96) 53.2% 69%, transparent 69.2%),
    linear-gradient(180deg, #b9d99a, #d4e6b8 54%, #a7cf8e);
}

.ontario-map-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 24, 18, 0.02), rgba(9, 24, 18, 0.24));
  pointer-events: none;
}

.map-grid,
.map-water,
.map-road,
.crown-poly,
.map-place,
.preview-brand,
.preview-layer-card,
.preview-controls {
  position: absolute;
}

.map-grid {
  inset: 0;
  background:
    repeating-linear-gradient(18deg, transparent 0 48px, rgba(40, 95, 68, 0.15) 49px 51px),
    repeating-linear-gradient(-8deg, transparent 0 92px, rgba(255, 255, 255, 0.16) 93px 95px);
  opacity: 0.74;
}

.map-water {
  z-index: 1;
  border-radius: 48% 52% 54% 46%;
  background: rgba(120, 185, 223, 0.84);
  box-shadow: inset 0 0 0 1px rgba(38, 108, 155, 0.2);
}

.map-water-huron {
  left: 28%;
  bottom: 11%;
  width: 22%;
  height: 31%;
  transform: rotate(-12deg);
}

.map-water-erie {
  right: 22%;
  bottom: 5%;
  width: 28%;
  height: 13%;
  transform: rotate(-5deg);
}

.map-water-ontario {
  right: 10%;
  bottom: 16%;
  width: 18%;
  height: 10%;
  transform: rotate(-8deg);
}

.map-road {
  z-index: 2;
  height: 3px;
  border-radius: 999px;
  background: rgba(233, 149, 119, 0.8);
  box-shadow: 0 0 0 1px rgba(255, 238, 212, 0.24);
  transform-origin: left center;
}

.road-one {
  left: 9%;
  top: 42%;
  width: 80%;
  transform: rotate(12deg);
}

.road-two {
  left: 12%;
  top: 68%;
  width: 74%;
  transform: rotate(-9deg);
}

.road-three {
  left: 56%;
  top: 28%;
  width: 34%;
  transform: rotate(58deg);
}

.crown-poly {
  z-index: 3;
  clip-path: polygon(8% 28%, 28% 12%, 58% 16%, 86% 34%, 94% 63%, 72% 89%, 35% 82%, 12% 63%);
  border: 3px solid rgba(14, 87, 64, 0.88);
  background: rgba(21, 93, 67, 0.26);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.crown-poly-one {
  left: 24%;
  top: 22%;
  width: 35%;
  height: 29%;
}

.crown-poly-two {
  right: 18%;
  top: 34%;
  width: 29%;
  height: 25%;
  transform: rotate(8deg);
}

.crown-poly-three {
  left: 40%;
  bottom: 17%;
  width: 33%;
  height: 20%;
  transform: rotate(-6deg);
}

.crown-poly-four {
  left: 16%;
  top: 49%;
  width: 22%;
  height: 18%;
  transform: rotate(18deg);
}

.map-place {
  z-index: 4;
  color: rgba(16, 34, 27, 0.48);
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.place-ontario {
  left: 47%;
  top: 45%;
}

.place-toronto {
  right: 22%;
  bottom: 13%;
  color: rgba(16, 34, 27, 0.82);
  letter-spacing: 0;
  text-transform: none;
}

.place-ottawa {
  right: 16%;
  top: 56%;
  color: rgba(16, 34, 27, 0.74);
  letter-spacing: 0;
  text-transform: none;
}

.preview-brand {
  z-index: 6;
  left: 32px;
  top: 32px;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(244, 241, 231, 0.82);
  color: var(--mf-ink);
  box-shadow: 0 20px 54px rgba(19, 36, 29, 0.16);
  backdrop-filter: blur(18px);
}

.preview-layer-card {
  z-index: 6;
  right: 32px;
  top: 50%;
  width: min(280px, calc(100% - 64px));
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 26px;
  background: rgba(244, 241, 231, 0.84);
  color: var(--mf-ink);
  box-shadow: 0 24px 72px rgba(19, 36, 29, 0.18);
  transform: translateY(-50%);
  backdrop-filter: blur(20px);
}

.preview-layer-card span {
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(16, 34, 27, 0.64);
}

.preview-layer-card strong {
  padding: 14px;
  border-radius: 18px;
  background: var(--mf-orange);
  color: white;
  line-height: 1.15;
}

.preview-layer-card small {
  color: rgba(16, 34, 27, 0.72);
  font-weight: 800;
  line-height: 1.35;
}

.preview-controls {
  z-index: 6;
  right: 32px;
  bottom: 32px;
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(244, 241, 231, 0.84);
  box-shadow: 0 18px 54px rgba(19, 36, 29, 0.16);
  backdrop-filter: blur(18px);
}

.preview-controls span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--mf-ink);
  font-weight: 950;
}

.map-first-question-panel {
  position: absolute;
  z-index: 10;
  left: 38px;
  bottom: 38px;
  width: min(570px, calc(100% - 76px));
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 32px;
  background: rgba(244, 241, 231, 0.84);
  color: var(--mf-ink);
  box-shadow: 0 34px 100px rgba(19, 36, 29, 0.26);
  backdrop-filter: blur(26px) saturate(1.2);
}

.map-first-kicker {
  margin: 0 0 12px;
  color: rgba(16, 34, 27, 0.68);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-first-question-panel h1,
.map-first-section-head h2,
.map-first-bottom-cta h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  color: var(--mf-ink);
  font-weight: 700;
  letter-spacing: 0;
}

.map-first-question-panel h1 {
  max-width: 10.5ch;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  line-height: 0.84;
}

.map-first-question-panel p {
  max-width: 470px;
  margin: 18px 0 0;
  color: rgba(16, 34, 27, 0.72);
  font-size: 1.03rem;
  line-height: 1.58;
}

.map-first-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.map-first-primary,
.map-first-secondary {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-first-primary {
  background: var(--mf-deep);
  color: var(--mf-paper);
  box-shadow: 0 18px 42px rgba(9, 24, 18, 0.22);
}

.site-map-first .map-first-primary {
  color: var(--mf-paper);
}

.map-first-secondary {
  border: 1px solid rgba(16, 34, 27, 0.18);
  color: var(--mf-ink);
}

.site-map-first .map-first-secondary {
  color: var(--mf-ink);
}

.map-first-question-panel .map-first-disclaimer {
  max-width: 390px;
  margin-top: 16px;
  font-size: 0.78rem;
  font-weight: 800;
  color: rgba(16, 34, 27, 0.56);
}

.map-first-signal-strip,
.map-first-section,
.map-first-bottom-cta,
.map-first-footer {
  width: min(calc(100% - 44px), 1120px);
  margin: 0 auto;
}

.map-first-signal-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 26px;
  border: 1px solid var(--mf-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
}

.map-first-signal-strip div {
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.map-first-signal-strip span,
.card-number,
.data-flow span,
.blog-link-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--mf-orange);
  color: white;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.map-first-signal-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mf-paper);
  font-size: 1.08rem;
}

.map-first-signal-strip p,
.map-first-section-head p,
.map-first-card p,
.data-flow p,
.map-first-footer p {
  margin: 0;
  color: rgba(244, 241, 231, 0.7);
  line-height: 1.65;
}

.map-first-section {
  padding: 86px 0 0;
}

.map-first-section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.map-first-section-head.narrow {
  max-width: 620px;
}

.map-first-section-head .map-first-kicker,
.map-first-bottom-cta .map-first-kicker {
  color: rgba(244, 241, 231, 0.58);
}

.map-first-section-head h2,
.map-first-bottom-cta h2 {
  max-width: 11ch;
  margin-bottom: 16px;
  color: var(--mf-paper);
  font-size: clamp(2.8rem, 5.8vw, 5.8rem);
  line-height: 0.86;
}

.map-first-card-grid {
  display: grid;
  gap: 18px;
}

.map-first-card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.map-first-card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.map-first-card,
.data-flow,
.map-first-bottom-cta {
  border: 1px solid var(--mf-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.map-first-card {
  padding: 24px;
}

.map-first-card h3 {
  margin: 0 0 10px;
  color: var(--mf-paper);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.12;
}

.map-first-card.check-card .card-number {
  background: var(--mf-amber);
}

.map-first-card.no-card .card-number {
  background: #7b8580;
}

.legal-section,
.data-section,
.blog-section {
  position: relative;
}

.source-card {
  background: rgba(244, 241, 231, 0.08);
}

.source-card blockquote {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 4px solid rgba(255, 95, 54, 0.78);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(244, 241, 231, 0.78);
  line-height: 1.55;
}

.source-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: rgba(244, 241, 231, 0.74);
  line-height: 1.55;
}

.source-card li + li {
  margin-top: 8px;
}

.source-card a,
.map-first-source-links a,
.map-first-footer a {
  color: #f3b595;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.source-card a {
  display: inline-flex;
  margin-top: 20px;
}

.data-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.data-flow div {
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.data-flow strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mf-paper);
  font-size: 1.08rem;
}

.map-first-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.map-first-source-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--mf-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
}

.blog-link-card {
  transition: transform 180ms ease, background-color 180ms ease;
}

.blog-link-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
}

.blog-link-card span {
  width: auto;
  padding: 0 12px;
}

.map-first-bottom-cta {
  display: grid;
  justify-items: start;
  gap: 14px;
  margin-top: 88px;
  padding: clamp(26px, 5vw, 46px);
  background:
    linear-gradient(135deg, rgba(255, 95, 54, 0.18), rgba(120, 185, 223, 0.08)),
    rgba(255, 255, 255, 0.08);
}

.map-first-bottom-cta h2 {
  margin-bottom: 0;
}

.map-first-footer {
  display: grid;
  gap: 8px;
  padding: 48px 0 38px;
  text-align: center;
}

.map-first-footer span {
  font-variant-caps: all-small-caps;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

@media (max-width: 920px) {
  .map-first-header {
    position: absolute;
    grid-template-columns: 1fr auto;
    border-radius: 28px;
  }

  .map-first-nav {
    display: none;
  }

  .map-first-hero {
    padding-top: 116px;
  }

  .map-first-stage {
    min-height: 760px;
  }

  .preview-layer-card {
    top: auto;
    right: 22px;
    bottom: 112px;
    transform: none;
  }

  .map-first-signal-strip,
  .map-first-card-grid.three,
  .map-first-card-grid.two,
  .data-flow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .map-first-header {
    top: 12px;
    width: min(calc(100% - 24px), 1180px);
  }

  .map-first-brand span {
    font-size: 1rem;
  }

  .map-first-brand img,
  .preview-brand img {
    height: 36px;
  }

  .map-first-header-action {
    min-height: 42px;
    padding: 0 14px;
  }

  .map-first-hero {
    padding: 92px 12px 0;
  }

  .map-first-stage {
    min-height: 780px;
    border-radius: 28px;
  }

  .preview-brand {
    left: 18px;
    top: 18px;
    padding: 10px 14px;
  }

  .preview-layer-card,
  .preview-controls {
    display: none;
  }

  .map-first-question-panel {
    left: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
    border-radius: 26px;
  }

  .map-first-question-panel h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
    line-height: 0.88;
  }

  .map-first-actions,
  .map-first-primary,
  .map-first-secondary {
    width: 100%;
  }

  .map-first-signal-strip,
  .map-first-section,
  .map-first-bottom-cta,
  .map-first-footer {
    width: min(calc(100% - 24px), 1120px);
  }

  .map-first-section {
    padding-top: 58px;
  }

  .map-first-section-head h2,
  .map-first-bottom-cta h2 {
    font-size: clamp(2.5rem, 14vw, 4.2rem);
    line-height: 0.9;
  }

  .map-first-card,
  .data-flow div,
  .map-first-signal-strip div {
    padding: 20px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink-main);
  background: var(--cream);
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}

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

button,
select {
  font: inherit;
}

.site-bg {
  display: none;
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(80, 112, 93, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 112, 93, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black 18%, transparent 92%);
  opacity: 0.5;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px 0;
  backdrop-filter: blur(14px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  color: var(--ink-strong);
}

.brand span,
.faux-map-brand span,
.post-brand span,
.brand-name-small {
  font-variant-caps: all-small-caps;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.brand img {
  width: auto;
  height: 42px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-nav a {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.is-current {
  background: rgba(20, 35, 28, 0.08);
  color: var(--ink-strong);
}

.menu-toggle {
  display: none;
  border: 0;
  background: rgba(33, 49, 38, 0.08);
  color: var(--ink-strong);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
}

.hero,
.page-hero {
  position: relative;
  padding: 42px 0 26px;
}

.hero-home {
  padding-top: 56px;
}

.hero-grid,
.split-layout,
.map-layout {
  display: grid;
  gap: 28px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
}

.hero-copy h1,
.page-hero-shell h1,
.section-heading h2,
.cta-band h2,
.floating-card h2,
.panel-card-new h2,
.mission-card h3,
.layer-detail h2,
.guide-card h2 {
  margin: 0;
  color: var(--ink-strong);
  font-family: "Fraunces", serif;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.4rem);
  max-width: 10.5ch;
}

.page-hero-shell {
  max-width: 820px;
}

.page-hero-shell h1 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  margin-bottom: 18px;
}

.eyebrow,
.card-kicker,
.panel-label,
.signal-label {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b7f70;
}

.hero-lead,
.page-hero-shell p,
.section-heading p,
.glass-card p,
.layer-detail p,
.guide-card p,
.mission-card p,
.cta-band p,
.footer-copy,
.signal-strip strong,
.panel-card-new p,
.step-card p,
.comparison-card p,
.faq-card p {
  line-height: 1.7;
  color: var(--ink-soft);
}

.hero-lead {
  max-width: 64ch;
  margin: 18px 0 0;
  font-size: 1.05rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: white;
  box-shadow: 0 18px 36px rgba(204, 86, 40, 0.28);
}

.button-secondary {
  background: rgba(33, 49, 38, 0.08);
  color: var(--ink-strong);
}

.hero-points,
.bullet-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li,
.bullet-list li {
  position: relative;
  padding-left: 22px;
  margin-top: 10px;
  color: var(--ink-soft);
}

.hero-points li::before,
.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  transform: translateY(-50%);
}

.glass-surface,
.glass-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.glass-card {
  padding: 28px;
}

.hero-stage {
  position: relative;
}

.hero-map-card {
  position: relative;
  min-height: 560px;
  padding: 24px;
  overflow: hidden;
}

.hero-map-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(106, 158, 113, 0.35), transparent 20%),
    radial-gradient(circle at 70% 35%, rgba(174, 214, 173, 0.62), transparent 24%),
    radial-gradient(circle at 38% 76%, rgba(125, 183, 233, 0.4), transparent 18%),
    radial-gradient(circle at 84% 74%, rgba(182, 223, 178, 0.48), transparent 20%),
    linear-gradient(145deg, rgba(195, 228, 190, 0.82), rgba(236, 242, 225, 0.88));
  border-radius: inherit;
}

.hero-map-backdrop::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: calc(var(--radius-xl) - 10px);
  background-image:
    linear-gradient(rgba(45, 69, 57, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 69, 57, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mix-blend-mode: multiply;
}

.map-pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 30px rgba(27, 42, 34, 0.12);
}

.map-pill-primary {
  left: 10%;
  top: 16%;
  background: rgba(248, 230, 214, 0.94);
}

.map-pill-secondary {
  right: 12%;
  top: 28%;
  background: rgba(230, 241, 224, 0.94);
}

.map-pill-tertiary {
  left: 18%;
  bottom: 20%;
  background: rgba(237, 233, 248, 0.94);
}

.map-pill-muted {
  right: 18%;
  bottom: 16%;
  background: rgba(240, 237, 221, 0.94);
}

.floating-card {
  position: absolute;
  max-width: 290px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(249, 245, 238, 0.92);
  border: 1px solid rgba(58, 84, 69, 0.08);
  box-shadow: var(--shadow-soft);
}

.floating-card h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.floating-card p {
  margin: 0;
}

.floating-card-top {
  top: 24px;
  left: 24px;
}

.floating-card-bottom {
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 14px;
}

.mini-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mini-stat strong {
  font-family: "Fraunces", serif;
  font-size: 2rem;
  color: var(--ink-strong);
}

.mini-stat span {
  color: var(--ink-soft);
}

.section {
  padding: 32px 0;
}

.section-accent {
  padding: 56px 0;
}

.signal-strip,
.cta-band {
  padding: 26px 28px;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.signal-strip strong {
  display: block;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading h2,
.cta-band h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  margin-bottom: 12px;
}

.card-grid {
  display: grid;
  gap: 22px;
}

.card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.glass-card h3,
.comparison-card h3,
.step-card h3 {
  margin: 0 0 10px;
  color: var(--ink-strong);
  font-size: 1.28rem;
  line-height: 1.2;
}

.split-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.steps-stack {
  display: grid;
  gap: 18px;
}

.step-card {
  position: relative;
  padding-left: 86px;
}

.step-number {
  position: absolute;
  left: 28px;
  top: 24px;
  font-family: "Fraunces", serif;
  font-size: 2rem;
  color: var(--accent);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.faq-section {
  padding-bottom: 72px;
}

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

.faq-card summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: var(--ink-strong);
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card p {
  margin: 14px 0 0;
}

.page-hero-shell p {
  max-width: 62ch;
}

.map-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  align-items: start;
}

.faux-map {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 26px;
  background:
    radial-gradient(circle at 20% 18%, rgba(147, 196, 145, 0.58), transparent 18%),
    radial-gradient(circle at 66% 28%, rgba(139, 196, 233, 0.42), transparent 18%),
    radial-gradient(circle at 36% 74%, rgba(173, 221, 176, 0.6), transparent 22%),
    linear-gradient(180deg, #d9ecd2 0%, #eaf3df 40%, #d6e8cf 100%);
}

.faux-map::before,
.faux-map::after {
  content: "";
  position: absolute;
  inset: 0;
}

.faux-map::before {
  background-image:
    linear-gradient(rgba(42, 63, 53, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 63, 53, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.55;
}

.faux-map::after {
  background:
    linear-gradient(110deg, transparent 48%, rgba(120, 175, 220, 0.22) 49%, transparent 50%) 26% 72% / 100% 100%,
    linear-gradient(98deg, transparent 40%, rgba(233, 161, 104, 0.28) 41%, transparent 42%) 0 0 / 100% 100%;
  opacity: 0.9;
}

.faux-map-brand,
.map-overlay-note {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(248, 243, 234, 0.92);
  border: 1px solid rgba(58, 84, 69, 0.08);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
}

.faux-map-brand {
  padding: 10px 18px;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.faux-map-brand img {
  width: auto;
  height: 40px;
}

.terrain-shape {
  position: absolute;
  border-radius: 999px;
  background: rgba(111, 179, 116, 0.18);
  filter: blur(8px);
}

.terrain-one {
  width: 280px;
  height: 160px;
  right: 12%;
  top: 15%;
}

.terrain-two {
  width: 220px;
  height: 120px;
  left: 18%;
  bottom: 18%;
}

.terrain-three {
  width: 180px;
  height: 100px;
  right: 30%;
  bottom: 28%;
}

.map-marker {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  color: var(--ink-strong);
  box-shadow: 0 20px 36px rgba(29, 42, 35, 0.12);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.map-marker:hover,
.map-marker.is-active {
  transform: translateY(-2px);
  box-shadow: 0 28px 44px rgba(29, 42, 35, 0.18);
}

.map-marker-camping {
  left: 18%;
  top: 18%;
  background: rgba(247, 234, 222, 0.96);
}

.map-marker-crown {
  right: 20%;
  top: 26%;
  background: rgba(230, 242, 225, 0.96);
}

.map-marker-private {
  left: 24%;
  top: 48%;
  background: rgba(241, 237, 250, 0.96);
}

.map-marker-hunting {
  right: 16%;
  top: 54%;
  background: rgba(244, 240, 225, 0.96);
}

.map-marker-atv {
  left: 40%;
  bottom: 18%;
  background: rgba(245, 233, 214, 0.96);
}

.map-overlay-note {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  justify-content: center;
  padding: 14px 18px;
  font-weight: 700;
  text-align: center;
}

.control-stack-new {
  display: grid;
  gap: 18px;
}

.panel-card-new {
  padding: 22px;
}

.select-shell {
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(58, 84, 69, 0.08);
}

.select-shell select {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--ink-strong);
  font-weight: 700;
  padding: 8px 10px;
}

.toggle-column {
  display: grid;
  gap: 12px;
}

.layer-option {
  width: 100%;
  padding: 15px 18px;
  border: 0;
  border-radius: 18px;
  background: rgba(244, 233, 219, 0.78);
  color: var(--ink-strong);
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.layer-option:hover,
.layer-option.is-active {
  transform: translateY(-1px);
  background: rgba(232, 214, 193, 0.94);
  box-shadow: 0 18px 26px rgba(29, 42, 35, 0.08);
}

.insight-panel h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.control-row-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.circle-control {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  border: 0;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
  color: var(--ink-strong);
  font-size: 1.7rem;
  cursor: pointer;
}

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

.mission-card {
  padding: 30px;
}

.article-hero {
  padding: 52px 0 22px;
}

.article-hero-shell {
  max-width: 900px;
}

.article-hero h1 {
  margin: 0;
  max-width: 10ch;
  color: var(--ink-strong);
  font-family: "Fraunces", serif;
  font-size: clamp(3.4rem, 7vw, 6.3rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.article-lead {
  max-width: 72ch;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.75;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.article-meta span,
.article-toc a,
.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-weight: 800;
}

.article-meta span {
  min-height: 34px;
  padding: 7px 12px;
  background: rgba(33, 49, 38, 0.08);
  color: var(--ink-main);
  font-size: 0.8rem;
}

.article-section {
  padding: 24px 0 76px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.article-toc {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 10px;
}

.article-toc a,
.text-link {
  min-height: 38px;
  padding: 8px 12px;
  background: rgba(33, 49, 38, 0.07);
  color: var(--ink-main);
  font-size: 0.86rem;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.article-toc a:hover,
.text-link:hover {
  background: var(--accent-soft);
  color: var(--ink-strong);
  transform: translateY(-1px);
}

.guide-card .text-link {
  margin-top: 18px;
}

.article-body {
  max-width: 860px;
}

.article-block {
  padding: 0 0 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid rgba(58, 84, 69, 0.12);
}

.article-block:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.article-block h2 {
  margin: 0 0 16px;
  color: var(--ink-strong);
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.article-block p,
.article-list,
.article-steps,
.source-list {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.82;
}

.article-block p {
  margin: 0 0 18px;
}

.article-block a {
  color: var(--accent-deep);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.article-callout,
.source-note {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid rgba(58, 84, 69, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 245, 0.72);
  box-shadow: var(--shadow-soft);
}

.article-callout strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink-strong);
  font-size: 1.08rem;
}

.article-callout p,
.source-note p {
  margin: 0;
}

.article-law-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.article-law-grid div {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(58, 84, 69, 0.1);
  border-radius: var(--radius-md);
  background: rgba(248, 243, 234, 0.72);
}

.article-law-grid span {
  display: block;
  margin-bottom: 8px;
  color: #6b7f70;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-law-grid strong {
  color: var(--ink-strong);
  line-height: 1.35;
}

.article-code {
  overflow-x: auto;
  margin: 24px 0;
  padding: 18px;
  border-radius: var(--radius-md);
  background: #1f3128;
  color: #f8f3ea;
  box-shadow: var(--shadow-soft);
}

.article-code code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.92rem;
  line-height: 1.7;
}

.law-link {
  color: var(--accent-deep);
  font-weight: 900;
  text-decoration: underline !important;
  text-decoration-color: rgba(25, 96, 60, 0.72);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.law-link:hover,
.legislation-card a:hover {
  color: var(--accent-deep);
  text-decoration-color: var(--accent-deep);
}

.law-link::after {
  content: " ↗";
  font-size: 0.76em;
}

.legislation-card {
  margin: 18px 0;
  border: 1px solid rgba(58, 84, 69, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 251, 245, 0.78);
  box-shadow: var(--shadow-soft);
}

.legislation-card a {
  display: block;
  padding: 20px;
  color: inherit;
  text-decoration: none;
}

.legislation-card span {
  display: block;
  margin-bottom: 12px;
  color: #6b7f70;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legislation-card p,
.legislation-card li {
  color: var(--ink-main);
  font-size: 1rem;
  line-height: 1.72;
}

.legislation-card p {
  margin: 0;
}

.legislation-card ol {
  margin: 16px 0 0;
  padding-left: 1.35rem;
}

.legislation-card li + li {
  margin-top: 10px;
}

.article-list,
.article-steps,
.source-list {
  margin: 18px 0 0;
  padding-left: 1.35rem;
}

.article-list li,
.article-steps li,
.source-list li {
  margin: 10px 0;
}

.article-list strong,
.article-steps strong {
  color: var(--ink-strong);
}

.article-figure {
  margin: 28px 0;
}

.article-figure img {
  width: 100%;
  border: 1px solid rgba(58, 84, 69, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.article-figure figcaption {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.6;
}

.stewardship-list {
  columns: 2;
  column-gap: 28px;
}

.sources-block {
  padding: 28px;
  border: 1px solid rgba(58, 84, 69, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(248, 243, 234, 0.6);
}

.page-clean .site-header {
  backdrop-filter: none;
}

.page-clean .site-nav a {
  border-radius: 8px;
}

.blog-hero,
.blog-article-header {
  padding: 54px 0 28px;
}

.blog-hero-shell,
.blog-article-shell {
  width: min(calc(100% - 40px), 860px);
  margin: 0 auto;
}

.blog-hero h1,
.blog-article h1 {
  margin: 0;
  color: var(--ink-strong);
  font-family: "Fraunces", serif;
  font-weight: 600;
  letter-spacing: 0;
}

.blog-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1;
}

.blog-article h1 {
  max-width: 13ch;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: 1.02;
}

.blog-hero p,
.article-lead {
  max-width: 68ch;
  color: var(--ink-soft);
  line-height: 1.75;
}

.blog-hero p {
  margin: 20px 0 0;
  font-size: 1.08rem;
}

.blog-list-section {
  padding: 20px 0 82px;
}

.blog-list {
  display: grid;
  gap: 18px;
  max-width: 920px;
}

.blog-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-strong);
  box-shadow: var(--shadow-soft);
}

.blog-card h2 {
  margin: 0;
  color: var(--ink-strong);
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

.blog-card p {
  max-width: 64ch;
  color: var(--ink-soft);
  line-height: 1.7;
}

.blog-date {
  margin: 0 0 10px;
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.back-link {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--accent-deep);
  font-size: 0.9rem;
  font-weight: 800;
}

.blog-article .article-block {
  padding-bottom: 36px;
  margin-bottom: 36px;
}

.blog-article .article-block h2 {
  letter-spacing: 0;
}

.blog-article .article-code {
  background: #17231c;
}

.blog-article .sources-block {
  background: var(--panel-strong);
}

.page-landing {
  background: #fafaf7;
  color: var(--ink-main);
}

.landing-shell {
  width: min(calc(100% - 32px), 1080px);
  margin: 0 auto;
}

.landing-header {
  padding: 18px 0;
}

.landing-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-strong);
  font-size: 1.25rem;
  font-weight: 900;
}

.landing-brand img {
  width: auto;
  height: 40px;
}

.landing-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--accent-deep);
  color: white;
  font-weight: 800;
}

.landing-hero {
  padding: 78px 0 64px;
  border-bottom: 1px solid var(--line);
}

.landing-kicker {
  margin: 0 0 12px;
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.landing-hero h1,
.landing-section h2,
.landing-cta h2 {
  margin: 0;
  color: var(--ink-strong);
  font-family: "Fraunces", serif;
  font-weight: 600;
  letter-spacing: 0;
}

.landing-hero h1 {
  max-width: 13ch;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.98;
}

.landing-lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 900;
}

.landing-button-primary {
  background: var(--accent-deep);
  color: white;
  box-shadow: var(--shadow-soft);
}

.landing-note,
.landing-disclaimer,
.landing-placeholder {
  max-width: 760px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.landing-note {
  margin: 18px 0 0;
  font-size: 0.96rem;
}

.landing-section {
  padding: 58px 0;
  border-bottom: 1px solid var(--line);
}

.landing-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 46px;
  align-items: start;
}

.landing-section h2 {
  max-width: 13ch;
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  line-height: 1.05;
}

.landing-section-heading {
  max-width: 780px;
  margin-bottom: 24px;
}

.landing-section-heading h2 {
  max-width: 16ch;
}

.landing-section-heading p,
.landing-copy p,
.landing-card p,
.landing-card li,
.landing-responsibility-list li {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.landing-copy p:first-child {
  margin-top: 0;
}

.landing-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow-soft);
}

.landing-card h3 {
  margin: 0 0 10px;
  color: var(--ink-strong);
  font-size: 1.22rem;
  line-height: 1.25;
}

.landing-card a,
.landing-footer a,
.landing-source-row a {
  color: var(--accent-deep);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.landing-legal-card {
  margin-top: 22px;
}

.landing-legal-card ul,
.landing-check-list,
.landing-responsibility-list {
  margin: 14px 0 0;
  padding-left: 1.25rem;
}

.landing-rule-card {
  max-width: 850px;
}

.landing-card-label,
.landing-small-source {
  color: var(--accent-deep);
  font-size: 0.86rem;
  font-weight: 900;
}

.landing-source-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.landing-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.landing-category {
  border-top: 4px solid var(--accent-deep);
}

.landing-category-check {
  border-top-color: #b7791f;
}

.landing-category-no {
  border-top-color: #9b2c2c;
}

.landing-disclaimer {
  margin: 24px 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--accent-deep);
}

.landing-placeholder {
  margin-top: 18px;
  padding: 16px;
  border: 1px dashed var(--line-strong);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.landing-cta {
  padding: 68px 0;
  text-align: center;
}

.landing-cta h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.landing-footer {
  padding: 34px 0 44px;
  border-top: 1px solid var(--line);
  background: #f2f3ed;
}

.landing-footer p {
  max-width: 860px;
  margin: 10px 0 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.page-centered-post {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(47, 107, 79, 0.12), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(120, 145, 126, 0.11), transparent 28%),
    #f7f8f4;
  color: var(--ink-main);
}

.post-background {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(20, 35, 28, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 35, 28, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, black, transparent 80%);
}

.post-site-header {
  position: relative;
  z-index: 2;
  width: min(calc(100vw - 32px), 920px);
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(20, 35, 28, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 20px 48px rgba(20, 35, 28, 0.08);
  backdrop-filter: blur(18px) saturate(1.15);
}

.post-brand,
.post-map-link {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
}

.post-brand {
  gap: 10px;
  color: var(--ink-strong);
  font-size: 1.15rem;
}

.post-brand img {
  width: auto;
  height: 38px;
}

.post-map-link {
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--ink-strong);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.post-main {
  position: relative;
  z-index: 1;
  padding: 64px 0 34px;
}

.centered-post {
  width: min(calc(100vw - 32px), 820px);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid rgba(20, 35, 28, 0.11);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 26px 70px rgba(20, 35, 28, 0.1);
  backdrop-filter: blur(22px) saturate(1.18);
}

.post-kicker {
  margin: 0 0 14px;
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.centered-post h1,
.centered-post h2 {
  color: var(--ink-strong);
  font-family: "Fraunces", serif;
  font-weight: 600;
  letter-spacing: 0;
}

.centered-post h1 {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: clamp(2.65rem, 7vw, 5.6rem);
  line-height: 0.98;
  text-align: center;
}

.centered-post h2 {
  margin: 0 0 18px;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.08;
}

.centered-post p,
.centered-post li {
  color: #3f4d45;
  font-size: 1.04rem;
  line-height: 1.84;
  overflow-wrap: anywhere;
}

.centered-post p {
  margin: 0 0 18px;
}

.centered-post a {
  color: var(--accent-deep);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.centered-post blockquote {
  margin: 24px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--accent-deep);
  border-radius: 18px;
  background: rgba(240, 245, 239, 0.82);
}

.centered-post blockquote p:last-child {
  margin-bottom: 0;
}

.small-field-note {
  display: block;
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.55;
}

.post-section {
  margin-top: 46px;
  padding-top: 42px;
  border-top: 1px solid rgba(20, 35, 28, 0.11);
}

.post-rule-card {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid rgba(20, 35, 28, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(20, 35, 28, 0.08);
}

.post-rule-card ol,
.centered-post ol {
  margin: 16px 0 0;
  padding-left: 1.35rem;
}

.post-rule-card li + li,
.centered-post ol > li + li {
  margin-top: 12px;
}

.post-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.post-primary-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 52px;
  overflow: hidden;
  padding: 0 24px;
  border-radius: 999px;
  color: var(--ink-strong) !important;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none !important;
}

.liquid-glass-active {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.18)),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -16px 28px rgba(31, 78, 57, 0.1),
    0 18px 42px rgba(31, 78, 57, 0.16);
  backdrop-filter: blur(20px) saturate(1.35);
  isolation: isolate;
}

.liquid-glass-active::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 24% 12%, rgba(255, 255, 255, 0.82), transparent 28%),
    linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.26) 44%, transparent 68%);
  opacity: 0.9;
  z-index: 0;
}

.liquid-glass-active::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(31, 78, 57, 0.13), transparent 55%);
  mix-blend-mode: multiply;
  z-index: 0;
}

.liquid-glass-active:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -16px 28px rgba(31, 78, 57, 0.13),
    0 22px 48px rgba(31, 78, 57, 0.2);
}

.liquid-glass-active > * {
  position: relative;
  z-index: 2;
}

.post-footer {
  position: relative;
  z-index: 1;
  width: min(calc(100vw - 32px), 820px);
  margin: 0 auto 42px;
  color: var(--ink-soft);
  text-align: center;
}

.post-footer p {
  margin: 8px 0 0;
  line-height: 1.7;
}

.post-footer a {
  color: var(--accent-deep);
  font-weight: 900;
}

.post-footer .brand-name-small {
  color: var(--ink-main);
  font-weight: 900;
}

.site-footer {
  padding: 28px 0 40px;
}

.footer-shell {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(58, 84, 69, 0.12);
}

.brand-footer {
  font-size: 1.35rem;
}

.brand-footer img {
  width: 34px;
  height: 34px;
}

.footer-copy {
  max-width: 42ch;
  margin: 12px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 700;
  color: var(--ink-soft);
}

.footer-meta {
  color: var(--ink-soft);
  font-variant-caps: all-small-caps;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 420ms ease, transform 420ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-layout,
  .map-layout,
  .article-layout,
  .landing-two-column,
  .landing-category-grid,
  .card-grid-four,
  .card-grid-three,
  .card-grid-two,
  .article-law-grid,
  .comparison-grid,
  .signal-strip,
  .faq-grid,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .hero-map-card,
  .faux-map {
    min-height: 520px;
  }

  .cta-band,
  .footer-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-toc {
    position: static;
  }

  .landing-section h2,
  .landing-section-heading h2 {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .site-header {
    padding: 14px 0;
  }

  .nav-shell {
    border-radius: 28px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-top: 6px;
  }

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

  .hero-home {
    padding-top: 24px;
  }

  .glass-card,
  .panel-card-new,
  .signal-strip,
  .cta-band {
    padding: 22px;
  }

  .article-hero {
    padding-top: 28px;
  }

  .article-block {
    margin-bottom: 34px;
    padding-bottom: 34px;
  }

  .landing-hero {
    padding: 54px 0 46px;
  }

  .landing-section {
    padding: 44px 0;
  }

  .landing-card {
    padding: 20px;
  }

  .post-main {
    padding-top: 34px;
  }

  .post-site-header {
    align-items: stretch;
    flex-direction: column;
  }

  .post-map-link,
  .post-primary-link {
    width: 100%;
  }

  .centered-post {
    border-radius: 24px;
  }

  .post-rule-card,
  .centered-post blockquote {
    border-radius: 20px;
  }

  .stewardship-list {
    columns: 1;
  }

  .floating-card {
    position: relative;
    max-width: none;
    margin-top: 16px;
  }

  .floating-card-top,
  .floating-card-bottom {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .hero-map-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .map-marker {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 12px;
  }

  .faux-map {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: auto;
  }

  .map-overlay-note {
    position: relative;
    inset: auto;
    margin-top: 12px;
  }
}

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

  .brand {
    font-size: 1.25rem;
  }

  .brand img {
    width: auto;
    height: 36px;
  }

  .hero-copy h1,
  .page-hero-shell h1,
  .section-heading h2,
  .cta-band h2 {
    line-height: 1.02;
  }

  .button {
    width: 100%;
  }

  .button-row {
    flex-direction: column;
  }

  .step-card {
    padding-left: 28px;
    padding-top: 58px;
  }

  .step-number {
    left: 28px;
  }

  .article-meta span {
    width: 100%;
  }

  .article-callout,
  .source-note,
  .sources-block {
    padding: 18px;
  }

  .landing-shell {
    width: min(calc(100% - 24px), 1080px);
  }

  .landing-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-nav-link,
  .landing-button {
    width: 100%;
  }

  .post-kicker {
    text-align: left;
  }

  .centered-post h1 {
    text-align: left;
  }

  .centered-post p,
  .centered-post li {
    font-size: 1rem;
  }

}
