:root {
  color-scheme: light;
  --evergreen: #1f4d3a;
  --moss: #55715b;
  --sky: #4d8fb8;
  --sand: #f4efe6;
  --paper: #fffdf8;
  --ink: #26302c;
  --muted: #6f7a73;
  --line: #ddd6c8;
  --amber: #d9902f;
  --red: #b42318;
  --shadow: 0 24px 70px rgba(38, 48, 44, .14);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #faf9f4;
  color: var(--ink);
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  border-radius: var(--radius);
  background: var(--evergreen);
  color: white;
  min-height: 44px;
  padding: 0 16px;
  cursor: pointer;
  font-weight: 750;
}

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

button:disabled {
  cursor: not-allowed;
  opacity: .62;
  transform: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(16px, 4vw, 44px);
  background: rgba(250, 249, 244, .88);
  border-bottom: 1px solid rgba(221, 214, 200, .8);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo-badge {
  display: grid;
  width: 104px;
  height: 104px;
  flex: 0 0 auto;
  place-items: center;
  overflow: visible;
  border-radius: 50%;
  background: transparent;
}

.brand-logo {
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #405148;
  font-size: 14px;
  font-weight: 700;
}

.review-site-header {
  justify-content: center;
}

.ghost-button,
.secondary {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
}

.top-nav .ghost-button {
  min-height: auto;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  padding: clamp(28px, 5vw, 74px) clamp(16px, 4vw, 44px) 30px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 84px);
  line-height: .95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 680px;
  color: #53635c;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.search-panel {
  width: min(100%, 680px);
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.explore-search {
  width: 100%;
  margin-bottom: 16px;
  box-shadow: 0 14px 38px rgba(38, 48, 44, .08);
}

.search-panel label,
.route-form label,
.dialog-card label,
.review-form label {
  display: grid;
  gap: 8px;
  color: #46564f;
  font-size: 13px;
  font-weight: 800;
}

.search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 8px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  min-height: 48px;
  padding: 0 14px;
  outline: none;
}

textarea {
  min-height: 110px;
  padding: 12px 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--sky);
  box-shadow: 0 0 0 4px rgba(77, 143, 184, .16);
}

.hero-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  object-position: 68% 46%;
}

.landing-hero {
  position: relative;
  display: grid;
  min-height: min(780px, calc(100vh - 80px));
  align-items: end;
  overflow: hidden;
  padding: clamp(22px, 5vw, 64px);
}

.landing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(22, 36, 29, .84), rgba(22, 36, 29, .48) 48%, rgba(22, 36, 29, .1)),
    linear-gradient(0deg, rgba(22, 36, 29, .66), transparent 44%);
}

.landing-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% 65%;
  transform: scaleX(-1);
}

.landing-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  max-width: 760px;
  color: white;
}

.landing-hero-copy h1 {
  margin: 0;
  color: white;
  text-wrap: balance;
}

.landing-hero-copy p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.45;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-actions a,
.pricing-card > a {
  display: inline-grid;
  min-height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--evergreen);
  color: white;
  padding: 0 16px;
  font-weight: 900;
}

.landing-actions a.secondary {
  border: 1px solid rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .12);
}

.landing-section {
  display: grid;
  gap: 22px;
  width: min(1480px, calc(100% - 32px));
  margin-inline: auto;
  padding: clamp(34px, 6vw, 76px) clamp(16px, 3vw, 34px);
}

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

.landing-section .section-heading {
  display: block;
}

.landing-section .section-heading > div {
  width: 100%;
}

.landing-problem,
.landing-pass,
.landing-trust {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: start;
}

.landing-problem,
.landing-trust {
  grid-template-columns: 1fr;
  gap: 18px;
}

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

.landing-problem .landing-text-grid,
.landing-trust .landing-text-grid {
  grid-template-columns: 1fr;
  max-width: none;
}

.landing-text-grid p {
  margin: 0;
  color: #526158;
  font-size: 17px;
  line-height: 1.6;
}

.landing-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.landing-feature-grid article,
.pricing-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(38, 48, 44, .08);
}

.landing-feature-grid article {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.landing-feature-grid article > span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}

.landing-feature-grid p,
.pricing-card li {
  color: #526158;
  line-height: 1.5;
}

.resource-preview-section {
  gap: 22px;
}

.product-preview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.product-preview-card {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(440px, 1.14fr);
  gap: clamp(20px, 4vw, 46px);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, .98), rgba(248, 244, 235, .9)),
    radial-gradient(circle at 88% 0%, rgba(217, 144, 47, .12), transparent 30%);
  box-shadow: 0 18px 44px rgba(38, 48, 44, .08);
}

.product-preview-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 44px);
}

.product-preview-copy h3 {
  margin: 0;
  max-width: 720px;
  color: var(--ink);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.02;
}

.product-preview-copy p:not(.eyebrow) {
  margin: 0;
  color: #526158;
  font-size: 17px;
  line-height: 1.55;
}

.product-preview-copy ul {
  display: grid;
  gap: 10px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.product-preview-copy li {
  position: relative;
  padding-left: 28px;
  color: #405047;
  font-size: 15px;
  line-height: 1.4;
}

.product-preview-copy li::before {
  position: absolute;
  top: .18em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: var(--evergreen);
  color: white;
  content: "";
  box-shadow: inset 0 0 0 5px var(--evergreen), inset 0 0 0 7px white;
}

.product-preview-copy .preview-pin-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px 14px;
  width: max-content;
  max-width: calc(100vw - 96px);
  padding-left: 0;
  white-space: nowrap;
}

.product-preview-copy .preview-pin-row::before {
  display: none;
}

.preview-pin-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.preview-pin-badge {
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 2px solid white;
  border-radius: 50% 50% 50% 0;
  background: var(--evergreen);
  box-shadow: 0 5px 10px rgba(38, 48, 44, .18);
  transform: rotate(-45deg);
}

.preview-pin-badge::after {
  color: white;
  content: attr(data-label);
  font-size: 9px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  transform: rotate(45deg);
}

.preview-pin-badge.horse-human {
  background: var(--amber);
}

.preview-pin-badge.fairground {
  background: #8b5e34;
}

.preview-pin-badge.campsite {
  background: var(--moss);
}

.directory-preview,
.guide-preview-stack {
  min-height: 390px;
}

.directory-preview {
  position: relative;
  display: grid;
  align-items: end;
  padding: 24px;
  background: #d7ece4;
}

.mock-map {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.mock-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.95) contrast(.96);
}

.mock-map::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .08), rgba(35, 50, 43, .16)),
    linear-gradient(90deg, rgba(255, 253, 248, .32), transparent 48%);
}

.mock-location-card {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  padding: 22px;
  border: 1px solid rgba(35, 86, 64, .2);
  border-radius: 8px;
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 20px 40px rgba(38, 48, 44, .18);
}

.mock-location-card::after {
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 22px;
  height: 22px;
  border-right: 1px solid rgba(35, 86, 64, .2);
  border-bottom: 1px solid rgba(35, 86, 64, .2);
  background: rgba(255, 253, 248, .96);
  content: "";
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 8px 8px 16px rgba(38, 48, 44, .08);
}

.mock-selected-map-pin {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: clamp(210px, 36%, 280px);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 3px solid white;
  border-radius: 50% 50% 50% 0;
  background: var(--amber);
  box-shadow:
    0 12px 22px rgba(38, 48, 44, .22),
    0 0 0 7px rgba(217, 144, 47, .18);
  transform: rotate(-45deg);
}

.mock-selected-map-pin::after {
  color: white;
  content: attr(data-label);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  transform: rotate(45deg);
}

.mock-location-card span,
.guide-preview-card span,
.guide-checklist-preview span {
  display: inline-block;
  color: var(--amber);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mock-location-card h4,
.guide-preview-card h4 {
  margin: 10px 0 8px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.05;
}

.mock-location-card p,
.guide-preview-card p {
  margin: 0;
  color: #526158;
  line-height: 1.45;
}

.mock-location-card div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.mock-location-card b {
  display: block;
  padding: 10px 8px;
  border-radius: 7px;
  background: var(--evergreen);
  color: white;
  font-size: 13px;
  text-align: center;
}

.guide-preview-stack {
  position: relative;
  min-height: 620px;
  padding: clamp(24px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(35, 86, 64, .1), rgba(217, 144, 47, .1)),
    #f7f3eb;
}

.guide-preview-card,
.guide-mini-card,
.guide-deck-card,
.guide-checklist-preview {
  border: 1px solid rgba(221, 214, 200, .9);
  border-radius: 8px;
  background: rgba(255, 253, 248, .98);
  box-shadow: 0 18px 44px rgba(38, 48, 44, .08);
}

.guide-preview-card {
  width: min(100%, 440px);
  padding: 28px;
}

.guide-preview-mini-grid {
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 500px);
}

.guide-mini-card {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.guide-mini-card span {
  color: var(--amber);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-mini-card strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.1;
}

.guide-card-deck {
  position: relative;
  justify-self: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.guide-deck-card {
  position: absolute;
  display: grid;
  gap: 12px;
  width: min(52%, 410px);
  min-height: 150px;
  padding: 24px 26px;
  transition: transform .2s ease;
}

.guide-deck-card span {
  color: var(--amber);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-deck-card strong {
  color: var(--ink);
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.1;
}

.guide-deck-card p {
  margin: 0;
  color: #526158;
  font-size: 16px;
  line-height: 1.45;
}

.guide-deck-card:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 1;
}

.guide-deck-card:nth-child(2) {
  top: 120px;
  left: 7%;
  z-index: 2;
}

.guide-deck-card:nth-child(3) {
  top: 240px;
  left: 0;
  z-index: 3;
}

.guide-deck-card:nth-child(4) {
  top: 365px;
  left: 10%;
  z-index: 4;
}

.guide-deck-card:nth-child(5) {
  top: 0;
  right: 0;
  z-index: 1;
}

.guide-deck-card:nth-child(6) {
  top: 120px;
  right: 7%;
  z-index: 2;
}

.guide-deck-card:nth-child(7) {
  top: 240px;
  right: 0;
  z-index: 3;
}

.guide-deck-card:nth-child(8) {
  top: 365px;
  right: 10%;
  z-index: 4;
}

.guide-checklist-preview {
  justify-self: end;
  display: grid;
  gap: 13px;
  width: min(100%, 440px);
  padding: 24px;
}

.guide-checklist-preview label {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #405047;
  font-size: 15px;
}

.guide-checklist-preview i {
  width: 16px;
  height: 16px;
  border: 1.5px solid rgba(35, 50, 43, .45);
  border-radius: 3px;
  background: white;
}

.landing-pass {
  background: #f3f0e8;
  border-radius: 8px;
  margin-block: clamp(10px, 2vw, 22px);
}

.landing-pass > div:first-child {
  display: grid;
  gap: 14px;
}

.landing-pass > div:first-child p:not(.eyebrow) {
  margin: 0;
  max-width: 680px;
  color: #526158;
  font-size: 17px;
  line-height: 1.6;
}

.pricing-card {
  display: grid;
  gap: 14px;
  max-width: 620px;
  padding: clamp(20px, 4vw, 32px);
}

.pricing-card h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
}

.pricing-card ul {
  margin: 0;
  padding-left: 22px;
}

.pricing-card > a {
  justify-self: start;
}

.membership-section {
  gap: 24px;
}

.membership-heading {
  display: grid;
  gap: 12px;
  max-width: 100%;
}

.membership-heading p:not(.eyebrow) {
  max-width: 100%;
}

.membership-heading p:not(.eyebrow),
.membership-note p,
.membership-card p {
  margin: 0;
  color: #526158;
  line-height: 1.55;
}

.saved-membership-grid[hidden] {
  display: none !important;
}

.launch-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 28px;
  align-items: stretch;
}

.launch-plan-card {
  min-height: 100%;
}

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

.launch-roadmap article {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, .74);
}

.launch-roadmap span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.launch-roadmap h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
}

.launch-roadmap p {
  margin: 0;
  color: #526158;
  line-height: 1.55;
}

.charter-card {
  --plan-accent: var(--evergreen);
  --plan-fold: #173a2c;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px) minmax(0, .9fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(31, 77, 58, .2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(31, 77, 58, .08), rgba(217, 144, 47, .12)),
    var(--paper);
  box-shadow: 0 20px 54px rgba(31, 77, 58, .12);
}

.charter-card div {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.charter-card h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
}

.charter-card p {
  margin: 0;
  max-width: 560px;
  color: #43544c;
  font-size: 18px;
  line-height: 1.5;
}

.charter-price {
  position: relative;
  display: grid;
  justify-self: center;
  width: 100%;
  min-height: 138px;
  place-items: center;
  margin: 0;
  padding: 20px 28px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 42%),
    var(--plan-accent);
  color: white !important;
  font-size: clamp(36px, 5vw, 52px) !important;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  box-shadow: 0 18px 30px rgba(31, 77, 58, .2);
}

.charter-price::before,
.charter-price::after {
  content: none;
}

.charter-price span {
  display: block;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
}

.charter-card ul,
.membership-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: #526158;
  line-height: 1.45;
}

.charter-card ul {
  list-style: none;
  gap: 12px;
  padding-left: 0;
}

.charter-card li {
  position: relative;
  padding-left: 30px;
  font-weight: 800;
}

.charter-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 5px;
  background: var(--evergreen);
  color: white;
  font-size: 12px;
  font-weight: 950;
}

.charter-feature-card {
  --plan-accent: var(--amber);
  --plan-fold: #9f6419;
}

.launch-charter-card {
  --plan-accent: var(--amber);
  --plan-fold: #9f6419;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 0;
  align-content: stretch;
  align-items: stretch;
  padding: 0 22px 24px;
  overflow: hidden;
}

.launch-charter-card > div {
  min-height: 150px;
  padding: 26px 18px 24px;
  border-bottom: 1px solid rgba(31, 77, 58, .18);
  justify-items: center;
  text-align: center;
}

.launch-charter-card h3 {
  font-size: 28px;
  line-height: 1.1;
}

.launch-charter-card > div p {
  max-width: 34rem;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.charter-feature-card .offer-window,
.launch-charter-card .offer-window {
  margin-top: 2px;
  color: var(--evergreen);
  font-size: 13px;
  font-weight: 900;
}

.checkout-button {
  display: inline-grid;
  min-height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--plan-accent, var(--evergreen));
  color: white;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 14px 28px rgba(38, 48, 44, .14);
}

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

.secondary-checkout-button {
  border: 1px solid rgba(31, 77, 58, .24);
  background: white;
  color: var(--plan-accent, var(--evergreen));
  box-shadow: none;
}

.charter-checkout-button {
  margin-top: 6px;
}

.launch-charter-card .charter-price {
  width: calc(100% + 44px);
  min-height: 86px;
  margin: 0 -22px 10px;
  border-radius: 0;
  padding: 12px 24px;
  font-size: 34px !important;
  box-shadow: 0 16px 28px rgba(38, 48, 44, .16);
}

.launch-charter-card .charter-price span {
  font-size: 14px;
}

.launch-charter-card ul {
  align-self: start;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid #eee5d8;
}

.charter-feature-card .benefit-with-note,
.launch-charter-card .benefit-with-note {
  gap: 5px;
}

.charter-feature-card .benefit-with-note strong,
.launch-charter-card .benefit-with-note strong {
  color: #43544c;
  font-weight: 900;
}

.charter-feature-card .benefit-with-note span,
.launch-charter-card .benefit-with-note span {
  color: var(--amber);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.charter-feature-card .benefit-with-note p,
.launch-charter-card .benefit-with-note p {
  margin: 0;
  color: #526158;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 32px;
  align-items: stretch;
}

.membership-card {
  --plan-accent: var(--evergreen);
  --plan-fold: #173a2c;
  --plan-soft: #f7f3eb;
  position: relative;
  display: grid;
  grid-template-rows: auto auto 60px minmax(88px, auto) 1fr;
  gap: 0;
  align-content: stretch;
  padding: 0 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(38, 48, 44, .08);
}

.membership-card:nth-child(1) {
  --plan-accent: #55715b;
  --plan-fold: #3b4f40;
  --plan-soft: #edf4f0;
}

.membership-card:nth-child(2) {
  --plan-accent: var(--evergreen);
  --plan-fold: #173a2c;
  --plan-soft: #eef4f1;
}

.membership-card:nth-child(4) {
  --plan-accent: #8b5e34;
  --plan-fold: #604024;
  --plan-soft: #f7efe4;
}

.membership-card.featured-plan {
  --plan-accent: var(--amber);
  --plan-fold: #9f6419;
  --plan-soft: #fff2dc;
  border-color: rgba(31, 77, 58, .34);
  box-shadow: 0 20px 52px rgba(31, 77, 58, .16);
}

.plan-banner {
  display: grid;
  gap: 10px;
  align-items: center;
  justify-items: center;
  margin: 0 -22px 0;
  height: 155px;
  min-height: 152px;
  padding: 26px 18px 42px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(135deg, var(--plan-soft) 0%, #fffdf8 100%);
  border-bottom: 1px solid #eee5d8;
  text-align: center;
}

.featured-plan .plan-banner {
  background: linear-gradient(135deg, #fff2dc 0%, #fffdf8 100%);
  border-bottom-color: rgba(31, 77, 58, .2);
}

.popular-badge {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 34px);
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--evergreen);
  color: white;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(31, 77, 58, .2);
}

.coming-soon-plan {
  border-color: rgba(31, 77, 58, .24);
}

.muted-badge {
  background: #8b5e34;
}

.plan-label {
  width: max-content;
  max-width: 100%;
  color: var(--plan-accent);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.membership-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
  text-align: center;
}

.plan-price {
  position: relative;
  z-index: 1;
  display: grid;
  justify-self: center;
  width: calc(100% + 44px);
  min-height: 86px;
  place-items: center;
  margin: 0 0 18px;
  padding: 12px 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 42%),
    var(--plan-accent);
  color: white !important;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 16px 28px rgba(38, 48, 44, .16);
}

.plan-price::before,
.plan-price::after {
  content: none;
}

.plan-price span,
.plan-annual {
  color: #526158;
  font-size: 14px;
  font-weight: 850;
}

.plan-price span {
  display: block;
  color: rgba(255, 255, 255, .9) !important;
}

.plan-annual {
  align-self: start;
  box-sizing: border-box;
  margin-top: 0;
  min-height: 44px;
  padding-top: 18px;
  text-align: center;
}

.membership-card > p:not(.plan-price):not(.plan-annual) {
  align-self: start;
  height: 108px;
  margin-top: 14px;
  min-height: 94px;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.membership-card > ul {
  list-style: none;
  gap: 4px;
  align-self: start;
  margin-top: 2px;
  padding-top: 14px;
  padding-left: 0;
  border-top: 1px solid #eee5d8;
}

.membership-card > ul > li {
  position: relative;
  display: grid;
  align-items: start;
  min-height: 30px;
  padding: 0 0 0 28px;
  border-bottom: 0;
  line-height: 1.32;
}

.membership-card > ul > li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 5px;
  background: var(--plan-accent);
  color: white;
  font-size: 12px;
  font-weight: 950;
}

.membership-card > ul > li.plan-category-label {
  min-height: 24px;
  margin: 12px 0 5px;
  padding-left: 0;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.25;
}

.membership-card > ul > li.plan-category-label:first-child {
  margin-top: 0;
}

.membership-card > ul > li.plan-category-label::before {
  content: none;
}

.plan-actions {
  display: grid;
  gap: 9px;
  align-self: end;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #eee5d8;
}

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

.membership-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid #eee5d8;
  border-radius: 8px;
  background: #fbf8f1;
}

.membership-note p {
  max-width: none;
}

.membership-note a {
  display: inline-grid;
  white-space: nowrap;
  min-height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--evergreen);
  color: white;
  padding: 0 14px;
  font-weight: 900;
}

.review-page {
  display: grid;
  gap: 28px;
  width: min(1480px, calc(100% - 44px));
  margin: 0 auto;
  padding: 44px 0 56px;
}

.review-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 28px;
  align-items: stretch;
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1.58fr);
  gap: 28px;
  align-items: stretch;
}

.review-hero {
  align-items: center;
}

.review-hero h1 {
  max-width: 860px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .92;
  letter-spacing: 0;
}

.review-hero p {
  max-width: 760px;
  color: #4d5c54;
  font-size: 18px;
  line-height: 1.55;
}

.review-contact-card,
.review-summary-grid article,
.review-copy,
.review-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.review-contact-card {
  display: grid;
  gap: 10px;
  padding: 28px;
  background: linear-gradient(135deg, #edf5f0, #fff8ec);
}

.review-contact-card span,
.review-summary-grid span {
  color: var(--amber);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.review-contact-card strong {
  color: var(--evergreen);
  font-size: 22px;
}

.review-contact-card p {
  margin: 0;
  color: #4d5c54;
  font-size: 15px;
  line-height: 1.45;
}

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

.review-summary-grid article {
  padding: 22px;
}

.review-summary-grid h2 {
  margin: 10px 0 8px;
  font-size: 22px;
}

.review-summary-grid p,
.review-copy p,
.review-copy li,
.review-form p {
  color: #4d5c54;
  line-height: 1.5;
}

.review-copy,
.review-form {
  padding: 28px;
}

.review-copy h2,
.review-form h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .95;
}

.review-copy h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.review-copy p {
  font-size: 15px;
}

.review-copy ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.review-copy li {
  font-size: 14px;
}

.review-form {
  display: grid;
  gap: 16px;
}

.review-form textarea {
  min-height: 160px;
}

.review-photo-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf8f1;
}

.review-photo-group legend {
  padding: 0 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.review-photo-group p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.review-enhancement-group {
  grid-template-columns: 1fr;
}

.review-payment-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(217, 144, 47, .34);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff7e8, #fbf8f1);
}

.review-payment-card span {
  display: block;
  margin-bottom: 4px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.review-payment-card strong {
  display: block;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
}

.review-payment-card p {
  max-width: 540px;
  margin: 8px 0 0;
  color: #4d5c54;
  font-size: 14px;
}

.review-payment-button {
  display: inline-grid;
  min-height: 48px;
  place-items: center;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--amber);
  color: white;
  font-weight: 950;
  white-space: nowrap;
}

.review-payment-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .72;
}

.review-payment-note {
  grid-column: 1 / -1;
  padding-top: 8px;
  border-top: 1px solid rgba(217, 144, 47, .22);
}

.audience-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.audience-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(38, 48, 44, .08);
}

.audience-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  filter: saturate(.82) sepia(.08) contrast(.94) brightness(.96);
  object-fit: cover;
}

.audience-card:nth-child(1) img {
  object-position: 55% 24%;
}

.audience-card:nth-child(2) img {
  object-position: 50% 42%;
}

.audience-card:nth-child(3) img {
  object-position: 62% 48%;
}

.audience-card:nth-child(4) img {
  object-position: 40% 48%;
}

.audience-card div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.audience-card h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.16;
}

.audience-card p {
  margin: 0;
  color: #526158;
  line-height: 1.5;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  font-size: 12px;
  font-weight: 800;
}

.trust-strip span {
  min-height: 52px;
  display: grid;
  place-items: center;
  padding: 10px;
  background: var(--paper);
  text-align: center;
}

.emergency-dock,
.section-shell {
  margin: 22px clamp(16px, 4vw, 44px);
}

.emergency-dock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-radius: 8px;
  background: #fff6f4;
  border: 1px solid #f0c2bd;
}

.emergency-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 clamp(16px, 4vw, 44px) 30px;
}

.emergency-card,
.result-card,
.guide-grid article,
.admin-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 38px rgba(38, 48, 44, .08);
}

.emergency-card {
  padding: 14px;
}

.emergency-card strong {
  display: block;
  margin: 5px 0;
}

.emergency-card span,
.result-card span,
.guide-grid span,
.admin-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.card-actions a,
.card-actions button {
  display: grid;
  place-items: center;
  min-height: 40px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.card-actions a {
  background: #eaf2ef;
  color: var(--evergreen);
}

.section-shell {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, .78);
}

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

.view-toggle {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.view-toggle button {
  min-height: 38px;
  background: transparent;
  color: var(--muted);
}

.view-toggle button.active {
  background: var(--evergreen);
  color: white;
}

.map-scope-toggle {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  width: min(100%, 360px);
  margin-top: 12px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, .88);
}

.map-scope-toggle button {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
}

.map-scope-toggle button.active {
  background: var(--evergreen);
  color: white;
}

.explore-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.enhanced-spotlight {
  display: grid;
  gap: 16px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(221, 214, 200, .78);
}

.enhanced-spotlight .section-heading {
  align-items: end;
}

.enhanced-spotlight h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.enhanced-spotlight .section-heading p:last-child {
  max-width: 780px;
  margin: 10px 0 0;
  color: #4d5c54;
  font-size: 15px;
  line-height: 1.5;
}

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

.spotlight-card {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(221, 214, 200, .88);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, .96), rgba(251, 248, 241, .92)),
    radial-gradient(circle at 20% 0%, rgba(217, 144, 47, .16), transparent 36%);
  box-shadow: 0 18px 44px rgba(38, 48, 44, .08);
}

a.spotlight-card {
  display: grid;
  color: inherit;
  text-decoration: none;
}

.spotlight-card-featured {
  overflow: hidden;
  padding: 0;
  align-content: start;
}

.spotlight-card-featured img {
  display: block;
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: center;
}

.spotlight-card span {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.spotlight-card h4 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.05;
}

.spotlight-card p {
  margin: 0;
  color: #4d5c54;
  font-size: 14px;
  line-height: 1.45;
}

.spotlight-card-featured h4,
.spotlight-card-featured p {
  margin-right: 24px;
  margin-left: 24px;
}

.spotlight-card-featured h4 {
  margin-top: 24px;
}

.spotlight-card-featured p {
  margin-bottom: 28px;
}

.map-panel {
  position: relative;
  top: auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 20%, rgba(77, 143, 184, .18), transparent 23%),
    linear-gradient(150deg, #e4efe9, #f8f2e8 55%, #dae8e1);
}

.map-toolbar {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid rgba(221, 214, 200, .72);
  background: rgba(250, 249, 244, .96);
  backdrop-filter: blur(12px);
}

.map-toolbar-left,
.map-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.map-toolbar span {
  border-radius: 999px;
  background: rgba(255, 253, 248, .92);
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 900;
}

.map-legend .legend-filter {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid rgba(221, 214, 200, .88);
  border-radius: 999px;
  background: rgba(255, 253, 248, .92);
  color: #43544c;
  font-size: 12px;
  font-weight: 900;
}

.map-legend .legend-filter.active {
  border-color: var(--evergreen);
  background: var(--evergreen);
  color: white;
}

.map-legend .legend-filter.active .legend-dot {
  outline: 2px solid rgba(255, 255, 255, .72);
}

.map-legend .legend-filter:hover {
  transform: translateY(-1px);
}

.legend-dot.all {
  background: conic-gradient(var(--evergreen), var(--amber), var(--red), var(--moss), var(--evergreen));
}

.legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.legend-dot.horse-only {
  background: var(--evergreen);
}

.legend-dot.horse-human {
  background: var(--amber);
}

.legend-dot.shelter {
  background: var(--red);
}

.legend-dot.fairground {
  background: #8b5e34;
}

.legend-dot.campsite {
  background: var(--moss);
}

.usa-map {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(31, 77, 58, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 77, 58, .08) 1px, transparent 1px);
  background-size: 58px 58px;
}

.google-map-shell {
  position: relative;
  z-index: 3;
  overflow: hidden;
  height: clamp(560px, 70vh, 760px);
  background: var(--paper);
}

.google-map {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.google-map.map-disabled {
  display: none;
}

.map-status {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(255, 253, 248, .92);
  color: var(--muted);
  font-weight: 800;
}

.map-status.hidden {
  display: none;
}

.map-zoom-controls {
  position: absolute;
  right: 14px;
  top: 64px;
  z-index: 5;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(38, 48, 44, .16);
  border-radius: 8px;
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 12px 30px rgba(38, 48, 44, .16);
}

.map-zoom-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  min-height: 42px;
  place-items: center;
  border-radius: 0;
  background: transparent;
  color: var(--evergreen);
  padding: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.map-zoom-controls button + button {
  border-top: 1px solid rgba(38, 48, 44, .12);
}

.map-zoom-controls button:hover {
  background: #eef4f1;
  transform: none;
}

.map-info {
  display: grid;
  gap: 9px;
  max-width: 330px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.map-info-photo {
  position: relative;
  overflow: hidden;
  margin: -2px -2px 4px;
  border-radius: 8px;
  background: #e6dfd2;
}

.map-info-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  object-position: center;
}

.map-info-photo span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 999px;
  background: rgba(19, 29, 25, .78);
  color: #fff;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
}

.map-info-type {
  width: max-content;
  border-radius: 999px;
  background: #eef4f1;
  color: var(--evergreen);
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.map-info-type.horse-only-accommodation,
.type-pill.horse-only-accommodation {
  background: #e9f4ef;
  color: #1f4d3a;
}

.map-info-type.has-human-accommodation,
.type-pill.has-human-accommodation {
  background: #fff1dc;
  color: #7a4e12;
}

.map-info h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

.map-info p {
  margin: 0;
  color: #526158;
  line-height: 1.35;
}

.map-info-address {
  font-weight: 800;
}

.map-info-owner {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
  color: #43544c;
  font-weight: 800;
}

.map-info-owner span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.map-info-copy {
  display: grid;
  gap: 8px;
}

.map-info-section {
  display: grid;
  gap: 6px;
}

.map-info-section p {
  margin: 0;
}

.map-info-section strong {
  color: var(--ink);
  font-weight: 900;
}

.map-info-section ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
  color: #526158;
  line-height: 1.35;
}

.map-info-section li::marker {
  color: var(--evergreen);
}

.map-info-accommodations {
  display: grid;
  gap: 8px;
}

.map-info-accommodations section {
  display: grid;
  gap: 7px;
  padding: 9px;
  border-radius: 8px;
  background: #fbf8f1;
  border: 1px solid #eee5d8;
}

.map-info-accommodations h4 {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.map-info-empty {
  font-size: 12px;
  font-weight: 800;
}

.map-info-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.map-info-facts div {
  display: grid;
  gap: 2px;
  padding: 8px;
  border-radius: 8px;
  background: #f7f3eb;
}

.map-info-facts span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.map-info-facts strong {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.25;
}

.map-info-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.map-info-tags span {
  border-radius: 999px;
  background: #edf4f0;
  color: #43544c;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 850;
  text-transform: capitalize;
}

.map-info-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 8px;
}

.map-info-actions a,
.map-info-actions button {
  display: grid;
  border: 0;
  min-height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--evergreen);
  color: white;
  padding: 0 12px;
  font-weight: 850;
  text-align: center;
}

.map-info-actions button {
  cursor: pointer;
}

.map-info-actions a:only-child,
.map-info-actions button:only-child {
  grid-column: 1 / -1;
}

.map-pin-overlay {
  position: absolute;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  min-height: 34px;
  border: 3px solid white;
  border-radius: 50% 50% 50% 0;
  color: white;
  font-size: 11px;
  font-weight: 900;
  padding: 0;
  transform: translate(-50%, -100%) rotate(-45deg);
  box-shadow: 0 10px 24px rgba(38, 48, 44, .28);
  cursor: pointer;
}

.map-pin-overlay:hover,
.map-pin-overlay:focus-visible {
  transform: translate(-50%, -100%) rotate(-45deg);
  outline: 3px solid rgba(31, 77, 58, .22);
  outline-offset: 2px;
}

.map-pin-overlay span {
  transform: rotate(45deg);
}

.map-pin-overlay.horse_motel.horse-only-accommodation,
.pin.horse_motel.horse-only-accommodation {
  background: var(--evergreen);
}

.map-pin-overlay.has-human-accommodation,
.pin.has-human-accommodation {
  background: var(--amber);
}

.map-pin-overlay.campground:not(.has-human-accommodation),
.pin.campground:not(.has-human-accommodation) {
  background: var(--moss);
}

.map-pin-overlay.shelter {
  background: var(--red);
}

.map-pin-overlay.fairground,
.pin.fairground {
  background: #8b5e34;
}

.map-pin-overlay.vet {
  background: var(--sky);
}

.map-pin-overlay.repair {
  background: #4c5561;
}

.map-pin-overlay.fuel {
  background: var(--amber);
}

.map-pin-overlay.feed {
  background: #7a5c3a;
}

.usa-map::before {
  content: "";
  position: absolute;
  left: 9%;
  top: 19%;
  width: 74%;
  height: 59%;
  background: rgba(255, 253, 248, .68);
  clip-path: polygon(7% 33%, 18% 18%, 33% 16%, 48% 11%, 65% 15%, 83% 22%, 94% 39%, 88% 55%, 75% 58%, 69% 75%, 51% 70%, 37% 78%, 20% 68%, 8% 55%);
  border: 1px solid rgba(31, 77, 58, .18);
}

.pin {
  position: absolute;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 3px solid white;
  border-radius: 50% 50% 50% 0;
  color: white;
  font-size: 11px;
  font-weight: 900;
  transform: rotate(-45deg);
  box-shadow: 0 10px 24px rgba(38, 48, 44, .28);
}

.pin span {
  transform: rotate(45deg);
}

.pin.horse_motel,
.pin.campground {
  background: var(--evergreen);
}

.pin.shelter {
  background: var(--red);
}

.pin.vet {
  background: var(--sky);
}

.pin.repair {
  background: #4c5561;
}

.pin.fuel {
  background: var(--amber);
}

.pin.feed {
  background: #7a5c3a;
}

.sort-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 13px;
}

.sort-row span {
  color: var(--muted);
}

.results-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.result-card {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.result-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.state-directory {
  display: grid;
  gap: 10px;
  border-radius: 8px;
}

.state-directory-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid rgba(31, 77, 58, .24);
  border-radius: 8px;
  background: #eaf2ef;
  color: var(--evergreen);
  cursor: pointer;
  list-style: none;
}

.state-directory-heading::-webkit-details-marker {
  display: none;
}

.state-directory-heading::after {
  content: "+";
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: rgba(31, 77, 58, .12);
  color: var(--evergreen);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.state-directory[open] .state-directory-heading {
  border-color: var(--evergreen);
  background: var(--evergreen);
  color: white;
}

.state-directory[open] .state-directory-heading::after {
  content: "-";
  background: rgba(255, 255, 255, .18);
  color: white;
}

.state-directory-heading h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.state-directory-heading span {
  margin-left: auto;
  color: currentColor;
  font-size: 13px;
  font-weight: 850;
  opacity: .82;
}

.state-directory-list {
  display: grid;
  gap: 8px;
  padding-left: 12px;
}

.directory-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 28px rgba(38, 48, 44, .06);
}

.directory-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
}

.directory-item summary::-webkit-details-marker {
  display: none;
}

.directory-item summary strong {
  min-width: 0;
  color: var(--ink);
  font-size: 15px;
}

.directory-item summary > span {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #eef4f1;
  color: var(--evergreen);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}

.directory-item[open] summary {
  border-bottom: 1px solid var(--line);
}

.directory-item[open] summary > span {
  background: var(--evergreen);
  color: white;
}

.summary-open-label {
  display: none;
}

.directory-item[open] .summary-open-label {
  display: inline;
}

.directory-item[open] .summary-closed-label {
  display: none;
}

.directory-item-body {
  display: grid;
  gap: 12px;
  padding: 14px;
  max-width: 760px;
}

.directory-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.directory-meta > span:not(.type-pill) {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.directory-actions {
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  max-width: 860px;
}

.directory-facts {
  max-width: 520px;
}

.type-pill {
  width: max-content;
  border-radius: 999px;
  background: #eef4f1;
  color: var(--evergreen);
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-row span {
  border-radius: 999px;
  background: #f5f1e9;
  padding: 5px 8px;
  color: #59675f;
  font-weight: 800;
}

.phase-badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  background: #eef4f1;
  color: var(--evergreen);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
}

.route-form {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  align-items: end;
}

.route-form button {
  min-height: 48px;
}

.itinerary {
  margin-top: 18px;
  padding: 16px;
  border: 1px dashed #c8bfae;
  border-radius: 8px;
  background: #fffaf0;
}

.itinerary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.itinerary-card {
  padding: 14px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--line);
}

.guide-grid,
.guide-feature-grid,
.admin-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.guide-grid article,
.guide-card,
.guide-checklist,
.admin-grid div {
  padding: 16px;
}

.guide-grid article span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--amber);
  font-weight: 900;
  text-transform: uppercase;
}

.guide-intro {
  max-width: 980px;
  margin: 14px 0 20px;
  color: #526158;
  font-size: 16px;
  line-height: 1.55;
}

.guide-feature-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}

.guide-card,
.guide-checklist {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 38px rgba(38, 48, 44, .08);
}

.guide-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-card h3,
.guide-checklist h3 {
  margin-bottom: 8px;
}

.guide-card p {
  color: #526158;
  line-height: 1.45;
}

.guide-checklists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.guide-checklist {
  background: #fffdf8;
}

.guide-checklist ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: #526158;
  line-height: 1.45;
}

.guide-checklist li::marker {
  color: var(--evergreen);
}

.guide-note {
  margin: 18px 0 0;
  padding: 14px;
  border: 1px solid #eee5d8;
  border-radius: 8px;
  background: #fbf8f1;
  color: #526158;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.guide-detail-main {
  max-width: 1060px;
  margin: 0 auto;
  padding: 30px clamp(16px, 4vw, 44px) 48px;
}

.guide-detail-hero {
  display: grid;
  gap: 14px;
  padding: 24px 0 20px;
}

.guide-detail-hero h1 {
  margin-bottom: 4px;
  font-size: clamp(38px, 6vw, 68px);
}

.guide-detail-hero p {
  max-width: 800px;
  color: #526158;
  font-size: 18px;
  line-height: 1.5;
}

.guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guide-actions a,
.guide-actions button {
  display: inline-grid;
  min-height: 42px;
  place-items: center;
  border-radius: 8px;
  padding: 0 14px;
  font-weight: 850;
}

.guide-actions a {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
}

.location-detail-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px clamp(16px, 4vw, 44px) 56px;
}

.location-detail-loading {
  display: grid;
  gap: 12px;
  padding: 48px 0;
}

.location-detail-loading h1 {
  font-size: clamp(34px, 5vw, 60px);
}

.location-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.location-detail-photo {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.location-detail-photo-button {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.location-detail-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: 34% 65%;
}

.location-detail-photo.has-gallery img {
  object-position: center;
}

.location-detail-photo span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 253, 248, .92);
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}

.view-photos-button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-height: 38px;
  border: 1px solid rgba(255, 253, 248, .78);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(31, 77, 58, .92);
  color: white;
  font-weight: 900;
  cursor: zoom-in;
}

.location-detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 22px;
}

.location-detail-gallery button {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  background: var(--paper);
  cursor: zoom-in;
}

.location-detail-gallery img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.photo-lightbox {
  width: min(1120px, calc(100vw - 32px));
  max-width: none;
  border: 0;
  border-radius: 8px;
  padding: 18px;
  background: #0f1814;
  color: white;
}

.photo-lightbox::backdrop {
  background: rgba(15, 24, 20, .78);
}

.photo-lightbox img {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 6px;
  background: #0f1814;
}

.photo-lightbox-close,
.photo-lightbox-nav {
  position: absolute;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 253, 248, .94);
  color: var(--ink);
  font-weight: 900;
}

.photo-lightbox-close {
  top: 12px;
  right: 12px;
  min-height: 38px;
  padding: 0 14px;
}

.photo-lightbox-nav {
  top: 50%;
  width: 44px;
  height: 44px;
  overflow: hidden;
  color: transparent;
  transform: translateY(-50%);
}

.photo-lightbox-nav::before {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
}

.photo-lightbox-nav.previous {
  left: 28px;
}

.photo-lightbox-nav.previous::before {
  content: "<";
}

.photo-lightbox-nav.next {
  right: 28px;
}

.photo-lightbox-nav.next::before {
  content: ">";
}

.photo-lightbox p {
  margin: 12px 0 0;
  text-align: center;
  color: rgba(255, 253, 248, .82);
  font-weight: 800;
}

.location-detail-summary {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 38px rgba(38, 48, 44, .08);
}

.location-detail-summary h1 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
}

.location-detail-address {
  color: #526158;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.4;
}

.location-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.location-detail-actions a,
.location-detail-actions button {
  display: inline-grid;
  min-height: 42px;
  place-items: center;
  border-radius: 8px;
  padding: 0 14px;
  background: var(--evergreen);
  color: white;
  font-weight: 850;
}

.location-detail-actions button {
  border: 0;
}

.location-detail-actions .secondary,
.location-detail-actions.stacked a {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
}

.location-detail-actions.stacked {
  display: grid;
}

.location-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: start;
}

.location-detail-content,
.location-detail-sidebar {
  display: grid;
  gap: 14px;
}

.location-detail-sidebar {
  position: sticky;
  top: 132px;
}

.location-detail-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 38px rgba(38, 48, 44, .08);
}

.location-detail-card h2 {
  font-size: 26px;
}

.location-detail-card p {
  color: #526158;
  line-height: 1.55;
  white-space: pre-line;
}

.detail-tags {
  justify-content: flex-start;
}

.location-detail-facts {
  display: grid;
  gap: 10px;
}

.location-detail-facts div {
  display: grid;
  gap: 3px;
  padding: 12px;
  border-radius: 8px;
  background: #f5f0e8;
}

.location-detail-facts span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.location-detail-facts strong {
  font-size: 15px;
  line-height: 1.35;
}

.guide-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: start;
}

.guide-article,
.print-checklist {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 38px rgba(38, 48, 44, .08);
}

.guide-article {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.guide-article section {
  display: grid;
  gap: 8px;
}

.guide-article h2,
.print-checklist h2 {
  font-size: 26px;
}

.guide-article h3 {
  font-size: 19px;
}

.guide-article p,
.guide-article li {
  color: #526158;
  line-height: 1.55;
}

.guide-article a {
  color: var(--evergreen);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(31, 77, 58, .38);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.guide-article a:hover {
  color: #173a2c;
  text-decoration-color: currentColor;
}

.guide-article ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.guide-article .contact-list {
  padding-left: 0;
  list-style: none;
}

.guide-article .contact-list li {
  display: grid;
  gap: 3px;
  padding: 12px;
  border: 1px solid #eee5d8;
  border-radius: 8px;
  background: #fffdf8;
}

.guide-article .contact-list strong,
.guide-article .contact-list span {
  display: block;
}

.print-checklist {
  position: sticky;
  top: 126px;
  display: grid;
  gap: 12px;
  max-height: calc(100vh - 150px);
  overflow: auto;
  padding: 18px;
}

.print-checklist-header {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.print-checklist-header img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.print-checklist-header strong,
.print-checklist-header span {
  display: block;
}

.print-checklist-header span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.checklist-helper {
  color: #526158;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.checklist-section-list {
  display: grid;
  gap: 12px;
}

.print-checklist-section {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid #eee5d8;
  border-radius: 8px;
  background: #fffdf8;
}

.checklist-section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: start;
}

.checklist-section-heading h3 {
  font-size: 16px;
  line-height: 1.2;
}

.checklist-section-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.checklist-print-action,
.checklist-reset-action {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #d8cebd;
  background: white;
  color: var(--evergreen);
  font-size: 12px;
}

.checklist-reset-action {
  color: #526158;
}

.checklist-items {
  display: grid;
  gap: 9px;
}

.checklist-items label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  color: #43544c;
  font-size: 14px;
  line-height: 1.35;
}

.checklist-items input {
  width: 16px;
  min-height: 16px;
  margin-top: 2px;
  accent-color: var(--evergreen);
}

.guide-disclaimer {
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: #fbf8f1;
  color: #526158;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.article-disclaimer {
  margin-top: 8px;
}

.checklist-disclaimer {
  background: #f2f7f2;
}

.trust-page-main {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 72px) clamp(16px, 4vw, 44px);
}

.trust-page-hero,
.trust-page-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(38, 48, 44, .08);
}

.trust-page-hero {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  padding: clamp(22px, 4vw, 38px);
}

.trust-page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: .95;
  letter-spacing: 0;
}

.trust-page-hero p,
.trust-page-card p,
.trust-page-card li {
  color: #526158;
  line-height: 1.6;
}

.trust-page-card {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
}

.trust-page-card h2 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0;
}

.trust-page-card ul {
  margin: 0;
  padding-left: 22px;
}

.trust-page-card .back-link {
  justify-self: start;
  border-radius: 8px;
  background: var(--evergreen);
  color: white;
  padding: 12px 16px;
  font-weight: 900;
}

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

.payment-success-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
  border: 1px solid #eee5d8;
  border-radius: 8px;
  background: #fbf8f1;
}

.payment-success-grid span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.payment-success-grid h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
}

.payment-success-grid p {
  margin: 0;
}

.payment-success-grid a {
  display: inline-grid;
  justify-self: start;
  min-height: 42px;
  place-items: center;
  margin-top: 4px;
  border-radius: 8px;
  background: var(--evergreen);
  color: white;
  padding: 0 14px;
  font-weight: 900;
}

.payment-success-grid article:nth-child(2) a {
  background: var(--amber);
}

dialog {
  width: min(860px, calc(100vw - 24px));
  max-height: min(90vh, 920px);
  border: 0;
  border-radius: 8px;
  padding: 0;
  box-shadow: var(--shadow);
}

dialog::backdrop {
  background: rgba(19, 29, 25, .46);
  backdrop-filter: blur(3px);
}

.dialog-card {
  position: relative;
  display: grid;
  gap: 14px;
  max-height: min(90vh, 920px);
  overflow: auto;
  padding: 24px;
  background: var(--paper);
}

.dialog-intro {
  max-width: 720px;
  color: #526158;
  line-height: 1.45;
}

.dialog-note {
  margin: -4px 0 4px;
  color: #526158;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.hidden-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

.dialog-check-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf8f1;
}

.dialog-check-group legend {
  padding: 0 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.dialog-check-group p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.dialog-check-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #43544c;
  font-size: 13px;
  font-weight: 800;
}

.dialog-check-group input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--evergreen);
}

.dialog-choice-group {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dialog-choice-group label {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(221, 214, 200, .86);
  border-radius: 8px;
  background: var(--paper);
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  min-height: 34px;
  padding: 0;
  background: #f1ece2;
  color: var(--ink);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 26px clamp(16px, 4vw, 44px);
  color: var(--muted);
  font-size: 13px;
}

.site-footer > span {
  max-width: 680px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-weight: 850;
}

.footer-links a {
  color: var(--evergreen);
}

@media (max-width: 1040px) {
  .site-header {
    display: grid;
    justify-content: center;
    justify-items: center;
    gap: 14px;
    padding-bottom: 18px;
  }

  .brand {
    justify-content: center;
    text-align: left;
  }

  .top-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
    text-align: center;
  }

  .top-nav a,
  .top-nav button {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
  }

  .hero,
  .explore-layout,
  .location-detail-hero,
  .location-detail-layout,
  .guide-detail-layout,
  .landing-problem,
  .landing-pass,
  .landing-trust,
  .charter-card,
  .review-hero,
  .review-layout {
    grid-template-columns: 1fr;
  }

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

  .map-panel {
    position: relative;
    top: auto;
  }

  .print-checklist {
    position: static;
  }

  .location-detail-sidebar {
    position: static;
  }

  .resource-grid,
  .guide-grid,
  .guide-feature-grid,
  .landing-feature-grid,
  .launch-offer-grid,
  .membership-grid,
  .audience-card-grid,
  .spotlight-grid,
  .location-detail-gallery,
  .guide-checklists,
  .admin-grid,
  .itinerary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .landing-text-grid,
  .launch-roadmap,
  .review-summary-grid {
    grid-template-columns: 1fr;
  }

  .route-form {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 720px) {
  .site-header {
    display: grid;
    align-items: center;
  }

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

  .hero {
    padding-top: 24px;
  }

  .search-row,
  .dialog-form-grid,
  .dialog-check-group,
  .resource-grid,
  .guide-grid,
    .guide-feature-grid,
    .landing-feature-grid,
    .launch-offer-grid,
    .membership-grid,
    .audience-card-grid,
    .spotlight-grid,
    .location-detail-gallery,
    .guide-checklists,
    .admin-grid,
    .itinerary-grid,
    .route-form,
    .directory-actions,
    .review-summary-grid,
    .review-photo-group,
    .payment-success-grid {
    grid-template-columns: 1fr;
  }

  .directory-preview,
  .guide-preview-stack {
    min-height: 340px;
  }

  .directory-preview,
  .guide-preview-stack {
    padding: 18px;
  }

  .mock-location-card,
  .guide-preview-card,
  .guide-deck-card,
  .guide-checklist-preview {
    width: 100%;
  }

  .guide-card-deck {
    display: grid;
    gap: 10px;
    height: auto;
    min-height: 0;
  }

  .guide-deck-card {
    position: static;
    min-height: auto;
  }

  .guide-preview-mini-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .mock-location-card div {
    grid-template-columns: 1fr;
  }

  .product-preview-copy .preview-pin-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    white-space: normal;
  }

  .review-page {
    width: min(100% - 28px, 1480px);
    padding-top: 28px;
  }

  .review-hero h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

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

  .review-payment-button {
    width: 100%;
  }

  .landing-hero {
    min-height: 640px;
  }

  .landing-hero img {
    object-position: 6% 66%;
  }

  .landing-actions a {
    width: 100%;
  }

  .charter-price,
  .plan-price {
    width: calc(100% + 40px);
  }

  .location-detail-actions {
    display: grid;
  }

  .location-detail-photo,
  .location-detail-photo img {
    min-height: 260px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .emergency-dock,
  .section-heading,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .map-panel {
    min-height: 620px;
  }

  .google-map {
    min-height: 562px;
  }

  .results-list {
    grid-template-columns: 1fr;
  }

  .directory-item summary {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media print {
  body {
    background: white;
  }

  .site-header,
  .guide-detail-hero,
  .guide-article,
  .guide-actions,
  .guide-disclaimer,
  .site-footer {
    display: none !important;
  }

  .guide-detail-main {
    max-width: none;
    padding: 0;
  }

  .guide-detail-layout {
    display: block;
  }

  .print-checklist {
    position: static;
    max-height: none;
    overflow: visible;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .print-checklist-header {
    margin-bottom: 18px;
  }

  .checklist-items {
    gap: 11px;
  }

  .checklist-helper,
  .checklist-print-action,
  .checklist-reset-action {
    display: none !important;
  }

  .print-checklist-section {
    padding: 0 0 16px;
    border: 0;
    box-shadow: none;
    break-inside: avoid;
  }

  .checklist-section-list {
    gap: 18px;
  }

  .checklist-section-heading {
    display: block;
  }

  .checklist-items label {
    break-inside: avoid;
    font-size: 12pt;
  }
}
