/* =========================================================
   Mentor Auto Service — dark automotive theme
   ========================================================= */

:root {
  --bg: #0b0d10;
  --bg-elev: #12151a;
  --bg-alt: #0f1216;
  --line: #1f242c;
  --text: #e7ebf0;
  --text-dim: #a5adb8;
  --muted: #7a8390;
  --accent: #c8202b;            /* red from his sign */
  --accent-2: #e63946;
  --accent-ink: #ffffff;
  --warn: #f6c343;
  --radius: 14px;
  --radius-sm: 10px;
  --maxw: 1180px;
  --shadow: 0 10px 30px rgba(0,0,0,0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: "Manrope", "Inter", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 .5em;
}

h1 { font-size: clamp(2rem, 4.2vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); font-weight: 700; }
h3 { font-size: 1.15rem; font-weight: 700; }

p { margin: 0 0 1em; color: var(--text-dim); }
a { color: var(--accent-2); text-decoration: none; }
a:hover { color: #ff6b76; }

ul { padding: 0; margin: 0; list-style: none; }

img, iframe { max-width: 100%; display: block; }

/* ===== Layout helpers ===== */
.section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 1.25rem;
}
.section-alt {
  background: var(--bg-alt);
  max-width: none;
}
.section-alt > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; padding-left: 1.25rem; padding-right: 1.25rem; }

.section-head { max-width: 760px; margin: 0 auto 2.5rem; text-align: center; padding: 0 !important; }
.section-sub { color: var(--text-dim); font-size: 1.05rem; }

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 600;
  color: var(--accent-2);
  margin-bottom: .85rem;
}

/* ===== Top bar ===== */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: .85rem 1.25rem;
  background: rgba(11,13,16,0.85);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: var(--text);
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
.brand-mark {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  background: var(--accent);
  color: var(--accent-ink);
  border-radius: 8px;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
}
.brand-text { font-size: 1rem; }
.brand-lg .brand-mark { width: 40px; height: 40px; font-size: 1.1rem; }
.brand-lg .brand-text { font-size: 1.1rem; }

.nav {
  display: flex;
  gap: 1.2rem;
  margin-left: auto;
}
.nav a {
  color: var(--text-dim);
  font-size: .95rem;
  font-weight: 500;
}
.nav a:hover { color: var(--text); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .7rem 1.05rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: .95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .08s ease, background .15s ease, border-color .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-lg { padding: .95rem 1.35rem; font-size: 1.02rem; }
.btn-block { width: 100%; margin-top: 1rem; }

.btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: var(--accent);
}
.btn-primary:hover { background: var(--accent-2); border-color: var(--accent-2); color: var(--accent-ink); }

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: #2c333d; background: #14181e; color: var(--text); }

.btn-call {
  background: #14181e;
  color: var(--text);
  border-color: var(--line);
}
.btn-call:hover { border-color: var(--accent); color: var(--accent-2); }

/* ===== Hero ===== */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(200,32,43,0.18), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, rgba(230,57,70,0.08), transparent 60%),
    linear-gradient(180deg, #0b0d10 0%, #0d1014 100%);
  border-bottom: 1px solid var(--line);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center 40%;
  opacity: 0.22;
  filter: grayscale(20%) contrast(1.05);
  z-index: 0;
  pointer-events: none;
  mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,1) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,1) 100%);
}
.hero-grid { position: relative; z-index: 1; }
.hero-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 1.25rem clamp(3rem, 7vw, 5rem);
  display: grid;
  grid-template-columns: 1.4fr .9fr;
  gap: 2.5rem;
  align-items: center;
}
.hero-copy .lede {
  font-size: 1.12rem;
  color: var(--text-dim);
  max-width: 56ch;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 1.6rem 0 1.4rem;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}
.hero-trust li {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.hero-trust strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  color: var(--text);
}
.hero-trust span { color: var(--muted); font-size: .88rem; margin-top: .15rem; }

.hero-card {
  background: linear-gradient(180deg, #12161c 0%, #0f1318 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: var(--shadow);
}
.hero-card-row { padding: .8rem 0; border-bottom: 1px dashed var(--line); }
.hero-card-row:last-of-type { border-bottom: 0; }
.hero-card .label {
  display: block;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--muted);
  margin-bottom: .25rem;
}
.hero-card .value { font-weight: 600; color: var(--text); }
.hero-card .link { color: var(--accent-2); }
.hero-card-note {
  margin-top: .8rem;
  font-size: .9rem;
  color: var(--text-dim);
  background: rgba(200,32,43,0.08);
  border: 1px solid rgba(200,32,43,0.3);
  padding: .75rem .85rem;
  border-radius: var(--radius-sm);
}
.hero-card-note strong { color: var(--text); }

/* ===== Brand strip ===== */
.brands {
  background: var(--bg-elev);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.brands-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.brands-label {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  color: var(--muted);
}
.brands-list {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.brands-list li {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: var(--text-dim);
  letter-spacing: .02em;
}

/* ===== Cards / services ===== */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.card {
  position: relative;
  overflow: hidden;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  transition: border-color .15s ease, transform .15s ease;
}
.card > *:not(.card-watermark) { position: relative; z-index: 1; }
.card-watermark {
  position: absolute;
  right: -1.25rem;
  bottom: -1.25rem;
  width: 9rem;
  height: 9rem;
  color: var(--text);
  opacity: .07;
  pointer-events: none;
  z-index: 0;
  transition: opacity .25s ease, transform .25s ease;
}
.card-watermark-wide {
  width: 13rem;
  height: 6.5rem;
  right: -1.5rem;
  bottom: -.5rem;
}
.card:hover .card-watermark {
  opacity: .12;
  transform: translate(-.25rem, -.25rem);
}
.card:hover { border-color: rgba(200,32,43,0.5); transform: translateY(-2px); }
.card h3 { color: var(--text); }
.card p { font-size: .95rem; margin: 0; }
.card-accent {
  border-color: rgba(200,32,43,0.55);
  background: linear-gradient(180deg, rgba(200,32,43,0.08), var(--bg-elev) 70%);
}
.card-accent h3 { color: var(--accent-2); }
.card-accent h3 a { color: inherit; }
.card-accent .card-watermark { color: var(--accent-2); opacity: .12; }
.card-accent:hover .card-watermark { opacity: .2; }

/* Ferrari spotlight photo */
.ferrari-spotlight { max-width: 860px; margin: 0 auto; }
.ferrari-photo { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); display: block; }

.services-second {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.services-second-title {
  margin-bottom: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.chips li {
  background: #181d24;
  border: 1px solid var(--line);
  padding: .45rem .8rem;
  border-radius: 999px;
  font-size: .88rem;
  color: var(--text-dim);
}

/* ===== Find us ===== */
.findus-photo {
  max-width: var(--maxw);
  margin: 0 auto 1.5rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  background: #000;
}
.findus-photo img {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
  display: block;
}
.findus-photo-caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(8,9,12,0.85);
  border: 1px solid var(--line);
  color: var(--text);
  padding: .55rem .85rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: .92rem;
  backdrop-filter: blur(6px);
  max-width: calc(100% - 2rem);
}
.findus-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}
.findus-map {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 380px;
  background: #000;
}
.findus-map iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  filter: grayscale(15%) brightness(.95);
}
.findus-info {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.directions-list { margin: 0 0 1.25rem; }
.directions-list li {
  padding: .55rem 0;
  border-bottom: 1px dashed var(--line);
  color: var(--text-dim);
}
.directions-list li:last-child { border-bottom: 0; }
.directions-list strong { color: var(--text); }

.findus-actions {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.findus-note {
  font-size: .92rem;
  color: var(--text-dim);
  background: rgba(246, 195, 67, 0.06);
  border: 1px solid rgba(246, 195, 67, 0.2);
  border-radius: var(--radius-sm);
  padding: .85rem 1rem;
}
.findus-note strong { color: var(--warn); }

/* ===== Reviews ===== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.review {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  margin: 0;
}
.review blockquote {
  margin: .6rem 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.55;
}
.review figcaption { color: var(--muted); font-size: .88rem; }
.stars { color: var(--warn); letter-spacing: .1em; }

.reviews-cta { text-align: center; margin-top: 2rem; }

/* ===== About ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: start;
}
.about-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.about-card h3 {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .85rem;
  color: var(--muted);
  margin-bottom: 1rem;
}
.ticks li {
  padding: .55rem 0 .55rem 1.6rem;
  position: relative;
  color: var(--text-dim);
  border-bottom: 1px dashed var(--line);
}
.ticks li:last-child { border-bottom: 0; }
.ticks li::before {
  content: "";
  position: absolute;
  left: 0; top: .85rem;
  width: 10px; height: 10px;
  border-bottom: 2px solid var(--accent-2);
  border-right: 2px solid var(--accent-2);
  transform: rotate(45deg);
}

/* ===== CTA strip ===== */
.cta-strip {
  background:
    linear-gradient(135deg, rgba(200,32,43,0.18), rgba(200,32,43,0.04)),
    var(--bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cta-inner h2 { margin-bottom: .25rem; }
.cta-inner p { margin: 0; color: var(--text-dim); }

/* ===== Footer ===== */
.footer {
  background: #08090c;
  border-top: 1px solid var(--line);
  color: var(--text-dim);
}
.footer-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 2.5rem 1.25rem 1.5rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 1.5rem;
}
.footer h4 {
  color: var(--text);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: .6rem;
}
.footer p, .footer a { color: var(--text-dim); margin: 0; }
.footer-tag { margin-top: .5rem; font-size: .9rem; }
.footer-bottom {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 1rem 1.25rem 2rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .85rem;
  color: var(--muted);
}

/* ===== Hamburger / mobile nav ===== */
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Hero pills (rating + hours) ===== */
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.25rem;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .5rem .85rem;
  border-radius: 999px;
  font-size: .9rem;
  background: rgba(18,21,26,0.85);
  border: 1px solid var(--line);
  color: var(--text);
  backdrop-filter: blur(6px);
}
.pill strong { font-family: "Manrope", sans-serif; font-weight: 800; }
.pill-stars { color: var(--warn); letter-spacing: .05em; font-size: .9rem; }
.pill-sub { color: var(--text-dim); font-size: .85rem; }
.pill-rating:hover { border-color: var(--accent); color: var(--text); }

.pill-hours .pill-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--muted);
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.pill-hours.is-open .pill-dot {
  background: #2ecc71;
  box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.18);
}
.pill-hours.is-closed .pill-dot {
  background: var(--accent-2);
  box-shadow: 0 0 0 4px rgba(230, 57, 70, 0.18);
}
.pill-hours.is-open { border-color: rgba(46, 204, 113, 0.4); }
.pill-hours.is-closed { border-color: rgba(230, 57, 70, 0.35); }

/* ===== Gallery ===== */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
}
.gallery-item {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  aspect-ratio: 4 / 3;
  position: relative;
}
/* Placeholder shown when image hasn't loaded yet */
.gallery-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 50%, #1a1e26 0%, #12151a 100%);
  z-index: 0;
}
.gallery-item::after {
  content: '📷';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 2rem;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  position: relative;
  z-index: 1;
}
/* Hide placeholder pseudo-elements once image loads */
.gallery-item img.loaded::before,
.gallery-item img.loaded::after { display: none; }
.gallery-item:hover img { transform: scale(1.04); }

/* Single-photo gallery: keep image at a reasonable width, centered */
.gallery-single {
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
}

/* ===== Gallery: filter buttons ===== */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.25rem;
}
.gf-btn {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  color: var(--text-dim);
  padding: .4rem .95rem;
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
  font-family: inherit;
  line-height: 1.4;
}
.gf-btn:hover { border-color: var(--accent); color: var(--text); }
.gf-btn.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }

/* Gallery caption overlay (appears on hover) */
.gallery-cap {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.72));
  color: #fff;
  font-size: .8rem;
  font-weight: 500;
  padding: 1.75rem .75rem .6rem;
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
  z-index: 2;
  margin: 0;
}
.gallery-item:hover .gallery-cap,
.gallery-item:focus-within .gallery-cap { opacity: 1; }

/* Hidden items (filter + show-more) */
.gallery-item[hidden] { display: none !important; }

/* Show-more button */
.gallery-more-wrap { text-align: center; margin-top: 1.5rem; }

/* ===== Stats strip ===== */
.stats-strip {
  background: var(--bg-elev);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stats-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.stat-num {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--accent-2);
  line-height: 1;
  margin-bottom: .3rem;
}
.stat-label {
  font-size: .875rem;
  color: var(--text-dim);
  font-weight: 500;
}

/* ===== Service finder ===== */
.sf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.sf-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1rem 1.25rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  transition: border-color .15s, transform .15s, background .15s;
  font-family: inherit;
  text-align: center;
  color: var(--text);
}
.sf-card svg { color: var(--accent-2); flex-shrink: 0; }
.sf-card:hover { border-color: var(--accent); transform: translateY(-2px); background: rgba(200,32,43,0.05); }
.sf-card.is-active { border-color: var(--accent-2); background: rgba(200,32,43,0.1); }
.sf-label {
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.3;
}
.sf-result {
  background: var(--bg-elev);
  border: 1px solid rgba(200,32,43,0.45);
  border-radius: var(--radius);
  padding: 1.75rem 2rem;
  animation: sf-in .22s ease;
}
@keyframes sf-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.sf-result-title { font-size: 1.2rem; font-weight: 700; color: var(--text); margin-bottom: .5rem; }
.sf-result-body { color: var(--text-dim); margin-bottom: 1.25rem; }
.sf-result-actions { display: flex; gap: .75rem; flex-wrap: wrap; }

@media (max-width: 640px) {
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .sf-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 380px) {
  .sf-grid { grid-template-columns: 1fr; }
}

/* ===== Compare table ===== */
.compare-wrap { overflow-x: auto; }
.compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  font-size: .96rem;
}
.compare th, .compare td {
  padding: .85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.compare thead th {
  background: #161a20;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.compare tbody th {
  color: var(--text-dim);
  font-weight: 500;
  background: #10141a;
  width: 30%;
}
.compare td { color: var(--text); }
.compare td.compare-us { color: var(--text); border-left: 2px solid var(--accent); background: rgba(200,32,43,0.05); }
.compare td.compare-them { color: var(--text-dim); }
.compare th.compare-us { color: var(--accent-2); }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }

/* ===== FAQ ===== */
.faq {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: .6rem;
}
.faq-item {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: .25rem 1.1rem;
}
.faq-item summary {
  cursor: pointer;
  padding: .9rem 0;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  list-style: none;
  position: relative;
  padding-right: 1.75rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: var(--accent-2);
  line-height: 1;
  transition: transform .2s ease;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p {
  margin: 0 0 .9rem;
  color: var(--text-dim);
}

/* ===== Contact form ===== */
.contact-form {
  max-width: 620px;
  margin: 0 auto;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem;
}
.hp-field { position: absolute; left: -9999px; }
.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.form-row label {
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  margin-bottom: .4rem;
  font-weight: 600;
}
.form-optional {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text-dim);
  font-size: .8rem;
  margin-left: .35rem;
}
.form-row input,
.form-row textarea {
  background: #0d1015;
  border: 1px solid var(--line);
  color: var(--text);
  padding: .8rem .9rem;
  border-radius: var(--radius-sm);
  font: inherit;
  font-size: 1rem;
  width: 100%;
  resize: vertical;
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(200,32,43,0.18);
}
.form-row input::placeholder,
.form-row textarea::placeholder { color: #5b6470; }
.form-actions {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  margin-top: .25rem;
}
.form-actions .btn { flex: 1 1 auto; }
.form-success {
  margin-top: 1rem;
  padding: .85rem 1rem;
  background: rgba(46, 204, 113, 0.1);
  border: 1px solid rgba(46, 204, 113, 0.35);
  color: #b6f0cf;
  border-radius: var(--radius-sm);
}
.form-note {
  margin: .9rem 0 0;
  font-size: .8rem;
  color: var(--muted);
}

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; order: 3; }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: rgba(11,13,16,0.98);
    backdrop-filter: saturate(140%) blur(10px);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0;
    padding: .5rem 1.25rem 1rem;
    margin: 0;
  }
  .nav.is-open { display: flex; }
  .nav a {
    padding: .85rem 0;
    border-bottom: 1px solid var(--line);
    color: var(--text);
    font-size: 1rem;
  }
  .nav a:last-child { border-bottom: 0; }
  .topbar { position: sticky; }

  .hero-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .findus-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .topbar { padding: .7rem .9rem; gap: .5rem; }
  .brand-text { display: none; }
  .btn-call { padding: .55rem .8rem; font-size: .85rem; }
  .cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-trust { gap: 1.25rem; }
  .contact-form { padding: 1.25rem; }
}

/* ===== Floating mobile call bar ===== */
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 100;
  padding: .6rem .75rem calc(.6rem + env(safe-area-inset-bottom, 0px));
  background: rgba(10,12,15,0.96);
  border-top: 1px solid var(--line);
  backdrop-filter: saturate(160%) blur(12px);
  gap: .6rem;
}
.mobile-cta-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .85rem .75rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid transparent;
}
.mobile-cta-call {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.mobile-cta-call:hover { background: var(--accent-2); color: #fff; }
.mobile-cta-quote {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}
.mobile-cta-quote:hover { background: #14181e; color: var(--text); }

/* ===== Back to top ===== */
.back-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.25rem;
  z-index: 90;
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,0.4);
  transition: opacity .2s ease, transform .2s ease, border-color .15s ease;
  opacity: 0;
  transform: translateY(8px);
}
.back-top:not([hidden]) { opacity: 1; transform: translateY(0); }
.back-top:hover { border-color: var(--accent); color: var(--accent-2); }

/* ===== Active nav link (scroll-spy) ===== */
.nav a.is-active { color: var(--accent-2); }

/* ===== Fade-in on scroll ===== */
.fade-in {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .5s ease, transform .5s ease;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Mobile: show floating bar, push footer up ===== */
@media (max-width: 800px) {
  .mobile-cta { display: flex; }
  .footer { padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
  .back-top { bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
}

/* ===== Brand logos strip ===== */
.brands-logos {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
}
.brands-logos li { display: flex; }
.brands-logos a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--text-dim);
  padding: .35rem .55rem;
  border-radius: var(--radius-sm);
  transition: color .15s ease, background .15s ease, transform .15s ease;
}
.brands-logos a:hover {
  color: var(--text);
  background: rgba(255,255,255,0.04);
  transform: translateY(-1px);
}
.brands-logos svg {
  height: 28px;
  width: auto;
  max-width: 110px;
  flex-shrink: 0;
}
.brand-logo-label {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .04em;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .brands-logos { gap: 1.1rem; margin-left: 0; width: 100%; justify-content: space-between; }
  .brand-logo-label { display: none; }
  .brands-logos svg { height: 24px; }
}

/* ===== Gallery: clickable button wrapper ===== */
.gallery-trigger {
  all: unset;
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.gallery-trigger:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: -2px;
}

/* ===== Lightbox ===== */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(6,7,9,0.94);
  backdrop-filter: blur(8px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  justify-items: center;
  padding: 1.5rem;
  gap: .5rem;
  animation: lb-fade .18s ease;
}
.lightbox[hidden] { display: none; }
@keyframes lb-fade { from { opacity: 0; } to { opacity: 1; } }
.lightbox-img {
  grid-column: 2;
  max-width: 100%;
  max-height: calc(100vh - 6rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  background: #000;
}
.lightbox-caption {
  grid-column: 2;
  margin-top: .8rem;
  color: var(--text-dim);
  font-size: .92rem;
  text-align: center;
  max-width: 70ch;
}
.lightbox-close,
.lightbox-nav {
  background: rgba(20,24,30,0.85);
  border: 1px solid var(--line);
  color: var(--text);
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .12s ease;
}
.lightbox-close { position: absolute; top: 1rem; right: 1rem; }
.lightbox-close:hover,
.lightbox-nav:hover { background: var(--accent); border-color: var(--accent); }
.lightbox-prev { grid-column: 1; }
.lightbox-next { grid-column: 3; }
@media (max-width: 640px) {
  .lightbox { padding: .75rem; gap: .25rem; }
  .lightbox-prev, .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lightbox-prev { left: .75rem; grid-column: 2; }
  .lightbox-next { right: .75rem; grid-column: 2; }
  .lightbox-img { grid-column: 1 / -1; max-height: calc(100vh - 4rem); }
  .lightbox-caption { grid-column: 1 / -1; }
}

/* ===== Nav: Book link accent ===== */
.nav .nav-book {
  color: var(--accent-2);
  font-weight: 700;
}
.nav .nav-book:hover,
.nav .nav-book[aria-current="page"] {
  color: #fff;
}

/* ===== CTA strip: dual-button layout ===== */
.cta-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
}

/* ===== Mobile CTA: Book button ===== */
.mobile-cta-book {
  background: rgba(200, 32, 43, 0.12);
  color: var(--accent-2);
  border-color: rgba(200, 32, 43, 0.3);
}
.mobile-cta-book:hover {
  background: rgba(200, 32, 43, 0.22);
  color: var(--accent-2);
}

/* ===== Book page ===== */
.book-tips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 0 0 2.5rem;
}
.book-tip {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
}
.book-tip-icon {
  flex-shrink: 0;
  color: var(--accent-2);
  margin-top: .1rem;
}
.book-tip strong {
  display: block;
  font-weight: 700;
  color: var(--text);
  margin-bottom: .3rem;
}
.book-tip p {
  margin: 0;
  font-size: .875rem;
  color: var(--text-dim);
  line-height: 1.6;
}

/* ===== Booking request form ===== */
.book-form {
  max-width: 760px;
  margin: 0 auto;
}
.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}
.form-required {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--accent-2);
  font-size: .78rem;
  margin-left: .35rem;
}
.form-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1rem;
}
.form-fieldset legend {
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  margin-bottom: .6rem;
  font-weight: 600;
  padding: 0;
}
.radio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: .55rem;
}
.radio-card {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .7rem .85rem;
  background: #0d1015;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
  font-size: .92rem;
}
.radio-card:hover {
  border-color: #2a313c;
  background: #11151b;
}
.radio-card input[type="radio"] {
  accent-color: var(--accent);
  flex-shrink: 0;
  margin: 0;
  width: 16px;
  height: 16px;
}
.radio-card:has(input:checked) {
  border-color: var(--accent);
  background: rgba(200, 32, 43, 0.08);
}
.book-form select {
  background: #0d1015;
  border: 1px solid var(--line);
  color: var(--text);
  padding: .8rem .9rem;
  border-radius: var(--radius-sm);
  font: inherit;
  width: 100%;
  appearance: none;
  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 fill='none' stroke='%23a5adb8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.book-form input[type="date"] {
  color-scheme: dark;
}
@media (max-width: 800px) {
  .book-tips { grid-template-columns: 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .radio-grid { grid-template-columns: 1fr; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-actions .btn { text-align: center; justify-content: center; }
}
