.hero_sec.hero-split {
  background: var(--ds-surface, #ffffff);
  background-image: none;
  padding: 0;
  margin-top: 0;
  min-height: min(100vh, 900px);
  min-height: min(100dvh, 900px);
  position: relative;
  overflow: hidden;
  display: block;
}

@media (min-width: 1200px) {
  body:has(.navbar--top-float):has(.hero-split--home):not(:has(.hero-split--booking)) .hero-split--home.hero_sec.hero-split,
  body:has(.navbar--top-float):has(.hero-split--home):not(:has(.hero-split--booking)) .hero-split--home .hero-split__layout {
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
  }
}

.hero-split__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: min(100vh, 900px);
  min-height: min(100dvh, 900px);
  width: 100%;
}

.hero-split__copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem clamp(1.5rem, 4vw, 3rem) 2rem;
  background: var(--ds-surface, #ffffff);
  color: var(--ds-ink, #1a1a1a);
  box-sizing: border-box;
  border-right: 1px solid var(--ds-accent-border-soft, rgba(26, 26, 26, 0.08));
  overflow: hidden;
}

.hero-split__copy::after {
  display: none;
}

.hero-floating-pins {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-pin {
  position: absolute;
  display: block;
  width: var(--pin-scale, 1.35rem);
  height: calc(var(--pin-scale, 1.35rem) * 1.55);
  opacity: 0.78;
  transform-origin: 50% 88%;
  animation: hero-pin-float 5.5s ease-in-out infinite;
  will-change: transform;
}

.hero-pin::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(var(--pin-scale, 1.35rem) * 0.92);
  height: calc(var(--pin-scale, 1.35rem) * 0.92);
  margin-left: calc(var(--pin-scale, 1.35rem) * -0.46);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 26%, #ffd9e8 0%, #efb3ca 38%, #df8eae 72%, #c97898 100%);
  box-shadow:
    inset -2px -4px 7px rgba(150, 55, 85, 0.18),
    0 5px 12px rgba(26, 20, 22, 0.1);
}

.hero-pin::after {
  content: '';
  position: absolute;
  top: calc(var(--pin-scale, 1.35rem) * 0.82);
  left: 50%;
  width: 2px;
  height: calc(var(--pin-scale, 1.35rem) * 0.72);
  margin-left: -1px;
  border-radius: 1px;
  background: linear-gradient(180deg, #d5dae0 0%, #9ca3ab 100%);
}

.hero-pin--1 {
  top: 7%;
  left: 5%;
  --pin-scale: 1.55rem;
  --pin-tilt: -14deg;
  --pin-drift: -5px;
  transform: rotate(-14deg);
  animation-duration: 6.2s;
}

.hero-pin--2 {
  top: 18%;
  right: 8%;
  --pin-scale: 1.15rem;
  --pin-tilt: 18deg;
  --pin-drift: 6px;
  transform: rotate(18deg);
  animation-duration: 5.1s;
  animation-delay: -1.2s;
}

.hero-pin--3 {
  bottom: 22%;
  left: 9%;
  --pin-scale: 1.35rem;
  --pin-tilt: 8deg;
  --pin-drift: -4px;
  transform: rotate(8deg);
  animation-duration: 6.8s;
  animation-delay: -2.4s;
}

.hero-pin--4 {
  bottom: 12%;
  right: 6%;
  --pin-scale: 1rem;
  --pin-tilt: -22deg;
  --pin-drift: 5px;
  transform: rotate(-22deg);
  animation-duration: 4.8s;
  animation-delay: -0.8s;
}

.hero-pin--5 {
  top: 42%;
  left: 3%;
  --pin-scale: 1.25rem;
  --pin-tilt: 12deg;
  --pin-drift: -6px;
  transform: rotate(12deg);
  animation-duration: 7s;
  animation-delay: -3.1s;
  opacity: 0.52;
}

@keyframes hero-pin-float {
  0%, 100% {
    transform: rotate(var(--pin-tilt, 0deg)) translateY(0);
  }
  50% {
    transform: rotate(calc(var(--pin-tilt, 0deg) + 4deg)) translateY(var(--pin-drift, -4px));
  }
}

/* Keep decorative pins inside the copy column — avoid clipping on column edges */
@media (min-width: 992px) {
  .hero-split--home .hero-split__visual--mobile-static {
    display: none;
  }

  .hero-split--home .hero-split__visual--desktop {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }

  .hero-split--home .hero-split__copy {
    grid-column: 2;
    grid-row: 1;
    border-right: none;
    border-left: 1px solid var(--ds-accent-border-soft, rgba(26, 26, 26, 0.08));
    justify-content: flex-start;
    padding-left: clamp(2rem, 4.5vw, 3.5rem);
    padding-right: clamp(1.5rem, 3vw, 2.5rem);
  }

  .hero-split--home .hero-split__copy-inner {
    max-width: 28rem;
  }

  .hero-split--home .hero-split__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .hero-split--seo-landing .hero-split__visual {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-split--seo-landing .hero-split__copy {
    grid-column: 2;
    grid-row: 1;
    border-right: none;
    border-left: 1px solid var(--ds-accent-border-soft, rgba(26, 26, 26, 0.08));
  }

  .hero-split--home .hero-floating-pins {
    inset: 0.85rem 1.15rem;
  }

  .hero-split--home .hero-pin--1 {
    top: 10%;
    left: 8%;
  }

  .hero-split--home .hero-pin--2 {
    top: 20%;
    right: 10%;
  }

  .hero-split--home .hero-pin--3 {
    bottom: 24%;
    left: 10%;
  }

  .hero-split--home .hero-pin--4 {
    bottom: 16%;
    right: 12%;
  }

  .hero-split--home .hero-pin--5 {
    top: 46%;
    left: 8%;
  }
}

.hero-split__visual {
  position: relative;
  min-height: 360px;
  background: #1a1416;
  overflow: hidden;
  isolation: isolate;
}

.hero-split__visual--mobile-static {
  display: none;
}

.hero-split__copy-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 26rem;
  box-sizing: border-box;
}

.hero-split--home .hero-split__copy-inner {
  max-width: none;
}

.hero-split__copy-inner--reveal {
  animation: hero-copy-in 0.6s ease-out both;
}

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-kicker {
  margin: 0 0 1rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ds-headline-accent, #4a8f84);
}

.hero-kicker a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(var(--ds-brand-green-rgb, 58, 116, 87), 0.35);
  padding-bottom: 1px;
}

.hero-kicker a:hover,
.hero-kicker a:focus-visible {
  color: var(--ds-accent-deep, #4a8f84);
  border-color: var(--ds-accent, #5a9e94);
}

.hero-split__copy h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.15rem, 3.2vw, 3rem);
  font-weight: 600;
  color: #1a1416;
  line-height: 1.1;
  margin: 0 0 0.85rem;
}

.hero-headline-accent {
  color: var(--ds-headline-accent, #4a8f84);
}

.hero-lead {
  margin: 0 0 0.35rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-style: italic;
  color: var(--ds-headline-accent, #4a8f84);
  line-height: 1.3;
}

.hero-sublead {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(26, 20, 22, 0.72);
}

.hero-trust {
  margin: 0 0 1.25rem;
  font-size: 0.8rem;
  color: rgba(26, 20, 22, 0.6);
}

.hero-trust i { color: #4285f4; margin-right: 0.15rem; }
.hero-trust strong { color: #1a1416; font-weight: 600; }

.hero-trust__link {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--ds-headline-accent, #4a8f84);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.hero-trust__link:hover { color: var(--ds-accent-deep, #4a8f84); }
.hero-trust__link:visited { color: var(--ds-headline-accent, #4a8f84); }

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 1rem;
}

.hero-actions__row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  min-width: 0;
  justify-self: stretch;
  align-self: stretch;
  min-height: 2.75rem;
  padding: 0.65rem 0.55rem;
  border-radius: 3px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hero-btn--primary {
  background: #1a1416;
  color: #fff;
  border: 1px solid #1a1416;
}

.hero-btn--primary:hover,
.hero-btn--primary:focus-visible {
  background: var(--ds-accent, #5a9e94);
  border-color: var(--ds-accent, #5a9e94);
  color: #1a1416;
}

.hero-btn--wa {
  background: #25d366;
  color: #fff;
  border: 1px solid #25d366;
}

.hero-btn--wa i { font-size: 1rem; color: #fff; }

.hero-btn--wa:hover,
.hero-btn--wa:focus-visible {
  background: #128c7e;
  border-color: #128c7e;
  color: #fff;
}

.hero-btn--wa.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

/* Home hero — primary Book CTA */
@keyframes hero-book-shimmer {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}

@keyframes hero-book-glow {
  0%, 100% {
    box-shadow: 0 4px 16px rgba(var(--ds-accent-rgb, 253, 130, 73), 0.28);
  }
  50% {
    box-shadow: 0 6px 24px rgba(var(--ds-accent-rgb, 253, 130, 73), 0.42);
  }
}

.hero-split--home .hero-btn--primary {
  background: var(--ds-accent-gradient, linear-gradient(120deg, #c2ebe6, #7ec9bf 55%, #5a9e94));
  background-size: 220% 100%;
  border-color: var(--ds-accent-muted, #c45f32);
  color: #fff;
  animation: hero-book-shimmer 5s ease-in-out infinite, hero-book-glow 2.8s ease-in-out infinite;
  will-change: background-position, box-shadow;
}

.hero-split--home .hero-btn--primary:hover,
.hero-split--home .hero-btn--primary:focus-visible {
  background: var(--ds-accent-hover, #ff9566);
  background-size: 100% 100%;
  border-color: var(--ds-accent-hover, #ff9566);
  color: #fff;
  animation: none;
  box-shadow: 0 6px 22px rgba(var(--ds-accent-rgb, 253, 130, 73), 0.38);
}

/* Home — keep WhatsApp brand green (base .hero-btn--wa) */
.hero-split--home .hero-btn--wa {
  background: #25d366;
  color: #fff;
  border: 1px solid #25d366;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.28);
}

.hero-split--home .hero-btn--wa i {
  color: #fff;
}

.hero-split--home .hero-btn--wa:hover,
.hero-split--home .hero-btn--wa:focus-visible {
  background: #20bd5a;
  border-color: #20bd5a;
  color: #fff;
}

.hero-split--home .hero-btn--wa:hover i,
.hero-split--home .hero-btn--wa:focus-visible i {
  color: #fff;
}

.hero-btn--outline {
  background: transparent;
  color: #1a1416;
  border: 1px solid rgba(26, 20, 22, 0.25);
}

.hero-btn--outline:hover,
.hero-btn--outline:focus-visible {
  border-color: var(--ds-accent, #5a9e94);
  color: var(--ds-headline-accent, #4a8f84);
}

.hero-btn__label--short {
  display: none;
}

.hero-phones {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(26, 20, 22, 0.65);
}

.hero-phones__sep {
  margin: 0 0.5rem;
  opacity: 0.35;
}

.hero-phones__link {
  color: inherit;
  text-decoration: none;
}

.hero-phones__link:hover,
.hero-phones__link:focus-visible {
  color: var(--ds-headline-accent, #4a8f84);
}

.hero-phones__city {
  font-weight: 700;
  color: #1a1416;
  margin-right: 0.25rem;
}

.hero-cover-slides {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-cover-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
  overflow: hidden;
}

.hero-cover-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-cover-slides__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(26, 20, 22, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 16px rgba(26, 20, 22, 0.12);
  color: #1a1416;
  font-size: 0.9rem;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hero-slide-arrow:hover,
.hero-slide-arrow:focus-visible {
  background: var(--ds-accent, #5a9e94);
  border-color: var(--ds-accent, #5a9e94);
  color: #1a1416;
  transform: translateY(-50%) scale(1.04);
}

.hero-slide-arrow--prev { left: 1rem; }
.hero-slide-arrow--next { right: 1rem; }

.hero-slide-nav {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.hero-slide-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  max-width: min(90vw, 320px);
  padding: 0.4rem 0.65rem;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(26, 20, 22, 0.08);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 14px rgba(26, 20, 22, 0.1);
}

.hero-slide-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(26, 20, 22, 0.25);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.hero-slide-dot.is-active {
  background: var(--ds-accent, #5a9e94);
  width: 20px;
  border-radius: 4px;
}

.hero-layered-scroll {
  position: absolute;
  bottom: 1.25rem;
  left: 25%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  color: rgba(26, 20, 22, 0.55);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  animation: hero-scroll-bounce 2.2s ease-in-out infinite;
}

.hero-layered-scroll i { font-size: 0.8rem; }

@keyframes hero-scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(5px); }
}

@media (max-width: 991px) {
  .hero-split:not(.hero-split--home) .hero-floating-pins {
    display: none;
  }

  /* Homepage mobile — hero image behind transparent nav, white wash synced to nav chrome */
  body:has(.hero-split--home):not(:has(.hero-split--booking)) {
    padding-top: 0;
    --home-nav-chrome: var(--top-nav-offset, calc(
      var(--top-nav-contact-height, 2.15rem) + var(--top-nav-primary-height, 3.45rem)
    ));
  }

  body:has(.hero-split--home):not(:has(.hero-split--booking)) nav.navbar.navbar--top-float,
  body:has(.hero-split--home):not(:has(.hero-split--booking)) .top-nav-shell {
    background: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  body:has(.hero-split--home):not(:has(.hero-split--booking)) .top-nav-contact-bar {
    background: var(--top-nav-utility-bg, #003b49);
  }

  body:has(.hero-split--home):not(:has(.hero-split--booking)) .top-nav-tier--primary {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  body:has(.hero-split--home):not(:has(.hero-split--booking)) nav.navbar.navbar--top-float .navbar-topbar {
    padding: 0 !important;
  }

  body:has(.hero-split--home):not(:has(.hero-split--booking)) nav.navbar.navbar--top-float .navbar-top-float__inner {
    padding-top: max(0.5rem, env(safe-area-inset-top, 0px));
  }

  body:has(.hero-split--home):not(:has(.hero-split--booking)) nav.navbar.navbar--top-float.scrolled,
  body:has(.hero-split--home):not(:has(.hero-split--booking)) .top-nav-tier--primary {
    background: #fff !important;
    background-image: none !important;
    box-shadow: 0 1px 0 rgba(0, 59, 73, 0.08) !important;
    border: none !important;
  }

  body.sidebar-drawer-open:has(.hero-split--home):not(:has(.hero-split--booking)) nav.navbar.navbar--top-float {
    background: #ffffff !important;
    background-image: none !important;
    box-shadow: 0 4px 24px rgba(74, 143, 132, 0.08) !important;
    border: 1px solid rgba(162, 222, 216, 0.5) !important;
  }

  .hero-split--home.hero_sec.hero-split {
    min-height: auto;
    height: auto;
    background: var(--ds-surface, #ffffff);
    overflow: hidden;
  }

  .hero-split--home .hero-split__layout {
    display: flex;
    flex-direction: column;
    min-height: auto;
    height: auto;
  }

  .hero-split--home .hero-split__visual--desktop {
    display: none;
  }

  .hero-split--home .hero-split__visual--mobile-static {
    display: block;
    position: relative;
    flex: 0 0 38dvh;
    width: 100%;
    height: 38dvh;
    max-height: 38dvh;
    min-height: 200px;
    background: #1a1416;
    overflow: hidden;
  }

  .hero-split--home .hero-split__visual--mobile-static .hero-cover-slides__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
    display: block;
    position: relative;
    z-index: 0;
  }

  .hero-split--home .hero-split__visual--mobile-static::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 52%;
    z-index: 2;
    pointer-events: none;
    background: transparent;
  }

  .hero-split--home .hero-split__visual--mobile-static::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.75rem;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0%, rgba(242, 238, 233, 0.92) 100%);
  }

  .hero-split--home .hero-split__copy {
    position: relative;
    flex: 1 1 auto;
    z-index: 1;
    border-top: none;
    background: var(--ds-surface, #ffffff);
    padding: 0 0 1.5rem;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .hero-split--home .hero-floating-pins {
    display: block;
    opacity: 0.55;
  }

  .hero-split--home .hero-split__copy-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    gap: 0.7rem;
    text-align: center;
    justify-content: flex-start;
    padding: 0 clamp(1.25rem, 5.5vw, 1.65rem);
    box-sizing: border-box;
  }

  .hero-split--home .hero-kicker {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    margin: 0.5rem calc(-1 * clamp(1.25rem, 5.5vw, 1.65rem)) 0.85rem;
    padding: 0.5rem clamp(1.25rem, 5.5vw, 1.65rem) 0.45rem;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    line-height: 1.35;
    text-align: center;
    position: relative;
    z-index: 3;
    background: var(--ds-surface, #ffffff);
    border-bottom: 1px solid var(--ds-accent-border-soft, rgba(26, 26, 26, 0.08));
    box-sizing: border-box;
  }

  .hero-split--home .hero-kicker a {
    border-bottom: none;
    padding-bottom: 0;
  }

  .hero-split--home .hero-split__copy h1 {
    font-size: clamp(1.85rem, 7.8vw, 2.35rem);
    line-height: 1.1;
    margin: 0;
    padding: 0 0.2rem;
  }

  .hero-split--home .hero-headline-accent {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.04em;
    letter-spacing: 0.03em;
    color: var(--ds-headline-accent, #4a8f84);
  }

  .hero-split--home .hero-lead {
    font-size: clamp(1.2rem, 5vw, 1.45rem);
    margin: 0.15rem 0 0;
    padding: 0 0.25rem;
    color: var(--ds-headline-accent, #4a8f84);
  }

  .hero-split--home .hero-sublead {
    font-size: 0.88rem;
    line-height: 1.5;
    margin: 0;
    padding: 0 0.35rem;
    color: rgba(26, 20, 22, 0.78);
    max-width: 21rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-split--home .hero-trust {
    display: block !important;
    margin: 0.25rem 0 0;
    padding: 0.35rem 0.5rem;
    font-size: 0.76rem;
    line-height: 1.5;
  }

  .hero-split--home .hero-trust strong {
    font-size: 0.82rem;
  }

  .hero-split--home .hero-phones {
    display: block !important;
    margin: 0.5rem 0 0;
    padding: 0 0.35rem;
    font-size: 0.74rem;
    line-height: 1.55;
  }

  .hero-split--home .hero-btn--outline {
    display: inline-flex !important;
  }

  .hero-split--home .hero-actions {
    width: 100%;
    max-width: none;
    /* margin: 0.75rem calc(-1 * clamp(1.25rem, 5.5vw, 1.65rem)) 0; */
    padding: 0 clamp(1.25rem, 5.5vw, 1.65rem);
    gap: 0.5rem;
    box-sizing: border-box;
  }

  .hero-split--home .hero-actions__row {
    gap: 0.5rem;
  }

  .hero-split--home .hero-btn {
    width: 100%;
    min-width: 0;
    min-height: 2.85rem;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    font-size: 0.64rem;
    letter-spacing: 0.05em;
    box-sizing: border-box;
  }

  .hero-split--home .hero-btn--wa i {
    font-size: 1.05rem;
  }

  .hero-split--home .hero-btn__label--long {
    display: inline;
  }

  .hero-split--home .hero-btn__label--short {
    display: none;
  }

  .hero_sec.hero-split:not(.hero-split--home):not(.hero-split--location) {
    min-height: calc(100dvh - var(--mobile-nav-height, 3.65rem));
    height: calc(100dvh - var(--mobile-nav-height, 3.65rem));
  }

  .hero-split:not(.hero-split--home):not(.hero-split--location) .hero-split__layout {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    min-height: 0;
    height: 100%;
  }

  .hero-split:not(.hero-split--home):not(.hero-split--location) .hero-split__visual {
    order: -1;
    min-height: 0;
    height: 100%;
    background: #1a1416;
  }

  .hero-cover-slides__img {
    object-fit: cover;
    object-position: center center;
  }

  .hero-split:not(.hero-split--home):not(.hero-split--location) .hero-split__copy {
    border-right: none;
    border-top: 1px solid var(--ds-accent-border-soft, rgba(26, 26, 26, 0.08));
    padding: 1rem 1.15rem 0.85rem;
    justify-content: center;
    min-height: 0;
    height: 100%;
    overflow: hidden;
  }

  .hero-split:not(.hero-split--home):not(.hero-split--location) .hero-split__copy-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.45rem;
    max-width: none;
    height: 100%;
    text-align: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hero-split:not(.hero-split--home) .hero-kicker {
    margin: 0;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    line-height: 1.35;
  }

  .hero-split:not(.hero-split--home) .hero-split__copy h1 {
    font-size: clamp(1.85rem, 7.5vw, 2.35rem);
    margin: 0;
    line-height: 1.06;
  }

  .hero-split:not(.hero-split--home) .hero-headline-accent {
    display: inline-block;
    margin-top: 0.1rem;
  }

  .hero-split:not(.hero-split--home) .hero-lead {
    font-size: clamp(1.2rem, 4.8vw, 1.45rem);
    margin: 0;
    line-height: 1.25;
  }

  .hero-split:not(.hero-split--home) .hero-sublead {
    font-size: 0.9rem;
    line-height: 1.45;
    margin: 0;
    color: rgba(26, 20, 22, 0.78);
  }

  .hero-split:not(.hero-split--home) .hero-trust {
    margin: 0;
    font-size: 0.82rem;
  }

  .hero-split:not(.hero-split--home) .hero-trust strong {
    font-size: 0.92rem;
  }

  .hero-split:not(.hero-split--home) .hero-actions {
    gap: 0.45rem;
    width: 100%;
    max-width: none;
    margin: 0.15rem 0 0;
  }

  .hero-split:not(.hero-split--home) .hero-actions__row {
    gap: 0.45rem;
  }

  .hero-split:not(.hero-split--home) .hero-btn {
    width: 100%;
    min-width: 0;
    min-height: 2.5rem;
    padding: 0.55rem 0.65rem;
    font-size: 0.64rem;
    letter-spacing: 0.05em;
    gap: 0.3rem;
  }

  .hero-split:not(.hero-split--home) .hero-btn--wa i {
    font-size: 0.85rem;
  }

  .hero-split:not(.hero-split--home) .hero-btn__label--long {
    display: none;
  }

  .hero-split:not(.hero-split--home) .hero-btn__label--short {
    display: inline;
  }

  .hero-split:not(.hero-split--home) .hero-phones {
    display: none;
  }

  .hero-layered-scroll { display: none; }

  .hero-slide-arrow {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 0.8rem;
  }

  .hero-slide-arrow--prev { left: 0.65rem; }
  .hero-slide-arrow--next { right: 0.65rem; }

  .hero-slide-nav {
    bottom: 0.65rem;
  }

  .hero-slide-dots {
    padding: 0.3rem 0.5rem;
    gap: 0.3rem;
  }

  /* Location + SEO heroes — full-width image on top, copy below (like home mobile) */
  .hero_sec.hero-split.hero-split--location {
    min-height: 0;
    height: auto;
    overflow: hidden;
  }

  .hero-split--location .hero-split__layout {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
    min-height: 0;
  }

  .hero-split--location .hero-split__visual {
    order: -1;
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    height: auto;
    min-height: min(42dvh, 420px);
    max-height: none;
    aspect-ratio: auto;
    overflow: hidden;
    background: #1a1416;
  }

  .hero-split--location .hero-cover-slides {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero-split--location .hero-cover-slide,
  .hero-split--location .hero-cover-slides__img {
    width: 100%;
    height: 100%;
  }

  .hero-split--location .hero-cover-slides__img {
    object-fit: cover;
    object-position: center center;
  }

  .hero-split--location .hero-slide-nav {
    bottom: 0.5rem;
    z-index: 2;
  }

  .hero-split--location .hero-split__copy {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    border-top: none;
    border-right: none;
    padding: 1.15rem clamp(1rem, 4vw, 1.35rem) 1.35rem;
    justify-content: flex-start;
    background: var(--ds-surface, #ffffff);
  }

  .hero-split--location .hero-split__copy-inner {
    height: auto;
    overflow: visible;
    justify-content: flex-start;
    text-align: left;
    gap: 0.55rem;
    max-width: none;
  }

  .hero-split--location .hero-kicker {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .hero-split--location .hero-split__copy h1 {
    font-size: clamp(1.55rem, 6.5vw, 2rem);
  }

  .hero-sublead--location {
    font-size: 0.85rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-split--location .hero-location-trust {
    justify-content: flex-start;
    gap: 0.35rem;
  }

  .hero-split--location .hero-location-trust__item {
    font-size: 0.58rem;
    padding: 0.28rem 0.5rem;
  }

  .hero-split--location .seo-landing__hero-search input,
  .hero-split--location .seo-landing__hero-search button {
    min-height: 38px;
  }

  .hero-split--location .seo-landing__quick-chip {
    font-size: 0.68rem;
    min-height: 30px;
  }

  .hero-split--location .hero-layered-scroll {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-split--location .hero-split__visual {
    min-height: min(38dvh, 360px);
  }

  .hero-sublead--location {
    -webkit-line-clamp: 3;
  }

  .hero-split--location .seo-landing__quick-services {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .hero-split--location .seo-landing__quick-services::-webkit-scrollbar {
    display: none;
  }

  .hero-split--location .seo-landing__quick-chip {
    flex-shrink: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-layered-scroll,
  .hero-split__copy-inner--reveal,
  .hero-split--home .hero-btn--primary { animation: none; }
  .hero-cover-slide { transition: none; }
  .hero-pin { animation: none; }
}
