:root {
  --bg: #08090a;
  --bg-elevated: #111214;
  --border: #23252a;
  --text: #f7f8f8;
  --muted: #8b8f98;
  --accent: #5e6ad2;
  --accent-hover: #6e79de;
  --max: 1080px;
  --font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: saturate(180%) blur(14px);
  background: rgba(8, 9, 10, 0.82);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 3.75rem;
}
.logo-link { display: flex; align-items: center; gap: 0.65rem; }
.logo-img {
  height: 1.5rem; width: auto;
  /* Nearcut asset is white glyphs on black — keep black plate so white type stays visible */
  border-radius: 4px;
  background: #000;
}
.logo-text {
  font-weight: 600; font-size: 0.9rem; letter-spacing: -0.02em;
  display: none;
}
.nav-links {
  display: none; gap: 1.1rem; color: var(--muted);
  font-size: 0.85rem; font-weight: 500;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent); color: #fff; font-weight: 500;
  font-size: 0.875rem; padding: 0.55rem 0.95rem; border-radius: 999px;
  transition: background 0.15s ease;
}
.btn:hover { background: var(--accent-hover); }
.btn-lg { font-size: 0.95rem; padding: 0.75rem 1.25rem; }
.link-quiet { color: var(--muted); font-size: 0.95rem; font-weight: 500; }
.link-quiet:hover { color: var(--text); }
.hero { padding: 3.5rem 0 2rem; }
.hero h1 {
  font-size: clamp(2.4rem, 7vw, 3.75rem); font-weight: 600;
  letter-spacing: -0.04em; line-height: 1.05; max-width: 12ch;
}
.hero-kicker { margin-top: 0.9rem; color: var(--muted); font-size: clamp(1.1rem, 3vw, 1.35rem); font-weight: 500; letter-spacing: -0.02em; }
.hero-sub { margin-top: 0.3rem; color: var(--muted); font-size: 1.05rem; max-width: 36ch; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.75rem; }

.book-stack { display: flex; flex-direction: column; align-items: flex-start; gap: 0.4rem; }
.book-hint {
  color: var(--muted); font-size: 0.85rem; font-weight: 400;
  letter-spacing: -0.01em; margin: 0;
}
.cta-bar .book-stack { align-items: flex-end; }
.cta-bar .book-hint { text-align: right; }
.cards {
  display: grid; gap: 0.75rem; margin: 2rem 0 3rem; padding: 0.75rem;
  border: 1px solid var(--border); border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
}
.card {
  padding: 1rem 1rem 1.1rem; border-radius: 12px;
  background: var(--bg-elevated); border: 1px solid var(--border);
}
.card-icon {
  width: 2rem; height: 2rem; border-radius: 8px;
  border: 1px solid rgba(94, 106, 210, 0.45);
  display: grid; place-items: center; color: var(--accent);
  margin-bottom: 0.75rem; font-size: 0.9rem;
}
.card h3 { font-size: 0.95rem; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 0.35rem; }
.card p { color: var(--muted); font-size: 0.875rem; }
section { padding: 2.75rem 0; border-top: 1px solid var(--border); }
.page-hero { padding: 3rem 0 1.5rem; border-top: none; }
.eyebrow {
  color: var(--muted); font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.65rem;
}
section h2, .page-hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.1rem); font-weight: 600;
  letter-spacing: -0.03em; margin-bottom: 0.5rem;
}
.page-hero h1 { font-size: clamp(2rem, 5vw, 2.75rem); }
.section-lead, .page-lead { color: var(--muted); max-width: 48ch; margin-bottom: 1.75rem; }
.visit-grid { display: grid; gap: 1.5rem; }
.panel {
  background: var(--bg-elevated); border: 1px solid var(--border);
  border-radius: 14px; padding: 1.25rem;
}
.panel h3 {
  font-size: 0.8rem; font-weight: 500; color: var(--muted);
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 0.65rem;
}
.panel address { font-style: normal; font-size: 1.05rem; letter-spacing: -0.01em; }
.hours { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.hours th, .hours td { text-align: left; padding: 0.45rem 0; border-bottom: 1px solid var(--border); font-weight: 400; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: none; }
.hours th { color: var(--muted); width: 35%; }
.map-frame {
  overflow: hidden; border-radius: 14px; border: 1px solid var(--border);
  min-height: 240px; background: #0d0e10;
}
.map-frame iframe {
  width: 100%; height: 280px; border: 0;
  filter: grayscale(1) invert(0.92) contrast(0.9);
}

.btn-directions {
  margin-top: 1rem;
  width: 100%;
}
.phone-row {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.15rem; border-radius: 12px; border: 1px solid var(--border);
  background: var(--bg-elevated); margin-top: 1rem; font-weight: 500;
}
.phone-row span { color: var(--muted); font-size: 0.85rem; }
.team { display: grid; gap: 1rem; }
.person {
  display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem;
  border: 1px solid var(--border); border-radius: 14px; background: var(--bg-elevated);
}
.avatar {
  width: 3rem; height: 3rem; border-radius: 999px; background: #1a1c22;
  border: 1px solid var(--border); display: grid; place-items: center;
  color: var(--muted); font-weight: 600; flex-shrink: 0;
}
.person h3 { font-size: 1rem; letter-spacing: -0.02em; }
.person .role { color: var(--muted); font-size: 0.85rem; margin: 0.15rem 0 0.4rem; }
.person p { color: var(--muted); font-size: 0.9rem; }
.note {
  margin-top: 1.25rem; padding: 1rem 1.15rem; border-radius: 12px;
  border: 1px dashed var(--border); color: var(--muted); font-size: 0.9rem;
}
.draft-banner {
  background: #1a1630; border-bottom: 1px solid #3a3560; color: #c8c4e8;
  font-size: 0.8rem; padding: 0.45rem 1rem; text-align: center;
}
footer {
  padding: 2.5rem 0 3rem; border-top: 1px solid var(--border);
  color: var(--muted); font-size: 0.875rem;
}
.footer-row {
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: space-between; align-items: center;
}
.social { display: flex; flex-wrap: wrap; gap: 1rem; }
.social a:hover { color: var(--text); }
.cta-bar {
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center;
  justify-content: space-between; padding: 1.25rem; border: 1px solid var(--border);
  border-radius: 16px; background: var(--bg-elevated); margin: 0.5rem 0 1.5rem;
}
.cta-bar p { color: var(--muted); font-size: 0.95rem; }


/* Google reviews strip */
.review-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.6rem;
  margin: 1.1rem 0 1rem;
}
.review-card {
  display: flex; flex-direction: column;
  padding: 0.85rem 0.8rem; border-radius: 12px;
  border: 1px solid var(--border); background: var(--bg-elevated);
}
.review-stars {
  color: #f3c969; font-size: 0.72rem; line-height: 1;
  letter-spacing: 0.08em; margin-bottom: 0.55rem;
}
.review-card blockquote { margin: 0; }
.review-card blockquote p {
  color: var(--text); font-size: 0.85rem; line-height: 1.4;
  letter-spacing: -0.01em;
}
.review-card footer {
  display: flex; flex-wrap: wrap; gap: 0.2rem 0.45rem;
  align-items: center; margin-top: auto; padding-top: 0.7rem;
  color: var(--muted); font-size: 0.72rem;
}
.review-avatar {
  display: inline-grid; place-items: center; width: 1.45rem; height: 1.45rem;
  border-radius: 50%; background: rgba(94, 106, 210, 0.18);
  border: 1px solid rgba(94, 106, 210, 0.45); color: #b9beff;
  font-size: 0.58rem; font-weight: 600; letter-spacing: 0;
}
.review-card cite { font-style: normal; font-weight: 500; color: var(--text); }
.review-card time { color: var(--muted); }
.review-more {
  color: var(--accent); font-weight: 500;
  text-decoration: underline; text-underline-offset: 2px;
}
.review-more:hover { color: var(--accent-hover); }
.reviews-meta {
  color: var(--muted); font-size: 0.85rem; margin-top: 0.5rem;
}
.reviews-meta a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
@media (min-width: 720px) {
  .review-grid { grid-template-columns: repeat(4, 1fr); gap: 0.75rem; }
  .review-card { padding: 1rem; }
  .review-card blockquote p { font-size: 0.9rem; }
}

/* Price list */
.price-group { margin-bottom: 2rem; }
.price-group h2 {
  font-size: 1.15rem; font-weight: 600; letter-spacing: -0.02em;
  margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border);
}
.price-row {
  display: grid; grid-template-columns: 1fr auto; gap: 0.5rem 1rem;
  padding: 0.85rem 0; border-bottom: 1px solid var(--border);
}
.price-row:last-child { border-bottom: none; }
.price-name { font-weight: 500; letter-spacing: -0.01em; }
.price-meta { color: var(--muted); font-size: 0.85rem; margin-top: 0.2rem; }
.price-amount { font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }

/* FAQ */
.faq details {
  border: 1px solid var(--border); border-radius: 12px;
  background: var(--bg-elevated); padding: 0.95rem 1.1rem; margin-bottom: 0.65rem;
}
.faq summary {
  cursor: pointer; font-weight: 500; letter-spacing: -0.01em; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--muted); }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); margin-top: 0.65rem; font-size: 0.95rem; }
.faq details a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }

/* Policy prose */
.prose { max-width: 62ch; }
.prose h2 { font-size: 1.2rem; margin: 1.75rem 0 0.65rem; letter-spacing: -0.02em; }
.prose p, .prose li { color: var(--muted); margin-bottom: 0.75rem; }
.prose ul { padding-left: 1.2rem; margin-bottom: 1rem; }
.prose strong { color: var(--text); font-weight: 500; }
.unknown {
  display: inline-block; font-size: 0.75rem; font-weight: 500;
  color: #e0b45a; background: rgba(224,180,90,0.12);
  border: 1px solid rgba(224,180,90,0.35); border-radius: 999px;
  padding: 0.1rem 0.5rem; margin-left: 0.35rem; vertical-align: middle;
}

@media (min-width: 720px) {
  .nav-links { display: flex; }
  .logo-text { display: none; }
  .logo-img { height: 1.65rem; }
  .cards { grid-template-columns: repeat(3, 1fr); padding: 1rem; }
  .visit-grid { grid-template-columns: 1fr 1.1fr; align-items: start; }
  .team { grid-template-columns: 1fr 1fr; }
  .hero { padding-top: 5rem; padding-bottom: 3rem; }
}
@media (max-width: 719px) {
  .nav-links.mobile-open {
    display: flex; flex-direction: column; position: absolute;
    left: 0; right: 0; top: 3.75rem; background: var(--bg);
    border-bottom: 1px solid var(--border); padding: 1rem;
  }
}

/* ── Header actions (Book + hamburger) ─────────────────────────── */

/* ── Shop updates ticker ───────────────────────────────────────── */
.news-ticker {
  border-top: 1px solid rgba(35, 37, 42, 0.8);
  background: rgba(17, 18, 20, 0.72);
}
.news-ticker-inner {
  min-height: 2.25rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
}
.news-ticker-label {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.news-ticker-viewport {
  min-width: 0;
  overflow: hidden;
}
.news-ticker-track {
  display: flex;
  width: max-content;
  animation: news-ticker-scroll 32s linear infinite;
}
.news-ticker-set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1.75rem;
  padding-right: 1.75rem;
  list-style: none;
}
.news-ticker-item {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.3;
  white-space: nowrap;
}
.news-ticker-item strong {
  color: var(--text);
  font-weight: 500;
}
.news-ticker-separator { color: var(--accent); padding: 0 0.2rem; }
.news-ticker-toggle {
  border: 0;
  border-left: 1px solid var(--border);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  padding: 0.2rem 0 0.2rem 0.75rem;
}
.news-ticker-toggle:hover { color: var(--text); }
.news-ticker-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.news-ticker:hover .news-ticker-track,
.news-ticker:focus-within .news-ticker-track,
.news-ticker.is-paused .news-ticker-track {
  animation-play-state: paused;
}
.news-ticker-list {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes news-ticker-scroll {
  to { transform: translateX(-50%); }
}

.nav-actions {
  display: flex; align-items: center; gap: 0.65rem; margin-left: auto;
}
.menu-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.5rem; height: 2.5rem; border-radius: 999px;
  border: 1px solid var(--border); background: var(--bg-elevated);
  color: var(--text); cursor: pointer; padding: 0;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.menu-toggle:hover { background: #16181c; border-color: #2e3138; }
.menu-toggle:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px;
}
.menu-toggle-bars {
  display: block; width: 1.05rem; height: 0.75rem; position: relative;
}
.menu-toggle-bars::before,
.menu-toggle-bars::after,
.menu-toggle-bars span {
  content: ""; position: absolute; left: 0; right: 0; height: 1.5px;
  background: currentColor; border-radius: 1px;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.15s ease;
}
.menu-toggle-bars span { top: 50%; margin-top: -0.75px; }
.menu-toggle-bars::before { top: 0; }
.menu-toggle-bars::after { bottom: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-bars span { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-bars::before {
  top: 50%; margin-top: -0.75px; transform: rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .menu-toggle-bars::after {
  bottom: 50%; margin-bottom: -0.75px; transform: rotate(-45deg);
}

/* Hide compact text links — hamburger is primary on all breakpoints */
.nav-links { display: none !important; }

body.menu-open { overflow: hidden; }

/* ── Full-screen overlay menu ──────────────────────────────────── */
.site-menu {
  position: fixed; inset: 0; z-index: 40;
  background: rgba(8, 9, 10, 0.97);
  backdrop-filter: saturate(160%) blur(18px);
  display: flex; flex-direction: column;
  padding: 5rem 1.5rem 2rem;
  overflow-y: auto;
}
.site-menu[hidden] { display: none !important; }
.site-menu-inner {
  width: min(100%, 28rem); margin: 0 auto;
  display: flex; flex-direction: column; flex: 1; gap: 2rem;
}
.site-menu-nav {
  display: flex; flex-direction: column; gap: 0.15rem;
}
.site-menu-nav a {
  display: block; font-size: clamp(1.45rem, 5vw, 1.85rem);
  font-weight: 600; letter-spacing: -0.03em; line-height: 1.25;
  padding: 0.55rem 0; color: var(--text);
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease;
}
.site-menu-nav a:hover,
.site-menu-nav a[aria-current="page"] { color: var(--accent); }
.site-menu-nav .menu-book {
  margin-top: 1rem; width: fit-content;
  font-size: 1rem; letter-spacing: -0.01em; line-height: 1.2;
  padding: 0.75rem 1.35rem;
}
.site-menu-foot {
  margin-top: auto; padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 1rem;
}
.site-menu-social {
  display: flex; gap: 0.75rem;
}
.social-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 3rem; height: 3rem; border-radius: 999px;
  border: 1px solid var(--border); background: var(--bg-elevated);
  color: var(--text); transition: background 0.15s ease, border-color 0.15s ease;
}
.social-icon:hover { background: #16181c; border-color: #2e3138; color: var(--accent); }
.social-icon svg { width: 1.25rem; height: 1.25rem; fill: currentColor; }
.site-menu-review {
  font-size: 0.9rem; font-weight: 500; color: var(--muted);
}
.site-menu-review:hover { color: var(--text); }

/* ── Scroll reveal ─────────────────────────────────────────────── */
.reveal-ready,
.review-card.reveal-ready {
  opacity: 0;
  transform: translateY(0.85rem);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal-ready.is-visible,
.review-card.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal-ready,
  .review-card.reveal-ready {
    opacity: 1; transform: none; transition: none;
  }
  .news-ticker-track { animation: none; }
}

/* ── Reviews CTA ───────────────────────────────────────────────── */
.reviews-actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem 1rem;
  align-items: center; margin-top: 1.25rem;
}
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: var(--text); font-weight: 500;
  font-size: 0.875rem; padding: 0.55rem 0.95rem; border-radius: 999px;
  border: 1px solid var(--border);
  transition: background 0.15s ease, border-color 0.15s ease;
}
.btn-ghost:hover { background: var(--bg-elevated); border-color: #2e3138; }

/* ── Service cards (services page + home highlights) ───────────── */
.service-grid {
  display: grid; gap: 0.75rem; margin: 1rem 0 1.5rem;
}
.service-card {
  padding: 1.15rem 1.2rem; border-radius: 14px;
  border: 1px solid var(--border); background: var(--bg-elevated);
  display: flex; flex-direction: column; gap: 0.65rem;
}
.service-card h3 {
  font-size: 1.05rem; font-weight: 600; letter-spacing: -0.02em;
}
.service-card .price-meta { margin-top: 0; }
.service-card-top {
  display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start;
}
.service-card .price-amount { font-size: 1.05rem; }
.service-card .book-stack { margin-top: 0.25rem; }
.card-link {
  display: block; color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}
a.card.card-link:hover {
  border-color: #2e3138; background: #14161a;
}
.cards-foot {
  display: flex; justify-content: center; margin: -1.5rem 0 2.5rem;
}
@media (min-width: 720px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Gallery ───────────────────────────────────────────────────── */
.gallery-cta {
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center;
  justify-content: space-between; padding: 1.25rem 1.35rem;
  border: 1px solid var(--border); border-radius: 16px;
  background: var(--bg-elevated); margin-bottom: 1.5rem;
}
.gallery-cta p { color: var(--muted); font-size: 0.95rem; max-width: 40ch; }
.gallery-cta strong { color: var(--text); font-weight: 600; }
.ig-embed-wrap {
  border: 1px solid var(--border); border-radius: 16px; overflow: hidden;
  background: var(--bg-elevated); min-height: 12rem;
}
.ig-embed-wrap iframe {
  width: 100%; min-height: 480px; border: 0; display: block;
}
.gallery-fallback {
  padding: 2rem 1.5rem; text-align: center; color: var(--muted);
}
.gallery-fallback p { margin-bottom: 1rem; max-width: 40ch; margin-inline: auto; }

.gallery-local {
  padding: 2.5rem 0 1rem;
  border-top: 1px solid var(--border);
}
.gallery-section-head { margin-bottom: 1.25rem; }
.gallery-section-head .page-lead { margin-top: 0.35rem; }

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

/* Carousel — mobile-first, one focused image */
.carousel {
  max-width: 28rem;
  margin: 0 auto 0.5rem;
}
.carousel-viewport {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-elevated);
  aspect-ratio: 3 / 4;
}
.carousel-track {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
}
.carousel-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease;
  pointer-events: none;
  display: block !important; /* override [hidden] so absolute stack works */
}
.carousel-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.carousel-slide figure {
  position: relative;
  margin: 0;
  height: 100%;
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel-slide figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0.65rem 0.85rem;
  font-size: 0.8rem;
  color: var(--text);
  background: linear-gradient(transparent, rgba(8, 9, 10, 0.85));
}
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.85rem;
}
.carousel-btn {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.carousel-btn:hover {
  background: #1a1b1f;
  border-color: #2e3138;
}
.carousel-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.carousel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  flex: 1;
}
.carousel-dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #3a3d45;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.carousel-dot[aria-selected="true"] {
  background: var(--accent);
  transform: scale(1.15);
}
.carousel-dot:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.carousel-status {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted);
}

@media (min-width: 640px) {
  .carousel { max-width: 32rem; }
  .carousel-btn { width: 2.75rem; height: 2.75rem; }
}
@media (min-width: 900px) {
  .carousel { max-width: 36rem; }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-slide { transition: none; }
}

/* ── Join page ─────────────────────────────────────────────────── */
.join-grid { display: grid; gap: 1rem; margin: 1rem 0 1.5rem; }
.join-card {
  padding: 1.35rem 1.4rem; border-radius: 16px;
  border: 1px solid var(--border); background: var(--bg-elevated);
}
.join-card h2 {
  font-size: 1.2rem; font-weight: 600; letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.join-card p { color: var(--muted); font-size: 0.95rem; margin-bottom: 0.75rem; }
.join-card p:last-child { margin-bottom: 0; }
.join-actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.5rem;
}
.teaser-bar {
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center;
  justify-content: space-between; padding: 1.25rem;
  border: 1px solid var(--border); border-radius: 16px;
  background: var(--bg-elevated);
}
.teaser-bar p { color: var(--muted); font-size: 0.95rem; max-width: 48ch; }

.faq .placeholder-note {
  font-style: normal; color: var(--muted);
  border-left: 2px solid var(--border); padding-left: 0.75rem;
}

/* ── Service overview (Fargs-style image cards) ───────────────── */
.service-overview-grid {
  display: grid;
  gap: 0.85rem;
  margin: 0.5rem 0 1.75rem;
}
@media (min-width: 640px) {
  .service-overview-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .service-overview-grid { grid-template-columns: repeat(3, 1fr); }
}
.ov-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-elevated);
  min-height: 100%;
}
.ov-card-media {
  position: relative;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: #0d0e10;
}
.ov-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform 0.35s ease;
}
.ov-card:hover .ov-card-media img { transform: scale(1.04); }
.ov-card-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,9,10,0.15) 20%, rgba(8,9,10,0.72) 100%);
  pointer-events: none;
}
.ov-card-title {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 1;
  padding: 1rem 1rem 0.85rem;
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.ov-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.05rem 1.1rem;
  flex: 1;
}
.ov-card-body p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
  letter-spacing: -0.01em;
  margin: 0;
}
.ov-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 0.75rem;
  margin-top: auto;
  padding-top: 0.15rem;
}
.ov-duration {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.ov-card .btn { font-size: 0.8rem; padding: 0.45rem 0.85rem; }
.ov-card-prices {
  font-size: 0.8rem;
  color: var(--muted);
}
.ov-card-prices a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.ov-card-prices a:hover { color: var(--accent-hover); }

/* Soft hover reveal for duration/book — always visible on touch/no-hover */
@media (hover: hover) and (pointer: fine) {
  .ov-card-meta {
    opacity: 0.55;
    transition: opacity 0.2s ease;
  }
  .ov-card:hover .ov-card-meta,
  .ov-card:focus-within .ov-card-meta { opacity: 1; }
}

/* ── Home compact hours + news ────────────────────────────────── */
.home-hours {
  max-width: 22rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-elevated);
}
.hours-compact {
  font-size: 0.8rem;
}
.hours-compact th,
.hours-compact td {
  padding: 0.28rem 0;
}
.hours-compact th { width: 42%; }
.home-hours-cue {
  margin-top: 0.85rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.home-hours-cue .link-quiet { font-size: inherit; color: var(--accent); }
.home-hours-cue .link-quiet:hover { color: var(--accent-hover); }

.news-list {
  display: grid;
  gap: 0.75rem;
  max-width: 40rem;
}
.news-item {
  padding: 1rem 1.15rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-elevated);
}
.news-date {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.02em;
  margin-bottom: 0.35rem;
}
.news-title {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.3rem;
}
.news-body {
  color: var(--muted);
  font-size: 0.875rem;
  margin: 0;
}
.news-empty {
  color: var(--muted);
  font-size: 0.9rem;
  padding: 1rem 1.15rem;
  border: 1px dashed var(--border);
  border-radius: 12px;
  background: transparent;
  max-width: 40rem;
}


/* About us profiles */
.about-intro {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 52ch;
  margin: 0 0 1.75rem;
  line-height: 1.55;
}
.about-profiles {
  display: grid;
  gap: 1.25rem;
}
.about-profile {
  display: grid;
  gap: 1rem;
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--bg-elevated);
}
.about-photo {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  border: 1px solid var(--border);
  justify-self: stretch;
}
.about-copy h3 {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  margin: 0;
}
.about-copy .role {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0.2rem 0 0.65rem;
}
.about-copy p:last-child {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 720px) {
  .about-profiles {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .about-profile {
    align-items: start;
  }
}
