/* Genuine Escorts v3 — cool slate + celadon · Syne · asymmetric maison */
:root {
  --void: #0a0d12;
  --void-2: #10151d;
  --panel: #161c27;
  --panel-2: #1c2431;
  --line: rgba(158, 183, 168, 0.14);
  --line-2: rgba(158, 183, 168, 0.32);
  --sage: #9eb7a8;
  --sage-2: #c5d6cb;
  --sage-dim: #6f8a7b;
  --ember: #c45c4a;
  --ember-2: #e07a68;
  --pearl: #ece9e3;
  --muted: rgba(236, 233, 227, 0.7);
  --faint: rgba(236, 233, 227, 0.45);
  --wa: #1f6b4a;
  --ok: #8fbc9a;
  --danger: #d08878;
  --font-d: "Syne", "Avenir Next", sans-serif;
  --font-b: "Outfit", "Segoe UI", sans-serif;
  --wrap: 1200px;
  --nav-h: 68px;
  --rail: 48px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
  --safe-l: env(safe-area-inset-left, 0px);
  --safe-r: env(safe-area-inset-right, 0px);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  touch-action: manipulation;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
}

body {
  font-family: var(--font-b);
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(158, 183, 168, 0.08), transparent 50%),
    radial-gradient(700px 400px at -10% 60%, rgba(196, 92, 74, 0.05), transparent 45%),
    linear-gradient(180deg, var(--void) 0%, var(--void-2) 100%);
  color: var(--pearl);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: calc(76px + var(--safe-b));
  min-height: 100dvh;
}
@media (min-width: 900px) {
  body { padding-bottom: 0; font-size: 17px; padding-left: var(--rail); }
}

img, svg, picture, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
ul, ol { list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
input, select, textarea { font-size: 16px; }
button { border: 0; background: none; cursor: pointer; }
:focus-visible { outline: 2px solid var(--sage); outline-offset: 3px; }
::selection { background: rgba(158, 183, 168, 0.35); color: var(--pearl); }

.skip-link {
  position: absolute; left: -9999px; z-index: 10000;
  background: var(--sage); color: var(--void); padding: .8rem 1.1rem; font-weight: 700;
}
.skip-link:focus { left: 1rem; top: calc(1rem + var(--safe-t)); }

.wrap { width: min(100% - 1.25rem, var(--wrap)); margin-inline: auto; }
@media (min-width: 768px) { .wrap { width: min(100% - 2.5rem, var(--wrap)); } }

.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0; white-space: nowrap;
}

/* Side rail — unique atelier signature */
.atelier-rail {
  display: none;
  position: fixed; left: 0; top: 0; bottom: 0; width: var(--rail);
  z-index: 80;
  border-right: 1px solid var(--line);
  background: rgba(10, 13, 18, 0.92);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-items: center; justify-content: center;
  letter-spacing: .28em; text-transform: uppercase;
  font-size: .68rem; font-weight: 600; color: var(--sage);
  gap: 1.5rem;
}
.atelier-rail span { opacity: .45; color: var(--faint); }
@media (min-width: 900px) { .atelier-rail { display: flex; } }

/* Type */
.kicker {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--sage); font-weight: 600; margin-bottom: .85rem;
}
.kicker::before {
  content: ""; width: 10px; height: 10px;
  border: 1px solid var(--sage); transform: rotate(45deg);
}
h1, h2, h3, .display {
  font-family: var(--font-d);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
h1 { font-size: clamp(2rem, 7vw, 3.75rem); }
h2 { font-size: clamp(1.55rem, 4vw, 2.6rem); }
h3 { font-size: clamp(1.1rem, 2.2vw, 1.35rem); }
.lede { color: var(--muted); font-size: clamp(.98rem, 2.1vw, 1.12rem); max-width: 36rem; line-height: 1.7; }
.muted { color: var(--muted); }

.section { padding: clamp(3rem, 7vw, 5.5rem) 0; content-visibility: auto; contain-intrinsic-size: 1px 700px; }
.section--band {
  background: linear-gradient(180deg, rgba(22, 28, 39, 0.65), rgba(16, 21, 29, 0.9));
  border-block: 1px solid var(--line);
}
.section-head { margin-bottom: clamp(1.5rem, 4vw, 2.4rem); max-width: 40rem; }
.section-head p { margin-top: .85rem; color: var(--muted); }
.section-head--split {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end;
  gap: 1rem; max-width: none;
}

/* Buttons — sharp atelier geometry (no pills) */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 48px; min-width: 44px; padding: .8rem 1.25rem;
  border: 1px solid transparent;
  font-size: .78rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase;
  transition: background .25s, border-color .25s, color .25s, transform .2s var(--ease);
  touch-action: manipulation; -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: scale(.98); }
.btn-sm { min-height: 40px; padding: .5rem .9rem; font-size: .7rem; }
.btn-primary {
  background: var(--sage);
  color: var(--void);
  box-shadow: 0 12px 30px rgba(158, 183, 168, 0.18);
}
.btn-primary:hover { background: var(--sage-2); }
.btn-ember {
  background: var(--ember);
  color: #fff8f6;
}
.btn-ember:hover { background: var(--ember-2); }
.btn-ghost {
  border-color: var(--line-2); color: var(--pearl);
  background: rgba(255,255,255,.02);
}
.btn-ghost:hover { border-color: var(--sage); color: var(--sage-2); }
.btn-wa { background: var(--wa); color: #eaf7f0; }
.btn-wa:hover { filter: brightness(1.08); }
.cta-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(10, 13, 18, 0.78);
  border-bottom: 1px solid transparent;
  padding-top: var(--safe-t);
  transition: border-color .3s, background .3s;
}
.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(10, 13, 18, 0.94);
}
.site-header__inner {
  min-height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { display: inline-flex; align-items: baseline; gap: .55rem; }
.brand__word {
  font-family: var(--font-d); font-size: 1.45rem; font-weight: 700;
  letter-spacing: -.03em;
}
.brand__word em { font-style: normal; color: var(--sage); }
.brand__tag {
  font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--faint);
}
.nav-desktop { display: none; gap: .15rem; align-items: center; }
.nav-desktop a {
  font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); padding: .55rem .7rem;
}
.nav-desktop a:hover, .nav-desktop a.is-active { color: var(--sage-2); }
.header-cta { display: flex; align-items: center; gap: .4rem; }
.nav-toggle {
  width: 44px; height: 44px; display: grid; gap: 5px; place-content: center;
  border: 1px solid var(--line);
}
.nav-toggle span { width: 16px; height: 1.5px; background: var(--sage); display: block; }
.nav-mobile {
  border-top: 1px solid var(--line);
  background: var(--void-2);
  max-height: min(72vh, 540px); overflow: auto;
}
.nav-mobile nav { display: grid; padding: .4rem 1.2rem 1.2rem; }
.nav-mobile a {
  padding: 1rem 0; border-bottom: 1px solid var(--line);
  min-height: 48px; display: flex; align-items: center; color: var(--muted);
}
.nav-mobile a.is-active { color: var(--sage-2); }
@media (min-width: 1040px) {
  .nav-desktop { display: flex; }
  .nav-toggle { display: none; }
  .nav-mobile { display: none !important; }
}
@media (max-width: 1039px) {
  .header-cta .btn-ghost { display: none; }
}

/* Asymmetric split hero — NOT shetty2 full-bleed brand stack */
.hero-split {
  display: grid;
  min-height: min(90svh, 860px);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
@media (min-width: 900px) {
  .hero-split { grid-template-columns: 1.05fr 0.95fr; }
}
.hero-split__copy {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: calc(var(--nav-h) + 2rem) 0 3rem;
  position: relative; z-index: 2;
}
.hero-split__copy .wrap { width: min(100% - 1.25rem, 560px); margin-left: max(0px, calc((100vw - var(--wrap) - var(--rail)) / 2)); margin-right: auto; }
@media (min-width: 900px) {
  .hero-split__copy {
    padding: calc(var(--nav-h) + 3rem) 0 4rem;
    border-right: 1px solid var(--line);
  }
  .hero-split__copy .wrap { margin-left: max(1.25rem, calc((100% - (var(--wrap) * 0.52)))); width: auto; padding-right: 2rem; max-width: 34rem; }
}
.hero-brand {
  font-family: var(--font-d);
  font-size: clamp(3.4rem, 12vw, 6.5rem);
  font-weight: 750;
  line-height: .88;
  letter-spacing: -.04em;
  margin: .2rem 0 .8rem;
}
.hero-brand em { font-style: normal; color: var(--sage); display: inline; }
.hero-split h1 {
  font-family: var(--font-b);
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0;
  line-height: 1.55;
  max-width: 28rem;
}
.hero-meta {
  display: flex; flex-wrap: wrap; gap: .75rem 1.25rem;
  margin-top: 1.5rem; padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--faint);
}
.hero-meta strong { color: var(--sage); font-weight: 600; }
.hero-split__visual {
  position: relative; min-height: 280px;
  background:
    linear-gradient(160deg, rgba(10,13,18,.2), rgba(10,13,18,.75)),
    radial-gradient(ellipse at 60% 40%, rgba(158,183,168,.18), transparent 55%),
    url('/assets/images/home/hero.webp') center/cover no-repeat,
    var(--panel);
}
@media (min-width: 900px) {
  .hero-split__visual { min-height: auto; }
}
.hero-split__badge {
  position: absolute; right: 1.25rem; bottom: 1.25rem;
  padding: .85rem 1rem;
  border: 1px solid var(--line-2);
  background: rgba(10, 13, 18, 0.72);
  backdrop-filter: blur(10px);
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--sage-2);
}
.hero-split__badge strong { display: block; font-family: var(--font-d); font-size: 1.6rem; letter-spacing: -.02em; color: var(--pearl); margin-top: .2rem; text-transform: none; }

/* Mosaic trust — NOT marquee */
.trust-mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--line);
}
@media (min-width: 800px) {
  .trust-mosaic { grid-template-columns: repeat(4, 1fr); }
}
.trust-mosaic__item {
  padding: 1.35rem 1.2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (min-width: 800px) {
  .trust-mosaic__item { border-bottom: 0; }
  .trust-mosaic__item:last-child { border-right: 0; }
}
.trust-mosaic__item strong {
  display: block; font-family: var(--font-d); font-size: 1.15rem;
  margin-bottom: .25rem; letter-spacing: -.02em;
}
.trust-mosaic__item span { font-size: .82rem; color: var(--faint); }

/* Cards — geometric frames */
.grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
  gap: 1rem;
}
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color .3s, transform .35s var(--ease);
}
.card:hover { border-color: var(--line-2); transform: translateY(-3px); }
.card__media { aspect-ratio: 3/4; overflow: hidden; background: var(--void-2); position: relative; }
.card__media--wide { aspect-ratio: 16/10; }
.card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s var(--ease), filter .4s;
  filter: saturate(.92) contrast(1.04);
}
.card:hover .card__media img { transform: scale(1.04); filter: saturate(1) contrast(1.05); }
.card__body { padding: 1.1rem 1.15rem 1.25rem; }
.card__meta {
  font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--sage); font-weight: 600;
}
.card h3, .card h2 { margin: .4rem 0 .35rem; font-size: clamp(1.1rem, 2vw, 1.3rem); }

.reveal {
  opacity: 0; transform: translateY(18px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }

/* Magazine feature row */
.mag-row {
  display: grid; gap: 1.5rem;
}
@media (min-width: 860px) {
  .mag-row { grid-template-columns: 1fr 1.2fr; align-items: center; gap: 3rem; }
  .mag-row--flip { direction: rtl; }
  .mag-row--flip > * { direction: ltr; }
}
.mag-row__visual {
  aspect-ratio: 4/3;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(158,183,168,.12), transparent 50%),
    var(--panel);
  display: grid; place-items: center;
  font-family: var(--font-d); font-size: clamp(3rem, 8vw, 5rem);
  color: var(--sage); letter-spacing: -.04em;
}

/* Intro split — lead copy beside a feature grid */
.intro-split { display: grid; gap: 2rem; }
@media (min-width: 960px) {
  .intro-split { grid-template-columns: 0.95fr 1.15fr; gap: 3rem; align-items: start; }
  .intro-split__lead { position: sticky; top: calc(var(--nav-h) + 1.5rem); }
}
.intro-split__lead .lede { margin-top: 1rem; }

/* Feature grid / tiles (why choose) */
.feature-grid {
  display: grid; gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (min-width: 560px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
.feature-tile {
  background: var(--void-2);
  padding: 1.4rem 1.3rem;
  transition: background .3s;
}
.feature-tile:hover { background: var(--panel); }
.feature-tile__body h3 {
  font-size: 1.08rem; margin-bottom: .5rem;
  display: flex; align-items: center; gap: .55rem;
}
.feature-tile__body h3::before {
  content: ""; width: 9px; height: 9px; flex: none;
  border: 1px solid var(--sage); transform: rotate(45deg);
}
.feature-tile__body p { font-size: .92rem; line-height: 1.6; }

/* Stat band */
.stat-band {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
}
@media (min-width: 800px) { .stat-band { grid-template-columns: repeat(4, 1fr); } }
.stat { background: var(--void-2); padding: 1.75rem 1.3rem; }
.stat__num {
  font-family: var(--font-d); font-size: clamp(2rem, 5vw, 2.9rem);
  color: var(--sage); letter-spacing: -.03em; line-height: 1;
}
.stat__label {
  margin-top: .55rem; font-weight: 600; font-size: .95rem;
  letter-spacing: .01em; color: var(--pearl);
}
.stat__sub { margin-top: .4rem; font-size: .84rem; line-height: 1.55; }

/* Review / testimonial cards */
.review-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
}
.review-card {
  background: var(--panel); border: 1px solid var(--line);
  padding: 1.5rem 1.4rem; display: flex; flex-direction: column; gap: .85rem;
}
.review-card__stars { color: var(--sage); letter-spacing: .18em; font-size: .95rem; }
.review-card blockquote {
  color: var(--muted); line-height: 1.7; font-size: .96rem; flex: 1;
}
.review-card figcaption {
  font-size: .82rem; color: var(--faint);
  padding-top: .75rem; border-top: 1px solid var(--line);
}
.review-card figcaption strong { color: var(--sage-2); }

/* Profile card (used in related blocks) */
.profile-card {
  background: var(--panel); border: 1px solid var(--line); overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color .3s, transform .35s var(--ease);
}
.profile-card:hover { border-color: var(--line-2); transform: translateY(-3px); }
.profile-card .card__media { aspect-ratio: 3/4; overflow: hidden; }
.profile-card .card__media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;
}
.profile-card__body {
  padding: 1rem 1.1rem 1.15rem;
  display: flex; flex-direction: column; flex: 1; gap: .2rem;
}
.profile-card__body h3 {
  margin-top: .3rem; font-size: 1.1rem; line-height: 1.25;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

/* Generic in-prose section wrapper */
.section-inner { margin-top: clamp(2rem, 5vw, 3rem); }
.section-inner > h2 { margin-bottom: .4rem; }

/* Steps / tariff */
.steps {
  display: grid; gap: 1px; background: var(--line);
  border: 1px solid var(--line);
}
@media (min-width: 800px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step {
  background: var(--void-2);
  padding: 1.5rem 1.25rem;
  counter-increment: atelier-step;
}
.steps { counter-reset: atelier-step; }
.step::before {
  content: counter(atelier-step, decimal-leading-zero);
  font-family: var(--font-d); font-size: 1.6rem; color: var(--sage);
  display: block; margin-bottom: .6rem; letter-spacing: -.02em;
}

.rate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
}
.rate-card {
  background: var(--void-2);
  padding: 1.75rem 1.4rem;
}
.rate-card.is-featured {
  background: linear-gradient(165deg, rgba(158,183,168,.12), var(--panel));
}
.rate-card .price {
  font-family: var(--font-d); font-size: clamp(2.2rem, 4.5vw, 3rem);
  margin: .5rem 0 .15rem; letter-spacing: -.03em;
}
.rate-card ul { margin-top: 1.1rem; display: grid; gap: .5rem; color: var(--muted); }
.rate-card li { padding-left: .75rem; position: relative; }
.rate-card li::before {
  content: ""; width: 6px; height: 6px; border: 1px solid var(--sage);
  position: absolute; left: 0; top: .55em; transform: rotate(45deg);
}

/* Duration toggles */
.duration-bar {
  display: flex; flex-wrap: wrap; gap: .4rem; margin: 1rem 0 1.25rem;
}
.duration-bar button {
  min-height: 40px; padding: .45rem .9rem;
  border: 1px solid var(--line); color: var(--muted);
  font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
}
.duration-bar button.is-active {
  border-color: var(--sage); color: var(--sage-2); background: rgba(158,183,168,.1);
}

/* Filters / search */
.toolbar {
  display: flex; flex-wrap: wrap; gap: .75rem; align-items: center;
  margin-bottom: 1.5rem;
}
.toolbar__search {
  flex: 1 1 220px; position: relative;
}
.toolbar__search input {
  width: 100%; min-height: 48px; padding: .7rem 1rem .7rem 2.5rem;
  background: var(--panel); border: 1px solid var(--line); color: var(--pearl);
}
.toolbar__search svg {
  position: absolute; left: .85rem; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; opacity: .5;
}
.chip-row { display: flex; flex-wrap: wrap; gap: .4rem; }
.chip {
  min-height: 38px; padding: .4rem .75rem;
  border: 1px solid var(--line); color: var(--muted);
  font-size: .7rem; letter-spacing: .08em; text-transform: uppercase;
  background: transparent; cursor: pointer;
}
.chip.is-active { border-color: var(--sage); color: var(--sage-2); background: rgba(158,183,168,.1); }

/* Page hero */
.page-hero {
  padding: clamp(3.25rem, 8vw, 5.5rem) 0 2.5rem;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(600px 280px at 90% 0%, rgba(158,183,168,.1), transparent 55%),
    linear-gradient(180deg, rgba(22,28,39,.4), transparent);
  pointer-events: none;
}
.page-hero__inner { position: relative; max-width: 42rem; }
.breadcrumbs { padding: 1rem 0 0; font-size: .8rem; color: var(--faint); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .35rem; }
.breadcrumbs li:not(:last-child)::after { content: "·"; margin-left: .35rem; opacity: .5; }
.breadcrumbs a:hover { color: var(--sage-2); }

.prose { max-width: 44rem; color: var(--muted); line-height: 1.75; }
.prose p + p { margin-top: 1.05rem; }
.prose h2, .prose h3 { color: var(--pearl); margin: 1.9rem 0 .8rem; }
.prose a { color: var(--sage-2); text-decoration: underline; text-decoration-color: rgba(158,183,168,.35); text-underline-offset: 3px; }
.prose strong { color: var(--pearl); }

.faq-list { display: grid; gap: .65rem; max-width: 48rem; }
.faq-item { border: 1px solid var(--line); background: var(--panel); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 1.1rem 1.2rem;
  display: flex; justify-content: space-between; gap: 1rem; min-height: 52px; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--sage); }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { padding: 0 1.2rem 1.2rem; color: var(--muted); }

.contact-grid { display: grid; gap: 1.5rem; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1.05fr; } }
.form {
  display: grid; gap: .9rem; padding: 1.4rem;
  border: 1px solid var(--line); background: var(--panel);
}
.form label { display: grid; gap: .35rem; font-size: .8rem; color: var(--muted); }
.form input, .form textarea, .form select {
  width: 100%; min-height: 48px; padding: .7rem .9rem;
  background: var(--void); border: 1px solid var(--line-2); color: var(--pearl);
}
.form input:focus, .form textarea:focus, .form select:focus {
  border-color: var(--sage); outline: none; box-shadow: 0 0 0 3px rgba(158,183,168,.15);
}
.form textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: .85rem; color: var(--faint); }
.form-success { color: var(--ok); }

.detail-layout { display: grid; gap: 2rem; }
@media (min-width: 920px) { .detail-layout { grid-template-columns: 1fr 1fr; gap: 2.5rem; } }
.detail-media {
    margin: 0 0 1.5rem;
    overflow: hidden;
    background: var(--void-2);
    aspect-ratio: 16 / 10;
}
.detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.detail-aside {
  position: sticky; top: calc(var(--nav-h) + 1rem);
  padding: 1.35rem; border: 1px solid var(--line); background: var(--panel);
}
.table-stats { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.table-stats th, .table-stats td {
  text-align: left; padding: .55rem 0; border-bottom: 1px solid var(--line); font-size: .92rem;
}
.table-stats th { color: var(--faint); font-weight: 400; width: 40%; }

.link-more {
  display: inline-flex; margin-top: 1.5rem; color: var(--sage-2);
  letter-spacing: .1em; text-transform: uppercase; font-size: .72rem; font-weight: 650;
}
.link-more:hover { color: var(--sage); }

.explore-nav {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.explore-nav__label {
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--sage); font-weight: 600; margin-bottom: .85rem;
}
.explore-nav__list {
  display: flex; flex-wrap: wrap; gap: .55rem .85rem;
}
.explore-nav__list a {
  color: var(--muted);
  border-bottom: 1px solid transparent;
  padding-bottom: .15rem;
  font-size: .95rem;
  transition: color .2s, border-color .2s;
}
.explore-nav__list a:hover {
  color: var(--sage-2);
  border-bottom-color: rgba(158, 183, 168, 0.45);
}
.hub-intro {
  max-width: 44rem;
  color: var(--muted);
  line-height: 1.75;
  margin: -0.5rem 0 2rem;
  font-size: 1.02rem;
}

/* legacy pill class kept harmless if any remain */
.seo-pills { display: none; }

.desk-cta {
  margin-top: 2.5rem; padding: 1.75rem;
  border: 1px solid var(--line-2);
  background:
    linear-gradient(120deg, rgba(158,183,168,.1), transparent 45%),
    var(--panel);
  display: grid; gap: 1.2rem;
}
@media (min-width: 800px) {
  .desk-cta { grid-template-columns: 1.3fr auto; align-items: center; }
}

/* Footer */
.site-footer {
  margin-top: 2rem; padding: 3.5rem 0 calc(7rem + var(--safe-b));
  border-top: 1px solid var(--line);
  background: var(--void-2);
}
@media (min-width: 768px) { .site-footer { padding-bottom: 3rem; } }
.site-footer__grid {
  display: grid; gap: 2rem;
}
@media (min-width: 900px) {
  .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
}
.site-footer h3 {
  font-family: var(--font-b); font-size: .68rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--sage); margin-bottom: .9rem;
}
.site-footer ul { display: grid; gap: .45rem; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--sage-2); }
.footer-contact { display: grid; gap: .4rem; margin-top: 1rem; }
.sister-strip {
  display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin-top: 2rem;
  padding-top: 1.2rem; border-top: 1px solid var(--line);
  font-size: .8rem; color: var(--faint);
}
.site-footer__legal {
  margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem;
  font-size: .76rem; color: var(--faint);
}

/* Scroll to top */
.scroll-top {
  position: fixed;
  right: max(1rem, var(--safe-r));
  bottom: calc(82px + var(--safe-b));
  z-index: 88;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--void);
  background: var(--sage);
  border: 1px solid var(--sage-2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .25s, visibility .25s, transform .25s var(--ease), background .2s;
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.scroll-top:hover { background: var(--sage-2); }
.scroll-top svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}
@media (min-width: 768px) {
  .scroll-top {
    right: max(1.5rem, var(--safe-r));
    bottom: max(1.5rem, var(--safe-b));
  }
}

/* Mobile dock */
.book-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: .35rem;
  padding: .55rem .55rem calc(.55rem + var(--safe-b));
  background: rgba(10, 13, 18, 0.95);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.book-bar a, .book-bar button {
  min-height: 50px; display: grid; place-content: center;
  border: 1px solid var(--line); font-size: .68rem; letter-spacing: .06em;
  text-transform: uppercase; font-weight: 650;
}
.book-bar__wa { background: var(--wa); border-color: transparent; color: #eaf7f0; }
.book-bar__reserve { background: var(--sage); border-color: transparent; color: var(--void); }
@media (min-width: 768px) { .book-bar { display: none; } }

/* Age gate */
.age-gate {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center;
  background: rgba(6, 8, 12, 0.92); backdrop-filter: blur(12px);
  padding: 1.25rem;
}
.age-gate__panel {
  width: min(100%, 420px); padding: 2rem 1.5rem;
  border: 1px solid var(--line-2); background: var(--panel); box-shadow: var(--shadow);
}
.age-gate__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.4rem; }

/* Reserve drawer */
.drawer-backdrop {
  position: fixed; inset: 0; z-index: 150;
  background: rgba(0,0,0,.55); backdrop-filter: blur(4px);
}
.drawer {
  position: fixed; z-index: 160;
  right: 0; top: 0; bottom: 0;
  width: min(100%, 420px);
  background: var(--void-2);
  border-left: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: flex; flex-direction: column;
  transform: translateX(105%);
  transition: transform .35s var(--ease);
}
.drawer.is-open { transform: none; }
.drawer__head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.15rem 1.2rem; border-bottom: 1px solid var(--line);
}
.drawer__body { padding: 1.2rem; overflow: auto; flex: 1; }
.drawer__foot {
  padding: 1rem 1.2rem calc(1rem + var(--safe-b));
  border-top: 1px solid var(--line);
  display: grid; gap: .55rem;
}

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 180;
  display: grid; place-items: center;
  background: rgba(6,8,12,.92); padding: 1rem;
}
.lightbox img {
  max-height: min(88vh, 900px); max-width: min(94vw, 700px);
  object-fit: contain; border: 1px solid var(--line);
}
.lightbox__close {
  position: absolute; top: calc(1rem + var(--safe-t)); right: 1rem;
  width: 44px; height: 44px; border: 1px solid var(--line); color: var(--pearl);
}

.related-block { margin-top: clamp(2.25rem, 5vw, 3.5rem); }
.related-block h2 { margin-bottom: 1.15rem; }

.empty-hint {
  padding: 2rem; border: 1px dashed var(--line-2); text-align: center; color: var(--muted);
}

/* ——— Mobile polish (phones & small tablets) ——— */
@media (max-width: 899px) {
  .hero-split {
    min-height: auto;
    grid-template-rows: auto auto;
  }
  .hero-split__copy {
    padding: calc(var(--nav-h) + 1.25rem) 0 1.75rem;
  }
  .hero-split__copy .wrap {
    width: min(100% - 1.25rem, var(--wrap));
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    max-width: none;
  }
  .hero-brand {
    font-size: clamp(2.6rem, 14vw, 3.6rem);
    line-height: .9;
  }
  .hero-split__visual {
    min-height: min(52svh, 420px);
    order: -1;
  }
  .hero-split__badge {
    right: .85rem;
    bottom: .85rem;
    padding: .65rem .8rem;
  }
  .detail-aside {
    position: static;
    top: auto;
  }
  .intro-split__lead {
    position: static;
  }
  .toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .toolbar__search {
    flex: 1 1 auto;
    width: 100%;
  }
  .chip-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: .15rem;
    margin-inline: -.15rem;
    padding-inline: .15rem;
  }
  .chip-row::-webkit-scrollbar { display: none; }
  .chip {
    flex: none;
    min-height: 44px;
    padding: .5rem .9rem;
  }
  .duration-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .duration-bar::-webkit-scrollbar { display: none; }
  .duration-bar button {
    flex: none;
    min-height: 44px;
  }
  .table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-stats {
    min-width: 280px;
  }
  .breadcrumbs {
    font-size: .75rem;
  }
  .cta-row .btn {
    flex: 1 1 auto;
    min-width: min(100%, 9.5rem);
  }
  .header-cta .btn-primary {
    padding-inline: .7rem;
  }
  .brand__tag { display: none; }
  .drawer {
    width: 100%;
    border-left: 0;
  }
  .nav-mobile {
    max-height: min(78dvh, 640px);
  }
  .page-hero {
    padding-top: clamp(2.4rem, 8vw, 3.5rem);
  }
  .lightbox {
    padding: .65rem;
    align-items: center;
  }
  .lightbox img {
    max-height: min(82dvh, 900px);
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .trust-mosaic__item {
    padding: 1.1rem .95rem;
  }
  .stat {
    padding: 1.35rem 1rem;
  }
  .book-bar {
    gap: .3rem;
    padding: .45rem .45rem calc(.45rem + var(--safe-b));
  }
  .book-bar a, .book-bar button {
    min-height: 48px;
    font-size: .62rem;
    letter-spacing: .04em;
    padding: .2rem;
    text-align: center;
  }
  .scroll-top {
    width: 42px;
    height: 42px;
    bottom: calc(78px + var(--safe-b));
  }
  .rate-card .price {
    font-size: clamp(1.9rem, 10vw, 2.4rem);
  }
}

/* Prevent iOS Safari zoom on form focus */
.form input,
.form textarea,
.form select,
.toolbar__search input,
#gallerySort {
  font-size: 16px;
}

/* Prefer tap feedback over hover lift on coarse pointers */
@media (hover: none) {
  .card:hover,
  .profile-card:hover {
    transform: none;
  }
  .card:hover .card__media img,
  .profile-card:hover .card__media img {
    transform: none;
  }
}

body.nav-open {
  overflow: hidden;
  touch-action: none;
}

/* Profile detail gallery thumbs + zoom */
.profile-zoom-btn,
.profile-thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.profile-zoom-btn img,
.profile-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 1px solid var(--line);
}
.profile-thumb {
  aspect-ratio: 1;
  overflow: hidden;
}
.profile-thumb:focus-visible,
.profile-zoom-btn:focus-visible {
  outline: 2px solid var(--gold, #c9a962);
  outline-offset: 2px;
}
