/* Aqua Dental landing pages: shared tokens, components and modules */

@font-face { font-family: "Guttaperka"; src: url("/fonts/Guttaperka-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Guttaperka"; src: url("/fonts/Guttaperka-Semibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Guttaperka"; src: url("/fonts/Guttaperka-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("/fonts/Satoshi-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("/fonts/Satoshi-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("/fonts/Satoshi-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("/fonts/Satoshi-Black.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }

:root {
  --navy: #0a293a;
  --ink: #393939;
  --muted: #5e6566;
  --line: #e5e5e5;
  --yellow: #f5cb53;
  --yellow-hover: #f0be2e;
  --gold: #8b6b1f;
  --beige: #f4ecdc;
  --cream: #fff9ec;
  --sage: #e7eee0;
  --blush: #f6e1da;
  --white: #ffffff;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 10px 30px rgba(10, 41, 58, 0.10);
  --head: "Guttaperka", "Georgia", serif;
  --body: "Satoshi", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1180px;
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--head); font-weight: 600; color: var(--navy); margin: 0; line-height: 1.1; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); line-height: 1.02; }
h2 { font-size: clamp(2rem, 4vw, 2.9rem); }
h3 { font-size: 1.25rem; font-family: var(--body); font-weight: 700; letter-spacing: 0; line-height: 1.3; }
p { margin: 0; }
p + p { margin-top: 1em; }

.wrap { width: min(var(--wrap), 100% - 2.5rem); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 1rem; top: -4rem; background: var(--navy); color: #fff; padding: .6rem 1rem; border-radius: 8px; z-index: 100; }
.skip:focus { top: 1rem; }

.eyebrow {
  font-family: var(--body);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .9rem;
}
.section-intro { color: var(--muted); max-width: 56ch; margin-top: 1rem; }
.section-head { max-width: 760px; margin-bottom: 2.5rem; }
.section-head-row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.section-head-row > div:first-child { max-width: 760px; }
.fineprint { font-size: .85rem; color: var(--muted); margin-top: 1.5rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--body); font-weight: 700; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase;
  padding: .95rem 1.7rem; border-radius: 999px; border: 2px solid transparent; cursor: pointer;
  line-height: 1.1; text-align: center; white-space: nowrap; text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .15s ease, box-shadow .2s ease;
}
.btn:hover { text-decoration: none; }
.btn:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.btn-primary { background: var(--yellow); color: var(--navy); box-shadow: 0 6px 18px rgba(245, 203, 83, 0.35); }
.btn-primary:hover { background: var(--yellow-hover); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(245, 203, 83, 0.45); }
.btn-ghost { background: transparent; color: var(--navy); border-color: rgba(10, 41, 58, .25); }
.btn-ghost:hover { border-color: var(--navy); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-outline-light:hover { border-color: #fff; }
.btn-lg { padding: 1.1rem 2.1rem; font-size: 1rem; }
.btn-sm { padding: .7rem 1.2rem; font-size: .8rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.cta-note { font-size: .9rem; color: var(--muted); margin-top: 1rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent; transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 4px 20px rgba(10,41,58,.06); }
.header-inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { color: var(--navy); display: inline-flex; }
.brand img { width: 200px; height: auto; }
.header-nav { display: none; gap: 1.6rem; }
.header-nav a { color: var(--navy); font-weight: 500; font-size: .95rem; }
.header-cta { display: flex; align-items: center; gap: 1.2rem; }
.phone { display: none; color: var(--navy); font-weight: 700; }
@media (min-width: 900px) { .header-nav { display: flex; } .phone { display: inline; } }

/* Hero */
.hero { padding: 2.5rem 0 3.5rem; background: linear-gradient(180deg, var(--cream) 0%, #fff 100%); }
.hero-grid { display: grid; gap: 2.2rem; align-items: center; }
.hero-copy .lead { font-size: 1.15rem; color: var(--ink); max-width: 54ch; margin-top: 1.4rem; }
.hero-media picture, .hero-media img { border-radius: var(--radius); overflow: hidden; }
.hero-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 20%; box-shadow: var(--shadow); }
.trust-row { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(10,41,58,.12); }
.trust { display: grid; grid-template-columns: 1fr; gap: .9rem 2rem; align-items: center; }
.trust li { display: flex; align-items: center; gap: .6rem; font-size: .95rem; font-weight: 500; color: var(--navy); line-height: 1.3; }
.trust li.trust-logo img { height: 40px; width: auto; }
.trust .tick { flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; background: var(--yellow); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; }
.trust .tick svg { width: 13px; height: 13px; }
@media (min-width: 640px) { .trust { grid-template-columns: repeat(2, auto); justify-content: start; } }
@media (min-width: 900px) { .trust { grid-template-columns: auto auto auto auto; justify-content: space-between; } }
@media (min-width: 900px) {
  .hero { padding: 3.5rem 0 5rem; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 4rem; }
  .hero-media img { aspect-ratio: 4 / 4.4; }
}

/* Why */
.why { padding: 3rem 0; }
.why-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
.why-grid li { background: var(--cream); border: 1px solid rgba(245,203,83,.35); border-radius: var(--radius); padding: 1.6rem 1.5rem; }
.why-grid h3 { margin: .9rem 0 .5rem; font-size: 1.1rem; }
.why-grid p { color: var(--ink); font-size: .97rem; }
.why-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--yellow); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; }
.why-icon svg { width: 24px; height: 24px; fill: currentColor; }
@media (min-width: 640px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .why-grid { grid-template-columns: repeat(4, 1fr); } .why { padding: 4rem 0 2rem; } }

/* Process */
.process { padding: 4.5rem 0; background: var(--sage); }
.process-grid { display: grid; gap: 2.5rem; align-items: center; }
.steps { margin-top: 2rem; display: grid; gap: 1.6rem; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; align-items: start; }
.step-num { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--head); font-weight: 600; font-size: 1.35rem; display: inline-flex; align-items: center; justify-content: center; }
.steps h3 { margin-bottom: .35rem; margin-top: .55rem; }
.steps p { color: var(--ink); }
.process-copy .btn { margin-top: 2.2rem; }
.process-video { margin: 0; justify-self: center; width: min(360px, 100%); }
.process-video figcaption, .price-video figcaption { font-size: .9rem; color: var(--muted); margin-top: .9rem; text-align: center; }
@media (min-width: 900px) { .process-grid { grid-template-columns: 1.15fr .85fr; gap: 4rem; } .process { padding: 6rem 0; } }

/* Video cards */
.video-card {
  position: relative; aspect-ratio: 9 / 16; border-radius: var(--radius); overflow: hidden; background: #0a293a; box-shadow: var(--shadow); isolation: isolate;
}
.video-card img, .video-card video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-card .play {
  position: absolute; inset: 0; margin: auto; width: 76px; height: 76px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,255,255,.92); color: var(--navy); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.25); transition: transform .15s ease, background-color .15s ease; z-index: 2;
}
.video-card .play svg { width: 34px; height: 34px; fill: currentColor; margin-left: 4px; }
.video-card .play:hover { transform: scale(1.06); background: #fff; }
.video-card .play:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.video-card .video-len { position: absolute; right: .8rem; bottom: .8rem; z-index: 2; font-size: .75rem; font-weight: 700; color: #fff; background: rgba(10,41,58,.7); padding: .25rem .55rem; border-radius: 999px; }
.video-card.is-playing .play, .video-card.is-playing .video-len, .video-card.is-playing img { display: none; }

/* Benefits */
.benefits { padding: 4.5rem 0; }
.benefits-grid { display: grid; gap: 2.5rem; align-items: center; }
.benefits-media img { border-radius: var(--radius); aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.benefit-list { margin-top: 2rem; display: grid; gap: 1.3rem 2rem; grid-template-columns: 1fr; }
.benefit-list li { padding-left: 1.6rem; position: relative; }
.benefit-list li::before { content: ""; position: absolute; left: 0; top: .5rem; width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); }
.benefit-list h3 { font-size: 1.05rem; margin-bottom: .25rem; }
.benefit-list p { font-size: .97rem; color: var(--ink); }
@media (min-width: 600px) { .benefit-list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .benefits-grid { grid-template-columns: .85fr 1.15fr; gap: 4.5rem; } .benefits { padding: 6rem 0; } }

/* Before / after */
.results { padding: 4.5rem 0; background: var(--blush); }
.ba-grid { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
.ba-grid li { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; background: #fff; padding: .5rem; border-radius: var(--radius-sm); }
.ba-grid figure { margin: 0; position: relative; }
.ba-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 8px; filter: grayscale(1); }
.ba-grid figcaption { position: absolute; left: .5rem; top: .5rem; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: rgba(255,255,255,.92); color: var(--navy); padding: .2rem .5rem; border-radius: 999px; }
.ba-grid figure:last-child figcaption { background: var(--yellow); }
@media (min-width: 640px) { .ba-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .ba-grid { grid-template-columns: repeat(3, 1fr); } .results { padding: 6rem 0; } }

/* Testimonials */
.voices { padding: 4.5rem 0; }
.voices-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
.voice { background: var(--cream); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.voice picture { display: block; }
.voice img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 25%; }
.voice blockquote { margin: 0; padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: 1rem; flex: 1; }
.voice blockquote p { font-family: var(--head); font-weight: 500; font-size: 1.15rem; line-height: 1.35; color: var(--navy); }
.voice blockquote p::before { content: "\201D"; color: var(--yellow); font-size: 2.4rem; line-height: 0; vertical-align: -0.35em; margin-right: .1em; }
.voice footer { font-size: .9rem; color: var(--muted); margin-top: auto; }
.voice footer strong { display: block; color: var(--navy); font-size: 1rem; }
@media (min-width: 700px) { .voices-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) {
  .voices { padding: 6rem 0; }
  .voices-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Price */
.price { padding: 4.5rem 0; background: var(--cream); }
.price-grid { display: grid; gap: 2.5rem; align-items: center; }
.price-from { font-family: var(--head); font-weight: 600; font-size: clamp(2.4rem, 5vw, 3.4rem); color: var(--navy); line-height: 1; margin: 1.2rem 0 1.2rem; }
.price-from span { display: block; font-family: var(--body); font-weight: 500; font-size: 1rem; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; margin-bottom: .4rem; }
.checks { margin-top: 1.4rem; display: grid; gap: .7rem; }
.checks li { position: relative; padding-left: 2rem; }
.checks li::before { content: ""; position: absolute; left: 0; top: .2rem; width: 20px; height: 20px; border-radius: 50%; background: var(--navy); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' fill='none' stroke='%23f5cb53' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: 14px; background-repeat: no-repeat; background-position: center; }
.price-copy .btn { margin-top: 2rem; white-space: normal; }
.price-video { margin: 0; justify-self: center; width: min(320px, 100%); }
@media (min-width: 900px) { .price-grid { grid-template-columns: 1.2fr .8fr; gap: 4rem; } .price { padding: 6rem 0; } }

/* Video Q&A scroller */
.qa { padding: 4.5rem 0; }
.scroller-nav { display: none; gap: .5rem; }
.scroll-btn { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid rgba(10,41,58,.25); background: #fff; color: var(--navy); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.scroll-btn svg { width: 22px; height: 22px; }
.scroll-btn:hover { border-color: var(--navy); background: var(--cream); }
.video-scroller {
  display: grid; grid-auto-flow: column; grid-auto-columns: min(260px, 72vw); gap: 1.1rem;
  overflow-x: auto; scroll-snap-type: x mandatory; padding: .5rem .2rem 1.2rem; margin-inline: -.2rem;
  scrollbar-width: thin; -webkit-overflow-scrolling: touch;
}
.video-scroller li { scroll-snap-align: start; }
.video-scroller h3 { font-size: 1rem; margin-top: .8rem; color: var(--navy); }
@media (min-width: 900px) { .qa { padding: 6rem 0; } .scroller-nav { display: flex; } .video-scroller { grid-auto-columns: 250px; } }

/* FAQ */
.faq { padding: 4.5rem 0; background: var(--beige); }
.faq-grid { display: grid; gap: 2rem; }
.faq-list { display: grid; gap: .6rem; }
.faq-list details { background: #fff; border-radius: var(--radius-sm); padding: 0 1.3rem; }
.faq-list summary {
  cursor: pointer; list-style: none; font-weight: 700; color: var(--navy); padding: 1.1rem 2.2rem 1.1rem 0; position: relative; font-size: 1.05rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: ""; position: absolute; right: .1rem; top: 50%; width: 12px; height: 12px; margin-top: -8px;
  border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy); transform: rotate(45deg); transition: transform .2s ease;
}
.faq-list details[open] summary::after { transform: rotate(225deg); margin-top: -2px; }
.faq-list details p { padding: 0 0 1.2rem; color: var(--ink); }
@media (min-width: 900px) { .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: start; } .faq-head { position: sticky; top: calc(var(--header-h) + 2rem); } .faq { padding: 6rem 0; } }

/* Advisor (HubSpot Meetings calendar, injected lazily) */
.advisor { padding: 4.5rem 0; background: var(--beige); }
.advisor-grid { display: grid; gap: 2.5rem; align-items: start; }
.advisor-copy .lead { margin-top: 1rem; color: var(--ink); font-size: 1.1rem; max-width: 50ch; }
.advisor-points { margin-top: 1.6rem; display: grid; gap: .8rem; }
.advisor-points li { display: grid; grid-template-columns: 26px 1fr; gap: .7rem; align-items: start; color: var(--ink); }
.advisor-points .tick { width: 26px; height: 26px; border-radius: 50%; background: var(--yellow); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; margin-top: .1rem; }
.advisor-points .tick svg { width: 15px; height: 15px; }
.advisor-alt { margin-top: 1.6rem; color: var(--muted); font-size: .95rem; }
.advisor-alt a { color: var(--navy); font-weight: 700; }
.advisor-calendar { position: relative; width: 100%; max-width: 900px; margin-inline: auto; min-height: 620px; background: var(--cream); border: 1px solid rgba(245,203,83,.35); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.advisor-calendar .meetings-iframe-container { min-height: 620px; }
.advisor-calendar iframe { display: block; width: 100%; border: 0; }
.advisor-loading { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: .95rem; pointer-events: none; }
.advisor-calendar.is-loaded .advisor-loading { display: none; }
@media (min-width: 900px) { .advisor-grid { grid-template-columns: .8fr 1.2fr; gap: 4rem; } .advisor { padding: 6rem 0; } }

/* Final CTA */
.final { background: var(--navy); color: #fff; padding: 4.5rem 0; }
.final-inner { display: grid; gap: 2.5rem; align-items: center; }
.final h2 { color: #fff; }
.final p { color: rgba(255,255,255,.85); font-size: 1.1rem; margin-top: 1rem; max-width: 50ch; }
.final-media img { border-radius: var(--radius); aspect-ratio: 4 / 5; object-fit: cover; width: 100%; max-width: 420px; margin-inline: auto; }
@media (min-width: 900px) { .final-inner { grid-template-columns: 1.2fr .8fr; gap: 4rem; } .final { padding: 6rem 0; } }

/* Footer */
.site-footer { padding: 3rem 0 6rem; background: #fff; border-top: 1px solid var(--line); }
.footer-inner { display: grid; gap: 1.5rem; }
.footer-brand { color: var(--navy); }
.footer-brand p { color: var(--muted); font-size: .95rem; max-width: 48ch; margin-top: 1rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.footer-links a { color: var(--navy); font-weight: 500; font-size: .95rem; }
.copyright { color: var(--muted); font-size: .85rem; }
@media (min-width: 900px) { .site-footer { padding: 3.5rem 0; } .footer-inner { grid-template-columns: 1.2fr 1fr auto; align-items: start; } }

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .25s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta .btn { width: 100%; }
@media (min-width: 900px) { .sticky-cta { display: none; } .site-footer { padding-bottom: 3.5rem; } }

/* Preview build only (data-preview on <html>): a badge so a tab opened from the admin view
   can never be mistaken for the live page. */
.preview-badge {
  position: fixed; left: .75rem; bottom: .75rem; z-index: 60; pointer-events: none;
  background: var(--navy); color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .04em;
  padding: .35rem .7rem; border-radius: 999px; box-shadow: 0 4px 16px rgba(10,41,58,.25);
}

/* Sista minuten page */
.cities { background: var(--navy); color: #fff; padding: 3.5rem 0; }
.cities .eyebrow { color: var(--yellow); }
.cities h2 { color: #fff; }
.cities .section-head { margin-bottom: 1.8rem; }
.cities .section-intro { color: rgba(255, 255, 255, .82); }
.cities-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.btn-city {
  width: 100%; justify-content: space-between; padding: .95rem .9rem .95rem 1.1rem;
  background: #fff; color: var(--navy); font-size: 1rem; letter-spacing: 0; text-transform: none; box-shadow: none;
}
.btn-city::after {
  content: ""; flex: 0 0 18px; width: 18px; height: 18px; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h13M13 6l6 6-6 6' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h13M13 6l6 6-6 6' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.btn-city:hover { background: var(--yellow); transform: translateY(-1px); }
.cities .btn:focus-visible { outline-color: var(--yellow); }
.cities-note { margin-top: 1.4rem; color: rgba(255, 255, 255, .82); font-size: .95rem; }
@media (min-width: 640px) { .cities-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .cities { padding: 4.5rem 0; } .cities-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }

/* Phones: a shorter hero photo, so the city buttons are one short scroll away. */
@media (max-width: 899px) { .hero-media img { aspect-ratio: 16 / 10; object-position: 50% 25%; } }

/* Process without a film: the three steps side by side on wide screens. */
.steps-row { margin-top: 2.2rem; }
@media (min-width: 900px) { .steps-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; } }

/* What is examined: the why cards under a visible heading. */
.what { padding: 4.5rem 0; }
.what-after { margin-top: 2rem; max-width: 65ch; color: var(--ink); }
.what-after a { color: var(--navy); font-weight: 700; text-decoration: underline; }
