:root {
  --font-geist: Arial, sans-serif;
  --ink: #173128;
  --ink-soft: #4f625b;
  --forest: #173b2f;
  --forest-deep: #102a22;
  --sage: #8fa693;
  --sage-pale: #dfe8df;
  --cream: #f4f0e8;
  --paper: #fbfaf7;
  --white: #ffffff;
  --terracotta: #cc7158;
  --lilac: #c6b8d7;
  --line: rgba(23, 49, 40, 0.14);
  --shadow: 0 24px 70px rgba(35, 54, 45, 0.14);
  --radius-lg: 32px;
  --radius-md: 20px;
}

/* Herpes Dating country landing preview */
.herpesAdviceHero .topicHeroCopy > p:not(.eyebrow) { max-width: 670px; }
.adviceBoundary a { color: inherit; font-weight: 800; text-underline-offset: 3px; }

.countryLandingBody { background: #f7f3ec; }
.countryLandingHero {
  position: relative;
  width: min(1380px, calc(100% - 48px));
  min-height: 610px;
  margin: 34px auto 0;
  padding: 92px clamp(36px, 7vw, 104px);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  align-items: end;
  gap: 72px;
  overflow: hidden;
  border-radius: 42px;
  background:
    radial-gradient(circle at 82% 18%, rgba(223, 195, 222, .2), transparent 30%),
    radial-gradient(circle at 16% 92%, rgba(220, 113, 85, .22), transparent 36%),
    var(--forest-deep);
  color: var(--cream);
}
.countryLandingHero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -170px;
  top: -220px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(255,255,255,.018), 0 0 0 116px rgba(255,255,255,.012);
}
.countryHeroCopy, .countryHeroNote { position: relative; z-index: 1; }
.countryHeroCopy h1 {
  max-width: 820px;
  margin: 22px 0 26px;
  color: white;
  font-family: Georgia, serif;
  font-size: clamp(3.4rem, 7vw, 7.2rem);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.065em;
}
.countryHeroCopy h1 em { color: var(--terracotta); font-weight: 400; }
.countryHeroCopy > p:not(.eyebrow) { max-width: 730px; color: #c4d4cd; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.75; }
.countryHeroActions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.countryHeroActions > a:not(.pillButton) { color: #d7e3dd; font-size: .82rem; font-weight: 800; text-underline-offset: 5px; }
.countryHeroNote {
  align-self: center;
  padding: 32px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 13px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.065);
  backdrop-filter: blur(10px);
}
.countryHeroNote span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: #e9c3bb;
  font-size: .68rem;
  font-weight: 900;
}
.countryHeroNote strong { align-self: center; color: white; font-size: .92rem; letter-spacing: .02em; }
.countryHeroNote i { grid-column: 1; width: 1px; height: 20px; margin: -5px 0 -5px 18px; background: rgba(255,255,255,.2); }

.countryNavigator { width: min(1240px, calc(100% - 48px)); margin: 104px auto 86px; }
.countryHeading { max-width: 760px; margin-bottom: 42px; }
.countryHeading h2 { margin: 12px 0 16px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.9rem); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.countryHeading > p:not(.eyebrow) { max-width: 680px; color: var(--ink-soft); line-height: 1.75; }
.countryNavGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.countryNavCard {
  position: relative;
  min-height: 220px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(22,62,51,.12);
  border-radius: 30px;
  color: var(--forest);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.countryNavCard:hover { transform: translateY(-5px); box-shadow: 0 22px 44px rgba(24,56,47,.12); }
.countryNavCard > span { position: absolute; top: 26px; left: 30px; font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.countryNavCard strong { font-family: Georgia, serif; font-size: clamp(1.9rem, 3vw, 3rem); font-weight: 400; letter-spacing: -.04em; }
.countryNavCard small { margin-top: 9px; color: var(--ink-soft); font-weight: 700; }
.countryNavCard i { position: absolute; right: 26px; top: 23px; font-family: Georgia, serif; font-size: 1.8rem; font-style: normal; }
.countryNav1 { background: #f4dfd5; }
.countryNav2 { background: #dfe9e3; }
.countryNav3 { background: #e8e3d4; }

.countryAtlas { width: min(1380px, calc(100% - 48px)); margin: 0 auto; display: grid; gap: 34px; }
.countryPanel {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  border: 1px solid rgba(22,62,51,.1);
  border-radius: 40px;
  box-shadow: 0 18px 70px rgba(31,56,47,.08);
  scroll-margin-top: 110px;
}
.countryPanel1 { background: #f7e7de; }
.countryPanel2 { background: #dfe9e3; }
.countryPanel3 { background: #ebe4d4; }
.countryPanel:nth-child(even) .countryPanelMedia { order: 2; }
.countryPanelMedia { min-height: 650px; overflow: hidden; }
.countryPanelMedia img { width: 100%; height: 100%; display: block; object-fit: cover; }
.countryPanelContent { padding: clamp(40px, 6vw, 86px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.countryPanelLabel { width: 100%; margin-bottom: 34px; padding-bottom: 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(22,62,51,.15); }
.countryPanelLabel span { color: var(--terracotta); font-size: .76rem; font-weight: 900; letter-spacing: .18em; }
.countryPanelLabel small { color: var(--ink-soft); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.countryPanelContent h2 { max-width: 540px; margin: 0; color: var(--forest); font-family: Georgia, serif; font-size: clamp(2.6rem, 5vw, 5.3rem); font-weight: 400; line-height: .92; letter-spacing: -.06em; }
.countryPanelContent > p { max-width: 570px; margin: 24px 0 30px; color: var(--ink-soft); line-height: 1.75; }
.countryRoutes { width: 100%; margin: 0 0 34px; padding: 0; list-style: none; border-top: 1px solid rgba(22,62,51,.14); }
.countryRoutes li { padding: 17px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-bottom: 1px solid rgba(22,62,51,.14); }
.countryRoutes li > div { display: flex; flex-direction: column; gap: 4px; }
.countryRoutes strong { color: var(--forest); font-size: .94rem; }
.countryRoutes span { color: #738279; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.countryPanelContent .pillButton { max-width: 100%; text-align: center; }

.countryEditorialNote {
  width: min(1180px, calc(100% - 48px));
  margin: 100px auto;
  padding: 56px 0;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 90px;
  border-top: 1px solid rgba(22,62,51,.16);
  border-bottom: 1px solid rgba(22,62,51,.16);
}
.countryEditorialNote span { color: var(--terracotta); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.countryEditorialNote h2 { max-width: 760px; margin: 14px 0 0; color: var(--forest); font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4.2rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.countryEditorialNote > p { margin: 0; color: var(--ink-soft); line-height: 1.75; }
.countryCta { margin-top: 0; }

@media (max-width: 980px) {
  .countryLandingHero { grid-template-columns: 1fr; gap: 44px; min-height: 0; padding-top: 74px; }
  .countryHeroNote { max-width: 520px; }
  .countryNavGrid { grid-template-columns: 1fr; }
  .countryNavCard { min-height: 180px; }
  .countryPanel { grid-template-columns: 1fr; }
  .countryPanel:nth-child(even) .countryPanelMedia { order: 0; }
  .countryPanelMedia { min-height: 450px; }
  .countryEditorialNote { grid-template-columns: 1fr; align-items: start; gap: 32px; }
}

@media (max-width: 620px) {
  .countryLandingHero,
  .countryNavigator,
  .countryAtlas,
  .countryEditorialNote { width: min(100% - 28px, 1380px); }
  .countryLandingHero { margin-top: 18px; padding: 58px 24px 32px; border-radius: 28px; }
  .countryHeroCopy h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .countryHeroActions { align-items: flex-start; flex-direction: column; }
  .countryNavigator { margin-top: 74px; }
  .countryPanel { min-height: 0; border-radius: 28px; }
  .countryPanelMedia { min-height: 300px; }
  .countryPanelContent { padding: 34px 24px 38px; }
  .countryPanelLabel { align-items: flex-start; flex-direction: column; gap: 8px; }
  .countryRoutes li { grid-template-columns: 1fr; gap: 10px; }
  .countryRoutes li > div:last-child { padding-left: 14px; border-left: 2px solid rgba(220,113,85,.35); }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist), Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--sage-pale); color: var(--forest); }

.skipLink {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--white);
}
.skipLink:focus { top: 16px; }

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 240, 232, 0.88);
  border-bottom: 1px solid rgba(23, 49, 40, 0.08);
  backdrop-filter: blur(18px);
}
.navShell {
  width: min(1280px, calc(100% - 48px));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-size: 1.25rem;
  font-weight: 780;
  letter-spacing: -0.04em;
  text-decoration: none;
}
.brandMark {
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 22%;
  object-fit: cover;
}
.brandAccent { color: var(--terracotta); }
.desktopNav { display: flex; align-items: center; gap: 48px; }
.desktopNav a, .textButton {
  color: var(--ink);
  font-size: 0.91rem;
  font-weight: 600;
  text-decoration: none;
}
.desktopNav a:hover, .textButton:hover { color: var(--terracotta); }
.desktopNav a[aria-current="page"] { color: var(--terracotta); }
.staticNav span {
  color: var(--ink);
  font-size: .91rem;
  font-weight: 600;
  cursor: default;
}
.navActions { display: flex; align-items: center; gap: 18px; }
.pillButton {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  background: var(--forest);
  color: var(--white);
  font-weight: 720;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}
.pillButton:hover { transform: translateY(-2px); background: var(--forest-deep); }
.pillButton.small { min-height: 42px; padding: 0 18px; font-size: 0.9rem; }
.mobileMenu { display: none; position: relative; }

.hero {
  position: relative;
  width: min(1360px, calc(100% - 48px));
  min-height: 720px;
  margin: 0 auto;
  padding: 74px 0 70px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 70px;
}
.heroGlow {
  position: absolute;
  width: 520px;
  height: 520px;
  left: -320px;
  top: 50px;
  border-radius: 50%;
  background: rgba(198, 184, 215, 0.3);
  filter: blur(2px);
  pointer-events: none;
}
.heroCopy { position: relative; z-index: 2; padding-left: 40px; }
.eyebrow {
  margin: 0 0 18px;
  color: #557566;
  font-size: 0.77rem;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.eyebrowDot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--terracotta);
}
.hero h1 {
  max-width: 700px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 6.1vw, 6.9rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.94;
}
.hero h1 em { color: var(--terracotta); font-weight: 400; }
.heroLead {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 1.14rem;
}
.heroActions { margin-top: 32px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.softLink { font-size: 0.95rem; font-weight: 700; text-decoration: none; }
.softLink span { margin-left: 7px; color: var(--terracotta); }
.trustList { display: flex; flex-wrap: wrap; gap: 18px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 0.83rem; }
.trustList span { color: #53735e; font-weight: 800; }
.heroVisual { position: relative; min-width: 0; padding: 20px 32px 28px 0; }
.imageFrame {
  position: relative;
  overflow: hidden;
  border-radius: 220px 220px 32px 32px;
  box-shadow: var(--shadow);
  aspect-ratio: 0.92;
  background: var(--sage-pale);
}
.imageFrame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(12, 38, 29, 0.14));
}
.imageFrame img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.floatingCard {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 44px rgba(33, 49, 40, 0.16);
  backdrop-filter: blur(12px);
}
.floatingCard strong, .floatingCard small { display: block; }
.floatingCard strong { font-size: 0.86rem; }
.floatingCard small { color: var(--ink-soft); font-size: 0.72rem; }
.floatingTop { top: 13%; left: -38px; }
.floatingBottom { right: -5px; bottom: 5%; }
.miniIcon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--sage-pale); font-size: 1.2rem; }
.matchFaces { display: flex; min-width: 68px; }
.matchFaces i { display: grid; width: 30px; height: 30px; margin-left: -7px; place-items: center; border: 2px solid white; border-radius: 50%; background: var(--terracotta); color: white; font-size: 0.7rem; font-style: normal; }
.matchFaces i:first-child { margin-left: 0; background: var(--forest); }
.matchFaces i:last-child { background: #8c789e; }

.principles {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto 110px;
  padding: 26px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.principles article { display: flex; align-items: center; gap: 15px; padding: 4px 30px; border-right: 1px solid var(--line); }
.principles article:first-child { padding-left: 0; }
.principles article:last-child { border-right: 0; }
.principleIcon { display: grid; flex: 0 0 auto; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--sage-pale); color: var(--forest); font-size: 1.25rem; }
.principles strong { display: block; font-size: 0.94rem; }
.principles p { margin: 2px 0 0; color: var(--ink-soft); font-size: 0.8rem; }

.section { width: min(1200px, calc(100% - 48px)); margin: 120px auto; }
.sectionHeading h2, .aboutBand h2, .joinSection h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1;
}
.sectionHeading > p:not(.eyebrow) { color: var(--ink-soft); }
.splitHeading { display: grid; grid-template-columns: 1.15fr 0.72fr; align-items: end; gap: 80px; }
.splitHeading > p { margin: 0 0 8px; font-size: 1rem; }
.centered { max-width: 780px; margin: 0 auto 56px; text-align: center; }
.centered > p:not(.eyebrow) { margin-bottom: 0; }

.profileToolbar { margin: 52px 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.filterGroup { display: flex; flex-wrap: wrap; gap: 8px; }
.filterChip { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; }
.filterChip:hover, .filterChip.active { border-color: var(--forest); background: var(--forest); color: white; }
.profileToolbar > a { color: var(--terracotta); font-size: 0.9rem; font-weight: 750; text-decoration: none; }
.profileGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.profileCard { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; transition: transform 180ms ease, box-shadow 180ms ease; }
.profileCard:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(23, 49, 40, 0.1); }
.profilePortrait { position: relative; display: grid; min-height: 250px; place-items: center; overflow: hidden; }
.profilePortrait::before, .profilePortrait::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.22); }
.profilePortrait::before { width: 190px; height: 190px; right: -42px; top: -40px; }
.profilePortrait::after { width: 140px; height: 140px; left: -40px; bottom: -32px; }
.profilePortrait span { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 4.2rem; color: white; letter-spacing: -0.08em; }
.profilePortrait small { position: absolute; z-index: 1; left: 15px; bottom: 13px; padding: 4px 8px; border-radius: 99px; background: rgba(255,255,255,.76); color: var(--ink); font-size: 0.65rem; }
.profilePortrait.sunset { background: linear-gradient(145deg, #d78568, #e9b494); }
.profilePortrait.sage { background: linear-gradient(145deg, #587b69, #9db19d); }
.profilePortrait.lilac { background: linear-gradient(145deg, #867399, #c8bad8); }
.profilePortrait.sand { background: linear-gradient(145deg, #a98d68, #d6c0a1); }
.profileBody { padding: 20px; }
.profileName { display: flex; align-items: center; justify-content: space-between; }
.profileName h2, .profileName h3 { margin: 0; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.onlineDot { width: 8px; height: 8px; border-radius: 50%; background: #62a06c; box-shadow: 0 0 0 4px #e6f1e7; }
.profileBody p { color: var(--ink-soft); font-size: 0.88rem; }
.profileBody .location { margin: 4px 0 14px; font-size: 0.76rem; font-weight: 650; letter-spacing: 0.05em; text-transform: uppercase; }
.profileBody a { display: inline-block; margin-top: 4px; color: var(--terracotta); font-size: 0.84rem; font-weight: 750; text-decoration: none; }

.intentSection {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}
.intentIntro { position: sticky; top: 112px; }
.intentIntro h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.5vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: 1;
}
.queryQuote { margin: 26px 0 0; color: var(--ink-soft); font-size: 1rem; }
.queryQuote strong { color: var(--terracotta); font-weight: 700; }
.intentGrid { display: grid; gap: 14px; }
.intentGrid article { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.intentGrid span { color: var(--terracotta); font-size: .72rem; font-weight: 800; }
.intentGrid h3 { margin: 28px 0 8px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.intentGrid p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.howItWorks { padding: 96px 70px; border-radius: 40px; background: var(--cream); }
.stepsGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stepsGrid article { position: relative; min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, 0.68); }
.stepNumber { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--sage-pale); font-size: 0.77rem; font-weight: 750; }
.stepsGrid h3 { margin: 50px 0 12px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.stepsGrid p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; }

.aboutBand { margin: 120px 0; padding: 110px 24px; background: var(--forest); color: var(--cream); }
.aboutGrid { width: min(1120px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.45fr 0.7fr; align-items: center; gap: 100px; }
.eyebrow.light { color: #b7cbbd; }
.aboutLead { max-width: 760px; margin: 28px 0 36px; color: #cedbd1; font-size: 1.05rem; }
.aboutColumns { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.16); }
.aboutColumns h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.aboutColumns p { margin: 0; color: #bdcec2; font-size: 0.9rem; }
.lightLink { display: inline-block; margin-top: 36px; color: white; font-size: 0.9rem; font-weight: 700; text-decoration: none; }
.factCard { padding: 34px; border: 1px solid rgba(255,255,255,.28); border-radius: 30px 30px 90px 30px; background: var(--cream); color: var(--ink); box-shadow: 30px 30px 0 rgba(143,166,147,.18); }
.factLabel { display: block; color: #5c7368; font-size: 0.72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.factCard strong { display: block; margin: 18px 0 0; color: var(--terracotta); font-family: Georgia, serif; font-size: 6.8rem; font-weight: 400; letter-spacing: -.08em; line-height: .95; }
.factCard p { margin: 16px 0 24px; color: var(--ink-soft); }
.factCard a { color: var(--forest); font-size: .86rem; font-weight: 750; }
.factCard small { display: block; margin-top: 18px; color: #75877e; font-size: .7rem; }

.safetyGrid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; background: var(--line); }
.safetyGrid article { min-height: 240px; padding: 28px; background: var(--paper); }
.safetyGrid span { color: var(--terracotta); font-size: .72rem; font-weight: 800; }
.safetyGrid h3 { margin: 54px 0 10px; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 500; }
.safetyGrid p { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.healthNote { margin-top: 20px; display: flex; align-items: flex-start; gap: 14px; padding: 18px 22px; border-radius: 14px; background: var(--sage-pale); }
.healthNote > span { display: grid; flex: 0 0 auto; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-family: Georgia, serif; font-style: italic; }
.healthNote p { margin: 1px 0 0; color: #465b52; font-size: .84rem; }
.healthNote a { font-weight: 700; }
.editorialBar { margin-top: 14px; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.editorialBar strong { display: block; font-size: .87rem; }
.editorialBar p { max-width: 800px; margin: 5px 0 0; color: var(--ink-soft); font-size: .78rem; }
.editorialBar > span { flex: 0 0 auto; color: #6e8077; font-size: .72rem; }

.faqList { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.faqList details { border-bottom: 1px solid var(--line); }
.faqList summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; list-style: none; cursor: pointer; font-size: 1.02rem; font-weight: 650; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { color: var(--terracotta); font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; transition: transform 160ms ease; }
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList details p { max-width: 760px; margin: -4px 0 24px; color: var(--ink-soft); font-size: .92rem; }

.joinSection { width: min(1280px, calc(100% - 48px)); margin: 130px auto 0; padding: 76px; display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 80px; border-radius: 38px; background: var(--terracotta); color: white; }
.joinSection h2 { max-width: 720px; }
.joinCopy > p:last-child { max-width: 600px; margin: 24px 0 0; color: #ffe9e2; }
.joinForm { padding: 28px; border-radius: 24px; background: white; color: var(--ink); box-shadow: 0 20px 55px rgba(87, 40, 28, .16); }
.joinForm label { display: block; margin-bottom: 14px; font-size: .77rem; font-weight: 750; }
.joinForm input { width: 100%; height: 48px; margin-top: 6px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); outline: 0; }
.joinForm input:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(143,166,147,.25); }
.joinForm .pillButton { width: 100%; margin-top: 6px; }
.joinForm small { display: block; margin-top: 10px; color: #718078; text-align: center; font-size: .68rem; }
.pillButton.cream { border-color: var(--forest); background: var(--forest); }
.joinSuccess { padding: 30px; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 16px; border-radius: 24px; background: white; color: var(--ink); }
.joinSuccess > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--sage-pale); }
.joinSuccess strong { display: block; margin-top: 3px; }
.joinSuccess p { color: var(--ink-soft); font-size: .86rem; }
.joinSuccess button { grid-column: 2; width: max-content; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--terracotta); cursor: pointer; }

.siteFooter { margin-top: 70px; padding: 70px 24px 26px; background: var(--forest-deep); color: var(--cream); }
.footerTop { width: min(1200px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.6fr repeat(3, .65fr); gap: 50px; }
.footerBrand { color: white; }
.footerTop > div:first-child p { max-width: 330px; color: #aebfb5; font-size: .86rem; }
.footerTop h3 { margin: 8px 0 18px; color: #8fa697; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.footerTop > div:not(:first-child) a { display: block; margin: 10px 0; color: #d9e3dc; font-size: .83rem; text-decoration: none; }
.footerBottom { width: min(1200px, 100%); margin: 50px auto 0; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8fa297; font-size: .72rem; }

/* Simplified homepage */
.simplifiedHero { min-height: 700px; padding-top: 96px; }
.softStatement { color: var(--ink-soft); font-size: .82rem; font-weight: 650; }
.networkProof { position: relative; overflow: hidden; padding: 92px 24px 28px; background: var(--forest-deep); color: var(--cream); }
.networkProof::before { content: ""; position: absolute; width: 520px; height: 520px; left: -210px; bottom: -310px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.014); }
.proofShell { position: relative; z-index: 1; width: min(1240px, 100%); margin: 0 auto; display: grid; grid-template-columns: .72fr 1.28fr; align-items: stretch; gap: 70px; }
.proofHeading { padding: 22px 0; display: flex; flex-direction: column; align-items: flex-start; }
.proofHeading h2 { max-width: 500px; margin: 0; font-family: Georgia, serif; font-size: clamp(3.25rem, 5vw, 5.6rem); font-weight: 400; letter-spacing: -.06em; line-height: .94; }
.proofHeading > p:not(.eyebrow) { max-width: 430px; margin: 28px 0 0; color: #b9c9c0; }
.proofStamp { margin-top: auto; padding: 9px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #a9bcb1; font-size: .69rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.statsGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.statsGrid article { position: relative; overflow: hidden; min-height: 210px; padding: 26px 28px; display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: #f5f0e6; color: var(--forest); }
.statsGrid article:nth-child(2), .statsGrid article:nth-child(3) { background: #dfe8df; }
.statsGrid article:nth-child(4) { background: var(--terracotta); color: white; }
.statIndex { position: absolute; left: 26px; top: 21px; color: currentColor; font-size: .67rem; font-weight: 800; letter-spacing: .12em; opacity: .58; }
.statIcon { position: absolute; display: grid; width: 48px; height: 48px; right: 20px; top: 18px; place-items: center; border: 1px solid rgba(23,49,40,.12); border-radius: 50%; color: currentColor; font-size: 1.22rem; }
.statIcon.people::before { content: "✦"; }
.statIcon.chat::before { content: "•••"; letter-spacing: 1px; }
.statIcon.read::before { content: "≡"; font-size: 1.8rem; }
.statIcon.heart::before { content: "♡"; font-size: 1.7rem; }
.statsGrid strong { display: inline-flex; align-items: baseline; white-space: nowrap; font-family: "Avenir Next", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; font-size: clamp(2.65rem, 3.7vw, 4.15rem); font-weight: 720; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1; letter-spacing: -.065em; line-height: .92; }
.statsGrid p { max-width: 210px; margin: 9px 0 0; color: currentColor; font-size: .81rem; opacity: .72; }
.dataNote { position: relative; z-index: 1; width: min(1240px, 100%); margin: 24px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #81978a; font-size: .66rem; text-align: right; }

.dedicatedIntro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 90px; align-items: start; }
.dedicatedIntro h2, .productCopy h2, .membershipIntro h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 4.8vw, 5rem); font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.richCopy p { margin: 0 0 20px; color: var(--ink-soft); font-size: 1rem; }
.richCopy strong { color: var(--forest); }

.memberShowcase { width: min(1280px, calc(100% - 48px)); }
.memberHeading { margin-bottom: 52px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.memberHeading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(3.5rem, 6vw, 6.4rem); font-weight: 400; letter-spacing: -.065em; line-height: .9; }
.memberHeading h2 em { color: var(--terracotta); font-weight: 400; }
.memberHeading > p { margin: 0 0 8px; color: var(--ink-soft); }
.memberGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: start; }
.memberCard { overflow: hidden; border: 1px solid var(--line); border-radius: 140px 140px 24px 24px; background: white; box-shadow: 0 18px 45px rgba(31,54,44,.06); }
.memberCard:nth-child(even) { margin-top: 34px; }
.memberPhoto { position: relative; overflow: hidden; aspect-ratio: .78; background: var(--sage-pale); }
.memberPhoto::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(11,34,26,.45)); pointer-events: none; }
.memberPhoto img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; transition: transform 450ms ease; }
.memberCard:hover .memberPhoto img { transform: scale(1.025); }
.memberNumber { position: absolute; z-index: 2; left: 22px; top: 22px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(255,255,255,.78); color: var(--forest); font-size: .66rem; font-weight: 800; backdrop-filter: blur(10px); }
.memberStatus { position: absolute; z-index: 2; right: 18px; bottom: 16px; display: inline-flex; align-items: center; gap: 7px; color: white; font-size: .67rem; font-weight: 750; }
.memberStatus i { width: 7px; height: 7px; border-radius: 50%; background: #9ee0ad; box-shadow: 0 0 0 4px rgba(158,224,173,.18); }
.memberContent { padding: 24px 22px 25px; }
.memberNameRow { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.memberNameRow h3 { margin: 0; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; letter-spacing: -.035em; }
.memberNameRow > span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-size: .63rem; }
.memberLocation { margin: 2px 0 18px; color: var(--terracotta); font-size: .71rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.memberNote { min-height: 88px; margin: 0; color: var(--ink-soft); font-size: .84rem; }
.memberTags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.memberTags span { padding: 6px 9px; border-radius: 999px; background: var(--cream); color: #51645b; font-size: .64rem; }
.illustrationNote { margin: 28px 0 0; color: #738179; font-size: .67rem; text-align: right; }

.productStory { width: min(1280px, calc(100% - 48px)); margin: 120px auto; padding: 34px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; border-radius: 36px; background: var(--forest); color: var(--cream); }
.productImage { overflow: hidden; border-radius: 26px; background: var(--sage-pale); }
.productImage img { display: block; width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.productCopy { padding: 30px 40px 30px 0; }
.productCopy .eyebrow { color: #b9cbbf; }
.productCopy p:not(.eyebrow) { margin: 26px 0 0; color: #cbd9d0; }
.productTags { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 9px; }
.productTags span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #e4ece6; font-size: .76rem; }

.toolsSection { padding-top: 10px; }
.toolsGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.toolsGrid article { min-height: 230px; padding: 26px 28px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.toolsGrid article > span { color: var(--terracotta); font-size: .72rem; font-weight: 800; }
.toolsGrid h3 { margin: 40px 0 10px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.toolsGrid p { margin: 0; color: var(--ink-soft); font-size: .88rem; }

.membershipPanel { width: min(1280px, calc(100% - 48px)); margin: 120px auto; padding: 74px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; border-radius: 38px; background: var(--cream); }
.membershipIntro > p:last-child { color: var(--ink-soft); }
.membershipColumns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.membershipColumns article { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); }
.listLabel { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.listLabel.positive { background: var(--sage-pale); color: var(--forest); }
.listLabel.neutral { background: #eadfd6; color: #7d4d3e; }
.membershipColumns ul { margin: 24px 0 0; padding-left: 18px; }
.membershipColumns li { margin: 12px 0; color: var(--ink-soft); font-size: .86rem; }

.successStories { margin: 130px 0 0; padding: 105px 24px 80px; background: var(--terracotta); color: white; }
.storiesIntro { width: min(1200px, 100%); margin: 0 auto 54px; display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: end; }
.storiesIntro h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(3.4rem, 5.5vw, 6rem); font-weight: 400; letter-spacing: -.06em; line-height: .92; }
.storiesIntro h2 em { color: #f6ded5; font-weight: 400; }
.storiesIntro > p:last-child { max-width: 470px; margin: 0 0 7px; color: #ffe7df; }
.successStoryGrid { width: min(1200px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.successStoryCard { overflow: hidden; display: flex; flex-direction: column; border-radius: 26px; background: #fffdf8; color: var(--forest); box-shadow: 0 22px 60px rgba(86,38,25,.13); }
.successStoryCard:nth-child(2) { transform: translateY(24px); }
.successStoryImage { position: relative; overflow: hidden; aspect-ratio: 1.25; background: var(--sage-pale); }
.successStoryImage img { display: block; width: 100%; height: 100%; object-fit: cover; }
.successStoryImage::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(18,44,35,.44)); }
.successStoryImage span { position: absolute; z-index: 2; left: 20px; bottom: 18px; color: white; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.successStoryCopy { flex: 1; padding: 28px; display: flex; flex-direction: column; }
.storyPlace { margin: 0; color: var(--terracotta); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.successStoryCopy h3 { margin: 14px 0 16px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.successStoryCopy > p:not(.storyPlace) { margin: 0; color: var(--ink-soft); font-size: .84rem; }
.successStoryCopy strong { margin-top: auto; padding-top: 24px; color: var(--forest); font-size: .79rem; }
.storyDisclaimer { width: min(1200px, 100%); margin: 48px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); color: #f7d7ce; font-size: .67rem; text-align: right; }

.homepageFaq { margin-bottom: 130px; }
.editorialFooter { margin-top: 0; padding-top: 84px; background: #0f2935; }
.editorialFooter .footerTop { grid-template-columns: 1.55fr repeat(3, .75fr); gap: 70px; }
.editorialFooter .footerBrand { color: white; }
.editorialFooter .brandMark { background: transparent; }
.editorialFooter .footerBrandColumn p { max-width: 380px; margin: 25px 0 22px; color: #b9cbd4; font-size: .93rem; }
.adultBadge { display: inline-flex; width: max-content; padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #9cb7c2; font-size: .65rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.editorialFooter .footerTop > div:not(:first-child) { padding-top: 8px; }
.editorialFooter .footerTop strong { display: block; margin-bottom: 24px; color: white; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.editorialFooter .footerTop > div:not(:first-child) a,
.editorialFooter .footerTop > div:not(:first-child) span { display: block; margin: 12px 0; color: #bdd0d9; font-size: .84rem; text-decoration: none; }
.editorialFooter .footerTop > div:not(:first-child) a:hover { color: white; }

/* Multi-page editorial and product pages */
.pageHero {
  width: min(1280px, calc(100% - 48px));
  min-height: 520px;
  margin: 0 auto;
  padding: 100px 40px 86px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr);
  align-items: end;
  gap: 80px;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 8% 20%, rgba(198, 184, 215, .28), transparent 35%);
}
.pageHero h1 {
  max-width: 930px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 6.4vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .96;
}
.pageHero h1 em { color: var(--terracotta); font-weight: 400; }
.pageLead { max-width: 760px; margin: 28px 0 0; color: var(--ink-soft); font-size: 1.12rem; }
.pageHeroAside { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.7); }
.pageHeroAside strong { display: block; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.pageHeroAside p { margin: 10px 0 0; color: var(--ink-soft); font-size: .88rem; }
.pageHeroAside a { color: var(--terracotta); font-weight: 750; text-decoration: none; }
.compactTop { margin-top: 82px; }
.dataLabel { color: var(--ink-soft); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.featureSplit, .sourcePolicy {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 80px;
  align-items: start;
}
.featureSplit h2, .sourcePolicy h2, .formPage h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4.5vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: 1;
}
.miniFeatureList { display: grid; gap: 12px; }
.miniFeatureList article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.miniFeatureList article:first-child { padding-top: 0; }
.miniFeatureList span { color: var(--terracotta); font-size: .75rem; font-weight: 800; }
.miniFeatureList h3 { margin: 0 0 6px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.miniFeatureList p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.processGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.processGrid article { min-height: 280px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: white; }
.processGrid article > span, .safeguardGrid article > span { color: var(--terracotta); font-size: .74rem; font-weight: 800; }
.processGrid h2, .safeguardGrid h2 { margin: 58px 0 10px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; line-height: 1.1; }
.processGrid p, .safeguardGrid p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.softPanel { padding: 70px; border-radius: 34px; background: var(--cream); }
.checkList { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.checkList li { display: flex; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.checkList span { color: var(--terracotta); font-weight: 800; }

.comparisonSection { max-width: 1120px; }
.comparisonTable { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: white; }
.comparisonRow { display: grid; grid-template-columns: .7fr 1fr 1.2fr; }
.comparisonRow > * { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.comparisonRow > *:last-child { border-right: 0; }
.comparisonRow:last-child > * { border-bottom: 0; }
.comparisonRow span { color: var(--ink-soft); font-size: .88rem; }
.comparisonRow strong { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 500; }
.comparisonHead { background: var(--forest); color: white; }
.comparisonHead span { color: white; font-size: .74rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.editorialCallout { display: flex; align-items: flex-start; gap: 14px; padding: 24px 28px; border-left: 4px solid var(--terracotta); background: var(--cream); }
.editorialCallout p { margin: 0; color: var(--ink-soft); }

.storyGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.storyCard { min-height: 470px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 28px; background: white; }
.storyCard > span { color: var(--terracotta); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.storyCard h2 { margin: 52px 0 20px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1.05; }
.storyCard p { color: var(--ink-soft); font-size: .92rem; }
.storyCard > strong { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); font-size: .84rem; }
.sourcePolicy { padding: 70px; border-radius: 34px; background: var(--forest); color: var(--cream); }
.sourcePolicy p { color: #c9d7ce; }

.guideLayout { width: min(1120px, calc(100% - 48px)); margin: 90px auto 120px; display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 80px; }
.guideToc { position: sticky; top: 110px; height: max-content; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.guideToc strong { display: block; margin-bottom: 12px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.guideToc a { display: block; padding: 9px 0; color: var(--ink-soft); font-size: .84rem; text-decoration: none; }
.guideToc a:hover { color: var(--terracotta); }
.guideBody { min-width: 0; }
.guideBody section { padding: 0 0 72px; margin-bottom: 72px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.guideBody section:last-child { margin-bottom: 0; border-bottom: 0; }
.guideBody h2 { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; }
.guideBody p, .guideBody li { color: var(--ink-soft); font-size: 1rem; }
.guideBody a { font-weight: 700; }
.guideBody blockquote { margin: 30px 0 0; padding: 28px; border-radius: 20px; background: var(--sage-pale); font-family: Georgia, serif; font-size: 1.3rem; }
.tipBox { margin-top: 28px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.tipBox p { margin-bottom: 0; }

.safeguardGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.safeguardGrid article { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.safeguardGrid h2 { margin-top: 48px; font-size: 1.55rem; }
.proseBlock p { margin-top: 0; color: var(--ink-soft); }

.formPage { width: min(980px, calc(100% - 48px)); margin: 80px auto 130px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; }
.formPage > div > p:not(.eyebrow) { color: var(--ink-soft); }
.formPage .checkList { margin-top: 28px; }
.singleForm { max-width: 920px; }

.pageCta { width: min(1280px, calc(100% - 48px)); margin: 120px auto 0; padding: 66px 72px; display: flex; align-items: center; justify-content: space-between; gap: 56px; border-radius: 36px; background: var(--terracotta); color: white; }
.pageCta h2 { max-width: 760px; margin: 0; font-family: Georgia, serif; font-size: clamp(2.5rem, 4.5vw, 4.5rem); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.pageCta p:not(.eyebrow) { max-width: 700px; margin: 18px 0 0; color: #ffe9e2; }
.pageCta .pillButton { flex: 0 0 auto; border-color: var(--cream); background: var(--cream); color: var(--forest); }

@media (max-width: 1050px) {
  .desktopNav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 36px; }
  .heroCopy { padding-left: 0; }
  .hero h1 { font-size: clamp(3.5rem, 7vw, 5.6rem); }
  .profileGrid { grid-template-columns: repeat(2, 1fr); }
  .safetyGrid { grid-template-columns: repeat(2, 1fr); }
  .aboutGrid { gap: 54px; }
  .intentSection { gap: 40px; }
  .joinSection { padding: 56px; gap: 46px; }
  .memberGrid { grid-template-columns: repeat(2, 1fr); }
  .memberCard:nth-child(even) { margin-top: 24px; }
  .pageHero { padding-left: 0; padding-right: 0; }
  .storyGrid { grid-template-columns: 1fr; }
  .storyCard { min-height: 360px; }
  .safeguardGrid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .navActions { display: none; }
  .mobileMenu { display: block; }
  .mobileMenu summary { padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; list-style: none; cursor: pointer; font-size: .82rem; font-weight: 700; }
  .mobileMenu summary::-webkit-details-marker { display: none; }
  .mobileMenu nav { position: absolute; right: 0; top: 46px; width: 230px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .mobileMenu nav a { display: block; padding: 10px; text-decoration: none; font-size: .86rem; }
  .mobileMenu nav span { display: block; padding: 10px; color: var(--ink-soft); font-size: .86rem; }
  .mobileSignup { width: 100%; margin-top: 6px; padding: 10px; border: 0; border-radius: 10px; background: var(--forest); color: white; font-weight: 700; }
  .hero { grid-template-columns: 1fr; padding-top: 74px; }
  .heroCopy { max-width: 700px; }
  .heroVisual { max-width: 640px; padding-right: 0; }
  .imageFrame { aspect-ratio: 1.18; border-radius: 160px 160px 26px 26px; }
  .floatingTop { left: 10px; }
  .floatingBottom { right: 10px; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .splitHeading { grid-template-columns: 1fr; gap: 22px; }
  .howItWorks { padding: 70px 28px; }
  .stepsGrid { grid-template-columns: 1fr; }
  .stepsGrid article { min-height: auto; }
  .stepsGrid h3 { margin-top: 30px; }
  .aboutGrid { grid-template-columns: 1fr; }
  .intentSection { grid-template-columns: 1fr; }
  .intentIntro { position: static; }
  .editorialBar { align-items: flex-start; flex-direction: column; }
  .factCard { max-width: 480px; }
  .joinSection { grid-template-columns: 1fr; }
  .footerTop { grid-template-columns: 1.2fr 1fr 1fr; }
  .footerTop > div:first-child { grid-column: 1 / -1; }
  .statsGrid { grid-template-columns: repeat(2, 1fr); }
  .proofShell { grid-template-columns: 1fr; gap: 42px; }
  .proofHeading { padding: 0; }
  .proofHeading > p:not(.eyebrow) { max-width: 620px; }
  .proofStamp { margin-top: 24px; }
  .dedicatedIntro, .productStory, .membershipPanel { grid-template-columns: 1fr; }
  .memberHeading, .storiesIntro { grid-template-columns: 1fr; gap: 30px; }
  .memberHeading > p, .storiesIntro > p:last-child { max-width: 680px; }
  .successStoryGrid { grid-template-columns: 1fr; max-width: 680px; }
  .successStoryCard:nth-child(2) { transform: none; }
  .successStoryCard { display: grid; grid-template-columns: .92fr 1.08fr; }
  .successStoryImage { min-height: 330px; aspect-ratio: auto; }
  .editorialFooter .footerTop { grid-template-columns: repeat(3, 1fr); gap: 44px; }
  .editorialFooter .footerTop > div:first-child { grid-column: 1 / -1; }
  .productStory { gap: 24px; }
  .productCopy { padding: 24px 10px 30px; }
  .toolsGrid { grid-template-columns: repeat(2, 1fr); }
  .membershipPanel { padding: 52px 34px; gap: 46px; }
  .trustRibbon { align-items: flex-start; flex-direction: column; }
  .pageHero { grid-template-columns: 1fr; min-height: auto; padding-top: 72px; gap: 40px; }
  .pageHeroAside { max-width: 560px; }
  .featureSplit, .sourcePolicy { grid-template-columns: 1fr; gap: 42px; }
  .softPanel, .sourcePolicy { padding: 48px 32px; }
  .guideLayout { grid-template-columns: 1fr; gap: 42px; }
  .guideToc { position: static; }
  .formPage { grid-template-columns: 1fr; }
  .pageCta { align-items: flex-start; flex-direction: column; padding: 52px 38px; }
}

@media (max-width: 560px) {
  .navShell, .hero, .section, .principles, .joinSection { width: min(100% - 32px, 1200px); }
  .navShell { height: 66px; }
  .brand { font-size: 1rem; }
  .hero { min-height: auto; padding: 58px 0 48px; }
  .hero h1 { font-size: 3.35rem; }
  .heroLead { font-size: 1rem; }
  .heroActions { align-items: stretch; flex-direction: column; }
  .heroActions .pillButton, .heroActions .softLink { width: 100%; text-align: center; }
  .imageFrame { aspect-ratio: .92; border-radius: 130px 130px 24px 24px; }
  .floatingCard { padding: 10px 12px; }
  .floatingTop { top: 8%; left: -8px; }
  .floatingBottom { right: -8px; }
  .trustList { gap: 10px 16px; }
  .section { margin: 88px auto; }
  .sectionHeading h2, .aboutBand h2, .joinSection h2 { font-size: 2.75rem; }
  .profileToolbar { align-items: flex-start; flex-direction: column; }
  .profileGrid { grid-template-columns: 1fr; }
  .profilePortrait { min-height: 220px; }
  .howItWorks { width: calc(100% - 16px); padding: 60px 20px; }
  .aboutBand { margin: 88px 0; padding: 76px 16px; }
  .aboutColumns { grid-template-columns: 1fr; }
  .factCard strong { font-size: 5.7rem; }
  .safetyGrid { grid-template-columns: 1fr; }
  .safetyGrid article { min-height: 200px; }
  .safetyGrid h3 { margin-top: 34px; }
  .joinSection { padding: 42px 22px; border-radius: 28px; }
  .joinForm { padding: 20px; }
  .footerTop { grid-template-columns: 1fr 1fr; }
  .footerBottom { flex-direction: column; }
  .networkProof { padding: 70px 16px 48px; }
  .statsGrid { grid-template-columns: 1fr; }
  .statsGrid article { min-height: 178px; }
  .dataNote { text-align: left; }
  .dedicatedIntro { gap: 36px; }
  .memberGrid { grid-template-columns: 1fr; }
  .memberCard:nth-child(even) { margin-top: 0; }
  .memberCard { max-width: 430px; margin-left: auto; margin-right: auto; border-radius: 170px 170px 24px 24px; }
  .illustrationNote { text-align: left; }
  .productStory, .membershipPanel { width: calc(100% - 32px); margin: 88px auto; padding: 20px; border-radius: 26px; }
  .productImage img { min-height: 360px; }
  .productCopy { padding: 20px 4px; }
  .toolsGrid, .membershipColumns { grid-template-columns: 1fr; }
  .toolsGrid article { min-height: 205px; }
  .toolsGrid h3 { margin-top: 30px; }
  .membershipPanel { padding: 38px 22px; }
  .trustRibbon { width: calc(100% - 32px); margin-bottom: 80px; }
  .sourceLinks { align-items: flex-start; flex-direction: column; gap: 8px; }
  .successStories { margin-top: 88px; padding: 76px 16px 60px; }
  .successStoryCard { display: flex; }
  .successStoryImage { min-height: 0; aspect-ratio: 1.2; }
  .storyDisclaimer { text-align: left; }
  .editorialFooter { padding-top: 66px; }
  .editorialFooter .footerTop { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
  .pageHero, .guideLayout, .pageCta, .formPage { width: min(100% - 32px, 1200px); }
  .pageHero h1 { font-size: 3.25rem; }
  .pageLead { font-size: 1rem; }
  .processGrid, .safeguardGrid { grid-template-columns: 1fr; }
  .comparisonTable { border-radius: 18px; background: transparent; }
  .comparisonHead { display: none; }
  .comparisonRow { grid-template-columns: 1fr; margin-bottom: 14px; border-radius: 16px; background: white; }
  .comparisonRow > * { border-right: 0; }
  .comparisonRow > strong { background: var(--cream); }
  .storyCard { min-height: 0; }
  .sourcePolicy { padding: 38px 24px; }
  .guideLayout { margin-top: 60px; }
  .guideBody section { margin-bottom: 54px; padding-bottom: 54px; }
  .formPage { margin-top: 60px; gap: 42px; }
  .pageCta { padding: 42px 24px; border-radius: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Search-friendly navigation and breadcrumb refinements · 2026-08-12 */
.desktopNav .navBlogLink { white-space: nowrap; }
a.pillButton,
a.pillButton:link,
a.pillButton:hover,
a.pillButton:focus,
a.pillButton:active,
a.mobileSignup,
a.mobileSignup:link,
a.mobileSignup:hover,
a.mobileSignup:focus,
a.mobileSignup:active {
  text-decoration: none !important;
}
a.pillButton:not(.cream):visited,
a.mobileSignup:visited { color: var(--white); }
.seoBreadcrumb {
  width: min(1360px, calc(100% - 48px));
  margin: 22px auto 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .02em;
}
.seoBreadcrumb a { color: var(--terracotta); text-decoration: none; }
.seoBreadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
.seoBreadcrumb + .hero { padding-top: 54px; }

@media (max-width: 800px) {
  .mobileMenu .navBlogLink { display: block; padding: 10px; }
  .mobileSignup { display: block; text-align: center; }
}

@media (max-width: 560px) {
  .seoBreadcrumb { width: min(100% - 32px, 1200px); margin-top: 16px; }
  .seoBreadcrumb + .hero { padding-top: 42px; }
}



/* Blog card page · 2026-08-12 */
.blogHero {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: end;
  gap: 72px;
}
.blogHero h1 {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--forest);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3.4rem, 6.8vw, 6.9rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.055em;
}
.blogHero h1 em { color: var(--terracotta); font-weight: 400; }
.blogHeroIntro { margin: 0 0 8px; color: var(--ink-soft); font-size: 1.04rem; line-height: 1.75; }
.blogGridSection {
  padding: 68px 0 92px;
  background: linear-gradient(180deg, #ede8df 0%, var(--cream) 100%);
  border-top: 1px solid rgba(23, 49, 40, .08);
}
.blogGrid {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.blogCard {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 49, 40, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 40px rgba(27, 48, 41, .06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.blogCard:hover { transform: translateY(-6px); box-shadow: 0 22px 52px rgba(27, 48, 41, .11); }
.blogCardLink { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.blogCardImage { aspect-ratio: 1.45; overflow: hidden; background: var(--sage); }
.blogCardImage img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease; }
.blogCard:hover .blogCardImage img { transform: scale(1.035); }
.blogCardContent { display: flex; min-height: 295px; flex: 1; flex-direction: column; padding: 26px 26px 28px; }
.blogCategory {
  color: var(--terracotta);
  font-size: .72rem;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.blogCard h2 {
  margin: 15px 0 12px;
  color: var(--forest);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.62rem;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -.025em;
}
.blogCard p { margin: 0; color: var(--ink-soft); font-size: .91rem; line-height: 1.7; }
.blogReadMore { margin-top: auto; padding-top: 22px; color: var(--forest); font-size: .82rem; font-weight: 760; }
.blogNewsletter {
  width: min(1200px, calc(100% - 48px));
  margin: 92px auto;
  padding: 54px 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  border-radius: 32px;
  background: var(--forest);
  color: var(--cream);
}
.blogNewsletter h2 { max-width: 720px; margin: 12px 0 10px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 400; line-height: 1; }
.blogNewsletter p { max-width: 680px; margin: 0; color: rgba(255, 255, 255, .7); line-height: 1.65; }

@media (max-width: 980px) {
  .blogHero { grid-template-columns: 1fr; gap: 28px; }
  .blogHeroIntro { max-width: 680px; }
  .blogGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blogNewsletter { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .blogHero, .blogGrid, .blogNewsletter { width: min(100% - 32px, 1200px); }
  .blogHero { padding: 42px 0 38px; }
  .blogHero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .blogGridSection { padding: 42px 0 62px; }
  .blogGrid { grid-template-columns: 1fr; gap: 20px; }
  .blogCardContent { min-height: 0; }
  .blogNewsletter { margin: 62px auto; padding: 38px 28px; }
  .blogNewsletter .pillButton { width: 100%; }
}



/* Blog article pages · 2026-08-12 */
.articlePage { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 0; }
.articleHeader { max-width: 900px; margin: 0 auto 44px; text-align: center; }
.articleHeader h1 { margin: 16px 0 22px; color: var(--forest); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.2rem, 7vw, 6.3rem); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.articleDek { max-width: 760px; margin: 0 auto; color: var(--ink-soft); font-size: 1.12rem; line-height: 1.72; }
.articleMeta { margin-top: 26px; display: flex; justify-content: center; gap: 12px 24px; flex-wrap: wrap; color: var(--ink-soft); font-size: .76rem; font-weight: 650; }
.articleMeta span + span::before { content: '•'; margin-right: 24px; color: var(--terracotta); }
.articleLayout { max-width: 1080px; margin: 18px auto 0; display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 60px; align-items: start; }
.articleBody { color: var(--ink); }
.articleInlineImage { width: 100%; margin: 0 0 46px; }
.articleInlineImage img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 22px; background: var(--cream); }
.articleInlineImage figcaption { margin: 9px 4px 0; color: var(--ink-soft); font-size: .68rem; line-height: 1.45; }
.articleBody section { margin-bottom: 46px; }
.articleBody h2 { margin: 0 0 18px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.articleBody p { margin: 0 0 18px; color: var(--ink-soft); font-size: 1rem; line-height: 1.84; }
.articleAside { position: sticky; top: 106px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, .72); }
.articleAside span { display: block; margin-bottom: 13px; color: var(--terracotta); font-size: .69rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.articleAside a { display: block; padding: 10px 0; border-top: 1px solid var(--line); color: var(--forest); font-size: .82rem; font-weight: 680; text-decoration: none; }
.articleAside a:hover { color: var(--terracotta); }
.medicalNote { margin-top: 52px; padding: 25px 28px; border-left: 4px solid var(--terracotta); border-radius: 0 18px 18px 0; background: var(--sage); }
.medicalNote strong { color: var(--forest); font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.medicalNote p { margin: 9px 0 0; font-size: .83rem; line-height: 1.7; }
.medicalNote a { color: var(--terracotta); font-weight: 750; }
.articleCta { width: min(1120px, calc(100% - 48px)); margin: 86px auto 96px; padding: 46px 50px; display: flex; align-items: center; justify-content: space-between; gap: 36px; border-radius: 30px; background: var(--forest); color: var(--cream); }
.articleCta h2 { max-width: 700px; margin: 10px 0 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 400; line-height: 1; }

@media (max-width: 840px) {
  .articleLayout { grid-template-columns: 1fr; gap: 32px; }
  .articleAside { position: static; order: -1; }
  .articleCta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 680px) {
  .articleInlineImage { width: 100%; margin: 0 0 34px; }
}

.redirectPage { min-height: 100vh; padding: 32px; display: grid; place-items: center; background: var(--cream); }
.redirectCard { width: min(620px, 100%); padding: clamp(34px, 7vw, 68px); border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.redirectCard .brand { justify-content: center; margin-bottom: 44px; }
.redirectCard h1 { margin: 14px 0 18px; font-family: Georgia, serif; font-size: clamp(2.5rem, 7vw, 4.8rem); font-weight: 400; line-height: 1; }
.redirectCard > p:not(.eyebrow) { max-width: 480px; margin: 0 auto 28px; color: var(--ink-soft); line-height: 1.7; }
.redirectCard button { border: 0; cursor: pointer; }

/* Refined state/province and city navigation — 2026-08-21 */
.regionGateway {
  width: min(1280px, calc(100% - 48px));
  margin: 76px auto 0;
  padding: clamp(50px, 6vw, 72px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #e7ede6;
  color: var(--ink);
}
.regionGateway > div:first-child { max-width: 760px; margin-bottom: 30px; }
.regionGateway > div:first-child h2 { color: var(--ink); font-size: clamp(2.45rem, 4.6vw, 4.5rem); }
.regionGateway > div:first-child p:not(.eyebrow) { color: var(--ink-soft); }
.regionGatewayGrid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.regionGatewayCard {
  min-height: 184px;
  padding: 24px;
  border: 1px solid rgba(23,49,40,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  color: var(--ink);
  box-shadow: 0 14px 36px rgba(23,49,40,.07);
}
.regionGatewayCard::before {
  display: block !important;
  width: 112px;
  height: 112px;
  inset: auto -38px -54px auto;
  border: 1px solid rgba(204,113,88,.2);
  background: none !important;
  background-image: none !important;
  opacity: 1;
}
.regionGatewayCard::after { background: radial-gradient(circle at 92% 8%, rgba(204,113,88,.12), transparent 38%); }
.regionGatewayCard:hover {
  border-color: rgba(204,113,88,.36);
  background: white;
  box-shadow: 0 18px 42px rgba(23,49,40,.1);
}
.regionGatewayCard > span {
  top: 20px;
  left: 22px;
  width: 34px;
  height: 34px;
  border-color: rgba(23,49,40,.13);
  background: var(--cream);
  color: var(--terracotta);
}
.regionGatewayCard > div strong { color: var(--ink); font-size: clamp(1.65rem, 2.4vw, 2.2rem); }
.regionGatewayCard > div small { color: var(--ink-soft); }
.regionGatewayCard > i {
  top: 20px;
  right: 22px;
  width: 34px;
  height: 34px;
  background: var(--forest);
  color: white;
  font-size: 1rem;
}

/* A state/province page exposes cities through smaller dedicated cards. */
.cityGateway {
  width: min(960px, calc(100% - 48px));
  margin: 68px auto 84px;
  padding: clamp(38px, 5vw, 58px);
  display: block;
  overflow: visible;
  border: 1px solid rgba(23,49,40,.13);
  border-radius: 28px;
  background: #fbfaf7;
  box-shadow: 0 18px 54px rgba(23,49,40,.08);
}
.cityGatewayCopy { padding: 0; display: block; }
.cityGatewayCopy h2 { max-width: 680px; margin-bottom: 14px; font-size: clamp(2.35rem, 4.5vw, 4.1rem); }
.cityGatewayCopy > p:not(.eyebrow) { max-width: 680px; margin-bottom: 26px; }
.cityGatewayGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 270px)); gap: 12px; }
.cityGatewayCard {
  position: relative;
  min-height: 124px;
  padding: 20px 46px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(23,49,40,.14);
  border-radius: 16px;
  background: var(--cream);
  color: var(--forest);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.cityGatewayCard::before { content: ""; position: absolute; width: 70px; height: 70px; right: -34px; bottom: -36px; border: 1px solid rgba(204,113,88,.28); border-radius: 50%; }
.cityGatewayCard:hover { transform: translateY(-2px); border-color: rgba(204,113,88,.46); background: white; }
.cityGatewayCard > span { color: var(--terracotta); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.cityGatewayCard > strong { margin-top: 8px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.cityGatewayCard > small { margin-top: 6px; color: var(--ink-soft); font-size: .68rem; }
.cityGatewayCard > i { position: absolute; top: 18px; right: 18px; font-style: normal; }
.cityGateway figure { display: none; }

/* City-page related links stay smaller than state/province cards. */
.cityRelated > div:last-child { grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); }
.cityRelated a { min-height: 112px; }

@media (max-width: 900px) {
  .regionGatewayGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .regionGateway, .cityGateway { width: min(100% - 32px, 960px); }
  .regionGateway { padding: 42px 20px; border-radius: 26px; }
  .regionGatewayGrid { grid-template-columns: 1fr; }
  .regionGatewayCard { min-height: 170px; }
  .cityGateway { padding: 36px 22px; }
  .cityGatewayGrid { grid-template-columns: 1fr; }
}

/* Distinct country, region and city hierarchy — 2026-08-21 */
.locationCta {
  margin-top: 58px;
  margin-bottom: 48px;
}

/* Country cards remain large, photographic entry points. */
.locationCountryCard { min-height: 340px; }

/* States and provinces use medium editorial cards without photography. */
.regionGateway { padding-top: 78px; padding-bottom: 84px; }
.regionGatewayGrid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.regionGatewayCard {
  min-height: 220px;
  padding: 28px;
  justify-content: flex-end;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
  box-shadow: none;
}
.regionGatewayCard::before {
  display: block;
  width: 170px;
  height: 170px;
  inset: auto -58px -92px auto;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transform: none;
}
.regionGatewayCard::after {
  background: radial-gradient(circle at 88% 12%, rgba(204,113,88,.18), transparent 34%);
}
.regionGatewayCard:hover {
  border-color: rgba(255,255,255,.32);
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
  transform: translateY(-3px);
}
.regionGatewayCard:hover::before { transform: translate(-6px, -6px); }
.regionGatewayCard > span {
  top: 24px;
  left: 26px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.regionGatewayCard > div strong { margin-bottom: 9px; font-size: clamp(1.8rem, 2.7vw, 2.5rem); }
.regionGatewayCard > div small { color: rgba(255,255,255,.72); }
.regionGatewayCard > i {
  top: 24px;
  right: 26px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.09);
}

/* Cities use smaller scalable cards, visually separate from regions. */
.cityRelated { padding-top: 70px; padding-bottom: 84px; }
.cityRelated > div:first-child { margin-bottom: 26px; }
.cityRelated > div:last-child {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}
.cityRelated a {
  position: relative;
  min-height: 126px;
  padding: 24px 50px 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 12px 34px rgba(23,49,40,.06);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.cityRelated a::after {
  content: "↗";
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--terracotta);
  font-size: 1rem;
}
.cityRelated a:hover {
  border-color: rgba(204,113,88,.42);
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(23,49,40,.1);
}
.cityRelated a span { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.cityRelated a small { margin-top: 8px; font-size: .74rem; }

@media (max-width: 680px) {
  .locationCta { margin-top: 42px; margin-bottom: 34px; }
  .regionGateway { padding-top: 58px; padding-bottom: 64px; }
  .regionGatewayGrid { grid-template-columns: 1fr; }
  .regionGatewayCard { min-height: 190px; }
  .cityRelated { padding-top: 56px; padding-bottom: 66px; }
  .cityRelated > div:last-child { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .articlePage, .articleCta { width: min(100% - 32px, 1120px); }
  .articlePage { padding-top: 40px; }
  .articleHeader h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .articleMeta { align-items: center; flex-direction: column; gap: 7px; }
  .articleMeta span + span::before { content: none; }
  .articleLayout { margin-top: 40px; }
  .articleCta { margin: 62px auto; padding: 36px 28px; }
  .articleCta .pillButton { width: 100%; }
}


/* Dating Advice and Community pages · 2026-08-12 */
.desktopNav .navDatingLink, .desktopNav .navCommunityLink, .desktopNav .navBlogLink { white-space: nowrap; }
.topicHero { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 62px 0 86px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr); align-items: center; gap: 72px; }
.topicHeroCopy h1 { margin: 0; color: var(--forest); font-family: Georgia, serif; font-size: clamp(3.5rem, 6vw, 6.35rem); font-weight: 400; line-height: .95; letter-spacing: -.055em; }
.topicHeroCopy h1 em { color: var(--terracotta); font-weight: 400; }
.topicHeroCopy > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 0; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.78; }
.topicHeroActions { margin-top: 30px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.textLink { color: var(--forest); font-size: .88rem; font-weight: 760; text-underline-offset: 5px; }
.topicHeroImage { margin: 0; }
.topicHeroImage img { display: block; width: 100%; aspect-ratio: 1.25; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.topicHeroImage figcaption { margin: 10px 8px 0; color: var(--ink-soft); font-size: .69rem; }
.adviceSteps, .communityValues { width: min(1200px, calc(100% - 48px)); margin: 70px auto 120px; }
.topicHeading { max-width: 780px; margin-bottom: 54px; }
.topicHeading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.topicHeading > p:not(.eyebrow) { color: var(--ink-soft); }
.adviceGrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.adviceGrid article { grid-column: span 2; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.adviceGrid article:nth-child(4), .adviceGrid article:nth-child(5) { grid-column: span 3; }
.adviceCardLink { height: 100%; display: flex; flex-direction: column; color: inherit; text-decoration: none; }
.adviceCardImage { overflow: hidden; background: var(--cream); }
.adviceCardImage img { display: block; width: 100%; height: auto; aspect-ratio: 1.5; object-fit: cover; transition: transform 400ms ease; }
.adviceCardLink:hover .adviceCardImage img { transform: scale(1.025); }
.adviceCardContent { min-height: 300px; padding: 28px 30px 30px; display: flex; flex: 1; flex-direction: column; }
.adviceCardContent > span, .communityValueGrid article > span { color: var(--terracotta); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.adviceGrid h3, .communityValueGrid h3, .communityPath h3 { margin: 28px 0 12px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; line-height: 1.1; }
.adviceGrid p, .communityValueGrid p, .communityPath p { margin: 0; color: var(--ink-soft); font-size: .91rem; }
.adviceCardContent strong { margin-top: auto; padding-top: 24px; color: var(--forest); font-size: .8rem; font-weight: 760; }
.adviceCardLink:hover .adviceCardContent strong { color: var(--terracotta); }
.topicSplit { width: min(1200px, calc(100% - 48px)); margin: 0 auto 120px; padding: 70px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; border-radius: 34px; background: var(--forest); color: var(--cream); }
.topicSplit h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.4rem, 4.5vw, 4.4rem); font-weight: 400; line-height: 1; }
.topicSplit blockquote { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.4vw, 2.25rem); line-height: 1.35; }
.topicSplit > div:last-child p { color: #c9d7ce; }
.communityValueGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.communityValueGrid article { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.communityPath { width: min(1200px, calc(100% - 48px)); margin: 0 auto 120px; padding: 70px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; border-radius: 34px; background: var(--cream); }
.communityPathIntro h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.6rem, 4.5vw, 4.6rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.communityPathIntro > p:not(.eyebrow) { color: var(--ink-soft); }
.communityPath ol { margin: 0; padding: 0; list-style: none; }
.communityPath li { padding: 24px 0; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.communityPath li:first-child { padding-top: 0; }
.communityPath li > span { color: var(--terracotta); font-size: .72rem; font-weight: 800; }
.communityPath h3 { margin: 0 0 8px; }
.topicResourceCards { width: min(1200px, calc(100% - 48px)); margin: 0 auto 120px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.topicResourceCards article { padding: 52px; border: 1px solid var(--line); border-radius: 30px; background: var(--white); }
.topicResourceCards h2 { margin: 0 0 20px; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 400; line-height: 1; }
.topicResourceCards p:not(.eyebrow) { color: var(--ink-soft); }
.topicResourceCards a { color: var(--terracotta); font-weight: 760; text-decoration: none; }
.topicCta { margin-top: 0; margin-bottom: 96px; }
.adviceArticlePage { width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 0; }
.adviceArticleHeader { max-width: 900px; margin: 0 auto 58px; text-align: center; }
.adviceArticleHeader > span { color: var(--terracotta); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.adviceArticleHeader h1 { margin: 16px 0 22px; font-family: Georgia, serif; font-size: clamp(3.2rem, 7vw, 6.2rem); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.adviceArticleHeader > p { max-width: 760px; margin: 0 auto; color: var(--ink-soft); font-size: 1.12rem; line-height: 1.72; }
.adviceArticleHeader > div { margin-top: 26px; display: flex; justify-content: center; gap: 12px 24px; flex-wrap: wrap; color: var(--ink-soft); font-size: .76rem; font-weight: 650; }
.adviceArticleHeader > div span + span::before { content: '•'; margin-right: 24px; color: var(--terracotta); }
.adviceArticleImage { max-width: 940px; margin: 0 auto 58px; }
.adviceArticleImage img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 28px; background: var(--cream); }
.adviceArticleImage figcaption { margin: 10px 8px 0; color: var(--ink-soft); font-size: .69rem; }
.adviceArticleLayout { max-width: 940px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 72px; align-items: start; }
.adviceArticleBody section { margin-bottom: 48px; }
.adviceArticleBody h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(1.9rem, 4vw, 2.75rem); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.adviceArticleBody p { margin: 0 0 18px; color: var(--ink-soft); font-size: 1rem; line-height: 1.84; }
.adviceArticleAside { position: sticky; top: 106px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.76); }
.adviceArticleAside > span { display: block; margin-bottom: 13px; color: var(--terracotta); font-size: .69rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.adviceArticleAside a { display: block; padding: 10px 0; border-top: 1px solid var(--line); color: var(--forest); font-size: .82rem; font-weight: 680; text-decoration: none; }
.adviceArticleAside a:hover { color: var(--terracotta); }
.adviceBoundary { margin-top: 52px; padding: 25px 28px; border-left: 4px solid var(--terracotta); border-radius: 0 18px 18px 0; background: var(--sage-pale); }
.adviceBoundary strong { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.adviceBoundary p { margin: 9px 0 0; font-size: .83rem; line-height: 1.7; }
@media (max-width: 1000px) {
  .topicHero { grid-template-columns: 1fr; }
  .topicHeroCopy { max-width: 850px; }
  .topicHeroImage img { aspect-ratio: 1.55; }
  .communityValueGrid { grid-template-columns: repeat(2, 1fr); }
  .topicSplit, .communityPath { grid-template-columns: 1fr; gap: 45px; }
  .adviceArticleLayout { grid-template-columns: 1fr; gap: 32px; }
  .adviceArticleAside { position: static; order: -1; }
}
@media (max-width: 720px) {
  .topicHero, .adviceSteps, .communityValues, .topicSplit, .communityPath, .topicResourceCards { width: min(100% - 32px, 1200px); }
  .topicHero { padding: 42px 0 64px; }
  .topicHeroCopy h1 { font-size: clamp(3.1rem, 14vw, 4.8rem); }
  .topicHeroImage img { aspect-ratio: 1.25; border-radius: 24px; }
  .adviceGrid { grid-template-columns: 1fr; }
  .adviceGrid article, .adviceGrid article:nth-child(4), .adviceGrid article:nth-child(5) { grid-column: auto; }
  .adviceCardContent { min-height: 0; }
  .communityValueGrid, .topicResourceCards { grid-template-columns: 1fr; }
  .topicSplit, .communityPath { padding: 40px 26px; }
  .topicResourceCards article { padding: 38px 28px; }
  .adviceArticlePage { width: min(100% - 32px, 1080px); padding-top: 40px; }
  .adviceArticleHeader h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .adviceArticleHeader > div { align-items: center; flex-direction: column; gap: 7px; }
  .adviceArticleHeader > div span + span::before { content: none; }
  .adviceArticleImage { margin-bottom: 42px; }
  .adviceArticleImage img { border-radius: 22px; }
}

/* Location landing redesign — 2026-08-21 */
.locationHubBody, .countryArticleBody, .regionArticleBody, .cityArticleBody { background: #f8f5ef; }
.locationHubHero {
  width: min(1380px, calc(100% - 48px));
  margin: 34px auto 0;
  padding: clamp(48px, 7vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: center;
  overflow: hidden;
  border-radius: 42px;
  background: radial-gradient(circle at 90% 5%, rgba(198,184,215,.2), transparent 32%), radial-gradient(circle at 8% 100%, rgba(204,113,88,.23), transparent 34%), var(--forest-deep);
  color: var(--cream);
}
.locationHubCopy h1, .countryArticleHero h1, .regionArticleHero h1, .cityMagazineHeader h1 {
  margin: 18px 0 24px;
  font-family: Georgia, serif;
  font-size: clamp(3.3rem, 6.8vw, 6.8rem);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.06em;
}
.locationHubCopy > p:not(.eyebrow) { max-width: 700px; color: #cad8d1; font-size: 1.08rem; line-height: 1.78; }
.locationHubCopy .pillButton { margin-top: 18px; }
.locationRouteMap { margin: 0; padding: 26px; display: grid; gap: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: rgba(255,255,255,.07); backdrop-filter: blur(14px); list-style: none; }
.locationRouteMap li { position: relative; padding: 20px; display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; border-radius: 20px; background: rgba(255,255,255,.065); }
.locationRouteMap li + li::before { content: "↓"; position: absolute; top: -22px; left: 34px; color: var(--terracotta); font-size: 1.25rem; }
.locationRouteMap span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #ffc1ae; font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.locationRouteMap strong { display: block; margin: 0 0 4px; color: white; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.locationRouteMap small { display: block; color: #bbccc4; font-size: .78rem; line-height: 1.55; }
.locationHubArticle, .countryLongform, .regionLongform, .cityMagazine { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.locationHubArticle { padding: 112px 0 76px; }
.locationArticleIntro { max-width: 900px; margin-bottom: 46px; }
.locationArticleIntro h2, .locationCountryDirectory h2, .regionGateway > header h2, .cityGatewayCopy h2 {
  margin: 14px 0 20px;
  font-family: Georgia, serif;
  font-size: clamp(2.7rem, 5.4vw, 5.2rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.05em;
}
.locationArticleIntro > p, .locationArticleColumns p, .countryLongform p, .regionLongform p, .cityMagazineBody p { color: var(--ink-soft); line-height: 1.86; }
.locationHubArticle > aside { margin-top: 36px; padding: 25px 28px; border-radius: 20px; background: var(--sage-pale); }
.locationHubArticle > aside strong { font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }
.locationHubArticle > aside p { margin: 8px 0 0; color: var(--ink-soft); font-size: .84rem; line-height: 1.7; }
.locationArticleColumns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 70px; }
.locationArticleColumns section { padding-top: 28px; border-top: 1px solid var(--line); }
.locationArticleColumns h3, .countryLongform h2, .regionLongform h2, .cityMagazineBody h2 { margin: 0 0 14px; font-family: Georgia, serif; font-size: clamp(1.75rem, 3vw, 2.65rem); font-weight: 400; line-height: 1.08; }
.locationHealthNote { margin-top: 38px; padding: 25px 28px; border-left: 4px solid var(--terracotta); border-radius: 0 18px 18px 0; background: var(--sage-pale); color: var(--ink-soft); font-size: .87rem; line-height: 1.75; }
.locationHealthNote a { color: var(--forest); font-weight: 800; }
.locationCountryDirectory { padding: 82px max(24px, calc((100% - 1380px) / 2)) 112px; background: var(--cream); }
.locationCountryDirectory .countryHeading { max-width: 780px; margin-bottom: 38px; }
.locationCountryDirectory .countryHeading p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.75; }
.locationCountryGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.locationCountryCard, .regionGatewayCard { position: relative; isolation: isolate; min-height: 340px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: 30px; color: white; text-decoration: none; box-shadow: var(--shadow); }
.locationCountryCard::before, .regionGatewayCard::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: var(--location-image); background-size: cover; background-position: center; opacity: .76; transition: transform 500ms ease; }
.locationCountryCard::after, .regionGatewayCard::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(11,32,25,.06) 12%, rgba(11,32,25,.88) 100%); }
.locationCountryCard:hover::before, .regionGatewayCard:hover::before { transform: scale(1.035); }
.locationCountryCard > span { position: absolute; top: 30px; left: 32px; font-weight: 850; letter-spacing: .18em; }
.locationCountryCard > div strong { display: block; margin: 0 0 10px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 400; line-height: 1; }
.locationCountryCard > div small { display: block; color: rgba(255,255,255,.84); font-size: .85rem; font-weight: 700; }
.locationCountryCard > i { position: absolute; top: 26px; right: 30px; font-size: 1.7rem; font-style: normal; }
.futureCountryNote { margin: 34px 0 0; color: var(--ink-soft); font-size: .83rem; }
.futureCountryNote span { color: var(--forest); font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.futureCountryNote p { margin: 7px 0 0; }

.countryArticleHero { width: min(1380px, calc(100% - 48px)); min-height: 600px; margin: 34px auto 92px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 40px; background: var(--forest-deep); color: white; }
.countryArticleHeroCopy { padding: clamp(48px, 7vw, 92px); display: flex; flex-direction: column; justify-content: center; }
.countryArticleHero h1 { font-size: clamp(3.4rem, 7vw, 7rem); }
.countryArticleHeroCopy > p:not(.eyebrow) { color: #cad8d1; font-size: 1.05rem; line-height: 1.78; }
.countryArticleHero figure { min-height: 540px; margin: 0; }
.countryArticleHero img { width: 100%; height: 100%; display: block; object-fit: cover; }
.countryArticleHero figcaption, .cityGateway figcaption { padding: 10px 14px; color: #d6e1dc; background: var(--forest-deep); font-size: .68rem; }
.countryLongform { max-width: 980px; }
.countryLongform > header { margin-bottom: 42px; display: flex; justify-content: space-between; gap: 18px; color: var(--ink-soft); font-size: .75rem; }
.countryLongform > header h2 { margin: 12px 0 20px; font-family: Georgia, serif; font-size: clamp(2.8rem, 5.5vw, 5rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.countryLongform section, .regionLongform section, .cityMagazineBody section { padding: 38px 0; border-top: 1px solid var(--line); }
.countryLongform section { display: grid; grid-template-columns: 68px 1fr; gap: 26px; }
.countryLongform section > span, .cityMagazineBody section > span { color: var(--terracotta); font-size: .76rem; font-weight: 850; letter-spacing: .1em; }
.regionGateway { margin-top: 100px; padding: 94px max(24px, calc((100% - 1380px) / 2)) 112px; background: var(--forest-deep); color: white; }
.regionGateway > div:first-child { max-width: 820px; margin-bottom: 40px; }
.regionGateway > div:first-child h2 { margin: 14px 0 18px; font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 400; line-height: 1; }
.regionGateway > div:first-child p:not(.eyebrow) { color: #bfd0c8; }
.regionGatewayGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.regionGatewayCard { min-height: 310px; box-shadow: none; }
.regionGatewayCard > span { position: absolute; top: 28px; left: 30px; color: #ffc1ae; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.regionGatewayCard > div strong { display: block; margin: 12px 0 8px; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; }
.regionGatewayCard > div small { color: rgba(255,255,255,.82); font-size: .84rem; }
.regionGatewayCard > i { position: absolute; top: 24px; right: 28px; font-size: 1.5rem; font-style: normal; }

.regionArticleHero { position: relative; isolation: isolate; width: min(1380px, calc(100% - 48px)); min-height: 570px; margin: 34px auto 88px; padding: clamp(52px, 8vw, 110px); display: flex; align-items: flex-end; overflow: hidden; border-radius: 40px; color: white; background: var(--forest-deep); }
.regionArticleHero::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: var(--region-image); background-size: cover; background-position: center; }
.regionArticleHero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(10,31,24,.9), rgba(10,31,24,.3)); }
.regionArticleHero > div { max-width: 800px; }
.regionArticleHero h1 { font-size: clamp(3.3rem, 7.4vw, 7.3rem); }
.regionArticleHero p:not(.eyebrow) { max-width: 690px; color: #e0e8e4; font-size: 1.05rem; line-height: 1.75; }
.regionLongform { max-width: 1020px; }
.regionLead { max-width: 820px; margin-bottom: 54px; }
.regionLead > span { color: var(--terracotta); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.regionLead h2 { margin: 12px 0 18px; font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 4.6rem); font-weight: 400; line-height: 1; }
.regionLead p { font-family: Georgia, serif; font-size: clamp(1.25rem, 2.4vw, 1.85rem); line-height: 1.45; color: var(--ink); }
.regionStoryGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 68px; }
.regionStoryGrid h3 { margin: 0 0 14px; font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.35rem); font-weight: 400; }
.regionStoryGrid ul { padding-left: 20px; color: var(--ink-soft); line-height: 1.8; }
.cityGateway { width: min(1180px, calc(100% - 48px)); margin: 96px auto 112px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 34px; background: var(--cream); }
.cityGatewayCopy { padding: clamp(44px, 7vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.cityGatewayCopy p { color: var(--ink-soft); line-height: 1.75; }
.cityGateway figure { min-height: 470px; margin: 0; }
.cityGateway img { width: 100%; height: 100%; display: block; object-fit: cover; }

.cityMagazine { padding: 72px 0 112px; }
.cityMagazineHeader { max-width: 980px; margin: 0 auto 52px; text-align: center; }
.cityMagazineHeader h1 { color: var(--forest); }
.cityMagazineHeader > p:not(.eyebrow) { max-width: 760px; margin: 0 auto; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.78; }
.cityMagazineImage { margin: 0 0 70px; }
.cityMagazineImage img { width: 100%; max-height: 720px; display: block; object-fit: cover; border-radius: 34px; }
.cityMagazineImage figcaption { margin: 11px 8px 0; color: var(--ink-soft); font-size: .72rem; }
.cityMagazineBody { max-width: 900px; margin: 0 auto; }
.cityMagazineBody section { display: grid; grid-template-columns: 58px 1fr; gap: 24px; }
.citySignupPanel { margin-top: 56px; padding: clamp(36px, 6vw, 68px); border-radius: 30px; background: var(--forest); color: white; text-align: center; }
.citySignupPanel h2 { margin: 0 0 14px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4.5vw, 4.2rem); font-weight: 400; }
.citySignupPanel p { max-width: 680px; margin: 0 auto 25px; color: #cad8d1; }
.cityRelated { padding: 82px max(24px, calc((100% - 1180px) / 2)) 104px; background: var(--cream); color: var(--ink-soft); }
.cityRelated > div:first-child { max-width: 780px; margin-bottom: 30px; }
.cityRelated > div:first-child h2 { margin: 12px 0 0; color: var(--ink); font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 400; }
.cityRelated > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cityRelated a { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; color: var(--forest); font-weight: 800; text-decoration: none; }
.cityRelated a span, .cityRelated a small { display: block; }
.cityRelated a small { margin-top: 6px; color: var(--ink-soft); font-weight: 500; }

@media (max-width: 980px) {
  .locationHubHero, .countryArticleHero, .cityGateway { grid-template-columns: 1fr; }
  .locationCountryGrid, .regionGatewayGrid { grid-template-columns: 1fr 1fr; }
  .cityRelated > div:last-child { grid-template-columns: 1fr 1fr; }
  .countryArticleHero figure, .cityGateway figure { min-height: 420px; }
  .regionStoryGrid { gap: 0 38px; }
}
@media (max-width: 680px) {
  .locationHubHero, .countryArticleHero, .regionArticleHero, .locationHubArticle, .countryLongform, .regionLongform, .cityMagazine, .cityGateway { width: min(100% - 32px, 1180px); }
  .locationHubHero, .regionArticleHero { padding: 42px 24px; border-radius: 28px; }
  .locationHubHero { grid-template-columns: 1fr; }
  .locationRouteMap { padding: 16px; }
  .locationArticleColumns, .locationCountryGrid, .regionGatewayGrid, .regionStoryGrid { grid-template-columns: 1fr; }
  .cityRelated > div:last-child { grid-template-columns: 1fr; }
  .locationCountryDirectory, .regionGateway { padding: 68px 16px 80px; }
  .locationCountryCard { min-height: 300px; }
  .countryArticleHero { margin-bottom: 68px; border-radius: 28px; }
  .countryArticleHeroCopy { padding: 44px 24px; }
  .countryArticleHero figure, .cityGateway figure { min-height: 320px; }
  .countryLongform section, .cityMagazineBody section { grid-template-columns: 1fr; gap: 9px; }
  .regionArticleHero { min-height: 500px; }
  .cityGateway { border-radius: 26px; }
  .cityGatewayCopy { padding: 42px 26px; }
  .cityMagazineImage img { border-radius: 24px; }
}

/* FINAL location hierarchy overrides — keep this block at the end */
.regionGateway {
  width: min(1180px, calc(100% - 48px));
  margin: 64px auto 0;
  padding: clamp(44px, 5vw, 62px);
  border: 1px solid #ced9d0;
  border-radius: 32px;
  background: #e5ece6;
  color: #173128;
}
.regionGateway > div:first-child { max-width: 760px; margin-bottom: 28px; }
.regionGateway > div:first-child .eyebrow { color: #b85f49; }
.regionGateway > div:first-child h2 {
  margin: 12px 0 16px;
  color: #173128;
  font-size: clamp(2.35rem, 4.4vw, 4.25rem);
}
.regionGateway > div:first-child p:not(.eyebrow) { color: #51645c; font-size: .94rem; line-height: 1.72; }
.regionGatewayGrid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.regionGatewayCard {
  min-height: 174px;
  padding: 22px;
  justify-content: flex-end;
  border: 1px solid #d4dbd4;
  border-radius: 19px;
  background: #fffdf9;
  color: #173128;
  box-shadow: 0 12px 30px rgba(23,49,40,.07);
}
.regionGatewayCard::before {
  display: block;
  width: 104px;
  height: 104px;
  inset: auto -38px -48px auto;
  border: 1px solid rgba(204,113,88,.22);
  border-radius: 50%;
  background: none !important;
  background-image: none !important;
  opacity: 1;
}
.regionGatewayCard::after { background: radial-gradient(circle at 95% 4%, rgba(204,113,88,.11), transparent 42%); }
.regionGatewayCard:hover { border-color: rgba(184,95,73,.48); background: #ffffff; transform: translateY(-2px); }
.regionGatewayCard > span {
  top: 19px;
  left: 21px;
  width: 32px;
  height: 32px;
  border-color: #d9ded8;
  background: #f3eee6;
  color: #b85f49;
}
.regionGatewayCard > div strong {
  display: block;
  margin: 0 0 8px;
  color: #173128;
  font-size: clamp(1.55rem, 2.3vw, 2.05rem);
  line-height: 1.05;
}
.regionGatewayCard > div small { color: #52645d; font-size: .78rem; }
.regionGatewayCard > i {
  top: 19px;
  right: 21px;
  width: 32px;
  height: 32px;
  background: #173b2f;
  color: #ffffff;
  font-size: .94rem;
}

.cityGateway {
  width: min(900px, calc(100% - 48px));
  margin: 58px auto 76px;
  padding: clamp(36px, 5vw, 52px);
  display: block;
  border: 1px solid #dfd5c8;
  border-radius: 26px;
  background: #f0e8dd;
  box-shadow: 0 16px 46px rgba(23,49,40,.07);
}
.cityGatewayCopy { padding: 0; display: block; }
.cityGatewayCopy h2 { max-width: 700px; margin: 10px 0 14px; color: #173128; font-size: clamp(2.15rem, 4vw, 3.65rem); }
.cityGatewayCopy > p:not(.eyebrow) { max-width: 720px; margin: 0 0 24px; color: #53645d; line-height: 1.72; }
.cityGatewayGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 250px)); gap: 12px; }
.cityGatewayCard {
  position: relative;
  min-height: 116px;
  padding: 19px 44px 18px 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ddd5ca;
  border-radius: 15px;
  background: #fffdf9;
  color: #173128;
  text-decoration: none;
}
.cityGatewayCard:hover { border-color: rgba(184,95,73,.48); background: #ffffff; transform: translateY(-2px); }
.cityGatewayCard > span { color: #b85f49; font-size: .64rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.cityGatewayCard > strong { margin-top: 7px; font-family: Georgia, serif; font-size: 1.42rem; font-weight: 500; }
.cityGatewayCard > small { margin-top: 5px; color: #65736d; font-size: .67rem; }
.cityGatewayCard > i { position: absolute; top: 17px; right: 17px; color: #173128; font-style: normal; }
.cityGateway figure { display: none; }

@media (max-width: 900px) {
  .regionGatewayGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .regionGateway, .cityGateway { width: min(100% - 32px, 900px); }
  .regionGateway { padding: 38px 18px; }
  .regionGatewayGrid { grid-template-columns: 1fr; }
  .regionGatewayCard { min-height: 160px; }
  .cityGateway { padding: 32px 20px; }
  .cityGatewayGrid { grid-template-columns: 1fr; }
}

/* Mobile app download panel */
.mobileAppPromo {
  position: relative;
  width: min(1280px, calc(100% - 48px));
  margin: 96px auto;
  padding: 66px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(310px, .88fr);
  align-items: center;
  gap: 56px;
  overflow: hidden;
  border-radius: 38px;
  background: linear-gradient(128deg, #0d3026 0%, #153e32 64%, #1e4a3d 100%);
  color: #fffaf2;
  box-shadow: 0 28px 68px rgba(13, 48, 38, .16);
}
.mobileAppPromo::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -130px;
  bottom: -230px;
  border: 1px solid rgba(255, 250, 242, .16);
  border-radius: 50%;
}
.mobileAppCopy { position: relative; z-index: 2; }
.mobileAppCopy .eyebrow { color: #e99a80; }
.mobileAppCopy h2 {
  max-width: 680px;
  margin: 12px 0 20px;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 5vw, 5rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}
.mobileAppCopy > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #d8e4de; line-height: 1.72; }
.mobileAppCopy > small { display: block; margin-top: 14px; color: #aebfb8; font-size: .72rem; }
.mobileStoreButtons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.mobileStoreButton {
  position: relative;
  min-width: 210px;
  padding: 15px 54px 15px 20px;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 17px;
  background: #fffaf2;
  color: #12372c;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0,0,0,.13);
  transition: transform .2s ease, background-color .2s ease;
}
.mobileStoreButton:nth-child(2) { background: #dfe9e3; }
.mobileStoreButton:hover { transform: translateY(-3px); background: #ffffff; }
.mobileStoreButton span { font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mobileStoreButton strong { font-size: 1.03rem; }
.mobileStoreButton i { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); font-size: 1.35rem; font-style: normal; }
.mobileAppArt { position: relative; min-height: 360px; }
.appPhone {
  position: absolute;
  width: 184px;
  height: 344px;
  padding: 18px;
  border: 7px solid #f8f1e7;
  border-radius: 34px;
  background: linear-gradient(160deg, #e79a80, #c96952);
  box-shadow: 0 30px 56px rgba(0,0,0,.26);
}
.appPhone::before { content: ""; position: absolute; top: 7px; left: 50%; width: 48px; height: 7px; transform: translateX(-50%); border-radius: 8px; background: #17392f; }
.appPhone i { display: block; width: 62px; height: 62px; margin: 42px auto 24px; border-radius: 50%; background: rgba(255,250,242,.92); box-shadow: 0 0 0 11px rgba(255,255,255,.12); }
.appPhone b, .appPhone b::before, .appPhone b::after { display: block; height: 9px; border-radius: 8px; background: rgba(255,250,242,.72); }
.appPhone b { position: relative; width: 78%; margin: auto; }
.appPhone b::before, .appPhone b::after { content: ""; position: absolute; left: 0; width: 100%; top: 22px; }
.appPhone b::after { width: 68%; top: 44px; }
.appPhoneBack { top: 14px; left: 28px; transform: rotate(-9deg); opacity: .78; }
.appPhoneFront { top: 4px; right: 24px; transform: rotate(7deg); background: linear-gradient(155deg, #c9b3d4, #9d7bae); }
.appConnectionDot { position: absolute; left: 50%; top: 42%; width: 62px; height: 62px; transform: translate(-50%,-50%); border: 14px solid #153e32; border-radius: 50%; background: #fffaf2; box-shadow: 0 0 0 1px rgba(255,250,242,.35); }

@media (max-width: 900px) {
  .mobileAppPromo { padding: 54px 42px; grid-template-columns: 1fr; }
  .mobileAppArt { width: min(440px, 100%); margin: 0 auto; }
}
@media (max-width: 580px) {
  .mobileAppPromo { width: calc(100% - 28px); margin: 66px auto; padding: 42px 24px; border-radius: 28px; }
  .mobileStoreButtons { display: grid; }
  .mobileStoreButton { width: 100%; }
  .mobileAppArt { min-height: 285px; transform: scale(.8); transform-origin: top center; margin-bottom: -60px; }
}

/* Compact app download panel used at the end of inner pages */
.compactAppPromo {
  width: min(1180px, calc(100% - 48px));
  margin: 82px auto;
  padding: 38px 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  border-radius: 28px;
  background: linear-gradient(120deg, #12382e, #1e4a3d);
  color: #fffaf2;
  box-shadow: 0 22px 52px rgba(18, 56, 46, .14);
}
.compactAppPromo h2 {
  margin: 8px 0 0;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 500;
  line-height: 1.04;
}
.compactAppPromo .eyebrow { color: #efaa94; }
.compactAppButtons { display: grid; grid-template-columns: repeat(2, minmax(180px, 1fr)); gap: 10px; }
.compactAppButtons a {
  min-height: 68px;
  padding: 13px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 16px;
  background: #fffaf2;
  color: #15392f;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}
.compactAppButtons a:nth-child(2) { background: #dfe9e3; }
.compactAppButtons a:hover { transform: translateY(-3px); background: #fff; }
.compactAppButtons span { font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.compactAppButtons strong { margin-top: 3px; font-size: .94rem; }

@media (max-width: 860px) {
  .compactAppPromo { grid-template-columns: 1fr; padding: 36px; }
  .compactAppButtons { width: 100%; }
}
@media (max-width: 560px) {
  .compactAppPromo { width: calc(100% - 28px); margin: 58px auto; padding: 30px 22px; border-radius: 24px; }
  .compactAppButtons { grid-template-columns: 1fr; }
}
.modelPhotoNotice {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  max-width: calc(100% - 1rem);
  margin: 0.6rem 0.5rem 0;
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(20, 68, 54, 0.18);
  border-radius: 999px;
  background: rgba(248, 245, 238, 0.94);
  color: #35584e;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.modelPhotoNotice::before {
  content: "✓";
  color: #cf7156;
  font-weight: 800;
}

:where(
  .adviceArticleImage,
  .adviceCardImage,
  .articleInlineImage,
  .blogCardImage,
  .cityMagazineImage,
  .imageFrame,
  .memberPhoto,
  .productImage,
  .successStoryImage,
  .topicHeroImage,
  .usaHeroVisual,
  .usaIdentityImage
) {
  position: relative;
}

.modelPhotoNotice {
  position: absolute;
  z-index: 8;
  left: 12px;
  bottom: 12px;
  width: auto;
  max-width: calc(100% - 24px);
  margin: 0;
  padding: 0.42rem 0.68rem;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(251, 250, 247, 0.92);
  color: #173b2f;
  box-shadow: 0 8px 24px rgba(12, 38, 29, 0.16);
  backdrop-filter: blur(8px);
  pointer-events: none;
}

@media (max-width: 640px) {
  .modelPhotoNotice {
    left: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    padding: 0.34rem 0.52rem;
    font-size: 0.62rem;
  }
}

.modelDisclosureRow {
  width: min(1200px, calc(100% - 48px));
  margin: 30px auto 72px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(23, 59, 47, 0.16);
  border-radius: 16px;
  background: #f4f0e8;
  color: #35584e;
  text-align: center;
}

.modelDisclosureRow > span {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #dfe8df;
  color: #b85f49;
  font-weight: 850;
}

.modelDisclosureRow p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
}

.modelDisclosureRow strong {
  margin-right: 0.35rem;
  color: #173b2f;
}

@media (max-width: 640px) {
  .modelDisclosureRow {
    width: min(100% - 28px, 1200px);
    margin: 24px auto 52px;
    padding: 15px 16px;
    align-items: flex-start;
    text-align: left;
  }
}

.modelGroupDisclosure {
  width: min(1200px, calc(100% - 48px));
  margin: 9px auto 0;
  padding: 0 8px;
  color: var(--ink-soft);
  font-size: 0.69rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}

/* Keep each disclosure directly beneath its related image or image row. */
.heroVisual > .modelGroupDisclosure,
.topicHeroImage > .modelGroupDisclosure,
.articleInlineImage > .modelGroupDisclosure,
.adviceArticleImage > .modelGroupDisclosure,
.cityMagazineImage > .modelGroupDisclosure,
.usaHeroVisual > .modelGroupDisclosure,
.usaIdentityImage > .modelGroupDisclosure,
.productImage > .modelGroupDisclosure,
.countryArticleHero figure > .modelGroupDisclosure {
  width: 100%;
  margin: 9px 0 0;
}

.heroVisual { padding-bottom: 0; }
.memberGrid + .modelGroupDisclosure,
.successStoryGrid + .modelGroupDisclosure,
.adviceGrid + .modelGroupDisclosure,
.blogGrid + .modelGroupDisclosure,
.locationCountryGrid + .modelGroupDisclosure {
  margin-top: 10px;
}

.productImage { overflow: visible; }
.productImage > img { border-radius: 26px; }
.productImage > .modelGroupDisclosure,
.countryArticleHero figure > .modelGroupDisclosure {
  color: #dce7e1;
}
.successStories .modelGroupDisclosure {
  color: #fff1eb;
}

@media (max-width: 640px) {
  .modelGroupDisclosure {
    width: min(100% - 28px, 1200px);
    margin: 8px auto 0;
    padding: 0 6px;
    text-align: left;
  }

  .heroVisual > .modelGroupDisclosure,
  .topicHeroImage > .modelGroupDisclosure,
  .articleInlineImage > .modelGroupDisclosure,
  .adviceArticleImage > .modelGroupDisclosure,
  .cityMagazineImage > .modelGroupDisclosure,
  .usaHeroVisual > .modelGroupDisclosure,
  .usaIdentityImage > .modelGroupDisclosure,
  .productImage > .modelGroupDisclosure,
  .countryArticleHero figure > .modelGroupDisclosure {
    width: 100%;
  }
}

/*
 * Responsive desktop system · 2026-08-28
 *
 * The homepage is calibrated around the supplied 1770 × 832 desktop
 * reference. Fluid gutters and capped type/image sizes preserve that visual
 * relationship without scaling the document or adding resolution-specific
 * positioning.
 */
:root {
  --header-max: 1700px;
  --home-hero-max: 1600px;
  --desktop-header-gutter: clamp(24px, 2vw, 36px);
  --desktop-hero-gutter: clamp(48px, 9vw, 170px);
}

/* Keep the homepage composition clean while retaining the breadcrumb in the
   HTML and structured data for search engines. */
main:has(> .simplifiedHero) > .seoBreadcrumb { display: none; }
main:has(> .simplifiedHero) > .seoBreadcrumb + .hero { padding-top: 4px; }

@media (min-width: 1051px) {
  .navShell {
    width: min(var(--header-max), calc(100% - (2 * var(--desktop-header-gutter))));
    height: clamp(80px, 6.1vw, 108px);
    gap: clamp(24px, 2.25vw, 40px);
  }

  .brand {
    gap: clamp(10px, .8vw, 14px);
    font-size: clamp(1.12rem, 1.45vw, 1.65rem);
    white-space: nowrap;
  }

  .brandMark {
    width: clamp(40px, 3.05vw, 54px);
    height: clamp(40px, 3.05vw, 54px);
  }

  .desktopNav { gap: clamp(32px, 3.15vw, 56px); }
  .desktopNav a,
  .staticNav span { font-size: clamp(.9rem, 1.02vw, 1.08rem); }

  .pillButton.small {
    min-height: clamp(44px, 3.5vw, 62px);
    padding-inline: clamp(20px, 1.75vw, 31px);
    font-size: clamp(.9rem, 1.02vw, 1.08rem);
  }

  .hero {
    width: min(var(--home-hero-max), calc(100% - var(--desktop-hero-gutter)));
    min-height: 0;
    padding: 4px 0 72px;
    grid-template-columns: minmax(560px, .87fr) minmax(0, 1.13fr);
    align-items: start;
    gap: clamp(40px, 2.7vw, 48px);
  }

  .heroCopy {
    margin-top: clamp(60px, 4.75vw, 84px);
    padding-left: clamp(16px, 1.1vw, 20px);
  }

  .hero h1 {
    width: 100%;
    max-width: min(100%, clamp(470px, 37vw, 660px));
    font-size: clamp(4rem, 5.55vw, 6.25rem);
    line-height: .98;
    letter-spacing: -.07em;
    text-wrap: balance;
  }

  .hero .eyebrow { margin-bottom: clamp(24px, 1.55vw, 28px); }

  .heroLead {
    max-width: 640px;
    margin-top: clamp(36px, 2.7vw, 48px);
    font-size: clamp(1.02rem, 1.18vw, 1.3rem);
    line-height: 1.58;
  }

  .heroVisual {
    width: 100%;
    max-width: 900px;
    justify-self: end;
    padding: 20px 0 0;
  }

  .imageFrame {
    width: 100%;
    max-height: 960px;
    aspect-ratio: .92;
    border-radius: clamp(170px, 12.5vw, 220px) clamp(170px, 12.5vw, 220px) 32px 32px;
  }

  .floatingCard {
    gap: clamp(12px, .9vw, 16px);
    padding: clamp(16px, 1.25vw, 22px) clamp(20px, 2vw, 36px);
    border-radius: clamp(16px, 1.15vw, 21px);
  }

  .floatingCard strong { font-size: clamp(.86rem, .96vw, 1rem); }
  .floatingCard small { font-size: clamp(.72rem, .77vw, .82rem); }
  .miniIcon { width: clamp(34px, 2.45vw, 44px); height: clamp(34px, 2.45vw, 44px); }
  .floatingTop { top: 13%; left: clamp(-24px, -1.2vw, -12px); }
}

/* Smaller desktops keep a two-column hero, but type and gaps stop growing
   before the title can fragment into extra lines. */
@media (min-width: 1051px) and (max-width: 1399px) {
  :root { --desktop-hero-gutter: clamp(48px, 7.5vw, 96px); }
  .hero {
    grid-template-columns: minmax(470px, .94fr) minmax(0, 1.06fr);
    gap: clamp(36px, 3vw, 48px);
  }
  .heroCopy { padding-left: clamp(8px, 1.5vw, 20px); }
  .hero h1 {
    max-width: min(100%, 440px);
    font-size: clamp(3.8rem, 5vw, 4.35rem);
  }
  .heroLead { font-size: clamp(1rem, 1.25vw, 1.08rem); }
  .heroVisual { padding-right: 0; }
  .floatingTop { left: -24px; }
}

/* Tablet navigation becomes an explicit menu rather than disappearing in the
   gap between the desktop and phone breakpoints. */
@media (max-width: 1050px) {
  .navActions { display: none; }
  .mobileMenu { display: block; }
}

@media (max-width: 800px) {
  .navShell { width: min(100% - 32px, 1280px); height: 70px; }
  .brand { font-size: 1rem; }
  .brandMark { width: 36px; height: 36px; }
  .heroCopy { margin-top: 0; }
}

/*
 * Full-site fluid desktop system · 2026-08-28
 *
 * The supplied 1920 × 900 captures use broad editorial canvases rather than
 * narrow fixed-width cards. These rules preserve that composition near the
 * reference size, compress it progressively on smaller desktop screens, and
 * cap it on ultrawide displays. Existing tablet/mobile breakpoints remain the
 * source of truth below 1051 CSS pixels.
 */
:root {
  --reference-shell-max: 1824px;
  --reference-shell: min(var(--reference-shell-max), calc(100% - 48px));
  --reference-reading-max: 1380px;
  --reference-section-gap: clamp(72px, 6.25vw, 120px);
}

@media (min-width: 1280px) {
  /* Shared wide editorial canvas. */
  .section,
  .memberShowcase,
  .productStory,
  .membershipPanel,
  .pageHero,
  .pageCta,
  .mobileAppPromo,
  .compactAppPromo,
  .topicHero,
  .adviceSteps,
  .communityValues,
  .topicSplit,
  .communityPath,
  .topicResourceCards,
  .blogHero,
  .blogGrid,
  .blogNewsletter,
  .locationHubHero,
  .countryArticleHero,
  .regionArticleHero,
  .regionGateway {
    width: var(--reference-shell);
  }

  .section,
  .memberShowcase,
  .productStory,
  .membershipPanel,
  .topicSplit,
  .communityPath,
  .topicResourceCards {
    margin-top: var(--reference-section-gap);
    margin-bottom: var(--reference-section-gap);
  }

  /* Homepage sections shown in the desktop reference set. */
  .networkProof { padding-inline: 24px; }
  .proofShell { width: min(1824px, 100%); grid-template-columns: minmax(420px, .72fr) minmax(0, 1.28fr); gap: clamp(64px, 6vw, 116px); }
  .statsGrid { gap: clamp(14px, 1.1vw, 22px); }
  .statsGrid article { min-height: clamp(230px, 16vw, 306px); padding: clamp(28px, 2.3vw, 44px); }

  .dedicatedIntro { gap: clamp(64px, 5.5vw, 106px); }
  .memberHeading { gap: clamp(48px, 7vw, 130px); }
  .memberGrid { gap: clamp(18px, 1.25vw, 24px); }
  .memberCard:nth-child(even) { margin-top: clamp(22px, 1.8vw, 34px); }

  .productStory { padding: clamp(38px, 2.7vw, 52px); grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr); gap: clamp(64px, 5.5vw, 106px); }
  .productImage img { width: 100%; height: auto; max-height: 780px; object-fit: cover; }

  .toolsGrid { gap: clamp(16px, 1.2vw, 23px); }
  .toolsGrid article { min-height: clamp(260px, 18vw, 350px); padding: clamp(28px, 2.25vw, 43px); }
  .toolsGrid h3 { margin-top: clamp(46px, 4.2vw, 80px); font-size: clamp(1.55rem, 1.65vw, 2rem); }
  .toolsGrid p { max-width: 310px; font-size: clamp(.88rem, .9vw, 1rem); }

  .membershipPanel { padding: clamp(68px, 5.7vw, 110px); grid-template-columns: minmax(420px, .82fr) minmax(0, 1.18fr); gap: clamp(70px, 5.7vw, 110px); }
  .membershipColumns { gap: clamp(16px, 1.5vw, 28px); }
  .membershipColumns article { padding: clamp(28px, 2.2vw, 42px); }
  .membershipColumns li { font-size: clamp(.86rem, .9vw, 1rem); line-height: 1.65; }

  .successStories { padding-inline: 24px; }
  .successStoryGrid { width: min(1800px, 100%); gap: clamp(18px, 1.25vw, 24px); }
  .successStoryImage img { width: 100%; }

  .homepageFaq { width: var(--reference-shell); }
  .homepageFaq .sectionHeading { max-width: 1220px; }
  .faqList { max-width: var(--reference-reading-max); }
  .faqList summary { padding-block: clamp(26px, 2.2vw, 42px); font-size: clamp(1.02rem, 1.15vw, 1.3rem); }
  .faqList details p { max-width: 1080px; font-size: clamp(.92rem, .95vw, 1.05rem); }

  .mobileAppPromo { padding: clamp(68px, 5.7vw, 110px); grid-template-columns: minmax(560px, 1.12fr) minmax(420px, .88fr); gap: clamp(64px, 5vw, 96px); }
  .mobileAppArt { min-height: clamp(360px, 24vw, 460px); }
  .appPhone { width: clamp(184px, 12vw, 230px); height: clamp(344px, 22.5vw, 432px); }

  .footerTop,
  .footerBottom { width: min(1800px, 100%); }
  .editorialFooter .footerTop { gap: clamp(54px, 6vw, 116px); }

  /* Generic inner pages use the same outer rhythm while preserving readable
     paragraph widths inside each grid column. */
  .pageHero { padding-inline: clamp(42px, 4vw, 76px); grid-template-columns: minmax(0, 1.35fr) minmax(320px, .55fr); gap: clamp(70px, 7vw, 132px); }
  .pageHero h1 { max-width: 1100px; }
  .processGrid,
  .storyGrid,
  .safeguardGrid { gap: clamp(16px, 1.25vw, 24px); }
  .processGrid article,
  .safeguardGrid article { min-height: clamp(280px, 18vw, 340px); padding: clamp(34px, 2.4vw, 46px); }
  .sourcePolicy,
  .softPanel { padding: clamp(70px, 5vw, 96px); gap: clamp(70px, 6vw, 116px); }
  .pageCta { padding: clamp(66px, 5vw, 96px); }
  .pageCta h2 { max-width: 980px; }

  /* Dating advice, community and blog landing pages. */
  .topicHero { grid-template-columns: minmax(500px, .88fr) minmax(560px, 1.12fr); gap: clamp(70px, 6vw, 116px); }
  .topicHeroCopy h1 { max-width: 820px; }
  .topicHeroImage img { max-height: 760px; }
  .adviceGrid { gap: clamp(18px, 1.3vw, 25px); }
  .communityValueGrid { gap: clamp(18px, 1.3vw, 25px); }
  .topicSplit,
  .communityPath { padding: clamp(70px, 5.2vw, 100px); gap: clamp(80px, 7vw, 134px); }
  .topicResourceCards { gap: clamp(20px, 1.5vw, 29px); }
  .topicResourceCards article { padding: clamp(52px, 4vw, 76px); }

  .blogHero { grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); gap: clamp(72px, 7vw, 132px); }
  .blogGrid { gap: clamp(24px, 1.6vw, 31px); }
  .blogCardContent { min-height: clamp(295px, 18vw, 350px); padding: clamp(26px, 2vw, 38px); }
  .blogNewsletter { padding: clamp(54px, 4.5vw, 86px); }

  /* Location hierarchy keeps country, state and city pages visually distinct
     but aligns their outside edges with the rest of the site. */
  .locationCountryDirectory { padding-inline: max(24px, calc((100% - 1824px) / 2)); }
  .countryArticleHero,
  .regionArticleHero { min-height: clamp(570px, 36vw, 700px); }
  .regionGateway { padding-inline: clamp(48px, 4vw, 76px); }
  .regionGatewayGrid { gap: clamp(16px, 1.3vw, 25px); }
  .cityRelated { padding-inline: max(24px, calc((100% - 1500px) / 2)); }

  /* The USA page contains a scoped style block, so the body-qualified selector
     intentionally has enough specificity to establish the shared wide shell. */
  body.usaLanding .usaShell { width: var(--reference-shell); }
  body.usaLanding .usaHeroGrid { grid-template-columns: minmax(520px, .92fr) minmax(500px, 1.08fr); gap: clamp(56px, 5vw, 96px); }
  body.usaLanding .usaHeroVisual { max-width: 760px; }
  body.usaLanding .usaIntroGrid,
  body.usaLanding .usaIdentityGrid,
  body.usaLanding .usaLocationIntro,
  body.usaLanding .usaPrivacyGrid,
  body.usaLanding .usaCommunityGrid { gap: clamp(70px, 6vw, 116px); }
  body.usaLanding .usaCards,
  body.usaLanding .usaFeatureGrid,
  body.usaLanding .usaSteps,
  body.usaLanding .usaStateGrid { gap: clamp(16px, 1.3vw, 25px); }
}

/* Smaller laptops keep the same hierarchy with reduced density. */
@media (min-width: 1051px) and (max-width: 1279px) {
  .section,
  .memberShowcase,
  .productStory,
  .membershipPanel,
  .pageHero,
  .pageCta,
  .mobileAppPromo,
  .compactAppPromo,
  .topicHero,
  .adviceSteps,
  .communityValues,
  .topicSplit,
  .communityPath,
  .topicResourceCards,
  .blogHero,
  .blogGrid,
  .blogNewsletter { width: min(100% - 48px, 1200px); }

  .memberGrid,
  .toolsGrid { gap: 14px; }
  .productStory,
  .membershipPanel,
  .topicHero { gap: clamp(40px, 4vw, 56px); }
  .membershipPanel { padding: 54px; }
  .topicSplit,
  .communityPath { padding: 56px; }
}

/* Homepage large-screen rhythm fix · 2026-08-29
   Keep the two editorial transitions compact at wide desktop sizes. */
@media (min-width: 1280px) {
  .dedicatedIntro {
    margin-top: clamp(72px, 4.25vw, 82px);
    margin-bottom: clamp(62px, 4.25vw, 82px);
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(72px, 5.5vw, 106px);
  }

  .dedicatedIntro > div:first-child {
    max-width: 780px;
  }

  .dedicatedIntro h2 {
    max-width: 780px;
    font-size: clamp(4.15rem, 4.25vw, 5rem);
    line-height: .98;
  }

  .dedicatedIntro .richCopy {
    max-width: 930px;
    padding-top: 2px;
  }

  .dedicatedIntro .richCopy p {
    margin-bottom: clamp(20px, 1.35vw, 26px);
    font-size: clamp(.98rem, .92vw, 1.08rem);
    line-height: 1.7;
  }

  .memberShowcase {
    margin-top: clamp(62px, 4.25vw, 82px);
  }

  .memberHeading {
    margin-bottom: clamp(40px, 2.8vw, 54px);
  }

  .storiesIntro {
    width: min(1800px, 100%);
    grid-template-columns: minmax(360px, .9fr) minmax(600px, 1.1fr);
    column-gap: clamp(72px, 6vw, 116px);
    row-gap: clamp(48px, 3.5vw, 70px);
    margin-bottom: clamp(48px, 3.2vw, 62px);
  }

  .storiesIntro h2 {
    max-width: 860px;
    font-size: clamp(4.35rem, 5vw, 6rem);
  }

  .storiesIntro > p:last-child {
    max-width: 560px;
  }
}

/* Quiet divider between the introduction and the profile showcase. */
.dedicatedIntro {
  position: relative;
}

.dedicatedIntro::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  height: 1px;
  background: rgba(23, 73, 57, .18);
}

@media (min-width: 1280px) {
  .dedicatedIntro::after {
    bottom: clamp(-41px, -2.125vw, -31px);
  }
}

@media (max-width: 700px) {
  .dedicatedIntro::after {
    bottom: -44px;
  }
}


/* Homepage SEO content blocks · 2026-09-09 */
.primaryTopic,.locationGateway{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(56px,6vw,108px);align-items:start}
.primaryTopic h2,.locationGateway h2{max-width:760px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.65rem,4.35vw,4.75rem);font-weight:400;letter-spacing:-.055em;line-height:1}
.primaryTopicCopy,.locationGatewayCopy{padding-top:3px}
.primaryTopicCopy p,.locationGatewayCopy p{max-width:780px;margin:0;color:var(--ink-soft);font-size:1rem;line-height:1.75}
.contextLinks{margin-top:24px!important}
.contextLinks a{color:var(--forest);font-weight:750;text-underline-offset:4px}
.locationGateway{padding:clamp(42px,4vw,72px);border:1px solid var(--line);border-radius:34px;background:var(--cream)}
.locationGatewayLink{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;min-width:min(100%,440px);margin-top:30px;padding:18px 22px;border-radius:999px;background:var(--forest);color:#fff;font-weight:750;text-decoration:none}
.locationGatewayLink:hover{background:var(--forest-deep)}
@media(max-width:800px){.primaryTopic,.locationGateway{grid-template-columns:1fr;gap:30px}.locationGateway{padding:34px 24px}.locationGatewayLink{min-width:0;width:100%}}
@media(max-width:560px){.primaryTopic h2,.locationGateway h2{font-size:2.65rem}.locationGatewayLink{gap:18px}}


/* California landing page — 2026-09-12 */
.californiaBody { background: #fbfaf7; }
.californiaBody main { overflow: hidden; }
.californiaHero,
.californiaPromiseBar,
.californiaEditorial { width: min(1824px, calc(100% - 48px)); margin-inline: auto; }
.californiaHero { position: relative; isolation: isolate; min-height: clamp(620px, 43vw, 790px); margin-top: 28px; display: flex; align-items: center; overflow: hidden; border-radius: 42px; background: var(--forest-deep); color: white; }
.californiaHeroCopy { position: relative; z-index: 2; width: min(980px, 68%); padding: clamp(54px, 7.2vw, 132px); display: flex; flex-direction: column; justify-content: center; }
.californiaHeroCopy h1 { max-width: 960px; margin: 18px 0 28px; font-family: Georgia, serif; font-size: clamp(3.35rem, 5.35vw, 6.8rem); font-weight: 400; line-height: .91; letter-spacing: -.058em; }
.californiaHeroCopy h1 em { color: white; font-weight: 400; }
.californiaHeroCopy > p:not(.eyebrow):not(.californiaPartnerNote) { max-width: 760px; color: #cedbd5; font-size: clamp(1rem, 1.15vw, 1.18rem); line-height: 1.75; }
.californiaHeroActions { margin-top: 34px; display: flex; align-items: center; gap: 24px; }
.californiaHeroActions > a:not(.pillButton) { color: #e4ece7; font-size: .8rem; font-weight: 800; text-underline-offset: 5px; }
.californiaPartnerNote { max-width: 650px; margin-top: 18px; color: #aabdb4; font-size: .7rem; line-height: 1.55; }
.californiaHero figure { position: absolute; z-index: 0; inset: 0; min-width: 0; margin: 0; overflow: hidden; background: #0c261e; }
.californiaHero figure::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,31,24,.94) 0%, rgba(7,31,24,.82) 38%, rgba(7,31,24,.48) 68%, rgba(7,31,24,.25) 100%); }
.californiaHero img { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; display: block; object-fit: cover; object-position: center 44%; }
.californiaHero figcaption { position: absolute; z-index: 2; right: 24px; bottom: 18px; padding: 0; color: rgba(255,255,255,.72); background: transparent; font-size: .68rem; }
.californiaPromiseBar { margin-top: 18px; padding: 22px clamp(24px, 3vw, 48px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 26px; background: #f3efe7; }
.californiaPromiseBar article { padding: 12px clamp(16px, 2.4vw, 44px); display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.californiaPromiseBar article + article { border-left: 1px solid var(--line); }
.californiaPromiseBar span { color: var(--terracotta); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.californiaPromiseBar strong { display: block; margin-bottom: 4px; color: var(--forest); font-family: Georgia, serif; font-size: 1.22rem; font-weight: 500; }
.californiaPromiseBar p { margin: 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.55; }
.californiaEditorial { padding: clamp(92px, 8vw, 150px) 0 0; }
.californiaIntro,
.californiaSectionHeading { max-width: 1060px; }
.californiaIntro h2,
.californiaSectionHeading h2 { margin: 14px 0 22px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(2.8rem, 5.2vw, 5.75rem); font-weight: 400; line-height: .96; letter-spacing: -.052em; }
.californiaIntro > p:not(.eyebrow),
.californiaSectionHeading > p:not(.eyebrow) { max-width: 900px; color: var(--ink-soft); font-size: clamp(.98rem, 1.1vw, 1.12rem); line-height: 1.82; }
.californiaLocalGrid { margin-top: clamp(52px, 5vw, 84px); padding: clamp(48px, 5vw, 82px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: clamp(48px, 6vw, 110px); border-radius: 34px; background: var(--cream); }
.californiaLocalGrid h3 { margin: 0 0 16px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 3.1rem); font-weight: 400; line-height: 1.08; }
.californiaLocalGrid p { color: var(--ink-soft); line-height: 1.82; }
.californiaLocalGrid aside { padding: 34px; border-radius: 26px; background: var(--sage-pale); }
.californiaLocalGrid aside > span { color: var(--terracotta); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.californiaLocalGrid aside h3 { margin-top: 14px; font-size: clamp(1.65rem, 2.4vw, 2.5rem); }
.californiaLocalGrid ul { margin: 22px 0 0; padding-left: 18px; color: var(--ink-soft); line-height: 1.8; }
.californiaAdvantage,
.californiaDateSection,
.californiaSteps,
.californiaFaq { padding: clamp(98px, 8.5vw, 160px) 0 0; }
.californiaAdvantageGrid { margin-top: 48px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.californiaAdvantageGrid article { min-height: 310px; padding: clamp(32px, 3.2vw, 58px); display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: 30px; background: #fff; }
.californiaAdvantageGrid article:nth-child(2),
.californiaAdvantageGrid article:nth-child(3) { background: var(--sage-pale); }
.californiaAdvantageGrid span { margin-bottom: auto; color: var(--terracotta); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.californiaAdvantageGrid h3 { margin: 44px 0 12px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(1.65rem, 2.35vw, 2.55rem); font-weight: 400; }
.californiaAdvantageGrid p { max-width: 620px; margin: 0; color: var(--ink-soft); line-height: 1.72; }
.californiaDateGrid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.californiaDateGrid article { min-height: 330px; padding: clamp(30px, 3vw, 52px); border-radius: 30px; background: #efe5d7; }
.californiaDateGrid article:nth-child(2) { background: #e4ece5; }
.californiaDateGrid article:nth-child(3) { background: #efd9d0; }
.californiaDateGrid span { color: var(--terracotta); font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.californiaDateGrid h3 { margin: clamp(52px, 5vw, 88px) 0 14px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(1.55rem, 2.15vw, 2.35rem); font-weight: 400; line-height: 1.08; }
.californiaDateGrid p { margin: 0; color: var(--ink-soft); line-height: 1.72; }
.californiaDisclosure { margin-top: clamp(98px, 8.5vw, 160px); padding: clamp(54px, 5.6vw, 96px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(54px, 7vw, 126px); border-radius: 38px; background: var(--forest-deep); color: white; }
.californiaDisclosure h2 { margin: 14px 0 0; font-family: Georgia, serif; font-size: clamp(2.6rem, 4.7vw, 5.2rem); font-weight: 400; line-height: .98; letter-spacing: -.048em; }
.californiaDisclosure p { color: #c8d7d0; line-height: 1.85; }
.californiaDisclosure a { color: white; font-weight: 800; text-underline-offset: 4px; }
.californiaSteps ol { margin: 48px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.californiaSteps li { padding: clamp(30px, 3.4vw, 56px) 0; display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: clamp(24px, 4vw, 74px); border-bottom: 1px solid var(--line); }
.californiaSteps li > span { color: var(--terracotta); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.californiaSteps h3 { margin: 0 0 12px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(1.8rem, 2.8vw, 3rem); font-weight: 400; }
.californiaSteps p { max-width: 900px; margin: 0; color: var(--ink-soft); line-height: 1.75; }
.californiaCityGuide { margin-top: clamp(98px, 8.5vw, 160px); padding: clamp(50px, 5vw, 86px); display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 6vw, 100px); align-items: end; border: 1px solid #ccd9cf; border-radius: 34px; background: #e5ece6; }
.californiaCityGuide h2 { margin: 12px 0 16px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(2.6rem, 4.6vw, 5rem); font-weight: 400; }
.californiaCityGuide p { max-width: 760px; color: var(--ink-soft); line-height: 1.78; }
.californiaCityGuide .pillButton { margin-top: 14px; }
.californiaBackLink { position: relative; padding: 30px; border-radius: 24px; background: white; color: var(--forest); text-decoration: none; }
.californiaBackLink span,
.californiaBackLink strong { display: block; }
.californiaBackLink span { color: var(--terracotta); font-size: .67rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.californiaBackLink strong { max-width: 210px; margin-top: 9px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.californiaBackLink i { position: absolute; top: 26px; right: 26px; font-style: normal; }
.californiaFaq { max-width: 1380px; margin-inline: auto; }
.californiaFaq .faqList { max-width: none; margin-top: 42px; }
.californiaFaq .faqList details p { max-width: 980px; }
.californiaCta { width: 100%; margin: clamp(98px, 8.5vw, 160px) 0 0; border-radius: 38px 38px 0 0; }
.californiaCta > div p:not(.eyebrow) { max-width: 820px; color: #c8d7d0; line-height: 1.72; }

@media (max-width: 1050px) {
  .californiaHeroCopy { width: min(860px, 82%); }
  .californiaHero figure { min-height: 0; }
  .californiaPromiseBar { grid-template-columns: 1fr; }
  .californiaPromiseBar article + article { border-left: 0; border-top: 1px solid var(--line); }
  .californiaLocalGrid,
  .californiaDisclosure,
  .californiaCityGuide { grid-template-columns: 1fr; }
  .californiaDateGrid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .californiaHero,
  .californiaPromiseBar,
  .californiaEditorial { width: min(100% - 32px, 1824px); }
  .californiaHero { margin-top: 16px; border-radius: 28px; }
  .californiaHeroCopy { width: 100%; padding: 46px 24px; }
  .californiaHeroCopy h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .californiaHeroActions { align-items: flex-start; flex-direction: column; }
  .californiaHero figure { min-height: 0; }
  .californiaHero figure::after { background: linear-gradient(180deg, rgba(7,31,24,.88) 0%, rgba(7,31,24,.82) 58%, rgba(7,31,24,.94) 100%); }
  .californiaHero figcaption { right: 18px; bottom: 14px; }
  .californiaPromiseBar { padding: 12px 18px; border-radius: 22px; }
  .californiaPromiseBar article { padding: 18px 4px; }
  .californiaLocalGrid { padding: 34px 22px; border-radius: 26px; }
  .californiaAdvantageGrid,
  .californiaDateGrid { grid-template-columns: 1fr; }
  .californiaAdvantageGrid article,
  .californiaDateGrid article { min-height: 0; }
  .californiaAdvantageGrid h3,
  .californiaDateGrid h3 { margin-top: 50px; }
  .californiaDisclosure,
  .californiaCityGuide { padding: 38px 24px; border-radius: 28px; }
  .californiaSteps li { grid-template-columns: 1fr; gap: 12px; }
  .californiaCta { border-radius: 28px 28px 0 0; }
}
