/* Honey Beauty & Massage · Koh Samui — mobile first */
:root {
  --bg: #FBF6F0; --surface: #FFFFFF; --surface-2: #F3EAE0; --text: #2B241D; --muted: #6E6259; --muted-2: #8C7F72;
  --line: #EBDFD0; --accent: #F9A25B; --accent-ink: #B8681F; --accent-deep: #8F4F14; --accent-tint: #FDE7D2;
  --gold: #C6925E; --gold-tint: #F3E4D3; --dark: #2B241D; --dark-2: #211812; --open: #5C8A55; --closed: #C0392B;
  --shadow: 0 12px 32px rgba(43,36,29,.12); --shadow-sm: 0 4px 14px rgba(43,36,29,.07); --shadow-cta: 0 10px 24px rgba(249,162,91,.35);
  --r: 20px; --r-sm: 14px; --header-h: 64px;
  --font: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif; --script: "Pacifico", "Brush Script MT", cursive;
}
html[lang="th"] { --font: "Nunito", "Noto Sans Thai", system-ui, sans-serif; }
html[lang="he"] { --font: "Assistant", "Nunito", system-ui, sans-serif; }
html[lang="zh"] { --font: "Nunito", "Noto Sans SC", system-ui, sans-serif; }
html[lang="th"] .eyebrow, html[lang="he"] .eyebrow, html[lang="zh"] .eyebrow, html[lang="th"] .brand .sub, html[lang="he"] .brand .sub, html[lang="zh"] .brand .sub { letter-spacing: .04em; text-transform: none; }
html[lang="th"] body, html[lang="zh"] body { line-height: 1.7; }
:root {
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--bg); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--accent-ink); text-decoration: none; }
a:hover { color: var(--accent-deep); }
h1, h2, h3 { margin: 0; line-height: 1.12; font-weight: 800; letter-spacing: -.01em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 7.5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 5vw, 2.4rem); }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.script { font-family: var(--script); font-weight: 400; }
.eyebrow { font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-ink); }
.lede { color: var(--muted); font-size: 1.05rem; max-width: 60ch; text-wrap: pretty; }
.wrap { width: min(100% - 32px, 1120px); margin-inline: auto; }
section { padding-block: 56px; scroll-margin-top: calc(var(--header-h) + 8px); }
.section-head { display: grid; gap: 10px; margin-bottom: 24px; max-width: 64ch; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 10px 20px; border-radius: 999px; font: inherit; font-weight: 800; font-size: .98rem; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; text-decoration: none; }
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--accent); color: var(--text); box-shadow: var(--shadow-cta); }
.btn-primary:hover { background: #F7953F; color: var(--text); }
.btn-secondary { background: var(--surface); color: var(--text); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-secondary:hover { border-color: var(--accent); color: var(--text); }
.btn-ghost { background: transparent; color: var(--accent-ink); border-color: var(--accent); }
.btn-ghost:hover { background: var(--accent-tint); }
.btn-gold { background: var(--gold); color: #fff; }

/* Header */
.top { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: var(--header-h); }
.brand { display: flex; align-items: stretch; gap: 10px; color: var(--text); height: 44px; }
.brand:hover { text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 50%; box-shadow: 0 6px 16px rgba(249,162,91,.4); }
.brand .word { display: flex; flex-direction: column; justify-content: space-between; padding: 1px 0 2px; }
.brand .name { font-family: var(--script); font-size: 1.35rem; line-height: 1.1; color: var(--accent-ink); }
.brand .sub { font-size: .55rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
.brand .sub span { color: var(--muted-2); letter-spacing: .16em; }
@media (max-width: 430px) { .brand .sub span { display: none; } .brand .sub { letter-spacing: .16em; } }
.nav { display: none; gap: 2px; }
.nav a { padding: 8px 11px; border-radius: 999px; color: var(--text); font-weight: 700; font-size: .92rem; white-space: nowrap; }
.nav a:hover { background: var(--accent-tint); }
.top-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--text); font: inherit; font-weight: 700; font-size: .9rem; cursor: pointer; }
.icon-btn svg { width: 20px; height: 20px; }
.top-cta { display: none; }
.lang { position: relative; }
.lang summary { list-style: none; }
.lang summary::-webkit-details-marker { display: none; }
.lang-menu { position: absolute; inset-inline-end: 0; top: calc(100% + 8px); background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 6px; min-width: 200px; display: grid; z-index: 60; max-height: 70vh; overflow: auto; }
.lang-menu a { padding: 10px 14px; border-radius: 10px; color: var(--text); font-weight: 600; display: flex; justify-content: space-between; gap: 14px; }
.lang-menu a:hover { background: var(--accent-tint); }
.lang-menu a[aria-current="true"] { background: var(--accent-tint); color: var(--accent-ink); }
.lang-menu a span { color: var(--muted-2); font-weight: 700; font-size: .8rem; }
.menu-panel { display: none; border-top: 1px solid var(--line); background: var(--surface); }
.menu-panel.is-open { display: block; }
.menu-panel .wrap { display: grid; gap: 2px; padding-block: 10px 14px; }
.menu-panel a { padding: 12px 10px; border-radius: 12px; color: var(--text); font-weight: 700; font-size: 1.05rem; }
.menu-panel a:hover { background: var(--accent-tint); }

/* Hero */
.hero { padding-block: 24px 28px; }
.hero .wrap { display: grid; gap: 22px; }
.hero-media { position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); background: var(--surface-2); aspect-ratio: 4 / 3; }
.hero-media .slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 1.1s ease; }
.hero-media .slide.is-active { opacity: 1; z-index: 1; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
@media (prefers-reduced-motion: no-preference) { .hero-media .slide.is-active img { animation: drift 7s ease-out forwards; } @keyframes drift { from { transform: scale(1.02); } to { transform: scale(1.08); } } }
.hero-media::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(43,36,29,.45) 0%, rgba(43,36,29,0) 45%); pointer-events: none; }
.hero-media .tag { position: absolute; inset-inline-start: 16px; bottom: 12px; z-index: 3; color: #fff; font-family: var(--script); font-size: clamp(1.4rem, 5vw, 2.2rem); text-shadow: 0 2px 12px rgba(43,36,29,.35); }
.hero-media .dots { position: absolute; z-index: 3; inset-inline-end: 14px; bottom: 16px; display: flex; gap: 6px; }
.hero-media .dots button { width: 22px; height: 22px; padding: 0; border: 0; background: transparent; cursor: pointer; display: grid; place-items: center; }
.hero-media .dots button::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.55); transition: transform .2s, background .2s; }
.hero-media .dots button[aria-current="true"]::before { background: #fff; transform: scale(1.35); }
.hero-copy { display: grid; gap: 14px; }
.status { display: grid; gap: 8px; font-weight: 800; font-size: .95rem; color: var(--muted); }
.status li { display: flex; flex-wrap: wrap; align-items: center; gap: 2px 8px; list-style: none; }
.status .status-text { font-weight: 700; }
.status ul { margin: 0; padding: 0; display: grid; gap: 8px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--open); box-shadow: 0 0 0 4px rgba(92,138,85,.18); flex: none; animation: breathe 2s ease-in-out infinite; }
.dot.is-closed { background: var(--closed); box-shadow: 0 0 0 4px rgba(192,57,43,.18); animation: none; }
@keyframes breathe { 0%,100% { filter: brightness(.75); transform: scale(.9); box-shadow: 0 0 0 3px rgba(92,138,85,.10); } 50% { filter: brightness(1.7); transform: scale(1.15); box-shadow: 0 0 0 9px rgba(92,138,85,.22); } }
@media (prefers-reduced-motion: reduce) { .dot { animation: none; } }
.status .who { color: var(--text); }
.hero-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; margin-top: 4px; }
.hero-actions .btn { padding-inline: 12px; white-space: nowrap; }

/* KPI */
.kpi { padding-block: 0 8px; }
.kpi ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.kpi li { background: var(--surface-2); border-radius: var(--r-sm); padding: 14px 14px 12px; display: grid; gap: 4px; }
.kpi b { font-size: 1.45rem; line-height: 1; color: var(--accent-ink); font-variant-numeric: tabular-nums; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.kpi b.sm { font-size: 1.1rem; padding-top: 4px; }
.kpi span { color: var(--muted); font-size: .84rem; line-height: 1.35; }
.stars { display: inline-flex; gap: 2px; color: var(--accent); }
.stars svg { width: 14px; height: 14px; }

/* Payments */
.pay { padding-block: 22px 20px; }
.pay .head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 16px; margin-bottom: 12px; }
.pay .head span { font-size: .84rem; color: var(--muted); }
.pay-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; }
.pay-grid li { list-style: none; display: flex; align-items: center; justify-content: center; height: 52px; padding: 0 10px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.pay-grid svg { max-width: 100%; height: 32px; }

/* Services flip */
.services .head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.svc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.flip { position: relative; min-height: 190px; }
.flip-inner { position: relative; width: 100%; height: 100%; min-height: 190px; display: grid; }
.flip-front, .flip-back { border-radius: 16px; overflow: hidden; transition: opacity .35s ease, transform .45s cubic-bezier(.2,.8,.2,1), visibility 0s linear .35s; }
.flip-front { position: relative; }
.flip-back { position: absolute; inset: 0; }
.flip-back { opacity: 0; visibility: hidden; transform: scale(.94); pointer-events: none; }
.flip-front { opacity: 1; transform: none; }
.flip.is-flipped .flip-back { opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition-delay: 0s, 0s, 0s; }
.flip.is-flipped .flip-front { opacity: 0; visibility: hidden; transform: scale(1.04); pointer-events: none; }
@media (hover: hover) {
  .flip:hover .flip-back { opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition-delay: 0s, 0s, 0s; }
  .flip:hover .flip-front { opacity: 0; visibility: hidden; transform: scale(1.04); pointer-events: none; }
}
.flip-front { display: flex; flex-direction: column; gap: 6px; padding: 16px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-sm); cursor: pointer; }
.flip-front .ic { width: 40px; height: 40px; border-radius: 12px; background: var(--accent-tint); color: var(--accent-ink); display: grid; place-items: center; }
.flip-front .ic.massage { background: var(--gold-tint); color: var(--accent-deep); }
.flip-front .ic svg { width: 22px; height: 22px; }
.flip-front h3 { font-size: 1.02rem; min-height: 1.35em; }
.flip-front p { font-size: .84rem; color: var(--muted); line-height: 1.4; min-height: 2.8em; }
.flip-front .price { font-size: .86rem; font-weight: 800; color: var(--accent-ink); margin-top: auto; }
.flip-front .hint { position: absolute; inset-inline-end: 12px; top: 12px; width: 28px; height: 28px; border-radius: 50%; background: var(--accent-tint); color: var(--accent-ink); display: grid; place-items: center; }
.flip-front .hint svg { width: 16px; height: 16px; }
.flip-back { background: var(--dark); }
.flip-back img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.flip-back::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(43,36,29,.88) 0%, rgba(43,36,29,.1) 55%); }
.flip-back .back-copy { position: absolute; inset-inline: 14px; bottom: 14px; z-index: 2; display: grid; gap: 8px; color: #fff; }
.flip-back .back-copy .t { font-family: var(--script); font-size: 1.5rem; line-height: 1.05; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.flip-back .back-copy small { font-size: .78rem; color: #F6EEE4; }
.flip-back .btn { min-height: 40px; padding: 6px 14px; font-size: .86rem; justify-self: start; }
.services .note { margin-top: 16px; color: var(--muted); font-size: .92rem; display: flex; gap: 10px; align-items: flex-start; }
.services .note svg { width: 20px; height: 20px; flex: none; color: var(--accent); margin-top: 2px; }

/* Worlds */
.worlds { background: var(--surface-2); }
.world-grid { display: grid; gap: 18px; }
.world { background: var(--surface); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); display: grid; }
.world .ph { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.world .ph img { width: 100%; height: 100%; object-fit: cover; }
.world .ph::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(184,104,31,.88) 0%, rgba(184,104,31,.35) 40%, rgba(184,104,31,0) 65%); }
.world.massage .ph::after { background: linear-gradient(to top, rgba(43,36,29,.9) 0%, rgba(43,36,29,.35) 40%, rgba(43,36,29,0) 65%); }
.world .over { position: absolute; inset-inline: 20px; bottom: 16px; z-index: 2; display: grid; gap: 4px; color: #fff; }
.world .over .eyebrow { color: var(--accent-tint); }
.world.massage .over .eyebrow { color: #DDAB78; }
.world .over .t { font-family: var(--script); font-size: clamp(1.7rem, 6vw, 2.5rem); line-height: 1.05; text-shadow: 0 2px 12px rgba(43,36,29,.3); }
.world .body { display: grid; gap: 10px; padding: 18px 20px 22px; }
.world .body .where { font-size: .88rem; font-weight: 800; color: var(--muted-2); }
.world .body p { color: var(--muted); font-size: .98rem; }
.world .body .btn { justify-self: start; }

/* Studios */
.studio-grid { display: grid; gap: 16px; }
.studio { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); display: grid; }
.studio .ph { aspect-ratio: 4 / 3; overflow: hidden; background: var(--surface-2); }
.studio .ph img { width: 100%; height: 100%; object-fit: cover; }
.studio .body { display: grid; gap: 8px; padding: 18px; }
.studio .pill { justify-self: start; padding: 5px 12px; border-radius: 999px; background: var(--accent); color: var(--text); font-weight: 800; font-size: .8rem; }
.studio.massage .pill { background: var(--gold); color: #fff; }
.studio h3 { font-size: 1.15rem; }
.studio .addr { color: var(--muted); font-size: .92rem; }
.studio .hours { display: flex; align-items: baseline; gap: 8px; }
.studio .hours b { font-size: 1.25rem; color: var(--accent-ink); font-variant-numeric: tabular-nums; }
.studio .hours span { color: var(--muted); font-size: .88rem; }
.studio .rating { display: flex; align-items: center; gap: 6px; font-size: .92rem; }
.studio .rating svg { width: 14px; height: 14px; color: var(--accent); }
.studio .rating span { color: var(--muted); }
.studio .actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; margin-top: 6px; }
.studio .actions .btn { min-height: 44px; padding: 8px 10px; font-size: .86rem; gap: 6px; white-space: nowrap; align-self: stretch; }
.studio .photos { grid-column: 1 / -1; }
.studio .actions .btn svg { flex: none; }
@media (min-width: 720px) {
  .studio h3 { min-height: 2.6em; }
  .studio .addr { min-height: 2.8em; }
  @supports (grid-template-rows: subgrid) {
    .studio-grid { row-gap: 0; }
    .studio { grid-row: span 7; grid-template-rows: subgrid; row-gap: 0; margin-bottom: 16px; }
    .studio .body { grid-row: span 6; grid-template-rows: subgrid; row-gap: 8px; }
    .studio h3, .studio .addr { min-height: 0; }
  }
}

/* Reviews */
.reviews { background: var(--surface-2); }
.review-scroller { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 14px; margin: 0 -16px; padding-inline: 16px; scrollbar-width: thin; }
.review { flex: 0 0 84%; scroll-snap-align: start; background: var(--surface); border-radius: var(--r-sm); padding: 20px 18px 16px; display: grid; gap: 10px; box-shadow: var(--shadow-sm); }
.review .stars svg { width: 17px; height: 17px; }
.review blockquote { margin: 0; font-size: 1rem; line-height: 1.5; }
.review footer { display: flex; justify-content: space-between; gap: 10px; font-size: .86rem; font-weight: 800; color: var(--muted); margin-top: auto; }
.review-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }

/* Footer */
.foot { padding-block: 32px 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.foot .wrap { display: grid; gap: 18px; }
.foot-brand { display: flex; align-items: center; gap: 12px; color: var(--text); }
.foot-brand img { width: 44px; height: 44px; border-radius: 50%; box-shadow: 0 4px 12px rgba(249,162,91,.35); }
.foot-cols { display: grid; gap: 16px; }
.foot h4 { margin: 0 0 6px; font-size: .95rem; color: var(--text); }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.foot a { color: var(--text); font-weight: 600; }
.foot .langs { display: flex; flex-wrap: wrap; gap: 4px 12px; }
.foot .langs a { font-weight: 700; } .foot .langs a[aria-current="true"] { color: var(--accent-ink); }
.foot .fine { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px; border-top: 1px solid var(--line); padding-top: 14px; font-size: .82rem; }

/* Mobile action bar */
.actionbar { position: fixed; inset-inline: 0; bottom: 0; z-index: 40; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1.3fr 1fr; gap: 8px; }
.actionbar .btn { min-height: 46px; padding-inline: 12px; font-size: .92rem; }
body { padding-bottom: 76px; }

/* Lightbox */
.sheet { position: fixed; inset: 0; z-index: 95; display: none; }
.sheet.is-open { display: block; }
.sheet-bg { position: absolute; inset: 0; background: rgba(33,24,18,.55); }
.sheet-card { position: absolute; inset-inline: 0; bottom: 0; background: var(--surface); border-radius: 22px 22px 0 0; padding: 20px 18px calc(18px + env(safe-area-inset-bottom)); box-shadow: var(--shadow); max-height: 88vh; overflow: auto; animation: sheetUp .28s cubic-bezier(.2,.8,.2,1); }
@keyframes sheetUp { from { transform: translateY(40px); opacity: 0; } to { transform: none; opacity: 1; } }
.sheet-card h2 { margin: 0 44px 4px 0; font-size: 1.3rem; }
[dir="rtl"] .sheet-card h2 { margin: 0 0 4px 44px; }
.sheet-card > p { margin: 0 0 14px; color: var(--muted); font-size: .95rem; }
.sheet-close { position: absolute; top: 12px; inset-inline-end: 12px; }
.sheet-list { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.sheet-list a { display: flex; align-items: center; gap: 12px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; color: var(--text); background: var(--surface); text-decoration: none; transition: background .15s, border-color .15s; }
.sheet-list a:hover, .sheet-list a:focus-visible { background: var(--accent-tint); border-color: var(--accent); }
.sheet-list a img { width: 72px; height: 54px; border-radius: 10px; object-fit: cover; flex: none; }
.sheet-list a b { display: block; font-size: 1rem; }
.sheet-list a small { color: var(--muted); font-size: .85rem; display: inline-flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.sheet-list a small svg { width: 14px; height: 14px; color: var(--accent); }
.sheet-list a .go { margin-inline-start: auto; color: var(--accent-ink); flex: none; width: 22px; height: 22px; }
.sheet-list a .go svg { width: 22px; height: 22px; }
@media (min-width: 720px) { .sheet-card { inset-inline: auto; left: 50%; right: auto; bottom: auto; top: 50%; transform: translate(-50%, -50%); width: min(540px, 92vw); border-radius: 22px; padding: 24px; animation: none; } [dir="rtl"] .sheet-card { left: auto; right: 50%; transform: translate(50%, -50%); } }
.lb { position: fixed; inset: 0; z-index: 100; background: rgba(33,24,18,.96); display: none; flex-direction: column; color: #F6EEE4; touch-action: pan-y; }
.lb.is-open { display: flex; }
.lb-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: calc(10px + env(safe-area-inset-top)) 14px 8px; }
.lb-top .t { font-weight: 800; font-size: .95rem; }
.lb-top .n { color: #DDAB78; font-weight: 800; font-variant-numeric: tabular-nums; }
.lb-btn { width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.14); color: #fff; display: grid; place-items: center; cursor: pointer; flex: none; }
.lb-btn svg { width: 22px; height: 22px; }
.lb-btn:hover { background: rgba(255,255,255,.26); }
.lb-stage { position: relative; flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; user-select: none; -webkit-user-select: none; }
.lb-track { display: flex; height: 100%; width: 100%; transition: transform .35s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.lb-track.no-anim { transition: none; }
.lb-slide { flex: 0 0 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 6px 10px; }
.lb-slide img { max-width: 100%; max-height: 100%; width: auto; height: auto; border-radius: 10px; box-shadow: 0 24px 60px rgba(0,0,0,.45); background: #111; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); display: none; }
.lb-nav.prev { inset-inline-start: 12px; } .lb-nav.next { inset-inline-end: 12px; }
[dir="rtl"] .lb-nav svg, [dir="rtl"] .btn .arrow, [dir="rtl"] .sheet-list .go svg { transform: scaleX(-1); }
.lb-bottom { display: grid; gap: 8px; padding: 8px 16px calc(12px + env(safe-area-inset-bottom)); }
.lb-cap { text-align: center; font-size: .92rem; min-height: 1.4em; }
.lb-dots { display: flex; gap: 5px; justify-content: center; flex-wrap: wrap; }
.lb-dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.35); }
.lb-dots span.on { background: var(--accent); transform: scale(1.3); }
.lb-thumbs { display: flex; gap: 6px; overflow-x: auto; padding: 2px 0 4px; scrollbar-width: none; }
.lb-thumbs::-webkit-scrollbar { display: none; }
.lb-thumbs button { flex: 0 0 56px; height: 42px; padding: 0; border: 2px solid transparent; border-radius: 8px; overflow: hidden; background: #000; cursor: pointer; }
.lb-thumbs button img { width: 100%; height: 100%; object-fit: cover; opacity: .6; }
.lb-thumbs button.on { border-color: var(--accent); } .lb-thumbs button.on img { opacity: 1; }
body.lb-lock { overflow: hidden; }

/* Tablet */
@media (min-width: 720px) {
  section { padding-block: 72px; }
  .brand { height: 52px; } .brand img { width: 52px; height: 52px; } .brand .name { font-size: 1.55rem; } .brand .sub { font-size: .62rem; }
  .kpi ul { grid-template-columns: repeat(4, 1fr); }
  .pay-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .svc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .world-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .studio-grid { grid-template-columns: 1fr 1fr; }
  .review-scroller { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; overflow: visible; margin: 0; padding: 0; }
  .review { flex: none; }
  .foot-cols { grid-template-columns: 1.2fr 1fr 1fr; }
  .hero-media { border-radius: 26px; }
  .lb-nav { display: grid; }
}
/* Desktop */
@media (min-width: 960px) {
  :root { --header-h: 76px; }
  .nav { display: flex; }
  .menu-btn { display: none; }
  .actionbar { display: none; }
  body { padding-bottom: 0; }
  .hero { padding-block: 44px 40px; }
  .hero .wrap { grid-template-columns: 1fr 1.15fr; gap: 44px; align-items: stretch; }
  .hero-media { order: 2; aspect-ratio: auto; height: 100%; min-height: 0; align-self: stretch; }
  .hero-media .slide { position: absolute; inset: 0; }
  .hero-copy { order: 1; gap: 18px; }
  .hero-actions { max-width: 460px; }
  .pay-grid { grid-template-columns: repeat(11, minmax(0, 1fr)); }
  .svc-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
  .studio-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .review-scroller { grid-template-columns: repeat(3, 1fr); }
  .lb-slide { padding: 12px 72px; }
}
@media (min-width: 1200px) { .top-cta { display: inline-flex; min-height: 42px; padding: 8px 18px; font-size: .92rem; } }

/* ---- Unterseiten (Studios, Leistungen, FAQ, Buchung) ---- */
.crumbs { font-size: .84rem; color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px; padding-block: 14px 0; }
.crumbs a { color: var(--muted); font-weight: 600; } .crumbs a:hover { color: var(--accent-ink); }
.crumbs li { list-style: none; } .crumbs ol { display: contents; margin: 0; padding: 0; } .crumbs li + li::before { content: "›"; margin-inline-end: 6px; color: var(--muted-2); }
.page-hero { padding-block: 16px 24px; }
.page-hero .wrap { display: grid; gap: 18px; }
.page-hero .ph { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 16 / 10; background: var(--surface-2); }
.page-hero .ph img { width: 100%; height: 100%; object-fit: cover; }
.page-hero h1 { font-size: clamp(1.7rem, 5.5vw, 2.6rem); line-height: 1.12; letter-spacing: -.01em; }
.page-hero .lede { color: var(--muted); font-size: 1.02rem; line-height: 1.55; }
.page-hero .facts { display: grid; gap: 8px; margin: 4px 0 0; padding: 0; list-style: none; }
.page-hero .facts li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; }
.page-hero .facts svg { width: 18px; height: 18px; flex: none; color: var(--accent-ink); margin-top: 2px; }
.page-hero .actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; margin-top: 6px; }
.page-hero .actions .btn { white-space: nowrap; padding-inline: 12px; }
.bullets { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.bullets li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
.bullets li::before { content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); margin-top: .5em; }
.pricelist { display: grid; gap: 18px; }
.pricelist h3 { font-size: 1.05rem; margin: 0 0 6px; }
.pricelist table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.pricelist td { padding: 9px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.pricelist td.n { padding-inline-end: 12px; }
.pricelist td.d { color: var(--muted); white-space: nowrap; width: 1%; padding-inline: 10px; font-variant-numeric: tabular-nums; }
.pricelist td.p { text-align: end; white-space: nowrap; font-weight: 800; color: var(--accent-ink); font-variant-numeric: tabular-nums; }
.pricelist .cat-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.pricelist .cat-head span { color: var(--muted); font-size: .84rem; }
.pricelist .more { margin-top: 6px; }
.faq { display: grid; gap: 8px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 0 16px; }
.faq summary { cursor: pointer; padding: 14px 0; font-weight: 800; list-style: none; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent-ink); font-size: 1.3rem; line-height: 1; flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 14px; color: var(--muted); line-height: 1.55; }
.cards { display: grid; gap: 12px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-sm); display: grid; }
.card .ph { aspect-ratio: 4 / 3; background: var(--surface-2); } .card .ph img { width: 100%; height: 100%; object-fit: cover; }
.card .body { padding: 14px 16px 16px; display: grid; gap: 6px; }
.card h3 { font-size: 1.02rem; margin: 0; } .card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.card .link { color: var(--accent-ink); font-weight: 800; font-size: .9rem; display: inline-flex; align-items: center; gap: 4px; }
.card .link svg { width: 16px; height: 16px; }
.review time { display: block; color: var(--muted-2); font-size: .78rem; margin-top: 2px; }
.review footer { display: grid; gap: 0; }
.review footer .src { color: var(--muted); }
.book-form { display: grid; gap: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 18px; box-shadow: var(--shadow-sm); }
.book-form label { display: grid; gap: 6px; font-weight: 700; font-size: .9rem; }
.book-form input, .book-form select, .book-form textarea { font: inherit; padding: 11px 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); color: var(--text); width: 100%; }
.book-form input:focus, .book-form select:focus, .book-form textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; border-color: var(--accent); }
.book-form .row { display: grid; gap: 12px; }
.book-form .msg { padding: 12px 14px; border-radius: 12px; font-size: .95rem; line-height: 1.45; }
.book-form .msg.ok { background: #E8F3E6; color: #2F5A2A; } .book-form .msg.err { background: #FBE7E4; color: #8A2B1F; }
.book-form .btn { justify-self: start; }
.status-pill { display: inline-block; padding: 4px 10px; border-radius: 999px; background: var(--accent-tint); color: var(--accent-ink); font-weight: 800; font-size: .84rem; }
.notfound { padding-block: 60px 80px; text-align: center; }
.notfound h1 { font-size: clamp(2rem, 8vw, 3rem); }
.notfound .langs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; margin-top: 18px; }
.notfound .langs a { font-weight: 700; }
@media (min-width: 720px) {
  .page-hero .wrap { grid-template-columns: 1.1fr 1fr; gap: 32px; align-items: center; }
  .page-hero .ph { order: 2; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .book-form .row { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 960px) {
  .page-hero { padding-block: 24px 40px; }
  .page-hero .wrap { gap: 44px; }
  .cards { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .cards.four { grid-template-columns: repeat(4, 1fr); }
  .pricelist { grid-template-columns: 1fr 1fr; gap: 24px 40px; }
  .faq { max-width: 800px; }
}

/* ---- Now at Honey / Events ---- */
.now-scroller { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 14px; margin: 0 -16px; padding-inline: 16px; scrollbar-width: thin; }
.now-scroller .card { flex: 0 0 78%; scroll-snap-align: start; }
.card .when { color: var(--accent-ink); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
.event { display: grid; gap: 14px; padding-block: 22px; border-top: 1px solid var(--line); }
.event:first-of-type { border-top: 0; padding-top: 0; }
.event .ph { border-radius: 16px; overflow: hidden; aspect-ratio: 16 / 10; background: var(--surface-2); }
.event .ph img { width: 100%; height: 100%; object-fit: cover; }
.event h2 { margin: 4px 0 8px; font-size: 1.4rem; }
.event .dates { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-bottom: 10px; font-size: .88rem; color: var(--muted); }
.event .dates time { padding: 4px 10px; border-radius: 999px; background: var(--accent-tint); color: var(--accent-ink); font-weight: 700; font-size: .84rem; }
.event p { color: var(--muted); line-height: 1.55; margin: 0 0 14px; }
@media (min-width: 720px) {
  .now-scroller { display: grid; grid-template-columns: repeat(2, 1fr); overflow: visible; margin: 0; padding: 0; }
  .now-scroller .card { flex: none; }
  .event { grid-template-columns: 1fr 1.4fr; align-items: center; gap: 28px; }
}
@media (min-width: 960px) { .now-scroller { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
