:root {
  --ink: #102027;
  --ink-soft: #3a515a;
  --foam: #f3f9fd;
  --mist: #d9eefb;
  --sea: #3b8fd4;
  --sea-deep: #1f6fad;
  --mint: #6eb6e8;
  --aqua: #7ec8f0;
  --sand: #e8f3fb;
  --line: rgba(16, 32, 39, 0.12);
  --font-display: "Bricolage Grotesque", Georgia, serif;
  --font-body: "Figtree", system-ui, sans-serif;
  --radius: 18px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 700px at 10% -10%, #c7e4f8 0%, transparent 55%),
    radial-gradient(900px 600px at 100% 20%, #b7dcf5 0%, transparent 50%),
    linear-gradient(180deg, #eef6fc 0%, var(--foam) 40%, #e8f2fa 100%);
  line-height: 1.55;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
.btn,
.pick__tile,
.sv,
.nav__menu,
.fab {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 60;
  background: transparent;
}

.progress__bar {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--sea), var(--aqua));
  transition: width 0.1s linear;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.7rem clamp(0.85rem, 3vw, 3rem);
  backdrop-filter: blur(14px);
  background: rgba(243, 249, 253, 0.88);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}

.nav.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(243, 249, 253, 0.96);
}

.nav__brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  min-width: 0;
}

.nav__logo {
  width: auto;
  object-fit: contain;
}

.nav__logo--full {
  display: none;
  height: 46px;
}

.nav__logo--mark {
  display: block;
  width: 40px;
  height: 40px;
}

.nav__wa-mobile {
  display: none;
}

.nav__links {
  display: none;
  gap: 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink-soft);
}

.nav__links a:hover {
  color: var(--sea-deep);
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.nav__menu {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.nav__menu span {
  display: block;
  width: 16px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}

.nav.is-open .nav__menu span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav.is-open .nav__menu span:nth-child(2) {
  opacity: 0;
}

.nav.is-open .nav__menu span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.lang {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
  min-height: 40px;
}

.lang__btn {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  margin: 0;
  min-width: 42px;
  padding: 0 0.75rem;
  font-family: "Noto Sans Arabic", var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ink-soft);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.lang__btn + .lang__btn {
  border-inline-start: 1px solid var(--line);
}

.lang__btn.is-active {
  background: var(--sea);
  color: #fff;
}

.nav__wa {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--sea-deep);
  border-bottom: 2px solid var(--aqua);
  padding-bottom: 0.1rem;
  white-space: nowrap;
}

html[dir="rtl"] body {
  font-family: "Noto Sans Arabic", var(--font-body);
}

html[dir="rtl"] .hero__brand,
html[dir="rtl"] .hero__title,
html[dir="rtl"] .spin__title,
html[dir="rtl"] .services__head h2,
html[dir="rtl"] .flow__head h2,
html[dir="rtl"] h2,
html[dir="rtl"] h3 {
  font-family: "Noto Sans Arabic", var(--font-display);
  letter-spacing: 0;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: clamp(5.5rem, 12vh, 7rem) clamp(1.25rem, 4vw, 3rem) 2.5rem;
  color: #f7fffc;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.08);
  will-change: transform;
}

.hero__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 30, 34, 0.25) 0%, rgba(10, 30, 34, 0.55) 45%, rgba(8, 24, 28, 0.88) 100%),
    radial-gradient(800px 500px at 70% 20%, rgba(94, 196, 182, 0.28), transparent 60%);
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 40rem;
}

.hero__logo {
  width: min(280px, 72vw);
  height: auto;
  margin-bottom: 1rem;
  filter: drop-shadow(0 10px 24px rgba(8, 24, 28, 0.28));
  background: rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  padding: 0.55rem;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.4vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.hero__lede {
  max-width: 32rem;
  font-size: 1.05rem;
  color: rgba(247, 255, 252, 0.88);
  margin-bottom: 1.6rem;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero__scroll {
  position: absolute;
  right: clamp(1.25rem, 4vw, 3rem);
  bottom: 2.2rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 255, 252, 0.7);
}

.hero__scroll i {
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, rgba(247, 255, 252, 0.8), transparent);
  animation: drip 1.8s var(--ease) infinite;
  transform-origin: top;
}

@keyframes drip {
  0% { transform: scaleY(0.3); opacity: 0; }
  40% { opacity: 1; }
  100% { transform: scaleY(1); opacity: 0; }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.35rem;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.98rem;
  transition: transform 0.35s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: linear-gradient(135deg, #2f86c9, #5baee4);
  color: #f7fffc;
  box-shadow: 0 10px 28px rgba(47, 134, 201, 0.28);
}

.btn--ghost {
  background: rgba(247, 255, 252, 0.12);
  border: 1px solid rgba(247, 255, 252, 0.35);
  color: #f7fffc;
  backdrop-filter: blur(8px);
}

.btn--xl {
  padding: 1.05rem 1.7rem;
  font-size: 1.05rem;
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.35);
  padding: 0.9rem 0;
}

.marquee__track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: slide 22s linear infinite;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
  letter-spacing: -0.03em;
  color: var(--sea-deep);
  text-transform: uppercase;
}

.marquee__track span::after {
  content: "·";
  margin-left: 2.5rem;
  color: var(--aqua);
}

@keyframes slide {
  to { transform: translateX(-50%); }
}

.eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sea);
  margin-bottom: 0.75rem;
}

.spin {
  height: 220vh;
  position: relative;
}

.spin__sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(5rem, 10vh, 6.5rem) clamp(1.25rem, 4vw, 3rem) 2rem;
}

.spin__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}

.spin__text {
  color: var(--ink-soft);
  max-width: 28rem;
  font-size: 1.05rem;
}

.drum {
  position: relative;
  width: min(360px, 70vw);
  aspect-ratio: 1;
  margin-inline: auto;
}

.drum__ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, #0f5c5f, #2aa89a, #8fd9cf, #0f5c5f);
  padding: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  will-change: transform;
}

.drum__window {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.35), transparent 40%),
    linear-gradient(160deg, #12383c, #0b2428);
  overflow: hidden;
  position: relative;
  border: 8px solid #0d3336;
}

.drum__clothes {
  position: absolute;
  inset: 18%;
  will-change: transform;
}

.drum__clothes span {
  position: absolute;
  border-radius: 40% 60% 55% 45%;
  filter: blur(0.2px);
}

.drum__clothes span:nth-child(1) {
  inset: 10% 20% auto auto;
  width: 55%;
  height: 38%;
  background: #d7fff4;
  transform: rotate(-18deg);
}

.drum__clothes span:nth-child(2) {
  inset: auto auto 12% 15%;
  width: 50%;
  height: 34%;
  background: #9fd8ff;
  transform: rotate(24deg);
}

.drum__clothes span:nth-child(3) {
  inset: 35% 15% auto 25%;
  width: 48%;
  height: 30%;
  background: #ffe4b8;
  transform: rotate(8deg);
}

.drum__glow {
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 196, 182, 0.28), transparent 65%);
  z-index: -1;
  animation: pulse 3.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(0.96); opacity: 0.7; }
  50% { transform: scale(1.05); opacity: 1; }
}

.services {
  padding: clamp(4rem, 10vh, 7rem) clamp(1.25rem, 4vw, 3rem);
}

.services__head {
  max-width: 36rem;
  margin-bottom: clamp(2rem, 5vh, 3.5rem);
}

.services__head h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.3rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 0.85rem;
}

.services__head p:last-child {
  color: var(--ink-soft);
}

.services__list {
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.service {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem 1.25rem;
  align-items: center;
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease), background 0.3s var(--ease);
}

.service:last-child {
  border-bottom: 1px solid var(--line);
}

.service.is-in {
  opacity: 1;
  transform: translateY(0);
}

.service:hover {
  background: rgba(255, 255, 255, 0.45);
}

.service__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--aqua);
  letter-spacing: -0.03em;
}

.service__body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.25rem;
}

.service__body p {
  color: var(--ink-soft);
  max-width: 36rem;
}

.service__tag {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sea-deep);
  opacity: 0.75;
}

.flow {
  padding: clamp(3rem, 8vh, 6rem) clamp(1.25rem, 4vw, 3rem);
}

.flow__head {
  max-width: 34rem;
  margin-bottom: 2.5rem;
}

.flow__head h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.flow__steps {
  list-style: none;
  display: grid;
  gap: 1.25rem;
}

.step {
  padding: 1.5rem 0 1.75rem;
  border-top: 1px solid var(--line);
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.step.is-in {
  opacity: 1;
  transform: translateX(0);
}

.step__index {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  color: var(--sea);
  line-height: 1;
  margin-bottom: 0.6rem;
}

.step h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.4rem;
}

.step p {
  color: var(--ink-soft);
  max-width: 28rem;
}

.split {
  display: grid;
  gap: 0;
  margin: clamp(2rem, 6vh, 4rem) clamp(1.25rem, 4vw, 3rem);
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  background: #0f2d31;
  color: #f4fffb;
}

.split__visual {
  min-height: 280px;
  overflow: hidden;
}

.split__visual img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transform: scale(1.08);
  will-change: transform;
}

.split__copy {
  padding: clamp(1.75rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
  background:
    radial-gradient(500px 280px at 100% 0%, rgba(94, 196, 182, 0.25), transparent 60%),
    #0f2d31;
}

.split__copy .eyebrow {
  color: var(--aqua);
}

.split__copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.split__copy p:not(.eyebrow) {
  color: rgba(244, 255, 251, 0.82);
  max-width: 30rem;
  margin-bottom: 0.5rem;
}

.contact {
  padding: clamp(3rem, 9vh, 6rem) clamp(1.25rem, 4vw, 3rem) clamp(4rem, 10vh, 7rem);
}

.contact__panel {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
  padding: clamp(2.2rem, 5vw, 3.5rem);
  border-radius: calc(var(--radius) + 10px);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.75), rgba(214, 239, 233, 0.9)),
    var(--mist);
  border: 1px solid rgba(22, 122, 122, 0.12);
}

.contact__panel h2 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin-bottom: 0.75rem;
}

.contact__lede {
  color: var(--ink-soft);
  margin-bottom: 1.25rem;
}

.contact__phone {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--sea-deep);
  margin-bottom: 1.4rem;
  transition: color 0.25s var(--ease);
}

.contact__phone:hover {
  color: var(--sea);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.5rem clamp(1.25rem, 4vw, 3rem) 6rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.footer__brand img {
  width: auto;
  height: 52px;
  object-fit: contain;
}

.fab {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 45;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #f7fffc;
  background: linear-gradient(145deg, #25d366, #128c7e);
  box-shadow: 0 12px 30px rgba(18, 140, 126, 0.35);
  transition: transform 0.3s var(--ease);
}

.film {
  padding: clamp(3rem, 8vh, 5rem) 0 clamp(2rem, 5vh, 3rem);
}

.film__head {
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  max-width: 36rem;
  margin-bottom: 1.5rem;
}

.film__head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.film__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 28vw);
  gap: 0.85rem;
  overflow-x: auto;
  padding: 0.25rem clamp(1.25rem, 4vw, 3rem) 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.film__shot {
  position: relative;
  scroll-snap-align: start;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.film__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.7s var(--ease);
}

.film__shot:hover img {
  transform: scale(1.06);
}

.film__shot figcaption {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.pick {
  padding: clamp(2rem, 7vh, 5rem) clamp(1.25rem, 4vw, 3rem);
}

.pick__head {
  max-width: 34rem;
  margin-bottom: 1.5rem;
}

.pick__head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.pick__grid {
  display: grid;
  gap: 0.9rem;
}

.pick__tile {
  position: relative;
  display: block;
  min-height: 220px;
  aspect-ratio: 16 / 11;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}

.pick__tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.7s var(--ease);
}

.pick__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(8, 24, 40, 0.78) 100%);
}

.pick__tile:hover img {
  transform: scale(1.05);
}

.pick__label {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.pick__label strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.pick__label em {
  font-style: normal;
  font-size: 0.85rem;
  opacity: 0.85;
}

.service-visuals {
  display: grid;
  gap: 0.85rem;
}

.sv {
  position: relative;
  display: block;
  min-height: 230px;
  aspect-ratio: 16 / 11;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.sv.is-in {
  opacity: 1;
  transform: translateY(0);
}

.sv img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.7s var(--ease);
}

.sv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 28, 44, 0.72), rgba(10, 28, 44, 0.2) 60%);
}

.sv:hover img {
  transform: scale(1.05);
}

.sv__copy {
  position: absolute;
  inset: auto auto 1.1rem 1.1rem;
  z-index: 1;
}

.sv__copy span {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--aqua);
  margin-bottom: 0.2rem;
}

.sv__copy h3 {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  letter-spacing: -0.03em;
}

.compare {
  padding: clamp(2rem, 7vh, 5rem) clamp(1.25rem, 4vw, 3rem);
}

.compare__head {
  max-width: 34rem;
  margin-bottom: 1.4rem;
}

.compare__head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.ba {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #0f2430;
  user-select: none;
  touch-action: none;
  container-type: inline-size;
}

.ba__after,
.ba__before {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

.ba__before-wrap {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-right: 2px solid rgba(255, 255, 255, 0.9);
}

.ba__before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100cqi;
  height: 100%;
}

.ba__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 3;
}

.ba__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  z-index: 2;
  transform: translateX(-50%);
  pointer-events: none;
}

.ba__handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--sea-deep);
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.ba__handle span::before {
  content: "⇔";
}

.ba__tag {
  position: absolute;
  top: 1rem;
  z-index: 2;
  padding: 0.35rem 0.7rem;
  border-radius: 10px;
  background: rgba(8, 24, 40, 0.55);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ba__tag--before { left: 1rem; }
.ba__tag--after { right: 1rem; }

@media (min-width: 760px) {
  .pick__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-visuals {
    grid-template-columns: repeat(3, 1fr);
  }

  .sv:nth-child(1),
  .sv:nth-child(6) {
    grid-column: span 2;
  }
}

.fab:hover {
  transform: scale(1.06);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: rise 0.9s var(--ease) forwards;
}

.hero__logo.reveal { animation-delay: 0.1s; }
.hero__title.reveal { animation-delay: 0.25s; }
.hero__lede.reveal { animation-delay: 0.4s; }
.hero__cta.reveal { animation-delay: 0.55s; }

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 759px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  .nav {
    padding: 0.55rem 0.75rem;
    gap: 0.5rem;
  }

  .nav__wa {
    display: none;
  }

  .nav.is-open .nav__links {
    display: flex;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 0.35rem 0.9rem 1rem;
    background: rgba(243, 249, 253, 0.99);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(16, 32, 39, 0.12);
  }

  .nav.is-open .nav__links a {
    padding: 0.95rem 0.15rem;
    border-bottom: 1px solid var(--line);
    font-size: 1.05rem;
  }

  .nav.is-open .nav__links a:last-child {
    border-bottom: 0;
  }

  .nav.is-open .nav__wa-mobile {
    display: block;
    margin-top: 0.35rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(135deg, #2f86c9, #5baee4);
    color: #fff;
    font-weight: 700;
    border-bottom: 0;
  }

  .hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    height: auto;
    padding: 0;
    overflow: hidden;
    background: #0f2430;
  }

  .hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    max-height: 58svh;
    flex: 0 0 auto;
    margin-top: 3.6rem;
  }

  .hero__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    transform: none !important;
    will-change: auto;
  }

  .hero__wash {
    background:
      linear-gradient(180deg, rgba(8, 24, 40, 0.15) 0%, rgba(8, 24, 40, 0.35) 45%, rgba(8, 24, 40, 0.92) 100%);
  }

  .hero__content {
    width: 100%;
    max-width: none;
    padding: 1.1rem 1rem 1.6rem;
    background: linear-gradient(180deg, #122a36 0%, #0f2430 100%);
  }

  .hero__logo {
    width: min(170px, 52vw);
    border-radius: 14px;
    padding: 0.4rem;
    margin-bottom: 0.75rem;
  }

  .hero__title {
    font-size: clamp(1.35rem, 6.2vw, 1.75rem);
    margin-bottom: 0.55rem;
  }

  .hero__lede {
    font-size: 0.95rem;
    margin-bottom: 1.1rem;
  }

  .hero__scroll {
    display: none;
  }

  .hero__cta {
    flex-direction: column;
  }

  .hero__cta .btn {
    width: 100%;
    min-height: 48px;
  }

  .marquee {
    padding: 0.7rem 0;
  }

  .marquee__track {
    font-size: 1rem;
    gap: 1.5rem;
  }

  .spin {
    height: auto;
    min-height: 0;
  }

  .spin__sticky {
    position: relative;
    min-height: 0;
    padding: 2.5rem 1rem 1.5rem;
    gap: 1.25rem;
  }

  .spin__title {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .spin__text {
    font-size: 0.95rem;
  }

  .drum {
    width: min(220px, 58vw);
  }

  .film {
    padding: 2.2rem 0 1.2rem;
  }

  .film__head,
  .pick__head,
  .services__head,
  .compare__head,
  .flow__head,
  .reviews__head {
    padding-left: 0;
    margin-bottom: 1.1rem;
  }

  .film__head,
  .pick,
  .services,
  .compare,
  .flow,
  .reviews,
  .visit,
  .contact,
  .prices {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .film__head h2,
  .pick__head h2,
  .services__head h2,
  .compare__head h2,
  .flow__head h2,
  .reviews__head h2,
  .visit__copy h2,
  .prices__panel h2,
  .contact__panel h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .film__rail {
    grid-auto-columns: 78vw;
    gap: 0.65rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-overflow-scrolling: touch;
  }

  .film__shot {
    aspect-ratio: 4 / 5;
    background: #d9eaf6;
  }

  .film__shot img {
    object-fit: cover;
    object-position: center center;
    transform: none !important;
  }

  .pick {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .pick__tile,
  .sv {
    min-height: 0;
    aspect-ratio: 16 / 12;
    border-radius: 16px;
  }

  .pick__tile img,
  .sv img {
    object-fit: cover;
    object-position: center center;
    transform: none !important;
  }

  .pick__tile:hover img,
  .sv:hover img,
  .film__shot:hover img {
    transform: none !important;
  }

  .pick__label strong {
    font-size: 1.15rem;
  }

  .services,
  .compare {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .service-visuals {
    gap: 0.7rem;
  }

  .sv:nth-child(1),
  .sv:nth-child(6) {
    grid-column: auto;
  }

  .ba {
    aspect-ratio: 3 / 4;
    border-radius: 16px;
  }

  .ba__after,
  .ba__before {
    object-fit: cover;
    object-position: center center;
  }

  .split__visual {
    min-height: 220px;
    aspect-ratio: 16 / 11;
  }

  .split__visual img {
    min-height: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none !important;
  }

  .hours li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .hours strong {
    white-space: normal;
  }

  .visit__map,
  .visit__map iframe {
    min-height: 240px;
  }

  .visit__actions {
    flex-direction: column;
  }

  .visit__actions .btn,
  .prices__panel .btn,
  .contact__panel .btn,
  .split__copy .btn {
    width: 100%;
    min-height: 48px;
  }

  .split {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .split__copy {
    padding: 1.35rem;
  }

  .contact__panel {
    padding: 1.4rem 1.1rem;
  }

  .contact__phone {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  .modal {
    padding: 0.5rem;
    align-items: end;
  }

  .modal__dialog {
    width: 100%;
    max-height: 92svh;
    border-radius: 16px 16px 10px 10px;
  }

  .modal__top,
  .modal__tools,
  .table-wrap,
  .modal__foot {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .price-table {
    min-width: 620px;
    font-size: 0.8rem;
  }

  .fab {
    width: 54px;
    height: 54px;
    right: max(0.8rem, env(safe-area-inset-right));
    bottom: max(0.8rem, env(safe-area-inset-bottom));
  }

  .footer {
    padding: 1.2rem 1rem 5.8rem;
    gap: 0.5rem;
  }

  .footer__brand img {
    height: 44px;
  }
}

@media (min-width: 760px) {
  .nav__logo--full {
    display: block;
  }

  .nav__logo--mark {
    display: none;
  }

  .nav__menu,
  .nav__wa-mobile {
    display: none;
  }

  .nav__links {
    display: flex;
  }

  .nav__wa {
    font-size: 0.92rem;
  }

  .flow__steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .step {
    border-top: none;
    border-left: 1px solid var(--line);
    padding: 0 0 0 1.5rem;
    transform: translateY(24px);
  }

  .step:first-child {
    border-left: none;
    padding-left: 0;
  }

  .split {
    grid-template-columns: 1.15fr 1fr;
    min-height: 420px;
  }

  .split__visual,
  .split__visual img {
    min-height: 100%;
  }
}

@media (max-width: 860px) {
  .spin__sticky {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .spin__text {
    margin-inline: auto;
  }

  .service {
    grid-template-columns: auto 1fr;
  }

  .service__tag {
    grid-column: 2;
  }
}

.prices {
  padding: clamp(2rem, 6vh, 4rem) clamp(1.25rem, 4vw, 3rem);
}

.prices__panel {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: calc(var(--radius) + 10px);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(201, 232, 239, 0.85)),
    var(--sand);
  border: 1px solid rgba(22, 122, 122, 0.14);
}

.prices__panel h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 0.75rem;
}

.prices__panel p:not(.eyebrow) {
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
}

.reviews {
  padding: clamp(3rem, 8vh, 6rem) clamp(1.25rem, 4vw, 3rem);
}

.reviews__head {
  max-width: 34rem;
  margin-bottom: 2rem;
}

.reviews__head h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.reviews__grid {
  display: grid;
  gap: 1.25rem;
}

.review {
  padding: 1.4rem 0 1.6rem;
  border-top: 1px solid var(--line);
  opacity: 1;
  transform: none;
}

.review[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.review[data-reveal].is-in {
  opacity: 1;
  transform: translateY(0);
}

.review__stars {
  color: var(--sea);
  letter-spacing: 0.12em;
  margin-bottom: 0.55rem;
  font-size: 0.95rem;
}

.review__text {
  font-size: 1.08rem;
  max-width: 34rem;
  margin-bottom: 0.7rem;
}

.review__name {
  color: var(--ink-soft);
  font-weight: 600;
  font-size: 0.92rem;
}

.visit {
  display: grid;
  gap: 1.5rem;
  padding: clamp(3rem, 8vh, 6rem) clamp(1.25rem, 4vw, 3rem);
}

.visit__copy h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 0.75rem;
}

.visit__lede,
.visit__note {
  color: var(--ink-soft);
  max-width: 32rem;
}

.visit__note {
  margin: 1rem 0 1.25rem;
  font-size: 0.95rem;
}

.visit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn--soft {
  background: rgba(22, 122, 122, 0.1);
  color: var(--sea-deep);
  border: 1px solid rgba(22, 122, 122, 0.22);
}

.hours {
  list-style: none;
  margin-top: 1.4rem;
  display: grid;
  gap: 0.7rem;
  max-width: 28rem;
}

.hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.98rem;
}

.hours strong {
  white-space: nowrap;
  color: var(--sea-deep);
}

.visit__map {
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  min-height: 280px;
  border: 1px solid var(--line);
  background: #d9ebe7;
}

.visit__map iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 24, 28, 0.55);
  backdrop-filter: blur(4px);
}

.modal__dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(88vh, 900px);
  display: flex;
  flex-direction: column;
  background: #f7fcfb;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 24px 60px rgba(8, 24, 28, 0.28);
  overflow: hidden;
}

.modal__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 1.25rem 0.75rem;
}

.modal__top h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  letter-spacing: -0.03em;
}

.modal__close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: rgba(16, 32, 39, 0.06);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: var(--ink);
}

.modal__tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem 0.85rem;
}

.search {
  flex: 1 1 220px;
}

.search input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  font: inherit;
  background: #fff;
  color: var(--ink);
}

.modal__delivery {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--sea-deep);
}

.table-wrap {
  overflow: auto;
  padding: 0 1.25rem;
  flex: 1;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 0.9rem;
}

.price-table th,
.price-table td {
  padding: 0.65rem 0.55rem;
  border-bottom: 1px solid var(--line);
  text-align: start;
  white-space: nowrap;
}

.price-table th {
  position: sticky;
  top: 0;
  background: #167a7a;
  color: #f7fffc;
  font-weight: 700;
  z-index: 1;
}

.price-table tbody tr:nth-child(even) {
  background: rgba(214, 239, 233, 0.45);
}

.price-table td:nth-child(n + 4) {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--sea-deep);
}

.price-table .empty {
  color: rgba(16, 32, 39, 0.28);
  font-weight: 500;
}

.modal__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.65);
}

.modal__phone {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--sea-deep);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.modal-open {
  overflow: hidden;
}

@media (min-width: 860px) {
  .reviews__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .review {
    border-top: none;
    border-inline-start: 1px solid var(--line);
    padding: 0 0 0 1.4rem;
  }

  .review:first-child {
    border-inline-start: none;
    padding-inline-start: 0;
  }

  .visit {
    grid-template-columns: 1fr 1.05fr;
    align-items: stretch;
  }

  .visit__map,
  .visit__map iframe {
    min-height: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee__track,
  .drum__glow,
  .hero__scroll i,
  .reveal {
    animation: none !important;
  }
  .reveal,
  .service,
  .step,
  .review,
  .sv {
    opacity: 1 !important;
    transform: none !important;
  }
}
