:root {
  --ink: #153b36;
  --teal: #138b82;
  --teal-dark: #0e665f;
  --mist: #eef7f4;
  --line: #d8e5e1;
  --sand: #f2d996;
  --paper: #fffefb;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: #f7faf9; font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; }
a { color: inherit; }
.access-header { height: 82px; padding: 0 max(24px, calc((100vw - 1120px) / 2)); display: flex; align-items: center; justify-content: space-between; background: white; border-bottom: 1px solid var(--line); }
.access-header img { display: block; width: 108px; height: 70px; object-fit: cover; }
.header-nav { display: flex; align-items: center; gap: 18px; }
.site-link { font-size: 14px; font-weight: 750; text-decoration: none; }
.site-link.active { color: var(--teal); }
main { max-width: 1120px; margin: auto; padding: 66px 24px 80px; }
.hero { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; }
.eyebrow { margin: 0; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
h1 { max-width: 720px; margin: 13px 0 20px; font: 700 clamp(45px, 6vw, 76px)/.98 Georgia, serif; letter-spacing: -.035em; }
.lede { max-width: 660px; margin: 0; color: #536d68; font-size: 19px; line-height: 1.65; }
.trust-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.trust-row span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: white; font-size: 12px; font-weight: 750; }
.process-card, .access-card { border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 18px 45px rgba(22,59,54,.07); }
.process-card { padding: 28px; }
.process-card ol { list-style: none; padding: 0; margin: 23px 0 0; counter-reset: steps; }
.process-card li { position: relative; padding: 0 0 25px 42px; counter-increment: steps; }
.process-card li:last-child { padding-bottom: 0; }
.process-card li::before { content: counter(steps); position: absolute; left: 0; top: -3px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 12px; font-weight: 800; }
.process-card b, .process-card span { display: block; }
.process-card b { font-size: 14px; }
.process-card span { margin-top: 5px; color: #68807c; font-size: 12px; line-height: 1.5; }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 64px; align-items: start; }
.access-card { padding: 34px; }
.access-card h2 { margin: 10px 0 8px; font: 700 30px/1.15 Georgia, serif; }
.access-card > p:not(.eyebrow) { margin: 0 0 24px; color: #68807c; line-height: 1.55; }
label { display: grid; gap: 7px; margin-top: 16px; font-size: 12px; font-weight: 800; }
.field-help { color: #68807c; font-size: 11px; font-weight: 500; line-height: 1.45; }
input, select, textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid #cbdad6; border-radius: 9px; font: inherit; font-weight: 500; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(19,139,130,.13); border-color: var(--teal); }
.application-neighborhoods { margin: 18px 0 0; padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: #f7fbfa; }
.application-neighborhoods legend { padding: 0 6px; color: var(--ink); font-size: 12px; font-weight: 850; }
.application-neighborhoods p { margin: 2px 0 12px; color: #68807c; font-size: 12px; line-height: 1.45; }
.application-neighborhood-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .8fr); gap: 14px; align-items: start; }
.application-neighborhood-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.application-neighborhood-grid label { min-height: 38px; margin: 0; padding: 9px 10px; display: flex; align-items: center; gap: 8px; border: 1px solid #cbdad6; border-radius: 8px; background: white; color: #304844; font-size: 12px; font-weight: 750; }
.application-neighborhood-grid label:has(input:checked) { border-color: var(--teal); background: var(--mist); color: var(--teal-dark); }
.application-neighborhood-grid input { width: 14px; height: 14px; padding: 0; flex: 0 0 auto; }
.neighborhood-map-card { display: grid; gap: 9px; }
.neighborhood-map-card small { color: #68807c; font-size: 11px; line-height: 1.4; }
.neighborhood-map-visual { position: relative; min-height: 330px; overflow: hidden; border: 1px solid #cbdad6; border-radius: 10px; background: #e7f0e9; isolation: isolate; }
.neighborhood-map-visual img { position: absolute; width: 256px; height: 256px; max-width: none; user-select: none; pointer-events: none; }
.neighborhood-map-visual button { position: absolute; z-index: 2; width: 17px; height: 17px; min-height: 0; margin: 0; padding: 0; border: 2px solid white; border-radius: 999px; color: transparent; background: #4f7747; box-shadow: 0 1px 4px rgba(15, 44, 39, .35); cursor: pointer; font-size: 0; transform: translate(-50%, -50%); transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.neighborhood-map-visual button span { display: none; }
.neighborhood-map-visual button:hover, .neighborhood-map-visual button:focus-visible, .neighborhood-map-visual button.selected { z-index: 3; border-color: white; color: transparent; background: var(--teal); transform: translate(-50%, -50%) scale(1.35); }
.neighborhood-map-visual button:focus-visible { outline: 3px solid rgba(19,139,130,.25); outline-offset: 3px; }
.neighborhood-map-visual button.selected { box-shadow: 0 0 0 4px rgba(19,139,130,.22), 0 3px 9px rgba(15, 44, 39, .33); }
.neighborhood-map-visual a { position: absolute; right: 5px; bottom: 5px; z-index: 4; padding: 3px 6px; border-radius: 4px; color: #36524d; background: rgba(255,255,255,.86); font-size: 10px; text-decoration: none; }
.check { display: flex; grid-template-columns: 18px 1fr; align-items: start; color: #58706c; line-height: 1.45; font-weight: 600; }
.check input { width: 16px; height: 16px; margin-top: 2px; }
button { width: 100%; margin-top: 22px; padding: 14px; border: 0; border-radius: 9px; color: white; background: var(--teal); font: inherit; font-size: 14px; font-weight: 850; cursor: pointer; }
button:hover { background: var(--teal-dark); }
button:disabled { opacity: .65; cursor: wait; }
.button-link { width: 100%; min-height: 47px; margin-top: 22px; padding: 14px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; color: white; background: var(--teal); font-size: 14px; font-weight: 850; text-decoration: none; }
.button-link:hover { background: var(--teal-dark); }
.sign-in-card { position: sticky; top: 24px; }
.login-hero { align-items: start; }
.single-application { grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr); }
.single-application.application-only { grid-template-columns: minmax(0, 760px); justify-content: center; }
.application-choice-grid { align-items: stretch; }
.choice-card { display: flex; flex-direction: column; }
.choice-card ul { display: grid; gap: 10px; margin: 10px 0 0; padding-left: 20px; color: #58706c; line-height: 1.5; font-size: 13px; }
.choice-card .button-link { margin-top: auto; }
.audience-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 44px; }
.audience-strip article { padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.audience-strip b, .audience-strip span { display: block; }
.audience-strip b { font-size: 13px; }
.audience-strip span { margin-top: 6px; color: #68807c; font-size: 12px; line-height: 1.55; }
.approval-note { display: grid; gap: 6px; margin-top: 25px; padding: 16px; border-radius: 10px; background: var(--mist); font-size: 12px; line-height: 1.55; }
.approval-note span { color: #58706c; }
.form-result { margin-top: 16px; padding: 13px; border-radius: 9px; color: #255f55; background: var(--mist); font-size: 13px; line-height: 1.5; }
.form-result.error { color: #8b352d; background: #fff0ed; }
.deals-page { max-width: 1460px; padding-top: 8px; background: var(--paper); }
.deals-section { padding: 0 0 34px; border-bottom: 1px solid #d8e9df; }
.deals-section h1 { margin: 0 0 10px; font-size: 38px; line-height: 1.1; letter-spacing: -.03em; }
.deals-copy { margin: 0; color: #526a65; font-size: 18px; }
.deal-category-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.deal-category-row button { width: auto; min-height: 47px; margin: 0; padding: 0 15px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 11px; color: #495957; background: white; font-size: 16px; font-weight: 760; line-height: 1; }
.deal-category-row button:hover, .deal-category-row button.active { color: #2e674a; border-color: #39784c; background: #fafff9; }
.deal-category-row span { min-width: 31px; height: 25px; padding: 0 8px; display: inline-grid; place-items: center; border-radius: 999px; color: #2f7240; background: #eef7ed; font-size: 14px; font-weight: 850; }
.deal-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.deal-card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 10px 28px rgba(22,59,54,.06); }
.deal-card.featured { border-color: #39784c; box-shadow: 0 14px 34px rgba(47, 114, 64, .11); }
.deal-card.sponsored { border-color: #d6c294; background: #fffdf7; }
.deal-logo { width: 74px; height: 74px; display: block; object-fit: cover; border: 1px solid var(--line); border-radius: 14px; background: white; margin-bottom: 18px; }
.deal-tag { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: var(--teal-dark); background: var(--mist); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.deal-card.sponsored .deal-tag { color: #85591d; background: #f7ead2; }
.deal-card h2 { margin: 18px 0 10px; font: 700 25px/1.15 Georgia, serif; }
.deal-card p { margin: 0; color: #68807c; line-height: 1.6; }
.deal-phone { display: inline-flex; margin-top: 18px; color: #2e674a; text-decoration: none; font-size: 16px; font-weight: 850; }
.deal-phone:hover { color: #214d37; text-decoration: underline; }
.deal-button { display: inline-flex; margin-top: 24px; padding: 13px 16px; border-radius: 9px; color: white; background: var(--teal); text-decoration: none; font-size: 14px; font-weight: 850; }
.deal-button:hover { background: var(--teal-dark); }
.empty-deals { grid-column: 1 / -1; margin: 0; padding: 26px; border: 1px dashed var(--line); border-radius: 8px; color: #68807c; background: white; }
footer { padding: 28px 24px; color: #6c817d; background: white; border-top: 1px solid var(--line); text-align: center; font-size: 12px; }
@media (max-width: 800px) {
  .hero, .access-grid, .audience-strip { grid-template-columns: 1fr; }
  .hero { gap: 34px; }
  .sign-in-card { position: static; }
  main { padding-top: 42px; }
  h1 { font-size: 48px; }
  .site-link { font-size: 12px; }
  .header-nav { gap: 12px; }
  .deals-page { padding-top: 8px; }
  .deal-grid { grid-template-columns: 1fr; }
  .deal-category-row { gap: 8px; }
  .deal-category-row button { min-height: 43px; padding: 0 12px; font-size: 14px; }
  .application-neighborhood-layout { grid-template-columns: 1fr; }
  .application-neighborhood-grid { grid-template-columns: 1fr; }
  .neighborhood-map-visual { min-height: 280px; }
}

@media (max-width: 1100px) {
  .application-neighborhood-layout { grid-template-columns: 1fr; }
}

.deals-shell {
  --old-bg: #fbfaf4;
  --old-card: #fffefb;
  --old-ink: #24342a;
  --old-muted: #6c756d;
  --old-primary: #496f43;
  --old-mist: #edf4e9;
  --old-border: #d8dfd0;
  color: var(--old-ink);
  background: var(--old-bg);
}
.deals-shell .access-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 64px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: rgba(251, 250, 244, .96);
  border-bottom: 1px solid var(--old-border);
  backdrop-filter: blur(10px);
}
.deals-shell .deals-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: var(--old-ink);
  text-decoration: none;
}
.deals-shell .access-header img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
}
.deals-shell .deals-brand span {
  font: 800 18px/1.05 Georgia, serif;
}
.deals-shell .header-nav {
  gap: 20px;
}
.deals-shell .site-link {
  color: var(--old-muted);
  font-size: 14px;
  font-weight: 650;
}
.deals-shell .site-link:hover,
.deals-shell .site-link.active {
  color: var(--old-primary);
}
.deals-shell .deals-page {
  max-width: 1180px;
  padding: 56px 24px 84px;
  background: transparent;
}
.deals-shell .deals-section {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--old-border);
}
.deals-shell .deals-section h1 {
  margin: 0;
  max-width: none;
  font: 800 31px/1.15 Georgia, serif;
  letter-spacing: 0;
}
.deals-shell .deals-copy {
  margin-top: 8px;
  color: var(--old-muted);
  font-size: 14px;
}
.deals-shell .deal-category-row {
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 22px;
  padding-bottom: 4px;
  overflow-x: auto;
}
.deals-shell .deal-category-row button {
  min-height: 38px;
  flex: 0 0 auto;
  padding: 0 12px;
  border: 1px solid var(--old-border);
  border-radius: 6px;
  color: var(--old-muted);
  background: var(--old-card);
  font-size: 14px;
  font-weight: 750;
}
.deals-shell .deal-category-row button:hover,
.deals-shell .deal-category-row button.active {
  color: var(--old-primary);
  border-color: var(--old-primary);
  background: var(--old-mist);
}
.deals-shell .deal-category-row span {
  min-width: 26px;
  height: 22px;
  color: var(--old-primary);
  background: var(--old-mist);
  font-size: 12px;
}
.deals-shell .deal-grid {
  margin-top: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.deals-shell .deal-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--old-border);
  border-radius: 8px;
  background: var(--old-card);
  box-shadow: none;
}
.deals-shell .deal-card.featured {
  grid-column: span 2;
  border-color: var(--old-primary);
  background: var(--old-mist);
  box-shadow: 0 1px 3px rgba(36, 52, 42, .06);
}
.deals-shell .deal-card.sponsored {
  border-color: var(--old-border);
  background: var(--old-card);
}
.deals-shell .deal-logo {
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 6px;
  object-fit: contain;
  padding: 4px;
}
.deals-shell .deal-tag {
  width: fit-content;
  margin-top: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  color: var(--old-primary);
  background: var(--old-mist);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}
.deals-shell .deal-card.featured .deal-tag {
  color: white;
  background: var(--old-primary);
}
.deals-shell .deal-card.sponsored .deal-tag {
  color: #8a5d17;
  background: #fff4db;
  border: 1px solid #f3d7a4;
}
.deals-shell .deal-card h2 {
  margin: 14px 0 8px;
  font: 400 20px/1.2 Georgia, serif;
  letter-spacing: 0;
}
.deals-shell .deal-card.featured h2 {
  font-size: 26px;
}
.deals-shell .deal-card p {
  color: var(--old-muted);
  font-size: 14px;
  line-height: 1.55;
}
.deals-shell .deal-phone {
  margin-top: 14px;
  color: var(--old-primary);
  font-size: 14px;
}
.deals-shell .deal-button {
  width: 100%;
  min-height: 36px;
  margin-top: auto;
  justify-content: center;
  border-radius: 6px;
  background: var(--old-primary);
  font-size: 14px;
}
.deals-shell .deal-button:hover {
  background: #3b5e39;
}
.deals-shell footer {
  color: var(--old-muted);
  background: var(--old-card);
  border-top: 1px solid var(--old-border);
}
@media (max-width: 1100px) {
  .deals-shell .deal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .deals-shell .access-header {
    align-items: center;
    height: auto;
    min-height: 64px;
    padding: 10px 16px;
  }
  .deals-shell .header-nav {
    gap: 12px;
    overflow-x: auto;
  }
  .deals-shell .header-nav .site-link:not(.active) {
    display: none;
  }
  .deals-shell .deals-brand span {
    font-size: 16px;
  }
  .deals-shell .deals-page {
    padding-top: 38px;
  }
  .deals-shell .deal-grid,
  .deals-shell .deal-card.featured {
    grid-template-columns: 1fr;
    grid-column: auto;
  }
}

.beaches-shell {
  --beach-bg: #fbfaf4;
  --beach-ink: #20352f;
  --beach-muted: #65756f;
  --beach-blue: #2d728f;
  --beach-green: #496f43;
  background: var(--beach-bg);
}
.beaches-page {
  max-width: 1060px;
  padding: 42px 24px 86px;
}
.beach-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  margin-bottom: 34px;
}
.beach-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--old-border);
}
.beach-hero h1 {
  max-width: 920px;
  margin: 10px 0 16px;
  color: var(--beach-ink);
  font: 800 clamp(42px, 6vw, 76px)/.98 Georgia, serif;
  letter-spacing: 0;
}
.beach-lede {
  max-width: 790px;
  margin: 0;
  color: var(--beach-muted);
  font-size: 20px;
  line-height: 1.65;
}
.beach-intro {
  display: grid;
  gap: 16px;
  max-width: 820px;
  margin: 0 0 52px;
}
.beach-intro p {
  margin: 0;
  color: var(--beach-muted);
  font-size: 17px;
  line-height: 1.75;
}
.section-heading {
  margin-bottom: 22px;
}
.section-heading h2,
.unlock-panel h2 {
  margin: 8px 0 0;
  color: var(--beach-ink);
  font: 650 34px/1.12 Georgia, serif;
  letter-spacing: 0;
}
.ranked-beaches {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: beach-rank;
  border-top: 1px solid var(--old-border);
}
.ranked-beaches li {
  position: relative;
  min-height: 180px;
  padding: 30px 0 30px 78px;
  counter-increment: beach-rank;
  border-bottom: 1px solid var(--old-border);
}
.ranked-beaches li::before {
  content: counter(beach-rank);
  position: absolute;
  left: 0;
  top: 32px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #cdd7ca;
  border-radius: 50%;
  color: var(--beach-green);
  background: #f2f7ed;
  font: 700 21px/1 Georgia, serif;
}
.ranked-beaches h3 {
  margin: 0 0 10px;
  color: var(--beach-ink);
  font: 650 28px/1.2 Georgia, serif;
  letter-spacing: 0;
}
.ranked-beaches p {
  max-width: 780px;
  margin: 0;
  color: var(--beach-muted);
  font-size: 16px;
  line-height: 1.72;
}
.ranked-beaches span {
  display: inline-flex;
  margin-top: 14px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #365d5b;
  background: #e8f2ef;
  font-size: 13px;
  font-weight: 760;
}
.unlock-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
  margin: 58px 0;
  padding: 28px;
  border: 1px solid #cfded9;
  border-radius: 8px;
  background: #ffffff;
}
.unlock-panel p:not(.eyebrow),
.unlock-result {
  margin: 12px 0 0;
  color: var(--beach-muted);
  font-size: 15px;
  line-height: 1.65;
}
.unlock-panel form {
  margin: 0;
}
.unlock-panel label {
  margin-top: 0;
  color: var(--beach-ink);
}
.unlock-panel button {
  background: var(--beach-green);
}
.unlock-panel button:hover {
  background: #3b5e39;
}
.unlock-result {
  padding: 11px;
  border-radius: 6px;
  background: #eef7ed;
}
.unlock-result.error,
.beach-loading.error {
  color: #8b352d;
  background: #fff0ed;
}
.full-beach-section {
  margin-top: 50px;
}
.full-beach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.full-beach-card {
  padding: 18px;
  border: 1px solid var(--old-border);
  border-radius: 8px;
  background: white;
}
.full-beach-card > div:first-child {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
}
.full-beach-card span {
  flex: 0 0 auto;
  color: var(--beach-blue);
  font-size: 12px;
  font-weight: 800;
}
.full-beach-card h3 {
  margin: 0;
  color: var(--beach-ink);
  font: 500 22px/1.2 Georgia, serif;
}
.full-beach-card p,
.full-beach-card dd {
  color: var(--beach-muted);
  font-size: 14px;
  line-height: 1.58;
}
.full-beach-card p {
  margin: 12px 0 0;
}
.full-beach-card dl {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
}
.full-beach-card dl div {
  padding-top: 10px;
  border-top: 1px solid #edf1ec;
}
.full-beach-card dt {
  color: #40544e;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}
.full-beach-card dd {
  margin: 4px 0 0;
}
.beach-loading {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  border: 1px dashed var(--old-border);
  border-radius: 8px;
  color: var(--beach-muted);
  background: white;
}
@media (max-width: 800px) {
  .beaches-page {
    padding-top: 28px;
  }
  .beach-hero img {
    aspect-ratio: 4 / 3;
  }
  .beach-hero h1 {
    font-size: 44px;
  }
  .beach-lede {
    font-size: 17px;
  }
  .ranked-beaches li {
    padding-left: 54px;
  }
  .ranked-beaches li::before {
    width: 36px;
    height: 36px;
    font-size: 17px;
  }
  .ranked-beaches h3 {
    font-size: 24px;
  }
  .unlock-panel,
  .full-beach-grid {
    grid-template-columns: 1fr;
  }
}
