/* Aura Lab production UI: local, mobile-first, photo-led */
:root {
  --bg: oklch(97% 0.018 70);
  --surface: oklch(99% 0.008 70);
  --surface-2: oklch(94% 0.022 65);
  --fg: oklch(15% 0.012 50);
  --muted: oklch(45% 0.018 50);
  --muted-soft: oklch(68% 0.014 50);
  --border: oklch(89% 0.014 70);
  --border-strong: oklch(25% 0.012 50);
  --accent: oklch(58% 0.14 32);
  --accent-deep: oklch(36% 0.10 32);
  --accent-soft: oklch(92% 0.04 35);
  --success: oklch(60% 0.14 145);
  --telegram: oklch(58% 0.16 240);
  --font-display: 'Newsreader', 'Iowan Old Style', 'Charter', Georgia, serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-mono: ui-monospace, 'JetBrains Mono', 'IBM Plex Mono', Menlo, monospace;
  --gutter: 16px;
  --max: 1180px;
  --bar-h: 58px;
  --sticky-h: 70px;
}

@media (min-width: 720px) { :root { --gutter: 32px; --bar-h: 68px; } }
@media (min-width: 1080px) { :root { --gutter: 48px; --bar-h: 76px; } }

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; overflow-x: hidden; overflow-x: clip; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  padding-bottom: calc(var(--sticky-h) + env(safe-area-inset-bottom));
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media (min-width: 1080px) { body { padding-bottom: 0; } }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
::selection { background: var(--accent-soft); color: var(--accent-deep); }

.wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }
main, section, .wrap, .layout, .head, .service-grid, .gallery, .loc-grid, .proof-grid, .footer-grid { min-width: 0; }
.star, .accent { color: var(--accent); }
.eyebrow, .section-tag, .mono {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: var(--muted);
}
h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.02;
  text-wrap: balance;
}
h1 { font-size: clamp(40px, 11vw, 92px); line-height: .96; letter-spacing: -.026em; }
h2 { font-size: clamp(34px, 8vw, 62px); }
h3 { font-size: clamp(22px, 5vw, 31px); line-height: 1.1; }
p { margin: 0; }
p + p { margin-top: 1em; }
.lead, .sub { color: var(--muted); font-size: 17px; line-height: 1.55; max-width: 58ch; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  max-width: 100%;
  cursor: pointer;
  transition: transform .16s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--accent); color: var(--bg); }
.btn--primary:hover { background: var(--accent-deep); }
.btn--ghost { border-color: var(--border-strong); color: var(--fg); }
.btn--ghost:hover { background: var(--fg); color: var(--bg); }
.btn--soft { background: var(--surface); border-color: var(--border); }
.btn--soft:hover { border-color: var(--border-strong); }
.btn--wa { background: var(--success); color: #fff; }
.btn--tg { background: var(--telegram); color: #fff; }
.btn--block { width: 100%; }
.arrow { width: 12px; height: 12px; border-block-start: 1.5px solid currentColor; border-inline-end: 1.5px solid currentColor; transform: rotate(45deg); }

.topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  background: color-mix(in oklab, var(--bg) 92%, transparent);
  border-block-end: 1px solid var(--border);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  backdrop-filter: blur(14px) saturate(160%);
}
.topbar .row { height: var(--bar-h); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-size: 23px; font-weight: 500; letter-spacing: -.012em; }
.primary { display: none; }
.topbar .right { display: inline-flex; align-items: center; gap: 8px; }
.phone-link, .btn--book-desktop { display: none; }
.menu-btn, .drawer .close {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.menu-btn svg, .drawer .close svg { width: 20px; height: 20px; }
@media (min-width: 720px) { .phone-link { min-height: 44px; display: inline-flex; align-items: center; font-family: var(--font-mono); font-size: 13px; } }
@media (min-width: 1080px) {
  .primary { display: inline-flex; gap: 26px; color: var(--muted); font-size: 15px; }
  .primary a { min-height: 44px; display: inline-flex; align-items: center; }
  .primary a:hover, .primary a.active { color: var(--fg); }
  .menu-btn { display: none; }
  .btn--book-desktop { display: inline-flex; }
}

.drawer {
  position: fixed;
  inset: 0;
  min-height: 100dvh;
  z-index: 200;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  transform: translateY(-100%);
  transition: transform .28s ease;
  overflow-y: auto;
}
.drawer.open { transform: translateY(0); }
.drawer .top { height: var(--bar-h); display: flex; align-items: center; justify-content: space-between; padding-inline: var(--gutter); border-block-end: 1px solid var(--border); }
.drawer ul { list-style: none; margin: 0; padding: 24px var(--gutter); display: grid; gap: 2px; }
.drawer li a { display: flex; padding: 14px 0; border-block-end: 1px solid var(--border); font-family: var(--font-display); font-size: 28px; line-height: 1.05; }
.drawer .footer { margin-top: auto; padding: 20px var(--gutter) calc(24px + env(safe-area-inset-bottom)); border-block-start: 1px solid var(--border); display: grid; gap: 12px; }
.drawer .links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

section { padding-block: 68px; border-block-end: 1px solid var(--border); }
@media (min-width: 900px) { section { padding-block: 104px; } }
.head { display: grid; gap: 14px; margin-bottom: 28px; }
@media (min-width: 900px) { .head { grid-template-columns: .8fr 1.2fr; align-items: end; margin-bottom: 42px; } .head .section-tag { grid-column: 1 / -1; } .head .sub { justify-self: end; } }

.hero, .service-hero { padding-block: 24px 54px; }
.crumb { display: flex; align-items: center; gap: 8px; margin: 10px 0 14px; color: var(--muted); font-size: 14px; }
.crumb a { min-height: 44px; display: inline-flex; align-items: center; }
.crumb a { color: var(--fg); }
.local-bar {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
  min-width: 0;
}
.local-bar .pin { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent-deep); }
.local-bar svg { width: 20px; height: 20px; }
.local-bar .where { display: block; font-weight: 650; line-height: 1.18; }
.local-bar .meta { display: block; color: var(--muted); font-size: 13px; line-height: 1.25; margin-top: 3px; }
.local-bar .map-link { display: none; color: var(--accent-deep); font-size: 14px; }
@media (min-width: 720px) { .local-bar { padding: 14px 16px; border-radius: 999px; } .local-bar .map-link { display: block; } }

.hero .layout, .service-hero .layout { display: grid; gap: 28px; align-items: center; }
.hero .layout > *, .service-hero .layout > *, .local-bar .text, .local-bar > span:not(.pin):not(.map-link) { min-width: 0; }
.hero h1 em, .service-hero h1 em { color: var(--accent); font-style: italic; font-weight: 400; }
.hero .lead, .service-hero .lead { margin-top: 18px; }
.hero .ctas, .service-hero .ctas { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }
.hero .trust, .trust-row { max-width: 100%; display: flex; gap: 8px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 16px 0 2px; margin-top: 10px; scrollbar-width: none; }
.hero .trust::-webkit-scrollbar, .trust-row::-webkit-scrollbar { display: none; }
.item-pill, .hero .item, .trust-row .item { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 4px; min-height: 38px; padding: 8px 12px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); color: var(--muted); font-size: 13px; }
.item-pill .v, .hero .item .v, .trust-row .item .v { color: var(--fg); font-weight: 650; }
.hero .visual, .service-hero .visual, .photo-card {
  min-height: 360px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--surface-2) center / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.hero .visual::after, .service-hero .visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, oklch(15% 0.012 50 / .30), transparent 45%); }
.hero .badge, .service-hero .badge { position: absolute; inset-inline-start: 16px; inset-block-end: 16px; z-index: 2; padding: 9px 12px; border-radius: 999px; background: color-mix(in oklab, var(--bg) 88%, transparent); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: 13px; font-weight: 650; }
.price-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-top: 18px; }
.price-line .amount { font-family: var(--font-display); font-size: 30px; color: var(--fg); }
.price-line .duration { color: var(--muted); font-size: 14px; }
@media (min-width: 720px) { .hero .ctas, .service-hero .ctas { display: flex; flex-wrap: wrap; } }
@media (min-width: 900px) { .hero .layout, .service-hero .layout { grid-template-columns: 1fr minmax(360px, 45%); gap: 48px; } .hero .visual, .service-hero .visual { min-height: 560px; } }

.service-grid { display: grid; gap: 10px; }
.service-card { display: grid; gap: 14px; padding: 20px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.service-card .top { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.service-card .num, .service-card .from { font-family: var(--font-mono); font-size: 12px; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }
.service-card p { color: var(--muted); font-size: 15px; }
.service-card:hover { border-color: var(--border-strong); }
@media (min-width: 720px) { .service-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .service-grid { grid-template-columns: repeat(3, 1fr); } }

.gallery-filters { max-width: 100%; display: flex; gap: 8px; overflow-x: auto; overscroll-behavior-inline: contain; padding-bottom: 12px; margin-bottom: 16px; scrollbar-width: none; }
.gallery-filters::-webkit-scrollbar { display: none; }
.gallery-filters button { flex: 0 0 auto; min-height: 44px; padding: 9px 14px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); cursor: pointer; color: var(--muted); }
.gallery-filters button.active { background: var(--fg); color: var(--bg); border-color: var(--fg); }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.tile { aspect-ratio: 3 / 4; border: 1px solid var(--border); border-radius: 18px; background: var(--surface-2) center / cover no-repeat; position: relative; overflow: hidden; cursor: pointer; }
.tile.wide { grid-column: span 2; aspect-ratio: 16 / 10; }
.tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, oklch(15% 0.012 50 / .38), transparent 48%); }
.tile .num { position: absolute; inset-inline-start: 10px; inset-block-end: 10px; z-index: 2; color: #fff; font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; }
.placeholder { background-image: radial-gradient(80% 70% at 70% 30%, oklch(88% 0.07 28), transparent 60%), linear-gradient(145deg, oklch(95% 0.025 75), oklch(78% 0.09 32)); }
.placeholder.p2 { background-image: radial-gradient(70% 65% at 30% 20%, oklch(92% 0.05 55), transparent 60%), linear-gradient(180deg, oklch(93% 0.03 65), oklch(74% 0.09 25)); }
.placeholder.p3 { background-image: radial-gradient(70% 65% at 65% 35%, oklch(90% 0.04 95), transparent 60%), linear-gradient(200deg, oklch(94% 0.025 85), oklch(76% 0.08 45)); }
.placeholder.p4 { background-image: radial-gradient(70% 65% at 50% 50%, oklch(82% 0.09 20), transparent 60%), linear-gradient(160deg, oklch(90% 0.04 55), oklch(68% 0.12 24)); }
.gallery-cta { display: grid; gap: 10px; margin-top: 18px; }
@media (min-width: 720px) { .gallery { grid-template-columns: repeat(4, 1fr); gap: 12px; } .gallery-cta { display: flex; justify-content: center; } }

.price-list { display: grid; gap: 0; border-block-start: 1px solid var(--border); }
.price-row { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 4px; align-items: baseline; padding: 15px 0; border-block-end: 1px solid var(--border); }
.price-row .name { line-height: 1.35; }
.price-row .name, .price-row .price { min-width: 0; overflow-wrap: anywhere; }
.price-row .price { justify-self: start; font-family: var(--font-mono); font-variant-numeric: tabular-nums; white-space: normal; }
.price-row .from { color: var(--muted); font-size: 11px; margin-inline-end: 4px; text-transform: uppercase; }
@media (min-width: 390px) { .price-row { grid-template-columns: minmax(0, 1fr) auto; gap: 16px; } .price-row .price { justify-self: end; white-space: nowrap; } }
.price-more { margin-top: 18px; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); overflow: hidden; }
.price-more summary { min-height: 52px; padding: 15px 18px; cursor: pointer; font-weight: 650; }
.price-more .inside { padding: 0 18px 18px; }

.proof-grid { display: grid; gap: 12px; }
.proof-card { padding: 20px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.proof-card .num { font-family: var(--font-mono); font-size: 12px; color: var(--accent); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 10px; }
.proof-card p { margin-top: 10px; color: var(--muted); font-size: 15px; }
@media (min-width: 900px) { .proof-grid { grid-template-columns: repeat(3, 1fr); } }

.reviews-strip { max-width: 100%; overflow: hidden; overflow: clip; }
.reviews-track { display: flex; gap: 12px; width: max-content; max-width: none; animation: reviews 70s linear infinite; will-change: transform; }
.reviews-track:hover { animation-play-state: paused; }
.review { width: min(82vw, 410px); flex: 0 0 auto; padding: 22px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); display: grid; gap: 16px; }
.review .stars { color: var(--accent); letter-spacing: .08em; font-size: 12px; }
.review .quote { color: var(--fg); }
.review .who { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding-top: 12px; border-block-start: 1px solid var(--border); color: var(--muted); font-size: 14px; }
.review .name { display: inline-flex; align-items: center; gap: 8px; color: var(--fg); }
.avatar { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent-deep); font-family: var(--font-display); }
@keyframes reviews { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 6px)); } }

.loc-grid { display: grid; gap: 12px; }
.loc-card { min-height: 180px; padding: 20px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); display: grid; gap: 10px; align-content: start; }
.map-card { min-height: 260px; background: linear-gradient(135deg, oklch(92% 0.035 65), oklch(82% 0.06 35)); position: relative; overflow: hidden; }
.map-card::before { content: ''; position: absolute; inset: 18%; border: 1px solid oklch(45% 0.018 50 / .18); transform: rotate(-12deg); }
.map-card .pin { position: absolute; inset-inline-start: 22px; inset-block-end: 22px; padding: 10px 14px; border-radius: 999px; background: var(--fg); color: var(--bg); }
.loc-card .label { font-family: var(--font-mono); font-size: 12px; color: var(--muted); letter-spacing: .055em; text-transform: uppercase; }
.loc-card .value { font-family: var(--font-display); font-size: 30px; line-height: 1.05; }
.loc-card a.value { min-height: 44px; display: inline-flex; align-items: center; overflow-wrap: anywhere; }
.loc-card .extra { color: var(--muted); font-size: 15px; }
.loc-card .links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
@media (min-width: 900px) { .loc-grid { grid-template-columns: 1.2fr .9fr .9fr; } .map-card { grid-row: span 2; min-height: 100%; } }

.closing { text-align: center; }
.closing h2 { max-width: 12ch; margin-inline: auto; }
.closing h2 em { color: var(--accent); font-style: italic; font-weight: 400; }
.closing .sub { margin: 18px auto 0; }
.closing .ctas { display: grid; gap: 10px; margin-top: 24px; }
@media (min-width: 720px) { .closing .ctas { display: flex; justify-content: center; flex-wrap: wrap; } }

.site-footer { padding: 48px 0 26px; }
.footer-grid { display: grid; gap: 28px; padding-bottom: 32px; border-block-bottom: 1px solid var(--border); }
.site-footer h4 { margin: 0 0 12px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .055em; text-transform: uppercase; color: var(--muted); }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; }
.site-footer a:hover { color: var(--accent); }
.site-footer p, .site-footer li { color: var(--muted); font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 14px; padding-top: 22px; color: var(--muted); font-family: var(--font-mono); font-size: 12px; }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); } }

.sticky-bar {
  position: fixed;
  inset-inline: 10px;
  inset-block-end: calc(10px + env(safe-area-inset-bottom));
  z-index: 100;
  display: grid;
  grid-template-columns: 54px 54px 1fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: color-mix(in oklab, var(--bg) 92%, transparent);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  backdrop-filter: blur(14px) saturate(160%);
}
.sticky-bar a { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; }
.sticky-bar .ic { background: var(--surface); border: 1px solid var(--border); }
.sticky-bar .ic svg { width: 22px; height: 22px; }
.sticky-bar .wa { color: var(--success); }
.sticky-bar .book { background: var(--accent); color: var(--bg); font-weight: 650; }
@media (min-width: 1080px) { .sticky-bar { display: none; } }

.cookie { position: fixed; inset-inline: 12px; inset-block-end: calc(var(--sticky-h) + 18px); z-index: 95; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border-radius: 18px; background: var(--fg); color: var(--bg); font-size: 13px; }
.cookie button { min-width: 44px; min-height: 44px; border: 0; border-radius: 999px; padding: 10px 14px; background: var(--accent); color: var(--bg); cursor: pointer; }
@media (min-width: 720px) { .cookie { inset-inline: auto 24px; max-width: 420px; inset-block-end: 24px; } }

.lightbox { position: fixed; inset: 0; z-index: 260; display: none; align-items: center; justify-content: center; padding: 18px; background: oklch(0% 0 0 / .82); }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(92vw, 900px); max-height: 86vh; border-radius: 22px; }
.lightbox .close { position: absolute; inset-block-start: 16px; inset-inline-end: 16px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid oklch(100% 0 0 / .35); background: oklch(0% 0 0 / .35); color: #fff; font-size: 28px; cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
