/* ============================================================
   Beauty Luxe Asia — visual system pinned to aldieri.it
   Navy #242943 (never black) · white · #ededed · carmine #c4283c
   Josefin Sans 700 caps display (no letter-spacing) · Raleway body
   Flat rectangles; colour/shadow transitions only, 0.2s linear
   Full system recorded in DESIGN.md
   ============================================================ */

@font-face {
  font-family: "Josefin Sans";
  src: url("/assets/fonts/josefin-sans-v34-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/raleway-v37-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/raleway-v37-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/raleway-v37-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/raleway-v37-latin-700italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --ink: #242943;
  --accent: #c4283c;
  --surface: #ffffff;
  --surface-alt: #ededed;
  --muted: rgba(36, 41, 67, 0.78);
  --on-ink-muted: rgba(255, 255, 255, 0.78);
  --display: "Josefin Sans", "Futura", "Century Gothic", sans-serif;
  --text: "Raleway", "Helvetica Neue", Arial, sans-serif;
  --shadow-header: 0 0 10px rgba(0, 0, 0, 0.3);
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --section-pad: clamp(4.5rem, 11vh, 8.5rem);
  --container: 1350px;
}

/* ---------- base ---------- */

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

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@supports (scrollbar-width: thin) {
  html {
    scrollbar-width: thin;
    scrollbar-color: var(--ink) var(--surface-alt);
  }
}

body {
  background: var(--surface);
  color: var(--ink);
  font-family: var(--text);
  font-weight: 400;
  font-size: clamp(1.125rem, 0.95rem + 0.75vw, 1.625rem);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--accent);
  color: #fff;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.9rem, 1.2rem + 2.6vw, 3.25rem);
  line-height: 1.08;
  text-wrap: balance;
}

.lead {
  font-weight: 700;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 30;
  background: var(--ink);
  color: #fff;
  padding: 0.7em 1.4em;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.skip:focus {
  left: 0;
}

/* ---------- solid + hollow display pair ---------- */

.line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.14em;
  margin-bottom: -0.08em;
}

.line > span {
  display: block;
}

.hollow > span {
  font-family: var(--text);
  font-style: italic;
  font-weight: 700;
  color: var(--accent);
}

/* ---------- top bar ---------- */

.topbar {
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem clamp(1.25rem, 3vw, 1.6rem);
  font-size: 0.9rem;
}

.topbar-cities {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.topbar-mail {
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s linear;
}

.topbar-mail:hover {
  border-color: currentColor;
}

/* ---------- header ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem clamp(1.25rem, 3vw, 1.6rem);
  background: var(--surface-alt);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.nav.scrolled {
  background: var(--surface);
  box-shadow: var(--shadow-header);
}

.nav-mark {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  white-space: nowrap;
}

.dot {
  color: var(--accent);
}

.nav nav {
  display: flex;
  gap: clamp(1.1rem, 2.6vw, 2.2rem);
}

.nav nav a {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
  line-height: 1;
  padding-bottom: 0.3em;
  border-bottom: 2px solid transparent;
  transition: color 0.2s linear, border-color 0.2s linear;
}

.nav nav a:hover {
  color: var(--accent);
  border-color: currentColor;
}

/* ---------- buttons ---------- */

.btn {
  display: inline-block;
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1rem, 0.9rem + 0.35vw, 1.25rem);
  line-height: 1;
  padding: 15px 70px 12px;
  transition: background-color 0.2s linear, border-color 0.2s linear;
}

.btn:hover {
  background: var(--ink);
  border-color: var(--ink);
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  background: var(--surface-alt);
  min-height: calc(100svh - 118px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(4rem, 10vh, 7rem) var(--gutter) clamp(9rem, 18vh, 12rem);
}

.hero-inner {
  width: 100%;
  max-width: 1000px;
  min-width: 0;
}

.hero-title {
  font-size: clamp(2.7rem, 1.4rem + 6.2vw, 4.75rem);
  line-height: 1;
}

.hero-lede {
  margin: 2.2rem auto 0;
  max-width: 44ch;
}

.hero-manifest {
  margin-top: 2.4rem;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(0.95rem, 0.85rem + 0.4vw, 1.25rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 1rem;
}

.hero-manifest .b {
  color: var(--accent);
}

.hero-cta {
  margin-top: 3rem;
}

.wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: clamp(50px, 8vw, 110px);
  display: block;
}

/* ---------- about ---------- */

.about {
  background: var(--surface);
  padding: var(--section-pad) var(--gutter);
}

.about-grid {
  max-width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 2.5rem clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.about-copy p + p {
  margin-top: 1.3rem;
}

.about-copy strong {
  font-weight: 700;
}

/* ---------- services ---------- */

.services {
  background: var(--surface);
  padding: var(--section-pad) var(--gutter);
  padding-top: clamp(2rem, 5vh, 3.5rem);
}

.services-inner {
  max-width: var(--container);
  margin-inline: auto;
}

.services-intro {
  margin-top: 1.2rem;
  max-width: 46ch;
  color: var(--muted);
}

.service-featured {
  margin-top: 3.2rem;
  background: var(--ink);
  color: #fff;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 6vw, 5.5rem);
}

.service-featured h3 {
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.4rem);
}

.service-featured p {
  margin-top: 1.1rem;
  color: var(--on-ink-muted);
  max-width: 62ch;
}

.service-grid {
  list-style: none;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.service-grid li {
  background: var(--surface-alt);
  padding: clamp(1.8rem, 3.5vw, 2.8rem);
  transition: box-shadow 0.2s linear;
}

.service-grid li:hover {
  box-shadow: 0 12px 34px rgba(36, 41, 67, 0.14);
}

.mark-rule {
  display: block;
  width: 42px;
  height: 3px;
  background: var(--accent);
  margin-bottom: 1.2rem;
}

.service-grid h3 {
  font-size: clamp(1.2rem, 1rem + 0.8vw, 1.65rem);
}

.service-grid p {
  margin-top: 0.8rem;
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.375rem);
  color: var(--muted);
}

/* ---------- markets (navy band) ---------- */

.markets {
  background: var(--ink);
  color: #fff;
  padding: var(--section-pad) var(--gutter);
}

.markets-inner {
  max-width: var(--container);
  margin-inline: auto;
  text-align: center;
}

.markets-title {
  font-size: clamp(2.1rem, 1.3rem + 3.4vw, 4rem);
  line-height: 1.02;
}

.markets .hollow > span {
  color: #fff;
}

.market-grid {
  list-style: none;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
  text-align: left;
}

.market-grid li::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: var(--accent);
  margin-bottom: 1.1rem;
}

.market-grid a {
  display: block;
}

.market-grid .more {
  color: #fff;
  margin-top: 1.1rem;
}

.market-grid a:hover .more {
  border-color: currentColor;
}

.market-grid h3 {
  font-size: 1.35rem;
}

.market-grid p {
  margin-top: 0.7rem;
  font-size: clamp(1rem, 0.9rem + 0.35vw, 1.25rem);
  color: var(--on-ink-muted);
}

/* ---------- contact ---------- */

.contact {
  background: var(--surface);
  padding: var(--section-pad) var(--gutter);
  text-align: center;
}

.contact-lede {
  margin-top: 1.2rem;
  color: var(--muted);
  font-weight: 400;
}

.services-more {
  margin-top: 2.6rem;
}

.contact-more {
  margin-top: 2.2rem;
}

.contact-mail {
  display: inline-block;
  margin-top: 2.2rem;
  font-family: var(--text);
  font-weight: 700;
  font-size: clamp(1.35rem, 1rem + 2vw, 2.5rem);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 0.18em;
  transition: color 0.2s linear;
  overflow-wrap: anywhere;
}

.contact-mail:hover {
  color: var(--accent);
}

.addresses {
  margin: 4rem auto 0;
  max-width: 820px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  text-align: left;
}

.addresses h3 {
  color: var(--accent);
  font-size: 1.05rem;
}

.addresses p {
  margin-top: 0.7rem;
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.375rem);
}

/* ---------- legal ---------- */

.legal {
  max-width: 72ch;
  margin-inline: auto;
}

.legal h2 {
  font-size: clamp(1.35rem, 1.1rem + 0.9vw, 1.8rem);
  margin-top: 2.6rem;
}

.legal h2:first-child {
  margin-top: 0;
}

.legal p {
  margin-top: 1rem;
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.375rem);
  color: var(--muted);
}

.legal strong {
  color: var(--ink);
  font-weight: 700;
}

.legal a {
  color: var(--accent);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s linear;
}

.legal a:hover {
  border-color: currentColor;
}

/* ---------- cookie / privacy notice ---------- */

.cookie-note {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  background: var(--ink);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem 1.6rem;
  padding: 0.85rem clamp(1.25rem, 3vw, 1.6rem);
  padding-bottom: calc(0.85rem + env(safe-area-inset-bottom));
  font-size: 0.95rem;
  text-align: center;
  box-shadow: 0 -6px 24px rgba(36, 41, 67, 0.25);
}

.cookie-note[hidden] {
  display: none;
}

.cookie-note p {
  max-width: 72ch;
}

.cookie-note a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: border-color 0.2s linear;
}

.cookie-note a:hover {
  border-color: #fff;
}

.btn-mini {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 1;
  padding: 10px 26px 8px;
  cursor: pointer;
  transition: background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
}

.btn-mini:hover {
  background: #fff;
  border-color: #fff;
  color: var(--ink);
}

/* ---------- footer ---------- */

.footer {
  background: var(--surface);
  border-top: 2px solid var(--ink);
}

.footer-grid {
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(3rem, 7vh, 4.5rem) var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr) minmax(0, 1.2fr) minmax(0, 0.7fr);
  gap: 2.5rem clamp(2rem, 5vw, 4.5rem);
}

.footer-mark {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.footer-brand p + p,
.footer-grid h3 + p {
  margin-top: 1rem;
}

.footer-grid h3 {
  color: var(--accent);
  font-size: 1.05rem;
}

.footer-grid p {
  font-size: clamp(1rem, 0.92rem + 0.3vw, 1.25rem);
}

.footer-grid p + p {
  margin-top: 0.45rem;
}

.footer-grid a {
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s linear, color 0.2s linear;
}

.footer-grid a:hover {
  color: var(--accent);
  border-color: currentColor;
}

.footer-bar .sep {
  margin: 0 0.5rem;
}

.footer-bar a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: border-color 0.2s linear;
}

.footer-bar a:hover {
  border-color: #fff;
}

.footer-bar {
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: 0.8rem var(--gutter);
  font-size: 0.9rem;
}

/* ---------- motion: quiet by design — colour and shadow transitions,
   one restrained opacity settle on arrival, and slow opacity-only
   scroll fades. No translation, no morphing. ---------- */

@media (prefers-reduced-motion: no-preference) {
  .hero-inner,
  .page-hero-inner {
    animation: settle 0.7s ease-out both;
  }

  html.js .reveal {
    opacity: 0;
    transition: opacity 0.9s ease-out;
  }
  html.js .reveal.in {
    opacity: 1;
  }
}

@keyframes settle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ---------- subpage components ---------- */

.page-hero {
  position: relative;
  background: var(--surface-alt);
  padding: clamp(3.5rem, 8vh, 6rem) var(--gutter) clamp(7rem, 14vh, 10rem);
}

.page-hero-inner {
  max-width: var(--container);
  margin-inline: auto;
}

.crumbs {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 2rem;
}

.crumbs a {
  color: var(--muted);
  transition: color 0.2s linear;
}

.crumbs a:hover {
  color: var(--accent);
}

.crumbs .sep {
  color: var(--accent);
  padding: 0 0.5em;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 1.3rem + 4.6vw, 4.25rem);
  line-height: 1;
}

.page-hero-lede {
  margin-top: 2rem;
  max-width: 56ch;
}

.section {
  padding: var(--section-pad) var(--gutter);
  background: var(--surface);
}

.section-inner {
  max-width: var(--container);
  margin-inline: auto;
}

.section-flush {
  padding-top: 0;
}

.section-tint {
  background: var(--surface-alt);
}

.icon {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 1.1rem;
  color: var(--ink);
}

.statement {
  text-align: center;
  padding: var(--section-pad) var(--gutter);
}

.statement-title {
  font-size: clamp(2rem, 1.3rem + 3.2vw, 3.8rem);
  line-height: 1.02;
}

.statement p {
  margin-top: 1.5rem;
  color: var(--muted);
  max-width: 54ch;
  margin-inline: auto;
}

.photo-band {
  padding: 0;
  background: var(--surface);
}

.photo-band img {
  display: block;
  width: 100%;
  height: clamp(260px, 40vw, 480px);
  object-fit: cover;
}

.photo-band--inset {
  padding: 0 var(--gutter);
}

.photo-band--pair {
  max-width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 2rem;
}

.photo-band--pair img {
  height: clamp(240px, 30vw, 430px);
}

@media (max-width: 767px) {
  .photo-band--pair {
    grid-template-columns: 1fr;
  }
}

.photo-band--pad {
  padding-bottom: clamp(3.5rem, 9vh, 6rem);
}

.photo-band--inset img {
  max-width: 1100px;
  margin-inline: auto;
  height: clamp(240px, 34vw, 420px);
}

.artband {
  background: var(--surface);
  padding: 0 var(--gutter);
}

.artband svg {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-inline: auto;
}

.route a {
  outline-offset: 6px;
}

.route a path {
  transition: stroke 0.2s linear, opacity 0.2s linear;
}

.route a circle,
.route a text {
  transition: fill 0.2s linear;
}

.route a:hover path,
.route a:focus-visible path {
  stroke: var(--accent);
  opacity: 1;
}

.route a:hover circle,
.route a:focus-visible circle,
.route a:hover text,
.route a:focus-visible text {
  fill: var(--accent);
}

.service-head .icon {
  margin-bottom: 1rem;
}

.service-featured .icon {
  color: #fff;
  margin-bottom: 1.2rem;
}

.badge-wrap {
  margin-top: 1.8rem;
}

.addr-cards-left {
  margin: 2.2rem 0 0;
  max-width: none;
}

.split {
  max-width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 2.5rem clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.split-copy p + p {
  margin-top: 1.3rem;
}

.split-copy .btn {
  margin-top: 2.2rem;
}

.prose {
  max-width: 68ch;
}

.prose p + p {
  margin-top: 1.3rem;
}

.service-rows {
  margin-top: 1rem;
}

.service-row {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 1.2rem clamp(3rem, 6vw, 6rem);
  border-top: 2px solid var(--ink);
  padding: clamp(2.2rem, 5vh, 3.2rem) 0;
}

.service-row h2 {
  font-size: clamp(1.5rem, 1.1rem + 1.5vw, 2.3rem);
}

.service-row p + p {
  margin-top: 1.1rem;
}

.service-row .more {
  margin-top: 1.4rem;
}

.more {
  display: inline-block;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--accent);
  border-bottom: 2px solid transparent;
  padding-bottom: 0.25em;
  transition: border-color 0.2s linear;
}

.more:hover {
  border-color: currentColor;
}

.card-links {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.card-links a {
  display: block;
  background: var(--surface-alt);
  padding: clamp(1.8rem, 3.5vw, 2.6rem);
  height: 100%;
  transition: box-shadow 0.2s linear;
}

.card-links a:hover {
  box-shadow: 0 12px 34px rgba(36, 41, 67, 0.14);
}

.card-links h3 {
  font-size: clamp(1.25rem, 1rem + 0.9vw, 1.7rem);
}

.card-links p {
  margin-top: 0.8rem;
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.375rem);
  color: var(--muted);
}

.card-links .more {
  margin-top: 1.3rem;
}

.cta-band {
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: var(--section-pad) var(--gutter);
}

.cta-band h2 {
  font-size: clamp(2rem, 1.3rem + 3vw, 3.6rem);
}

.cta-band .hollow > span {
  color: #fff;
}

.cta-band p {
  margin-top: 1.4rem;
  color: var(--on-ink-muted);
  max-width: 52ch;
  margin-inline: auto;
}

.cta-band .btn {
  margin-top: 2.6rem;
}

.cta-band .btn:hover {
  background: #fff;
  border-color: #fff;
  color: var(--ink);
}

.badge-tiktok {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.05rem;
  border: 2px solid var(--ink);
  padding: 0.85em 1.4em 0.7em;
}

.badge-tiktok svg {
  width: 1.15em;
  height: 1.15em;
  flex: none;
  transform: translateY(-0.08em);
}

.route {
  margin-top: 3.5rem;
  overflow-x: auto;
}

.route svg {
  display: block;
  width: 100%;
  min-width: 720px;
  height: auto;
}

.addr-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1150px;
  margin: 3.5rem auto 0;
  text-align: left;
}

.addr-cards > div {
  background: var(--surface-alt);
  padding: clamp(1.8rem, 3.5vw, 2.6rem);
  display: flex;
  flex-direction: column;
}

.addr-cards > div p:last-child {
  margin-top: auto;
  padding-top: 1rem;
}

.addr-cards h3 {
  color: var(--accent);
  font-size: 1.05rem;
}

.addr-cards p {
  margin-top: 0.8rem;
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.375rem);
}

.addr-cards .more {
  margin-top: 1.3rem;
}

.nav nav a[aria-current="page"] {
  color: var(--accent);
  border-color: currentColor;
}

@media (max-width: 991px) {
  .split,
  .service-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .card-links,
  .addr-cards {
    grid-template-columns: 1fr;
  }
}

/* Screenshot/capture mode: viewports this tall never occur in real browsing;
   lets full-page captures render the hero at natural height. */
@media (min-height: 2400px) {
  .hero {
    min-height: 0;
    padding-top: clamp(6rem, 8vw, 9rem);
  }
}

/* ---------- responsive ---------- */

@media (max-width: 991px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
  .market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .topbar {
    justify-content: center;
  }
  .topbar-cities {
    display: none;
  }
  .nav {
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    padding-top: 1rem;
    padding-bottom: 0.9rem;
  }
  .hero {
    min-height: calc(100svh - 150px);
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .btn {
    padding: 15px 44px 12px;
  }
  .addresses {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 600px) {
  .market-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
