/* =============================================
   eto-tebe.com  ·  Dark Luxury  ·  2025
   Palette: warm black + amber gold + cream
   ============================================= */

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

:root {
  --bg:        #090806;
  --s1:        #131009;
  --s2:        #1d1a14;
  --s3:        #28241c;
  --gold:      #c9a86c;
  --gold-hi:   #e8ceA0;
  --gold-dim:  #8a7244;
  --cream:     #ede4d5;
  --body:      #b8aa99;
  --muted:     #6b6052;
  --border:    rgba(201,168,108,.13);
  --border-hi: rgba(201,168,108,.35);
  --white:     #faf7f2;
  --terra:     #c9a86c;
  --dark:      #090806;
  --radius:    16px;
  --radius-lg: 24px;
  --ease:      cubic-bezier(.22,.68,0,1.2);
  --mobile-nav-h: 64px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }

/* grain */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 9998; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='0.028'/%3E%3C/svg%3E");
}

/* ── TYPE ── */
.serif { font-family: 'Playfair Display', serif; }

h1,h2,h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--cream);
}
h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); }

em { font-style: italic; color: var(--gold); }
strong { font-weight: 600; color: var(--cream); }

.label {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: .9rem;
}

/* ── LAYOUT ── */
.wrap  { max-width: 1160px; margin: 0 auto; padding: 0 1.5rem; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 1.5rem; }
.sect  { padding: 7rem 0; }
.section { padding: 7rem 0; }
.sect-sm { padding: 4.5rem 0; }
.section-sm { padding: 4.5rem 0; }
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.text-gold { color: var(--gold); }
.section-top-compact { padding-top: 4rem; }
.dark-band { background: var(--dark); }
.section-heading-centered {
  color: var(--white);
  text-align: center;
  margin-bottom: 3rem;
}
.section-title-tight { margin-bottom: .75rem; }
.section-title-spaced { margin-bottom: 3rem; }
.section-lead {
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto 3rem;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 2rem; border-radius: 100px;
  font-family: 'Inter', sans-serif; font-size: .9rem; font-weight: 600;
  cursor: pointer; border: none; text-decoration: none;
  transition: transform .25s var(--ease), box-shadow .25s ease;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }

.btn-gold {
  background: var(--gold); color: #0a0807;
  box-shadow: 0 4px 24px rgba(201,168,108,.25);
}
.btn-gold:hover { box-shadow: 0 8px 36px rgba(201,168,108,.45); background: var(--gold-hi); }

.btn-ghost {
  background: transparent; color: var(--cream);
  border: 1.5px solid rgba(255,255,255,.18);
}
.btn-ghost:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.05); }

.btn-outline-gold {
  background: transparent; color: var(--gold);
  border: 1.5px solid var(--border-hi);
}
.btn-outline-gold:hover { background: rgba(201,168,108,.06); }
.btn-primary {
  background: var(--gold); color: #0a0807;
  box-shadow: 0 4px 24px rgba(201,168,108,.25);
}
.btn-primary:hover { box-shadow: 0 8px 36px rgba(201,168,108,.45); background: var(--gold-hi); }
.btn-outline {
  background: transparent; color: var(--gold);
  border: 1.5px solid var(--border-hi);
}
.btn-outline:hover { background: rgba(201,168,108,.06); }

/* ── SVG ICONS ── */
.icon {
  width: 1em; height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: inline-block;
  vertical-align: -.13em;
  flex-shrink: 0;
}
.sprite-sheet { display: none; }
.bento-icon .icon  { width: 1.5rem; height: 1.5rem; color: var(--gold); }
.inc-icon .icon    { width: 1.3rem; height: 1.3rem; color: var(--gold); }
.g-hover-icon .icon { width: 1.1rem; height: 1.1rem; color: #fff; }
.t-item .icon      { width: .9rem; height: .9rem; color: var(--gold); opacity: .85; vertical-align: -.15em; }
.mess-btn .icon { width: 1rem; height: 1rem; }
.mess-btn img { width: 1.25rem; height: 1.25rem; display: block; }
.video-play-icon   { display: none; } /* заменён на SVG */

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 1.4rem 0;
  transition: background .35s ease, backdrop-filter .35s ease, padding .35s ease;
}
.nav.solid {
  background: rgba(9,8,6,.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: .9rem 0;
  border-bottom: 1px solid var(--border);
}
/* при открытом меню - непрозрачный фон самого нав-бара */
.nav.nav-open {
  background: #090806 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: none;
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; }

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem; font-style: italic;
  color: var(--cream); text-decoration: none;
  letter-spacing: .01em;
}
.nav-logo span { color: var(--gold); font-style: normal; }
.logo-com { font-family: 'Inter', sans-serif; font-size: .65rem; font-style: normal; font-weight: 400; color: var(--gold-dim); letter-spacing: .03em; margin-left: .05rem; }

.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,.6); font-size: .88rem; text-decoration: none;
  transition: color .2s;
}
.nav-links a:hover { color: var(--cream); }

.nav-cta { padding: .6rem 1.5rem !important; font-size: .85rem !important; }

/* кнопка "Забронировать" только на мобайле - между логотипом и бургером */
@keyframes nav-cta-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201,168,108,.5), 0 4px 16px rgba(201,168,108,.2); }
  50%       { box-shadow: 0 0 0 6px rgba(201,168,108,0), 0 4px 24px rgba(201,168,108,.45); }
}
.nav-book-mobile {
  display: none;
  padding: .5rem 1.1rem;
  font-size: .78rem; font-weight: 700;
  border-radius: 100px;
  background: var(--gold); color: #09080a;
  text-decoration: none;
  white-space: nowrap;
  animation: nav-cta-glow 2.8s ease infinite;
}

.burger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.burger span, .hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--cream); border-radius: 2px;
  transition: transform .3s, opacity .3s;
}

/* ── Inner page compatibility ── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: .9rem 0;
  background: rgba(9,8,6,.92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.navbar.nav-open {
  background: #090806;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: none;
}
.navbar .container { display: flex; align-items: center; justify-content: space-between; }
.navbar-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem; font-style: italic;
  color: var(--cream); text-decoration: none;
}
.navbar-logo span { color: var(--gold); font-style: normal; }
.navbar-links {
  display: flex; align-items: center; gap: 2rem;
  list-style: none;
}
.navbar-links a {
  color: rgba(255,255,255,.62);
  font-size: .88rem; text-decoration: none;
  transition: color .2s;
}
.navbar-links a:hover { color: var(--cream); }
.navbar-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .6rem 1.5rem;
  border-radius: 100px;
  background: var(--gold); color: #09080a !important;
  font-weight: 700;
}
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.inner-hero {
  padding: 10rem 0 5rem;
  background: var(--s1);
  border-bottom: 1px solid var(--border);
}
.inner-hero h1 { max-width: 780px; margin-bottom: 1rem; }
.inner-hero p { max-width: 560px; color: rgba(255,255,255,.58); font-size: 1.02rem; }
.eyebrow {
  font-size: .68rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: .9rem;
}
.highlight, .highlight-terra { color: var(--gold); font-style: italic; }
.breadcrumb {
  display: flex; align-items: center; gap: .5rem;
  margin-bottom: 3rem;
  font-size: .82rem; color: var(--muted);
}
.breadcrumb a { color: var(--gold); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold-hi); }
.section.reviews, .section.faq { background: var(--bg); }
.booking { background: var(--s1); }
.cert-visual {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  aspect-ratio: 4/5;
  box-shadow: 0 40px 80px rgba(0,0,0,.5);
}
.cert-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cert-badge {
  position: absolute; top: 1.25rem; left: 1.25rem;
  background: rgba(9,8,6,.72);
  border: 1px solid var(--border-hi);
  border-radius: 100px;
  padding: .4rem 1rem;
  font-size: .7rem; color: var(--gold);
  font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.cert-perks {
  list-style: none; padding: 0; margin: 1.5rem 0 2.5rem;
}
.cert-perks li {
  display: flex; align-items: flex-start; gap: .75rem;
  padding: .75rem 0; border-bottom: 1px solid var(--border);
  font-size: .92rem; color: var(--body); line-height: 1.55;
}
.cert-perks li::before { content: '→'; color: var(--gold); flex-shrink: 0; font-weight: 600; }
.cert-page-section { background: var(--s1); }
.cert-page-inner { margin-top: 1rem; }
.muted-copy { color: var(--muted); font-size: .9rem; margin-bottom: 2rem; }
.small-muted { font-size: .8rem; color: var(--muted); margin-top: .75rem; }
.features-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.feature-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  background: var(--s2);
  transition: border-color .3s, transform .3s;
}
.feature-card:hover { border-color: var(--border-hi); transform: translateY(-3px); }
.feature-icon { display: block; font-size: 1.8rem; margin-bottom: 1rem; }
.feature-card h3 { margin-bottom: .5rem; }
.feature-card p { font-size: .88rem; line-height: 1.65; }
.review-card {
  background: var(--s2); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.75rem;
  transition: border-color .3s, transform .3s;
}
.review-card:hover { border-color: var(--border-hi); transform: translateY(-3px); }
.review-stars { color: var(--gold); font-size: .9rem; letter-spacing: .08em; margin-bottom: 1rem; }
.review-text { font-size: .88rem; color: var(--body); line-height: 1.72; margin-bottom: 1.5rem; }
.review-author { display: flex; align-items: center; gap: .75rem; }
.review-avatar {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold-dim), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 1rem; color: #09080a;
}
.review-name { font-size: .88rem; font-weight: 600; color: var(--cream); }
.review-source { font-size: .75rem; color: var(--muted); }
.rating-fill-96 { width: 96%; }
.rating-fill-4 { width: 4%; }
.rating-fill-0 { width: 0%; }
.rating-sources-title {
  color: rgba(255,255,255,.3);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: .25rem;
}
.review-note {
  color: rgba(255,255,255,.4);
  font-size: .88rem;
  margin-bottom: 1.5rem;
}
.booking-title { color: var(--white); }
.footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
}
.footer-logo {
  font-family: 'Playfair Display', serif; font-size: 1.3rem; font-style: italic;
  color: var(--cream);
}
.footer-logo span { color: var(--gold); font-style: normal; }
.footer-links {
  display: flex; gap: 1.25rem; align-items: center;
  list-style: none; padding: 0; margin: 0;
}
.footer-links a { color: var(--body); text-decoration: none; font-size: .88rem; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: .78rem; color: var(--muted); }
.form-honeypot, .metrika-pixel {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.policy-hero {
  padding: 10rem 0 4rem;
  background: var(--s1);
}
.policy-title { font-size: clamp(2rem, 4vw, 3rem); }
.policy-content-section { padding-top: 3rem; }
.policy-content { max-width: 720px; }
.policy-p {
  color: var(--body);
  line-height: 1.8;
  margin-bottom: 2rem;
}
.policy-p-tight {
  color: var(--body);
  line-height: 1.8;
  margin-bottom: .75rem;
}
.policy-subtitle {
  font-size: 1.4rem;
  margin: 2.5rem 0 1rem;
  color: var(--cream);
}
.policy-list {
  padding-left: 1.5rem;
  color: var(--body);
  line-height: 1.9;
}
.policy-updated {
  margin-top: 2.5rem;
  font-size: .8rem;
  color: var(--muted);
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}

.hero-img {
  position: absolute; inset: 0; z-index: 0;
  background: url('../image/krysha_dlya_fotosess.jpg.webp') center 30% / cover no-repeat;
  will-change: transform;
  transform: scale(1.05);
  transition: transform 8s ease;
  pointer-events: none;
}
.hero-img.loaded { transform: scale(1); }

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to top, rgba(9,8,6,1) 0%, rgba(9,8,6,.7) 35%, rgba(9,8,6,.25) 70%, transparent 100%),
    linear-gradient(to right, rgba(9,8,6,.5) 0%, transparent 60%);
  pointer-events: none;
}

.hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 0 clamp(3.25rem, 8vh, 5.5rem);
  width: 100%;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(201,168,108,.1);
  border: 1px solid var(--border-hi);
  border-radius: 100px;
  padding: .45rem 1rem;
  font-size: .78rem; color: var(--gold-hi);
  margin-bottom: 1.75rem;
  backdrop-filter: blur(8px);
}
.hero-badge .dot { width:6px; height:6px; border-radius:50%; background: var(--gold); }

.hero h1 { max-width: 680px; margin-bottom: 1.4rem; }
.hero h1 em { display: block; }

.hero-sub {
  font-size: 1.05rem; color: rgba(255,255,255,.6);
  max-width: 460px; line-height: 1.7;
  margin-bottom: 2.5rem;
}

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── TICKER ── */
.ticker-wrap {
  background: var(--s1);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1rem 0;
  overflow: hidden;
}
.ticker {
  display: flex; gap: 0; white-space: nowrap;
  animation: ticker 22s linear infinite;
}
.ticker-inner { display: flex; gap: 0; }
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.t-item {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 0 2.5rem;
  font-size: .82rem; color: var(--body);
  border-right: 1px solid var(--border);
}
.t-item .star { color: var(--gold); }
.t-item strong { color: var(--cream); }

/* ── EXPERIENCE (bento) ── */
.bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  margin-top: 3.5rem;
}
.bento-side { display: flex; flex-direction: column; gap: 1rem; }
.bento-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.bento-big {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  grid-row: span 2;
  min-height: 520px;
}
.bento-big img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.bento-big:hover img { transform: scale(1.03); }
.bento-big-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(9,8,6,.88) 0%, rgba(9,8,6,.1) 55%);
}
.bento-big-text {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem;
}
.bento-big-text h3 { font-size: 1.6rem; color: var(--cream); margin-bottom: .4rem; }
.bento-big-text p  { font-size: .88rem; color: var(--body); }

.bento-card {
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: border-color .3s, transform .3s;
}
.bento-card:hover { border-color: var(--border-hi); transform: translateY(-3px); }
.bento-icon { font-size: 1.8rem; margin-bottom: .9rem; display: block; }
.bento-card h3 { font-size: 1.1rem; color: var(--cream); margin-bottom: .4rem; }
.bento-card p  { font-size: .87rem; color: var(--body); line-height: 1.65; }

/* ── GALLERY - sticky scroll ── */
.gallery-sect { background: var(--s1); }

.gal-sticky-wrap {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  align-items: start;
}
.gal-col-scroll { display: flex; flex-direction: column; gap: 8px; }
.gal-col-sticky {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 8px;
}

.gal-fig {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  text-align: left;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: zoom-in;
  position: relative;
  background: var(--s2);
}
.gal-col-sticky .gal-fig { height: 100%; }
.gal-fig img {
  width: 100%; height: 320px; object-fit: cover;
  display: block;
  transition: transform .55s ease;
}
.gal-col-sticky .gal-fig img { height: 100%; }
.gal-fig:hover img { transform: scale(1.05); }
.g-hover {
  position: absolute; inset: 0;
  background: rgba(9,8,6,.38);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .3s;
}
.gal-fig:hover .g-hover { opacity: 1; }
.g-hover-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.3);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 1.2rem;
}

/* ── INCLUDED ── */
.included-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.inc-item {
  background: var(--s1);
  padding: 2rem 1.75rem;
  transition: background .25s;
}
.inc-item:hover { background: var(--s2); }
.inc-icon { font-size: 1.5rem; margin-bottom: .75rem; display: block; }
.inc-item h3 { font-size: 1rem; color: var(--cream); margin-bottom: .35rem; font-family: 'Inter', sans-serif; font-weight: 600; }
.inc-item p  { font-size: .83rem; color: var(--muted); line-height: 1.6; }

.extras-head {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 1.75rem;
}
.extras-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.extra-card {
  display: flex; flex-direction: column; gap: .75rem;
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
  transition: border-color .3s, transform .3s;
}
.extra-card:hover { border-color: var(--gold-dim); transform: translateY(-3px); }
.extra-icon {
  display: flex; align-items: center; justify-content: center;
  width: 2.5rem; height: 2.5rem;
  background: rgba(201,168,108,.08);
  border-radius: 10px;
  color: var(--gold); font-size: 1.15rem;
}
.extra-body { flex: 1; }
.extra-body h4 { font-size: .95rem; color: var(--cream); margin-bottom: .35rem; font-weight: 500; }
.extra-body p  { font-size: .8rem; color: var(--muted); line-height: 1.55; }
.extra-price {
  display: inline-block;
  color: var(--gold); font-weight: 600; font-size: .9rem;
  padding-top: .5rem;
  border-top: 1px solid var(--border);
}

/* ── PRICING ── */
.pricing-band { background: var(--s1); }
.price-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.25rem; margin-top: 3rem;
  max-width: 820px; margin-left: auto; margin-right: auto;
}
.price-card {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2.25rem;
  position: relative; overflow: hidden;
  transition: border-color .3s, transform .3s;
}
.price-card:hover { transform: translateY(-4px); }
.price-card.hit {
  border-color: var(--gold-dim);
  background: linear-gradient(135deg, var(--s1), rgba(201,168,108,.06));
}
.price-card.hit::before {
  content: 'Популярное время';
  position: absolute; top: 1.25rem; right: 1.25rem;
  background: var(--gold); color: #09080a;
  font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: .3rem .85rem; border-radius: 100px;
}
.price-when { font-size: .78rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1.25rem; }
.price-num {
  font-family: 'Playfair Display', serif;
  font-size: 4rem; color: var(--gold); line-height: 1;
  margin-bottom: .25rem;
}
.price-num-highlight { color: var(--gold-hi); }
.price-num sup { font-size: 1.6rem; vertical-align: super; }
.price-desc { font-size: .82rem; color: var(--muted); margin-bottom: 2rem; }
.price-desc-muted { color: rgba(201,168,108,.5); }
.extras-title { font-size: 1.4rem; margin: .5rem 0 .25rem; }
.extras-sub { color: var(--muted); font-size: .88rem; }
.price-list { list-style: none; padding: 0; margin-bottom: 2rem; }
.price-list li {
  display: flex; align-items: flex-start; gap: .65rem;
  font-size: .88rem; color: var(--body); padding: .5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.price-list li::before {
  content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: .05rem;
}
.price-card .btn { width: 100%; justify-content: center; }

/* ── OCCASIONS ── */
.occ-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1rem; margin-top: 3rem;
}
.occ-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 3/4; cursor: pointer;
}
.occ-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.occ-card:hover img { transform: scale(1.07); }
.occ-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(9,8,6,.97) 0%, rgba(9,8,6,.65) 45%, rgba(9,8,6,.1) 75%, transparent 100%);
}
.occ-text {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 1.75rem;
}
.occ-text .label { margin-bottom: .4rem; }
.occ-text h3 { font-size: 1.3rem; color: var(--cream); margin-bottom: .35rem; }
.occ-text p  { font-size: .82rem; color: var(--body); }

/* ── REVIEWS ── */
.reviews-sect { background: var(--s1); }

.reviews-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 3rem; flex-wrap: wrap; gap: 1.5rem;
}
.reviews-rating {
  display: flex; align-items: center; gap: 1.25rem;
}
.rating-big-num {
  font-family: 'Playfair Display', serif;
  font-size: 4.5rem; color: var(--gold); line-height: 1;
}
.rating-stars { color: var(--gold); font-size: 1.1rem; letter-spacing: .1em; }
.rating-meta  { font-size: .84rem; color: var(--muted); margin-top: .25rem; }
.rating-meta strong { color: var(--body); }

.rev-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.rev-card {
  background: var(--s2); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.75rem;
  transition: border-color .3s, transform .3s;
}
.rev-card:hover { border-color: var(--border-hi); transform: translateY(-3px); }
.rev-stars { color: var(--gold); font-size: .9rem; letter-spacing: .08em; margin-bottom: 1rem; }
.rev-text  { font-size: .88rem; color: var(--body); line-height: 1.72; margin-bottom: 1.5rem; }
.rev-author { display: flex; align-items: center; gap: .75rem; }
.rev-ava {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold-dim), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 1rem; color: #09080a;
}
.rev-name   { font-size: .88rem; font-weight: 600; color: var(--cream); }
.rev-source { font-size: .75rem; color: var(--muted); }

/* ── CERT ── */
.cert-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
}
.cert-photo {
  border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 4/5;
  position: relative;
  box-shadow: 0 40px 80px rgba(0,0,0,.5);
}
.cert-photo img { width: 100%; height: 100%; object-fit: cover; }
.cert-photo-badge {
  position: absolute; top: 1.25rem; left: 1.25rem;
  background: rgba(9,8,6,.7); backdrop-filter: blur(8px);
  border: 1px solid var(--border-hi);
  border-radius: 100px; padding: .4rem 1rem;
  font-size: .7rem; color: var(--gold); font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
}
.cert-list { list-style: none; padding: 0; margin: 1.5rem 0 2.5rem; }
.cert-list li {
  display: flex; align-items: flex-start; gap: .75rem;
  padding: .75rem 0; border-bottom: 1px solid var(--border);
  font-size: .92rem; color: var(--body); line-height: 1.55;
}
.cert-list li::before { content: '→'; color: var(--gold); flex-shrink: 0; font-weight: 600; }
.cert-list li strong { color: var(--cream); }

/* ── FAQ ── */
.faq-sect { background: var(--s1); }
.faq-inner { max-width: 740px; margin: 0 auto; }
.faq-inner h2 { text-align: center; margin-bottom: 3rem; }

.faq-item { border-bottom: 1px solid var(--border); }
.faq-q, .faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 0; gap: 1rem;
  text-align: left;
  font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 500;
  color: var(--cream); transition: color .2s;
}
.faq-q:hover, .faq-question:hover { color: var(--gold); }
.faq-q-icon, .faq-icon {
  width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%;
  border: 1.5px solid var(--border); display: flex; align-items: center;
  justify-content: center; font-size: 1.1rem; color: var(--muted);
  transition: transform .35s var(--ease), border-color .3s, color .3s;
  line-height: 1;
}
.faq-item.open .faq-q-icon, .faq-item.open .faq-icon {
  transform: rotate(45deg); border-color: var(--gold); color: var(--gold);
}
.faq-a, .faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .45s ease, padding .3s ease;
}
.faq-a-inner, .faq-answer-inner {
  padding-bottom: 1.25rem;
  font-size: .92rem; color: var(--body); line-height: 1.8;
}
.faq-a-inner a, .faq-answer-inner a { color: var(--gold); text-decoration: none; }
.faq-page-inner { max-width: 800px; margin-top: 1rem; }
.faq-group-title {
  font-family: 'Playfair Display', serif;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.faq-group-title-spaced { margin: 3rem 0 1.5rem; }
.contact-note {
  color: var(--muted);
  font-size: .9rem;
  margin-bottom: 1.5rem;
}
.contact-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── BOOKING ── */
.booking-sect {
  background: var(--bg);
  position: relative; overflow: hidden;
}
.booking-sect::before {
  content: '';
  position: absolute; top: -200px; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,108,.06) 0%, transparent 70%);
  pointer-events: none;
}
.booking-inner {
  max-width: 520px; margin: 0 auto; text-align: center;
  position: relative; z-index: 1;
}
.booking-inner h2 { margin-bottom: .75rem; }
.booking-sub { color: var(--muted); font-size: .92rem; margin-bottom: 3rem; }
.direct-contact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .5rem;
  max-width: 520px;
  margin: 1.6rem auto 0;
  padding: .55rem;
  border: 1px solid rgba(201,168,108,.2);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 18px 45px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
}
.contact-method {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border-radius: 16px;
  color: var(--cream);
  text-decoration: none;
  font-size: .82rem;
  font-weight: 600;
  background: rgba(16,14,13,.62);
  border: 1px solid rgba(255,255,255,.055);
  transition: transform .18s var(--ease), background .18s ease, border-color .18s ease;
}
.contact-method:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.075);
  border-color: rgba(201,168,108,.22);
}
.contact-method img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.form { display: flex; flex-direction: column; gap: .9rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.form-group { display: flex; flex-direction: column; gap: .35rem; text-align: left; }
.form-label { font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.form-input {
  background: var(--s2); border: 1px solid var(--border);
  border-radius: 12px; padding: .9rem 1.1rem;
  color: var(--cream); font-family: 'Inter', sans-serif; font-size: .95rem;
  transition: border-color .25s, background .25s; width: 100%;
}
.form-input:focus { outline: none; border-color: var(--gold-dim); background: var(--s3); }
.form-input::placeholder { color: var(--muted); }
.form-input::-webkit-calendar-picker-indicator { filter: invert(.5); cursor: pointer; }

.form-submit {
  margin-top: .25rem;
  background: var(--gold); color: #09080a;
  border: none; border-radius: 100px;
  padding: 1.1rem 2.5rem; font-family: 'Inter', sans-serif;
  font-size: .95rem; font-weight: 700; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s ease, background .2s;
  will-change: transform;
}
.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(201,168,108,.4);
  background: var(--gold-hi);
}
.form-note { font-size: .75rem; color: var(--muted); margin-top: .6rem; }
.form-note a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }

/* ── Form checkboxes ── */
.form-checks {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: .5rem; margin-top: .4rem;
}
.form-check {
  display: flex; align-items: flex-start; gap: .65rem;
  cursor: pointer; padding: .7rem .9rem;
  background: var(--s2); border: 1px solid var(--border);
  border-radius: 10px;
  transition: border-color .2s, background .2s;
  user-select: none;
}
.form-check:hover { border-color: var(--gold-dim); }
.form-check input[type="checkbox"] { display: none; }
.check-box {
  flex-shrink: 0; margin-top: .1rem;
  width: 18px; height: 18px;
  border: 1.5px solid var(--border-hi);
  border-radius: 5px;
  background: transparent;
  transition: background .2s, border-color .2s;
  display: flex; align-items: center; justify-content: center;
}
.check-box::after {
  content: '';
  width: 5px; height: 9px;
  border: 2px solid #09080a;
  border-top: none; border-left: none;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0; transition: opacity .15s;
}
.form-check input:checked ~ .check-box {
  background: var(--gold); border-color: var(--gold);
}
.form-check input:checked ~ .check-box::after { opacity: 1; }
.form-check input:checked ~ .check-label { color: var(--cream); }
.check-label {
  font-size: .8rem; color: var(--body); line-height: 1.4;
}
.check-label em { color: var(--muted); font-style: normal; }
.check-label strong { color: var(--gold); font-weight: 600; white-space: nowrap; }

@media (max-width: 480px) {
  .form-checks { grid-template-columns: 1fr; }
}

/* ── FOOTER ── */
footer {
  background: var(--s1);
  border-top: 1px solid var(--border);
  padding: 3rem 0 2rem;
}
.foot-inner {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem; margin-bottom: 3rem;
}
.foot-logo {
  font-family: 'Playfair Display', serif; font-size: 1.3rem; font-style: italic;
  color: var(--cream); text-decoration: none; display: block; margin-bottom: .75rem;
}
.foot-logo span { color: var(--gold); font-style: normal; }
.foot-desc { font-size: .84rem; color: var(--muted); line-height: 1.65; }
.foot-col h4 {
  font-family: 'Inter', sans-serif; font-size: .72rem; font-weight: 600;
  letter-spacing: .15em; text-transform: uppercase; color: var(--muted);
  margin-bottom: 1rem;
}
.foot-col ul { list-style: none; padding: 0; }
.foot-col ul li { margin-bottom: .5rem; }
.foot-col a { font-size: .88rem; color: var(--body); text-decoration: none; transition: color .2s; }
.foot-col a:hover { color: var(--gold); }
.foot-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 2rem; border-top: 1px solid var(--border);
  flex-wrap: wrap; gap: 1rem;
}
.foot-copy { font-size: .78rem; color: var(--muted); }
.foot-mess { display: flex; gap: .75rem; }
.mess-btn {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; text-decoration: none;
  transition: transform .2s, opacity .2s;
  border: 1px solid var(--border);
}
.mess-btn:hover { transform: scale(1.12); opacity: .85; }
.mess-tg { background: rgba(38,165,228,.15); color: #26A5E4; border-color: rgba(38,165,228,.25); }
.mess-wa { background: rgba(37,211,102,.15); color: #25D366; border-color: rgba(37,211,102,.25); }
.mess-max { background: rgba(47,128,255,.15); color: #2F80FF; border-color: rgba(47,128,255,.25); font-size: .64rem; font-weight: 700; }

/* Contact widget */
.contact-widget {
  position: fixed;
  right: max(1.15rem, calc(env(safe-area-inset-right) + 1rem));
  bottom: max(1.15rem, calc(env(safe-area-inset-bottom) + 1rem));
  z-index: 820;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .65rem;
}
.contact-widget-panel {
  min-width: 212px;
  display: grid;
  gap: .45rem;
  padding: .55rem;
  border: 1px solid rgba(201,168,108,.24);
  border-radius: 18px;
  background: rgba(16,14,13,.92);
  box-shadow: 0 18px 55px rgba(0,0,0,.44);
  backdrop-filter: blur(18px);
  transform: translateY(10px) scale(.96);
  transform-origin: right bottom;
  opacity: 0;
  pointer-events: none;
  transition: transform .22s var(--ease), opacity .18s ease;
}
.contact-widget.open .contact-widget-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.contact-widget-link {
  height: 44px;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .35rem .85rem .35rem .38rem;
  border-radius: 100px;
  color: var(--cream);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 600;
  background: rgba(255,255,255,.045);
  border: 1px solid transparent;
  transition: background .18s ease, border-color .18s ease, transform .18s var(--ease);
}
.contact-widget-link:hover {
  background: rgba(255,255,255,.075);
  border-color: rgba(201,168,108,.22);
  transform: translateX(-2px);
}
.contact-widget-link img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.contact-widget-toggle {
  position: relative;
  width: auto;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .35rem .45rem;
  border: 1px solid rgba(201,168,108,.42);
  border-radius: 100px;
  background: linear-gradient(135deg, rgba(201,168,108,.96), rgba(236,212,160,.92));
  color: #09080a;
  box-shadow: 0 14px 42px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.08) inset;
  font: 700 .86rem/1 'Inter', sans-serif;
  cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s ease;
  isolation: isolate;
  overflow: visible;
  animation: contactBreathe 4.8s ease-in-out infinite;
}
.contact-widget-toggle::before {
  content: '';
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1px solid rgba(201,168,108,.34);
  opacity: 0;
  transform: scale(.86);
  animation: contactRing 3.8s ease-out infinite;
}
.contact-widget-toggle:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 18px 52px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.12) inset;
}
.contact-widget-toggle:focus-visible {
  outline: 2px solid var(--gold-hi);
  outline-offset: 4px;
}
.contact-widget.open .contact-widget-toggle {
  animation: none;
}
.contact-widget-toggle-icon {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: 0 5px 14px rgba(0,0,0,.16);
  transition: transform .2s var(--ease);
}
.contact-widget-toggle:hover .contact-widget-toggle-icon,
.contact-widget.open .contact-widget-toggle-icon {
  transform: rotate(-8deg) scale(1.03);
}
.contact-widget-toggle-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes contactRing {
  0% { opacity: 0; transform: scale(.82); }
  18% { opacity: .72; }
  70%, 100% { opacity: 0; transform: scale(1.35); }
}
@keyframes contactBreathe {
  0%, 72%, 100% { transform: translateY(0) scale(1); }
  78% { transform: translateY(-3px) scale(1.025); }
  84% { transform: translateY(0) scale(1); }
  90% { transform: translateY(-2px) scale(1.015); }
  96% { transform: translateY(0) scale(1); }
}

@media (max-width: 640px) {
  .direct-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 360px;
    border-radius: 20px;
  }
  .contact-method { min-height: 50px; }
  .contact-widget {
    right: max(.85rem, calc(env(safe-area-inset-right) + .75rem));
    bottom: max(.85rem, calc(env(safe-area-inset-bottom) + .75rem));
  }
  .contact-widget-panel { min-width: 196px; border-radius: 16px; }
  .contact-widget-toggle { height: 48px; padding: .35rem .42rem; }
  .contact-widget-toggle-icon { width: 35px; height: 35px; }
}

/* ── VIDEO MODAL ── */
.video-play-icon {
  font-size: .75rem;
  opacity: .85;
}
.video-modal {
  position: fixed; inset: 0; z-index: 9500;
  display: flex; align-items: center; justify-content: center;
}
.video-modal[hidden] { display: none; }
.video-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.88);
  cursor: zoom-out;
  animation: fadeIn .25s ease;
}
.video-modal-inner {
  position: relative; z-index: 1;
  width: min(900px, 94vw);
  animation: videoIn .3s cubic-bezier(.22,.68,0,1.2);
}
@keyframes videoIn {
  from { opacity:0; transform: scale(.94); }
  to   { opacity:1; transform: scale(1); }
}
.video-player {
  width: 100%; display: block;
  border-radius: var(--radius-lg);
  background: #000;
  box-shadow: 0 40px 100px rgba(0,0,0,.7);
}
.video-modal-close {
  position: absolute; top: .75rem; right: .75rem; z-index: 2;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(9,8,6,.78); border: 1px solid rgba(255,255,255,.18); cursor: pointer;
  color: rgba(255,255,255,.8); font-size: 1.1rem;
  padding: 0;
  transition: color .2s;
}
.video-modal-close:hover { color: #fff; }

/* ── LIGHTBOX ── */
.lightbox {
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(0,0,0,.93);
  display: flex; align-items: center; justify-content: center;
  cursor: zoom-out;
  animation: fadeIn .2s ease;
}
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.lightbox img {
  max-width: 92vw; max-height: 92vh;
  object-fit: contain; border-radius: 8px;
  pointer-events: none;
}

/* ── PANORAMA ── */
.panorama-sect {
  position: relative;
  height: 293px;      /* натуральная высота изображения */
  overflow: hidden;
  background: var(--bg);
}
.panorama-img {
  position: absolute;
  top: 0; left: 0;
  width: auto;
  height: 100%;
  max-width: none;    /* всегда натуральная ширина 1680px */
  will-change: transform;
}
.panorama-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(9,8,6,.35) 0%, transparent 30%, transparent 70%, rgba(9,8,6,.6) 100%);
  pointer-events: none;
}
.panorama-caption {
  position: absolute; bottom: 1.75rem; left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.45);
  pointer-events: none;
}
@media (max-width: 640px) {
  .panorama-sect { height: 200px; }
}

/* ── MAP ── */
.map-sect {
  padding: 5rem 0 0;
  background: var(--s1);
}
.map-frame-wrap {
  margin-top: 0;
  border-top: 1px solid var(--border);
}
.map-frame-wrap iframe { display: block; }

/* ── URGENCY strip ── */
.urgency-strip {
  display: inline-flex; align-items: center; gap: .55rem;
  background: rgba(201,168,108,.08);
  border: 1px solid rgba(201,168,108,.25);
  border-radius: 100px; padding: .45rem 1.1rem;
  font-size: .8rem; color: var(--gold-hi); margin-bottom: 2.5rem;
}
@keyframes blink { 0%,100% { opacity:1; } 50% { opacity:.35; } }
.urgency-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #e05c4b;
  animation: blink 1.6s ease infinite;
  flex-shrink: 0;
}

/* ── STATS bar ── */
.stats-bar {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 3rem;
}
.stat-item {
  background: var(--s1);
  padding: 1.75rem 1.5rem;
  text-align: center;
}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem; color: var(--gold); line-height: 1;
  margin-bottom: .3rem;
}
.stat-label { font-size: .76rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }

/* ── UTILS ── */
.tc { text-align: center; }
.mt2 { margin-top: 2rem; }
.mt3 { margin-top: 3rem; }

/* ── REVEAL - начальное состояние задаётся через JS, не CSS ── */
.js-ready [data-reveal]   { opacity: 0; transform: translateY(28px); }
.js-ready [data-reveal-l] { opacity: 0; transform: translateX(-32px); }
.js-ready [data-reveal-r] { opacity: 0; transform: translateX(32px); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .gal-sticky-wrap { grid-template-columns: 1fr 1fr; }
  .gal-col-sticky { display: none; }
  .occ-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .bento { grid-template-columns: 1fr; }
  .bento-big { grid-row: span 1; min-height: 400px; }
  .included-grid { grid-template-columns: 1fr 1fr; }
  .extras-grid { grid-template-columns: 1fr 1fr; }
  .price-grid { grid-template-columns: 1fr; max-width: 420px; }
  .rev-grid { grid-template-columns: 1fr; }
  .cert-inner { grid-template-columns: 1fr; gap: 3rem; }
  .cert-photo { max-width: 420px; }
  .foot-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .features-grid, .reviews-full-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .nav,
  .navbar {
    height: var(--mobile-nav-h);
    padding: 0;
    background: rgba(9,8,6,.9);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: background .18s ease, border-color .18s ease;
  }
  .nav.solid { padding: 0; }
  .nav.nav-open,
  .navbar.nav-open {
    background: #090806 !important;
    border-color: rgba(201,168,108,.18);
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: none;
  }
  .nav .wrap,
  .navbar .container {
    height: 100%;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: .75rem;
  }
  .nav-logo,
  .navbar-logo {
    font-size: 1.16rem;
    line-height: 1;
    flex: 0 1 auto;
    min-width: 0;
  }
  .nav-book-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: .15rem;
    padding: .48rem .9rem;
    font-size: .74rem;
    line-height: 1;
  }

  .nav-links,
  .navbar-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--mobile-nav-h);
    left: 0;
    right: 0;
    bottom: 0;
    min-height: calc(100svh - var(--mobile-nav-h));
    max-height: calc(100svh - var(--mobile-nav-h));
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1.35rem 1.5rem calc(2rem + env(safe-area-inset-bottom));
    gap: .35rem;
    z-index: 1002;
    align-items: stretch;
    background: linear-gradient(180deg, #090806 0%, #131009 100%);
    border-top: 1px solid rgba(201,168,108,.11);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity .18s ease,
      transform .22s var(--ease),
      visibility 0s linear .22s;
  }
  .nav-links.open,
  .navbar-links.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition:
      opacity .18s ease,
      transform .22s var(--ease),
      visibility 0s;
  }
  .nav-links li,
  .navbar-links li { width: 100%; }
  .nav-links a,
  .navbar-links a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: .55rem 0;
    font-size: 1.28rem;
    line-height: 1.2;
    color: var(--cream);
  }
  .nav-links .nav-cta,
  .navbar-links .navbar-cta {
    justify-content: center;
    margin-top: .7rem;
    padding: .85rem 1rem !important;
    font-size: .95rem !important;
  }
  .burger,
  .hamburger {
    display: flex;
    position: relative;
    z-index: 1005;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
  }
  .hero h1 { font-size: 2.6rem; }
  .hero-actions { flex-direction: column; }
  .inner-hero { padding: 8rem 0 4rem; }
  .inner-hero h1 { font-size: 2.4rem; }
  .gal-sticky-wrap { grid-template-columns: 1fr 1fr; }
  .gal-col-sticky { display: none; }
  .gal-fig img { height: 220px; }
  .included-grid { grid-template-columns: 1fr; }
  .features-grid, .reviews-full-grid { grid-template-columns: 1fr; }
  /* occasions - горизонтальный скролл со снапом */
  .occ-grid {
    display: flex;
    grid-template-columns: unset;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: .75rem;
    padding-bottom: .5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .occ-grid::-webkit-scrollbar { display: none; }
  .occ-card {
    flex: 0 0 74vw;
    scroll-snap-align: start;
    aspect-ratio: 3/4;
  }
  .occ-text h3 { font-size: 1.1rem; }
  .occ-text p  { font-size: .78rem; }

  .form-row { grid-template-columns: 1fr; }
  .footer-inner, .footer-links { flex-direction: column; align-items: flex-start; }
  .foot-inner { grid-template-columns: 1fr; gap: 2rem; }
  .foot-col:nth-child(2) { display: none; }
  .reviews-header { flex-direction: column; align-items: flex-start; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 360px) {
  .logo-com { display: none; }
  .nav-book-mobile {
    padding-left: .72rem;
    padding-right: .72rem;
    font-size: .72rem;
  }
}

/* ── REDUCED MOTION ── */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration:.01ms!important; transition-duration:.01ms!important; }
  .contact-widget-toggle,
  .contact-widget-toggle::before { animation: none!important; }
  [data-reveal],[data-reveal-l],[data-reveal-r],
  .js-ready [data-reveal],.js-ready [data-reveal-l],.js-ready [data-reveal-r] { opacity:1; transform:none; }
}
