/*
 * Centered refinement pass
 * The page keeps its cinematic cleaning imagery while adopting a calmer,
 * BridgeMind-inspired reading column and a more legible section rhythm.
 */

:root {
  --content-max: 68rem;
  --reading-max: 44rem;
  --section-space: clamp(4.5rem, 7vw, 6.5rem);
  --footer-overlap: clamp(18rem, 52svh, 34rem);
  --display-xl: clamp(3rem, 5.5vw, 4.25rem);
  --display-lg: clamp(2.6rem, 4.5vw, 3.65rem);
  --display-md: clamp(2.25rem, 4vw, 3.35rem);
  --copy-lg: clamp(1rem, 1.3vw, 1.12rem);
}

.section-shell {
  width: min(calc(100% - (2 * var(--page-gutter))), var(--content-max));
}

.section-index {
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 0.78rem;
}

.section-index::before {
  width: 1.4rem;
}

/* Center the navigation on the same grid as the page content. */

.site-header {
  left: 50%;
  width: min(calc(100% - (2 * var(--page-gutter))), var(--content-max));
  padding-inline: 0;
  transform: translateX(-50%);
}

.site-header .autoplay-track {
  right: 0;
  left: 0;
}

/* Hero */

main {
  position: relative;
  padding-bottom: var(--footer-overlap);
  background: transparent;
}

.hero {
  position: sticky;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  max-height: none;
  margin-inline: 0;
  overflow: hidden;
}

.hero::before,
.hero::after {
  display: none;
}

main > section:not(.hero),
.closing {
  position: relative;
  z-index: 2;
}

.hero-copy {
  width: min(38vw, 34rem);
  max-width: 34rem;
}

.hero-copy--left {
  left: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));
}

.hero-copy--right {
  right: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));
}

.hero-copy__eyebrow {
  margin-bottom: 1rem;
}

.hero-copy__title {
  max-width: 13ch;
  font-size: clamp(2.65rem, 4.2vw, 3.8rem);
  line-height: 0.98;
}

.hero-copy__description {
  max-width: 37ch;
  font-size: var(--copy-lg);
  line-height: 1.55;
}

.primary-action,
.hero-copy__mail {
  min-height: 3.25rem;
  padding: 0.78rem 1.2rem;
}

/* Shared centered section headings */

.proof__head,
.care__intro,
.method-head,
.faq__layout,
.location__grid {
  text-align: center;
}

.proof h2,
.care__intro h2,
.location h2,
.closing h2 {
  font-size: var(--display-xl);
  line-height: 1;
}

.expect h2,
.method-head h2,
.faq h2 {
  font-size: var(--display-lg);
  line-height: 1.05;
}

.proof__intro,
.care__intro > p:last-child,
.faq__head > p:last-child,
.location__copy > p {
  max-width: var(--reading-max);
  margin-inline: auto;
  font-size: var(--copy-lg);
  line-height: 1.65;
}

/* Before and after */

.proof {
  min-height: 0;
  padding-block: var(--section-space);
  border-radius: clamp(1.15rem, 2.2vw, 2rem) clamp(1.15rem, 2.2vw, 2rem) 0 0;
  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.72),
    0 -1.5rem 4rem rgba(3, 11, 15, 0.28);
}

.proof::before {
  top: 2.5rem;
  font-size: clamp(7rem, 17vw, 14rem);
  opacity: 0.035;
}

.proof::after {
  position: absolute;
  z-index: 2;
  top: 0.9rem;
  left: 50%;
  width: clamp(3.5rem, 6vw, 5rem);
  height: 0.2rem;
  content: "";
  background: var(--brand-orange);
  border-radius: 999px;
  transform: translateX(-50%);
}

.proof__head {
  display: block;
  max-width: 50rem;
  margin-bottom: 3rem;
}

.proof h2 {
  max-width: 12ch;
  margin-inline: auto;
}

.proof__intro {
  margin-top: 1.4rem;
}

.proof__body {
  max-width: 64rem;
}

.case-switcher {
  justify-content: center;
}

.compare-stage {
  aspect-ratio: 16 / 9;
  min-height: 0;
  max-height: 34rem;
}

/* Contact process */

.expect {
  min-height: 0;
  padding-block: 0;
}

.expect::before {
  opacity: 0.72;
}

.expect__layout {
  display: block;
  max-width: 58rem;
  padding-block: var(--section-space);
}

.expect__lead {
  position: static;
  top: auto;
  max-width: 48rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.expect__lead h2 {
  max-width: 18ch;
  margin-inline: auto;
}

.expect__lead .text-link {
  margin-top: 1.75rem;
}

.expect__steps {
  max-width: 50rem;
  margin-inline: auto;
}

.expect__steps li {
  min-height: 0;
  grid-template-columns: minmax(7rem, 9rem) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  padding: 1.6rem 1rem;
  color: rgba(255, 255, 255, 0.72);
  transform: none;
}

.expect__steps li.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  transform: none;
}

.expect__steps li > span {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.expect__steps h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.expect__steps p {
  max-width: 43ch;
  font-size: 0.98rem;
  line-height: 1.62;
}

/* Services and method */

.care {
  padding-top: 0;
}

.care__intro {
  display: block;
  max-width: 58rem;
  padding-block: var(--section-space) 3.5rem;
  text-align: center;
}

.care__intro h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 15ch;
  margin-inline: auto;
  text-align: center;
}

.typed-slot {
  display: inline-grid;
  justify-items: center;
  align-items: center;
  justify-self: center;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  text-align: center;
  color: var(--brand-orange-ui);
}

.typed-slot > * {
  grid-area: 1 / 1;
  justify-self: center;
  align-self: center;
  text-align: center;
}

.typed-slot__sizer {
  visibility: hidden;
  padding-inline-end: 0.2em;
  white-space: nowrap;
  text-align: center;
}

.typed-word {
  min-width: 0;
  white-space: nowrap;
  text-align: center;
}

.care__intro > p:last-child {
  margin-top: 1.5rem;
}

.care__stage {
  width: min(calc(100% - (2 * var(--page-gutter))), var(--content-max));
  min-height: 0;
  aspect-ratio: 16 / 9;
  max-height: 36rem;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 0.85rem;
}

.care__stage::after {
  background: linear-gradient(180deg, transparent 44%, rgba(4, 16, 22, 0.78) 100%);
}

.care__services {
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  gap: 0.5rem;
  justify-content: center;
}

.care__services span {
  min-height: 2.6rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.82rem;
}

.method-wrap {
  min-height: 0;
  padding-block: var(--section-space);
}

.method-head {
  display: block;
  max-width: 54rem;
  margin-bottom: 3rem;
}

.method-head h2 {
  max-width: 18ch;
  margin-inline: auto;
}

.method {
  max-width: 50rem;
}

.method li {
  min-height: 0;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 1.25rem;
  padding-block: 1.35rem;
}

.method li > span {
  width: 1.9rem;
  height: 1.9rem;
}

.method h3 {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.method p {
  max-width: 48ch;
  font-size: 0.98rem;
  line-height: 1.62;
}

/* FAQ */

.faq {
  min-height: 0;
  padding-block: var(--section-space);
}

.faq__layout {
  display: block;
  max-width: 58rem;
}

.faq__head {
  position: static;
  max-width: 48rem;
  margin-inline: auto;
}

.faq__head h2 {
  max-width: 16ch;
  margin: 0 auto 1.25rem;
}

.faq-list {
  max-width: 52rem;
  margin: 3rem auto 0;
  text-align: left;
}

.faq-item summary {
  min-height: 4.5rem;
  padding-block: 1rem;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
}

/* Plovdiv */

.location {
  min-height: 0;
}

.location__grid {
  display: block;
  max-width: 58rem;
  padding-block: var(--section-space);
}

.location__lead,
.location__copy {
  max-width: 48rem;
  margin-inline: auto;
}

.location h2 {
  max-width: 13ch;
  margin-inline: auto;
}

.location__city {
  top: 50%;
  left: 50%;
  font-size: clamp(6rem, 16vw, 12rem);
  transform: translate(-50%, -50%);
  opacity: 0.055;
}

.location__copy {
  margin-top: 1.5rem;
}

.location__actions {
  max-width: 46rem;
  margin: 2.5rem auto 0;
}

.location__call,
.location__email {
  min-height: 5.4rem;
  text-align: left;
}

/* Footer */

.closing {
  min-height: 55rem;
  padding-bottom: 7rem;
}

.closing__content {
  padding-top: var(--section-space);
  text-align: center;
}

.closing__prompt {
  margin-inline: auto;
}

.closing h2 {
  max-width: 14ch;
  margin-inline: auto;
}

.closing__actions {
  justify-content: center;
}

.closing__meta {
  max-width: var(--content-max);
  margin: 5rem auto 0;
  text-align: left;
}

.closing__landscape {
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
  transform: translate3d(0, var(--footer-shift, 0), 0);
}

/* Reliable, visible motion. Content stays visible until JS marks the page ready. */

.motion-ready.has-motion [data-motion] :is(
  .proof__head,
  .compare-lab,
  .expect__lead,
  .expect__steps,
  .care__intro,
  .care__stage,
  .method-head,
  .method,
  .faq__head,
  .faq-list,
  .location__lead,
  .location__copy,
  .closing__content
) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 680ms var(--ease-out),
    transform 760ms var(--ease-out);
}

.motion-ready.has-motion [data-motion]:not(.is-inview) :is(
  .proof__head,
  .compare-lab,
  .expect__lead,
  .expect__steps,
  .care__intro,
  .care__stage,
  .method-head,
  .method,
  .faq__head,
  .faq-list,
  .location__lead,
  .location__copy,
  .closing__content
) {
  opacity: 0;
  transform: translate3d(0, 1.75rem, 0);
}

.motion-ready.has-motion [data-motion] :is(
  .compare-lab,
  .expect__steps,
  .care__stage,
  .method,
  .faq-list,
  .location__copy
) {
  transition-delay: 90ms;
}

.has-motion .hero-slide.is-active .hero-slide__image {
  animation: refined-hero-drift 11s ease-in-out both;
}

.has-motion .hero-slide.is-active .hero-copy > * {
  animation: refined-copy-rise 650ms var(--ease-out) both;
}

@keyframes refined-hero-drift {
  from {
    transform: translate3d(var(--pointer-shift-x, 0), var(--pointer-shift-y, 0), 0) scale(1.025);
  }
  to {
    transform: translate3d(var(--pointer-shift-x, 0), calc(var(--pointer-shift-y, 0) + var(--hero-scroll-y, 0)), 0) scale(1.065);
  }
}

@keyframes refined-copy-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Mobile */

@media (max-width: 64rem) {
  :root {
    --content-max: 58rem;
  }

  .hero-copy {
    width: min(43vw, 29rem);
  }

  .floating-rail {
    display: none;
  }
}

@media (max-width: 51.25rem) {
  :root {
    --section-space: clamp(4.5rem, 15vw, 6rem);
  }

  .hero {
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    max-height: none;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .site-header .carousel-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .site-header {
    gap: 0.5rem;
  }

  .brand-logo--header {
    width: 6.1rem;
  }

  .site-header .arrow-controls {
    position: static;
    order: -1;
    display: flex;
    padding: 0;
    margin-right: 0.3rem;
    transform: none;
  }

  .site-header .arrow-controls [data-previous],
  .site-header .arrow-controls [data-next] {
    display: none;
  }

  .site-header .autoplay-toggle {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    place-items: center;
  }

  .hero-copy,
  .hero-slide.is-active .hero-copy {
    top: clamp(6.5rem, 16svh, 8.5rem);
    width: min(calc(100% - (2 * var(--page-gutter))), 27rem);
  }

  .hero-copy__title {
    max-width: 12ch;
    font-size: clamp(2.35rem, 10.5vw, 3.15rem);
  }

  .hero-copy__description {
    max-width: 31ch;
    font-size: 0.96rem;
  }

  .proof h2,
  .location h2,
  .closing h2 {
    font-size: clamp(2.65rem, 12vw, 3.75rem);
  }

  .care__intro h2 {
    font-size: clamp(2.15rem, 9.5vw, 3.75rem);
  }

  .expect h2,
  .method-head h2,
  .faq h2 {
    font-size: clamp(2.35rem, 10vw, 3.25rem);
  }

  .proof__head,
  .method-head,
  .faq__layout,
  .location__grid {
    text-align: left;
  }

  .section-index {
    justify-content: flex-start;
  }

  .proof h2,
  .method-head h2,
  .faq__head h2,
  .location h2 {
    margin-inline: 0;
  }

  .proof__intro,
  .care__intro > p:last-child,
  .faq__head > p:last-child,
  .location__copy > p {
    margin-inline: 0;
  }

  .compare-stage {
    aspect-ratio: 4 / 3;
  }

  .expect__lead {
    text-align: left;
  }

  .expect__lead h2 {
    margin-inline: 0;
  }

  .expect__steps li {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: 1.35rem 0;
  }

  .care__stage {
    aspect-ratio: 4 / 3;
    border-radius: 0;
  }

  .care__services {
    align-content: end;
    justify-content: flex-start;
  }

  .care__services span {
    min-height: 2.25rem;
    padding: 0.45rem 0.7rem;
  }

  .method li {
    grid-template-columns: 1.9rem minmax(0, 1fr);
    gap: 1rem;
  }

  .faq__head {
    margin-inline: 0;
  }

  .location__lead,
  .location__copy {
    margin-inline: 0;
  }

  .location__actions {
    margin-inline: 0;
  }

  .location__call,
  .location__email {
    text-align: left;
  }

  .closing {
    min-height: 62rem;
  }

  .closing__landscape {
    right: auto;
    left: 50%;
    width: 175%;
    transform: translate3d(-50%, var(--footer-shift, 0), 0);
  }

  .closing__content {
    text-align: left;
  }

  .closing__prompt,
  .closing h2 {
    margin-inline: 0;
  }

  .closing__actions {
    justify-content: flex-start;
  }

  .closing__meta {
    margin-top: 4rem;
  }
}

@media (max-width: 34rem) {
  .case-switch {
    min-height: 3rem;
    padding-inline: 0.45rem;
    font-size: 0.78rem;
  }

  .care__stage {
    width: 100%;
  }

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

/* Header hierarchy v2: brand and navigation lead; carousel controls support. */

.header-call__copy {
  display: grid;
  gap: 0.08rem;
  line-height: 1;
}

.header-call__copy small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.57rem;
  font-weight: 750;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.header-call__copy strong {
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

@media (min-width: 64.01rem) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(1.5rem, 3vw, 3.2rem);
    height: 5.25rem;
  }

  .site-header .brand {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .brand-logo--header {
    width: clamp(9.75rem, 12vw, 11.25rem);
  }

  .site-header .site-nav {
    position: relative;
    justify-self: center;
    gap: clamp(0.25rem, 0.8vw, 0.7rem);
    margin: 0;
  }

  .site-header .site-nav a {
    position: relative;
    min-height: 3rem;
    padding-inline: clamp(0.55rem, 1vw, 0.85rem);
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.77rem;
    font-weight: 730;
    letter-spacing: 0.005em;
  }

  .site-header .site-nav a::after {
    position: absolute;
    right: 0.75rem;
    bottom: 0.32rem;
    left: 0.75rem;
    height: 1px;
    content: "";
    background: var(--brand-orange);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 240ms var(--ease-out);
  }

  .site-header .site-nav a:hover,
  .site-header .site-nav a[aria-current="location"] {
    color: #fff;
    background: transparent;
  }

  .site-header .site-nav a:hover::after,
  .site-header .site-nav a[aria-current="location"]::after {
    transform: scaleX(1);
  }

  .header-call {
    min-width: 10.5rem;
    min-height: 3.2rem;
    justify-content: space-between;
    padding: 0.5rem 0.7rem 0.5rem 0.9rem;
    border-color: rgba(255, 255, 255, 0.24);
    border-radius: 0.5rem;
  }

  .header-call svg {
    width: 1.05rem;
    height: 1.05rem;
  }

  .header-call:hover .header-call__copy small {
    color: rgba(7, 21, 29, 0.58);
  }

  .site-header .carousel-toolbar {
    position: absolute;
    top: calc(100% + 0.85rem);
    right: 0;
    display: flex;
    gap: 0.85rem;
    padding: 0.34rem 0.4rem 0.34rem 0.75rem;
    background: rgba(4, 14, 19, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.75rem;
    box-shadow: 0 0.8rem 2rem rgba(3, 11, 15, 0.12);
    backdrop-filter: blur(0.65rem);
  }

  .site-header .slide-counter {
    min-width: 3rem;
    font-size: 0.65rem;
  }

  .site-header .slide-dot {
    width: 1.55rem;
  }

  .site-header .arrow-button {
    width: 2.35rem;
    height: 2.35rem;
  }
}

@media (min-width: 64.01rem) and (max-width: 78rem) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .site-header .site-nav {
    justify-self: end;
  }

  .header-call {
    display: none;
  }
}

@media (max-width: 64rem) {
  .site-header .brand {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .brand-logo--header {
    width: clamp(7.5rem, 26vw, 9rem);
  }
}

@media (max-width: 51.25rem) {
  .brand-logo--header {
    width: clamp(7.2rem, 31vw, 8.2rem);
  }
}

/* Pricing category icons */

.pricing__icon-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.pricing__icon-strip > div {
  display: grid;
  min-width: 0;
  place-items: center;
  gap: 0.45rem;
  padding: 1rem 0.5rem 0.9rem;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.pricing__icon-strip > div:first-child {
  border-left: 0;
}

.pricing__icon-strip img {
  width: clamp(2.6rem, 4.5vw, 3.6rem);
  height: auto;
}

.pricing__icon-strip span {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.69rem, 1vw, 0.79rem);
  font-weight: 700;
  line-height: 1.2;
}

/* Phone-documentary before/after gallery */

.gallery {
  position: relative;
  z-index: 2;
  padding-block: var(--section-space);
  color: var(--deep-ink);
  background:
    radial-gradient(circle at 90% 9%, rgba(241, 90, 36, 0.075), transparent 24rem),
    var(--clean-white);
}

.gallery-combined {
  padding-bottom: var(--section-space);
}

.gallery-combined .gallery-pairs {
  margin-top: clamp(5rem, 10vw, 9rem);
  padding-top: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid rgba(7, 21, 29, 0.13);
}

.gallery__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.72fr);
  gap: 1.5rem clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.gallery__head h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--deep-ink);
  font-size: clamp(2.75rem, 5.2vw, 4.25rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.gallery__intro {
  max-width: 40rem;
  padding-bottom: 0.25rem;
}

.gallery__disclaimer {
  margin: 0;
  padding-top: 1rem;
  color: rgba(7, 21, 29, 0.62);
  font-size: 0.78rem;
  line-height: 1.55;
  border-top: 1px solid rgba(7, 21, 29, 0.12);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.5rem, 5vw, 4.5rem) clamp(1.25rem, 2.8vw, 2.25rem);
  margin-top: clamp(3.5rem, 7vw, 6.5rem);
}

.gallery-case {
  min-width: 0;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(7, 21, 29, 0.18);
}

.gallery-case--wide {
  grid-column: 1 / -1;
}

.gallery-case header {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.gallery-case header > span {
  color: var(--brand-orange);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gallery-case h3 {
  margin: 0;
  color: var(--deep-ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  letter-spacing: -0.025em;
}

.gallery-case__pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.45rem, 1.2vw, 0.8rem);
}

.gallery-case figure {
  min-width: 0;
  margin: 0;
}

.gallery-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface-gray);
  border: 1px solid rgba(7, 21, 29, 0.11);
  border-radius: clamp(0.65rem, 1.3vw, 0.95rem);
  box-shadow: 0 1.15rem 2.6rem rgba(7, 21, 29, 0.08);
}

.gallery-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-photo:hover img {
  transform: scale(1.025);
}

.gallery-photo > span {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  padding: 0.38rem 0.55rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  background: rgba(7, 21, 29, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.35rem;
  backdrop-filter: blur(0.4rem);
}

.gallery-case figure:last-child .gallery-photo > span {
  color: var(--deep-ink);
  background: rgba(241, 90, 36, 0.94);
  border-color: rgba(255, 255, 255, 0.35);
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready.has-motion [data-motion="gallery"] :is(.gallery__head, .gallery-case) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 640ms var(--ease-out), transform 760ms var(--ease-out);
  }

  .motion-ready.has-motion [data-motion="gallery"]:not(.is-inview) :is(.gallery__head, .gallery-case) {
    opacity: 0;
    transform: translate3d(0, 1.5rem, 0);
  }

  .motion-ready.has-motion [data-motion="gallery"] .gallery-case:nth-child(2n) {
    transition-delay: 70ms;
  }
}

@media (max-width: 51.25rem) {
  .pricing__icon-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing__icon-strip > div:nth-child(4) {
    border-left: 0;
  }

  .pricing__icon-strip > div:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  .gallery__head,
  .gallery__grid {
    grid-template-columns: 1fr;
  }

  .gallery__head {
    gap: 1.5rem;
  }

  .gallery__head h2 {
    max-width: 13ch;
  }

  .gallery-case--wide {
    grid-column: auto;
  }
}

@media (max-width: 22rem) {
  .gallery-case__pair {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 22rem), (max-height: 38rem) {
  .hero-scroll-cue {
    display: none;
  }
}

/* Footer: Plovdiv signal deck */

main > section.location {
  position: sticky;
  z-index: 1;
  top: 0;
  min-height: 100svh;
}

.closing {
  --footer-progress: 1;
  z-index: 4;
  min-height: clamp(62rem, 74vw, 72rem);
  margin-top: calc(-1 * var(--footer-overlap));
  padding-bottom: 6rem;
  color: #fff;
  background: var(--clean-white);
  border-radius: clamp(1.25rem, 2.6vw, 2.25rem) clamp(1.25rem, 2.6vw, 2.25rem) 0 0;
  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.72),
    0 -2rem 5rem rgba(2, 12, 18, 0.34);
}

.closing__ambient {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.closing__word {
  position: absolute;
  top: 42%;
  left: 50%;
  margin: 0;
  color: var(--brand-orange);
  font-size: clamp(7rem, 13vw, 13rem);
  font-weight: 850;
  letter-spacing: -0.095em;
  line-height: 0.72;
  white-space: nowrap;
  transform: translate3d(-50%, 0, 0);
  transform-origin: center;
  will-change: opacity, transform;
}

.closing__scan {
  position: absolute;
  top: 54%;
  left: 0;
  width: min(44rem, 52vw);
  height: 0.22rem;
  background: linear-gradient(90deg, transparent 0%, var(--brand-orange) 18%, var(--brand-orange) 76%, transparent 100%);
  transform: scaleX(1);
  transform-origin: left center;
  will-change: opacity, transform;
}

.closing__orbital {
  position: absolute;
  z-index: 2;
  top: 39%;
  right: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));
  width: clamp(6rem, 9vw, 8.5rem);
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 1rem 2rem rgba(7, 21, 29, 0.2));
  transform: rotate(0deg) scale(1);
  will-change: opacity, transform;
}

.closing__orbital circle {
  fill: var(--deep-ink);
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1.5;
}

.closing__orbital text {
  fill: #fff;
  font-family: Aptos, "Segoe UI Variable", "Segoe UI", ui-sans-serif, sans-serif;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.closing__orbital-mark {
  fill: none;
  stroke: var(--brand-orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 7;
}

.closing__content {
  z-index: 3;
  padding-top: var(--section-space);
  padding-bottom: 3rem;
  text-align: center;
}

.closing__cta {
  max-width: 66rem;
  margin-inline: auto;
  padding: clamp(2.75rem, 5vw, 4.75rem) clamp(1.5rem, 5vw, 4.25rem);
  color: #fff;
  background: rgba(7, 21, 29, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  box-shadow: 0 1.75rem 5rem rgba(7, 21, 29, 0.18);
  will-change: opacity, transform;
}

.closing__prompt {
  margin: 0 auto 1.25rem;
  color: var(--brand-orange);
}

.closing h2 {
  max-width: 12ch;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(3.25rem, 6vw, 5.8rem);
  line-height: 0.94;
}

.closing__actions {
  justify-content: center;
  margin-top: 2rem;
}

.closing__action,
.closing__secondary {
  min-width: min(100%, 16.5rem);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.closing__action {
  color: var(--deep-ink);
  background: var(--brand-orange);
  border-color: var(--brand-orange);
}

.closing__action:hover,
.closing__secondary:hover {
  color: var(--deep-ink);
  background: #fff;
  border-color: #fff;
}

.closing__meta {
  position: relative;
  z-index: 4;
  max-width: none;
  grid-template-columns: minmax(13rem, 1.15fr) minmax(14rem, 0.8fr) minmax(16rem, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin: clamp(16rem, 25vw, 22rem) 0 0;
  padding: clamp(2.25rem, 4vw, 3.5rem);
  color: #fff;
  text-align: left;
  background: rgba(7, 21, 29, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.85rem;
  box-shadow: 0 2rem 6rem rgba(7, 21, 29, 0.3);
  backdrop-filter: blur(1rem);
  will-change: opacity, transform;
}

.closing__brand {
  padding: 0.45rem 0.55rem;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 0.35rem;
}

.brand-logo--footer {
  width: clamp(8.75rem, 12vw, 10.25rem);
}

.closing__brand-block p,
.closing__contact > span {
  color: rgba(255, 255, 255, 0.62);
}

.closing__meta nav {
  align-items: flex-start;
}

.closing__meta a:not(.closing__brand) {
  color: rgba(255, 255, 255, 0.78);
}

.closing__meta a:not(.closing__brand):hover {
  color: #fff;
}

.closing__contact {
  gap: 0.65rem;
  justify-self: end;
}

.closing__contact a[href^="tel:"] {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
  padding: 0.7rem 1rem;
  color: var(--deep-ink);
  background: var(--brand-orange);
  border-radius: 999px;
}

.closing__landscape {
  z-index: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0.96;
  object-fit: contain;
  object-position: center bottom;
}

.closing__legal {
  z-index: 5;
  bottom: 1.25rem;
}

@media (max-width: 51.25rem) {
  .closing {
    min-height: 82rem;
    padding-bottom: 7rem;
  }

  .closing__content {
    text-align: center;
  }

  .closing__cta {
    padding: 2.75rem 1.25rem;
  }

  .closing__prompt,
  .closing h2 {
    margin-inline: auto;
  }

  .closing h2 {
    font-size: clamp(2.65rem, 12vw, 4.25rem);
  }

  .closing__actions {
    align-items: stretch;
    justify-content: center;
  }

  .closing__action,
  .closing__secondary {
    width: 100%;
  }

  .closing__word {
    top: 43%;
    font-size: clamp(3.75rem, 18vw, 7rem);
  }

  .closing__scan {
    top: 50%;
    width: 72vw;
  }

  .closing__orbital {
    top: 41%;
    right: var(--page-gutter);
    width: 5.75rem;
  }

  .closing__meta {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-top: clamp(11rem, 43vw, 14rem);
    padding: 1.75rem 1.4rem;
  }

  .closing__meta nav {
    justify-self: start;
  }

  .closing__contact {
    grid-column: auto;
    justify-self: start;
  }

  .closing__landscape {
    right: auto;
    left: 50%;
    width: 175%;
    transform: translate3d(-50%, var(--footer-shift, 0), 0);
  }
}

.mobile-call {
  transition:
    opacity 220ms ease,
    transform 320ms var(--ease-out);
}

.floating-rail {
  transition:
    opacity 220ms ease,
    transform 320ms var(--ease-out);
}

.page-progress {
  transition: opacity 220ms ease;
}

.footer-visible .page-progress,
.footer-visible .floating-rail,
.footer-visible .mobile-call {
  opacity: 0;
  pointer-events: none;
}

.footer-visible .floating-rail {
  transform: translate3d(1rem, 0, 0);
}

.footer-visible .mobile-call {
  transform: translate3d(0, calc(100% + 1rem), 0);
}

@media (max-width: 34rem) {
  .closing {
    min-height: 80rem;
  }

  .closing__word {
    top: 43.5%;
  }

  .closing__orbital {
    top: 39.5%;
  }

  .closing__legal {
    bottom: 5.4rem;
    flex-direction: column;
    gap: 0.25rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .closing:not(.is-deck-visible) .closing__cta {
    opacity: 0;
    transform: translate3d(0, 5rem, 0) scale(0.96);
  }

  .motion-ready .closing.is-deck-visible .closing__cta {
    animation: closing-deck-rise 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .motion-ready .closing:not(.is-signal-visible) .closing__word {
    opacity: 0;
    transform: translate3d(-50%, 3.75rem, 0) scale(0.82);
  }

  .motion-ready .closing.is-signal-visible .closing__word {
    animation: closing-word-pop 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .motion-ready .closing:not(.is-signal-visible) .closing__scan {
    opacity: 0;
    transform: scaleX(0);
  }

  .motion-ready .closing.is-signal-visible .closing__scan {
    animation: closing-scan-in 780ms 180ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .motion-ready .closing:not(.is-signal-visible) .closing__orbital {
    opacity: 0;
    transform: rotate(-32deg) scale(0.72);
  }

  .motion-ready .closing.is-signal-visible .closing__orbital {
    animation: closing-orbit-pop 760ms 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .motion-ready .closing__meta {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition:
      opacity 620ms var(--ease-out),
      transform 760ms var(--ease-out);
  }

  .motion-ready .closing__meta:not(.is-visible) {
    opacity: 0;
    transform: translate3d(0, 2.5rem, 0);
  }
}

@keyframes closing-deck-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 5rem, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes closing-word-pop {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 3.75rem, 0) scale(0.82);
  }
  70% {
    opacity: 1;
    transform: translate3d(-50%, -0.35rem, 0) scale(1.015);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale(1);
  }
}

@keyframes closing-scan-in {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes closing-orbit-pop {
  from {
    opacity: 0;
    transform: rotate(-32deg) scale(0.72);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.has-motion) *,
  html:not(.has-motion) *::before,
  html:not(.has-motion) *::after {
    scroll-behavior: auto !important;
  }

  html:not(.has-motion) .hero-slide.is-active .hero-slide__image,
  html:not(.has-motion) .hero-slide.is-active .hero-copy > * {
    animation: none;
  }
}

/* Quiet Craft: final surface and footer system */

:root {
  --footer-overlap: 0px;
  --surface-warm: #f0f1ed;
  --surface-line: rgba(7, 21, 29, 0.12);
  --panel-radius: 1rem;
  --control-radius: 0.625rem;
  --quiet-shadow: 0 1.5rem 4rem rgba(7, 21, 29, 0.08);
}

body {
  background: var(--deep-ink);
}

main {
  padding-bottom: 0;
}

.primary-action,
.hero-copy__mail,
.case-switch,
.location__call,
.location__email,
.closing__action,
.closing__secondary {
  border-radius: var(--control-radius);
}

.proof {
  background: var(--clean-white);
  border-radius: clamp(1rem, 1.8vw, 1.5rem) clamp(1rem, 1.8vw, 1.5rem) 0 0;
  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.7),
    0 -1.25rem 3.5rem rgba(3, 11, 15, 0.2);
}

.proof.gallery-combined {
  border-radius: 0;
  box-shadow: none;
}

.proof::before {
  display: none;
}

.proof::after {
  top: 0;
  width: min(8rem, 18vw);
  height: 0.18rem;
}

.case-switcher {
  gap: 0.45rem;
  padding: 0.35rem;
  background: var(--surface-warm);
  border: 1px solid var(--surface-line);
  border-radius: 0.8rem;
}

.case-switch {
  border-color: transparent;
}

.case-switch:hover,
.case-switch.is-active {
  background: #fff;
  border-color: rgba(241, 90, 36, 0.42);
  box-shadow: 0 0.35rem 1rem rgba(7, 21, 29, 0.06);
}

.compare-stage,
.care__stage {
  overflow: hidden;
  border: 1px solid rgba(7, 21, 29, 0.1);
  border-radius: var(--panel-radius);
  box-shadow: var(--quiet-shadow);
}

.expect {
  background: var(--deep-ink);
}

.expect::before {
  opacity: 0.46;
}

.expect__steps li {
  padding-inline: 1.25rem;
  border-left: 2px solid rgba(255, 255, 255, 0.08);
  transition:
    color 260ms ease,
    background 260ms ease,
    border-color 260ms ease;
}

.expect__steps li.is-active {
  background: rgba(255, 255, 255, 0.035);
  border-left-color: var(--brand-orange);
}

.care {
  background: var(--clean-white);
}

.care__services {
  padding: 0.35rem;
  background: rgba(7, 21, 29, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  backdrop-filter: blur(0.75rem);
}

.care__services span {
  border-right: 0;
}

.method-wrap {
  background: var(--surface-warm);
}

.method {
  border-top: 1px solid var(--surface-line);
}

.method li {
  border-bottom-color: var(--surface-line);
}

.method > li > span {
  background: var(--surface-warm);
}

.faq {
  color: var(--deep-ink);
  background: var(--brand-orange);
}

.faq .section-index {
  color: rgba(7, 21, 29, 0.85);
}

.faq .section-index::before {
  background: var(--deep-ink);
}

.faq h2 {
  color: var(--deep-ink);
}

.faq__head > p:last-child,
.faq-item p {
  color: rgba(7, 21, 29, 0.88);
}

.faq-list {
  border-top-color: rgba(7, 21, 29, 0.25);
}

.faq-item {
  border-bottom-color: rgba(7, 21, 29, 0.22);
}

.faq-item::after {
  height: 2px;
  background: var(--deep-ink);
}

.faq-item summary {
  color: var(--deep-ink);
}

.faq-item summary span {
  border-color: rgba(7, 21, 29, 0.35);
  border-radius: 50%;
}

.faq-item summary span::before,
.faq-item summary span::after {
  background: var(--deep-ink);
}

main > section.location {
  position: relative;
  z-index: 2;
  top: auto;
  min-height: clamp(42rem, 78svh, 54rem);
  padding-bottom: 4rem;
}

.location::before {
  background:
    radial-gradient(circle at 82% 14%, rgba(241, 90, 36, 0.12), transparent 25%),
    linear-gradient(135deg, #0a1d25 0%, #0b2630 100%);
}

.location__city {
  display: none;
}

.location__glow {
  opacity: 0.35;
}

.location__call,
.location__email {
  border-color: rgba(255, 255, 255, 0.2);
}

.closing {
  --footer-progress: 1;
  position: relative;
  z-index: 4;
  min-height: 0;
  margin-top: -4rem;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #0d2f3b;
  border-radius: clamp(1.25rem, 2.4vw, 2rem) clamp(1.25rem, 2.4vw, 2rem) 0 0;
  box-shadow: 0 -1.5rem 4rem rgba(2, 12, 18, 0.28);
}

.closing__line {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: min(calc(100% - (2 * var(--page-gutter))), var(--content-max));
  height: 0.2rem;
  background: var(--brand-orange);
  transform: translateX(-50%) scaleX(1);
  transform-origin: left center;
}

.closing__landscape {
  position: absolute;
  z-index: 0;
  inset: -4rem 0;
  width: 100%;
  height: calc(100% + 8rem);
  opacity: 1;
  object-fit: cover;
  object-position: center bottom;
  filter: saturate(0.92) brightness(1.16) contrast(1.04);
  mask-image: none;
  transform: translate3d(0, var(--footer-shift, 0), 0);
}

.closing__content {
  position: relative;
  z-index: 2;
  padding-top: clamp(6rem, 9vw, 8.5rem);
  padding-bottom: 2rem;
  text-align: left;
}

.closing__cta {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.3fr) minmax(16rem, 0.7fr);
  gap: clamp(3rem, 9vw, 8rem);
  align-items: end;
  margin: 0;
  padding: 0 0 clamp(4rem, 7vw, 6rem);
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  will-change: opacity, transform;
}

.closing__cta-copy {
  max-width: 42rem;
}

.closing__prompt {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  color: var(--brand-orange);
  font-size: 0.78rem;
  font-weight: 760;
}

.closing__prompt::before {
  width: 1.5rem;
  height: 0.14rem;
  content: "";
  background: currentColor;
}

.closing h2 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.6vw, 5rem);
  line-height: 0.96;
}

.closing__intro {
  max-width: 42ch;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: var(--copy-lg);
  line-height: 1.65;
}

.closing__actions {
  display: grid;
  width: min(100%, 20rem);
  gap: 0.75rem;
  justify-self: end;
  margin: 0;
}

.closing__action,
.closing__secondary {
  width: 100%;
  min-width: 0;
  min-height: 3.7rem;
  margin: 0;
  padding: 0.95rem 1.15rem;
}

.closing__action {
  color: var(--deep-ink);
  background: var(--brand-orange);
  border-color: var(--brand-orange);
}

.closing__secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.32);
}

.closing__action:hover,
.closing__secondary:hover {
  color: var(--deep-ink);
  background: #fff;
  border-color: #fff;
}

.closing__meta {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: var(--content-max);
  grid-template-columns: minmax(14rem, 1.15fr) minmax(13rem, 0.8fr) minmax(15rem, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
  padding: 2.25rem 0 0;
  color: #fff;
  text-align: left;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.closing__brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand-logo--footer {
  width: clamp(9rem, 13vw, 10.75rem);
  height: auto;
}

.closing__brand-block p {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  line-height: 1.48;
}

.closing__meta nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.closing__meta a:not(.closing__brand) {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 200ms ease, transform 200ms ease;
}

.closing__meta a:not(.closing__brand):hover {
  color: var(--brand-orange);
  transform: translateX(3px);
}

.closing__contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-self: end;
}

.closing__contact > span {
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-orange);
  margin-bottom: 0.15rem;
}

.closing__contact a[href^="tel:"] {
  display: inline-block;
  min-height: 0;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  background: transparent;
  border-radius: 0;
  transition: color 200ms ease;
}

.closing__contact a[href^="tel:"]:hover {
  color: var(--brand-orange);
}

.closing__legal {
  position: relative;
  z-index: 2;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.mobile-call {
  transition:
    opacity 220ms ease,
    transform 320ms var(--ease-out);
}

.footer-visible .mobile-call,
.map-visible .mobile-call {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, calc(100% + 1rem), 0);
}

@media (max-width: 64rem) {
  .closing__cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .closing__actions {
    width: min(100%, 28rem);
    justify-self: start;
  }

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

  .closing__contact {
    grid-column: 2;
  }
}

@media (max-width: 51.25rem) {
  .compare-stage,
  .care__stage {
    border-radius: 0.85rem;
  }

  main > section.location {
    min-height: auto;
    padding-bottom: 4rem;
  }

  .closing {
    min-height: 0;
    margin-top: -2.5rem;
    padding-bottom: 0;
  }

  .closing__content {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
    text-align: left;
  }

  .closing h2 {
    margin-inline: 0;
    font-size: clamp(2.65rem, 11vw, 3.75rem);
  }

  .closing__prompt {
    margin-inline: 0;
  }

  .closing__actions {
    width: 100%;
    justify-content: stretch;
  }

  .closing__meta {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 0;
  }

  .closing__meta nav,
  .closing__contact {
    grid-column: auto;
    justify-self: start;
  }

  .closing__meta nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem 1.25rem;
  }

  .closing__meta nav a {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
  }

  .closing__landscape {
    inset: -3rem 0;
    width: 100%;
    height: calc(100% + 6rem);
    opacity: 1;
    object-fit: cover;
    object-position: center bottom;
    transform: translate3d(0, var(--footer-shift, 0), 0);
  }
}

@media (max-width: 34rem) {
  .case-switcher {
    padding: 0.25rem;
  }

  .closing__legal {
    bottom: auto;
    flex-direction: column;
    gap: 0.3rem;
    padding-bottom: 4.75rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .closing:not(.is-deck-visible) .closing__cta {
    opacity: 0;
    transform: translate3d(0, 2.25rem, 0);
  }

  .motion-ready .closing.is-deck-visible .closing__cta {
    animation: quiet-footer-rise 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .motion-ready .closing:not(.is-deck-visible) .closing__line {
    transform: translateX(-50%) scaleX(0);
  }

  .motion-ready .closing.is-deck-visible .closing__line {
    transition: transform 900ms 120ms cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateX(-50%) scaleX(1);
  }

  .motion-ready .closing__meta {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition:
      opacity 560ms ease,
      transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .motion-ready .closing__meta:not(.is-visible) {
    opacity: 0;
    transform: translate3d(0, 1.5rem, 0);
  }
}

@keyframes quiet-footer-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 2.25rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Approved pricing, product care and direct-message channels */

.product-note {
  display: grid;
  grid-template-columns: minmax(16rem, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
  margin-top: clamp(3rem, 6vw, 5.5rem);
  padding-top: clamp(2.25rem, 4vw, 3.5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  border-top: 1px solid var(--surface-line);
}

.product-note__copy {
  min-width: 0;
}

.product-note .section-index {
  margin: 0 0 1.25rem;
}

.product-note h3 {
  max-width: 15ch;
  margin: 0;
  color: var(--deep-ink);
  font-size: clamp(1.7rem, 3.1vw, 2.65rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.product-note__copy > p:last-child {
  max-width: 58ch;
  margin: 1.35rem 0 0;
  color: var(--muted-ink);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.75;
}

.product-note__media,
.pricing__media {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid rgba(7, 21, 29, 0.11);
  border-radius: var(--panel-radius);
  box-shadow: var(--quiet-shadow);
}

.product-note__media {
  min-height: clamp(20rem, 33vw, 29rem);
  margin: 0;
}

.product-note__media img,
.pricing__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-note__media img {
  position: absolute;
  inset: 0;
  object-position: center;
}

.pricing {
  position: relative;
  z-index: 2;
  padding-block: var(--section-space);
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(241, 90, 36, 0.13), transparent 24rem),
    #07151d;
  border-radius: clamp(1rem, 1.8vw, 1.5rem) clamp(1rem, 1.8vw, 1.5rem) 0 0;
  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.16),
    0 -1.25rem 3.5rem rgba(3, 11, 15, 0.24);
}

.pricing__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(16rem, 0.65fr);
  gap: 1rem clamp(2rem, 7vw, 7rem);
  align-items: end;
}

.pricing__head .section-index {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.62);
}

.pricing__head h2 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem, 5.1vw, 4.25rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.pricing__head > p:last-child {
  max-width: 39ch;
  margin: 0 0 0.3rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.25rem);
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.pricing__media {
  height: clamp(19rem, 35vw, 27rem);
  margin-top: clamp(3rem, 6vw, 5.5rem);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.22);
}

.pricing__media img {
  object-position: center 52%;
}

.pricing__group {
  padding: clamp(1.4rem, 3vw, 2.25rem);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--panel-radius);
}

.pricing__group--car {
  grid-column: 1 / -1;
}

.pricing__group h3 {
  margin: 0 0 1.5rem;
  color: var(--brand-orange);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  letter-spacing: -0.025em;
}

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

.price-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding-block: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.price-list li:first-child {
  border-top-color: rgba(241, 90, 36, 0.65);
}

.price-list span {
  color: rgba(255, 255, 255, 0.83);
  line-height: 1.42;
}

.price-list small {
  display: block;
  max-width: 45ch;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  line-height: 1.45;
}

.price-list strong {
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
}

.pricing__note {
  margin: 1.25rem 0 0;
  padding: 1rem 0 0;
  color: rgba(255, 255, 255, 0.59);
  font-size: 0.85rem;
  line-height: 1.55;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.chat-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 46rem;
  margin: 0.75rem auto 0;
}

.chat-button {
  display: flex;
  min-height: 3.6rem;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
  color: #fff;
  font-weight: 760;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--control-radius);
  box-shadow: 0 0.7rem 1.5rem rgba(0, 0, 0, 0.12);
  transition: transform 220ms var(--ease-out), filter 220ms ease, box-shadow 220ms ease;
}

.chat-button--whatsapp { background: #25d366; }
.chat-button--viber { background: #7360f2; }
.chat-button--instagram { background: linear-gradient(125deg, #833ab4, #e1306c 55%, #f77737); }

.chat-button:hover {
  color: #fff;
  filter: brightness(1.07);
  transform: translateY(-2px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.chat-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.chat-button svg {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location__address {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.5rem 1.25rem;
  max-width: 46rem;
  margin: 1.75rem auto 0;
  padding-top: 1.35rem;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.location__address span {
  color: var(--brand-orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.location__address strong {
  font-size: 0.95rem;
  line-height: 1.5;
}

.location__map {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 46rem;
  height: clamp(19rem, 33vw, 24rem);
  margin: 2rem auto 0;
  background: #07151d;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--panel-radius);
  box-shadow: 0 1.5rem 4rem rgba(2, 12, 18, 0.25);
}

.location__map::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 21, 29, 0.2), transparent 36%),
    linear-gradient(0deg, rgba(7, 21, 29, 0.72), transparent 35%);
}

.location__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.88) saturate(0.42) contrast(1.08) brightness(0.78);
  transition: filter 360ms ease;
}

.location__map:hover iframe,
.location__map:focus-within iframe {
  filter: grayscale(0.35) saturate(0.72) contrast(1.03) brightness(0.9);
}

.location__map figcaption {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
}

.location__map figcaption > span {
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location__map a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0.65rem 0.85rem;
  color: #fff;
  font-weight: 750;
  text-decoration: none;
  background: rgba(7, 21, 29, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--control-radius);
  backdrop-filter: blur(0.55rem);
}

.location__map a:hover {
  color: var(--deep-ink);
  background: var(--brand-orange);
  border-color: var(--brand-orange);
}

.location__map a:focus-visible,
.location__map iframe:focus-visible {
  outline: 3px solid var(--brand-orange);
  outline-offset: -3px;
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready.has-motion [data-motion="pricing"] :is(.pricing__head, .pricing__media, .pricing__grid),
  .motion-ready.has-motion [data-motion="method"] .product-note {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 680ms var(--ease-out), transform 760ms var(--ease-out);
  }

  .motion-ready.has-motion [data-motion="pricing"]:not(.is-inview) :is(.pricing__head, .pricing__media, .pricing__grid),
  .motion-ready.has-motion [data-motion="method"]:not(.is-inview) .product-note {
    opacity: 0;
    transform: translate3d(0, 1.75rem, 0);
  }

  .motion-ready.has-motion [data-motion="pricing"] :is(.pricing__media, .pricing__grid),
  .motion-ready.has-motion [data-motion="method"] .product-note {
    transition-delay: 90ms;
  }
}

@media (max-width: 51.25rem) {
  .product-note,
  .pricing__head {
    grid-template-columns: 1fr;
  }

  .product-note {
    gap: 1.25rem;
  }

  .pricing__head .section-index {
    grid-column: auto;
  }

  .product-note__media {
    min-height: clamp(18rem, 68vw, 26rem);
    margin-top: 1rem;
  }

  .product-note h3,
  .pricing__head h2 {
    max-width: 14ch;
  }

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

  .pricing__group--car {
    grid-column: auto;
  }

  .chat-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chat-button--instagram {
    grid-column: 1 / -1;
  }
}

@media (max-width: 34rem) {
  .pricing__group {
    padding-inline: 1rem;
  }

  .price-list li {
    gap: 0.75rem;
  }

  .chat-actions {
    grid-template-columns: 1fr;
  }

  .chat-button--instagram {
    grid-column: auto;
  }

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

  .location__map {
    height: 19rem;
  }

  .location__map figcaption {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Final mobile-first production pass */

html {
  scroll-padding-top: 5.5rem;
}

main > section,
.closing {
  scroll-margin-top: 5.5rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-inline: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));
  background: linear-gradient(180deg, rgba(3, 11, 15, 0.82), rgba(3, 11, 15, 0));
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transform: none;
  transition:
    height 260ms var(--ease-out),
    background-color 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    backdrop-filter 260ms ease;
}

.site-header.is-scrolled,
.site-header.is-nav-open {
  background: rgba(7, 21, 29, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0.75rem 2.5rem rgba(3, 11, 15, 0.2);
  backdrop-filter: blur(0.9rem) saturate(1.08);
}

.site-header .autoplay-track {
  display: none;
}

.site-header .carousel-toolbar {
  transition:
    opacity 220ms ease,
    visibility 220ms ease,
    transform 280ms var(--ease-out);
}

.site-header.is-scrolled .carousel-toolbar {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -0.55rem, 0);
}

.nav-toggle {
  display: none;
}

.care__intro h2 {
  width: 100%;
  max-width: none;
}

.typed-slot {
  width: 100%;
  max-width: none;
  min-height: 1.06em;
  place-items: center;
}

.typed-slot__sizer,
.typed-word {
  width: max-content;
  max-width: none;
  justify-self: center;
}

.care__stage {
  background: #07151d;
}

.care__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  transform: scale(1.002);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.care__stage:hover .care__video {
  transform: scale(1.018);
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready.has-motion [data-motion="care"] .care__video {
    transform: scale(1.002);
    transition: transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .motion-ready.has-motion [data-motion="care"]:not(.is-inview) .care__video {
    transform: scale(1.035);
  }
}

@media (min-width: 64.01rem) {
  .site-header .carousel-toolbar {
    right: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));
  }

  .site-header.is-scrolled {
    height: 4.65rem;
  }
}

@media (max-width: 64rem) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(0.5rem, 2vw, 0.9rem);
    padding-inline: max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));
  }

  .site-header .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .site-header .carousel-toolbar {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    justify-self: end;
  }

  .nav-toggle {
    position: relative;
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    grid-column: 3;
    grid-row: 1;
    align-items: center;
    justify-content: center;
    justify-self: end;
    padding: 0;
    color: #fff;
    background: rgba(7, 21, 29, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    cursor: pointer;
  }

  .nav-toggle::before,
  .nav-toggle span {
    position: absolute;
    width: 1rem;
    height: 1px;
    content: "";
    background: currentColor;
    transition: transform 220ms var(--ease-out), opacity 180ms ease;
  }

  .nav-toggle span:first-child {
    transform: translateY(-0.3rem);
  }

  .nav-toggle span:last-child {
    transform: translateY(0.3rem);
  }

  .site-header.is-nav-open .nav-toggle::before {
    opacity: 0;
  }

  .site-header.is-nav-open .nav-toggle span:first-child {
    transform: rotate(45deg);
  }

  .site-header.is-nav-open .nav-toggle span:last-child {
    transform: rotate(-45deg);
  }

  .nav-toggle:hover {
    background: rgba(255, 255, 255, 0.12);
  }

  .nav-toggle:focus-visible {
    outline: 3px solid var(--brand-orange);
    outline-offset: 3px;
  }

  .site-header .site-nav {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: max(1rem, env(safe-area-inset-right));
    left: max(1rem, env(safe-area-inset-left));
    display: grid;
    gap: 0;
    padding: 0.45rem;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(7, 21, 29, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.85rem;
    box-shadow: 0 1.5rem 3.5rem rgba(3, 11, 15, 0.34);
    transform: translate3d(0, -0.5rem, 0);
    transition:
      opacity 200ms ease,
      visibility 200ms ease,
      transform 260ms var(--ease-out);
    backdrop-filter: blur(1rem);
  }

  .site-header.is-nav-open .site-nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .site-header .site-nav a {
    min-height: 3.15rem;
    justify-content: space-between;
    padding-inline: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.93rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0.45rem;
  }

  .site-header .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-header .site-nav a::after {
    width: 0.42rem;
    height: 0.42rem;
    content: "";
    background: var(--brand-orange);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 180ms ease, transform 220ms var(--ease-out);
  }

  .site-header .site-nav a:hover::after,
  .site-header .site-nav a[aria-current="location"]::after {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 51.25rem) {
  .care__stage {
    display: grid;
    width: min(calc(100% - 2rem), 32rem);
    max-height: none;
    aspect-ratio: auto;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .care__stage::after {
    display: none;
  }

  .care__video {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-position: center 56%;
    border: 1px solid rgba(7, 21, 29, 0.12);
    border-radius: 0.85rem;
    box-shadow: var(--quiet-shadow);
  }

  .care__services {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 0.65rem;
    padding: 1px;
    overflow: hidden;
    color: #fff;
    background: rgba(7, 21, 29, 0.14);
    border: 1px solid rgba(7, 21, 29, 0.12);
    border-radius: 0.8rem;
    backdrop-filter: none;
  }

  .care__services span {
    min-height: 3.1rem;
    justify-content: flex-start;
    padding: 0.7rem 0.8rem;
    color: rgba(255, 255, 255, 0.88);
    background: #0b2630;
    border: 0;
    border-radius: 0;
    text-align: left;
  }

  .care__services span:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 34rem) {
  .site-header .carousel-toolbar {
    gap: 0.15rem;
  }

  .site-header .slide-counter {
    display: none;
  }

  .site-header .slide-dots {
    display: none;
  }

  .care__intro h2 {
    font-size: clamp(2.35rem, 11.8vw, 3.25rem);
  }

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

  .care__services span:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .site-header .carousel-toolbar,
  .site-header .site-nav,
  .nav-toggle::before,
  .nav-toggle span,
  .care__video {
    transition: none;
  }
}

/* Mobile browsers resize their visual viewport as the address bar moves.
   Keep layout geometry stable and let reveals finish before content enters. */

@media (max-width: 51.25rem) {
  .hero {
    height: var(--stable-mobile-vh, 100svh);
    min-height: var(--stable-mobile-vh, 100svh);
  }
}

@media (max-width: 51.25rem) and (prefers-reduced-motion: no-preference) {
  .motion-ready.has-motion [data-motion] :is(
    .proof__head,
    .compare-lab,
    .expect__lead,
    .expect__steps,
    .care__intro,
    .care__stage,
    .method-head,
    .method,
    .faq__head,
    .faq-list,
    .location__lead,
    .location__copy,
    .closing__content,
    .pricing__head,
    .pricing__media,
    .pricing__grid,
    .product-note,
    .gallery__head,
    .gallery-case
  ) {
    transition-duration: 500ms, 580ms;
    transition-delay: 0ms;
  }

  .motion-ready.has-motion [data-motion]:not(.is-inview) :is(
    .proof__head,
    .compare-lab,
    .expect__lead,
    .expect__steps,
    .care__intro,
    .care__stage,
    .method-head,
    .method,
    .faq__head,
    .faq-list,
    .location__lead,
    .location__copy,
    .closing__content,
    .pricing__head,
    .pricing__media,
    .pricing__grid,
    .product-note,
    .gallery__head,
    .gallery-case
  ) {
    transform: translate3d(0, 0.85rem, 0);
  }

  .motion-ready.has-motion [data-motion="gallery"] .gallery-case:nth-child(2n) {
    transition-delay: 0ms;
  }
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 64rem) {
    .hero {
      contain: paint;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    .site-header,
    .mobile-call {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translate3d(0, 0, 0);
    }

    .site-header.is-scrolled,
    .site-header.is-nav-open,
    .site-header .site-nav {
      background-color: rgba(7, 21, 29, 0.97);
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
    }
  }
}

/* Compact mobile conversion control and footer-safe-area finish. */

@media (max-width: 51.25rem) {
  body {
    padding-bottom: 0;
  }

  .closing {
    padding-bottom: env(safe-area-inset-bottom);
  }

  .mobile-call {
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    left: auto;
    display: grid;
    width: auto;
    min-width: 10.75rem;
    min-height: 3.15rem;
    grid-template-columns: 1.75rem auto;
    gap: 0.6rem;
    align-items: center;
    justify-content: start;
    padding: 0.5rem 0.8rem 0.5rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.8rem;
    box-shadow: 0 0.75rem 2rem rgba(3, 11, 15, 0.25);
  }

  .mobile-call__icon {
    width: 1.25rem;
    height: 1.25rem;
    justify-self: center;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
  }

  .mobile-call__copy {
    display: grid;
    gap: 0.05rem;
    line-height: 1.05;
  }

  .mobile-call__copy > span {
    font-size: 0.66rem;
    font-weight: 680;
    letter-spacing: 0.01em;
  }

  .mobile-call__copy strong {
    font-size: 0.82rem;
    font-weight: 820;
    letter-spacing: 0.01em;
  }
}

/* Dual-price hierarchy and right-anchored mobile navigation. */

.price-list strong {
  display: grid;
  justify-items: end;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}

.price-list strong .price-secondary {
  margin-top: 0.24rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.2;
}

@media (max-width: 64rem) {
  .site-header .site-nav {
    right: max(1rem, env(safe-area-inset-right));
    left: auto;
    width: min(16.5rem, calc(100vw - 2rem));
    margin: 0;
    transform-origin: top right;
  }
}

@media (hover: none), (pointer: coarse) {
  .site-header .arrow-button:hover {
    color: #fff;
    background: rgba(7, 21, 29, 0.28);
    border-color: rgba(255, 255, 255, 0.32);
    transform: none;
  }
}

@media (max-width: 34rem) {
  .price-list li {
    gap: 0.65rem;
  }

  .price-list strong .price-secondary {
    font-size: 0.68rem;
  }
}
