/* =========================================================================
   Larry The Barber — Grooming Co.
   Color scheme matched to the brand screenshot:
   black canvas, white serif display type, gold accent, royal-blue CTAs.
   All colors live in :root so the palette can be tuned in one place.
   ========================================================================= */

:root {
  --black:        #050506;
  --black-2:      #0b0b0d;
  --surface:      #101114;
  --surface-2:    #17181c;
  --gold:         #2f6bff;
  --gold-bright:  #5585ff;
  --blue:         #2f6bff;
  --blue-bright:  #4a7dff;
  --cream:        #ffffff;
  --text:         #e9e9ec;
  --muted:        #9aa1ab;
  --line:         rgba(255, 255, 255, 0.10);
  --line-strong:  rgba(255, 255, 255, 0.20);

  --font-display: "Anton", "Arial Narrow", Impact, sans-serif;
  --font-body:    "Poppins", "Helvetica Neue", Arial, sans-serif;
  --font-script:  "Dancing Script", cursive;

  --maxw: 1200px;
  --radius: 6px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.05; margin: 0; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section--tight { padding: 64px 0; }
.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
}
.section-title { font-size: clamp(2rem, 5vw, 3.4rem); color: var(--cream); }
.section-title .accent { color: var(--gold); font-style: italic; }
.lede { color: var(--muted); max-width: 60ch; font-size: 1.05rem; }
.center { text-align: center; }
.center .lede { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px;
  font-family: var(--font-body);
  font-weight: 600; font-size: 0.82rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid transparent; border-radius: var(--radius);
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-bright); }
.btn--gold { background: var(--gold); color: #111; }
.btn--gold:hover { background: var(--gold-bright); }
.btn--ghost { background: transparent; color: var(--cream); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--lg { padding: 18px 38px; font-size: 0.9rem; }
.btn--block { width: 100%; justify-content: center; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 28px; height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.32rem; letter-spacing: 0.02em; }
.header-photo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); flex-shrink: 0; }
.brand .brand-main { color: var(--cream); font-weight: 700; }
.brand .brand-sub { color: var(--gold); font-weight: 700; font-style: italic; }
.brand-logo-img { display: block; height: 58px; width: auto; }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a {
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text); opacity: 0.85; transition: color 0.2s, opacity 0.2s;
}
.nav-links a:hover { color: var(--gold); opacity: 1; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--cream); font-weight: 500; font-size: 0.9rem; letter-spacing: 0.02em; }
.nav-phone .nav-phone-label { display: block; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.nav-phone svg { fill: var(--gold); width: 18px; height: 18px; }
.nav-toggle { display: none; background: none; border: 0; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--cream); margin: 5px 0; transition: 0.3s; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; min-height: 78vh; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 64px 80px 0; }
.hero h1 { font-size: clamp(3rem, 8.5vw, 6.6rem); color: var(--cream); letter-spacing: -0.01em; }
.hero h1 .gold { color: var(--gold); display: block; }
.hero .lede { margin: 28px 0 38px; font-size: 1.2rem; color: #b9c0c8; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-media { position: relative; }
.hero-media .media-fill { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--black) 0%, transparent 22%); pointer-events: none; }

/* ---------- Marquee strip ---------- */
.strip { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; padding: 22px 0; }
.strip-inner span { font-family: var(--font-display); font-style: italic; color: var(--gold); font-size: 1.15rem; }
.strip-inner span::before { content: "✦"; color: var(--blue-bright); margin-right: 12px; font-style: normal; }

/* ---------- Meet Larry ---------- */
.meet-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.meet-portrait { position: relative; }
.meet-portrait img { width: 100%; border-radius: 6px; border: 1px solid var(--line); }
.meet-portrait .frame-badge {
  position: absolute; bottom: -18px; right: -18px;
  background: var(--blue); color: #fff; padding: 16px 22px; border-radius: 6px;
  font-family: var(--font-display); font-style: italic; font-size: 1.1rem; box-shadow: 0 18px 40px rgba(0,0,0,0.5);
}
.meet-copy blockquote {
  margin: 26px 0 0; padding-left: 22px; border-left: 3px solid var(--gold);
  font-family: var(--font-display); font-style: italic; font-size: 1.3rem; color: var(--cream); line-height: 1.5;
}
.meet-copy blockquote cite { display: block; margin-top: 12px; font-style: normal; font-family: var(--font-body); font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }

/* ---------- Services ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 6px;
  padding: 34px 28px; transition: transform 0.3s var(--ease), border-color 0.3s, background 0.3s;
}
.card:hover { transform: translateY(-6px); border-color: var(--gold); background: var(--surface-2); }
.card .card-num { font-family: var(--font-display); font-style: italic; color: var(--gold); font-size: 1rem; }
.card h3 { color: var(--cream); font-size: 1.45rem; margin: 14px 0 10px; }
.card p { color: var(--muted); margin: 0 0 18px; font-size: 0.97rem; }
.card .price { color: var(--gold); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.04em; }

/* ---------- Booking band ---------- */
.book-band { background: linear-gradient(135deg, #10183a 0%, var(--black) 55%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.book-band .container { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: center; }
.book-band h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); color: var(--cream); }
.book-band h2 .accent { color: var(--gold); font-style: italic; }
.book-band .lede { color: #c3c9d2; }
.book-panel { background: var(--surface); border: 1px solid var(--line-strong); border-radius: 8px; padding: 32px; }
.book-panel h3 { color: var(--cream); font-size: 1.3rem; margin-bottom: 6px; }
.book-panel p { color: var(--muted); font-size: 0.92rem; margin: 0 0 20px; }
.book-panel .or { text-align: center; color: var(--muted); font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; margin: 16px 0; }
.book-widget { margin-top: 18px; }

/* ---------- Products ---------- */
.product-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.product-tags { display: flex; gap: 14px; align-items: center; color: var(--cream); font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.82rem; }
.product-tags i { color: var(--blue-bright); font-style: normal; }
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product {
  background: var(--surface); border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
  transition: transform 0.3s var(--ease), border-color 0.3s;
}
.product:hover { transform: translateY(-6px); border-color: var(--gold); }
.product .product-img { aspect-ratio: 1 / 1; background: var(--black-2); }
.product .product-img img { width: 100%; height: 100%; object-fit: cover; }
.product .product-body { padding: 20px 20px 24px; }
.product h3 { color: var(--cream); font-size: 1.18rem; }
.product .product-sub { color: var(--gold); font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; margin: 6px 0 10px; }
.product p { color: var(--muted); font-size: 0.9rem; margin: 0; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: 6px; border: 1px solid var(--line); aspect-ratio: 4 / 5; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 16px;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  font-family: var(--font-display); font-style: italic; color: var(--cream);
}

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.info-list { list-style: none; margin: 28px 0 0; padding: 0; }
.info-list li { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.info-list .k { color: var(--gold); font-weight: 600; min-width: 120px; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.78rem; padding-top: 3px; }
.info-list .v { color: var(--text); }
.info-list .v a:hover { color: var(--gold); }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--text); }
.hours-table td:last-child { text-align: right; color: var(--muted); }

/* ---------- Placeholder (shown when a real photo isn't in place yet) ---------- */
.img-placeholder {
  width: 100%; height: 100%; min-height: 180px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  background:
    repeating-linear-gradient(45deg, #161616 0 12px, #121212 12px 24px);
  color: var(--muted); text-align: center; padding: 24px;
}
.img-placeholder .ph-icon { font-size: 1.6rem; color: var(--gold); }
.img-placeholder .ph-name { font-family: var(--font-body); font-size: 0.74rem; letter-spacing: 0.08em; color: var(--cream); word-break: break-all; }
.img-placeholder .ph-hint { font-size: 0.68rem; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { background: var(--black-2); border-top: 1px solid var(--line); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-grid h4 { color: var(--cream); font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 18px; }
.footer-grid a { color: var(--muted); font-size: 0.92rem; display: block; padding: 6px 0; transition: color 0.2s; }
.footer-grid a:hover { color: var(--gold); }
.footer-brand .brand { font-size: 1.5rem; margin-bottom: 14px; }
.footer-brand p { color: var(--muted); max-width: 34ch; font-size: 0.92rem; }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 0.82rem; }
.footer-bottom a { color: var(--muted); }
.footer-bottom a:hover { color: var(--gold); }

/* ---------- Legal pages ---------- */
.legal-hero { padding: 80px 0 40px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(2.2rem, 6vw, 3.6rem); color: var(--cream); }
.legal-hero .updated { color: var(--muted); font-size: 0.85rem; margin-top: 12px; }
.legal-body { padding: 56px 0 96px; }
.legal-body .container { max-width: 820px; }
.legal-body h2 { color: var(--gold); font-family: var(--font-body); font-weight: 600; font-size: 1.15rem; letter-spacing: 0.04em; margin: 40px 0 12px; }
.legal-body h3 { color: var(--cream); font-size: 1.05rem; font-family: var(--font-body); font-weight: 600; margin: 24px 0 8px; }
.legal-body p, .legal-body li { color: #c2c8cf; font-weight: 300; }
.legal-body ul { padding-left: 20px; }
.legal-body li { margin: 6px 0; }
.legal-body a { color: var(--gold); text-decoration: underline; }
.legal-toc { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 24px 28px; margin-bottom: 40px; }
.legal-toc h4 { color: var(--cream); margin: 0 0 12px; font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 5px 0; color: var(--muted); text-decoration: none; }
.legal-toc a:hover { color: var(--gold); }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 0 40px; }
  .hero-media { min-height: 52vh; }
  .hero-media::after { background: linear-gradient(0deg, var(--black) 0%, transparent 30%); }
  .meet-grid, .contact-grid, .book-band .container { grid-template-columns: 1fr; }
  .meet-portrait { max-width: 460px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .products { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-links.is-open {
    display: flex; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0;
    background: var(--black-2); border-bottom: 1px solid var(--line); padding: 18px 24px; gap: 6px;
  }
  .nav-links.is-open a { padding: 10px 0; }
  .nav-toggle { display: block; }
  .nav-phone .nav-phone-text { display: none; }
  .nav { gap: 14px; }
  .nav-actions { gap: 12px; }
  .section { padding: 64px 0; }
  .cards, .products, .gallery, .footer-grid { grid-template-columns: 1fr; }
  .hero-cta .btn { flex: 1 1 100%; justify-content: center; }
  .brand { font-size: 1.05rem; }
  .meet-portrait .frame-badge { right: 12px; bottom: -14px; }
}

/* ---------- Services index page ---------- */
.services-hero { padding: 80px 0 48px; border-bottom: 1px solid var(--line); }
.services-hero h1 { font-size: clamp(2.4rem, 6vw, 4rem); color: var(--cream); }
.services-hero .lede { margin-top: 16px; }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 60px; }
.cat-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 8px;
  padding: 28px 24px; cursor: pointer; transition: transform 0.3s var(--ease), border-color 0.3s;
  text-decoration: none; display: block;
}
.cat-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.cat-card .cat-icon { font-size: 2rem; margin-bottom: 12px; }
.cat-card h3 { color: var(--cream); font-size: 1.25rem; margin-bottom: 6px; }
.cat-card .cat-count { color: var(--gold); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; }
.service-list-section { margin-bottom: 56px; }
.service-list-section h2 {
  font-family: var(--font-body); font-weight: 600; font-size: 0.78rem;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
  padding-bottom: 14px; border-bottom: 1px solid var(--line); margin-bottom: 0;
}
.service-row {
  display: flex; align-items: center; gap: 18px;
  padding: 20px 0; border-bottom: 1px solid var(--line);
}
.service-row-link {
  flex: 1 1 auto; min-width: 0;
  display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center;
  text-decoration: none;
}
.service-row-link:hover .service-row-name { color: var(--gold); }
.service-row-name { color: var(--cream); font-family: var(--font-display); font-size: 1.1rem; }
.service-row-desc { color: var(--muted); font-size: 0.88rem; margin-top: 4px; }
.service-row-meta { text-align: right; }
.service-row-price { color: var(--cream); font-weight: 600; font-size: 1.05rem; white-space: nowrap; }
.service-row-price .was { text-decoration: line-through; color: var(--muted); font-weight: 300; font-size: 0.82rem; margin-right: 6px; }
.service-row-duration { color: var(--muted); font-size: 0.78rem; letter-spacing: 0.06em; margin-top: 3px; }
.service-row-book {
  flex: 0 0 auto; text-decoration: none; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: #fff; background: var(--blue); border-radius: 6px;
  padding: 10px 18px; transition: filter 0.2s, transform 0.1s;
}
.service-row-book:hover { filter: brightness(1.12); }
.service-row-book:active { transform: translateY(1px); }
@media (max-width: 640px) {
  .service-row { flex-wrap: wrap; }
  .service-row-link { flex: 1 1 100%; order: 1; }
  .service-row-book { order: 2; margin-left: auto; }
}

/* ---------- Individual service page ---------- */
.svc-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0e1120 0%, var(--black) 100%);
  border-bottom: 1px solid var(--line);
  padding: 80px 0 64px;
}
.svc-hero-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.svc-hero .breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 0.8rem; color: var(--muted); margin-bottom: 20px; }
.svc-hero .breadcrumb a { color: var(--muted); transition: color 0.2s; }
.svc-hero .breadcrumb a:hover { color: var(--gold); }
.svc-hero .breadcrumb span { color: var(--line-strong); }
.svc-hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); color: var(--cream); max-width: 16ch; }
.svc-hero .svc-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 6px 16px; font-size: 0.78rem; color: var(--muted); margin-top: 16px; }
.svc-hero .svc-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.svc-price-card {
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 12px;
  padding: 32px 28px; min-width: 240px; text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}
.svc-price-card .was { font-size: 0.9rem; color: var(--muted); text-decoration: line-through; }
.svc-price-card .price { font-family: var(--font-display); font-size: 3rem; color: var(--gold); line-height: 1; margin: 6px 0; }
.svc-price-note { font-family: var(--font-body); font-weight: 600; font-size: 1.05rem; color: var(--gold); margin: 4px 0 10px; }
.svc-price-card .dur { font-size: 0.82rem; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 22px; }
.svc-body { padding: 72px 0; }
.svc-body-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: start; }
.svc-section-title { color: var(--gold); font-family: var(--font-body); font-weight: 600; font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 16px; }
.svc-desc { color: #c8cdd5; line-height: 1.75; font-size: 1.05rem; }
.svc-photo { width: 100%; max-height: 340px; object-fit: cover; border-radius: 12px; border: 1px solid var(--line-strong); box-shadow: 0 20px 50px rgba(0,0,0,0.45); margin-bottom: 28px; background: #0d0e11; }
@media (min-width: 720px) {
  .svc-photo { object-fit: contain; }
}
.svc-includes { list-style: none; margin: 0; padding: 0; }
.svc-includes li { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--text); font-size: 0.97rem; }
.svc-includes li::before { content: "✓"; color: var(--gold); font-weight: 700; flex-shrink: 0; }
.svc-notes { background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--blue); border-radius: 6px; padding: 20px 22px; margin-top: 28px; }
.svc-notes p { color: var(--muted); font-size: 0.9rem; margin: 0; }
.svc-notes strong { color: var(--cream); }
.svc-sidebar { position: sticky; top: 100px; }
.svc-sidebar .svc-price-card { text-align: left; }
.svc-sidebar .svc-price-card .price { font-size: 2.4rem; }
.related-services { background: var(--black-2); border-top: 1px solid var(--line); padding: 64px 0; }
.related-services h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--cream); margin-bottom: 36px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 8px;
  padding: 24px 20px; text-decoration: none; transition: transform 0.3s var(--ease), border-color 0.3s;
}
.related-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.related-card h3 { color: var(--cream); font-size: 1.1rem; margin-bottom: 8px; }
.related-card .price { color: var(--gold); font-weight: 600; font-size: 0.92rem; }
.badge-sale { display: inline-block; background: var(--blue); color: #fff; font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 9px; border-radius: 3px; margin-left: 8px; vertical-align: middle; }
.badge-membership { display: inline-block; background: var(--gold); color: #111; font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 9px; border-radius: 3px; margin-left: 8px; vertical-align: middle; }
@media (max-width: 900px) {
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .svc-hero-inner { grid-template-columns: 1fr; }
  .svc-price-card { min-width: auto; }
  .svc-body-grid { grid-template-columns: 1fr; }
  .svc-sidebar { position: static; }
  .related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .cat-grid, .related-grid { grid-template-columns: 1fr; }
}

/* =========================================================================
   On-site Booking Form  (book.html)
   ========================================================================= */
.book-page-hero { padding: 72px 0 48px; border-bottom: 1px solid var(--line); }
.book-page-hero h1 { font-size: clamp(2.4rem, 6vw, 4rem); color: var(--cream); }
.book-page-hero .lede { margin-top: 14px; }

/* Step headers */
.form-step { margin-bottom: 64px; }
.step-header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 1rem; flex-shrink: 0; }
.step-header h2 { font-family: var(--font-body); font-weight: 600; font-size: 1.15rem; color: var(--cream); margin: 0; }
.step-header .step-sub { color: var(--muted); font-size: 0.85rem; margin: 3px 0 0; }

/* Category filter pills */
.cat-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.cat-filter-btn {
  padding: 8px 18px; border: 1px solid var(--line); border-radius: 20px; background: none;
  color: var(--muted); font-family: var(--font-body); font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: all 0.2s;
}
.cat-filter-btn:hover, .cat-filter-btn.active { border-color: var(--gold); color: var(--gold); background: rgba(201,160,73,0.08); }

/* Service pick grid */
.svc-pick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.svc-group-label { grid-column: 1 / -1; font-family: var(--font-body); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); padding: 16px 0 8px; border-top: 1px solid var(--line); margin-top: 8px; }
.svc-group-label:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
.svc-pick {
  background: var(--surface); border: 1px solid var(--line); border-radius: 8px;
  padding: 18px 16px; cursor: pointer; transition: border-color 0.2s, background 0.2s, transform 0.2s var(--ease);
  position: relative;
}
.svc-pick:hover { border-color: rgba(201,160,73,0.4); transform: translateY(-2px); }
.svc-pick.selected { border-color: var(--gold); background: rgba(201,160,73,0.07); }
.svc-pick.selected::after {
  content: "✓"; position: absolute; top: 10px; right: 12px;
  color: var(--gold); font-weight: 700; font-size: 0.9rem;
}
.svc-pick-name { color: var(--cream); font-family: var(--font-display); font-size: 0.97rem; margin-bottom: 6px; line-height: 1.3; }
.svc-pick-price { color: var(--gold); font-weight: 600; font-size: 0.85rem; }
.svc-pick-dur { color: var(--muted); font-size: 0.75rem; margin-top: 2px; }
.svc-pick-was { text-decoration: line-through; color: var(--muted); font-size: 0.75rem; margin-right: 4px; }
.service-error { color: #f97070; font-size: 0.88rem; padding: 10px 16px; background: rgba(249,112,112,0.1); border: 1px solid rgba(249,112,112,0.3); border-radius: 6px; margin-top: -8px; margin-bottom: 16px; display: none; }

/* Form fields */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid.full { grid-template-columns: 1fr; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.field label .req { color: var(--gold); margin-left: 2px; }
.field input, .field select, .field textarea {
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 6px;
  color: var(--cream); font-family: var(--font-body); font-size: 1rem; padding: 13px 16px;
  outline: none; transition: border-color 0.2s;
  -webkit-appearance: none; appearance: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2398a2ac' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.field select option { background: var(--surface-2); }
.field textarea { resize: vertical; min-height: 110px; }
.field-hint { font-size: 0.78rem; color: var(--muted); margin-top: 2px; }

/* Selected service summary */
.booking-summary {
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 8px;
  padding: 20px 22px; margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.booking-summary .bs-label { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.booking-summary .bs-val { color: var(--cream); font-family: var(--font-display); font-size: 1.05rem; }
.booking-summary .bs-price { color: var(--gold); font-weight: 600; font-size: 1.2rem; }
.booking-summary .bs-change { font-size: 0.78rem; color: var(--muted); text-decoration: underline; cursor: pointer; }

/* Submit area */
.form-submit-area { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 32px; text-align: center; }
.form-submit-area p { color: var(--muted); font-size: 0.9rem; margin: 12px 0 0; }
.form-submit-area a { color: var(--gold); }

/* Success / error states */
.form-success { display: none; text-align: center; padding: 48px 32px; background: var(--surface); border: 1px solid rgba(100,200,130,0.3); border-radius: 8px; }
.form-success .success-icon { font-size: 3rem; margin-bottom: 16px; }
.form-success h3 { color: var(--cream); font-size: 1.8rem; margin-bottom: 12px; }
.form-success p { color: var(--muted); max-width: 40ch; margin: 0 auto; }

/* Setup notice (removed once Formspree ID is set) */
.setup-notice { background: rgba(42,75,196,0.12); border: 1px solid rgba(42,75,196,0.4); border-radius: 8px; padding: 18px 22px; margin-bottom: 28px; }
.setup-notice p { color: #a8baff; font-size: 0.88rem; margin: 0; }
.setup-notice strong { color: #d0daff; }
.setup-notice code { background: rgba(255,255,255,0.08); padding: 2px 6px; border-radius: 4px; font-size: 0.82rem; }

@media (max-width: 860px) {
  .svc-pick-grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .svc-pick-grid { grid-template-columns: 1fr; }
}

/* ===================== HOMEPAGE SERVICES ACCORDION ===================== */
.svc-accordion { max-width: 860px; margin: 0 auto; }
.svc-acc { border-top: 1px solid var(--line); }
.svc-acc:last-child { border-bottom: 1px solid var(--line); }
.svc-acc > summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px;
  padding: 22px 4px; font-family: var(--font-display); font-size: 1.22rem; font-weight: 700;
  color: var(--cream); transition: color 0.2s;
}
.svc-acc > summary::-webkit-details-marker { display: none; }
.svc-acc > summary:hover { color: var(--gold); }
.svc-acc > summary .acc-chevron {
  width: 12px; height: 12px; flex-shrink: 0; border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold); transform: rotate(-45deg); transition: transform 0.25s; margin-top: -4px;
}
.svc-acc[open] > summary .acc-chevron { transform: rotate(45deg); margin-top: 2px; }
.svc-acc .acc-title { flex: 1 1 auto; }
.svc-acc .acc-title .acc-note { font-family: var(--font-body); font-size: 0.62em; font-weight: 400; font-style: italic; color: var(--muted); text-transform: none; letter-spacing: 0; }
.svc-acc .acc-count {
  flex-shrink: 0; font-family: var(--font-body); font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted);
  background: var(--black-2); border: 1px solid var(--line); border-radius: 20px; padding: 5px 12px;
}
.svc-acc-body { padding-bottom: 10px; }
.svc-acc-row {
  display: flex; align-items: center; gap: 18px; padding: 18px 4px;
  border-top: 1px solid var(--line);
}
.svc-acc-row:first-child { border-top: 1px dashed var(--line); }
.svc-acc-link { flex: 1 1 auto; text-decoration: none; min-width: 0; }
.svc-acc-name { color: var(--cream); font-weight: 500; font-size: 1rem; margin-bottom: 4px; transition: color 0.2s; }
.svc-acc-link:hover .svc-acc-name { color: var(--gold); }
.svc-acc-name .badge-sale { display: inline-block; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--black); background: var(--gold); border-radius: 4px; padding: 2px 6px; margin-left: 8px; vertical-align: middle; }
.svc-acc-desc { color: var(--muted); font-size: 0.85rem; line-height: 1.5; max-width: 46ch; }
.svc-acc-meta { flex-shrink: 0; text-align: right; }
.svc-acc-price { color: var(--gold); font-weight: 600; font-size: 1.02rem; white-space: nowrap; }
.svc-acc-price .was { color: var(--muted); text-decoration: line-through; font-weight: 400; font-size: 0.85rem; margin-right: 6px; }
.svc-acc-dur { color: var(--muted); font-size: 0.74rem; margin-top: 2px; }
.svc-acc-book {
  flex-shrink: 0; text-decoration: none; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: #fff; background: var(--blue); border-radius: 6px;
  padding: 10px 18px; transition: filter 0.2s, transform 0.1s;
}
.svc-acc-book:hover { filter: brightness(1.12); }
.svc-acc-book:active { transform: translateY(1px); }
@media (max-width: 600px) {
  .svc-acc-row { flex-wrap: wrap; gap: 10px 14px; }
  .svc-acc-link { flex: 1 1 100%; order: 1; }
  .svc-acc-meta { order: 2; text-align: left; }
  .svc-acc-book { order: 3; margin-left: auto; }
  .svc-acc-desc { max-width: none; }
}

/* =========================================================================
   LBX — mockup replica homepage (black / electric blue / white)
   ========================================================================= */

/* ---------- Header: side navs + centered logo ---------- */
.lbx-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(5, 5, 6, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
#services, #about, #gallery, #contact { scroll-margin-top: 84px; }
.lbx-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 24px; }
.lbx-nav-side { display: flex; gap: 26px; flex: 1 1 0; }
.lbx-nav-left { justify-content: flex-start; }
.lbx-nav-right { justify-content: flex-end; }
.lbx-nav-side a {
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text); opacity: 0.85; transition: color 0.2s, opacity 0.2s;
}
.lbx-nav-side a:hover, .lbx-nav-side a.active { color: var(--blue-bright); opacity: 1; }
.lbx-nav-right-group { display: flex; align-items: center; gap: 26px; flex: 1 1 0; }
.lbx-nav-right-group .lbx-nav-right { flex: 1 1 auto; }
.lbx-book-now {
  flex: 0 0 auto; background: #fff; color: #0a0a0a; font-weight: 700; font-size: 0.74rem;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 11px 22px; border-radius: 8px;
  transition: transform 0.2s, background 0.2s;
}
.lbx-book-now:hover { background: var(--blue-bright); color: #fff; transform: translateY(-1px); }

.lbx-logo { display: flex; flex-direction: column; align-items: center; line-height: 1; flex: 0 0 auto; text-align: center; }
.lbx-logo-img { display: block; height: 60px; width: auto; }

/* ---------- Hero ---------- */
.lbx-hero {
  position: relative; overflow: hidden;
  background:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.016) 0 2px, transparent 2px 90px),
    radial-gradient(1200px 600px at 85% 20%, rgba(47,107,255,0.10), transparent 60%),
    var(--black);
  border-bottom: 1px solid var(--line);
}
.lbx-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; padding-top: 76px; padding-bottom: 76px; }
.lbx-hero-copy { max-width: 560px; }
.lbx-hero-eyebrow {
  color: var(--blue-bright); font-weight: 600; font-size: 0.72rem;
  letter-spacing: 0.32em; text-transform: uppercase; margin: 0 0 16px;
}
.lbx-hero h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.1rem, 4.6vw, 3.55rem); line-height: 1.14; letter-spacing: 0.015em; text-transform: uppercase; }
.lbx-hero h1 span { display: block; }
.lbx-hero h1 .w { color: #fff; }
.lbx-hero h1 .b { color: var(--blue); text-shadow: 0 0 28px rgba(47,107,255,0.35); }
.lbx-hero-lede { color: #c7cbd2; max-width: 46ch; margin: 22px 0 30px; font-size: 1.02rem; font-weight: 300; line-height: 1.7; }

.lbx-bookcard {
  display: flex; gap: 18px; align-items: flex-start;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line); border-left: 3px solid var(--blue); border-radius: 12px;
  padding: 20px 22px; max-width: 480px;
}
.lbx-bookcard-icon {
  flex: 0 0 auto; width: 54px; height: 54px; border-radius: 10px;
  background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 26px rgba(47,107,255,0.4);
}
.lbx-bookcard-icon svg { width: 28px; height: 28px; }
.lbx-bookcard-body h3 { font-family: var(--font-body); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; }
.lbx-bookcard-body p { color: var(--muted); font-size: 0.84rem; margin: 5px 0 10px; }
.lbx-bookcard-link { color: var(--blue-bright); font-weight: 600; font-size: 0.88rem; text-decoration: underline; text-underline-offset: 3px; }
.lbx-bookcard-link:hover { color: #fff; }

.lbx-pill {
  display: inline-block; background: var(--blue); color: #fff;
  font-weight: 600; font-size: 0.85rem; letter-spacing: 0.02em;
  padding: 10px 22px; border-radius: 999px;
  transition: background 0.2s, transform 0.2s;
}
.lbx-pill:hover { background: var(--blue-bright); transform: translateY(-1px); }

.lbx-hero-media {
  position: relative; height: 100%; min-height: 480px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 22%, #000 78%, transparent 100%),
                       linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent 0%, #000 22%, #000 78%, transparent 100%),
              linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-composite: intersect;
}
.lbx-hero-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%;
  filter: saturate(0.94) contrast(1.03) brightness(0.96);
}
.lbx-hero-media::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(120% 100% at 50% 45%, transparent 42%, var(--black) 97%);
}

/* ---------- Section headings ---------- */
.lbx-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  color: var(--blue-bright); font-weight: 600; font-size: 0.72rem;
  letter-spacing: 0.42em; text-transform: uppercase; margin: 0 0 14px;
}
.lbx-eyebrow span { display: block; width: 34px; height: 1px; background: var(--blue); opacity: 0.7; }
.lbx-h2 {
  font-family: var(--font-display); font-weight: 400; text-transform: uppercase;
  color: #fff; font-size: clamp(1.5rem, 3.2vw, 2.3rem); letter-spacing: 0.02em;
}
.lbx-h2.center { text-align: center; }

/* ---------- Services tiles ---------- */
.lbx-services { padding: 78px 0; background: var(--black-2); border-bottom: 1px solid var(--line); }
.lbx-svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 44px; }
.lbx-svc {
  background: #0d0e11; border: 1px solid var(--line); border-radius: 10px;
  padding: 26px 14px 16px; text-align: center;
  display: flex; flex-direction: column;
  transition: transform 0.25s var(--ease), border-color 0.25s, box-shadow 0.25s;
}
.lbx-svc:hover { transform: translateY(-4px); border-color: rgba(47,107,255,0.55); box-shadow: 0 14px 34px rgba(0,0,0,0.45); }
.lbx-svc-ic { display: inline-flex; width: 44px; height: 44px; color: var(--blue-bright); margin-bottom: 14px; }
.lbx-svc-ic svg { width: 100%; height: 100%; }
.lbx-svc h3 { font-family: var(--font-body); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.05em; text-transform: uppercase; color: #fff; line-height: 1.35; }
.lbx-svc p { color: var(--muted); font-size: 0.74rem; margin: 8px 0 0; line-height: 1.5; }
.lbx-svc-photo {
  display: block; margin-top: 16px; border-radius: 8px; overflow: hidden;
  aspect-ratio: 4 / 3; border: 1px solid var(--line); background: #0d0e11;
}
.lbx-svc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--ease); }
.lbx-svc:hover .lbx-svc-photo img { transform: scale(1.06); }
@media (min-width: 720px) {
  .lbx-svc-photo img { object-fit: contain; }
  .lbx-svc:hover .lbx-svc-photo img { transform: scale(1.03); }
}
.lbx-link-menu { color: var(--blue-bright); font-size: 0.86rem; font-weight: 500; letter-spacing: 0.04em; }
.lbx-link-menu:hover { color: #fff; }

/* ---------- Why / Gallery ---------- */
.lbx-why { padding: 86px 0; background: var(--black); border-bottom: 1px solid var(--line); }
.lbx-why-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.lbx-why-kicker { color: var(--blue-bright); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.34em; text-transform: uppercase; margin: 0 0 6px; }
.lbx-why-list { list-style: none; margin: 26px 0 0; padding: 0; }
.lbx-why-list li {
  position: relative; padding: 11px 0 11px 30px; color: var(--text); font-size: 0.98rem;
  border-bottom: 1px solid var(--line);
}
.lbx-why-list li:first-child { border-top: 1px solid var(--line); }
.lbx-why-list li::before {
  content: "✓"; position: absolute; left: 0; top: 11px;
  color: var(--blue-bright); font-weight: 700;
}
.lbx-signature {
  font-family: var(--font-script); font-weight: 700; color: var(--blue-bright);
  font-size: 2.2rem; margin: 28px 0 0;
  text-shadow: 0 0 20px rgba(47,107,255,0.35);
}

.lbx-why-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; height: 100%; min-height: 480px; }
.lbx-why-photo { border-radius: 12px; overflow: hidden; border: 1px solid var(--line-strong); box-shadow: 0 20px 50px rgba(0,0,0,0.5); background: #0d0e11; }
.lbx-why-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.lbx-why-photo:hover img { transform: scale(1.04); }
@media (min-width: 720px) {
  .lbx-why-photo img { object-fit: contain; }
  .lbx-why-photo:hover img { transform: scale(1.02); }
}

/* ---------- Gallery carousel ---------- */
.lbx-gallery-section { padding: 86px 0 90px; background: var(--black-2); border-bottom: 1px solid var(--line); }
.lbx-gallery-section .container { margin-bottom: 34px; }
.lbx-gallery-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.lbx-gallery-tab {
  padding: 9px 20px; border-radius: 20px; border: 1px solid var(--line-strong);
  background: none; color: var(--muted); font-family: var(--font-body); font-size: 0.8rem;
  font-weight: 500; letter-spacing: 0.04em; cursor: pointer; transition: all 0.2s;
}
.lbx-gallery-tab:hover { border-color: var(--blue); color: #fff; }
.lbx-gallery-tab.is-active { background: var(--blue); border-color: var(--blue); color: #fff; }
.lbx-carousel-block[hidden] { display: none; }
.lbx-carousel { position: relative; display: flex; align-items: center; gap: 12px; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.lbx-carousel-track {
  display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 6px 2px 20px; flex: 1 1 auto;
  scrollbar-width: none;
}
.lbx-carousel-track::-webkit-scrollbar { display: none; }
.lbx-carousel-slide {
  flex: 0 0 auto; width: min(320px, 78vw); aspect-ratio: 4 / 5; margin: 0;
  scroll-snap-align: center; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--line-strong); box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  background: #0d0e11;
}
.lbx-carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 720px) {
  .lbx-carousel-slide img { object-fit: contain; }
}
.lbx-carousel-arrow {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%;
  background: #0d0e11; border: 1px solid var(--line-strong); color: #fff;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
}
.lbx-carousel-arrow svg { width: 20px; height: 20px; }
.lbx-carousel-arrow:hover { border-color: var(--blue); color: var(--blue-bright); transform: translateY(-1px); }
.lbx-carousel-dots { display: flex; justify-content: center; gap: 9px; margin-top: 8px; }
.lbx-carousel-dots button {
  width: 8px; height: 8px; border-radius: 50%; padding: 0; border: 0;
  background: var(--line-strong); transition: background 0.2s, transform 0.2s;
}
.lbx-carousel-dots button.is-active { background: var(--blue-bright); transform: scale(1.25); }

/* ---------- CTA band ---------- */
.lbx-cta {
  position: relative; overflow: hidden;
  background: var(--black);
  border-bottom: 1px solid var(--line);
}
.lbx-cta::before {
  content: ""; position: absolute; top: -40%; bottom: -40%; left: -70px; width: 260px;
  background:
    linear-gradient(var(--blue), var(--blue)) 0 0 / 54px 100% no-repeat,
    linear-gradient(rgba(47,107,255,0.55), rgba(47,107,255,0.55)) 86px 0 / 30px 100% no-repeat,
    linear-gradient(rgba(47,107,255,0.25), rgba(47,107,255,0.25)) 142px 0 / 16px 100% no-repeat;
  transform: skewX(-18deg);
  pointer-events: none;
}
.lbx-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding-top: 54px; padding-bottom: 54px; position: relative; }
.lbx-cta-left { display: flex; align-items: center; gap: 24px; }
.lbx-cta-phone {
  flex: 0 0 auto; width: 66px; height: 118px; border-radius: 14px;
  background: #0d0e11; border: 2px solid var(--line-strong);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
.lbx-cta-phone-screen { display: flex; flex-direction: column; align-items: center; gap: 6px; color: var(--blue-bright); }
.lbx-cta-phone-screen svg { width: 22px; height: 22px; }
.lbx-cta-phone-screen span { font-family: var(--font-script); font-weight: 700; font-size: 0.82rem; color: #fff; }
.lbx-cta-icon {
  flex: 0 0 auto; width: 50px; height: 50px; border-radius: 10px;
  background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 26px rgba(47,107,255,0.4);
}
.lbx-cta-icon svg { width: 26px; height: 26px; }
.lbx-cta-title { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.2; }
.lbx-cta-title span { display: block; }
.lbx-cta-title .w { color: #fff; }
.lbx-cta-title .b { color: var(--blue); text-shadow: 0 0 24px rgba(47,107,255,0.4); }
.lbx-cta-actions { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lbx-cta-actions-label { color: #fff; font-weight: 600; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; margin: 0; }

/* ---------- Footer ---------- */
.lbx-footer { background: var(--black); }
.lbx-footer-grid {
  display: grid; grid-template-columns: auto 1fr 1fr 1fr; gap: 36px; align-items: start;
  padding-top: 46px; padding-bottom: 40px;
}
.lbx-logo--footer { align-items: flex-start; text-align: left; }
.lbx-logo--footer .lbx-logo-img { height: 84px; }
.lbx-foot-block { display: flex; gap: 14px; align-items: flex-start; color: var(--muted); font-size: 0.85rem; line-height: 1.7; }
.lbx-foot-block strong { display: block; color: #fff; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.78rem; margin-bottom: 4px; }
.lbx-foot-ic { flex: 0 0 auto; width: 20px; height: 20px; color: var(--blue-bright); margin-top: 3px; }
.lbx-foot-ic svg { width: 100%; height: 100%; }
.lbx-foot-block a[href^="tel"] { display: block; color: var(--text); }
.lbx-ig { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); margin-top: 6px; transition: color 0.2s; }
.lbx-ig svg { width: 16px; height: 16px; }
.lbx-ig:hover { color: var(--blue-bright); }

.lbx-hours { border-collapse: collapse; margin-top: 2px; }
.lbx-hours td { padding: 2px 0; color: var(--muted); font-size: 0.85rem; }
.lbx-hours td:first-child { color: var(--text); padding-right: 16px; }

.lbx-footer-bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  border-top: 1px solid var(--line); padding-top: 20px; padding-bottom: 26px;
  color: var(--muted); font-size: 0.78rem;
}
.lbx-footer-bottom nav { display: flex; gap: 20px; }
.lbx-footer-bottom a { color: var(--muted); transition: color 0.2s; }
.lbx-footer-bottom a:hover { color: var(--blue-bright); }

/* ---------- Interior-page brand monogram (replaces photo) ---------- */
.brand-lb {
  font-family: var(--font-script); font-weight: 700; color: var(--blue);
  font-size: 1.7rem; line-height: 1; margin-right: 2px;
  text-shadow: 0 0 16px rgba(47,107,255,0.45);
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .lbx-svc-grid { grid-template-columns: repeat(4, 1fr); }
  .lbx-footer-grid { grid-template-columns: 1fr 1fr; }
}
.lbx-mobile-nav { display: none; }
@media (max-width: 880px) {
  .lbx-nav { flex-wrap: wrap; justify-content: center; row-gap: 12px; position: relative; }
  .lbx-logo { order: -1; width: 100%; }
  .lbx-nav-left, .lbx-nav-right-group .lbx-nav-right { display: none; }
  .lbx-nav-right-group { flex: 0 1 auto; }
  .lbx-mobile-nav.nav-links { display: none; }
  .lbx-mobile-nav.nav-links.is-open {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--black-2); border-bottom: 1px solid var(--line); padding: 14px 24px; gap: 4px; z-index: 5;
  }
  .lbx-mobile-nav.nav-links.is-open a { padding: 10px 0; }
  .nav-toggle { display: block; order: 1; }
  .lbx-nav-right-group { order: 2; flex: 0 0 auto; }
  .lbx-book-now { order: 0; }

  .lbx-hero-grid { grid-template-columns: 1fr; padding-top: 44px; padding-bottom: 44px; }
  .lbx-hero-media { order: -1; min-height: 320px; }
  .lbx-why-grid { grid-template-columns: 1fr; gap: 34px; }
  .lbx-why-photos { min-height: 340px; }
  .lbx-cta-inner { flex-direction: column; text-align: center; }
  .lbx-cta-left { flex-direction: column; }
  .lbx-cta-title span { display: inline; }
  .lbx-cta::before { display: none; }
}
@media (max-width: 620px) {
  .lbx-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .lbx-why-photos { grid-template-columns: 1fr; min-height: 0; }
  .lbx-why-photo { aspect-ratio: 4 / 3; }
  .lbx-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .gallery { grid-template-columns: repeat(2, 1fr) !important; }
}
