:root {
  --cream: #f6f2ea;
  --cream-2: #efe9dd;
  --ink: #161310;
  --ink-2: #0c0b0a;
  --ink-3: #11100e;
  --flame: #b83c05;
  --action: #ef6a22;
  --action-hover: #ff8a43;
  --muted: #4a443c;
  --muted-2: #625b50;
  --muted-3: #9f9789;
  --soft-on-dark: #d4cdc1;
  --line: rgba(22, 19, 16, .12);
  --line-dark: rgba(246, 242, 234, .14);
  --danger: #9b1c15;
  --radius: 18px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 74px; }
html, body { margin: 0; padding: 0; background: var(--cream); }
body {
  color: var(--ink);
  font-family: "Inter Tight", system-ui, sans-serif;
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
a { color: var(--flame); }
a:hover { color: #8d2b02; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; letter-spacing: -.025em; line-height: 1.04; }
p { max-width: 65ch; }
::selection { background: var(--action); color: var(--ink); }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--cream);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.wrap { max-width: 1200px; margin: 0 auto; padding-inline: clamp(22px, 5vw, 60px); }
.narrow { max-width: 820px; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--flame);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.lead { color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); font-weight: 300; line-height: 1.7; }

.rv { opacity: 1; transform: none; }
.js .rv {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
}
.js .rv.in { opacity: 1; transform: none; }

.btn, .submit {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100px;
  background: var(--action);
  color: var(--ink);
  cursor: pointer;
  font: 700 16px/1 "Inter Tight", system-ui, sans-serif;
  text-align: center;
  text-decoration: none;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.btn { padding: 17px 34px; }
.btn:hover, .submit:hover { background: var(--action-hover); color: var(--ink); transform: translateY(-2px); }
.btn:focus-visible, .submit:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid #1f6feb;
  outline-offset: 3px;
}
.btn:active, .submit:active { transform: translateY(0); }
.btn[aria-disabled="true"], .submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.submit.is-loading::after {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  border: 2px solid rgba(22, 19, 16, .3);
  border-top-color: var(--ink);
  border-radius: 50%;
  content: "";
  animation: spin .7s linear infinite;
}
.submit.is-success { background: #2f7d32; color: white; }
.submit.is-error { background: var(--danger); color: white; }
.btn-secondary { background: var(--ink); color: var(--cream); }
.btn-secondary:hover { background: #332d27; color: white; }
.btn-neutral { background: transparent; color: var(--cream); box-shadow: inset 0 0 0 1px var(--line-dark); }
.btn-neutral:hover { background: rgba(255, 255, 255, .08); color: white; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Navigation */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 15px clamp(22px, 5vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(246, 242, 234, .94);
  backdrop-filter: blur(10px);
}
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 30px); justify-self: start; }
.nav-links a { color: var(--ink); font-size: 13px; font-weight: 600; text-decoration: none; }
.nav-links a:hover { color: var(--flame); }
.nav-brand { justify-self: center; font-size: 15px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.nav-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 11px 20px;
  border-radius: 100px;
  background: var(--ink);
  color: var(--cream);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--action); color: var(--ink); }
.burger { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; border: 0; background: none; color: var(--ink); cursor: pointer; font-size: 24px; }
.nav-spacer { height: 58px; }

/* Hero */
.hero { padding: clamp(48px, 6vw, 88px) 0 clamp(54px, 7vw, 88px); }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(34px, 5vw, 72px); align-items: center; }
.hero h1 { max-width: 12ch; margin-bottom: 30px; font-size: clamp(40px, 5.8vw, 74px); }
.hero .accent { display: block; margin-top: .12em; color: var(--flame); }
.hero .sub { max-width: 47ch; margin: 0 0 36px; color: var(--muted); font-size: clamp(17px, 1.8vw, 21px); font-weight: 300; line-height: 1.58; }
.hero-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-bottom: 26px; }
.hero .micro { max-width: 28ch; color: var(--muted-2); font-size: 14px; line-height: 1.4; }
.hero-photo { position: relative; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border-radius: 24px; background: var(--ink); }
.hero-photo picture, .hero-photo img { width: 100%; height: 100%; }
.hero-photo img { object-fit: cover; object-position: center 35%; }
.cap {
  position: absolute;
  bottom: 16px;
  left: 18px;
  padding: 7px 14px;
  border-radius: 100px;
  background: rgba(15, 13, 11, .68);
  color: var(--cream);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-reviews {
  display: block;
  max-width: 520px;
  padding: 17px 0 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}
.hero-reviews[href]:hover { color: var(--flame); }
.hero-review-copy { display: block; margin-bottom: 4px; font-family: "IBM Plex Mono", monospace; font-size: 13px; font-weight: 600; }
.hero-review-context { display: block; color: var(--muted-2); font-size: 13px; }
.review-skeleton {
  display: block;
  width: min(360px, 90%);
  height: 15px;
  margin-bottom: 9px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(22, 19, 16, .08), rgba(22, 19, 16, .16), rgba(22, 19, 16, .08));
  background-size: 220% 100%;
  animation: shimmer 1.35s infinite linear;
}
.review-skeleton-short { width: 220px; margin-left: auto; }
@keyframes shimmer { to { background-position: -220% 0; } }

.trust-strip { border-block: 1px solid var(--line); background: var(--cream-2); }
.trust-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip span {
  padding: 20px 16px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  text-align: center;
}
.trust-strip span:last-child { border-right: 0; }

/* Content */
.gal { padding: clamp(66px, 8vw, 104px) 0; }
.gal-head { max-width: 46ch; margin-bottom: clamp(30px, 4vw, 44px); }
.gal-head h2 { margin-bottom: 14px; font-size: clamp(28px, 3.4vw, 44px); }
.gal-head p { margin: 0; color: var(--muted); font-size: 16px; font-weight: 300; line-height: 1.6; }
.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: clamp(150px, 20vw, 240px); gap: clamp(10px, 1.4vw, 16px); }
.gtile { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--ink); }
.gtile picture, .gtile img { width: 100%; height: 100%; }
.gtile img { object-fit: cover; transition: transform .65s cubic-bezier(.16, 1, .3, 1); }
.gtile:hover img { transform: scale(1.04); }
.gtile.tall { grid-row: span 2; }
.gtile.wide { grid-column: span 2; }
.sec { padding: clamp(72px, 9vw, 120px) 0; }
.sec h2 { max-width: 21ch; margin-bottom: 24px; font-size: clamp(32px, 4vw, 54px); }
.problem .lead { max-width: 60ch; }
.problem .kicker { max-width: 27ch; margin-top: 26px; font-size: clamp(21px, 2.3vw, 28px); font-weight: 600; line-height: 1.18; }

.method { background: var(--cream-2); }
.method .lead { max-width: 60ch; margin-bottom: clamp(40px, 5vw, 60px); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.step { padding: 30px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.step .tag { margin-bottom: 18px; color: var(--flame); font-family: "IBM Plex Mono", monospace; font-size: 13px; letter-spacing: .06em; }
.step h3 { margin-bottom: 12px; font-size: clamp(21px, 2.1vw, 25px); }
.step p { margin: 0; color: var(--muted); font-size: 15px; font-weight: 300; line-height: 1.6; }
.method-foot { max-width: 32ch; margin-top: clamp(40px, 5vw, 56px); font-size: clamp(20px, 2.3vw, 28px); font-weight: 600; line-height: 1.2; }

.divider { position: relative; height: clamp(340px, 50vh, 520px); overflow: hidden; background: var(--ink); }
.divider picture, .divider > picture img { width: 100%; height: 100%; }
.divider > picture img { object-fit: cover; object-position: center 40%; }
.divider::after { position: absolute; inset: 0; background: rgba(10, 9, 8, .62); content: ""; }
.divider .dc { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; text-align: center; }
.divider h2 { max-width: 18ch; margin-bottom: 26px; color: var(--cream); font-size: clamp(30px, 4vw, 52px); }

.first { background: var(--ink); color: var(--cream); }
.first .eyebrow { color: var(--action-hover); }
.first h2 { color: var(--cream); }
.first-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2.4vw, 32px); margin-top: clamp(38px, 4vw, 54px); }
.fc { padding-top: 22px; border-top: 1px solid var(--line-dark); }
.fc .n { margin-bottom: 16px; color: var(--action-hover); font-family: "IBM Plex Mono", monospace; font-size: 15px; letter-spacing: .1em; }
.fc h3 { margin-bottom: 8px; color: var(--cream); font-size: 17px; font-weight: 600; }
.fc p { margin: 0; color: var(--soft-on-dark); font-size: 14px; font-weight: 300; line-height: 1.6; }
.first .cta-line { margin-top: clamp(42px, 5vw, 58px); }

.obj-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 2.4vw, 34px); margin-top: clamp(38px, 4vw, 50px); }
.ob { padding: 4px 0 4px 22px; border-left: 2px solid var(--flame); }
.ob .q { margin: 0 0 8px; font-size: clamp(17px, 1.8vw, 21px); font-weight: 600; }
.ob .a { margin: 0; color: var(--muted); font-size: 15px; font-weight: 300; line-height: 1.62; }

/* Reviews */
.proof { background: var(--cream-2); }
.proof-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: clamp(36px, 4vw, 48px); }
.proof-head h2 { margin: 0; }
.rating { color: var(--muted-2); font-family: "IBM Plex Mono", monospace; font-size: 13px; text-align: right; }
.rating .stars { display: block; margin-bottom: 6px; color: var(--flame); font-size: 18px; letter-spacing: 2px; }
.t-grid { display: grid; grid-auto-columns: calc(33.333333% - 14.666667px); grid-auto-flow: column; gap: 22px; padding: 2px 2px 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-color: var(--flame) rgba(22, 19, 16, .1); scrollbar-width: thin; }
.t-grid:focus-visible { outline: 2px solid var(--flame); outline-offset: 5px; }
.t-grid.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; user-select: none; }
.tcard { display: flex; min-width: 0; min-height: 330px; flex-direction: column; padding: 28px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.t-grid .tcard { scroll-snap-align: start; }
.tcard.review-excerpt { min-height: 285px; }
.skeleton-card { border: 0; background: linear-gradient(90deg, rgba(22, 19, 16, .06), rgba(22, 19, 16, .12), rgba(22, 19, 16, .06)); background-size: 220% 100%; animation: shimmer 1.35s infinite linear; }
.review-brand { margin-bottom: 18px; color: var(--muted-2); font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.review-author { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.review-avatar { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; background: var(--cream-2); object-fit: cover; }
.review-author-name { display: inline-flex; min-height: 44px; align-items: center; color: var(--ink); font-size: 15px; font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.review-stars { margin-bottom: 12px; color: var(--flame); font-size: 16px; letter-spacing: 2px; }
.review-quote { margin: 0 0 18px; color: var(--muted); font-size: 15px; font-weight: 300; line-height: 1.62; overflow-wrap: anywhere; }
.review-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 12px; }
.review-meta a { display: inline-flex; min-height: 44px; align-items: center; font-weight: 600; }
.review-footer { margin-top: 30px; text-align: center; }
.review-footer p { margin: 0 auto 20px; color: var(--muted-2); font-size: 13px; }
.review-carousel-controls { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 18px; color: var(--muted-2); font-family: "IBM Plex Mono", monospace; font-size: 12px; }
.review-carousel-controls[hidden] { display: none; }
.review-arrow { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--cream); color: var(--ink); font: inherit; font-size: 20px; cursor: pointer; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.review-arrow:hover:not(:disabled) { border-color: var(--flame); color: var(--flame); transform: translateY(-1px); }
.review-arrow:focus-visible { outline: 2px solid var(--flame); outline-offset: 3px; }
.review-arrow:disabled { opacity: .35; cursor: default; }

@media (pointer: fine) {
  .t-grid { cursor: grab; }
}

.who { background: var(--cream); }
.who .wrap { max-width: 760px; text-align: center; }
.who .eyebrow, .who h2, .who p { margin-inline: auto; }
.who p { color: var(--muted); font-size: clamp(16px, 1.7vw, 19px); font-weight: 300; line-height: 1.6; }

.urg { padding: clamp(32px, 4vw, 54px) 0; }
.urg-box { overflow: hidden; padding: clamp(40px, 5vw, 72px); border-radius: 24px; background: var(--ink); text-align: center; }
.urg-box .eyebrow { color: var(--action-hover); text-align: center; }
.urg-box h2 { max-width: 20ch; margin: 0 auto 20px; color: var(--cream); font-size: clamp(28px, 3.4vw, 44px); }
.urg-box > p:not(.eyebrow) { max-width: 52ch; margin: 0 auto 32px; color: var(--soft-on-dark); font-size: 16px; font-weight: 300; line-height: 1.7; }

/* Booking */
.book { background: var(--ink); color: var(--cream); }
.book-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 5vw, 80px); align-items: start; }
.book .eyebrow { color: var(--action-hover); }
.book h2 { max-width: 12ch; color: var(--cream); }
.book .sub { max-width: 42ch; margin: 0 0 26px; color: var(--soft-on-dark); font-size: 17px; font-weight: 300; line-height: 1.65; }
.review-join { max-width: 42ch; margin: 0 0 24px; padding: 14px 16px; border: 1px solid var(--line-dark); border-radius: 12px; color: var(--cream); font-family: "IBM Plex Mono", monospace; font-size: 12px; line-height: 1.5; }
.assure { margin: 0; padding: 0; list-style: none; }
.assure li { position: relative; padding: 12px 0 12px 28px; border-top: 1px solid var(--line-dark); color: var(--soft-on-dark); font-size: 15px; font-weight: 300; }
.assure li::before { position: absolute; left: 0; color: var(--action-hover); font-weight: 700; content: "✓"; }
.form { min-width: 0; padding: clamp(26px, 3vw, 38px); border-radius: var(--radius); background: var(--cream); box-shadow: 0 20px 48px rgba(0, 0, 0, .24); color: var(--ink); }
.step-indicator { margin-bottom: 12px; color: var(--flame); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 500; letter-spacing: .08em; }
.ftitle { margin-bottom: 6px; color: var(--ink); font-size: 25px; }
.fsub { margin: 0 0 24px; color: var(--muted-2); font-size: 14px; line-height: 1.5; }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 13px; font-weight: 600; }
.field input, .field select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(22, 19, 16, .2);
  border-radius: 12px;
  background: white;
  color: var(--ink);
  font: 16px/1.2 "Inter Tight", system-ui, sans-serif;
}
.field select { padding-right: 40px; }
.field input:focus, .field select:focus { border-color: var(--flame); box-shadow: 0 0 0 3px rgba(184, 60, 5, .14); outline: 0; }
.field.invalid input, .field.invalid select { border-color: var(--danger); }
.err { display: none; margin-top: 6px; color: var(--danger); font-size: 13px; font-weight: 500; }
.field.invalid .err { display: block; }
.submit { width: 100%; margin-top: 4px; padding: 17px; }
.form-error { margin: 14px 0 0; padding: 12px 14px; border-left: 3px solid var(--danger); background: rgba(155, 28, 21, .08); color: var(--danger); font-size: 14px; font-weight: 600; line-height: 1.5; }
.consent { margin: 15px 0 0; color: var(--muted-2); font-size: 12px; line-height: 1.5; text-align: center; }
.consent a { font-weight: 600; }
.fallback-action { margin-top: 14px; }
.fallback-action .btn { width: 100%; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.calendar-help { margin: 16px 0 0; color: var(--muted-2); font-size: 13px; text-align: center; }
.text-button { padding: 0; border: 0; background: none; color: var(--flame); cursor: pointer; font: 700 13px "Inter Tight", system-ui, sans-serif; text-decoration: underline; }
.form-success { padding: 18px 4px; text-align: center; }
.success-icon { display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; margin: 0 auto 18px; border-radius: 50%; background: rgba(184, 60, 5, .12); color: var(--flame); font-size: 26px; font-weight: 700; }
.form-success h3 { margin-bottom: 10px; color: var(--ink); font-size: 27px; }
.form-success p { max-width: 35ch; margin: 0 auto; color: var(--muted); font-size: 15px; font-weight: 300; line-height: 1.6; }
.form-success .success-note { margin-top: 12px; font-weight: 500; }

/* FAQ and location */
.faq .wrap { max-width: 800px; }
.faq h2 { margin-inline: auto; margin-bottom: clamp(36px, 4vw, 48px); text-align: center; }
.qa { border-top: 1px solid var(--line); }
.qa:last-child { border-bottom: 1px solid var(--line); }
.qa h3 { margin: 0; }
.qa button { position: relative; width: 100%; padding: 22px 40px 22px 0; border: 0; background: none; color: var(--ink); cursor: pointer; font: 600 clamp(17px, 1.8vw, 20px) "Inter Tight", system-ui, sans-serif; text-align: left; }
.qa button::after { position: absolute; top: 50%; right: 4px; color: var(--flame); content: "+"; font-size: 24px; font-weight: 400; transform: translateY(-50%); transition: transform .2s; }
.qa button[aria-expanded="true"]::after { transform: translateY(-50%) rotate(45deg); }
.qa .ans p { max-width: 64ch; margin: 0 0 22px; color: var(--muted); font-size: 15.5px; font-weight: 300; line-height: 1.7; }

.loc { background: var(--ink); color: var(--cream); }
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4vw, 60px); align-items: center; }
.loc .eyebrow { color: var(--action-hover); }
.loc h2 { color: var(--cream); }
.loc p { max-width: 40ch; margin: 0 0 22px; color: var(--soft-on-dark); font-size: 16px; font-weight: 300; line-height: 1.7; }
.addr { color: var(--cream); font-size: 15px; font-weight: 600; }
.addr2 { margin: 6px 0 24px; color: var(--muted-3); font-size: 15px; }
.loc-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.loc-actions .btn { flex: 1; }
.loc-map { aspect-ratio: 5 / 4; overflow: hidden; border-radius: var(--radius); background: var(--ink-3); }
.loc-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.25) contrast(1.05); }

/* Footer and sticky CTA */
.foot { background: var(--ink-2); color: var(--soft-on-dark); }
.foot .wrap { padding: clamp(48px, 6vw, 72px) clamp(22px, 5vw, 60px) 32px; }
.foot-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 34px; padding-bottom: 32px; border-bottom: 1px solid var(--line-dark); }
.fb { margin-bottom: 12px; color: var(--cream); font-size: 18px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tl { max-width: 30ch; color: var(--muted-3); font-size: 14px; line-height: 1.6; }
.foot-links { display: flex; flex-wrap: wrap; gap: clamp(30px, 5vw, 64px); }
.foot-links .h { margin-bottom: 14px; color: var(--muted-3); font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.foot-links a, .foot-links span { display: block; margin-bottom: 8px; color: var(--soft-on-dark); font-size: 14px; text-decoration: none; }
.foot-links a:hover { color: var(--action-hover); }
.foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 22px; color: var(--muted-3); font-size: 12px; }
.foot-bottom a { color: var(--muted-3); }
.sticky-cta { display: none; position: fixed; inset: auto 0 0; z-index: 70; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line-dark); background: rgba(11, 10, 9, .96); backdrop-filter: blur(8px); }
.sticky-cta a { display: flex; min-height: 54px; align-items: center; justify-content: center; padding: 15px; border-radius: 100px; background: var(--action); color: var(--ink); font-size: 16px; font-weight: 700; text-align: center; text-decoration: none; }

@media (max-width: 880px) {
  .nav { grid-template-columns: 34px 1fr auto; gap: 10px; padding: 12px 18px; }
  .nav-links { display: none; position: fixed; inset: 58px 0 auto; flex-direction: column; align-items: flex-start; gap: 2px; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 12px 24px rgba(22, 19, 16, .08); }
  .nav-links.open { display: flex; }
  .nav-links a { display: flex; width: 100%; min-height: 44px; align-items: center; padding: 10px 0; font-size: 15px; }
  .nav-brand { justify-self: start; font-size: 13px; }
  .burger { display: inline-flex; }
  .nav-cta { padding: 10px 13px; font-size: 10px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero h1 { max-width: 14ch; }
  .hero-photo { aspect-ratio: 16 / 13; max-height: 70vh; }
  .hero-photo img { object-position: center 28%; }
  .trust-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .trust-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .gal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gtile.wide { grid-column: span 2; }
  .steps,
  .first-grid,
  .obj-grid,
  .book-grid,
  .loc-grid { grid-template-columns: 1fr; }
  .t-grid { grid-auto-columns: minmax(280px, 86%); gap: 16px; }
  .tcard { min-height: 0; }
  .review-carousel-controls { justify-content: center; }
  .loc-grid > div:last-child { order: -1; }
  .sticky-cta { display: block; }
  .js .sticky-cta { visibility: hidden; pointer-events: none; transform: translateY(110%); transition: transform .28s cubic-bezier(.16, 1, .3, 1), visibility .28s; }
  .js .sticky-cta.is-visible { visibility: visible; pointer-events: auto; transform: translateY(0); }
  body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .first-grid { gap: 24px; }
  .review-skeleton-short { margin-left: 0; }
  .rating { text-align: left; }
}

@media (max-width: 520px) {
  .wrap { padding-inline: 18px; }
  .hero { padding-top: 44px; }
  .hero h1 { margin-bottom: 26px; font-size: clamp(38px, 12vw, 50px); }
  .hero .sub { margin-bottom: 30px; }
  .hero-cta-row { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-cta-row .btn { width: 100%; }
  .hero .micro { max-width: none; text-align: center; }
  .gal-grid { grid-auto-rows: 150px; }
  .step, .tcard, .form { padding: 24px 20px; }
  .loc-actions { flex-direction: column; }
  .nav-cta { max-width: 118px; line-height: 1.15; text-align: center; white-space: normal; }
  .foot-links a { min-height: 44px; display: flex; align-items: center; margin-bottom: 0; }
  .foot-bottom a { display: inline-flex; min-height: 44px; align-items: center; }
}

@media (max-width: 350px) {
  .nav-brand { font-size: 11px; }
  .nav-cta { max-width: 100px; padding-inline: 9px; font-size: 9px; }
  .hero h1 { font-size: 36px; }
  .trust-strip span { padding-inline: 8px; font-size: 11px; }
  .form { padding-inline: 17px; }
}

@media (hover: none) { .gtile:hover img { transform: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .rv { opacity: 1 !important; transform: none !important; transition: none; }
  .review-skeleton, .skeleton-card { animation: none; }
}
