:root {
  --ivory: #fbf8f3;
  --cream: #f7f0e7;
  --white: #fffdf9;
  --peach: #f6e7dc;
  --terracotta: #ca6847;
  --red: #cf4f38;
  --red-dark: #a63c2d;
  --brown: #392a24;
  --muted: #756760;
  --line: #eadfd5;
  --line-dark: #ddcabc;
  --shadow: 0 10px 28px rgba(78, 48, 36, 0.08);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--brown);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

img {
  height: auto;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

h1 {
  max-width: 630px;
  margin-bottom: 16px;
  font-size: clamp(2.55rem, 4.7vw, 4.25rem);
}

h2 {
  margin-bottom: 15px;
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.3;
}

p {
  margin-bottom: 0.9rem;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 9px 14px;
  color: #fff;
  background: var(--brown);
  border-radius: 6px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #1769aa;
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.96);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: grid;
  grid-template-columns: 250px 1fr 250px;
  gap: 22px;
  align-items: center;
  min-height: 64px;
}

.brand {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: max-content;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--terracotta);
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
  font-size: 0.82rem;
  font-weight: 700;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1;
}

.brand-name small {
  display: block;
  margin-top: 3px;
  color: var(--terracotta);
  font-family: var(--sans);
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 700;
}

.desktop-nav {
  display: flex;
  gap: clamp(16px, 2vw, 28px);
  justify-content: center;
}

.desktop-nav a,
.text-action {
  position: relative;
  padding-block: 7px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.desktop-nav a::after,
.text-action::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transition: transform 160ms ease;
}

.desktop-nav a:hover::after,
.text-action:hover::after {
  transform: scaleX(1);
}

.header-actions,
.hero-actions,
.final-actions {
  display: flex;
  gap: 9px;
  align-items: center;
}

.header-actions {
  justify-content: flex-end;
}

.button {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 7px;
  box-shadow: 0 6px 14px rgba(166, 60, 45, 0.15);
  font-size: 0.94rem;
  font-weight: 750;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  transform: translateY(-1px);
}

.button-small {
  min-height: 36px;
  padding: 8px 15px;
  font-size: 0.86rem;
}

.button-ghost {
  color: var(--red-dark);
  background: transparent;
  border-color: #dcae9c;
  box-shadow: none;
}

.button-ghost:hover {
  color: #fff;
}

.button-light {
  color: var(--red-dark);
  background: #fff;
  border-color: #fff;
}

.button-light:hover {
  color: #fff;
  background: transparent;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(15, 10, 9, 0.9) 0%, rgba(15, 10, 9, 0.79) 37%, rgba(15, 10, 9, 0.28) 63%, rgba(15, 10, 9, 0.04) 100%),
    url("images/hero.webp") center center / cover no-repeat;
  border-bottom: 1px solid #241b18;
}

.hero-grid {
  display: flex;
  min-height: clamp(470px, 42vw, 610px);
  align-items: center;
}

.hero-copy {
  display: flex;
  width: min(610px, 58%);
  padding: 66px 0 60px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.hero h1 {
  color: #fff;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--terracotta);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 560px;
  margin-bottom: 20px;
  color: #f8eee8;
  font-size: 1.1rem;
}

.hero-note {
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: 540px;
  margin: 15px 0 0;
  color: #f5e5de;
  font-size: 0.88rem;
  text-shadow: none;
}

.hero-note span {
  display: grid;
  min-width: 30px;
  height: 30px;
  color: #fff;
  background: rgba(207, 79, 56, 0.9);
  border-radius: 50%;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 850;
}

.hero .button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.74);
  text-shadow: none;
}

.hero .button-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
}

.expectation-bar {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.expectation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.expectation-grid p {
  display: flex;
  min-height: 82px;
  margin: 0;
  padding: 18px 22px;
  flex-direction: column;
  justify-content: center;
}

.expectation-grid p + p {
  border-left: 1px solid var(--line);
}

.expectation-grid strong {
  margin-bottom: 3px;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 1rem;
}

.expectation-grid span {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.section {
  padding: clamp(54px, 6vw, 78px) 0;
}

.section-heading {
  max-width: 690px;
}

.section-heading > p:last-child,
.section-copy > p,
.community-intro > p {
  color: var(--muted);
}

.heading-center {
  margin-inline: auto;
  text-align: center;
}

.heading-narrow {
  max-width: 760px;
}

.start-section {
  background: var(--ivory);
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.route-card {
  display: flex;
  min-height: 190px;
  padding: 20px 17px;
  flex-direction: column;
  color: var(--brown);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 9px;
  box-shadow: 0 3px 12px rgba(78, 48, 36, 0.04);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.route-card:hover {
  border-color: #d8a28f;
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.route-card svg {
  width: 31px;
  height: 31px;
  margin-bottom: auto;
  fill: none;
  stroke: var(--terracotta);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.route-kicker,
.fork-label,
.membership-name {
  margin-top: 18px;
  color: var(--terracotta);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-card strong {
  margin: 3px 0 5px;
  font-family: var(--serif);
  font-size: 1.08rem;
}

.route-card > span:last-child {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.audience-section {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.audience-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 7vw, 86px);
  align-items: start;
}

.audience-intro > div:last-child {
  max-width: 720px;
  color: var(--muted);
}

.audience-intro a {
  color: var(--red-dark);
  font-weight: 750;
}

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

.audience-card {
  overflow: hidden;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.audience-card > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.audience-card > .audience-image-party {
  object-position: center 38%;
}

.audience-card-body {
  min-height: 215px;
  padding: 22px 24px 24px;
}

.audience-card-body span {
  color: var(--terracotta);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.audience-card-body h3 {
  margin: 22px 0 7px;
  font-family: var(--serif);
  font-size: 1.2rem;
}

.audience-card-body p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.audience-note {
  max-width: 990px;
  margin: 22px 0 0;
  padding-left: 14px;
  color: var(--muted);
  border-left: 2px solid var(--terracotta);
  font-size: 0.9rem;
}

.local-section {
  background: var(--cream);
  border-block: 1px solid var(--line);
}

.split-layout,
.conversation-grid,
.control-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(36px, 7vw, 86px);
  align-items: center;
}

.split-wide {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.68fr);
}

.scope-pills {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.scope-pills span {
  padding: 6px 10px;
  color: var(--red-dark);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 750;
}

.framed-image {
  position: relative;
  margin: 0;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.framed-image::before {
  position: absolute;
  z-index: -1;
  top: -13px;
  right: -13px;
  width: 48%;
  height: 45%;
  border-top: 1px solid #db9c84;
  border-right: 1px solid #db9c84;
  content: "";
}

.framed-image img {
  width: 100%;
  border-radius: 10px;
}

.image-tall img {
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
}

.home-city-section {
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}

.home-city-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 96px);
  align-items: end;
}

.home-city-intro h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.home-city-intro > p {
  margin-bottom: 5px;
  color: var(--muted);
}

.home-city-routes {
  margin-top: 42px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-soft);
}

.home-city-routes article {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(210px, auto);
  gap: clamp(24px, 4vw, 55px);
  align-items: center;
  min-height: 185px;
  padding: 26px clamp(24px, 4vw, 46px);
}

.home-city-routes article + article {
  border-top: 1px solid var(--line-dark);
}

.home-city-code {
  display: grid;
  width: 92px;
  height: 92px;
  color: var(--terracotta);
  background: #f5e6de;
  border: 1px solid #e1b7a7;
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
  font-size: 1.18rem;
  letter-spacing: 0.08em;
}

.home-city-route-copy > span {
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-city-route-copy h3 {
  margin: 9px 0 7px;
  font-size: 1.32rem;
}

.home-city-route-copy h3 a {
  color: var(--brown);
  text-decoration: none;
}

.home-city-route-copy h3 a:hover {
  color: var(--terracotta);
}

.home-city-route-copy p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.home-city-action {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  color: var(--terracotta);
  border-bottom: 1px solid var(--terracotta);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.home-city-action span {
  font-family: var(--serif);
  font-size: 1.25rem;
}

.home-city-boundary {
  max-width: 900px;
  margin: 22px 0 0;
  padding-left: 14px;
  color: var(--muted);
  border-left: 2px solid var(--terracotta);
  font-size: 0.84rem;
}

.location-section {
  background: var(--white);
}

.location-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 34px 0 20px;
  padding: 0;
  list-style: none;
}

.location-track li {
  position: relative;
  padding: 0 22px 12px 0;
}

.location-track li::before {
  position: absolute;
  top: 19px;
  right: 0;
  left: 38px;
  height: 1px;
  background: var(--line-dark);
  content: "";
}

.location-track li:last-child::before {
  display: none;
}

.track-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 15px;
  color: var(--red-dark);
  background: var(--ivory);
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 800;
}

.location-track strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 1.06rem;
}

.location-track p,
.context-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.context-note {
  max-width: 760px;
  padding-left: 12px;
  border-left: 2px solid var(--terracotta);
}

.discovery-section {
  color: var(--brown);
  background: var(--ivory);
  border-block: 1px solid var(--line);
}

.discovery-section .section-heading > p:last-child {
  color: var(--muted);
}

.discovery-fork {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.fork-panel {
  min-height: 330px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.fork-search {
  background: var(--white);
}

.fork-feed {
  background: #f5dfd5;
  border-color: #e8c2b3;
}

.fork-label {
  display: inline-block;
  margin: 0 0 13px;
}

.fork-panel h3 {
  max-width: 410px;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 500;
}

.fork-panel p,
.check-list {
  color: var(--muted);
}

.check-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 8px 0 8px 22px;
  border-top: 1px solid rgba(117, 103, 96, 0.17);
  font-size: 0.9rem;
}

.check-list li::before {
  position: absolute;
  top: 9px;
  left: 1px;
  color: var(--terracotta);
  content: "✓";
}

.conversation-grid {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.08fr);
}

.conversation-image img {
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
}

.conversation-steps {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.conversation-steps li {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.conversation-steps span {
  color: var(--red-dark);
  font-size: 0.94rem;
  font-weight: 800;
}

.conversation-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.relationship-section {
  background: var(--cream);
  border-block: 1px solid var(--line);
}

.relationship-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 0.8fr;
  gap: 12px;
  align-items: stretch;
}

.relationship-grid .section-heading {
  padding: 12px 40px 0 0;
}

.relationship-option {
  padding: 25px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.relationship-option p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.hotlist-option {
  background: #fff8f4;
  border-color: #e4b9aa;
}

.option-icon {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  color: var(--terracotta);
  background: #f5ded4;
  border-radius: 50%;
  place-items: center;
  font-size: 1.05rem;
}

.community-section {
  background: var(--white);
}

.community-intro {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 58px;
  align-items: end;
}

.community-mosaic {
  display: grid;
  grid-template-columns: 1fr 0.9fr 0.65fr;
  grid-template-rows: 240px 285px;
  gap: 10px;
  margin-top: 34px;
}

.community-feature,
.community-photo,
.live-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.community-feature {
  padding: 26px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.community-feature p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.community-detail-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--red-dark);
  font-size: 0.86rem;
  font-weight: 750;
}

.feature-index {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--terracotta);
  font-size: 0.8rem;
  font-weight: 800;
}

.community-photo {
  grid-column: 2 / 4;
}

.community-photo img,
.live-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-live {
  background: #f5dfd5;
  border-color: #e8c2b3;
}

.live-photo {
  grid-column: 3;
  grid-row: 2;
}

.membership-section {
  background: var(--ivory);
  border-block: 1px solid var(--line);
}

.membership-comparison {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.membership-comparison article {
  min-height: 205px;
  padding: 27px 25px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.membership-comparison .membership-featured {
  border: 2px solid #df8c72;
  box-shadow: var(--shadow);
}

.membership-name {
  display: block;
  margin: 0 0 16px;
}

.membership-comparison p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.before-pay {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 14px;
  padding: 22px 25px;
  color: #fff;
  background: var(--terracotta);
  border-radius: 10px;
}

.before-pay strong {
  font-family: var(--serif);
  font-size: 1.06rem;
}

.before-pay p {
  max-width: 810px;
  margin: 4px 0 0;
  color: #fff2eb;
  font-size: 0.88rem;
}

.control-section {
  background: var(--white);
}

.control-layout {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.1fr);
  align-items: start;
}

.control-list {
  border-top: 1px solid var(--line-dark);
}

.control-list article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 17px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-dark);
}

.control-list svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: var(--terracotta);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.control-list h3,
.control-list p {
  margin-bottom: 3px;
}

.control-list p {
  color: var(--muted);
  font-size: 0.9rem;
}

.adult-boundary {
  padding-block: 46px;
  color: var(--brown);
  background: #f5e8de;
  border-block: 1px solid #e6d2c4;
}

.boundary-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1.25fr) minmax(255px, 0.65fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.boundary-badge {
  display: grid;
  width: 84px;
  height: 84px;
  color: var(--red);
  border: 1px solid #d99c88;
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
  font-size: 1.7rem;
}

.adult-boundary h2 {
  max-width: 700px;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.adult-boundary p {
  color: var(--muted);
  font-size: 0.88rem;
}

.boundary-actions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.boundary-actions li {
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  border-bottom: 1px solid #dec8bb;
}

.boundary-actions strong {
  font-size: 0.88rem;
}

.boundary-actions span {
  color: var(--muted);
  font-size: 0.86rem;
}

.decision-section {
  background: var(--ivory);
}

.decision-map {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 32px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 10px;
}

.decision-map > div {
  display: flex;
  min-height: 185px;
  padding: 21px 18px;
  flex-direction: column;
}

.decision-map > div + div {
  border-left: 1px solid var(--line-dark);
}

.decision-map span {
  color: var(--terracotta);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.decision-map strong {
  margin: 13px 0 auto;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.24;
}

.decision-map a {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.faq-section {
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.faq-layout {
  grid-template-columns: minmax(245px, 0.6fr) minmax(0, 1.18fr);
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--line-dark);
}

.faq-list details {
  border-bottom: 1px solid var(--line-dark);
}

.faq-list summary {
  position: relative;
  padding: 17px 42px 17px 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 0.98rem;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 15px;
  right: 5px;
  color: var(--terracotta);
  content: "+";
  font-family: var(--sans);
  font-size: 1.2rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  padding: 0 42px 16px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.final-cta {
  padding: 48px 0;
  color: #fff;
  background: var(--terracotta);
}

.eyebrow-light {
  color: #ffe0d4;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.final-cta h2 {
  max-width: 780px;
  margin-bottom: 10px;
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
}

.final-cta p:not(.eyebrow) {
  max-width: 740px;
  margin-bottom: 0;
  color: #fff1eb;
  font-size: 0.88rem;
}

.final-actions {
  flex-direction: column;
  align-items: stretch;
}

.final-text-link {
  color: #fff5ef;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

.site-footer {
  padding: 44px 0 20px;
  background: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.55fr 0.7fr 0.8fr;
  gap: 40px;
}

.footer-brand p {
  max-width: 315px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.86rem;
}

.footer-grid nav,
.footer-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-grid nav strong,
.footer-action strong {
  margin-bottom: 10px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid nav a {
  margin: 3px 0;
  color: var(--muted);
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-action {
  padding: 18px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.footer-action p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.86rem;
}

.footer-bottom {
  display: flex;
  margin-top: 32px;
  padding-top: 16px;
  justify-content: space-between;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1050px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
  }

  .mobile-nav summary {
    display: flex;
    min-width: 86px;
    min-height: 40px;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line-dark);
    border-radius: 7px;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 750;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .menu-icon {
    display: flex;
    width: 16px;
    gap: 3px;
    flex-direction: column;
  }

  .menu-icon span {
    height: 1.5px;
    background: var(--brown);
  }

  .mobile-nav nav {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    display: grid;
    width: min(300px, calc(100vw - 32px));
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
  }

  .mobile-nav nav a {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-nav nav a:hover {
    background: var(--cream);
  }

  .mobile-nav nav .mobile-join {
    margin-top: 5px;
    color: #fff;
    background: var(--red);
    text-align: center;
  }

  .hero-copy {
    width: min(620px, 64%);
  }

  .home-city-routes article {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .home-city-action {
    grid-column: 2;
    width: fit-content;
  }

  .route-grid,
  .decision-map {
    grid-template-columns: repeat(3, 1fr);
  }

  .decision-map > div:nth-child(4) {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .decision-map > div:nth-child(5) {
    border-top: 1px solid var(--line-dark);
  }

  .relationship-grid {
    grid-template-columns: 1fr 1fr;
  }

  .relationship-grid .section-heading {
    grid-column: 1 / -1;
    max-width: 740px;
    padding-right: 0;
  }

  .boundary-grid {
    grid-template-columns: auto 1fr;
  }

  .boundary-actions {
    grid-column: 2;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 0.7fr 0.8fr;
  }

  .footer-action {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 18px;
    align-items: center;
  }

  .footer-action p,
  .footer-action strong {
    margin: 0;
  }
}

@media (max-width: 780px) {
  .shell {
    width: min(100% - 32px, var(--shell));
  }

  .section {
    padding-block: 52px;
  }

  .hero-grid,
  .audience-intro,
  .split-layout,
  .conversation-grid,
  .control-layout,
  .faq-layout,
  .community-intro,
  .home-city-intro,
  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .home-city-intro {
    gap: 18px;
  }

  .home-city-routes article {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
  }

  .home-city-code {
    width: 64px;
    height: 64px;
    font-size: 0.86rem;
  }

  .hero-copy {
    width: min(590px, 78%);
    padding: 54px 0;
  }

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

  .expectation-grid p:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .expectation-grid p:nth-child(4) {
    border-top: 1px solid var(--line);
  }

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

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

  .location-track {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 22px;
  }

  .location-track li:nth-child(2)::before {
    display: none;
  }

  .discovery-fork,
  .membership-comparison {
    grid-template-columns: 1fr;
  }

  .fork-panel {
    min-height: auto;
  }

  .community-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .community-photo {
    grid-column: 2;
  }

  .live-photo {
    grid-column: 2;
    grid-row: 2 / 4;
  }

  .before-pay {
    grid-template-columns: 1fr;
  }

  .before-pay .button {
    justify-self: start;
  }

  .boundary-grid {
    grid-template-columns: 1fr;
  }

  .boundary-actions {
    grid-column: 1;
  }

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

  .decision-map > div:nth-child(3),
  .decision-map > div:nth-child(5) {
    border-left: 0;
  }

  .decision-map > div:nth-child(3) {
    border-top: 1px solid var(--line-dark);
  }

  .decision-map > div:nth-child(4) {
    border-left: 1px solid var(--line-dark);
  }

  .final-actions {
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-action {
    grid-template-columns: 1fr auto;
  }

  .footer-action p {
    display: none;
  }

  .footer-bottom {
    gap: 7px;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .site-header .brand-name {
    font-size: 0.98rem;
  }

  .site-header .brand-mark {
    width: 34px;
    height: 34px;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  h2 {
    font-size: clamp(1.85rem, 8.8vw, 2.45rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(15, 10, 9, 0.91) 0%, rgba(15, 10, 9, 0.78) 58%, rgba(15, 10, 9, 0.4) 100%),
      url("images/hero.webp") 66% center / cover no-repeat;
  }

  .hero-grid {
    min-height: 540px;
  }

  .hero-copy {
    width: 100%;
    padding: 48px 0;
  }

  .expectation-grid,
  .route-grid,
  .audience-grid,
  .location-track,
  .relationship-grid,
  .community-mosaic,
  .decision-map,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .expectation-grid p {
    min-height: auto;
    padding: 15px 0;
  }

  .expectation-grid p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .route-card {
    min-height: 175px;
  }

  .home-city-routes article {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .home-city-code {
    width: auto;
    height: auto;
    justify-self: start;
    padding: 7px 10px;
    border-radius: 999px;
    font-family: var(--sans);
    font-size: 0.7rem;
    font-weight: 850;
  }

  .home-city-action {
    grid-column: 1;
    width: 100%;
  }

  .location-track li::before {
    top: 38px;
    bottom: -4px;
    left: 19px;
    width: 1px;
    height: auto;
  }

  .location-track li:nth-child(2)::before {
    display: block;
  }

  .location-track li:last-child::before {
    display: none;
  }

  .conversation-steps li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .community-photo,
  .live-photo {
    grid-column: 1;
    grid-row: auto;
  }

  .community-photo img {
    aspect-ratio: 2 / 1;
  }

  .live-photo {
    width: min(100%, 320px);
    justify-self: center;
  }

  .decision-map > div {
    min-height: 155px;
  }

  .decision-map > div + div,
  .decision-map > div:nth-child(4) {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .boundary-badge {
    width: 70px;
    height: 70px;
    font-size: 1.35rem;
  }

  .faq-list summary {
    padding-right: 34px;
  }

  .faq-list details p {
    padding-right: 0;
  }

  .footer-brand,
  .footer-action {
    grid-column: 1;
  }

  .footer-action {
    grid-template-columns: 1fr;
  }
}

/* Local Groups product page */
.groups-page {
  background: var(--ivory);
}

.groups-hero {
  padding: 52px 0 62px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(202, 104, 71, 0.14), transparent 28%),
    var(--cream);
  border-bottom: 1px solid var(--line);
}

.groups-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(350px, 0.82fr);
  gap: clamp(42px, 7vw, 86px);
  align-items: center;
}

.groups-breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 0.82rem;
}

.groups-breadcrumb a {
  color: var(--red-dark);
}

.groups-hero h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.65rem, 5vw, 4.65rem);
}

.groups-hero-lead {
  max-width: 720px;
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 1.02rem;
}

.groups-hero .button-ghost {
  color: var(--red-dark);
  background: transparent;
  border-color: #dcae9c;
}

.groups-hero .button-ghost:hover {
  color: #fff;
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.groups-hero-media {
  position: relative;
  margin: 0;
  padding: 9px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50% 50% 14px 14px;
  box-shadow: var(--shadow);
}

.groups-hero-media::before {
  position: absolute;
  z-index: -1;
  top: -18px;
  right: -18px;
  width: 44%;
  aspect-ratio: 1;
  border: 1px solid #d99c88;
  border-radius: 50%;
  content: "";
}

.groups-hero-media img {
  width: 100%;
  min-height: 410px;
  border-radius: 50% 50% 8px 8px;
  object-fit: cover;
}

.groups-answer-bar {
  color: #fff;
  background: var(--terracotta);
}

.groups-answer-bar .shell {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  padding-block: 20px;
  align-items: center;
}

.groups-answer-bar strong {
  font-family: var(--serif);
  font-size: 1.08rem;
}

.groups-answer-bar p {
  margin: 0;
  color: #fff5ef;
  font-size: 0.9rem;
}

.groups-section {
  padding: clamp(64px, 7vw, 92px) 0;
  background: var(--white);
}

.groups-section-alt {
  background: var(--cream);
  border-block: 1px solid var(--line);
}

.groups-section-soft {
  background: #f8eee7;
  border-block: 1px solid #ead6c9;
}

.groups-heading {
  max-width: 760px;
}

.groups-heading-wide {
  max-width: 930px;
}

.groups-heading > p:last-child {
  color: var(--muted);
}

.groups-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.groups-compare-card {
  min-height: 340px;
  padding: 32px;
  background: var(--ivory);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
}

.groups-compare-card-accent {
  background: #fff4ef;
  border-color: #dea38f;
}

.groups-card-index {
  float: right;
  color: #d19a86;
  font-family: var(--serif);
  font-size: 2.3rem;
}

.groups-card-label {
  margin-bottom: 12px;
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.groups-compare-card h3 {
  margin-bottom: 17px;
  font-family: var(--serif);
  font-size: 1.8rem;
}

.groups-compare-card p {
  max-width: 510px;
  color: var(--muted);
}

.groups-compare-card strong {
  display: block;
  margin-top: 22px;
  color: var(--red-dark);
  font-size: 0.86rem;
}

.groups-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 35px;
}

.groups-type-grid article {
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.groups-type-grid h3 {
  margin-bottom: 15px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.groups-type-grid article > p:not(.groups-card-label) {
  color: var(--muted);
}

.groups-type-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  color: var(--red-dark);
  background: var(--peach);
  border: 1px solid #e5c2b3;
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 700;
}

.groups-explore-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.22fr);
  gap: clamp(44px, 8vw, 100px);
  align-items: start;
}

.groups-path {
  margin: 0;
  padding: 0;
  list-style: none;
}

.groups-path li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.groups-path li:first-child {
  border-top: 1px solid var(--line);
}

.groups-path li > span {
  display: grid;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--terracotta);
  border-radius: 50%;
  place-items: center;
  font-weight: 800;
}

.groups-path strong {
  font-family: var(--serif);
  font-size: 1.08rem;
}

.groups-path p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.groups-lifecycle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 36px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
}

.groups-lifecycle article {
  min-height: 255px;
  padding: 28px;
}

.groups-lifecycle article + article {
  border-left: 1px solid var(--line-dark);
}

.groups-lifecycle span {
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.groups-lifecycle h3 {
  margin: 40px 0 10px;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.groups-lifecycle p {
  color: var(--muted);
  font-size: 0.9rem;
}

.groups-context-note {
  max-width: 930px;
  margin: 22px 0 0;
  padding: 17px 20px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.7);
  border-left: 3px solid var(--terracotta);
  font-size: 0.9rem;
}

.groups-mode-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.groups-mode-grid article {
  padding: 27px;
  background: var(--ivory);
  border-top: 3px solid var(--terracotta);
}

.groups-mode-grid h3 {
  font-family: var(--serif);
  font-size: 1.22rem;
}

.groups-mode-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.groups-admin-grid,
.groups-nearby-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: clamp(42px, 8vw, 96px);
  align-items: start;
}

.groups-admin-grid > div > p:not(.eyebrow),
.groups-nearby-grid > div:first-child > p:not(.eyebrow),
.groups-create-layout p {
  color: var(--muted);
}

.groups-admin-card {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.groups-admin-card h3 {
  margin-bottom: 16px;
  font-family: var(--serif);
  font-size: 1.35rem;
}

.groups-admin-card ul {
  margin: 0 0 20px;
  padding-left: 20px;
  color: var(--muted);
}

.groups-admin-card li {
  margin: 8px 0;
}

.groups-admin-card a,
.groups-nearby-question > a,
.groups-decision-grid a {
  color: var(--red-dark);
  font-size: 0.88rem;
  font-weight: 750;
}

.groups-create-layout {
  display: grid;
  grid-template-columns: auto minmax(0, 860px);
  gap: 36px;
  justify-content: center;
  align-items: start;
}

.groups-create-number {
  display: grid;
  width: 88px;
  height: 88px;
  color: var(--red);
  border: 1px solid #d99c88;
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
  font-size: 2.2rem;
}

.groups-nearby-question {
  padding: 6px 0;
  border-top: 1px solid #dec8bb;
}

.groups-nearby-question p {
  display: flex;
  margin: 0;
  padding: 16px 0;
  flex-direction: column;
  border-bottom: 1px solid #dec8bb;
}

.groups-nearby-question span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.88rem;
}

.groups-nearby-question > a {
  display: inline-block;
  margin-top: 18px;
}

.groups-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  overflow: hidden;
  background: var(--ivory);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
}

.groups-decision-grid article {
  display: flex;
  min-height: 220px;
  padding: 24px;
  flex-direction: column;
}

.groups-decision-grid article + article {
  border-left: 1px solid var(--line-dark);
}

.groups-decision-grid span {
  color: var(--muted);
  font-size: 0.86rem;
}

.groups-decision-grid strong {
  margin: 25px 0 auto;
  font-family: var(--serif);
  font-size: 1.16rem;
}

.groups-faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.18fr);
  gap: clamp(42px, 8vw, 96px);
  align-items: start;
}

.groups-faq details p {
  font-size: 0.9rem;
}

.groups-final {
  padding: 54px 0;
  color: #fff;
  background: var(--terracotta);
}

.groups-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.groups-final h2 {
  max-width: 760px;
  margin-bottom: 10px;
}

.groups-final p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: #fff1eb;
  font-size: 0.9rem;
}

.groups-footer {
  border-top: 0;
}

@media (max-width: 980px) {
  .groups-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.68fr);
    gap: 34px;
  }

  .groups-hero-media img {
    min-height: 360px;
  }

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

  .groups-decision-grid article:nth-child(3) {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .groups-decision-grid article:nth-child(4) {
    border-top: 1px solid var(--line-dark);
  }
}

@media (max-width: 760px) {
  .groups-hero-grid,
  .groups-explore-layout,
  .groups-admin-grid,
  .groups-nearby-grid,
  .groups-faq-layout,
  .groups-final-inner {
    grid-template-columns: 1fr;
  }

  .groups-hero {
    padding-top: 34px;
  }

  .groups-hero-media {
    width: min(100%, 560px);
  }

  .groups-hero-media img {
    min-height: 0;
    aspect-ratio: 5 / 3;
  }

  .groups-answer-bar .shell {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .groups-compare-grid,
  .groups-type-grid,
  .groups-mode-grid {
    grid-template-columns: 1fr;
  }

  .groups-lifecycle {
    grid-template-columns: 1fr;
  }

  .groups-lifecycle article {
    min-height: auto;
  }

  .groups-lifecycle article + article {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .groups-final-inner {
    gap: 24px;
  }

  .groups-final .button {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .groups-hero h1 {
    font-size: clamp(2.4rem, 12vw, 3.3rem);
  }

  .groups-hero .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .groups-breadcrumb {
    margin-bottom: 26px;
  }

  .groups-compare-card,
  .groups-type-grid article,
  .groups-admin-card {
    padding: 24px;
  }

  .groups-create-layout {
    grid-template-columns: 1fr;
  }

  .groups-create-number {
    width: 68px;
    height: 68px;
  }

  .groups-decision-grid {
    grid-template-columns: 1fr;
  }

  .groups-decision-grid article + article,
  .groups-decision-grid article:nth-child(4) {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Local discovery page: causal product map and troubleshooting flow. */
.local-page {
  background: var(--ivory);
}

.local-heading-wide {
  max-width: 820px;
}

.local-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(590px, 53vw, 730px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(34, 21, 17, 0.95) 0%, rgba(46, 25, 19, 0.86) 37%, rgba(52, 27, 20, 0.42) 61%, rgba(34, 17, 14, 0.08) 100%),
    url("images/affmexico.webp") 58% center / cover no-repeat;
  border-bottom: 1px solid #3d251f;
}

.local-hero-inner {
  display: flex;
  min-height: inherit;
  padding-top: 24px;
  flex-direction: column;
}

.local-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #f3ddd4;
  font-size: 0.78rem;
}

.local-breadcrumb a {
  font-weight: 700;
}

.local-hero-copy {
  display: flex;
  width: min(690px, 62%);
  padding: clamp(58px, 8vw, 105px) 0 72px;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}

.local-hero h1 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(2.65rem, 4.85vw, 4.55rem);
}

.local-hero-lead {
  max-width: 660px;
  margin-bottom: 22px;
  color: #f8ece6;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  line-height: 1.62;
}

.local-hero .button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.local-hero .button-ghost:hover {
  background: rgba(255, 255, 255, 0.17);
  border-color: #fff;
}

.local-hero-note {
  display: flex;
  gap: 9px;
  align-items: center;
  max-width: 620px;
  margin: 16px 0 0;
  color: #f3dfd7;
  font-size: 0.8rem;
  text-shadow: none;
}

.local-hero-note span {
  display: grid;
  min-width: 32px;
  height: 32px;
  color: #fff;
  background: rgba(202, 104, 71, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  place-items: center;
  font-weight: 850;
}

.local-answer-bar {
  background: var(--white);
  border-bottom: 1px solid var(--line-dark);
}

.local-answer-bar .shell {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: baseline;
  padding-block: 20px;
}

.local-answer-bar strong {
  color: var(--red-dark);
  font-family: var(--serif);
}

.local-answer-bar p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.local-router-section {
  background: var(--ivory);
}

.discovery-router {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.discovery-route {
  position: relative;
  min-height: 275px;
  padding: 27px 24px 25px;
}

.discovery-route + .discovery-route {
  border-left: 1px solid var(--line-dark);
}

.discovery-route:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 46%;
  right: -14px;
  display: grid;
  width: 28px;
  height: 28px;
  color: var(--red-dark);
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  content: "→";
  place-items: center;
  font-size: 0.82rem;
}

.discovery-route svg {
  width: 38px;
  height: 38px;
  margin: 34px 0 25px;
  fill: none;
  stroke: var(--terracotta);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.route-order {
  position: absolute;
  top: 21px;
  right: 22px;
  color: #c9b7ac;
  font-family: var(--serif);
  font-size: 0.86rem;
}

.route-type,
.location-side-label,
.method-word,
.surface-name,
.question-label {
  margin-bottom: 5px;
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.discovery-route h3 {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.discovery-route > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.input-logic {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 16px 20px;
  color: var(--muted);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 0.78rem;
}

.input-logic span {
  padding: 4px 8px;
  color: var(--brown);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-weight: 700;
}

.input-logic b {
  color: var(--terracotta);
}

.input-logic strong {
  color: var(--red-dark);
}

.logic-note {
  max-width: 850px;
  margin: 9px auto 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.profile-location-section {
  background: var(--cream);
  border-block: 1px solid var(--line);
}

.profile-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: clamp(45px, 8vw, 100px);
  align-items: center;
}

.location-question-card {
  padding: 31px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.location-pin {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  color: var(--red-dark);
  background: var(--peach);
  border-radius: 50%;
  place-items: center;
}

.location-pin svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.location-question-card > strong {
  display: block;
  margin-bottom: 13px;
  font-family: var(--serif);
  font-size: 1.32rem;
  line-height: 1.28;
}

.location-question-card > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.location-compare-section {
  background: var(--white);
}

.location-comparison {
  display: grid;
  grid-template-columns: 1fr 52px 1fr;
  gap: 0;
  align-items: stretch;
  margin-top: 35px;
}

.location-side {
  padding: clamp(27px, 4vw, 42px);
  background: var(--cream);
  border: 1px solid var(--line-dark);
}

.profile-side {
  border-radius: 12px 0 0 12px;
}

.cupid-side {
  background: #f5e2d8;
  border-radius: 0 12px 12px 0;
}

.location-side h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.location-side > p {
  color: var(--muted);
}

.location-side ul {
  margin: 19px 0 0;
  padding: 17px 0 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.location-side li {
  position: relative;
  margin: 8px 0;
  padding-left: 19px;
  color: var(--muted);
  font-size: 0.84rem;
}

.location-side li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--terracotta);
  border-radius: 50%;
  content: "";
}

.location-not-equal {
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  margin: auto 0;
  color: #fff;
  background: var(--brown);
  border: 6px solid var(--white);
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
  font-size: 1.15rem;
}

.distance-model {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 55px;
  align-items: center;
  margin-top: 18px;
  padding: 31px clamp(28px, 5vw, 54px);
  background: var(--ivory);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
}

.distance-copy h3 {
  margin-bottom: 11px;
  font-family: var(--serif);
  font-size: 1.55rem;
}

.distance-copy > p:last-child {
  margin: 0;
  color: var(--muted);
}

.radius-visual {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: center;
}

.radius-ring {
  position: absolute;
  border: 1px solid #d9ad9b;
  border-radius: 50%;
}

.radius-ring-large {
  width: 220px;
  height: 220px;
  background: rgba(202, 104, 71, 0.06);
}

.radius-ring-small {
  width: 130px;
  height: 130px;
  background: rgba(202, 104, 71, 0.09);
}

.radius-centre {
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  color: #fff;
  background: var(--terracotta);
  border: 7px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(78, 48, 36, 0.14);
  place-items: center;
}

.radius-centre svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.radius-caption {
  position: absolute;
  bottom: 1px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
}

.location-example {
  max-width: 980px;
  margin: 17px auto 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.browse-search-section {
  background: var(--cream);
  border-block: 1px solid var(--line);
}

.method-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 31px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
}

.method-choice article {
  padding: clamp(30px, 5vw, 52px);
  background: var(--white);
}

.method-choice .method-search {
  background: var(--brown);
  color: #fff;
}

.method-choice h3 {
  margin: 6px 0 12px;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.method-choice article > p {
  color: var(--muted);
}

.method-choice .method-search > p,
.method-choice .method-search dd {
  color: #e9dcd5;
}

.method-choice dl {
  margin: 24px 0 0;
}

.method-choice dl div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 13px;
  padding: 12px 0;
  border-top: 1px solid var(--line-dark);
}

.method-search dl div {
  border-color: rgba(255, 255, 255, 0.2);
}

.method-choice dt {
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.method-choice dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.membership-search-note {
  display: grid;
  grid-template-columns: minmax(230px, 0.65fr) 1.35fr;
  gap: 30px;
  margin-top: 15px;
  padding: 21px 25px;
  background: #f2ddcf;
  border: 1px solid #e2c0ad;
  border-radius: 9px;
}

.membership-search-note strong {
  font-family: var(--serif);
}

.membership-search-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.nearby-activity-section {
  background: var(--white);
}

.nearby-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.68fr);
  gap: clamp(48px, 8vw, 100px);
  align-items: center;
}

.content-filter-note {
  margin-top: 23px;
  padding: 17px 20px;
  background: var(--cream);
  border-left: 3px solid var(--terracotta);
}

.content-filter-note strong {
  font-family: var(--serif);
}

.content-filter-note p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.feed-scope {
  position: relative;
  padding-left: 26px;
}

.feed-scope::before {
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 8px;
  width: 1px;
  background: var(--line-dark);
  content: "";
}

.feed-scope article {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  align-items: start;
  margin: 11px 0;
  padding: 22px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.feed-scope article::before {
  position: absolute;
  top: 33px;
  left: -23px;
  width: 9px;
  height: 9px;
  background: var(--white);
  border: 2px solid var(--terracotta);
  border-radius: 50%;
  content: "";
}

.feed-scope article > span {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.08rem;
}

.feed-scope h3,
.feed-scope p {
  margin-bottom: 3px;
}

.feed-scope p {
  color: var(--muted);
  font-size: 0.82rem;
}

.feed-scope .feed-scope-active {
  background: #f5e2d8;
  border-color: #dfb3a0;
  box-shadow: var(--shadow);
}

.surface-compare-section {
  background: var(--ivory);
  border-block: 1px solid var(--line);
}

.surface-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 35px;
}

.surface-matrix article {
  display: flex;
  min-height: 330px;
  padding: 30px 27px;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 10px;
}

.surface-matrix .surface-nearby {
  background: #f5e2d8;
  border-color: #dfa890;
  box-shadow: var(--shadow);
  transform: translateY(-10px);
}

.surface-matrix h3 {
  margin: 13px 0 auto;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.3vw, 1.78rem);
}

.surface-input,
.surface-limit {
  padding-top: 15px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
}

.surface-limit {
  margin: 0;
}

.surface-input strong,
.surface-limit strong {
  display: block;
  margin-bottom: 4px;
  color: var(--brown);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.online-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 0.9fr;
  gap: 36px;
  align-items: center;
  margin-top: 15px;
  padding: 23px 27px;
  color: #fff;
  background: var(--brown);
  border-radius: 9px;
}

.online-detail > div {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
}

.online-detail > div strong {
  color: #ffd4c4;
  font-family: var(--serif);
  font-size: 1.2rem;
}

.online-detail > div span {
  font-size: 0.8rem;
}

.online-detail p {
  margin: 0;
  color: #eaded8;
  font-size: 0.8rem;
}

.diagnostic-section {
  background: var(--white);
}

.diagnostic-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.08fr);
  gap: clamp(48px, 8vw, 100px);
  align-items: start;
}

.diagnostic-intro {
  position: sticky;
  top: 104px;
}

.diagnostic-intro > p:not(.eyebrow) {
  color: var(--muted);
}

.diagnostic-rule {
  margin-top: 21px;
  padding: 15px 17px;
  background: var(--cream);
  border-left: 3px solid var(--terracotta);
  font-size: 0.84rem;
}

.diagnostic-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.diagnostic-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 0 0 34px;
}

.diagnostic-steps li:not(:last-child)::before {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 25px;
  width: 1px;
  background: var(--line-dark);
  content: "";
}

.diagnostic-number {
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  color: var(--red-dark);
  background: var(--peach);
  border: 1px solid #dfb7a8;
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
  font-size: 1.05rem;
}

.diagnostic-steps h3 {
  margin: 2px 0 6px;
  font-family: var(--serif);
  font-size: 1.2rem;
}

.diagnostic-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

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

.symptom-grid article {
  min-height: 190px;
  padding: 24px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.symptom-grid span {
  display: block;
  margin-bottom: 19px;
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.symptom-grid strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--serif);
}

.symptom-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.distance-boundary-section {
  background: var(--cream);
  border-top: 1px solid var(--line-dark);
}

.distance-boundary {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 95px);
}

.distance-boundary > div:last-child > p {
  color: var(--muted);
}

.plain-checks {
  margin: 21px 0 0;
  padding: 17px 0 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.plain-checks li {
  position: relative;
  margin: 8px 0;
  padding-left: 20px;
  font-size: 0.84rem;
}

.plain-checks li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid var(--terracotta);
  border-left: 2px solid var(--terracotta);
  content: "";
  transform: rotate(-45deg);
}

.scope-boundaries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
  border-radius: 9px;
}

.scope-boundaries p {
  display: flex;
  min-height: 150px;
  margin: 0;
  padding: 21px;
  flex-direction: column;
  background: var(--white);
}

.scope-boundaries strong {
  margin-bottom: 10px;
  font-family: var(--serif);
}

.scope-boundaries span {
  color: var(--muted);
  font-size: 0.78rem;
}

.local-next-step {
  padding: 44px 0;
  color: #fff;
  background: var(--terracotta);
}

.local-next-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
}

.local-next-inner > div:first-child > strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.local-next-inner p {
  max-width: 770px;
  margin: 0;
  color: #fff0e9;
  font-size: 0.86rem;
}

.local-next-actions {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-direction: column;
}

.local-next-actions > a:last-child {
  color: #fff7f2;
  font-size: 0.8rem;
  font-weight: 700;
}

.local-footer-grid {
  grid-template-columns: 1.3fr 0.72fr 0.72fr 0.9fr;
}

@media (max-width: 980px) {
  .local-hero {
    min-height: 650px;
    background:
      linear-gradient(90deg, rgba(34, 21, 17, 0.95) 0%, rgba(46, 25, 19, 0.84) 48%, rgba(39, 20, 16, 0.28) 100%),
      url("images/affmexico.webp") 64% center / cover no-repeat;
  }

  .local-hero-copy {
    width: min(680px, 78%);
  }

  .discovery-router,
  .scope-boundaries {
    grid-template-columns: repeat(2, 1fr);
  }

  .discovery-route:nth-child(3) {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .discovery-route:nth-child(4) {
    border-top: 1px solid var(--line-dark);
  }

  .discovery-route:nth-child(2)::after,
  .discovery-route:nth-child(4)::after {
    display: none;
  }

  .discovery-route:nth-child(3)::after {
    transform: rotate(180deg);
  }

  .profile-location-grid,
  .nearby-layout,
  .diagnostic-layout {
    grid-template-columns: 1fr;
  }

  .location-question-card {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 22px;
  }

  .location-pin {
    grid-row: 1 / 4;
    margin: 0;
  }

  .diagnostic-intro {
    position: static;
  }

  .surface-matrix {
    grid-template-columns: 1fr;
  }

  .surface-matrix article {
    min-height: 255px;
  }

  .surface-matrix .surface-nearby {
    transform: none;
  }

  .symptom-grid {
    grid-template-columns: 1fr 1fr;
  }

  .symptom-grid article:last-child {
    grid-column: 1 / -1;
  }

  .local-next-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .local-next-actions {
    align-items: flex-start;
  }

  .local-footer-grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
  }

  .local-footer-grid .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .local-hero {
    min-height: 690px;
    background:
      linear-gradient(90deg, rgba(31, 18, 15, 0.95) 0%, rgba(42, 23, 18, 0.86) 58%, rgba(35, 18, 15, 0.48) 100%),
      url("images/affmexico.webp") 70% center / cover no-repeat;
  }

  .local-hero-copy {
    width: 100%;
    padding: 48px 0 62px;
  }

  .local-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.35rem);
  }

  .local-answer-bar .shell,
  .distance-model,
  .membership-search-note,
  .online-detail,
  .distance-boundary {
    grid-template-columns: 1fr;
  }

  .local-answer-bar .shell {
    gap: 3px;
  }

  .input-logic {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .location-comparison {
    grid-template-columns: 1fr;
  }

  .profile-side,
  .cupid-side {
    border-radius: 10px;
  }

  .location-not-equal {
    margin: -7px auto;
  }

  .distance-model {
    gap: 5px;
  }

  .method-choice {
    grid-template-columns: 1fr;
  }

  .symptom-grid,
  .scope-boundaries {
    grid-template-columns: 1fr;
  }

  .symptom-grid article:last-child {
    grid-column: auto;
  }

  .scope-boundaries p {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .local-breadcrumb {
    font-size: 0.72rem;
  }

  .local-hero {
    min-height: 720px;
  }

  .local-hero .hero-actions {
    align-items: stretch;
  }

  .discovery-router {
    grid-template-columns: 1fr;
  }

  .discovery-route {
    min-height: 230px;
  }

  .discovery-route + .discovery-route,
  .discovery-route:nth-child(3) {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .discovery-route::after {
    display: none !important;
  }

  .location-question-card {
    display: block;
    padding: 25px;
  }

  .location-pin {
    margin-bottom: 24px;
  }

  .method-choice article {
    padding: 28px 23px;
  }

  .method-choice dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .feed-scope {
    padding-left: 20px;
  }

  .feed-scope article {
    grid-template-columns: 34px 1fr;
    padding: 18px;
  }

  .surface-matrix article {
    min-height: 280px;
  }

  .online-detail > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .online-detail > div span[aria-hidden="true"] {
    display: none;
  }

  .diagnostic-steps li {
    grid-template-columns: 45px 1fr;
    gap: 15px;
  }

  .diagnostic-number {
    width: 45px;
    height: 45px;
  }

  .diagnostic-steps li:not(:last-child)::before {
    top: 44px;
    left: 22px;
  }

  .local-next-actions,
  .local-next-actions .button {
    width: 100%;
  }

  .local-next-actions {
    align-items: stretch;
  }

  .local-next-actions > a:last-child {
    text-align: center;
  }

  .local-footer-grid {
    grid-template-columns: 1fr;
  }

  .local-footer-grid .footer-brand {
    grid-column: 1;
  }
}

/* Travel Location page: home, search and temporary destination. */
.travel-page {
  background: var(--ivory);
}

.travel-hero {
  min-height: clamp(590px, 52vw, 730px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(32, 19, 18, 0.94) 0%, rgba(47, 25, 23, 0.82) 39%, rgba(64, 29, 27, 0.32) 65%, rgba(27, 13, 13, 0.08) 100%),
    url("images/city.webp") 56% center / cover no-repeat;
  border-bottom: 1px solid #3d251f;
}

.travel-hero-inner {
  display: flex;
  min-height: inherit;
  padding-top: 24px;
  flex-direction: column;
}

.travel-hero-copy {
  display: flex;
  width: min(700px, 62%);
  padding: clamp(55px, 8vw, 98px) 0 72px;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.travel-hero h1 {
  max-width: 690px;
  color: #fff;
  font-size: clamp(2.65rem, 4.9vw, 4.5rem);
}

.travel-hero-lead {
  max-width: 670px;
  margin-bottom: 22px;
  color: #faeee9;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.62;
}

.travel-hero .button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.75);
  box-shadow: none;
}

.travel-hero .button-ghost:hover {
  background: rgba(255, 255, 255, 0.17);
  border-color: #fff;
}

.travel-hero-note {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 16px 0 0;
  color: #f5e1da;
  font-size: 0.8rem;
  text-shadow: none;
}

.travel-hero-note span {
  display: grid;
  min-width: 32px;
  height: 32px;
  background: rgba(202, 104, 71, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  place-items: center;
  font-weight: 850;
}

.travel-answer {
  color: var(--brown);
  background: var(--white);
  border-bottom: 1px solid var(--line-dark);
}

.travel-answer .shell {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 28px;
  align-items: baseline;
  padding-block: 23px;
}

.travel-answer-label {
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.travel-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.travel-answer strong {
  color: var(--brown);
}

.travel-model-section {
  background: var(--ivory);
}

.travel-location-model {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 35px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.travel-location-model article {
  display: flex;
  min-height: 330px;
  padding: clamp(28px, 4vw, 40px);
  flex-direction: column;
}

.travel-location-model article + article {
  border-left: 1px solid var(--line-dark);
}

.travel-location-model .travel-model-search {
  background: var(--cream);
}

.travel-location-model .travel-model-trip {
  color: #fff;
  background: var(--brown);
}

.travel-model-number {
  margin-bottom: 46px;
  color: #c4aa9e;
  font-family: var(--serif);
  font-size: 1rem;
}

.travel-model-label,
.choice-kicker {
  margin-bottom: 7px;
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.travel-location-model h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
}

.travel-location-model p:not(.travel-model-label) {
  color: var(--muted);
  font-size: 0.86rem;
}

.travel-location-model .travel-model-trip p:not(.travel-model-label) {
  color: #e9dcd6;
}

.travel-location-model article > strong {
  margin-top: auto;
  padding-top: 17px;
  color: var(--red-dark);
  border-top: 1px solid var(--line-dark);
  font-size: 0.8rem;
}

.travel-location-model .travel-model-trip > strong {
  color: #ffd6c7;
  border-color: rgba(255, 255, 255, 0.2);
}

.travel-model-formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 13px;
  align-items: center;
  margin-top: 16px;
  text-align: center;
}

.travel-model-formula span {
  display: flex;
  padding: 14px 15px;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.78rem;
}

.travel-model-formula b {
  color: var(--brown);
  font-family: var(--serif);
  font-size: 1rem;
}

.travel-model-formula i {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-style: normal;
}

.profile-travel-section {
  background: var(--cream);
  border-block: 1px solid var(--line);
}

.profile-travel-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: clamp(48px, 8vw, 100px);
  align-items: center;
}

.trip-scenario {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  align-items: center;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.trip-point {
  display: flex;
  min-height: 195px;
  padding: 23px;
  flex-direction: column;
  justify-content: center;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 50% 50% 12px 12px;
  text-align: center;
}

.trip-destination {
  background: #f5dfd4;
  border-color: #e2b5a2;
}

.trip-point span {
  color: var(--terracotta);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trip-point strong {
  margin: 9px 0;
  font-family: var(--serif);
  font-size: 1.5rem;
}

.trip-point small {
  color: var(--muted);
  font-size: 0.72rem;
}

.trip-line {
  position: relative;
  height: 1px;
  background: var(--terracotta);
}

.trip-line::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--terracotta);
  border-right: 1px solid var(--terracotta);
  content: "";
  transform: rotate(45deg);
}

.trip-line span {
  position: absolute;
  top: -28px;
  left: 50%;
  width: max-content;
  color: var(--muted);
  font-size: 0.67rem;
  transform: translateX(-50%);
}

.trip-scenario > p {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  text-align: center;
}

.cupid-travel-section {
  background: var(--white);
}

.search-travel-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 31px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
}

.search-travel-choice article {
  padding: clamp(30px, 5vw, 50px);
  background: var(--ivory);
}

.search-travel-choice article + article {
  color: #fff;
  background: var(--terracotta);
}

.search-travel-choice h3 {
  margin: 8px 0 12px;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.search-travel-choice article > p:not(.choice-kicker) {
  color: var(--muted);
}

.search-travel-choice article + article > p:not(.choice-kicker) {
  color: #fff1eb;
}

.choice-question {
  margin: 22px 0 0;
  padding-top: 15px;
  border-top: 1px solid var(--line-dark);
  font-size: 0.82rem;
}

.search-travel-choice article + article .choice-question {
  border-color: rgba(255, 255, 255, 0.28);
}

.travel-privacy-note {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) 1fr;
  gap: 35px;
  margin-top: 15px;
  padding: 21px 25px;
  background: var(--cream);
  border: 1px solid var(--line-dark);
  border-radius: 9px;
}

.travel-privacy-note strong {
  font-family: var(--serif);
}

.travel-privacy-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.trip-cycle-section {
  background: var(--ivory);
  border-block: 1px solid var(--line);
}

.trip-cycle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.trip-cycle > li {
  display: flex;
  min-height: 420px;
  padding: 28px 25px;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 10px;
}

.trip-cycle > li:nth-child(2) {
  background: var(--cream);
}

.trip-cycle > li:nth-child(3) {
  border-color: #dfa990;
  box-shadow: var(--shadow);
}

.cycle-stage {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 35px;
  color: var(--red-dark);
  background: var(--peach);
  border: 1px solid #e0b8a8;
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
  font-size: 0.9rem;
}

.trip-cycle h3 {
  margin-bottom: 11px;
  font-family: var(--serif);
  font-size: 1.28rem;
}

.trip-cycle p {
  color: var(--muted);
  font-size: 0.84rem;
}

.trip-cycle ul {
  margin: auto 0 0;
  padding: 17px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.trip-cycle li li {
  position: relative;
  margin: 8px 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.78rem;
}

.trip-cycle li li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--terracotta);
  border-radius: 50%;
  content: "";
}

.travel-discovery-section {
  background: var(--white);
}

.travel-discovery-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 100px);
}

.travel-discovery-grid > div:last-child p {
  color: var(--muted);
}

.travel-discovery-grid a {
  color: var(--red-dark);
  font-weight: 750;
}

.travel-errors-section {
  background: var(--cream);
  border-block: 1px solid var(--line);
}

.travel-errors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.travel-errors article {
  min-height: 300px;
  padding: 27px 24px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 9px;
}

.error-number {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--terracotta);
  font-family: var(--serif);
}

.travel-errors h3 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: 1.18rem;
}

.travel-errors p {
  color: var(--muted);
  font-size: 0.81rem;
}

.travel-errors p:last-child {
  margin-bottom: 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.travel-decision-section {
  background: var(--ivory);
}

.travel-decision-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 95px);
  align-items: start;
}

.travel-decision-copy > p:last-child {
  color: var(--muted);
}

.travel-decision-list {
  margin: 0;
  border-top: 1px solid var(--line-dark);
}

.travel-decision-list > div {
  display: grid;
  grid-template-columns: minmax(190px, 0.75fr) 1fr;
  gap: 25px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-dark);
}

.travel-decision-list dt {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.travel-decision-list dd {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.travel-decision-list dd strong {
  font-size: 0.9rem;
}

.travel-decision-list dd span {
  color: var(--muted);
  font-size: 0.8rem;
}

.travel-next-step {
  padding: 44px 0;
  color: #fff;
  background: var(--terracotta);
}

.travel-next-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
}

.travel-next-inner > div:first-child > strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.travel-next-inner p {
  max-width: 760px;
  margin: 0;
  color: #fff0e9;
  font-size: 0.86rem;
}

.travel-next-actions {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-direction: column;
}

.travel-next-actions > a:last-child {
  color: #fff7f2;
  font-size: 0.8rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .travel-hero {
    min-height: 650px;
    background:
      linear-gradient(90deg, rgba(32, 19, 18, 0.95) 0%, rgba(47, 25, 23, 0.85) 49%, rgba(49, 23, 21, 0.3) 100%),
      url("images/city.webp") 64% center / cover no-repeat;
  }

  .travel-hero-copy {
    width: min(700px, 79%);
  }

  .profile-travel-grid,
  .travel-discovery-grid,
  .travel-decision-grid {
    grid-template-columns: 1fr;
  }

  .trip-scenario {
    width: min(100%, 720px);
    justify-self: center;
  }

  .trip-cycle,
  .travel-errors {
    grid-template-columns: 1fr 1fr;
  }

  .trip-cycle > li:last-child,
  .travel-errors article:last-child {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .trip-cycle > li {
    min-height: 390px;
  }

  .travel-next-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .travel-next-actions {
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .travel-hero {
    min-height: 690px;
    background:
      linear-gradient(90deg, rgba(31, 18, 17, 0.96) 0%, rgba(43, 22, 20, 0.86) 59%, rgba(43, 20, 19, 0.46) 100%),
      url("images/city.webp") 70% center / cover no-repeat;
  }

  .travel-hero-copy {
    width: 100%;
    padding: 46px 0 62px;
  }

  .travel-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.35rem);
  }

  .travel-answer .shell,
  .travel-privacy-note {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .travel-location-model,
  .search-travel-choice,
  .trip-cycle,
  .travel-errors {
    grid-template-columns: 1fr;
  }

  .travel-location-model article {
    min-height: 285px;
  }

  .travel-location-model article + article {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .travel-model-formula {
    grid-template-columns: 1fr;
  }

  .travel-model-formula i {
    height: 14px;
    line-height: 0.5;
  }

  .trip-cycle > li,
  .trip-cycle > li:last-child,
  .travel-errors article:last-child {
    grid-column: auto;
    min-height: auto;
  }

  .travel-decision-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 560px) {
  .travel-hero {
    min-height: 720px;
  }

  .travel-hero .hero-actions {
    align-items: stretch;
  }

  .trip-scenario {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 22px;
  }

  .trip-point {
    min-height: 165px;
  }

  .trip-line {
    width: 1px;
    height: 50px;
    margin: 0 auto;
  }

  .trip-line::after {
    top: auto;
    right: -4px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .trip-line span {
    top: 15px;
    left: 18px;
    transform: none;
  }

  .travel-next-actions,
  .travel-next-actions .button {
    width: 100%;
  }

  .travel-next-actions {
    align-items: stretch;
  }

  .travel-next-actions > a:last-child {
    text-align: center;
  }
}

/* Ciudad de México */
.cdmx-hero {
  min-height: clamp(620px, 54vw, 760px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(31, 18, 16, 0.93) 0%, rgba(47, 25, 20, 0.78) 42%, rgba(47, 24, 20, 0.2) 68%, rgba(25, 13, 12, 0.06) 100%),
    url("images/ciudad-de-mexico-hero.webp") 58% center / cover no-repeat;
  border-bottom: 1px solid #3d251f;
}

.cdmx-hero-inner {
  display: flex;
  min-height: inherit;
  padding-top: 24px;
  flex-direction: column;
}

.cdmx-hero-copy {
  display: flex;
  width: min(735px, 64%);
  padding: clamp(55px, 7vw, 92px) 0 70px;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.cdmx-hero h1 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(2.7rem, 4.8vw, 4.55rem);
}

.cdmx-hero-lead {
  max-width: 705px;
  margin-bottom: 22px;
  color: #faeee9;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.62;
}

.cdmx-hero .button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}

.cdmx-hero .button-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: #fff;
}

.cdmx-hero-note {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 16px 0 0;
  color: #f5e1da;
  font-size: 0.8rem;
  text-shadow: none;
}

.cdmx-hero-note span {
  display: grid;
  min-width: 32px;
  height: 32px;
  background: rgba(184, 88, 60, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  place-items: center;
  font-weight: 850;
}

.cdmx-answer {
  color: var(--brown);
  background: var(--white);
  border-bottom: 1px solid var(--line-dark);
}

.cdmx-answer .shell {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cdmx-answer strong {
  color: var(--terracotta);
  font-size: 0.84rem;
}

.cdmx-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.cdmx-router-section,
.cdmx-distance-section,
.cdmx-community-section,
.cdmx-selector-section {
  background: var(--ivory);
}

.cdmx-metro-section {
  padding-top: clamp(58px, 7vw, 82px);
  padding-bottom: clamp(58px, 7vw, 82px);
  background: #f3e2d8;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.cdmx-edge-case {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.cdmx-edge-case p {
  display: flex;
  min-height: 126px;
  margin: 0;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
}

.cdmx-edge-case span {
  margin-bottom: 8px;
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cdmx-edge-case strong {
  color: var(--brown);
  font-family: var(--serif);
  font-size: 1.12rem;
}

.cdmx-edge-case i {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-style: normal;
}

.cdmx-router {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-soft);
}

.cdmx-router article {
  display: flex;
  min-height: 330px;
  padding: clamp(26px, 3.5vw, 42px);
  flex-direction: column;
}

.cdmx-router article + article {
  border-left: 1px solid var(--line-dark);
}

.cdmx-route-number {
  align-self: flex-start;
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 2.25rem;
  line-height: 1;
}

.cdmx-route-label,
.cdmx-surface-label,
.cdmx-distance-kicker {
  margin: 28px 0 8px;
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cdmx-router h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
}

.cdmx-router article > p:last-of-type {
  color: var(--muted);
  font-size: 0.85rem;
}

.cdmx-router article > a {
  margin-top: auto;
  color: var(--terracotta);
  font-size: 0.8rem;
  font-weight: 800;
}

.cdmx-formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding: 18px 24px;
  color: var(--brown);
  background: #f2ded3;
  border-radius: var(--radius-sm);
  text-align: center;
}

.cdmx-formula span {
  display: flex;
  gap: 3px;
  flex-direction: column;
  font-size: 0.8rem;
}

.cdmx-formula b {
  color: var(--terracotta);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cdmx-formula i {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.4rem;
  font-style: normal;
}

.cdmx-locations-grid,
.cdmx-community-grid,
.cdmx-visitor-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 96px);
  align-items: center;
}

.cdmx-photo-frame,
.cdmx-community-photo {
  position: relative;
  margin: 0;
}

.cdmx-photo-frame::before,
.cdmx-community-photo::after {
  position: absolute;
  content: "";
  width: 32%;
  height: 32%;
  border: 2px solid var(--terracotta);
  z-index: 0;
}

.cdmx-photo-frame::before {
  top: -15px;
  left: -15px;
}

.cdmx-community-photo::after {
  right: -15px;
  bottom: -15px;
}

.cdmx-photo-frame img,
.cdmx-community-photo img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  z-index: 1;
}

.cdmx-location-contrast {
  margin: 24px 0 18px;
  border-top: 1px solid var(--line-dark);
}

.cdmx-location-contrast p {
  display: grid;
  grid-template-columns: minmax(145px, 0.72fr) 1fr;
  gap: 20px;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-dark);
}

.cdmx-location-contrast span {
  color: var(--terracotta);
  font-size: 0.76rem;
  font-weight: 800;
}

.cdmx-location-contrast strong {
  font-size: 0.82rem;
}

.cdmx-context-link {
  font-size: 0.82rem;
}

.cdmx-context-link a,
.cdmx-dynamic-row a,
.cdmx-visitor-grid a {
  color: var(--terracotta);
  font-weight: 800;
}

.cdmx-distance-logic {
  display: grid;
  grid-template-columns: 1fr minmax(160px, 0.5fr) 1fr;
  gap: 26px;
  align-items: center;
  margin-top: 45px;
}

.cdmx-distance-city,
.cdmx-distance-range {
  min-height: 205px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
}

.cdmx-distance-city strong,
.cdmx-distance-range strong {
  display: block;
  margin: 8px 0 12px;
  color: var(--brown);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
}

.cdmx-distance-city p,
.cdmx-distance-range p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.cdmx-distance-kicker {
  margin-top: 0;
}

.cdmx-distance-line {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.cdmx-distance-line::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--terracotta);
  content: "";
}

.cdmx-distance-line span {
  position: relative;
  width: 13px;
  height: 13px;
  background: var(--ivory);
  border: 2px solid var(--terracotta);
  border-radius: 50%;
  z-index: 1;
}

.cdmx-distance-note {
  display: grid;
  grid-template-columns: minmax(230px, 0.55fr) 1fr;
  gap: 30px;
  margin-top: 28px;
  padding: 25px 28px;
  color: #fff;
  background: var(--brown);
  border-radius: var(--radius-sm);
}

.cdmx-distance-note p {
  margin: 0;
  color: #f4e7df;
  font-size: 0.84rem;
}

.cdmx-surface-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  margin-top: 44px;
}

.cdmx-surface-compare article {
  min-height: 300px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--white);
  border: 1px solid var(--line-dark);
}

.cdmx-surface-compare h3 {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.cdmx-surface-compare p {
  color: var(--muted);
  font-size: 0.86rem;
}

.cdmx-surface-compare strong {
  display: block;
  margin-top: 25px;
  padding-top: 15px;
  color: var(--terracotta);
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
}

.cdmx-surface-label {
  margin-top: 0;
}

.cdmx-surface-divider {
  display: grid;
  width: 70px;
  color: #fff;
  background: var(--terracotta);
  place-items: center;
  font-family: var(--serif);
  font-size: 1.7rem;
}

.cdmx-dynamic-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-dark);
}

.cdmx-dynamic-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.cdmx-community-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
}

.cdmx-visitor-section {
  color: #fff;
  background: var(--brown);
}

.cdmx-visitor-grid {
  align-items: start;
}

.cdmx-visitor-section h2,
.cdmx-visitor-section .eyebrow {
  color: #fff;
}

.cdmx-visitor-grid > div:last-child > p {
  color: #f2e4dc;
}

.cdmx-visitor-grid a {
  color: #f4b49d;
}

.cdmx-visitor-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.cdmx-visitor-choice span {
  display: flex;
  gap: 7px;
  padding: 18px 20px 0 0;
  flex-direction: column;
  color: #e9d7ce;
  font-size: 0.78rem;
}

.cdmx-visitor-choice span + span {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.cdmx-visitor-choice b {
  color: #fff;
}

.cdmx-troubleshoot-section {
  background: var(--white);
}

.cdmx-check-sequence {
  margin: 40px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.cdmx-check-sequence li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-dark);
}

.cdmx-check-sequence li > span {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.65rem;
}

.cdmx-check-sequence h3,
.cdmx-check-sequence p {
  margin: 0;
}

.cdmx-check-sequence h3 {
  margin-bottom: 5px;
  font-size: 1rem;
}

.cdmx-check-sequence p {
  color: var(--muted);
  font-size: 0.82rem;
}

.cdmx-accuracy-note {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) 1fr;
  gap: 35px;
  margin-top: 32px;
  padding: 28px;
  background: #f5e5dc;
  border-left: 4px solid var(--terracotta);
}

.cdmx-accuracy-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.cdmx-tool-selector {
  margin: 42px 0 0;
  background: var(--white);
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-soft);
}

.cdmx-tool-selector > div {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1fr;
  gap: 35px;
  padding: 20px 28px;
  border-bottom: 1px solid var(--line-dark);
}

.cdmx-tool-selector > div:last-child {
  border-bottom: 0;
}

.cdmx-tool-selector dt {
  font-family: var(--serif);
  font-size: 1.05rem;
}

.cdmx-tool-selector dd {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.cdmx-tool-selector dd strong {
  color: var(--terracotta);
  font-size: 0.86rem;
}

.cdmx-tool-selector dd span {
  color: var(--muted);
  font-size: 0.78rem;
}

.cdmx-final {
  padding: clamp(58px, 8vw, 90px) 0;
  color: #fff;
  background: var(--terracotta);
}

.cdmx-final-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 55px;
  align-items: center;
}

.cdmx-final h2 {
  max-width: 760px;
  margin-bottom: 12px;
  color: #fff;
}

.cdmx-final p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: #ffede6;
}

@media (max-width: 980px) {
  .cdmx-hero {
    min-height: 670px;
    background:
      linear-gradient(90deg, rgba(31, 18, 16, 0.94) 0%, rgba(47, 25, 20, 0.84) 51%, rgba(47, 24, 20, 0.28) 100%),
      url("images/ciudad-de-mexico-hero.webp") 64% center / cover no-repeat;
  }

  .cdmx-hero-copy {
    width: min(710px, 80%);
  }

  .cdmx-locations-grid,
  .cdmx-community-grid,
  .cdmx-visitor-grid {
    gap: 46px;
  }

  .cdmx-dynamic-row {
    grid-template-columns: 1fr 1fr;
  }

  .cdmx-dynamic-row a {
    grid-column: 1 / -1;
  }

  .cdmx-final-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 760px) {
  .cdmx-hero {
    min-height: 720px;
    background:
      linear-gradient(90deg, rgba(31, 18, 16, 0.96) 0%, rgba(47, 25, 20, 0.87) 63%, rgba(47, 24, 20, 0.44) 100%),
      url("images/ciudad-de-mexico-hero.webp") 70% center / cover no-repeat;
  }

  .cdmx-hero-copy {
    width: 100%;
    padding: 45px 0 64px;
  }

  .cdmx-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.35rem);
  }

  .cdmx-answer .shell,
  .cdmx-locations-grid,
  .cdmx-community-grid,
  .cdmx-visitor-grid,
  .cdmx-distance-note,
  .cdmx-accuracy-note {
    grid-template-columns: 1fr;
  }

  .cdmx-router {
    grid-template-columns: 1fr;
  }

  .cdmx-router article {
    min-height: 285px;
  }

  .cdmx-router article + article {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .cdmx-formula {
    grid-template-columns: 1fr;
  }

  .cdmx-edge-case {
    grid-template-columns: 1fr;
  }

  .cdmx-edge-case i {
    height: 10px;
    line-height: 0.4;
    text-align: center;
  }

  .cdmx-formula i {
    height: 12px;
    line-height: 0.5;
  }

  .cdmx-locations-grid .cdmx-photo-frame {
    width: min(100%, 560px);
  }

  .cdmx-community-photo {
    grid-row: 1;
    width: min(100%, 560px);
  }

  .cdmx-distance-logic {
    grid-template-columns: 1fr;
  }

  .cdmx-distance-line {
    width: 1px;
    height: 70px;
    margin: 0 auto;
    flex-direction: column;
  }

  .cdmx-distance-line::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: auto;
  }

  .cdmx-surface-compare {
    grid-template-columns: 1fr;
  }

  .cdmx-surface-divider {
    width: 100%;
    height: 58px;
  }

  .cdmx-dynamic-row,
  .cdmx-tool-selector > div {
    grid-template-columns: 1fr;
  }

  .cdmx-dynamic-row a {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .cdmx-hero {
    min-height: 760px;
  }

  .cdmx-hero .hero-actions {
    align-items: stretch;
  }

  .cdmx-location-contrast p,
  .cdmx-visitor-choice {
    grid-template-columns: 1fr;
  }

  .cdmx-visitor-choice span + span {
    margin-top: 16px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .cdmx-check-sequence li {
    grid-template-columns: 50px 1fr;
  }

  .cdmx-tool-selector > div {
    gap: 7px;
    padding: 19px 20px;
  }

  .cdmx-final .button {
    width: 100%;
  }
}

/* Cancún: recorrido temporal */
.cancun-hero {
  min-height: clamp(620px, 54vw, 760px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(24, 23, 20, 0.94) 0%, rgba(39, 30, 24, 0.82) 44%, rgba(43, 31, 24, 0.26) 72%, rgba(20, 19, 16, 0.08) 100%),
    url("images/city.webp") 60% center / cover no-repeat;
  border-bottom: 1px solid #3d251f;
}

.cancun-hero-inner {
  display: flex;
  min-height: inherit;
  padding-top: 24px;
  flex-direction: column;
}

.cancun-hero-copy {
  display: flex;
  width: min(720px, 64%);
  padding: clamp(55px, 7vw, 92px) 0 70px;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.cancun-hero h1 {
  max-width: 710px;
  color: #fff;
  font-size: clamp(2.7rem, 4.8vw, 4.55rem);
}

.cancun-hero-lead {
  max-width: 690px;
  margin-bottom: 22px;
  color: #faeee9;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.62;
}

.cancun-hero .button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}

.cancun-hero .button-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: #fff;
}

.cancun-hero-note {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 16px 0 0;
  color: #f5e1da;
  font-size: 0.8rem;
  text-shadow: none;
}

.cancun-hero-note span {
  display: grid;
  min-width: 32px;
  height: 32px;
  background: rgba(184, 88, 60, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  place-items: center;
  font-weight: 850;
}

.cancun-answer {
  color: var(--brown);
  background: #f3ded1;
  border-bottom: 1px solid var(--line-dark);
}

.cancun-answer .shell {
  display: grid;
  grid-template-columns: minmax(310px, auto) 1fr;
  gap: 24px;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

.cancun-answer strong {
  color: var(--terracotta);
  font-size: 0.84rem;
}

.cancun-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.cancun-router-section,
.cancun-before-section,
.cancun-groups-section,
.cancun-selector-section {
  background: var(--ivory);
}

.cancun-router {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.cancun-router article {
  min-height: 275px;
  padding: clamp(26px, 3.5vw, 42px);
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
}

.cancun-router .cancun-route-main {
  color: #fff;
  background: var(--brown);
  transform: translateY(-12px);
}

.cancun-route-tag {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--terracotta);
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cancun-route-main .cancun-route-tag {
  color: #f4b49d;
}

.cancun-router h3 {
  margin-bottom: 12px;
  font-size: 1.42rem;
}

.cancun-route-main h3 {
  color: #fff;
}

.cancun-router p {
  color: var(--muted);
  font-size: 0.84rem;
}

.cancun-route-main p {
  color: #edddd5;
}

.cancun-router-formula {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 28px 0 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 1rem;
}

.cancun-router-formula b {
  color: var(--terracotta);
  font-size: 1.35rem;
}

.cancun-timeline-section,
.cancun-during-section,
.cancun-return-section {
  background: var(--white);
}

.cancun-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.cancun-timeline::before {
  position: absolute;
  top: 28px;
  right: 16.5%;
  left: 16.5%;
  height: 2px;
  background: var(--terracotta);
  content: "";
}

.cancun-timeline li {
  position: relative;
  padding: 0 clamp(18px, 3vw, 38px);
  text-align: center;
}

.cancun-stage {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 26px;
  color: #fff;
  background: var(--terracotta);
  border: 6px solid var(--white);
  border-radius: 50%;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
  z-index: 1;
}

.cancun-timeline h3 {
  margin-bottom: 11px;
  font-size: 1.12rem;
}

.cancun-timeline p {
  color: var(--muted);
  font-size: 0.82rem;
}

.cancun-before-grid,
.cancun-groups-grid,
.cancun-distance-grid,
.cancun-context-grid,
.cancun-troubleshoot-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(310px, 1fr);
  gap: clamp(48px, 8vw, 95px);
  align-items: center;
}

.cancun-before-copy a,
.cancun-feed-note a {
  color: var(--terracotta);
  font-weight: 800;
}

.cancun-before-compare {
  margin: 24px 0 20px;
  border-top: 1px solid var(--line-dark);
}

.cancun-before-compare p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-dark);
}

.cancun-before-compare span {
  color: var(--muted);
  font-size: 0.8rem;
}

.cancun-before-compare strong {
  color: var(--terracotta);
  font-size: 0.8rem;
}

.cancun-before-photo,
.cancun-groups-photo {
  position: relative;
  margin: 0;
}

.cancun-before-photo img,
.cancun-groups-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}

.cancun-before-photo::after,
.cancun-groups-photo::before {
  position: absolute;
  content: "";
  z-index: -1;
  background: var(--terracotta);
}

.cancun-before-photo::after {
  right: -14px;
  bottom: -14px;
  width: 36%;
  height: 36%;
}

.cancun-groups-photo::before {
  top: -14px;
  left: -14px;
  width: 30%;
  height: 42%;
}

.cancun-surface-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 42px;
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-soft);
}

.cancun-surface-board article {
  min-height: 300px;
  padding: clamp(30px, 4vw, 50px);
  background: var(--ivory);
}

.cancun-surface-board article + article {
  background: var(--brown);
}

.cancun-surface-number {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 2rem;
}

.cancun-surface-board h3 {
  margin: 22px 0 12px;
  font-size: 1.8rem;
}

.cancun-surface-board p {
  color: var(--muted);
  font-size: 0.85rem;
}

.cancun-surface-board strong {
  display: block;
  margin-top: 25px;
  padding-top: 15px;
  color: var(--terracotta);
  border-top: 1px solid var(--line-dark);
  font-size: 0.78rem;
}

.cancun-surface-board article + article h3 {
  color: #fff;
}

.cancun-surface-board article + article p {
  color: #edddd5;
}

.cancun-surface-board article + article strong {
  color: #f4b49d;
  border-color: rgba(255, 255, 255, 0.2);
}

.cancun-feed-note {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-dark);
}

.cancun-feed-note p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.cancun-distance-section,
.cancun-context-section,
.cancun-troubleshoot-section {
  color: #fff;
  background: var(--brown);
}

.cancun-distance-grid,
.cancun-context-grid,
.cancun-troubleshoot-grid {
  align-items: start;
}

.cancun-distance-section h2,
.cancun-context-section h2,
.cancun-troubleshoot-section h2,
.cancun-distance-section .eyebrow,
.cancun-context-section .eyebrow,
.cancun-troubleshoot-section .eyebrow {
  color: #fff;
}

.cancun-distance-section p,
.cancun-context-section p,
.cancun-troubleshoot-section p {
  color: #ebdcd4;
}

.cancun-range-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-sm);
}

.cancun-range-card div {
  display: flex;
  gap: 7px;
  flex-direction: column;
}

.cancun-range-card span {
  color: #f4b49d;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cancun-range-card strong {
  font-family: var(--serif);
  font-size: 1.2rem;
}

.cancun-range-card i {
  color: #f4b49d;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-style: normal;
}

.cancun-range-card p {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
}

.cancun-groups-grid {
  grid-template-columns: minmax(310px, 1fr) minmax(0, 0.95fr);
}

.cancun-context-grid {
  align-items: start;
}

.cancun-context-grid > div:last-child {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.cancun-return-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  margin-top: 42px;
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-soft);
}

.cancun-return-panel ol {
  margin: 0;
  padding: 0;
  background: var(--ivory);
  list-style: none;
}

.cancun-return-panel li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 15px;
  padding: 21px 25px;
  border-bottom: 1px solid var(--line-dark);
}

.cancun-return-panel li:last-child {
  border-bottom: 0;
}

.cancun-return-panel li span {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.45rem;
}

.cancun-return-panel li p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.cancun-return-panel aside {
  display: flex;
  padding: 35px;
  color: #fff;
  background: var(--terracotta);
  flex-direction: column;
  justify-content: center;
}

.cancun-return-panel aside strong {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 1.45rem;
}

.cancun-return-panel aside p {
  margin: 0;
  color: #ffede6;
  font-size: 0.82rem;
}

.cancun-checklist {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  list-style: none;
}

.cancun-checklist li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.cancun-checklist span {
  color: #f4b49d;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.cancun-checklist p {
  margin: 0;
  font-size: 0.8rem;
}

.cancun-selector {
  margin: 42px 0 0;
  border-top: 1px solid var(--line-dark);
}

.cancun-selector > div {
  display: grid;
  grid-template-columns: minmax(290px, 0.9fr) 1fr;
  gap: 36px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-dark);
}

.cancun-selector dt {
  font-family: var(--serif);
  font-size: 1.08rem;
}

.cancun-selector dd {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.cancun-selector dd strong {
  color: var(--terracotta);
  font-size: 0.85rem;
}

.cancun-selector dd span {
  color: var(--muted);
  font-size: 0.78rem;
}

.cancun-final {
  padding: clamp(60px, 8vw, 92px) 0;
  color: #fff;
  background: var(--terracotta);
}

.cancun-final-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 55px;
  align-items: center;
}

.cancun-final h2 {
  max-width: 760px;
  margin-bottom: 12px;
  color: #fff;
}

.cancun-final p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: #ffede6;
}

@media (max-width: 980px) {
  .cancun-hero {
    min-height: 680px;
    background:
      linear-gradient(90deg, rgba(24, 23, 20, 0.95) 0%, rgba(39, 30, 24, 0.86) 52%, rgba(43, 31, 24, 0.34) 100%),
      url("images/city.webp") 66% center / cover no-repeat;
  }

  .cancun-hero-copy {
    width: min(700px, 82%);
  }

  .cancun-before-grid,
  .cancun-groups-grid,
  .cancun-distance-grid,
  .cancun-context-grid,
  .cancun-troubleshoot-grid {
    gap: 46px;
  }

  .cancun-final-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 760px) {
  .cancun-hero {
    min-height: 730px;
    background:
      linear-gradient(90deg, rgba(24, 23, 20, 0.96) 0%, rgba(39, 30, 24, 0.88) 64%, rgba(43, 31, 24, 0.48) 100%),
      url("images/city.webp") 72% center / cover no-repeat;
  }

  .cancun-hero-copy {
    width: 100%;
    padding: 44px 0 64px;
  }

  .cancun-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.35rem);
  }

  .cancun-answer .shell,
  .cancun-router,
  .cancun-timeline,
  .cancun-before-grid,
  .cancun-groups-grid,
  .cancun-distance-grid,
  .cancun-context-grid,
  .cancun-troubleshoot-grid,
  .cancun-return-panel {
    grid-template-columns: 1fr;
  }

  .cancun-router .cancun-route-main {
    transform: none;
  }

  .cancun-timeline {
    gap: 26px;
  }

  .cancun-timeline::before {
    top: 0;
    bottom: 0;
    left: 28px;
    width: 2px;
    height: auto;
  }

  .cancun-timeline li {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    padding: 0;
    text-align: left;
  }

  .cancun-stage {
    margin: 0;
  }

  .cancun-surface-board {
    grid-template-columns: 1fr;
  }

  .cancun-feed-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .cancun-groups-photo {
    width: min(100%, 560px);
  }

  .cancun-context-grid > div:last-child {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
    padding-top: 24px;
  }

  .cancun-selector > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 560px) {
  .cancun-hero {
    min-height: 775px;
  }

  .cancun-hero .hero-actions {
    align-items: stretch;
  }

  .cancun-router-formula {
    flex-direction: column;
    gap: 5px;
  }

  .cancun-before-compare p,
  .cancun-range-card {
    grid-template-columns: 1fr;
  }

  .cancun-range-card i {
    text-align: center;
  }

  .cancun-return-panel aside {
    padding: 28px;
  }

  .cancun-final .button {
    width: 100%;
  }
}

/* Monterrey: descubrimiento por radio metropolitano */
.mty-hero {
  min-height: clamp(620px, 54vw, 760px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(27, 20, 18, 0.94) 0%, rgba(43, 27, 22, 0.82) 46%, rgba(50, 31, 24, 0.22) 73%, rgba(25, 17, 15, 0.05) 100%),
    url("images/monterreyhero.webp") 60% center / cover no-repeat;
  border-bottom: 1px solid #3d251f;
}

.mty-hero-inner { display: flex; min-height: inherit; padding-top: 24px; flex-direction: column; }
.mty-hero-copy { display: flex; width: min(735px, 64%); padding: clamp(55px, 7vw, 92px) 0 70px; flex: 1; flex-direction: column; justify-content: center; text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35); }
.mty-hero h1 { max-width: 720px; color: #fff; font-size: clamp(2.7rem, 4.8vw, 4.55rem); }
.mty-hero-lead { max-width: 700px; margin-bottom: 22px; color: #faeee9; font-size: clamp(0.98rem, 1.3vw, 1.08rem); line-height: 1.62; }
.mty-hero .button-ghost { color: #fff; background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.74); box-shadow: none; }
.mty-hero .button-ghost:hover { background: rgba(255, 255, 255, 0.18); border-color: #fff; }
.mty-hero-note { display: flex; gap: 9px; align-items: center; margin: 16px 0 0; color: #f5e1da; font-size: 0.8rem; text-shadow: none; }
.mty-hero-note span { display: grid; min-width: 32px; height: 32px; background: rgba(184, 88, 60, 0.96); border: 1px solid rgba(255, 255, 255, 0.45); border-radius: 50%; place-items: center; font-weight: 850; }

.mty-answer { color: var(--brown); background: #f3dfd4; border-bottom: 1px solid var(--line-dark); }
.mty-answer .shell { display: grid; grid-template-columns: minmax(390px, auto) 1fr; gap: 24px; align-items: center; padding-top: 21px; padding-bottom: 21px; }
.mty-answer strong { color: var(--terracotta); font-size: 0.84rem; }
.mty-answer p { margin: 0; color: var(--muted); font-size: 0.84rem; }

.mty-radius-section,
.mty-model-section,
.mty-groups-section,
.mty-check-section { background: var(--ivory); }

.mty-radius-map { display: grid; grid-template-columns: minmax(320px, 0.8fr) 1fr; gap: clamp(45px, 8vw, 90px); align-items: center; margin-top: 45px; }
.mty-radius-rings { position: relative; display: grid; width: min(100%, 410px); aspect-ratio: 1; margin: 0 auto; place-items: center; }
.mty-radius-rings span { position: absolute; border: 1px solid var(--terracotta); border-radius: 50%; }
.mty-radius-rings span:nth-child(1) { width: 100%; height: 100%; background: rgba(184, 88, 60, 0.05); }
.mty-radius-rings span:nth-child(2) { width: 68%; height: 68%; background: rgba(184, 88, 60, 0.08); }
.mty-radius-rings span:nth-child(3) { width: 35%; height: 35%; background: rgba(184, 88, 60, 0.13); }
.mty-radius-rings b { position: relative; display: grid; width: 74px; height: 74px; color: #fff; background: var(--terracotta); border-radius: 50%; place-items: center; font-family: var(--serif); font-size: 1.25rem; z-index: 1; }
.mty-radius-legend { border-top: 1px solid var(--line-dark); }
.mty-radius-legend p { display: grid; grid-template-columns: 50px minmax(160px, 0.8fr) 1fr; gap: 16px; align-items: center; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.mty-radius-legend p > span { color: var(--terracotta); font-family: var(--serif); font-size: 1.3rem; }
.mty-radius-legend strong { font-size: 0.86rem; }
.mty-radius-legend small { color: var(--muted); font-size: 0.76rem; }

.mty-metro-grid,
.mty-surfaces-grid,
.mty-groups-grid,
.mty-distance-grid,
.mty-filter-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(310px, 1fr); gap: clamp(48px, 8vw, 96px); align-items: center; }
.mty-metro-photo,
.mty-surfaces-photo,
.mty-groups-photo { position: relative; margin: 0; }
.mty-metro-photo img,
.mty-surfaces-photo img,
.mty-groups-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.mty-metro-photo::after,
.mty-groups-photo::after { position: absolute; right: -14px; bottom: -14px; width: 35%; height: 35%; background: var(--terracotta); content: ""; z-index: -1; }
.mty-metro-rule { display: flex; gap: 7px; margin-top: 25px; padding: 20px 22px; flex-direction: column; background: #f3dfd4; border-left: 4px solid var(--terracotta); }
.mty-metro-rule strong { color: var(--brown); font-size: 0.84rem; }
.mty-metro-rule span { color: var(--muted); font-size: 0.78rem; }

.mty-control-sequence { display: grid; grid-template-columns: repeat(3, 1fr); margin: 43px 0 0; padding: 0; background: var(--white); border: 1px solid var(--line-dark); box-shadow: var(--shadow-soft); list-style: none; }
.mty-control-sequence li { min-height: 315px; padding: clamp(26px, 3.5vw, 42px); }
.mty-control-sequence li + li { border-left: 1px solid var(--line-dark); }
.mty-control-sequence li > span { display: block; margin-bottom: 34px; color: var(--terracotta); font-family: var(--serif); font-size: 2.15rem; }
.mty-control-sequence h3 { margin-bottom: 12px; font-size: 1.17rem; }
.mty-control-sequence p { color: var(--muted); font-size: 0.82rem; }
.mty-scenario-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 20px; }
.mty-scenario-pair article { padding: 24px 28px; background: #f3dfd4; border-left: 4px solid var(--terracotta); }
.mty-scenario-pair span { color: var(--terracotta); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.mty-scenario-pair h3 { margin: 12px 0 8px; font-size: 1rem; }
.mty-scenario-pair p { margin: 0; color: var(--muted); font-size: 0.8rem; }

.mty-distance-section,
.mty-filter-section { color: #fff; background: var(--brown); }
.mty-distance-section h2,
.mty-filter-section h2,
.mty-distance-section .eyebrow,
.mty-filter-section .eyebrow { color: #fff; }
.mty-distance-section p,
.mty-filter-section p { color: #eadbd3; }
.mty-distance-grid,
.mty-filter-grid { align-items: start; }
.mty-distance-action { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px 20px; align-items: center; padding: 30px; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: var(--radius-sm); }
.mty-distance-action span { color: #f4b49d; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.mty-distance-action strong { font-family: var(--serif); font-size: 1.1rem; }
.mty-distance-action i { grid-row: 1 / 3; grid-column: 2; color: #f4b49d; font-family: var(--serif); font-size: 1.5rem; font-style: normal; }
.mty-distance-action b { grid-column: 1 / -1; color: #f4b49d; font-size: 1.5rem; text-align: center; }
.mty-distance-action p { grid-column: 1 / -1; margin: 0; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.2); font-size: 0.8rem; text-align: center; }

.mty-results-section { background: var(--white); }
.mty-result-path { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 18px; align-items: center; margin-top: 42px; }
.mty-result-path p { display: flex; min-height: 135px; margin: 0; padding: 24px; flex-direction: column; justify-content: center; background: var(--ivory); border: 1px solid var(--line-dark); border-radius: var(--radius-sm); }
.mty-result-path span { margin-bottom: 8px; color: var(--terracotta); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.mty-result-path strong { font-family: var(--serif); font-size: 1.03rem; }
.mty-result-path i { color: var(--terracotta); font-family: var(--serif); font-size: 1.4rem; font-style: normal; }
.mty-directory-note { display: grid; grid-template-columns: minmax(285px, 0.75fr) 1fr; gap: 35px; margin-top: 30px; padding: 27px; color: #fff; background: var(--terracotta); }
.mty-directory-note p { margin: 0; color: #ffede6; font-size: 0.82rem; }

.mty-surfaces-section { background: #f4e6de; }
.mty-surfaces-grid { grid-template-columns: minmax(310px, 0.9fr) minmax(0, 1fr); }
.mty-surface-list { margin: 22px 0; border-top: 1px solid var(--line-dark); }
.mty-surface-list p { display: flex; gap: 5px; margin: 0; padding: 15px 0; flex-direction: column; border-bottom: 1px solid var(--line-dark); }
.mty-surface-list span { color: var(--terracotta); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.mty-surface-list strong { font-size: 0.84rem; }
.mty-surface-list small { color: var(--muted); font-size: 0.76rem; }
.mty-surfaces-grid > div > p:last-of-type { color: var(--muted); font-size: 0.84rem; }
.mty-surfaces-grid a { color: var(--terracotta); font-size: 0.8rem; font-weight: 800; }

.mty-groups-grid { grid-template-columns: minmax(0, 0.9fr) minmax(310px, 1fr); }
.mty-filter-order { margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, 0.24); list-style: none; }
.mty-filter-order li { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.24); }
.mty-filter-order span { color: #f4b49d; font-family: var(--serif); font-size: 1.2rem; }
.mty-filter-order p { margin: 0; font-size: 0.8rem; }

.mty-travel-note { color: var(--brown); background: #f3dfd4; border-bottom: 1px solid var(--line-dark); }
.mty-travel-note .shell { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; padding-top: 24px; padding-bottom: 24px; }
.mty-travel-note strong { color: var(--terracotta); font-family: var(--serif); font-size: 1.15rem; }
.mty-travel-note p { margin: 0; color: var(--muted); font-size: 0.82rem; }
.mty-travel-note a { color: var(--terracotta); font-weight: 800; }

.mty-four-checks { display: grid; grid-template-columns: repeat(4, 1fr); margin: 42px 0 0; padding: 0; background: var(--white); border: 1px solid var(--line-dark); box-shadow: var(--shadow-soft); list-style: none; }
.mty-four-checks li { min-height: 245px; padding: 28px; }
.mty-four-checks li + li { border-left: 1px solid var(--line-dark); }
.mty-four-checks li > span { color: var(--terracotta); font-family: var(--serif); font-size: 1.8rem; }
.mty-four-checks h3 { margin: 30px 0 10px; font-size: 0.96rem; }
.mty-four-checks p { color: var(--muted); font-size: 0.79rem; }

.mty-final { padding: clamp(60px, 8vw, 92px) 0; color: #fff; background: var(--terracotta); }
.mty-final-inner { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.mty-final h2 { max-width: 770px; margin-bottom: 12px; color: #fff; }
.mty-final p:last-child { max-width: 760px; margin-bottom: 0; color: #ffede6; }

@media (max-width: 980px) {
  .mty-hero { min-height: 680px; background: linear-gradient(90deg, rgba(27, 20, 18, 0.95) 0%, rgba(43, 27, 22, 0.86) 54%, rgba(50, 31, 24, 0.3) 100%), url("images/monterreyhero.webp") 67% center / cover no-repeat; }
  .mty-hero-copy { width: min(710px, 82%); }
  .mty-metro-grid,
  .mty-surfaces-grid,
  .mty-groups-grid,
  .mty-distance-grid,
  .mty-filter-grid { gap: 46px; }
  .mty-four-checks { grid-template-columns: 1fr 1fr; }
  .mty-four-checks li:nth-child(3) { border-top: 1px solid var(--line-dark); border-left: 0; }
  .mty-four-checks li:nth-child(4) { border-top: 1px solid var(--line-dark); }
  .mty-final-inner { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 760px) {
  .mty-hero { min-height: 730px; background: linear-gradient(90deg, rgba(27, 20, 18, 0.96) 0%, rgba(43, 27, 22, 0.88) 66%, rgba(50, 31, 24, 0.45) 100%), url("images/monterreyhero.webp") 72% center / cover no-repeat; }
  .mty-hero-copy { width: 100%; padding: 44px 0 64px; }
  .mty-hero h1 { font-size: clamp(2.35rem, 10vw, 3.35rem); }
  .mty-answer .shell,
  .mty-radius-map,
  .mty-control-sequence,
  .mty-scenario-pair,
  .mty-metro-grid,
  .mty-surfaces-grid,
  .mty-groups-grid,
  .mty-distance-grid,
  .mty-filter-grid,
  .mty-directory-note,
  .mty-travel-note .shell { grid-template-columns: 1fr; }
  .mty-control-sequence li { min-height: auto; }
  .mty-control-sequence li + li { border-top: 1px solid var(--line-dark); border-left: 0; }
  .mty-radius-rings { width: min(86vw, 390px); }
  .mty-result-path { grid-template-columns: 1fr; }
  .mty-result-path i { height: 10px; line-height: 0.3; text-align: center; }
  .mty-surfaces-photo { width: min(100%, 560px); }
  .mty-groups-photo { grid-row: 1; width: min(100%, 560px); }
}

@media (max-width: 560px) {
  .mty-hero { min-height: 770px; }
  .mty-hero .hero-actions { align-items: stretch; }
  .mty-radius-legend p { grid-template-columns: 38px 1fr; }
  .mty-radius-legend small { grid-column: 2; }
  .mty-distance-action { grid-template-columns: 1fr; }
  .mty-distance-action i { grid-row: auto; grid-column: auto; text-align: center; }
  .mty-four-checks { grid-template-columns: 1fr; }
  .mty-four-checks li + li { border-top: 1px solid var(--line-dark); border-left: 0; }
  .mty-final .button { width: 100%; }
}

/* AdultFriendFinder Live product page */
.live-page {
  background: var(--ivory);
}

.live-hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(38, 22, 19, 0.92) 0%, rgba(45, 24, 21, 0.82) 42%, rgba(45, 24, 21, 0.28) 72%, rgba(45, 24, 21, 0.1) 100%),
    url("images/livevideo.webp") center center / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.live-hero-grid {
  display: flex;
  min-height: 610px;
  align-items: center;
}

.live-hero-copy {
  z-index: 1;
  width: min(720px, 64%);
  padding: clamp(58px, 7vw, 92px) 0;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.live-breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 34px;
  color: #f1ded5;
  font-size: 0.84rem;
}

.live-breadcrumb a {
  color: #fff;
  font-weight: 700;
}

.live-hero h1 {
  max-width: 700px;
  color: #fff;
  font-size: clamp(2.7rem, 4.6vw, 4.5rem);
}

.live-hero-lead {
  max-width: 680px;
  margin-bottom: 24px;
  color: #f8eee8;
  font-size: 1.08rem;
  line-height: 1.65;
}

.live-hero .button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.72);
  text-shadow: none;
}

.live-answer-bar {
  color: #fff;
  background: var(--terracotta);
}

.live-answer-bar .shell {
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) 1fr;
  gap: 34px;
  min-height: 92px;
  align-items: center;
}

.live-answer-bar strong {
  font-family: var(--serif);
  font-size: 1.13rem;
}

.live-answer-bar p {
  margin: 0;
  color: #fff3ed;
  font-size: 0.94rem;
}

.live-section {
  padding: clamp(62px, 7vw, 92px) 0;
}

.live-section-alt {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.live-section-soft {
  background: var(--cream);
  border-block: 1px solid var(--line);
}

.live-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.live-heading-wide {
  max-width: 900px;
}

.live-heading > p:last-child,
.live-find-grid > div > p,
.live-studio-layout > div:last-child > p,
.live-boundary-grid > div > p {
  color: var(--muted);
}

.live-context-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
}

.live-context-grid article {
  display: flex;
  min-height: 330px;
  padding: 27px 24px;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 11px;
}

.live-context-grid article > span {
  display: inline-grid;
  width: 39px;
  height: 39px;
  margin-bottom: 42px;
  color: var(--terracotta);
  background: var(--cream);
  border-radius: 50%;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
}

.live-context-grid h3 {
  font-family: var(--serif);
  font-size: 1.42rem;
}

.live-context-grid p {
  color: var(--muted);
  font-size: 0.9rem;
}

.live-context-grid strong {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.83rem;
}

.live-context-grid a {
  margin-top: 12px;
  color: var(--red-dark);
  font-size: 0.82rem;
  font-weight: 750;
}

.live-context-grid .live-context-active {
  color: #fff;
  background: var(--terracotta);
  border-color: var(--terracotta);
  box-shadow: var(--shadow);
}

.live-context-grid .live-context-active > span {
  color: var(--terracotta);
  background: #fff;
}

.live-context-grid .live-context-active p {
  color: #fff1eb;
}

.live-context-grid .live-context-active strong {
  border-color: rgba(255, 255, 255, 0.25);
}

.live-viewer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  gap: clamp(50px, 8vw, 100px);
  align-items: center;
}

.live-viewer-copy > p {
  color: var(--muted);
}

.live-steps {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.live-steps li {
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 16px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.live-steps li > span {
  display: grid;
  width: 36px;
  height: 36px;
  color: var(--red-dark);
  background: var(--peach);
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
  font-weight: 700;
}

.live-steps strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--serif);
  font-size: 1.08rem;
}

.live-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.live-viewer-media {
  position: relative;
  margin: 0;
}

.live-viewer-media::before {
  position: absolute;
  z-index: 0;
  top: -28px;
  right: -28px;
  width: 58%;
  height: 54%;
  background: var(--peach);
  border-radius: 50% 50% 8px 50%;
  content: "";
}

.live-viewer-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 140px 12px 12px 12px;
  box-shadow: var(--shadow);
}

.live-viewer-media figcaption {
  position: relative;
  z-index: 2;
  width: 82%;
  margin: -34px 0 0 auto;
  padding: 16px 19px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  box-shadow: var(--shadow);
  font-size: 0.8rem;
}

.live-find-grid,
.live-boundary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(45px, 8vw, 100px);
  align-items: start;
}

.live-find-grid a,
.live-boundary-grid a {
  color: var(--red-dark);
  font-weight: 750;
}

.live-hotlist-card,
.live-account-card {
  padding: 31px 29px;
  background: var(--cream);
  border: 1px solid var(--line-dark);
  border-radius: 11px;
}

.live-account-card {
  background: var(--white);
  box-shadow: var(--shadow);
}

.live-card-kicker {
  display: block;
  margin-bottom: 24px;
  color: var(--terracotta);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.live-hotlist-card h3,
.live-account-card h3 {
  font-family: var(--serif);
  font-size: 1.45rem;
}

.live-hotlist-card p,
.live-account-card p {
  color: var(--muted);
  font-size: 0.9rem;
}

.live-hotlist-card a {
  font-size: 0.86rem;
}

.live-chat-band {
  padding: clamp(52px, 6vw, 72px) 0;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(90, 35, 28, 0.97), rgba(202, 104, 71, 0.96)),
    linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1));
}

.live-chat-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.live-chat-inner h2 {
  color: #fff;
}

.live-chat-inner > div:first-child > p:last-child {
  color: #fff1eb;
}

.live-chat-key p {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  margin: 0;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.live-chat-key strong {
  font-family: var(--serif);
  font-size: 1.07rem;
}

.live-chat-key span {
  color: #fff1eb;
  font-size: 0.86rem;
}

.live-studio-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 8vw, 100px);
  align-items: center;
}

.live-studio-visual {
  overflow: hidden;
  margin: 0;
  border: 8px solid var(--white);
  border-radius: 12px 140px 12px 12px;
  box-shadow: var(--shadow);
}

.live-studio-visual img {
  width: 100%;
  min-height: 410px;
  object-fit: cover;
  object-position: 68% center;
}

.live-setting-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 28px;
}

.live-setting-list span {
  padding: 11px 8px;
  color: var(--red-dark);
  background: var(--peach);
  border-radius: 6px;
  font-size: 0.79rem;
  font-weight: 750;
  text-align: center;
}

.live-control-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.live-control-grid article {
  min-height: 265px;
  padding: 25px 22px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 9px;
}

.live-control-grid article > span {
  display: block;
  margin-bottom: 40px;
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 0.84rem;
}

.live-control-grid h3 {
  font-family: var(--serif);
  font-size: 1.34rem;
}

.live-control-grid p {
  color: var(--muted);
  font-size: 0.86rem;
}

.live-control-note {
  margin: 19px 0 0;
  padding: 20px 23px;
  color: var(--muted);
  background: var(--white);
  border-left: 3px solid var(--terracotta);
  font-size: 0.88rem;
}

.live-control-note strong {
  color: var(--brown);
}

.live-boundary-grid > div a {
  text-decoration-thickness: 1px;
}

.live-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
}

.live-decision-grid article {
  display: flex;
  min-height: 260px;
  padding: 25px 22px;
  flex-direction: column;
  background: var(--ivory);
  border: 1px solid var(--line-dark);
  border-radius: 9px;
}

.live-decision-grid article > span {
  margin-bottom: 28px;
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.live-decision-grid strong {
  font-family: var(--serif);
  font-size: 1.15rem;
}

.live-decision-grid p {
  color: var(--muted);
  font-size: 0.84rem;
}

.live-decision-grid a {
  margin-top: auto;
  color: var(--red-dark);
  font-size: 0.82rem;
  font-weight: 750;
}

.live-faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1fr);
  gap: clamp(45px, 8vw, 100px);
  align-items: start;
}

.live-faq-layout .live-heading {
  position: sticky;
  top: 100px;
  margin-bottom: 0;
}

.live-faq details {
  background: var(--white);
}

.live-final {
  padding: 50px 0;
  color: #fff;
  background: var(--terracotta);
}

.live-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
}

.live-final h2 {
  max-width: 780px;
  color: #fff;
}

.live-final p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: #fff1eb;
}

.live-footer {
  border-top: 0;
}

@media (max-width: 1060px) {
  .live-context-grid,
  .live-control-grid,
  .live-decision-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .live-context-grid article {
    min-height: 290px;
  }
}

@media (max-width: 820px) {
  .live-viewer-layout,
  .live-find-grid,
  .live-chat-inner,
  .live-studio-layout,
  .live-boundary-grid,
  .live-faq-layout {
    grid-template-columns: 1fr;
  }

  .live-hero {
    background-position: 62% center;
  }

  .live-hero-copy {
    width: min(680px, 78%);
    padding-right: 0;
  }

  .live-viewer-media {
    width: min(100%, 620px);
    justify-self: center;
  }

  .live-studio-visual {
    width: min(100%, 560px);
    justify-self: center;
  }

  .live-faq-layout .live-heading {
    position: static;
  }

  .live-final-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .live-final-inner .button {
    width: max-content;
  }
}

@media (max-width: 620px) {
  .live-hero-copy {
    width: 100%;
    padding-block: 44px 48px;
  }

  .live-breadcrumb {
    margin-bottom: 26px;
  }

  .live-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .live-hero .hero-actions,
  .live-hero .hero-actions .button {
    width: 100%;
  }

  .live-hero .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .live-hero {
    background-position: 68% center;
  }

  .live-answer-bar .shell {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-block: 19px;
  }

  .live-context-grid,
  .live-control-grid,
  .live-decision-grid,
  .live-setting-list {
    grid-template-columns: 1fr;
  }

  .live-context-grid article,
  .live-control-grid article,
  .live-decision-grid article {
    min-height: auto;
  }

  .live-context-grid article > span,
  .live-control-grid article > span,
  .live-decision-grid article > span {
    margin-bottom: 24px;
  }

  .live-viewer-media::before {
    right: -10px;
  }

  .live-viewer-media img {
    border-radius: 80px 10px 10px 10px;
  }

  .live-viewer-media figcaption {
    width: 92%;
  }

  .live-chat-key p {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .live-studio-visual img {
    min-height: 330px;
  }

  .live-final-inner .button {
    width: 100%;
  }
}

/* Guadalajara metropolitan discovery */
.gdl-page {
  background: var(--ivory);
}

.gdl-hero {
  min-height: clamp(620px, 53vw, 760px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(34, 20, 17, 0.72) 0%, rgba(46, 25, 21, 0.66) 50%, rgba(38, 21, 18, 0.54) 100%),
    url("images/guadalajara1.webp") center center / cover no-repeat;
  border-bottom: 1px solid #3d251f;
}

.gdl-hero-inner {
  display: flex;
  min-height: inherit;
  padding-top: 24px;
  flex-direction: column;
  align-items: center;
}

.gdl-hero-copy {
  display: flex;
  width: min(900px, 86%);
  padding: clamp(55px, 8vw, 96px) 0 70px;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.gdl-hero h1 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(2.65rem, 4.8vw, 4.5rem);
}

.gdl-hero-lead {
  max-width: 780px;
  margin-bottom: 23px;
  color: #f9eee9;
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.65;
}

.gdl-hero .button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}

.gdl-hero .button-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
}

.gdl-hero-note {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 17px 0 0;
  color: #f5e1da;
  font-size: 0.82rem;
  text-shadow: none;
  justify-content: center;
}

.gdl-hero .local-breadcrumb,
.gdl-hero .hero-actions {
  justify-content: center;
}

.gdl-hero-note span {
  display: grid;
  min-width: 33px;
  height: 33px;
  background: rgba(202, 104, 71, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  place-items: center;
  font-weight: 850;
}

.gdl-answer {
  color: #fff;
  background: var(--terracotta);
}

.gdl-answer .shell {
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) 1fr;
  gap: 34px;
  min-height: 96px;
  align-items: center;
}

.gdl-answer strong {
  font-family: var(--serif);
  font-size: 1.15rem;
}

.gdl-answer p {
  margin: 0;
  color: #fff2ed;
  font-size: 0.95rem;
}

.gdl-section {
  padding: clamp(62px, 7vw, 94px) 0;
}

.gdl-section-alt {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.gdl-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.gdl-heading-wide {
  max-width: 930px;
}

.gdl-heading > p:last-child,
.gdl-metro-layout > div:first-child > p,
.gdl-search-layout > div:first-child > p,
.gdl-groups-layout > div:first-child > p,
.gdl-diagnostic-intro > p:last-child {
  color: var(--muted);
}

.gdl-location-model {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.gdl-location-model article {
  display: flex;
  min-height: 330px;
  padding: 29px 25px;
  flex-direction: column;
}

.gdl-location-model article + article {
  border-left: 1px solid var(--line-dark);
}

.gdl-location-model article > span {
  margin-bottom: 46px;
  color: #b99f93;
  font-family: var(--serif);
  font-size: 0.88rem;
}

.gdl-card-label {
  margin-bottom: 8px;
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gdl-location-model h3,
.gdl-two-cards h3,
.gdl-preference-compare h3,
.gdl-surface-compare h3 {
  font-family: var(--serif);
  font-size: clamp(1.32rem, 2vw, 1.65rem);
}

.gdl-location-model article > p:last-child {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.87rem;
}

.gdl-location-model .gdl-location-focus {
  color: #fff;
  background: var(--terracotta);
}

.gdl-location-model .gdl-location-focus > span,
.gdl-location-model .gdl-location-focus .gdl-card-label {
  color: #ffe0d5;
}

.gdl-location-model .gdl-location-focus > p:last-child {
  color: #fff2ed;
}

.gdl-formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin: 16px 0 0;
}

.gdl-formula span {
  padding: 13px 12px;
  color: var(--muted);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 0.78rem;
  text-align: center;
}

.gdl-formula b {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.gdl-metro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(50px, 8vw, 100px);
  align-items: center;
}

.gdl-metro-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 8px solid var(--cream);
  border-radius: 130px 12px 12px 12px;
  box-shadow: var(--shadow);
}

.gdl-metro-photo img {
  width: 100%;
  min-height: 450px;
  object-fit: cover;
  object-position: 58% center;
}

.gdl-metro-photo figcaption {
  position: absolute;
+  right: 20px;
  bottom: 20px;
  width: min(360px, calc(100% - 40px));
  padding: 20px 22px;
  color: var(--brown);
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(221, 202, 188, 0.85);
  border-radius: 9px;
  box-shadow: var(--shadow);
}

.gdl-metro-photo figcaption span,
.gdl-metro-photo figcaption strong,
.gdl-metro-photo figcaption small {
  display: block;
}

.gdl-metro-photo figcaption span {
  margin-bottom: 7px;
  color: var(--terracotta);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gdl-metro-photo figcaption strong {
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.32;
}

.gdl-metro-photo figcaption small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.74rem;
}

.gdl-two-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
}

.gdl-two-cards article {
  display: flex;
  min-height: 350px;
  padding: clamp(30px, 5vw, 50px);
  flex-direction: column;
  background: var(--white);
}

.gdl-two-cards .gdl-proximity-card {
  background: var(--cream);
  border-left: 1px solid var(--line-dark);
}

.gdl-two-cards article > p:not(.gdl-card-label) {
  color: var(--muted);
}

.gdl-two-cards strong {
  margin-top: auto;
  padding-top: 18px;
  color: var(--red-dark);
  border-top: 1px solid var(--line-dark);
  font-size: 0.85rem;
}

.gdl-postal-note {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 24px;
  margin-top: 15px;
  padding: 24px 27px;
  background: var(--peach);
  border: 1px solid #e1bcae;
  border-radius: 9px;
}

.gdl-postal-note > span {
  display: grid;
  width: 62px;
  height: 62px;
  color: #fff;
  background: var(--terracotta);
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
}

.gdl-postal-note h3 {
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: 1.2rem;
}

.gdl-postal-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.gdl-search-section {
  color: #fff;
  background: var(--brown);
}

.gdl-search-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.78fr);
  gap: clamp(50px, 8vw, 100px);
  align-items: center;
}

.gdl-search-layout h2 {
  color: #fff;
}

.gdl-search-layout > div:first-child > p {
  color: #e9dcd6;
}

.gdl-radius-tool {
  position: relative;
  min-height: 390px;
}

.gdl-radius-ring,
.gdl-radius-core {
  position: absolute;
  top: 43%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.gdl-radius-ring {
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.gdl-radius-outer {
  width: 330px;
  height: 330px;
}

.gdl-radius-inner {
  width: 210px;
  height: 210px;
  background: rgba(202, 104, 71, 0.14);
}

.gdl-radius-core {
  display: flex;
  width: 118px;
  height: 118px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: var(--terracotta);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.gdl-radius-core span {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gdl-radius-core strong {
  font-family: var(--serif);
  font-size: 1.25rem;
}

.gdl-radius-tool > p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  color: #e9dcd6;
  font-size: 0.8rem;
  text-align: center;
}

.gdl-preference-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 52px;
}

.gdl-preference-compare article {
  min-height: 220px;
  padding: 28px;
  color: var(--brown);
  background: var(--white);
  border-radius: 10px;
}

.gdl-preference-compare article p:last-child {
  color: var(--muted);
  font-size: 0.87rem;
}

.gdl-preference-compare > span {
  color: #f0ad94;
  font-family: var(--serif);
  font-size: 1.5rem;
}

.gdl-surface-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
}

.gdl-surface-compare article {
  min-height: 350px;
  padding: clamp(30px, 5vw, 50px);
  background: var(--white);
}

.gdl-surface-compare article + article {
  background: var(--cream);
  border-left: 1px solid var(--line-dark);
}

.gdl-surface-compare article > span {
  display: inline-block;
  margin-bottom: 42px;
  padding: 7px 12px;
  color: #fff;
  background: var(--terracotta);
  border-radius: 99px;
  font-size: 0.74rem;
  font-weight: 800;
}

.gdl-surface-compare ul {
  margin: 20px 0 0;
  padding: 18px 0 0;
  color: var(--muted);
  border-top: 1px solid var(--line-dark);
  list-style: none;
  font-size: 0.87rem;
}

.gdl-surface-compare li {
  position: relative;
  margin: 9px 0;
  padding-left: 19px;
}

.gdl-surface-compare li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--terracotta);
  border-radius: 50%;
  content: "";
}

.gdl-context-link {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.gdl-context-link a,
.gdl-groups-layout a {
  color: var(--red-dark);
  font-weight: 750;
}

.gdl-groups-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.72fr);
  gap: clamp(50px, 8vw, 100px);
  align-items: center;
}

.gdl-group-key {
  padding: 16px 30px;
  background: var(--cream);
  border: 1px solid var(--line-dark);
  border-radius: 50% 50% 10px 10px;
}

.gdl-group-key p {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-dark);
}

.gdl-group-key p:last-child {
  border-bottom: 0;
}

.gdl-group-key strong {
  font-family: var(--serif);
}

.gdl-group-key span {
  color: var(--muted);
  font-size: 0.84rem;
}

.gdl-diagnostic-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.62fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 100px);
  align-items: start;
}

.gdl-diagnostic-intro {
  position: sticky;
  top: 100px;
}

.gdl-diagnostic-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gdl-diagnostic-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 19px 0;
  border-top: 1px solid var(--line-dark);
}

.gdl-diagnostic-steps li > span {
  display: grid;
  width: 40px;
  height: 40px;
  color: var(--red-dark);
  background: var(--peach);
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
}

.gdl-diagnostic-steps strong {
 +  display: block;
  margin-bottom: 3px;
  font-family: var(--serif);
  font-size: 1.08rem;
}

.gdl-diagnostic-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.gdl-broaden-note {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) 1fr;
  gap: 36px;
  margin-top: 35px;
  padding: 24px 28px;
  color: #fff;
  background: var(--terracotta);
  border-radius: 10px;
}

.gdl-broaden-note strong {
  font-family: var(--serif);
  font-size: 1.08rem;
}

.gdl-broaden-note p {
  margin: 0;
  color: #fff2ed;
  font-size: 0.88rem;
}

.gdl-visitor-band {
  padding: 48px 0;
  color: #fff;
  background: var(--brown);
}

.gdl-visitor-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 55px;
  align-items: center;
}

.gdl-visitor-inner h2 {
  color: #fff;
}

.gdl-visitor-inner > div > p:last-child {
  max-width: 820px;
  margin: 0;
  color: #e9dcd6;
}

.gdl-check-section {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.gdl-four-checks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gdl-four-checks li {
  min-height: 255px;
  padding: 26px 23px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 9px;
}

.gdl-four-checks li > span {
  display: block;
  margin-bottom: 42px;
  color: var(--terracotta);
  font-family: var(--serif);
}

.gdl-four-checks strong {
  font-family: var(--serif);
  font-size: 1.15rem;
}

.gdl-four-checks p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.gdl-faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 100px);
  align-items: start;
}

.gdl-faq-layout .gdl-heading {
  position: sticky;
  top: 100px;
  margin: 0;
}

.gdl-faq details {
  background: var(--white);
}

.gdl-final {
  padding: 52px 0;
  color: #fff;
  background: var(--terracotta);
}

.gdl-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 55px;
  align-items: center;
}

.gdl-final h2 {
  max-width: 820px;
  color: #fff;
}

.gdl-final p:not(.eyebrow) {
  max-width: 800px;
  margin: 0;
  color: #fff2ed;
}

.gdl-final-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
}

.gdl-final-actions > a:last-child {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 750;
}

.gdl-footer {
  border-top: 0;
}

@media (max-width: 1040px) {
  .gdl-hero-copy {+    width: min(720px, 76%);
  }

  .gdl-location-model,
  .gdl-four-checks {
    grid-template-columns: repeat(2, 1fr);
  }

  .gdl-location-model article:nth-child(3),
  .gdl-location-model article:nth-child(4) {
    border-top: 1px solid var(--line-dark);
  }

  .gdl-location-model article:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 820px) {
  .gdl-hero {
    min-height: 690px;
    background-position: 64% center;
  }

  .gdl-hero-copy {
    width: min(680px, 84%);
  }

  .gdl-metro-layout,
  .gdl-search-layout,
  .gdl-groups-layout,
  .gdl-diagnostic-layout,
  .gdl-faq-layout {
    grid-template-columns: 1fr;
  }

  .gdl-metro-diagram,
  .gdl-radius-tool {
    width: min(100%, 600px);
    justify-self: center;
  }

  .gdl-diagnostic-intro,
  .gdl-faq-layout .gdl-heading {
    position: static;
  }

  .gdl-visitor-inner,
  .gdl-final-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gdl-visitor-inner .button {
    width: max-content;
  }

  .gdl-final-actions {
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .gdl-hero {
    min-height: 750px;
    background:
      linear-gradient(90deg, rgba(34, 20, 17, 0.96) 0%, rgba(46, 25, 21, 0.87) 60%, rgba(52, 27, 22, 0.42) 100%),
      url("images/guadalajara1.webp") 67% center / cover no-repeat;
  }

  .gdl-hero-copy {
    width: 100%;
    padding: 44px 0 62px;
  }

  .gdl-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.35rem);
  }

  .gdl-hero .hero-actions {
    align-items: stretch;
  }

  .gdl-answer .shell,
  .gdl-two-cards,
  .gdl-preference-compare,
  .gdl-surface-compare,
  .gdl-broaden-note {
    grid-template-columns: 1fr;
  }

  .gdl-answer .shell {
    gap: 4px;
    padding-block: 20px;
  }

  .gdl-formula {
    grid-template-columns: 1fr;
  }

  .gdl-formula b,
  .gdl-preference-compare > span {
    height: 12px;
    line-height: 0.45;
    text-align: center;
  }

  .gdl-two-cards .gdl-proximity-card,
  .gdl-surface-compare article + article {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .gdl-two-cards article,
  .gdl-surface-compare article {
    min-height: auto;
  }

  .gdl-preference-compare {
    gap: 10px;
  }

  .gdl-preference-compare article {
    min-height: auto;
  }

  .gdl-group-key p,
  .gdl-postal-note {
    grid-template-columns: 1fr;
  }

  .gdl-four-checks {
    grid-template-columns: 1fr;
  }

  .gdl-four-checks li {
    min-height: auto;
  }

  .gdl-four-checks li > span {
    margin-bottom: 22px;
  }

  .gdl-visitor-inner .button,
  .gdl-final-actions,
  .gdl-final-actions .button {
    width: 100%;
  }

  .gdl-final-actions {
    align-items: stretch;
  }

  .gdl-final-actions > a:last-child {
    text-align: center;
  }
}

@media (max-width: 520px) {
  .gdl-location-model {
    grid-template-columns: 1fr;
  }

  .gdl-location-model article {
    min-height: auto;
  }

  .gdl-location-model article + article,
  .gdl-location-model article:nth-child(3) {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .gdl-location-model article > span {
    margin-bottom: 25px;
  }

  .gdl-metro-diagram {
    min-height: 470px;
  }

  .gdl-metro-center {
    top: 45%;
  }

  .gdl-node-one,
  .gdl-node-two,
  .gdl-node-three,
  .gdl-node-four {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .gdl-node-one {
    top: 8%;
  }

  .gdl-node-two {
    top: 21%;
  }

  .gdl-node-three {
    top: auto;
    bottom: 22%;
  }

  .gdl-node-four {
    bottom: 9%;
  }

  .gdl-radius-outer {
    width: 280px;
    height: 280px;
  }

  .gdl-radius-inner {
    width: 180px;
    height: 180px;
  }
}
