:root {
  --sn-ink: #1f2d25;
  --sn-forest: #124737;
  --sn-forest-deep: #083f32;
  --sn-mint: #dceee4;
  --sn-cream: #f3ecde;
  --sn-paper: #fffaf1;
  --sn-coral: #d86d48;
  --sn-sky: #d9eaf2;
  --sn-line: rgba(18, 71, 55, .16);
}

body {
  background:
    linear-gradient(180deg, #f7f2e8 0, #fbfaf6 38%, #ffffff 100%) !important;
  color: var(--sn-ink);
}

.network-crisis-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 38px;
  padding: 7px 18px;
  background: var(--sn-forest-deep);
  color: #f7fff9;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
  letter-spacing: 0;
}

.network-crisis-ribbon a {
  color: #fff4df;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 900;
  white-space: nowrap;
}

.network-crisis-ribbon span:last-child {
  color: rgba(247, 255, 249, .78);
  font-weight: 650;
}

.header {
  background: rgba(247, 242, 232, .94) !important;
  border-bottom: 1px solid rgba(18, 71, 55, .12) !important;
  backdrop-filter: blur(18px);
}

.header-inner {
  max-width: 1280px !important;
}

.logo {
  gap: 10px !important;
  color: var(--sn-ink) !important;
}

.sober-brand-mark {
  border-radius: 10px !important;
  box-shadow: 0 0 0 1px rgba(18, 71, 55, .14), 0 8px 22px rgba(18, 71, 55, .12) !important;
}

.logo-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 1px !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.logo-text strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--sn-ink);
}

.logo-text small {
  font: 800 11px/1.1 Inter, system-ui, sans-serif;
  color: rgba(31, 45, 37, .58);
  text-transform: none;
}

.homepage-nav a,
.desktop-header-link {
  color: rgba(31, 45, 37, .82) !important;
}

.desktop-crisis-link {
  background: #fff1e7 !important;
  color: #8f3d25 !important;
  border-color: rgba(216, 109, 72, .22) !important;
}

.desktop-crisis-link b,
.desktop-crisis-link .material-symbols-outlined {
  color: #a94328 !important;
}

.globe-btn {
  background: #f7fbf8 !important;
  border-color: rgba(18, 71, 55, .14) !important;
}

.desktop-hero {
  overflow: hidden !important;
  max-width: 1240px !important;
  margin: 28px auto 0 !important;
  border: 1px solid rgba(18, 71, 55, .11) !important;
  border-radius: 0 !important;
  background:
    radial-gradient(800px 520px at 82% 18%, rgba(216, 109, 72, .16), transparent 60%),
    radial-gradient(700px 520px at 18% 4%, rgba(217, 234, 242, .74), transparent 62%),
    linear-gradient(135deg, #fbf5e9 0%, #f5efe2 58%, #f8f5ec 100%) !important;
  box-shadow: 0 26px 70px rgba(18, 71, 55, .09) !important;
}

.desktop-hero.has-city-hero::before {
  border-radius: 24px !important;
  box-shadow: 0 28px 70px rgba(18, 71, 55, .16) !important;
}

.desktop-kicker,
.mobile-city-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(18, 71, 55, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: var(--sn-forest) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: none;
}

.desktop-hero h2 {
  max-width: 11.2ch !important;
  color: var(--sn-ink) !important;
  font-size: clamp(50px, 5.4vw, 76px) !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
}

.hero-subhead-copy {
  max-width: 60ch !important;
  color: rgba(31, 45, 37, .72) !important;
  font-size: 17px !important;
  line-height: 1.66 !important;
}

.hero-search-card {
  border-color: rgba(18, 71, 55, .12) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 18px 46px rgba(18, 71, 55, .12) !important;
}

.hero-search-icon,
.desktop-hero-primary,
.mobile-city-primary {
  background: var(--sn-forest) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(18, 71, 55, .2) !important;
}

.desktop-hero-secondary,
.mobile-city-secondary {
  border-color: rgba(18, 71, 55, .22) !important;
  background: rgba(255, 250, 241, .72) !important;
  color: var(--sn-ink) !important;
}

.desktop-action {
  border-radius: 10px !important;
  border-color: rgba(18, 71, 55, .1) !important;
  background: rgba(255, 255, 255, .88) !important;
}

.desktop-action .material-symbols-outlined {
  background: var(--sn-mint) !important;
  color: var(--sn-forest) !important;
}

.trust-band {
  max-width: 820px !important;
  border-color: rgba(18, 71, 55, .12) !important;
  background: rgba(255, 255, 255, .78) !important;
}

.sober-product-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1240px;
  margin: 16px auto 28px;
  padding: 0 16px;
}

.sober-product-strip a,
.sober-product-strip button {
  appearance: none;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 12px;
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(18, 71, 55, .11);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  color: var(--sn-ink);
  text-align: left;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(18, 71, 55, .06);
  cursor: pointer;
}

.sober-product-strip .material-symbols-outlined {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #eef7f2;
  color: var(--sn-forest);
}

.sober-product-strip b {
  align-self: end;
  min-width: 0;
  color: var(--sn-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
}

.sober-product-strip small {
  min-width: 0;
  color: rgba(31, 45, 37, .64);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.35;
}

.sec-title,
#therapists-section .sec-title,
#aa-meetings-section .sec-title {
  color: var(--sn-ink) !important;
  letter-spacing: 0 !important;
}

.card {
  border-radius: 8px !important;
  border-color: rgba(18, 71, 55, .1) !important;
  box-shadow: 0 10px 30px rgba(18, 71, 55, .055) !important;
}

.card-photo,
.card-photo img {
  border-radius: 8px 8px 0 0 !important;
}

.datastrip {
  border-radius: 0 !important;
  background:
    radial-gradient(600px 320px at 88% 0%, rgba(216, 109, 72, .22), transparent 64%),
    var(--sn-forest-deep) !important;
}

.footer {
  background: #f7f2e8 !important;
}

@media (max-width: 980px) {
  .sober-product-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 744px) {
  .network-crisis-ribbon {
    flex-wrap: wrap;
    gap: 4px 8px;
    padding: 8px 14px;
    font-size: 11.5px;
    line-height: 1.25;
  }

  .network-crisis-ribbon span:first-child {
    flex-basis: 100%;
  }

  .header .logo {
    display: flex !important;
    min-width: 0 !important;
    flex: 0 1 auto !important;
  }

  .logo-text strong {
    font-size: 16px;
  }

  .logo-text small {
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m-search {
    margin-left: 8px !important;
  }

  .m-search-text {
    font-size: 13px !important;
  }

  .mobile-city-intro {
    display: block !important;
    min-height: 0 !important;
    padding: 26px 18px 20px !important;
    background:
      radial-gradient(420px 240px at 94% 8%, rgba(216, 109, 72, .18), transparent 64%),
      linear-gradient(150deg, #fbf5e9 0%, #f3ecde 100%) !important;
    color: var(--sn-ink) !important;
  }

  .mobile-city-kicker {
    margin-bottom: 12px !important;
    font-size: 11px !important;
  }

  .mobile-city-intro h2 {
    max-width: 11ch;
    color: var(--sn-ink) !important;
    font-size: clamp(38px, 13vw, 54px) !important;
    line-height: .98 !important;
    letter-spacing: 0 !important;
  }

  .mobile-city-intro p {
    max-width: 30rem;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .mobile-city-actions {
    gap: 9px !important;
  }

  .mobile-city-primary,
  .mobile-city-secondary {
    min-height: 42px !important;
    border-radius: 999px !important;
  }

  .mobile-city-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .mobile-city-stat {
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .72) !important;
  }

  .trust-band {
    margin: 12px 14px 6px !important;
    padding: 10px 12px !important;
    border-radius: 8px !important;
  }

  .sober-product-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 14px 24px;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .sober-product-strip a,
  .sober-product-strip button {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 3px 9px;
    flex: none;
    min-width: 0;
    min-height: 112px;
    padding: 13px 12px;
    scroll-snap-align: none;
  }

  .sober-product-strip .material-symbols-outlined {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 20px;
  }

  .sober-product-strip b {
    font-size: 13px;
  }

  .sober-product-strip small {
    font-size: 11.5px;
    line-height: 1.3;
  }

  .content-tabs {
    padding-top: 8px !important;
  }

  .card {
    border-radius: 8px !important;
  }
}
