:root {
  --green: #12382d;
  --green-deep: #09261e;
  --gold: #cda84f;
  --paper: #f7f5ef;
  --white: #fff;
  --ink: #14221d;
  --muted: #66716c;
  --line: #dfe3df;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.65; }
body[dir="rtl"], html[dir="rtl"] body { font-family: Tahoma, "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.band { padding: 96px 0; }

.site-header { position: fixed; inset-block-start: 0; inset-inline: 0; z-index: 20; padding: 14px 20px; }
.nav-shell {
  width: min(1180px, 100%); min-height: 72px; margin-inline: auto; padding: 8px 10px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px;
  background: rgba(255,255,255,.95); border: 1px solid rgba(18,56,45,.12);
  box-shadow: 0 12px 32px rgba(9,38,30,.12); backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 210px; color: var(--green); }
.brand img { width: 52px; height: 52px; object-fit: cover; object-position: center 42%; border-radius: 4px; }
.brand span { display: grid; line-height: 1.15; }
.brand b { font-size: 15px; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.nav-links { display: flex; justify-content: center; gap: 30px; color: #48534e; font-size: 14px; font-weight: 700; }
.nav-links a:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language { padding: 8px 10px; color: var(--green); font-size: 13px; font-weight: 800; }

.button {
  min-height: 50px; padding: 12px 22px; display: inline-flex; justify-content: center; align-items: center;
  border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-weight: 800; line-height: 1.2;
}
.button.primary { background: var(--green); color: var(--white); }
.button.gold { background: var(--gold); color: var(--green-deep); }
.button.large { min-height: 58px; padding-inline: 30px; font-size: 17px; }
.button.primary:hover { background: var(--green-deep); }
.button.compact { min-height: 42px; padding: 9px 16px; }
.button.glass { color: white; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.1); }

.hero {
  min-height: 94svh; position: relative; display: flex; align-items: flex-end;
  padding: 150px 20px 64px; color: white; background: url("massage-photo-1.png") center 38% / cover no-repeat;
}
.video-hero { background: var(--green-deep); }
.video-hero > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,27,21,.9) 0%, rgba(6,27,21,.58) 48%, rgba(6,27,21,.14) 100%); }
html[dir="rtl"] .hero-shade { background: linear-gradient(270deg, rgba(6,27,21,.9) 0%, rgba(6,27,21,.58) 48%, rgba(6,27,21,.14) 100%); }
.hero-content { position: relative; width: min(1160px, 100%); margin-inline: auto; }
.eyebrow { margin: 0 0 16px; color: #ecd486; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.eyebrow.dark { color: #8a6c20; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 800px; margin: 0; font-size: clamp(48px, 7vw, 88px); line-height: 1.02; font-weight: 750; letter-spacing: 0; }
.hero-copy { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.86); font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 0; margin-top: 52px; border-top: 1px solid rgba(255,255,255,.28); max-width: 760px; }
.trust-row span { padding: 16px 24px; padding-inline-start: 0; margin-inline-end: 24px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; }

.split-intro, .section-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 80px; align-items: end; }
.split-intro h2, .section-heading h2, .experience-copy h2, .coverage h2, .booking h2 {
  margin: 0; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.15; letter-spacing: 0;
}
.split-intro > p, .section-heading > p { margin: 0; color: var(--muted); font-size: 18px; }

.services { padding-top: 30px; }
.section-heading { margin-bottom: 36px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 280px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: white; }
.service-number { color: var(--gold); font-weight: 900; }
.service-card h3 { margin: 42px 0 12px; font-size: 24px; line-height: 1.25; }
.service-card p { margin: 0; color: var(--muted); }
.text-link { margin-top: auto; padding-top: 24px; color: var(--green); font-weight: 900; font-size: 14px; }

.experience-band { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 660px; background: var(--green); color: white; }
.experience-image { min-height: 560px; background: url("massage-photo-2.png") center / cover no-repeat; }
.experience-copy { padding: clamp(52px, 8vw, 110px); align-self: center; }
.experience-copy h2 { max-width: 620px; }
.experience-copy > .button { margin-top: 34px; }
.feature-list { margin-top: 46px; border-top: 1px solid rgba(255,255,255,.18); }
.feature-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.feature-list b { color: var(--gold); }
.feature-list span { display: grid; gap: 4px; }
.feature-list strong { font-size: 18px; }
.feature-list small { color: rgba(255,255,255,.68); font-size: 14px; }

.gallery { background: white; }
.gallery-grid { height: 620px; display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main { grid-row: 1 / 3; }
.gallery-rich { height: 720px; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 1fr 1fr; }
.gallery-rich .gallery-main { grid-row: 1 / 3; }
.gallery-rich img:nth-child(2) { grid-row: 1 / 3; }

.coverage { background: #d9c27a; color: var(--green-deep); }
.coverage-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.coverage .eyebrow { color: var(--green); }
.coverage p { margin: 0 0 22px; font-size: 18px; }

.final-cta { color: white; text-align: center; background: var(--green); }
.final-cta-inner { max-width: 860px; }
.final-cta h2 { margin: 0 auto 34px; font-size: clamp(36px, 5vw, 64px); line-height: 1.1; }

.whatsapp-float {
  position: fixed; z-index: 30; inset-inline-end: 20px; inset-block-end: 20px;
  min-height: 54px; padding: 8px 10px 8px 18px; display: flex; align-items: center; gap: 10px;
  color: white; background: #1fa855; border-radius: 28px; box-shadow: 0 12px 30px rgba(0,0,0,.24);
  font-weight: 900;
}
html[dir="rtl"] .whatsapp-float { padding: 8px 18px 8px 10px; }
.whatsapp-float b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #1fa855; background: white; font-size: 24px; }

.booking { background: var(--paper); }
.booking-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.booking-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.phone-link { display: grid; width: max-content; margin-top: 36px; color: var(--green); }
.phone-link span { color: var(--muted); font-size: 13px; }
.phone-link b { font-size: 28px; }
.booking-form { padding: 34px; background: white; border: 1px solid var(--line); box-shadow: 0 16px 50px rgba(18,56,45,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; margin-bottom: 16px; color: #39443f; font-size: 13px; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); border: 1px solid #ccd3cf; border-radius: 2px; background: #fbfbf9; }
html[dir="rtl"] input, html[dir="rtl"] select, html[dir="rtl"] textarea { text-align: right; direction: rtl; }
textarea { min-height: 100px; resize: vertical; }
.submit { width: 100%; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

footer { padding: 34px 0; background: var(--green-deep); color: rgba(255,255,255,.72); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-brand, .footer-inner > div:last-child { display: grid; gap: 4px; }
.footer-brand b { color: white; }
.footer-inner > div:last-child { text-align: end; }
.footer-inner small { color: rgba(255,255,255,.48); }

@media (max-width: 920px) {
  .nav-links { display: none; }
  .split-intro, .section-heading, .coverage-inner, .booking-layout { grid-template-columns: 1fr; gap: 26px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .experience-band { grid-template-columns: 1fr; }
  .experience-image { min-height: 480px; }
  .gallery-grid, .gallery-rich { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 430px 260px 260px; }
  .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .gallery-rich .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .gallery-rich img:nth-child(2) { grid-row: auto; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .band { padding: 70px 0; }
  .site-header { padding: 8px; }
  .nav-shell { min-height: 62px; grid-template-columns: 1fr auto; gap: 8px; }
  .brand { min-width: 0; }
  .brand img { width: 44px; height: 44px; }
  .brand b { font-size: 13px; }
  .brand small { font-size: 10px; }
  .nav-actions .compact { display: none; }
  .language { padding: 8px; }
  .hero { min-height: 88svh; padding: 124px 14px 38px; background-position: 58% 40%; }
  html[dir="rtl"] .hero { background-position: 42% 40%; }
  h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-copy { font-size: 17px; }
  .trust-row { margin-top: 34px; }
  .trust-row span { width: 50%; margin: 0; padding: 12px 0; }
  .split-intro h2, .section-heading h2, .experience-copy h2, .coverage h2, .booking h2 { font-size: 36px; }
  .experience-copy { padding: 54px 22px; }
  .experience-image { min-height: 390px; }
  .gallery-grid, .gallery-rich { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(5, 280px); }
  .gallery-main { grid-column: auto; }
  .gallery-rich .gallery-main { grid-column: auto; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { padding: 8px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .booking-form { padding: 22px 18px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner > div:last-child { text-align: start; }
}
