/* ==========================================================================
   SBJ Painting - Design System v2  ·  "Rugged Colorado craftsmanship"
   Dark, warm, premium. Amber stain-tone + forest green on warm charcoal.
   Mobile-first · GPU-accelerated · Core Web Vitals optimized
   ========================================================================== */

/* ---- Design Tokens ------------------------------------------------------- */
:root {
  /* Warm charcoal base */
  --char-950: #100E0C;
  --char-900: #141210;
  --char-850: #1A1815;   /* base background */
  --char-800: #211E19;   /* raised panel */
  --char-750: #272320;
  --char-700: #2E2A24;   /* card surface */
  --char-600: #3B352D;   /* hairline / border */
  --char-500: #4C463C;

  /* Amber (wood / stain tone) - primary accent */
  --amber-300: #E4B577;
  --amber-400: #D69A56;
  --amber-500: #C1873F;
  --amber-600: #A66E2C;

  /* Forest / slate green - secondary accent */
  --forest-800: #1B2E24;
  --forest-700: #223A2E;
  --forest-600: #2E4C3D;
  --forest-500: #3C6350;
  --forest-300: #7BA492;

  /* Bone / warm off-white */
  --bone-50: #F7F2E9;
  --bone-100: #EFE8DA;
  --bone-200: #E3D9C6;
  --bone-300: #CFC3AC;

  /* ---- Semantic (DARK is the default context) ---- */
  --bg: var(--char-850);
  --surface: var(--char-700);
  --surface-2: var(--char-800);
  --ink: #E9E1D3;            /* body text on dark */
  --ink-strong: #FBF7EF;     /* headings on dark */
  --ink-muted: #ADA290;
  --line: rgba(247, 242, 233, 0.12);
  --line-strong: rgba(247, 242, 233, 0.18);
  --accent: var(--amber-500);
  --accent-bright: var(--amber-400);
  --secondary: var(--forest-500);
  --on-accent: #1A1815;

  /* Type */
  --font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --step--1: clamp(0.83rem, 0.78rem + 0.22vw, 0.94rem);
  --step-0: clamp(1rem, 0.95rem + 0.25vw, 1.1rem);
  --step-1: clamp(1.2rem, 1.11rem + 0.44vw, 1.5rem);
  --step-2: clamp(1.44rem, 1.28rem + 0.78vw, 2rem);
  --step-3: clamp(1.73rem, 1.47rem + 1.28vw, 2.7rem);
  --step-4: clamp(2.07rem, 1.63rem + 2.2vw, 3.6rem);
  --step-5: clamp(2.6rem, 1.9rem + 3.5vw, 5rem);

  /* Spacing */
  --space-xs: 0.5rem; --space-sm: 0.875rem; --space-md: 1.5rem;
  --space-lg: 2.5rem; --space-xl: 4rem; --space-2xl: 6.5rem;

  /* Layout */
  --container: 1200px; --container-narrow: 800px;
  --radius: 16px; --radius-sm: 10px; --radius-lg: 26px;

  /* Effects */
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.3), 0 4px 12px rgba(0,0,0,0.22);
  --shadow-md: 0 10px 26px rgba(0,0,0,0.35), 0 4px 10px rgba(0,0,0,0.25);
  --shadow-lg: 0 30px 70px rgba(0,0,0,0.5);
  --glow-accent: 0 8px 30px rgba(193, 135, 63, 0.28);
  --ring: 0 0 0 3px rgba(193, 135, 63, 0.4);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Light section context - flips tokens so shared components adapt */
.panel-light {
  --bg: var(--bone-50);
  --surface: #ffffff;
  --surface-2: var(--bone-100);
  --ink: #2A251F;
  --ink-strong: #17130E;
  --ink-muted: #6E6455;
  --line: #E3D9C6;
  --line-strong: #D6CAB2;
  --on-accent: #1A1815;
  background: var(--bg);
  color: var(--ink);
}
/* Forest feature context */
.panel-forest {
  --bg: var(--forest-800);
  --surface: var(--forest-700);
  --surface-2: var(--forest-700);
  --ink: #DCE8E0;
  --ink-strong: #F4F9F5;
  --ink-muted: #9FBDB0;
  --line: rgba(244, 249, 245, 0.14);
  background: var(--bg);
  color: var(--ink);
}
/* Legacy aliases from v1 markup */
.bg-alt { background: var(--surface-2); }
.bg-pine { --bg: var(--forest-800); --surface: var(--forest-700); --ink: #DCE8E0; --ink-strong: #F4F9F5; --ink-muted: #9FBDB0; --line: rgba(244,249,245,0.14); background: var(--bg); color: var(--ink); }

/* ---- Reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
/* keep anchor targets clear of the sticky header on smooth-scroll */
[id] { scroll-margin-top: 5.5rem; }
body {
  font-family: var(--font-sans);
  font-size: var(--step-0);
  line-height: 1.7;
  color: var(--ink);
  background: var(--char-850);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}
/* Subtle grain/texture motif - GPU-light, non-interactive */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  opacity: 0.5; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}
body > * { position: relative; z-index: 1; }
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
svg { fill: currentColor; }
a { color: var(--accent-bright); text-decoration: none; }
a:hover { color: var(--amber-300); }
button { font: inherit; cursor: pointer; color: inherit; }
ul[class], ol[class] { list-style: none; padding: 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 3px; }
::selection { background: var(--amber-500); color: #1A1815; }

/* ---- Typography ----------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  line-height: 1.08;
  font-weight: 600;
  color: var(--ink-strong);
  letter-spacing: -0.015em;
}
h1 { font-size: var(--step-5); font-weight: 600; }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); }
p { max-width: 68ch; }
.lede { font-size: var(--step-1); color: var(--ink); opacity: 0.92; line-height: 1.55; font-weight: 400; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; max-width: 100%;
  font-family: var(--font-sans); font-size: var(--step--1); font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent);
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); border-radius: 2px; }
.eyebrow.center::before { display: none; }

/* ---- Layout --------------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--space-md); }
.narrow { max-width: var(--container-narrow); }
.section { padding-block: var(--space-2xl); background: var(--bg); }
.section-sm { padding-block: var(--space-xl); background: var(--bg); }
.section-head { max-width: 64ch; margin-bottom: var(--space-lg); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center p { margin-inline: auto; }
.section-head h2 { margin-top: 0.7rem; }
.section-head p { margin-top: 1rem; }

.grid { display: grid; gap: var(--space-md); }
/* Prevent grid/flex children from forcing horizontal overflow */
.grid > *, .svc-grid > *, .stats > *, .seasonal-grid > *, .steps > *, .trust-strip .container > *, .footer-grid > * { min-width: 0; }
.trust-item { min-width: 0; }
.trust-item svg { flex: none; }
@media (min-width: 640px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}
.stack > * + * { margin-top: var(--space-md); }

/* ---- Buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.9rem 1.6rem; font-weight: 600; font-size: var(--step-0);
  border-radius: var(--radius-sm); border: 1.5px solid transparent;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
  will-change: transform; text-align: center; letter-spacing: 0.01em;
}
.btn svg { width: 1.1em; height: 1.1em; }
.btn-primary { background: var(--accent); color: var(--on-accent); box-shadow: var(--glow-accent); }
.btn-primary:hover { background: var(--amber-400); color: #1A1815; transform: translateY(-2px); box-shadow: 0 12px 34px rgba(193,135,63,0.4); }
.btn-secondary { background: var(--forest-500); color: #F4F9F5; }
.btn-secondary:hover { background: var(--forest-600); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink-strong); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-bright); transform: translateY(-2px); }
.btn-light { background: var(--bone-50); color: #1A1815; }
.btn-light:hover { background: #fff; color: #000; transform: translateY(-2px); }
.btn-block { width: 100%; }

/* ---- Header / Nav (sticky + condense) ------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(20, 18, 21, 0.72);
  backdrop-filter: saturate(1.3) blur(14px); -webkit-backdrop-filter: saturate(1.3) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background-color 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.site-header.scrolled { background: rgba(16, 14, 12, 0.92); border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(0,0,0,0.35); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: var(--space-md); min-height: 78px; transition: min-height 0.25s var(--ease); }
.site-header.scrolled .nav { min-height: 62px; }
.brand { display: inline-flex; align-items: center; gap: 0.65rem; font-family: var(--font-display); font-weight: 600; font-size: 1.34rem; color: var(--ink-strong); letter-spacing: -0.01em; }
.brand:hover { color: var(--ink-strong); }
.brand .mark { width: 42px; height: 42px; flex: none; transition: width 0.25s var(--ease), height 0.25s var(--ease); }
.site-header.scrolled .brand .mark { width: 36px; height: 36px; }
/* Real SBJ logo emblem (transparent PNG) */
.brand-logo { height: 50px; width: auto; flex: none; display: block; transition: height 0.25s var(--ease); }
.site-header.scrolled .brand-logo { height: 40px; }
.footer-brand .brand-logo { height: 60px; }
@media (max-width: 480px) { .brand-logo { height: 42px; } }
.brand small { display: block; font-family: var(--font-sans); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); font-weight: 700; line-height: 1; margin-top: 3px; }

.nav-links { display: flex; align-items: center; gap: 0.2rem; }
.nav-links a { padding: 0.55rem 0.9rem; border-radius: var(--radius-sm); color: var(--ink); opacity: 0.82; font-weight: 500; font-size: 0.97rem; transition: color 0.15s, background-color 0.15s, opacity 0.15s; }
.nav-links a:hover { opacity: 1; color: var(--ink-strong); background: rgba(247,242,233,0.06); }
.nav-links a[aria-current="page"] { opacity: 1; color: var(--accent-bright); background: rgba(193,135,63,0.12); }
.nav-cta { display: flex; align-items: center; gap: 0.75rem; }
.nav-phone { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 700; color: var(--ink-strong); }
.nav-phone:hover { color: var(--accent-bright); }

/* ---- Primary nav polish + Services dropdown ------------------------------- */
.nav-links { gap: 0.1rem; }
.nav-links > a, .nav-drop-toggle { position: relative; }
.nav-links > a::after, .nav-drop-toggle::after {
  content: ""; position: absolute; left: 0.9rem; right: 0.9rem; bottom: 0.3rem; height: 2px;
  background: var(--accent-bright); border-radius: 2px; transform: scaleX(0); transform-origin: left;
  transition: transform 0.22s var(--ease);
}
.nav-links > a:hover::after, .nav-drop-toggle:hover::after { transform: scaleX(1); }
.nav-links > a[aria-current="page"]::after, .nav-drop-toggle[aria-current="page"]::after { transform: scaleX(1); }
.nav-links > a:hover, .nav-drop-toggle:hover { background: transparent; }

.nav-item.has-dropdown { position: relative; display: flex; align-items: center; }
.nav-drop-toggle { display: inline-flex; align-items: center; gap: 0.3rem; cursor: pointer; }
.nav-drop-toggle .caret { width: 0.9rem; height: 0.9rem; opacity: 0.8; transition: transform 0.2s var(--ease); }
.nav-item.has-dropdown.open .nav-drop-toggle .caret { transform: rotate(180deg); }
.nav-dropdown {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 256px;
  background: var(--char-900); border: 1px solid var(--line-strong); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 0.4rem; display: grid; gap: 0.08rem; z-index: 60;
  opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none;
  transition: opacity 0.18s var(--ease), transform 0.18s var(--ease), visibility 0.18s;
}
.nav-item.has-dropdown.open > .nav-dropdown,
html:not(.js) .nav-item.has-dropdown:hover > .nav-dropdown,
html:not(.js) .nav-item.has-dropdown:focus-within > .nav-dropdown { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.nav-dropdown a { padding: 0.62rem 0.75rem; border-radius: var(--radius-sm); color: var(--bone-100); opacity: 0.92; font-weight: 500; font-size: 0.95rem; white-space: nowrap; display: flex; align-items: center; gap: 0.6rem; }
.nav-dropdown a:hover { background: rgba(247,242,233,0.07); color: #fff; opacity: 1; }
.nav-dropdown a::after { display: none; }
.nav-dropdown .ic { width: 1.05rem; height: 1.05rem; color: var(--accent); flex: none; }
.nav-dropdown .nav-dropdown-all { margin-top: 0.15rem; border-top: 1px solid var(--line); color: var(--accent-bright); font-weight: 600; }

@media (max-width: 920px) {
  .nav-item.has-dropdown { flex-direction: column; align-items: stretch; }
  .nav-links > a::after, .nav-drop-toggle::after { display: none; }
  .nav-drop-toggle { justify-content: space-between; padding: 0.9rem 1rem; font-size: 1.05rem; opacity: 1; color: var(--ink); }
  .nav-dropdown { position: static; opacity: 1; visibility: visible; transform: none; pointer-events: auto; box-shadow: none; border: none; background: rgba(0,0,0,0.16); padding: 0.15rem 0.15rem 0.15rem 0.8rem; margin: 0.1rem 0 0.2rem; display: none; min-width: 0; }
  .nav-item.has-dropdown.open > .nav-dropdown { display: grid; }
}

.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line-strong); background: rgba(247,242,233,0.04); border-radius: var(--radius-sm); padding: 0; align-items: center; justify-content: center; color: var(--ink-strong); }
.nav-toggle svg { width: 24px; height: 24px; }
.nav-toggle .ico-close { display: none; }
.nav-toggle[aria-expanded="true"] .ico-open { display: none; }
.nav-toggle[aria-expanded="true"] .ico-close { display: block; }

@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .nav-drawer {
    position: fixed; inset: 78px 0 auto 0; background: var(--char-900);
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
    display: grid; gap: 0.4rem; padding: var(--space-md);
    transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none;
    transition: transform 0.22s var(--ease), opacity 0.22s var(--ease), visibility 0.22s;
  }
  .nav-drawer.open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .nav-links { flex-direction: column; align-items: stretch; gap: 0.15rem; }
  .nav-links a { padding: 0.9rem 1rem; font-size: 1.05rem; opacity: 1; }
  .nav-drawer .nav-cta { flex-direction: column; align-items: stretch; margin-top: 0.5rem; }
  .nav-drawer .nav-phone { justify-content: center; padding: 0.7rem; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); }
  .nav-drawer .btn-primary { width: 100%; }
}
@media (min-width: 921px) {
  .nav-drawer { display: contents; }
  .nav-drawer .nav-phone { display: none; }
}

/* ---- Hero ----------------------------------------------------------------- */
.hero { position: relative; color: var(--bone-50); background: var(--char-950); overflow: hidden; isolation: isolate; }
/* inset overscan gives the JS parallax room to drift without exposing edges */
.hero-scene { position: absolute; inset: -12% 0; z-index: -2; will-change: transform; }
.hero-scene img, .hero-scene video { width: 100%; height: 100%; object-fit: cover; }
/* Motion collage: stacked slides crossfade; only the active one shows + Ken Burns */
.hero-media { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.6s var(--ease); }
.hero-slide.is-active { opacity: 1; }
.js .hero-slide.is-active { animation: kenburns 12s var(--ease) forwards; transform-origin: 60% 45%; }
@keyframes kenburns { from { transform: scale(1.05); } to { transform: scale(1.16) translateY(-1.4%); } }
/* No-JS / single-slide fallback keeps the LCP image gently moving */
.hero-scene > img { animation: kenburns 26s var(--ease) infinite alternate; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(105deg, rgba(16,14,12,0.94) 0%, rgba(16,14,12,0.78) 42%, rgba(20,18,21,0.35) 100%),
    linear-gradient(0deg, rgba(16,14,12,0.6), rgba(16,14,12,0) 45%);
}
.hero-inner { padding-block: clamp(4rem, 10vw, 8.5rem); max-width: 760px; }
.hero h1 { color: #fff; text-wrap: balance; }
/* Cursive script accent with a hand-drawn brush underline (single color, no animation) */
.hero h1 .script-accent {
  font-family: "Dancing Script", "Fraunces", cursive;
  font-weight: 700; font-style: normal;
  /* animated logo-color gradient fill (white -> navy/blue/red/orange/green) */
  background-image: linear-gradient(100deg, #ffffff 0%, #2b8fd4 18%, #16386b 38%, #c1272d 58%, #f26522 76%, #3f7d3a 90%, #ffffff 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  animation: brandFlow 9s linear infinite;
  font-size: 1.18em; line-height: 0.9;
  padding-inline: 0.04em;
  position: relative; white-space: nowrap;
}
.hero h1 .script-accent::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -0.06em; height: 0.34em;
  background: no-repeat center / 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 20' preserveAspectRatio='none'%3E%3Cpath d='M4 13 C 60 4, 110 18, 165 9 S 260 3, 296 12' fill='none' stroke='%23e0a44a' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}
.hero .lede { color: rgba(247,242,233,0.9); margin-top: var(--space-md); max-width: 56ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--space-sm); margin-top: var(--space-lg); }

/* ---- Animated brand gradient (white -> SBJ logo colors) ------------------- */
/* Logo palette: navy, sky blue, red, orange, forest green. */
.brand-gradient {
  background-image: linear-gradient(100deg,
    #ffffff 0%, #2b8fd4 18%, #16386b 38%, #c1272d 58%, #f26522 76%, #3f7d3a 90%, #ffffff 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  animation: brandFlow 9s linear infinite;
}
@keyframes brandFlow { to { background-position: 260% 50%; } }
/* Paint-swoosh underline that echoes the logo brush stroke */
.brand-swoosh { position: relative; }
.brand-swoosh::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -0.16em; height: 0.14em; border-radius: 999px;
  background-image: linear-gradient(90deg, #f26522, #c1272d, #16386b, #2b8fd4, #3f7d3a);
  background-size: 200% 100%; animation: brandFlow 9s linear infinite;
}

/* ---- Trust strip ---------------------------------------------------------- */
.trust-strip { background: var(--char-900); border-block: 1px solid var(--line); }
.trust-strip .container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; }
@media (min-width: 760px) { .trust-strip .container { grid-template-columns: repeat(4, 1fr); } }
.trust-item { display: flex; align-items: center; gap: 0.7rem; padding: 1.15rem 0.5rem; font-size: var(--step--1); font-weight: 600; color: var(--ink); }
.trust-item svg { width: 1.5rem; height: 1.5rem; color: var(--accent); flex: none; }
.hero-trust { display: flex; flex-wrap: wrap; gap: var(--space-md); margin-top: var(--space-lg); padding-top: var(--space-md); border-top: 1px solid rgba(247,242,233,0.2); }
.hero-trust li { display: flex; align-items: center; gap: 0.5rem; font-size: var(--step--1); font-weight: 600; color: rgba(247,242,233,0.92); }
.hero-trust svg { width: 1.15rem; height: 1.15rem; color: var(--amber-300); flex: none; }

/* ---- Cards ---------------------------------------------------------------- */
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: var(--space-md); box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease); }
.card-hover:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.card h3 { font-size: var(--step-1); margin-bottom: 0.4rem; }
.card p { color: var(--ink-muted); font-size: var(--step-0); }

.svc-grid { display: grid; gap: var(--space-md); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1040px) { .svc-grid { grid-template-columns: repeat(4, 1fr); } }
.service-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; position: relative; }
.service-card .card-media { aspect-ratio: 16 / 10; position: relative; overflow: hidden; background: var(--surface-2); }
.service-card .card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.service-card:hover .card-media img { transform: scale(1.06); }
/* Icon-led card face for services we offer but have no photo of yet (clean iconography, not clip-art) */
.service-card .card-icon { aspect-ratio: 16 / 10; position: relative; overflow: hidden; display: grid; place-items: center;
  background: radial-gradient(circle at 28% 22%, rgba(43,143,212,0.18), transparent 58%), linear-gradient(150deg, var(--char-800), var(--char-950)); }
.service-card .card-icon svg { width: 3.4rem; height: 3.4rem; color: var(--accent-bright); position: relative; z-index: 1; }
.service-card .card-icon::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--accent); }
.service-card:hover .card-icon svg { transform: scale(1.08); transition: transform 0.4s var(--ease); }
.service-card .card-body { padding: var(--space-md); display: flex; flex-direction: column; flex: 1; }
/* Text-only service card (no photo of that work yet) */
.service-card.text-card { background: linear-gradient(155deg, var(--char-800), var(--char-950)); border-color: var(--line-strong); }
.service-card.text-card .card-body { justify-content: center; gap: 0.55rem; padding: var(--space-lg); }
.service-card.text-card h3 { font-size: var(--step-2); }
.service-card.text-card h3::after { content: ""; display: block; width: 2.4rem; height: 3px; background: var(--accent); border-radius: 2px; margin-top: 0.7rem; }
.service-card .card-body h3 { margin-bottom: 0.35rem; }
.service-card .card-link { margin-top: auto; padding-top: var(--space-sm); font-weight: 700; color: var(--accent-bright); display: inline-flex; align-items: center; gap: 0.4rem; }
.service-card:hover .card-link svg { transform: translateX(4px); }
.service-card .card-link svg { width: 1rem; height: 1rem; transition: transform 0.2s var(--ease); }
/* Spotlight variant (Log Home Restoration) */
.service-card.spotlight { border-color: var(--amber-500); box-shadow: var(--glow-accent); }
.service-card .spotlight-tag { position: absolute; top: 0.85rem; left: 0.85rem; z-index: 2; background: var(--accent); color: #1A1815; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.6rem; border-radius: 6px; }

.icon-badge { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: rgba(193,135,63,0.14); color: var(--accent-bright); margin-bottom: var(--space-sm); }
.icon-badge svg { width: 27px; height: 27px; }
.icon-badge.accent { background: rgba(60,99,80,0.18); color: var(--forest-300); }

/* ---- Stats ---------------------------------------------------------------- */
.stats { display: grid; gap: var(--space-md); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { text-align: center; padding: var(--space-md) var(--space-sm); position: relative; }
.stat + .stat::before { content: ""; }
.stat .num { font-family: var(--font-display); font-size: var(--step-4); font-weight: 600; color: var(--accent-bright); line-height: 1; display: block; }
.stat .label { display: block; margin-top: 0.5rem; font-size: var(--step--1); font-weight: 600; letter-spacing: 0.02em; color: var(--ink-muted); }

/* ---- Split / feature rows ------------------------------------------------- */
.split { display: grid; gap: var(--space-lg); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: var(--space-2xl); } .split.media-right .split-media { order: 2; } }
.split-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4 / 3; border: 1px solid var(--line); }
.split-media img, .split-media svg { width: 100%; height: 100%; object-fit: cover; }
.split-media.portrait { aspect-ratio: 3 / 4; max-width: 440px; margin-inline: auto; }
.split-media.portrait img { object-position: center 22%; }
/* Text-only service section (used where no photos of that work exist yet) */
.split-solo { max-width: 820px; margin-inline: auto; }
.feature-list { display: grid; gap: var(--space-sm); margin-top: var(--space-md); }
.feature-list li { display: flex; gap: 0.8rem; align-items: flex-start; }
.feature-list .tick { flex: none; width: 28px; height: 28px; border-radius: 50%; background: rgba(193,135,63,0.16); color: var(--accent-bright); display: grid; place-items: center; margin-top: 2px; }
.feature-list .tick svg { width: 15px; height: 15px; }
.feature-list strong { display: block; color: var(--ink-strong); font-weight: 600; }
.feature-list span.desc, .feature-list li > span > span { color: var(--ink-muted); font-size: var(--step--1); }
.feature-list li > span:last-child { color: var(--ink-muted); font-size: var(--step--1); }
.feature-list strong + br { display: none; }

/* ---- Process -------------------------------------------------------------- */
.steps { counter-reset: step; display: grid; gap: var(--space-md); }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { position: relative; padding: var(--space-md); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); transition: transform 0.3s var(--ease), border-color 0.3s var(--ease); }
.step:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.step .step-n { counter-increment: step; font-family: var(--font-display); font-size: var(--step-3); font-weight: 600; color: var(--accent); opacity: 0.55; line-height: 1; }
.step .step-n::before { content: counter(step, decimal-leading-zero); }
.step h4 { margin: 0.5rem 0 0.35rem; }
.step p { font-size: var(--step--1); color: var(--ink-muted); }

/* ---- Seasonal (year-round) ------------------------------------------------ */
.seasonal-grid { display: grid; gap: var(--space-md); }
@media (min-width: 800px) { .seasonal-grid { grid-template-columns: 1fr 1fr; } }
.season { border-radius: var(--radius-lg); padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); position: relative; overflow: hidden; }
.season.warm { background: linear-gradient(160deg, rgba(193,135,63,0.16), rgba(193,135,63,0.03)); }
.season.cold { background: linear-gradient(160deg, rgba(60,99,80,0.2), rgba(60,99,80,0.04)); }
.season .season-ico { width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; margin-bottom: var(--space-sm); }
.season.warm .season-ico { background: rgba(193,135,63,0.22); color: var(--amber-300); }
.season.cold .season-ico { background: rgba(60,99,80,0.28); color: var(--forest-300); }
.season .season-ico svg { width: 27px; height: 27px; }
.season h3 { font-size: var(--step-2); }
.season p { color: var(--ink); opacity: 0.85; margin-top: 0.5rem; }
.season ul { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: var(--space-md); }
.season ul li { background: rgba(247,242,233,0.07); border: 1px solid var(--line); padding: 0.4rem 0.85rem; border-radius: 999px; font-size: var(--step--1); font-weight: 600; color: var(--ink); }

/* ---- Before / After slider ------------------------------------------------ */
.ba-slider { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line-strong); aspect-ratio: 16 / 10; --pos: 50%; touch-action: pan-y; user-select: none; }
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-after { z-index: 1; }
.ba-before-wrap { position: absolute; inset: 0; z-index: 2; width: var(--pos); overflow: hidden; border-right: 3px solid var(--bone-50); }
.ba-before-wrap img { width: auto; height: 100%; max-width: none; }
.ba-tag { position: absolute; top: 0.85rem; z-index: 4; background: rgba(16,14,12,0.72); color: var(--bone-50); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.32rem 0.7rem; border-radius: 6px; backdrop-filter: blur(4px); }
.ba-tag.before { left: 0.85rem; } .ba-tag.after { right: 0.85rem; }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--pos); z-index: 3; width: 44px; transform: translateX(-50%); display: grid; place-items: center; pointer-events: none; }
.ba-handle::before { content: ""; position: absolute; top: 0; bottom: 0; width: 3px; background: var(--bone-50); box-shadow: 0 0 12px rgba(0,0,0,0.5); }
.ba-knob { width: 44px; height: 44px; border-radius: 50%; background: var(--bone-50); color: #1A1815; display: grid; place-items: center; box-shadow: 0 4px 14px rgba(0,0,0,0.5); position: relative; }
.ba-knob svg { width: 22px; height: 22px; }
.ba-range { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.ba-slider:focus-within .ba-knob { box-shadow: var(--ring), 0 4px 14px rgba(0,0,0,0.5); }

/* ---- Testimonials --------------------------------------------------------- */
.quote { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: var(--space-lg); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative; }
.quote .stars { display: flex; gap: 2px; color: var(--amber-400); margin-bottom: var(--space-sm); }
.quote .stars svg { width: 18px; height: 18px; }
.quote blockquote { font-size: var(--step-1); line-height: 1.5; color: var(--ink-strong); font-family: var(--font-display); font-weight: 400; }
.quote .cite { margin-top: auto; padding-top: var(--space-md); display: flex; align-items: center; gap: 0.75rem; }
.quote .avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--forest-500); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: var(--font-display); flex: none; }
.quote .cite b { color: var(--ink-strong); display: block; font-size: 0.98rem; }
.quote .cite span { color: var(--ink-muted); font-size: var(--step--1); }
/* Clickable review cards -> Google Business Profile */
.quote { transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease); }
.quote:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.quote-link { position: absolute; inset: 0; z-index: 2; border-radius: inherit; }
.quote .cite { position: relative; z-index: 3; }
.quote .g-cue { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.9rem; font-size: var(--step--1); font-weight: 600; color: var(--ink-muted); transition: color 0.2s var(--ease); }
.quote:hover .g-cue { color: var(--accent-strong); }
.quote .g-cue svg { width: 1.05rem; height: 1.05rem; }
.review-cta { display: flex; flex-direction: column; align-items: center; gap: var(--space-md); margin-top: var(--space-xl); }
.google-badge { display: inline-flex; align-items: center; gap: 0.7rem; padding: 0.6rem 1.15rem; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--surface); font-weight: 600; color: var(--ink-strong); }
.google-badge .gstars { display: inline-flex; gap: 1px; color: #f5b301; }
.google-badge .gstars svg { width: 1rem; height: 1rem; }
.review-cta .actions { display: flex; flex-wrap: wrap; gap: var(--space-sm); justify-content: center; }

/* ---- CTA band ------------------------------------------------------------- */
.cta-band { position: relative; overflow: hidden; isolation: isolate; background: var(--forest-800); color: var(--bone-50); border-radius: var(--radius-lg); padding: clamp(2.5rem, 6vw, 5rem); text-align: center; border: 1px solid var(--line); }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 18% 20%, rgba(193,135,63,0.35), transparent 55%), radial-gradient(circle at 85% 85%, rgba(60,99,80,0.4), transparent 50%); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(247,242,233,0.88); margin-inline: auto; margin-top: 0.85rem; }
.cta-band .hero-actions { justify-content: center; }

/* ---- Paint-themed CTA (homepage) ----------------------------------------- */
.paint-cta { position: relative; overflow: hidden; isolation: isolate; text-align: center; color: var(--bone-50);
  background: linear-gradient(158deg, #221f1b 0%, #14120f 72%); border: 1px solid var(--line-strong); border-radius: var(--radius-lg);
  padding: clamp(3.4rem, 7vw, 5.6rem) clamp(1.4rem, 5vw, 4rem) clamp(2.6rem, 6vw, 4.4rem); }
.paint-cta::before { content: ""; position: absolute; inset: 0; z-index: -2;
  background: radial-gradient(circle at 15% 25%, rgba(242,101,34,0.20), transparent 46%),
              radial-gradient(circle at 85% 78%, rgba(43,143,212,0.18), transparent 46%),
              radial-gradient(circle at 50% 128%, rgba(193,39,45,0.16), transparent 55%); }
.paint-cta .brush-bg { position: absolute; inset: 0; z-index: -1; opacity: 0.16; pointer-events: none; }
.paint-cta .brush-bg svg { width: 100%; height: 100%; }
.paint-cta .paint-drips { position: absolute; top: -1px; left: 0; right: 0; height: 74px; z-index: 2; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20360%20110%22%20width%3D%22360%22%20height%3D%22110%22%3E%3Cpath%20d%3D%22M24%200%20v58%20a8.5%208.5%200%201%200%2017%200%20v-58%20z%22%20fill%3D%22%23c1272d%22%2F%3E%3Ccircle%20cx%3D%2232.5%22%20cy%3D%2259.275%22%20r%3D%224.675000000000001%22%20fill%3D%22%23ffffff%22%20opacity%3D%220.18%22%2F%3E%3Cpath%20d%3D%22M58%200%20v30%20a5.5%205.5%200%201%200%2011%200%20v-30%20z%22%20fill%3D%22%23f26522%22%2F%3E%3Ccircle%20cx%3D%2263.5%22%20cy%3D%2230.825%22%20r%3D%223.0250000000000004%22%20fill%3D%22%23ffffff%22%20opacity%3D%220.18%22%2F%3E%3Cpath%20d%3D%22M92%200%20v80%20a10.0%2010.0%200%201%200%2020%200%20v-80%20z%22%20fill%3D%22%2316386b%22%2F%3E%3Ccircle%20cx%3D%22102.0%22%20cy%3D%2281.5%22%20r%3D%225.5%22%20fill%3D%22%23ffffff%22%20opacity%3D%220.18%22%2F%3E%3Cpath%20d%3D%22M132%200%20v44%20a6.5%206.5%200%201%200%2013%200%20v-44%20z%22%20fill%3D%22%23e0a44a%22%2F%3E%3Ccircle%20cx%3D%22138.5%22%20cy%3D%2244.975%22%20r%3D%223.575%22%20fill%3D%22%23ffffff%22%20opacity%3D%220.18%22%2F%3E%3Cpath%20d%3D%22M168%200%20v64%20a8.0%208.0%200%201%200%2016%200%20v-64%20z%22%20fill%3D%22%232b8fd4%22%2F%3E%3Ccircle%20cx%3D%22176.0%22%20cy%3D%2265.2%22%20r%3D%224.4%22%20fill%3D%22%23ffffff%22%20opacity%3D%220.18%22%2F%3E%3Cpath%20d%3D%22M210%200%20v26%20a5.0%205.0%200%201%200%2010%200%20v-26%20z%22%20fill%3D%22%233f7d3a%22%2F%3E%3Ccircle%20cx%3D%22215.0%22%20cy%3D%2226.75%22%20r%3D%222.75%22%20fill%3D%22%23ffffff%22%20opacity%3D%220.18%22%2F%3E%3Cpath%20d%3D%22M244%200%20v72%20a9.0%209.0%200%201%200%2018%200%20v-72%20z%22%20fill%3D%22%23c1272d%22%2F%3E%3Ccircle%20cx%3D%22253.0%22%20cy%3D%2273.35%22%20r%3D%224.95%22%20fill%3D%22%23ffffff%22%20opacity%3D%220.18%22%2F%3E%3Cpath%20d%3D%22M286%200%20v38%20a6.0%206.0%200%201%200%2012%200%20v-38%20z%22%20fill%3D%22%23f26522%22%2F%3E%3Ccircle%20cx%3D%22292.0%22%20cy%3D%2238.9%22%20r%3D%223.3000000000000003%22%20fill%3D%22%23ffffff%22%20opacity%3D%220.18%22%2F%3E%3Cpath%20d%3D%22M322%200%20v54%20a7.5%207.5%200%201%200%2015%200%20v-54%20z%22%20fill%3D%22%2316386b%22%2F%3E%3Ccircle%20cx%3D%22329.5%22%20cy%3D%2255.125%22%20r%3D%224.125%22%20fill%3D%22%23ffffff%22%20opacity%3D%220.18%22%2F%3E%3Cpath%20d%3D%22M348%200%20v32%20a5.5%205.5%200%201%200%2011%200%20v-32%20z%22%20fill%3D%22%23e0a44a%22%2F%3E%3Ccircle%20cx%3D%22353.5%22%20cy%3D%2232.825%22%20r%3D%223.0250000000000004%22%20fill%3D%22%23ffffff%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%2246%22%20cy%3D%2286%22%20r%3D%224%22%20fill%3D%22%233f7d3a%22%2F%3E%3Ccircle%20cx%3D%22150%22%20cy%3D%2286%22%20r%3D%225%22%20fill%3D%22%23c1272d%22%2F%3E%3Ccircle%20cx%3D%22266%22%20cy%3D%2286%22%20r%3D%224%22%20fill%3D%22%2316386b%22%2F%3E%3Ccircle%20cx%3D%22200%22%20cy%3D%2286%22%20r%3D%223.5%22%20fill%3D%22%23f26522%22%2F%3E%3Ccircle%20cx%3D%22336%22%20cy%3D%2286%22%20r%3D%224.5%22%20fill%3D%22%232b8fd4%22%2F%3E%3C%2Fsvg%3E") repeat-x top center / auto 74px;
  filter: drop-shadow(0 4px 3px rgba(0,0,0,0.35)); }
.paint-cta .paint-swatches { display: flex; gap: 0.5rem; justify-content: center; margin-bottom: 1.2rem; }
.paint-cta .paint-swatches span { width: 1.35rem; height: 1.35rem; border-radius: 50%; box-shadow: 0 2px 7px rgba(0,0,0,0.45), inset 0 -2px 4px rgba(0,0,0,0.25); }
.paint-cta .eyebrow { color: var(--amber-300); }
.paint-cta h2 { color: #fff; font-size: var(--step-4); text-wrap: balance; }
.paint-cta p { color: rgba(247,242,233,0.9); margin-inline: auto; margin-top: 0.9rem; max-width: 52ch; }
.paint-cta .hero-actions { justify-content: center; margin-top: var(--space-lg); }

/* ---- Service-area interactive map ---------------------------------------- */
.area-map-wrap { margin-top: var(--space-lg); }
.area-map { height: clamp(300px, 44vw, 470px); width: 100%; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line-strong); box-shadow: var(--shadow-md); background: var(--surface-2);
  isolation: isolate; z-index: 0; position: relative; }
.area-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.area-map-actions { display: flex; gap: var(--space-sm); justify-content: center; flex-wrap: wrap; margin-top: var(--space-md); }

/* ---- Forms ---------------------------------------------------------------- */
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--space-lg); box-shadow: var(--shadow-md); }
.field { display: grid; gap: 0.4rem; margin-bottom: var(--space-md); }
.field label { font-weight: 600; font-size: var(--step--1); color: var(--ink-strong); }
.field .req { color: var(--accent); }
.field input, .field select, .field textarea { width: 100%; padding: 0.85rem 1rem; font: inherit; color: var(--ink); background: var(--surface-2); border: 1.5px solid var(--line); border-radius: var(--radius-sm); transition: border-color 0.15s, box-shadow 0.15s, background-color 0.15s; appearance: none; }
.field textarea { min-height: 130px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-muted); opacity: 0.7; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: var(--ring); }
.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 fill='%23ADA290' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.field-row { display: grid; gap: var(--space-md); }
@media (min-width: 560px) { .field-row { grid-template-columns: 1fr 1fr; } }
.form-note { font-size: var(--step--1); color: var(--ink-muted); margin-top: var(--space-sm); }
.form-status { display: none; padding: var(--space-md); border-radius: var(--radius-sm); background: rgba(60,99,80,0.2); border: 1px solid var(--forest-500); color: var(--forest-300); font-weight: 600; margin-top: var(--space-md); }
.form-status.show { display: block; }

/* ---- Gallery -------------------------------------------------------------- */
.gallery-grid { display: grid; gap: var(--space-sm); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 4 / 3; border: 1px solid var(--line); background: var(--surface-2); }
.gallery-item.tall { aspect-ratio: 4 / 5; }
.gallery-item img, .gallery-item svg { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.gallery-item:hover img, .gallery-item:hover svg { transform: scale(1.06); }
.gallery-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.4rem 0.95rem 0.8rem; background: linear-gradient(to top, rgba(16,14,12,0.9), transparent); color: #fff; font-size: var(--step--1); font-weight: 600; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: var(--space-lg); }
.filter-btn { padding: 0.5rem 1.15rem; border-radius: 999px; border: 1.5px solid var(--line-strong); background: transparent; color: var(--ink); opacity: 0.85; font-weight: 600; font-size: var(--step--1); transition: all 0.15s; }
.filter-btn:hover { border-color: var(--accent); color: var(--accent-bright); opacity: 1; }
.filter-btn.active { background: var(--accent); border-color: var(--accent); color: #1A1815; opacity: 1; }
.gallery-item.is-hidden { display: none; }

/* Map embed (contact) - reserves space to avoid CLS */
.map-embed { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-strong); box-shadow: var(--shadow-md); aspect-ratio: 16 / 7; background: var(--surface-2); }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(0.2) contrast(1.05); }
@media (max-width: 640px) { .map-embed { aspect-ratio: 4 / 5; } }

/* Blog post cards */
.post-date { display: block; color: var(--accent); font-size: var(--step--1); font-weight: 700; letter-spacing: 0.04em; margin-bottom: 0.4rem; }
.card-body .post-date + h3 { margin-top: 0; }

/* Pagination (ready for more posts) */
.pagination { display: flex; justify-content: center; align-items: center; gap: 0.4rem; margin-top: var(--space-xl); }
.pagination a, .pagination span { min-width: 42px; height: 42px; padding: 0 0.75rem; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius-sm); border: 1.5px solid var(--line-strong); font-weight: 600; font-size: var(--step--1); color: var(--ink); }
.pagination a:hover { border-color: var(--accent); color: var(--accent-bright); }
.pagination [aria-current="page"] { background: var(--accent); border-color: var(--accent); color: #1A1815; }
.pagination [aria-disabled="true"] { opacity: 0.4; pointer-events: none; }

/* Photo placeholder note (demo art -> real photos) */
.photo-slot { position: relative; }
.photo-slot::after { content: attr(data-slot); position: absolute; top: 0.6rem; right: 0.6rem; z-index: 3; background: rgba(16,14,12,0.66); color: var(--bone-100); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.25rem 0.5rem; border-radius: 5px; pointer-events: none; backdrop-filter: blur(3px); }
.demo-note { display: inline-flex; align-items: center; gap: 0.5rem; font-size: var(--step--1); color: var(--ink-muted); background: var(--surface-2); border: 1px dashed var(--line-strong); border-radius: 999px; padding: 0.45rem 1rem; }
.demo-note svg { width: 1rem; height: 1rem; color: var(--accent); }

/* ---- Page hero (interior pages) ------------------------------------------- */
.page-hero { position: relative; background: var(--char-900); color: var(--bone-50); overflow: hidden; isolation: isolate; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 78% 12%, rgba(193,135,63,0.28), transparent 45%), linear-gradient(180deg, rgba(16,14,12,0.45), rgba(16,14,12,0.78)); }
.page-hero-scene { position: absolute; inset: -12% 0; z-index: -2; opacity: 0.5; will-change: transform; }
.page-hero-scene img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .inner { padding-block: clamp(3rem, 7vw, 5rem); max-width: 740px; }
.page-hero h1 { color: #fff; margin-top: 0.6rem; }
.page-hero p { color: rgba(247,242,233,0.9); margin-top: 0.9rem; font-size: var(--step-1); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 0.4rem; font-size: var(--step--1); color: rgba(247,242,233,0.65); }
.breadcrumb a { color: rgba(247,242,233,0.85); }
.breadcrumb a:hover { color: var(--accent-bright); }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 0.4rem; opacity: 0.5; }
.breadcrumb li { display: inline-flex; }

/* ---- Prose ---------------------------------------------------------------- */
.prose h2 { font-size: var(--step-3); margin-top: var(--space-lg); }
.prose h3 { font-size: var(--step-1); margin-top: var(--space-md); }
.prose p { margin-top: var(--space-sm); color: var(--ink); opacity: 0.9; }
.prose ul { margin-top: var(--space-sm); display: grid; gap: 0.6rem; padding-left: 0; }
.prose ul li { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--ink); opacity: 0.9; }
.prose ul li::before { content: ""; flex: none; width: 8px; height: 8px; margin-top: 0.62rem; border-radius: 2px; background: var(--accent); transform: rotate(45deg); }

/* ---- FAQ ------------------------------------------------------------------ */
.faq { display: grid; gap: var(--space-sm); }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 0 var(--space-md); box-shadow: var(--shadow-sm); }
.faq summary { list-style: none; cursor: pointer; padding: var(--space-md) 0; font-weight: 600; font-family: var(--font-display); font-size: var(--step-1); color: var(--ink-strong); display: flex; justify-content: space-between; align-items: center; gap: var(--space-md); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev { flex: none; width: 24px; height: 24px; color: var(--accent); transition: transform 0.2s var(--ease); }
.faq details[open] summary .chev { transform: rotate(45deg); }
.faq details p { padding-bottom: var(--space-md); color: var(--ink-muted); margin-top: -0.3rem; }
.faq details[open] summary { color: var(--accent-strong); }
.js .faq details[open] p { animation: tabIn 0.4s var(--ease); }

/* ---- Tabs (interactive toggle panels) ------------------------------------- */
.tabs { max-width: 940px; margin-inline: auto; }
.tablist { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; margin-bottom: var(--space-lg); }
.tab { font-family: var(--font-body); font-weight: 700; font-size: var(--step-0); padding: 0.7rem 1.4rem; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink); cursor: pointer; display: inline-flex; align-items: center; gap: 0.55rem; transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease); }
.tab .tico { width: 1.15rem; height: 1.15rem; flex: none; }
.tab:hover { border-color: var(--accent); transform: translateY(-1px); }
.tab.is-active { background: var(--accent); border-color: var(--accent); color: #1A1815; box-shadow: var(--shadow-sm); }
.tabpanel { animation: tabIn 0.5s var(--ease); }
.js .tabpanel:not(.is-active) { display: none; }
@keyframes tabIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.season-panel { display: grid; gap: var(--space-lg); align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--space-lg); box-shadow: var(--shadow-sm); }
@media (min-width: 760px) { .season-panel { grid-template-columns: 1.1fr 1fr; } }
.season-panel h3 { font-size: var(--step-2); }
.season-panel p { color: var(--ink-muted); margin-top: 0.5rem; }
.chip-list { display: flex; flex-wrap: wrap; gap: 0.55rem; list-style: none; }
.chip-list li { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.5rem 0.9rem; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--line); font-size: var(--step--1); font-weight: 600; color: var(--ink); }
.chip-list li::before { content: ""; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--accent); flex: none; }

/* ---- Pills / service area ------------------------------------------------- */
.pill-list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.pill { padding: 0.5rem 1rem; border-radius: 999px; background: var(--surface); border: 1px solid var(--line-strong); font-size: var(--step--1); font-weight: 600; color: var(--ink); transition: border-color 0.15s, color 0.15s, transform 0.15s; }
a.pill:hover { border-color: var(--accent); color: var(--accent-bright); transform: translateY(-2px); }

/* ---- Footer --------------------------------------------------------------- */
.site-footer { background: var(--char-950); color: rgba(247,242,233,0.7); padding-block: var(--space-xl) var(--space-lg); border-top: 1px solid var(--line); }
.footer-grid { display: grid; gap: var(--space-lg); }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1.4fr; } }
.site-footer h4 { color: #fff; font-family: var(--font-sans); font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: var(--space-sm); font-weight: 700; }
.site-footer a { color: rgba(247,242,233,0.7); }
.site-footer a:hover { color: var(--accent-bright); }
.footer-links { display: grid; gap: 0.55rem; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand small { color: var(--accent); }
.footer-brand p { margin-top: var(--space-sm); font-size: var(--step--1); max-width: 34ch; }
.footer-contact li { display: flex; gap: 0.6rem; align-items: flex-start; margin-bottom: 0.6rem; font-size: var(--step--1); }
.footer-contact svg { width: 18px; height: 18px; color: var(--accent); flex: none; margin-top: 3px; }
.footer-social { display: flex; gap: 0.6rem; margin-top: var(--space-md); }
.footer-social a { width: 42px; height: 42px; border-radius: 11px; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--bone-50); transition: background-color 0.15s, border-color 0.15s, transform 0.15s; }
.footer-social a:hover { background: rgba(247,242,233,0.08); border-color: var(--accent); transform: translateY(-2px); }
.footer-social svg { width: 19px; height: 19px; }
.footer-bottom { margin-top: var(--space-lg); padding-top: var(--space-md); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: var(--space-sm); justify-content: space-between; font-size: var(--step--1); }
.footer-bottom a { text-decoration: underline; text-underline-offset: 2px; }

/* ---- Utilities ------------------------------------------------------------ */
.text-center { text-align: center; }
.mt-lg { margin-top: var(--space-lg); } .mt-md { margin-top: var(--space-md); } .mb-0 { margin-bottom: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 0.5rem; top: -60px; z-index: 200; background: var(--accent); color: #1A1815; padding: 0.6rem 1rem; border-radius: var(--radius-sm); font-weight: 700; transition: top 0.15s; }
.skip-link:focus { top: 0.5rem; color: #1A1815; }

/* Brush-stroke divider */
.brush-divider { display: block; width: 100%; height: 28px; color: var(--bg); margin-top: -1px; }

/* ---- Reveal on scroll (progressive enhancement) --------------------------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
/* Directional / scaled reveal variants (add alongside .reveal) */
.js .reveal.from-left  { transform: translateX(-40px); }
.js .reveal.from-right { transform: translateX(40px); }
.js .reveal.zoom-in    { transform: scale(0.92); }
.js .reveal.from-left.in, .js .reveal.from-right.in, .js .reveal.zoom-in.in { transform: none; }

/* ---- Scroll progress bar (injected by JS) --------------------------------- */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200; background: transparent; pointer-events: none; }
.scroll-progress > span { display: block; height: 100%; width: 0; background: var(--accent); box-shadow: 0 0 10px rgba(193,135,63,0.5); transition: width 0.08s linear; }

/* ---- Hero entrance animation (staggered) ---------------------------------- */
.js .hero-inner > .eyebrow,
.js .hero-inner > h1,
.js .hero-inner > .lede,
.js .hero-inner > .hero-actions { opacity: 0; animation: heroRise 0.9s var(--ease) forwards; }
.js .hero-inner > .eyebrow     { animation-delay: 0.15s; }
.js .hero-inner > h1           { animation-delay: 0.30s; }
.js .hero-inner > .lede        { animation-delay: 0.52s; }
.js .hero-inner > .hero-actions{ animation-delay: 0.74s; }
@keyframes heroRise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

/* ---- Scroll cue (bottom of hero) ------------------------------------------ */
.scroll-cue { position: absolute; left: 50%; bottom: 1.5rem; transform: translateX(-50%); z-index: 2; display: inline-flex; flex-direction: column; align-items: center; gap: 0.4rem; color: rgba(247,242,233,0.72); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; transition: color 0.3s var(--ease); animation: cueFade 1s var(--ease) 1.1s both; }
.scroll-cue:hover { color: #fff; }
.scroll-cue svg { width: 1.4rem; height: 1.4rem; animation: cueBob 1.8s var(--ease) infinite; }
@keyframes cueBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
@keyframes cueFade { from { opacity: 0; } to { opacity: 1; } }

/* ---- Parallax showcase band ----------------------------------------------- */
.parallax-band { position: relative; overflow: hidden; isolation: isolate; color: var(--bone-50); padding-block: clamp(4.5rem, 12vw, 9rem); }
.parallax-media { position: absolute; inset: -12% 0; z-index: -2; will-change: transform; }
.parallax-media img { width: 100%; height: 100%; object-fit: cover; }
.parallax-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(16,14,12,0.72), rgba(16,14,12,0.5) 45%, rgba(16,14,12,0.82)); }
.parallax-band .container { position: relative; z-index: 1; text-align: center; max-width: 760px; }
.parallax-band .eyebrow { color: var(--amber-300); }
.parallax-band h2 { color: #fff; font-size: var(--step-3); text-wrap: balance; }
.parallax-band p { color: rgba(247,242,233,0.92); font-size: var(--step-1); margin-top: var(--space-md); }
.parallax-band .hero-actions { justify-content: center; margin-top: var(--space-lg); }
.parallax-quote { font-family: var(--font-display); font-style: italic; font-size: var(--step-3); line-height: 1.3; color: #fff; text-wrap: balance; }
.parallax-quote-cite { display: block; margin-top: var(--space-md); font-family: var(--font-body); font-style: normal; font-size: var(--step--1); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--amber-300); }

/* ---- Back-to-top button (injected by JS) ---------------------------------- */
.to-top { position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 150; width: 3rem; height: 3rem; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--char-900); color: var(--bone-50); cursor: pointer; box-shadow: var(--shadow-md); opacity: 0; transform: translateY(14px) scale(0.9); pointer-events: none; transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), background 0.3s var(--ease); }
.to-top.show { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { background: var(--accent); border-color: var(--accent); color: #1A1815; }
.to-top svg { width: 1.35rem; height: 1.35rem; }

/* ---- Motion preferences --------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero-scene img { animation: none; transform: scale(1.04); }
  .hero-scene, .page-hero-scene, .parallax-media { transform: none !important; }
  .hero-inner > * { opacity: 1 !important; animation: none !important; }
  .scroll-cue svg { animation: none; }
}

/* ---- Estimate form: consent small print, honeypot, error state ------------ */
.form-consent { margin-top: var(--space-md); margin-bottom: var(--space-sm); font-size: var(--step--1); line-height: 1.55; color: var(--ink-muted); }
.form-consent a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.form-consent a:hover, .form-consent a:focus-visible { color: var(--accent-bright); }

/* Honeypot: rendered in the DOM (bots fill it) but never seen or focusable. */
.hp-field { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.form-status.is-error { background: rgba(180, 76, 52, 0.18); border-color: #B4523C; color: #F0BCAC; }

/* ---- Legal pages (privacy / terms / cookies) ------------------------------ */
.legal-meta { font-size: var(--step--1); color: var(--ink-muted); border-left: 3px solid var(--accent); padding-left: var(--space-sm); line-height: 1.6; }
.prose .legal-meta strong { color: var(--ink-strong); }
.prose code { font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace; font-size: 0.88em; background: var(--surface-2); border: 1px solid var(--line); border-radius: 5px; padding: 0.1em 0.35em; color: var(--accent-bright); }
.legal-table { display: block; max-width: 100%; overflow-x: auto; margin-top: var(--space-md); border-collapse: collapse; font-size: var(--step--1); }
.legal-table caption { text-align: left; color: var(--ink-muted); font-size: var(--step--1); padding-bottom: 0.5rem; }
.legal-table th, .legal-table td { border: 1px solid var(--line); padding: 0.7rem 0.85rem; text-align: left; vertical-align: top; min-width: 8rem; }
.legal-table th { background: var(--surface-2); color: var(--ink-strong); font-weight: 700; white-space: nowrap; }
.legal-table td { color: var(--ink); opacity: 0.92; }

/* ---- Footer legal row ------------------------------------------------------ */
.footer-legal { display: flex; flex-wrap: wrap; gap: 0.4rem 1.15rem; flex-basis: 100%; order: 3; margin-top: var(--space-sm); padding-top: var(--space-sm); border-top: 1px solid var(--line); }
.footer-legal a { text-decoration: underline; text-underline-offset: 2px; }

/* ---- Cookie consent dialog (injected by /assets/js/consent.js) ------------- */
/* Fixed, so it never pushes content or costs layout shift. Sits above the
   sticky header (z-index 100) and the back-to-top button (150), below the
   skip link and scroll-progress bar (200). */
.cc-dialog { position: fixed; left: 0; right: 0; bottom: 0; z-index: 190; padding: clamp(0.7rem, 2vw, 1.15rem); pointer-events: none; }
.cc-dialog[hidden] { display: none; }
.cc-dialog:focus { outline: none; }
.cc-card {
  pointer-events: auto; width: 100%; max-width: var(--container); margin-inline: auto;
  background: var(--char-800); color: var(--ink);
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: var(--space-md);
  opacity: 0; transform: translateY(18px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}
.cc-dialog.is-open .cc-card { opacity: 1; transform: none; }
.cc-dialog:focus-visible .cc-card { box-shadow: var(--ring), var(--shadow-lg); }
.cc-main { display: grid; gap: var(--space-md); align-items: center; }
@media (min-width: 940px) { .cc-main { grid-template-columns: minmax(0, 1fr) auto; } }
.cc-title { font-size: var(--step-1); }
.cc-text { font-size: var(--step--1); color: var(--ink-muted); margin-top: 0.4rem; max-width: 76ch; }
.cc-text a { text-decoration: underline; text-underline-offset: 2px; }
.cc-actions { display: flex; flex-wrap: wrap; gap: var(--space-xs); }
.cc-actions .btn { padding: 0.7rem 1.2rem; font-size: var(--step--1); flex: 1 1 auto; }
@media (min-width: 560px) { .cc-actions .btn { flex: 0 0 auto; } }
.cc-prefs { margin-top: var(--space-md); padding-top: var(--space-md); border-top: 1px solid var(--line); }
.cc-prefs[hidden] { display: none; }
.cc-cats { display: grid; gap: var(--space-sm); }
.cc-cat { background: var(--char-850); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: var(--space-sm); }
.cc-cat h3 { font-size: var(--step-0); }
.cc-cat p { font-size: var(--step--1); color: var(--ink-muted); margin-top: 0.3rem; }
.cc-cat-head { display: flex; align-items: center; justify-content: space-between; gap: var(--space-sm); }
.cc-switch { position: relative; display: inline-flex; flex: none; width: 46px; height: 26px; cursor: pointer; }
.cc-switch input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.cc-switch input:disabled { cursor: not-allowed; }
.cc-switch.is-locked { opacity: 0.7; }
.cc-slider { position: absolute; inset: 0; border-radius: 999px; background: var(--char-600); border: 1px solid var(--line-strong); transition: background-color 0.2s var(--ease); }
.cc-slider::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--bone-100); transition: transform 0.2s var(--ease); }
.cc-switch input:checked + .cc-slider { background: var(--accent); border-color: var(--accent); }
.cc-switch input:checked + .cc-slider::after { transform: translateX(20px); }
.cc-switch input:focus-visible + .cc-slider { box-shadow: var(--ring); }
.cc-actions-save { margin-top: var(--space-sm); }

@media (prefers-reduced-motion: reduce) {
  .cc-card { transition: none; opacity: 1; transform: none; }
  .cc-slider, .cc-slider::after { transition: none; }
}

/* ---- Reviews carousel ------------------------------------------------------
   Base layer is CSS scroll-snap, so this works with JavaScript disabled: the
   track is a native horizontal scroller with swipe on touch. The buttons and
   dots are progressive enhancement and stay hidden until the .js class is on
   <html> (set by the inline script in every <head>).
   Slides deliberately do NOT carry .reveal: that observer unobserves on first
   intersection, so a slide scrolled off-axis would stay invisible forever. */
.reviews-carousel { position: relative; }

.carousel-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;                 /* Firefox */
  -ms-overflow-style: none;              /* old Edge */
  margin-inline: calc(var(--space-sm) * -1);
  padding-inline: var(--space-sm);
  padding-block: 0.35rem;                /* room for the card hover lift */
}
.carousel-viewport::-webkit-scrollbar { display: none; }
.carousel-viewport:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; border-radius: var(--radius); }

.carousel-track { display: flex; gap: var(--space-lg); align-items: stretch; }

.carousel-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  min-width: 0;
}
@media (min-width: 900px) {
  .carousel-slide { flex: 0 0 calc((100% - var(--space-lg)) / 2); }
}

/* Controls: hidden without JS, since scroll-snap already handles it there. */
.carousel-controls { display: none; }
.js .carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.carousel-btn {
  width: 44px; height: 44px;             /* 44px min touch target */
  flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  color: var(--ink);
  cursor: pointer;
  transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease),
              color 0.2s var(--ease), transform 0.2s var(--ease);
}
.carousel-btn svg { width: 20px; height: 20px; }
.carousel-btn:hover:not(:disabled) {
  background: var(--accent); border-color: var(--accent);
  color: var(--on-accent); transform: translateY(-2px);
}
.carousel-btn:focus-visible { outline: none; box-shadow: var(--ring); }
.carousel-btn:disabled { opacity: 0.35; cursor: default; }

.carousel-dots { display: flex; align-items: center; gap: 0.5rem; }
.carousel-dot {
  width: 10px; height: 10px; padding: 0;
  border: none; border-radius: 50%;
  background: var(--line-strong);
  cursor: pointer;
  transition: background-color 0.2s var(--ease), transform 0.2s var(--ease);
}
.carousel-dot:hover { background: var(--ink-muted); }
.carousel-dot[aria-current="true"] { background: var(--accent); transform: scale(1.35); }
.carousel-dot:focus-visible { outline: none; box-shadow: var(--ring); }

/* The dots are a redundant control surface. Give them a bigger hit area than
   their painted size without changing the layout. */
.carousel-dot::before {
  content: ""; position: absolute;
  inset: -10px;
}
.carousel-dot { position: relative; }

@media (prefers-reduced-motion: reduce) {
  .carousel-viewport { scroll-behavior: auto; }
  .carousel-btn:hover:not(:disabled) { transform: none; }
  .carousel-dot[aria-current="true"] { transform: none; }
}
