/* Mega Hamam — восточная банная эстетика: мрамор-тёплый + купол-золото + глубокая зелень.
   Хамам без клише «арабской ночи». Cormorant + Manrope. */
:root {
  --marble: #f6f1e8;
  --marble2: #ece5d6;
  --deep: #1e3d34;
  --deep2: #2a5247;
  --gold: #b98e4e;
  --gold2: #d3ac6d;
  --ink: #26322e;
  --ink-m: #5f6d67;
  --line: rgba(38, 50, 46, .13);
  --r: 12px;
  --ff-d: "Cormorant Garamond", Georgia, serif;
  --ff-t: "Manrope", system-ui, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--ff-t); font-size: 16px; line-height: 1.6; background: var(--marble); color: var(--ink); -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1140px, 92vw); margin: 0 auto; }
::selection { background: var(--deep); color: #fff; }

.h2 { font-family: var(--ff-d); font-weight: 500; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; color: var(--ink); }
.lead { color: var(--ink-m); font-size: 16px; max-width: 520px; }

.topbar { background: var(--deep); color: #e2e8e4; font-size: 12px; }
.topbar__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 0; flex-wrap: wrap; }
.topbar__note { color: #a8bdb4; }
.topbar__loc { color: var(--gold2); font-weight: 700; }
.lang { display: flex; gap: 2px; }
.lang__btn { padding: 4px 9px; font-size: 11px; font-weight: 800; color: #a8bdb4; background: none; border: none; cursor: pointer; border-radius: 5px; }
.lang__btn.is-active { color: #fff; background: rgba(255,255,255,.14); }

.nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px max(24px, 4vw); background: rgba(246,241,232,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav__logo { height: 42px; width: auto; }
.nav__links { display: flex; gap: 24px; font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.nav__links a { color: var(--ink-m); }
.nav__links a:hover { color: var(--deep); }
.nav__right { display: flex; align-items: center; gap: 14px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; font-family: var(--ff-t); font-size: 12.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; border-radius: 999px; background: var(--gold); color: #fff; border: none; cursor: pointer; transition: background .25s; white-space: nowrap; }
.btn:hover { background: var(--gold2); color: #26322e; }
.btn--ghost { background: none; border: 1px solid rgba(255,255,255,.4); color: #fff; }
.btn--ghost:hover { border-color: #fff; background: none; }
.btn--small { padding: 9px 18px; font-size: 11.5px; }
.btn--full { width: 100%; }

.nav__burger { display: none; width: 42px; height: 42px; background: none; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; position: relative; }
.nav__burger span { position: absolute; left: 11px; right: 11px; height: 1.6px; background: var(--ink); transition: transform .3s var(--ease), opacity .3s, top .3s; }
.nav__burger span:nth-child(1) { top: 15px; }
.nav__burger span:nth-child(2) { top: 20px; }
.nav__burger span:nth-child(3) { top: 25px; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.nav__mobile { position: fixed; inset: 0; z-index: 99; background: var(--marble); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; opacity: 0; pointer-events: none; transition: opacity .3s; }
.nav__mobile.is-open { opacity: 1; pointer-events: auto; }
.nav__mobile a { font-family: var(--ff-d); font-size: 27px; color: var(--ink); }

/* hero */
.hero { position: relative; min-height: 82svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,61,52,.85) 0%, rgba(30,61,52,.5) 40%, rgba(30,61,52,.08) 72%), linear-gradient(180deg, rgba(30,61,52,.25) 0%, transparent 30%, rgba(30,61,52,.45) 100%); }
.hero__inner { padding: 120px 0 60px; }
.hero__exp { font-size: 11.5px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; color: var(--gold2); margin-bottom: 14px; }
.hero__title { font-family: var(--ff-d); font-weight: 500; font-size: clamp(48px, 7vw, 82px); line-height: .98; color: #fff; margin-bottom: 16px; }
.hero__title span { color: var(--gold2); }
.hero__lead { color: rgba(255,255,255,.9); font-size: 16.5px; max-width: 480px; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.hero__chips span { font-size: 12px; font-weight: 700; color: #fff; border: 1px solid rgba(185,142,78,.5); border-radius: 999px; padding: 6px 14px; background: rgba(30,61,52,.35); backdrop-filter: blur(4px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* services: feature слева + список справа */
.services { padding: 84px 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.sec-head .lead { margin-top: 12px; }
.srv__layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 14px; }
.srv { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px; }
.srv--feature { grid-row: span 2; padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.srv__ph { overflow: hidden; flex: 1; }
.srv__ph img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.srv--feature .srv__txt { padding: 24px 26px; }
.srv h3 { font-family: var(--ff-d); font-size: 25px; font-weight: 600; margin-bottom: 8px; color: var(--deep); }
.srv--feature h3 { font-size: 30px; }
.srv p { color: var(--ink-m); font-size: 14.5px; }
.srv__list { list-style: none; margin-top: 6px; }
.srv__list li { padding: 9px 0 9px 20px; border-bottom: 1px dashed var(--line); font-size: 14px; position: relative; }
.srv__list li::before { content: "◆"; position: absolute; left: 0; color: var(--gold); font-size: 9px; top: 13px; }

/* branches: две карточки */
.branches { padding: 64px 0 84px; background: var(--marble2); border-block: 1px solid var(--line); }
.br__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.branch { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px; display: flex; flex-direction: column; gap: 8px; }
.branch b { font-family: var(--ff-d); font-size: 24px; font-weight: 600; color: var(--deep); }
.branch > span { font-size: 14px; color: var(--ink-m); }
.branch__phones { display: flex; flex-direction: column; gap: 4px; margin: 8px 0; }
.branch__phones a { font-family: var(--ff-d); font-size: 22px; color: var(--gold); font-weight: 600; }
.branch__phones a:hover { color: var(--deep); }
.branch__note { font-size: 13px; color: var(--gold); }

/* booking */
.booking { padding: 84px 0; background: var(--deep); color: #e2e8e4; }
.booking .h2 { color: #fff; }
.booking .lead { color: #a8bdb4; }
.booking__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 70px); align-items: start; }
.booking__ph { border-radius: var(--r); overflow: hidden; margin-top: 24px; }
.booking__ph img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }

.form { display: flex; flex-direction: column; gap: 12px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); border-radius: var(--r); padding: clamp(22px, 3vw, 32px); }
.form__row { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 12px; }
.form label { display: flex; flex-direction: column; gap: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #a8bdb4; }
.form input, .form select { font-family: var(--ff-t); font-size: 15px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; padding: 12px 14px; outline: none; transition: border-color .2s; }
.form input:focus, .form select:focus { border-color: var(--gold); }
.form select option { color: var(--ink); }
.form__hint { font-size: 12px; color: #7e948c; }
.form__done { padding: 11px 14px; border-radius: 8px; border: 1px solid rgba(185,142,78,.5); background: rgba(185,142,78,.15); color: var(--gold2); font-size: 13px; }

/* footer */
.footer { border-top: 1px solid var(--line); padding: 22px 0; }
.footer__row { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--ink-m); }
.footer__brand { font-family: var(--ff-d); font-size: 20px; font-weight: 600; color: var(--ink); }
.footer__tel { font-weight: 700; color: var(--gold); }

@media (max-width: 1000px) {
  .nav__links, .nav__right .btn { display: none; }
  .nav__burger { display: block; }
  .hero { min-height: 72svh; }
  .srv__layout { grid-template-columns: 1fr; }
  .srv--feature { grid-row: span 1; }
  .br__grid { grid-template-columns: 1fr; }
  .booking__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .topbar__note, .topbar__loc { display: none; }
  .topbar__row { justify-content: center; }
  .hero { min-height: 0; padding-top: 30px; }
  .hero__inner { padding: 80px 0 44px; }
  .hero__title { font-size: clamp(40px, 12vw, 54px); }
  .branch__phones a { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
