/* =====================================================================
   McCOY ENTERPRISES — Design System
   Orlando auto repair · maintenance · 24/7 towing
   Brand: Gold (#FFD400 / #FFE521) + Ink (#111) + White · Montserrat
   ===================================================================== */

/* ----------------------------------------------------------------
   0. Design tokens
   ---------------------------------------------------------------- */
:root {
  /* Brand — exact McCoy palette */
  --gold:        #FFD700;          /* primary fill / accent */
  --gold-bright: #FFEC1A;          /* hot yellow — glow lines, underlines */
  --gold-deep:   #E6B800;          /* gradient depth / decoration */
  --gold-ink:    #9c7400;          /* accessible gold text on white (AA) */
  --gold-soft:   rgba(255, 215, 0, 0.12);
  --gold-glow:   rgba(255, 215, 0, 0.45);

  --ink:    #111113;
  --ink-2:  #0b0b0d;
  --ink-3:  #1a1a1e;
  --ink-4:  #26262c;
  --red:    #E4002B;
  --red-2:  #ff2d52;

  /* Neutrals */
  --white:  #ffffff;
  --paper:  #f6f7f9;
  --paper-2:#eef0f4;
  --line:   #e6e8ee;
  --muted:  #6a6e78;
  --muted-2:#9aa0ab;
  --body:   #2b2d33;

  /* Typography */
  --font: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  /* Radii & shadow */
  --r-sm: 10px;
  --r:    16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  --shadow-sm: 0 4px 14px rgba(17, 17, 19, 0.06);
  --shadow:    0 18px 40px rgba(17, 17, 19, 0.10);
  --shadow-lg: 0 30px 70px rgba(17, 17, 19, 0.16);
  --shadow-gold: 0 14px 34px rgba(255, 212, 0, 0.34);

  /* Layout */
  --maxw: 1200px;
  --gutter: clamp(20px, 5vw, 48px);
  --nav-h: 84px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);

  --hexclip: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}

/* ----------------------------------------------------------------
   1. Reset & base
   ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.65;
  color: var(--body);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }

::selection { background: var(--gold); color: var(--ink); }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ----------------------------------------------------------------
   2. Typography scale
   ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.display {
  font-size: clamp(2.6rem, 6.4vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
.h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
.h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }

p { font-size: 1.02rem; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.28rem); color: var(--muted); line-height: 1.75; }

.text-gold { color: var(--gold-ink); }
.ink-section .text-gold,
.is-dark .text-gold { color: var(--gold); }

/* Gold highlight marker behind text */
.mark {
  position: relative;
  color: var(--ink);
  white-space: nowrap;
}
.mark::after {
  content: "";
  position: absolute;
  left: -2px; right: -2px; bottom: 0.08em;
  height: 0.34em;
  background: var(--gold);
  z-index: -1;
  border-radius: 3px;
  transform: skewX(-8deg);
}
.is-dark .mark { color: var(--gold); }
.is-dark .mark::after { display: none; }

/* Gold gradient text */
.grad-gold {
  background: linear-gradient(100deg, var(--gold-bright), var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ----------------------------------------------------------------
   3. Layout helpers
   ---------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--wide { max-width: 1340px; }
.container--narrow { max-width: 860px; }

.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }

.ink-section { background: var(--ink); color: rgba(255,255,255,0.82); }
.ink-section h1, .ink-section h2, .ink-section h3, .ink-section h4 { color: #fff; }
.paper-section { background: var(--paper); }

.is-dark { color: rgba(255,255,255,0.82); }
.is-dark h1, .is-dark h2, .is-dark h3, .is-dark h4 { color: #fff; }

/* Section heading block */
.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin-bottom: 16px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--gold);
  display: inline-block;
}
.eyebrow.center::after {
  content: "";
  width: 26px; height: 2px;
  background: var(--gold);
  display: inline-block;
}
.is-dark .eyebrow { color: var(--gold); }

.section-title { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
.section-sub { margin-top: 16px; font-size: 1.08rem; color: var(--muted); line-height: 1.7; }
.is-dark .section-sub, .ink-section .section-sub { color: rgba(255,255,255,0.66); }

/* ----------------------------------------------------------------
   4. Buttons
   ---------------------------------------------------------------- */
.btn {
  --bg: var(--ink);
  --fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border: 2px solid transparent;
  border-radius: var(--r-pill);
  background: var(--bg);
  color: var(--fg);
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s, border-color .25s;
}
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); }

.btn--primary { --bg: linear-gradient(135deg, var(--gold-bright), var(--gold)); --fg: var(--ink); box-shadow: var(--shadow-gold); }
.btn--primary:hover { box-shadow: 0 20px 44px rgba(255, 212, 0, 0.5); }

.btn--dark { --bg: var(--ink); --fg: #fff; box-shadow: var(--shadow-sm); }
.btn--dark:hover { --bg: #000; box-shadow: var(--shadow); }

.btn--red { --bg: linear-gradient(135deg, var(--red-2), var(--red)); --fg: #fff; box-shadow: 0 12px 30px rgba(228, 0, 43, 0.34); }

.btn--ghost { --bg: transparent; --fg: var(--ink); border-color: rgba(17,17,19,0.18); }
.btn--ghost:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.is-dark .btn--ghost { --fg: #fff; border-color: rgba(255,255,255,0.32); }
.is-dark .btn--ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }

.btn--lg { padding: 18px 34px; font-size: 1.02rem; }
.btn--block { width: 100%; }

/* Arrow nudge */
.btn .arr { transition: transform .25s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }

/* Text link with animated underline */
.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; color: var(--ink);
  position: relative;
}
.link-arrow svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.link-arrow:hover svg { transform: translateX(5px); }
.link-arrow::after {
  content: ""; position: absolute; left: 0; bottom: -4px;
  height: 2px; width: 100%; background: var(--gold);
  transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.link-arrow:hover::after { transform: scaleX(1); }

/* ----------------------------------------------------------------
   5. Header / Navigation
   ---------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: transform .4s var(--ease);
}

/* Top utility bar */
.topbar {
  background: var(--ink-2);
  color: rgba(255,255,255,0.72);
  font-size: 0.82rem;
  font-weight: 500;
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; min-height: 40px; flex-wrap: wrap;
}
.topbar a { color: rgba(255,255,255,0.82); transition: color .2s; }
.topbar a:hover { color: var(--gold); }
.topbar__left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }
.topbar__item svg { width: 14px; height: 14px; color: var(--gold); }
.topbar__right { display: inline-flex; align-items: center; gap: 14px; }
.topbar__socials { display: inline-flex; gap: 10px; }
.topbar__socials a:hover { color: var(--gold); transform: translateY(-1px); }

/* Main nav */
.nav {
  background: rgba(17, 17, 19, 0.78);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background .35s, box-shadow .35s, padding .35s;
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; height: var(--nav-h);
  transition: height .35s var(--ease);
}
.nav__logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav__logo img { height: 56px; width: auto; transition: height .35s var(--ease); }

.nav__links { display: flex; align-items: center; gap: 6px; }
.nav__links a {
  position: relative;
  padding: 10px 16px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  border-radius: var(--r-pill);
  transition: color .25s, background .25s;
}
.nav__links a::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 6px;
  height: 2px; background: var(--gold);
  transform: scaleX(0); transform-origin: center; transition: transform .28s var(--ease);
}
.nav__links a:hover,
.nav__links a.is-active { color: #fff; }
.nav__links a:hover::after,
.nav__links a.is-active::after { transform: scaleX(1); }
.nav__links a.is-tow { color: var(--gold); }

.nav__actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

/* Scrolled state */
.site-header.scrolled .nav { background: rgba(11,11,13,0.96); box-shadow: 0 10px 30px rgba(0,0,0,0.28); }
.site-header.scrolled .nav__inner { height: 68px; }
.site-header.scrolled .nav__logo img { height: 46px; }

/* Hamburger */
.nav__toggle {
  display: none;
  width: 46px; height: 46px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  position: relative;
}
.nav__toggle span {
  position: absolute; left: 12px; right: 12px; height: 2px;
  background: #fff; border-radius: 2px; transition: transform .3s var(--ease), opacity .2s;
}
.nav__toggle span:nth-child(1) { top: 16px; }
.nav__toggle span:nth-child(2) { top: 22px; }
.nav__toggle span:nth-child(3) { top: 28px; }
body.menu-open .nav__toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.menu-open .nav__toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav__toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile drawer */
.mobile-menu {
  position: fixed; inset: 0;
  background: rgba(11,11,13,0.98);
  backdrop-filter: blur(8px);
  z-index: 999;
  display: flex; flex-direction: column; justify-content: center;
  padding: 90px var(--gutter) 40px;
  transform: translateY(-100%);
  transition: transform .45s var(--ease);
  visibility: hidden;
}
body.menu-open .mobile-menu { transform: translateY(0); visibility: visible; }
.mobile-menu a {
  color: #fff; font-size: 1.5rem; font-weight: 800;
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center;
}
.mobile-menu a span { color: var(--gold); }
.mobile-menu__cta { margin-top: 28px; display: grid; gap: 12px; }

/* ----------------------------------------------------------------
   6. Hero
   ---------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: min(94vh, 840px);
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(110% 120% at 82% 16%, rgba(255,215,0,0.12) 0%, transparent 52%),
    linear-gradient(120deg, #09090b 0%, #111015 55%, #0c0b10 100%);
}
.hero__mesh {
  position: absolute; inset: 0; z-index: 0; opacity: 0.6;
  background-image: radial-gradient(rgba(255,215,0,0.12) 1px, transparent 1.5px);
  background-size: 30px 30px;
  -webkit-mask-image: radial-gradient(120% 120% at 80% 22%, #000 0%, transparent 68%);
  mask-image: radial-gradient(120% 120% at 80% 22%, #000 0%, transparent 68%);
}
.hero__glow2 {
  position: absolute; top: -12%; right: -8%; z-index: 0;
  width: 640px; height: 640px; max-width: 78vw;
  background: radial-gradient(circle, rgba(255,215,0,0.18), transparent 60%);
  animation: heroPulse 7s ease-in-out infinite;
  pointer-events: none;
}
@keyframes heroPulse { 0%,100%{ opacity:.7; transform:scale(1); } 50%{ opacity:1; transform:scale(1.07); } }
@media (prefers-reduced-motion: reduce) { .hero__glow2 { animation: none; } }

.hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.06fr 0.94fr;
  align-items: center; gap: 48px; width: 100%;
  padding-block: clamp(40px, 7vw, 88px);
}
.hero__content { max-width: 640px; }

/* ---- Designed hero visual (hexagon medallion + floating service chips) ---- */
.hero__visual { position: relative; width: 100%; max-width: 440px; aspect-ratio: 1; margin-inline: auto; display: grid; place-items: center; }
.hero__ring { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--gold); animation: spin 60s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .hero__ring { animation: none; } }

.hero__medallion {
  position: relative; width: 64%; aspect-ratio: 1; display: grid; place-items: center;
  filter: drop-shadow(0 34px 60px rgba(0,0,0,0.55));
}
.hero__medallion::before { content: ""; position: absolute; inset: 0; clip-path: var(--hexclip); background: linear-gradient(155deg, var(--gold-bright), var(--gold-deep)); }
.hero__medallion::after  { content: ""; position: absolute; inset: 5px; clip-path: var(--hexclip); background: linear-gradient(155deg, #1b1922, #0b0a0e); }
.hero__medallion svg { position: relative; z-index: 1; width: 54%; height: 54%; color: var(--gold); }

.hero__chip {
  position: absolute; --size: 66px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.42);
  animation: floaty 5.5s ease-in-out infinite;
}
.hero__chip--1 { top: -2%;  left: 4%;    animation-delay: 0s; }
.hero__chip--2 { top: 12%;  right: -3%;  animation-delay: .7s;  --size: 58px; }
.hero__chip--3 { bottom: 10%; left: -4%; animation-delay: 1.4s; --size: 58px; }
.hero__chip--4 { bottom: -3%; right: 7%; animation-delay: 2.1s; }
@keyframes floaty { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-13px); } }
@media (prefers-reduced-motion: reduce) { .hero__chip { animation: none; } }

@media (max-width: 920px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { display: none; }
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  padding: 8px 16px; border-radius: var(--r-pill);
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 26px;
}
.hero__badge .dot {
  width: 9px; height: 9px; border-radius: 50%; background: #2ecc71;
  box-shadow: 0 0 0 0 rgba(46,204,113,0.6); animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(46,204,113,0.55); }
  70% { box-shadow: 0 0 0 10px rgba(46,204,113,0); }
  100% { box-shadow: 0 0 0 0 rgba(46,204,113,0); }
}
.hero__title {
  color: #fff;
  margin-bottom: 22px;
  font-size: clamp(2rem, 4.1vw, 3.4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.hero__title .grad-gold { display: inline-block; }
.hero__text { font-size: clamp(1.05rem, 1.5vw, 1.24rem); color: rgba(255,255,255,0.82); max-width: 560px; margin-bottom: 34px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
/* Hero outline CTA — white text on the dark hero */
.hero .btn--ghost {
  --fg: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.5);
}
.hero .btn--ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }

.hero__stats { display: flex; flex-wrap: wrap; gap: 34px; }
.hero__stat { position: relative; padding-left: 18px; }
.hero__stat::before {
  content: ""; position: absolute; left: 0; top: 4px; bottom: 4px;
  width: 3px; background: var(--gold); border-radius: 2px;
}
.hero__stat b { display: block; font-size: 1.9rem; font-weight: 900; color: #fff; line-height: 1; }
.hero__stat span { font-size: 0.82rem; color: rgba(255,255,255,0.62); text-transform: uppercase; letter-spacing: 0.05em; }

.hero__scroll {
  position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
  z-index: 2; color: rgba(255,255,255,0.6); font-size: 0.72rem;
  letter-spacing: 0.2em; text-transform: uppercase; text-align: center;
}
.hero__scroll .mouse {
  width: 24px; height: 38px; border: 2px solid rgba(255,255,255,0.4);
  border-radius: 14px; margin: 0 auto 8px; position: relative;
}
.hero__scroll .mouse::after {
  content: ""; position: absolute; left: 50%; top: 7px; width: 4px; height: 7px;
  background: var(--gold); border-radius: 2px; transform: translateX(-50%);
  animation: scrollDot 1.6s infinite;
}
@keyframes scrollDot { 0%{opacity:0;transform:translate(-50%,0)} 40%{opacity:1} 80%{opacity:0;transform:translate(-50%,12px)} 100%{opacity:0} }

/* ----------------------------------------------------------------
   7. Trust bar (logos / guarantees)
   ---------------------------------------------------------------- */
.trustbar { background: var(--ink); border-top: 1px solid rgba(255,255,255,0.06); }
.trustbar__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 22px 40px; padding: 26px 0;
}
.trust-item { display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.86); font-weight: 600; font-size: 0.95rem; }
.trust-item svg { width: 26px; height: 26px; color: var(--gold); flex-shrink: 0; }

/* ----------------------------------------------------------------
   8. Hexagon service icon (logo motif)
   ---------------------------------------------------------------- */
.hex {
  --size: 64px;
  width: var(--size); height: var(--size);
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: var(--ink);
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  flex-shrink: 0;
  transition: transform .4s var(--ease-bounce);
}
.hex svg { width: 52%; height: 52%; }
.hex--ghost {
  background: var(--gold-soft);
  color: var(--gold-deep);
  border: 0;
}
.is-dark .hex--ghost { color: var(--gold); }

/* ----------------------------------------------------------------
   9. Services grid (icon cards)
   ---------------------------------------------------------------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}
.service-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 34px 30px;
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.service-card::after {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
  transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease);
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::after { transform: scaleX(1); }
.service-card:hover .hex { transform: rotate(8deg) scale(1.06); }
.service-card .hex { margin-bottom: 22px; }
.service-card h3 { font-size: 1.22rem; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: 0.96rem; margin-bottom: 18px; }

/* Dark variant of service cards */
.is-dark .service-card,
.service-card--dark {
  background: var(--ink-3);
  border-color: rgba(255,255,255,0.08);
}
.service-card--dark h3 { color: #fff; }
.service-card--dark p { color: rgba(255,255,255,0.62); }

/* ----------------------------------------------------------------
   10. Feature split (image + checklist)
   ---------------------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.split--reverse .split__media { order: 2; }
.split__media {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.split__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.split__media:hover img { transform: scale(1.05); }
.split__badge {
  position: absolute; left: 22px; bottom: 22px;
  background: var(--gold); color: var(--ink);
  padding: 16px 22px; border-radius: var(--r);
  font-weight: 900; line-height: 1; box-shadow: var(--shadow);
}
.split__badge b { font-size: 2rem; display: block; }
.split__badge span { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }

.check-list { display: grid; gap: 16px; margin-top: 26px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list .tick {
  width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%;
  background: var(--gold); color: var(--ink);
  display: grid; place-items: center; margin-top: 2px;
}
.check-list .tick svg { width: 14px; height: 14px; }
.check-list b { display: block; color: var(--ink); font-size: 1.02rem; }
.is-dark .check-list b, .ink-section .check-list b { color: #fff; }
.check-list p { margin: 2px 0 0; color: var(--muted); font-size: 0.92rem; }
.is-dark .check-list p, .ink-section .check-list p { color: rgba(255,255,255,0.62); }

/* ----------------------------------------------------------------
   11. Stats counters
   ---------------------------------------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
}
.stat { text-align: center; padding: 28px 16px; position: relative; }
.stat:not(:last-child)::after {
  content: ""; position: absolute; right: 0; top: 22%; bottom: 22%;
  width: 1px; background: rgba(255,255,255,0.12);
}
.stat__num { font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 900; color: var(--gold); line-height: 1; }
.stat__label { margin-top: 8px; font-size: 0.86rem; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.62); }

/* ----------------------------------------------------------------
   12. Process steps
   ---------------------------------------------------------------- */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
  counter-reset: step;
}
.step { position: relative; padding-top: 14px; }
.step__num {
  font-size: 3.2rem; font-weight: 900; line-height: 1;
  color: transparent; -webkit-text-stroke: 2px var(--gold);
  margin-bottom: 14px;
}
.step h3 { font-size: 1.16rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.94rem; }
.is-dark .step p, .ink-section .step p { color: rgba(255,255,255,0.6); }
.step::before {
  content: ""; position: absolute; top: 30px; left: 64px; right: -26px; height: 2px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 8px, transparent 8px 16px);
  opacity: 0.5;
}
.step:last-child::before { display: none; }

/* ----------------------------------------------------------------
   13. CTA bands
   ---------------------------------------------------------------- */
.band {
  position: relative;
  border-radius: var(--r-xl);
  padding: clamp(40px, 6vw, 72px);
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}
.band__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.band h2 { color: #fff; max-width: 620px; }
.band p { color: rgba(255,255,255,0.7); margin-top: 12px; max-width: 560px; }
.band--tow { background: linear-gradient(120deg, #c40026, var(--red)); }
.band--gold { background: linear-gradient(120deg, var(--gold-bright), var(--gold-deep)); color: var(--ink); }
.band--gold h2, .band--gold p { color: var(--ink); }
.band--gold p { color: rgba(17,17,19,0.72); }
.band__glow {
  position: absolute; width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 65%);
  top: -160px; right: -120px;
}
.band__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ----------------------------------------------------------------
   14. Booking / schedule callout (future admin hook)
   ---------------------------------------------------------------- */
.schedule {
  background: linear-gradient(135deg, var(--ink-3), var(--ink));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-xl);
  padding: clamp(34px, 5vw, 56px);
  position: relative;
  overflow: hidden;
}
.schedule__phone {
  font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 900; color: var(--gold);
  display: inline-flex; align-items: center; gap: 12px;
}

/* ----------------------------------------------------------------
   15. Testimonials
   ---------------------------------------------------------------- */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.testi {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 30px;
  position: relative; transition: transform .35s var(--ease), box-shadow .35s;
}
.testi:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.testi__quote { font-size: 3.4rem; line-height: 0.6; color: var(--gold); font-family: Georgia, serif; height: 26px; }
.testi__stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; }
.testi p { color: var(--body); font-size: 0.98rem; }
.testi__author { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.testi__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep));
  color: var(--ink); display: grid; place-items: center; font-weight: 800;
}
.testi__author b { font-size: 0.95rem; color: var(--ink); }
.testi__author span { font-size: 0.82rem; color: var(--muted); display: block; }

/* ----------------------------------------------------------------
   16. Marquee (affiliates / partners)
   ---------------------------------------------------------------- */
.marquee { overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 64px; width: max-content; align-items: center; animation: marquee 28s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee img { height: 56px; width: auto; opacity: 0.55; filter: grayscale(1); transition: opacity .3s, filter .3s; }
.marquee img:hover { opacity: 1; filter: grayscale(0); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ----------------------------------------------------------------
   17. FAQ (accordion)
   ---------------------------------------------------------------- */
.faq { display: grid; gap: 14px; }
.faq__item {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden; transition: border-color .3s, box-shadow .3s;
}
.faq__item[open] { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.faq__item summary {
  list-style: none; cursor: pointer;
  padding: 22px 26px; font-weight: 700; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary .plus { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.faq__item summary .plus::before,
.faq__item summary .plus::after { content: ""; position: absolute; background: var(--gold-deep); border-radius: 2px; }
.faq__item summary .plus::before { left: 0; right: 0; top: 8px; height: 2px; }
.faq__item summary .plus::after { top: 0; bottom: 0; left: 8px; width: 2px; transition: transform .3s; }
.faq__item[open] summary .plus::after { transform: rotate(90deg); opacity: 0; }
.faq__answer { padding: 0 26px 24px; color: var(--muted); line-height: 1.7; }

/* ----------------------------------------------------------------
   18. Page hero (interior pages)
   ---------------------------------------------------------------- */
.page-hero {
  background: var(--ink);
  color: #fff;
  padding: calc(var(--nav-h) - 20px) 0 clamp(56px, 8vw, 92px);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(circle at 50% 0%, #000, transparent 70%);
}
.page-hero__glow {
  position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 700px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, var(--gold-soft), transparent 70%);
}
.page-hero__inner { position: relative; z-index: 2; max-width: 760px; margin-inline: auto; }
.page-hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 4rem); }
.page-hero h1 .dot { color: var(--gold); }
.page-hero p { color: rgba(255,255,255,0.72); margin-top: 18px; font-size: 1.1rem; }
.breadcrumbs { margin-top: 22px; font-size: 0.84rem; color: rgba(255,255,255,0.5); }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs span { color: var(--gold); }

/* ----------------------------------------------------------------
   19. Footer
   ---------------------------------------------------------------- */
.footer { background: var(--ink-2); color: rgba(255,255,255,0.66); position: relative; }
.footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; padding: clamp(56px, 7vw, 84px) 0 48px; }
.footer__brand img { height: 64px; margin-bottom: 18px; }
.footer__brand p { font-size: 0.92rem; max-width: 300px; line-height: 1.7; }
.footer h4 { color: #fff; font-size: 0.84rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 20px; }
.footer__links li { margin-bottom: 12px; }
.footer__links a { font-size: 0.92rem; transition: color .25s, padding .25s; position: relative; }
.footer__links a:hover { color: var(--gold); padding-left: 6px; }
.footer__contact li { display: flex; gap: 12px; margin-bottom: 16px; font-size: 0.92rem; align-items: flex-start; }
.footer__contact svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer__contact a:hover { color: var(--gold); }
.footer__hours { font-size: 0.9rem; }
.footer__hours .row { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px dashed rgba(255,255,255,0.1); }
.footer__hours .row b { color: #fff; font-weight: 600; }
.footer__hours .open { color: var(--gold); }
.footer__socials { display: flex; gap: 10px; margin-top: 20px; }
.footer__socials a {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  display: grid; place-items: center; transition: all .25s var(--ease);
}
.footer__socials a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); transform: translateY(-3px); }
.footer__socials svg { width: 18px; height: 18px; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: 0.84rem; color: rgba(255,255,255,0.5);
}
.footer__bottom a:hover { color: var(--gold); }

/* ----------------------------------------------------------------
   20. Floating action buttons
   ---------------------------------------------------------------- */
.float-actions {
  position: fixed; right: 18px; bottom: 18px; z-index: 900;
  display: flex; flex-direction: column; gap: 12px;
}
.fab {
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  box-shadow: var(--shadow-lg); position: relative;
  transition: transform .25s var(--ease);
}
.fab:hover { transform: scale(1.08); }
.fab svg { width: 24px; height: 24px; }
.fab--call { background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); color: var(--ink); }
.fab--tow { background: linear-gradient(135deg, var(--red-2), var(--red)); }
.fab--tow::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid var(--red); animation: ring 2s infinite; opacity: .6;
}
@keyframes ring { 0%{transform:scale(1);opacity:.6} 100%{transform:scale(1.5);opacity:0} }
.fab__tip {
  position: absolute; right: 70px; top: 50%; transform: translateY(-50%);
  background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 8px;
  font-size: 0.82rem; font-weight: 600; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s;
}
.fab:hover .fab__tip { opacity: 1; transform: translateY(-50%) translateX(-4px); }

/* ----------------------------------------------------------------
   21. Scroll-reveal animations
   ---------------------------------------------------------------- */
/* Progressive enhancement: only hide when JS is active (html.js).
   Without JS, everything stays visible — no blank-page risk. */
.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal-right { opacity: 0; transform: translateX(40px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal-scale { opacity: 0; transform: scale(.94); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.in, .js .reveal-left.in, .js .reveal-right.in, .js .reveal-scale.in { opacity: 1; transform: none; }
[data-delay="1"] { transition-delay: .08s; }
[data-delay="2"] { transition-delay: .16s; }
[data-delay="3"] { transition-delay: .24s; }
[data-delay="4"] { transition-delay: .32s; }
[data-delay="5"] { transition-delay: .40s; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal, .reveal-left, .reveal-right, .reveal-scale { opacity: 1; transform: none; }
}

/* progress bar */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
  z-index: 1100; transition: width .1s linear;
}

/* ----------------------------------------------------------------
   22. Utilities
   ---------------------------------------------------------------- */
.center { text-align: center; }
.mt-s { margin-top: 14px; } .mt-m { margin-top: 26px; } .mt-l { margin-top: 44px; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 24px; }
.flex-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.divider-hex { display:flex; align-items:center; justify-content:center; gap:14px; color:var(--gold); }
.divider-hex::before, .divider-hex::after { content:""; height:1px; width:60px; background:rgba(255,255,255,.2); }

/* ----------------------------------------------------------------
   23. Responsive
   ---------------------------------------------------------------- */
@media (max-width: 1024px) {
  .footer__top { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 900px) {
  .nav__links, .nav__actions .btn { display: none; }
  .nav__toggle { display: block; }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .step::before { display: none; }
  .stat:not(:last-child)::after { display: none; }
  .topbar__left { display: none; }
}
@media (max-width: 640px) {
  .footer__top { grid-template-columns: 1fr; }
  .band__inner { flex-direction: column; align-items: flex-start; }
  .hero__stats { gap: 22px; }
  .float-actions { right: 14px; bottom: 14px; }
}

/* ====================================================================
   24. Bento services grid
   ==================================================================== */
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 18px;
}
.bento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: 26px;
  border-radius: var(--r-lg);
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.bento-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.bento-card .hex { margin-bottom: 16px; }
.bento-card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.bento-card p { color: var(--muted); font-size: 0.92rem; }
.bento-card .link-arrow { margin-top: 16px; font-size: 0.9rem; }
/* sheen wipe on hover */
.bento-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(115deg, transparent 30%, var(--gold-soft) 50%, transparent 70%);
  transform: translateX(-120%); transition: transform .7s var(--ease);
}
.bento-card:hover::before { transform: translateX(120%); }

/* Featured tiles span 2 columns and use dark + image */
.bento-card--feature {
  grid-column: span 2;
  grid-row: span 2;
  color: #fff;
  border-color: transparent;
  background-size: cover; background-position: center;
  justify-content: flex-end;
  min-height: 300px;
}
.bento-card--feature::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(0deg, rgba(8,8,10,0.92), rgba(8,8,10,0.35) 60%, rgba(8,8,10,0.15));
}
.bento-card--feature h3 { color: #fff; font-size: 1.7rem; }
.bento-card--feature p { color: rgba(255,255,255,0.78); font-size: 1rem; }
.bento-card--feature .tag {
  position: absolute; top: 22px; left: 22px;
  background: var(--gold); color: var(--ink);
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 12px; border-radius: var(--r-pill);
}
.bento-card--feature.is-tow .tag { background: var(--red); color: #fff; }
.bento-card--dark { background: var(--ink-3); border-color: rgba(255,255,255,0.08); color: #fff; }
.bento-card--dark h3 { color: #fff; }
.bento-card--dark p { color: rgba(255,255,255,0.6); }

@media (max-width: 900px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-card--feature { grid-column: span 2; grid-row: span 1; min-height: 240px; }
}
@media (max-width: 520px) {
  .bento { grid-template-columns: 1fr; }
  .bento-card--feature { grid-column: span 1; }
}

/* ====================================================================
   25. Trust pills / badges row
   ==================================================================== */
.pill-row { display: flex; flex-wrap: wrap; gap: 12px; }
.pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 9px 16px; border-radius: var(--r-pill);
  font-size: 0.86rem; font-weight: 600; color: rgba(255,255,255,0.9);
}
.pill svg { width: 18px; height: 18px; color: var(--gold); }
.pill-row--light .pill { background: #fff; border-color: var(--line); color: var(--body); }
.pill-row--light .pill svg { color: var(--gold-ink); }

/* ====================================================================
   26. Booking / Schedule module
   ==================================================================== */
.booking {
  background: linear-gradient(135deg, var(--ink-3) 0%, var(--ink) 60%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  position: relative;
}
.booking__aside { padding: clamp(34px, 4vw, 52px); position: relative; }
.booking__aside h2 { color: #fff; }
.booking__aside .lead { color: rgba(255,255,255,0.7); }
.booking__perks { display: grid; gap: 14px; margin-top: 26px; }
.booking__perks li { display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,0.82); font-size: 0.95rem; }
.booking__perks .tick { width: 24px; height: 24px; border-radius: 50%; background: var(--gold); color: var(--ink); display: grid; place-items: center; flex-shrink: 0; }
.booking__perks .tick svg { width: 13px; height: 13px; }
.booking__form {
  background: #fff;
  padding: clamp(28px, 3.4vw, 44px);
  display: grid;
  gap: 18px;
  align-content: start;
}
.booking__form .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-weight: 600; color: var(--ink); font-size: 0.9rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px;
  border: 2px solid var(--line); border-radius: var(--r-sm);
  font-family: inherit; font-size: 0.96rem; color: var(--ink);
  background: #fff; transition: border-color .25s, box-shadow .25s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px var(--gold-soft);
}
.field .err { color: var(--red); font-size: 0.82rem; }
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: var(--red); }
.booking__trust { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 4px; }
.booking__trust img { height: 26px; opacity: 0.9; }
.booking__trust span { font-size: 0.8rem; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.booking__trust span svg { width: 15px; height: 15px; color: var(--gold-ink); }

.alert {
  display: flex; gap: 12px; align-items: center;
  padding: 16px 20px; border-radius: var(--r); font-weight: 600;
  grid-column: 1 / -1;
}
.alert--success { background: #e8f6ed; color: #15623a; border: 1px solid #b9e6cc; }
.alert svg { width: 22px; height: 22px; flex-shrink: 0; }

@media (max-width: 820px) {
  .booking { grid-template-columns: 1fr; }
  .booking__form .grid2 { grid-template-columns: 1fr; }
}

/* ====================================================================
   27. Sticky mobile action bar
   ==================================================================== */
.mobilebar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 950;
  background: rgba(11,11,13,0.97);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
  transform: translateY(0);
  transition: transform .35s var(--ease);
}
.mobilebar.down { transform: translateY(120%); }
.mobilebar a {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px; border-radius: var(--r-pill); font-weight: 800; font-size: 0.95rem;
}
.mobilebar svg { width: 18px; height: 18px; }
.mobilebar .m-book { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: var(--ink); }
.mobilebar .m-call { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.3); }

@media (max-width: 760px) {
  .mobilebar { display: flex; }
  body { padding-bottom: 76px; }
  .float-actions { bottom: 88px; }
}

/* ====================================================================
   28. Section ornaments
   ==================================================================== */
.rotating-glow {
  position: absolute; top: -50%; right: -40%;
  width: 180%; height: 200%;
  background: radial-gradient(circle, var(--gold-soft) 0%, transparent 60%);
  animation: rotate 32s linear infinite;
  pointer-events: none; z-index: 0;
}
.rotating-glow + * { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .rotating-glow { animation: none; } }

.kicker-number {
  font-size: 0.8rem; font-weight: 800; letter-spacing: 0.14em;
  color: var(--gold-ink); text-transform: uppercase;
}

/* ====================================================================
   29. Photo service cards (full-bleed image + overlay)
   ==================================================================== */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 22px;
}
.svc {
  position: relative;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: var(--r-lg);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--ink-3);
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.svc:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.svc__img { position: absolute; inset: 0; z-index: -2; background: var(--ink-3); }
.svc__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.svc:hover .svc__img img { transform: scale(1.09); }
.svc::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(0deg, rgba(7,7,9,0.95) 4%, rgba(7,7,9,0.55) 44%, rgba(7,7,9,0.12) 72%, rgba(7,7,9,0.45) 100%);
}
.svc__bar {
  position: absolute; top: 0; left: 0; right: 0; height: 4px; z-index: 2;
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
  transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease);
}
.svc:hover .svc__bar { transform: scaleX(1); }
.svc__num {
  position: absolute; top: 16px; right: 20px; z-index: 1;
  font-size: 0.92rem; font-weight: 800; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.62);
}
.svc__num::before {
  content: ""; display: inline-block; width: 16px; height: 2px;
  background: var(--gold); vertical-align: middle; margin-right: 7px;
}
.svc__body { position: relative; z-index: 1; padding: 24px 24px 26px; }
.svc__title { font-size: 1.26rem; color: #fff; margin-bottom: 8px; letter-spacing: -0.01em; }
.svc__desc { color: rgba(255,255,255,0.74); font-size: 0.93rem; line-height: 1.6; margin-bottom: 14px; }
.svc__link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold); font-weight: 700; font-size: 0.9rem;
}
.svc__link svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.svc__link:hover svg { transform: translateX(5px); }

/* Wide feature card spanning two columns */
.svc--wide { grid-column: span 2; min-height: 320px; }
@media (max-width: 720px) { .svc--wide { grid-column: span 1; } }
