/*
Theme Name: CTS Crystal Tech Service
Theme URI: https://cts.kramaa.com/
Author: SAT LABS CO
Description: Premium landing page theme for Crystal Tech Service - Dell and Lenovo authorized laptop repair and service, Bengaluru. Fraunces + Hanken Grotesk type, a light grey hero with an animated capped-and-coated engineer, icon-only contact dropdowns, bespoke SVG card icons, a zig-zag process, and GSAP interactions. Fully editable via the CTS Content Manager plugin.
Version: 3.10.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: cts-theme
*/

:root {
  --ink0: #071019;
  --ink: #0B1A2A;
  --ink-2: #102A40;
  --ink-soft: #41505F;
  --paper: #F6F2EA;
  --paper-2: #EDE7DA;
  --paper-3: #E4DCCB;
  --muted: #6E7885;
  --line: #DBD4C4;
  --line-soft: #E7E1D3;
  --line-dark: rgba(246, 242, 234, 0.13);
  --line-dark-soft: rgba(246, 242, 234, 0.07);
  --brand: #1063A8;
  --brand-deep: #0A4576;
  --brand-bright: #46A7E6;
  --brass: #C79A5B;
  --brass-deep: #A9803F;
  --whatsapp: #25D366;
  --whatsapp-deep: #1DA851;
  --whatsapp-ink: #0B7A3B;
  --whatsapp-teal: #128C7E;
  --ok: #2E7D4F;
  --skin: #E7B58C;
  --hero-1: #DFE3E8;
  --hero-2: #EEF0F3;
  --hero-3: #F5F6F8;
  --hero-line: rgba(11, 26, 42, 0.12);
  --hero-line-soft: rgba(11, 26, 42, 0.07);
  --shadow-card: 0 1px 2px rgba(11, 26, 42, 0.05), 0 18px 48px -22px rgba(11, 26, 42, 0.28);
  --shadow-lift: 0 30px 60px -30px rgba(11, 26, 42, 0.35);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection { background: var(--brand); color: #fff; }

.display {
  font-family: 'Fraunces', Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.wrap { max-width: 1220px; margin: 0 auto; padding: 0 36px; }

a:focus-visible, button:focus-visible { outline: 2px solid var(--brand-bright); outline-offset: 3px; border-radius: 3px; }

/* Grain on dark surfaces */
.grain { position: relative; isolation: isolate; }
.grain::after {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
.grain > * { position: relative; z-index: 1; }

/* ================= NAV ================= */
.nav {
  position: sticky; top: 0; left: 0; right: 0; z-index: 90;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  border-bottom: 1px solid transparent;
}
.nav.on-dark { background: linear-gradient(rgba(223,227,232,0.92), rgba(223,227,232,0)); }
.nav.on-light {
  background: rgba(246,242,234,0.9);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--line-soft);
}
.nav.on-light.is-scrolled { box-shadow: 0 8px 30px -18px rgba(11,26,42,0.35); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-badge {
  width: 38px; height: 38px; border-radius: 10px; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(150deg, var(--brand), var(--brand-deep));
  color: #fff; box-shadow: 0 6px 16px -8px rgba(16,99,168,0.7);
  transition: transform 0.3s ease;
}
.brand-badge svg { width: 21px; height: 21px; }
.nav-brand:hover .brand-badge { transform: rotate(-6deg); }
.brand-logo { height: 40px; width: auto; max-width: 190px; display: block; object-fit: contain; }
/* Logo always stays in its own colours - dark and scrolled states both. */
.nav .nav-brand.has-logo .brand-logo { filter: none; }
.nav-brand.has-logo {
  padding: 6px 12px; border-radius: 12px;
  background: transparent; transition: background 0.35s ease, box-shadow 0.35s ease;
}
.nav.on-dark .nav-brand.has-logo { background: transparent; box-shadow: none; }
.nav-brand.has-logo { padding: 4px 0; }
.footer-brand .brand-logo {
  height: 30px; filter: none; opacity: 1;
  background: rgba(255, 255, 255, 0.94); padding: 5px 10px; border-radius: 10px;
}
.brand-word {
  font-family: 'Fraunces', Georgia, serif; font-weight: 600; font-size: 22px;
  letter-spacing: -0.01em; color: var(--ink); transition: color 0.35s ease; line-height: 1;
}
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a {
  color: var(--ink-soft); text-decoration: none; font-size: 14.5px; font-weight: 500;
  transition: color 0.25s ease;
}
.nav-links a:hover { color: var(--brand); }
.nav-cta {
  background: var(--whatsapp); color: #fff !important; padding: 11px 20px; border-radius: 999px;
  font-size: 13.5px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; transition: background 0.25s ease, transform 0.25s ease;
}
.nav-cta:hover { background: var(--whatsapp-deep); transform: translateY(-1px); }
.nav-cta svg { width: 14px; height: 14px; }

/* Contact cluster: two icon-only triggers, each with a branch dropdown */
.nav-cluster { display: flex; align-items: center; gap: 10px; }
.nav-drop { position: relative; }
.nav-ic {
  width: 44px; height: 44px; border-radius: 50%; padding: 0; cursor: pointer;
  display: grid; place-items: center; flex: none;
  background: #fff; border: 1px solid var(--line); color: var(--brand);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.nav-ic .nav-ic-glyph { width: 20px !important; height: 20px !important; display: block; }
.nav-ic:hover, .nav-drop.is-open .nav-ic {
  background: var(--brand); border-color: var(--brand); color: #fff; transform: translateY(-1px);
  box-shadow: 0 10px 22px -14px rgba(16,99,168,0.9);
}
.nav-ic.is-wa { color: var(--whatsapp-ink); border-color: rgba(37,211,102,0.5); }
.nav-ic.is-wa:hover, .nav-drop.is-open .nav-ic.is-wa {
  background: var(--whatsapp); border-color: var(--whatsapp); color: #fff;
  box-shadow: 0 10px 22px -14px rgba(37,211,102,0.9);
}

.nav-drop-panel {
  position: absolute; top: calc(100% + 12px); right: 0; z-index: 5;
  min-width: 302px; padding: 12px; border-radius: 14px;
  background: #fff; border: 1px solid var(--line);
  box-shadow: 0 26px 54px -26px rgba(11,26,42,0.5);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.nav-drop-panel::before {
  content: ''; position: absolute; top: -6px; right: 16px; width: 11px; height: 11px;
  background: #fff; border-left: 1px solid var(--line); border-top: 1px solid var(--line);
  transform: rotate(45deg);
}
.nav-drop:hover .nav-drop-panel,
.nav-drop.is-open .nav-drop-panel,
.nav-drop:focus-within .nav-drop-panel { opacity: 1; visibility: visible; transform: translateY(0); }
/* Bridge the gap so the panel does not close while the pointer travels to it. */
.nav-drop::after { content: ''; position: absolute; top: 100%; right: 0; width: 100%; height: 14px; }
.nav-drop-title {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  color: var(--muted); padding: 4px 10px 8px;
}
.nav-drop-item {
  display: flex; align-items: center; gap: 11px; padding: 9px 10px; border-radius: 10px;
  text-decoration: none; color: var(--ink) !important; transition: background 0.2s ease;
}
.nav-drop-item:hover { background: var(--paper-2); }
.nav-drop-ic { width: 17px !important; height: 17px !important; flex: none; color: var(--brand); }
.nav-drop-item.is-wa .nav-drop-ic { color: var(--whatsapp-ink); }
.nav-drop-item.is-wa:hover .nav-drop-ic { color: var(--whatsapp-deep); }
.nav-drop-lines { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.nav-drop-name { font-size: 13.5px; font-weight: 600; line-height: 1.25; }
.nav-drop-meta { font-size: 12.5px; color: var(--ink-soft); font-variant-numeric: tabular-nums; }

.wa-mark { width: 16px; height: 16px; flex: none; display: block; }

@media (max-width: 760px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-inner { height: 66px; }
  .nav-cluster { gap: 8px; }
  .nav-ic { width: 40px; height: 40px; }
  .nav-drop-panel { min-width: 240px; }
}

/* ================= BUTTONS ================= */
.btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 16px 26px; border-radius: 999px;
  font-size: 14.5px; font-weight: 600; text-decoration: none; border: none; cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  font-family: inherit; will-change: transform;
}
.btn .btn-arrow { width: 15px; height: 15px; transition: transform 0.3s cubic-bezier(0.22,1,0.36,1); }
.btn:hover .btn-arrow { transform: translateX(4px); }
.btn-primary { background: var(--whatsapp); color: #fff; box-shadow: 0 10px 30px -12px rgba(37,211,102,0.65); }
.btn-primary:hover { background: var(--whatsapp-deep); }
.btn-primary svg:not(.btn-arrow) { width: 16px; height: 16px; }
.btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); background: #fff; }
.btn-dark { background: var(--ink); color: var(--paper); }
.btn-dark:hover { background: var(--brand); }

/* ================= HERO ================= */
.hero {
  background:
    radial-gradient(1100px 640px at 84% -8%, rgba(255,255,255,0.9), transparent 62%),
    radial-gradient(760px 540px at -6% 112%, rgba(16,99,168,0.10), transparent 62%),
    linear-gradient(168deg, var(--hero-1) 0%, var(--hero-2) 46%, var(--hero-3) 100%);
  color: var(--ink); padding: 88px 0 0; margin-top: -80px; overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 64px; align-items: center; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 32px;
  padding: 8px 16px 8px 12px; border: 1px solid var(--hero-line); border-radius: 999px;
  background: rgba(255,255,255,0.7); font-size: 13px; font-weight: 500;
  color: var(--ink-soft);
}
.hero-eyebrow .badge-dot {
  width: 20px; height: 20px; border-radius: 6px; flex: none; display: grid; place-items: center;
  background: rgba(199,154,91,0.16); color: var(--brass);
}
.hero-eyebrow .badge-dot svg { width: 12px; height: 12px; }

.hero-title {
  font-family: 'Fraunces', Georgia, serif; font-optical-sizing: auto; font-weight: 400;
  font-size: clamp(38px, 4.7vw, 62px); line-height: 1.04; letter-spacing: -0.02em;
  color: var(--ink); max-width: 19ch; margin-bottom: 22px;
}
.hero-title em { font-style: italic; color: var(--brand); font-weight: 500; }

/* Authorized service centre chips (Dell / Lenovo) */
.hero-auth { display: flex; flex-wrap: nowrap; align-items: stretch; gap: 12px; margin-bottom: 24px; }
.hero-auth-item {
  display: inline-flex; align-items: center; gap: 12px; flex: 0 1 auto; min-width: 0;
  padding: 10px 18px 10px 14px; border-radius: 14px;
  background: #ffffff; border: 1px solid var(--line);
  box-shadow: 0 1px 2px rgba(11,26,42,0.05), 0 14px 30px -24px rgba(11,26,42,0.45);
}
.hero-auth-item img { height: 20px; width: auto; max-width: 86px; object-fit: contain; display: block; }
.hero-auth-name {
  font-family: 'Fraunces', Georgia, serif; font-size: 16px; font-weight: 500; color: var(--ink);
  line-height: 1;
}
.hero-auth-label {
  font-size: 12px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--ink-soft); padding-left: 12px; border-left: 1px solid var(--line);
  line-height: 1.25;
}
@media (max-width: 640px) {
  .hero-auth { flex-wrap: wrap; gap: 10px; }
  .hero-auth-item { padding: 8px 14px 8px 10px; gap: 9px; }
  .hero-auth-label { font-size: 10.5px; padding-left: 9px; }
}
.hero-lede {
  font-size: 17.5px; font-weight: 400; color: var(--ink-soft);
  max-width: 50ch; line-height: 1.62; margin-bottom: 20px;
}
.hero-note {
  display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600;
  color: var(--brass-deep); margin-bottom: 38px;
}
.hero-note svg { width: 16px; height: 16px; flex: none; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* --- Bench scene wrapper --- */
.hero-stage { position: relative; }
.bench-scene svg { width: 100%; height: auto; display: block; overflow: visible; }
.hero-stage .stage-caption {
  margin-top: 18px; text-align: center; font-size: 13px; font-style: italic;
  color: var(--muted); font-family: 'Fraunces', Georgia, serif;
}

/* Hero meta strip */
.hero-meta {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
  margin-top: 84px; padding: 40px 0 46px; border-top: 1px solid var(--hero-line-soft);
}
.hero-meta-item { border-left: 1px solid var(--hero-line); padding-left: 22px; }
.hero-meta-item .value {
  font-family: 'Fraunces', Georgia, serif; font-size: 21px; letter-spacing: -0.01em; color: var(--ink);
}
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-stage { max-width: 560px; margin: 0 auto; width: 100%; }
}
@media (max-width: 720px) {
  .hero { padding-top: 78px; margin-top: -66px; }
  .hero-meta { grid-template-columns: 1fr; gap: 24px; margin-top: 52px; padding: 30px 0 34px; }
  .hero-title { font-size: clamp(34px, 9.5vw, 46px); }
}

/* ================= SECTION SCAFFOLD (heading only, no kicker) ================= */
.section { padding: 112px 0; border-bottom: 1px solid var(--line-soft); position: relative; }
.section-head { margin-bottom: 64px; }
.section-title {
  font-family: 'Fraunces', Georgia, serif; font-optical-sizing: auto; font-weight: 400;
  font-size: clamp(30px, 4.2vw, 52px); line-height: 1.02; letter-spacing: -0.025em;
  white-space: nowrap;
}
.section-title em { font-style: italic; color: var(--brand); font-weight: 500; }
.section-title::after {
  content: ''; display: block; width: 56px; height: 3px; margin-top: 22px; border-radius: 2px;
  background: linear-gradient(90deg, var(--brass), var(--brass-deep));
}
@media (max-width: 720px) {
  .section { padding: 74px 0; }
  .section-head { margin-bottom: 46px; }
  .section-title { font-size: clamp(28px, 8.5vw, 40px); white-space: normal; }
}

/* ================= TRUSTED BY ================= */
.trusted { padding: 76px 0; border-bottom: 1px solid var(--line-soft); background: var(--paper-2); }
.trusted-grid { display: grid; grid-template-columns: 340px 1fr; gap: 56px; align-items: center; }
.trusted-col { min-width: 0; display: flex; flex-direction: column; gap: 34px; }
.trusted-lines { border-left: 3px solid var(--brand); padding-left: 26px; }
.trusted-lines h2 {
  font-family: 'Fraunces', Georgia, serif; font-size: 30px; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 12px;
}
.trusted-lines p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.62; }
.marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.marquee-track { display: flex; align-items: center; gap: 76px; width: max-content; }
.marquee-item { display: flex; align-items: center; flex: none; }
.marquee-item img {
  height: 46px; width: auto; max-width: 200px; object-fit: contain; display: block;
  filter: none; opacity: 1; transition: transform 0.35s ease;
}
.marquee-item:hover img { transform: scale(1.06); }
.marquee-item .logo-text {
  font-family: 'Fraunces', Georgia, serif; font-size: 25px; font-weight: 500; letter-spacing: -0.01em;
  color: rgba(65,80,95,0.6); white-space: nowrap; transition: color 0.35s ease;
}
.marquee-item:hover .logo-text { color: var(--ink); }
@media (max-width: 900px) { .trusted-grid { grid-template-columns: 1fr; gap: 40px; } }
@media (prefers-reduced-motion: reduce) {
  .marquee { mask-image: none; -webkit-mask-image: none; }
  .marquee-track { flex-wrap: wrap; width: auto; gap: 40px; }
}

/* ================= ABOUT ================= */
.about-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 72px; align-items: start; }
.about-figures { min-width: 0; }
.about-text { font-size: 17px; line-height: 1.78; color: var(--ink-soft); max-width: 56ch; }
.about-text p + p { margin-top: 20px; }

/* Multi-Brand Laptop Service Center panel */
.multibrand {
  padding: 26px 28px 24px; border-radius: 18px;
  background: linear-gradient(150deg, #ffffff, var(--paper));
  border: 1px solid rgba(16,99,168,0.28);
  box-shadow: 0 1px 2px rgba(11,26,42,0.05), 0 26px 54px -30px rgba(16,99,168,0.55);
  position: relative; overflow: hidden;
}
.multibrand::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--brand-bright));
}
.multibrand::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.55;
  background-image:
    linear-gradient(rgba(16,99,168,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,99,168,0.045) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 85% 10%, #000, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 80% at 85% 10%, #000, transparent 75%);
}
.multibrand > * { position: relative; z-index: 1; }
.multibrand-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.multibrand .mb-ic {
  width: 44px; height: 44px; border-radius: 12px; flex: none; display: grid; place-items: center;
  background: rgba(16,99,168,0.10); color: var(--brand); border: 1px solid rgba(16,99,168,0.22);
}
.multibrand .mb-ic svg { width: 24px; height: 24px; }
.multibrand .mb-title {
  font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: 23px; letter-spacing: -0.015em;
  color: var(--ink); line-height: 1.18; margin-bottom: 5px;
}
.multibrand .mb-sub { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }
.mb-brands {
  display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between;
  gap: 14px 18px; padding: 18px 4px; margin-bottom: 18px;
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
}
.mb-brand {
  display: inline-flex; align-items: center; justify-content: center; height: 30px;
  flex: 1 1 70px; min-width: 0;
}
.mb-brand img {
  height: 26px; width: auto; max-width: 100%; object-fit: contain; display: block;
  filter: grayscale(1) opacity(0.65); transition: filter 0.3s ease;
}
.mb-brand:hover img { filter: grayscale(0) opacity(1); }
.mb-brand-text {
  font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: 18px; color: var(--ink-soft);
}
.multibrand .mb-cta {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  background: var(--whatsapp); color: #fff; font-size: 13.5px; font-weight: 600;
  padding: 11px 20px; border-radius: 999px; transition: background 0.25s ease, transform 0.25s ease;
}
.multibrand .mb-cta:hover { background: var(--whatsapp-deep); transform: translateY(-2px); }
.multibrand .mb-cta svg:first-child { width: 16px; height: 16px; flex: none; }
.multibrand .mb-arrow { width: 14px; height: 14px; transition: transform 0.25s ease; }
.multibrand .mb-cta:hover .mb-arrow { transform: translateX(3px); }
@media (max-width: 560px) {
  .mb-brands { gap: 0 10px; }
  .mb-brand { height: 24px; }
  .mb-brand img { height: 18px; }
  .mb-brand-text { font-size: 14px; }
}
.stats {
  display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 10px;
  overflow: hidden; background: var(--paper); box-shadow: var(--shadow-card);
}
.stat { padding: 34px 30px; position: relative; }
.stat:nth-child(odd) { border-right: 1px solid var(--line-soft); }
.stat:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
.stat-ic {
  width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; margin-bottom: 18px;
  background: rgba(16,99,168,0.09); color: var(--brand);
}
.stat-ic svg { width: 19px; height: 19px; }
.stat-num {
  font-family: 'Fraunces', Georgia, serif; font-size: 44px; font-weight: 500; color: var(--ink);
  line-height: 1; letter-spacing: -0.02em; margin-bottom: 8px; display: block; font-variant-numeric: tabular-nums;
}
.stat-num .plus { color: var(--brand); font-style: italic; font-size: 0.55em; margin-left: 2px; }
.stat-label { font-size: 13.5px; color: var(--ink-soft); font-weight: 500; }
.awards {
  margin-top: 28px; padding: 22px 26px; border: 1px solid rgba(199,154,91,0.32); border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(199,154,91,0.10), rgba(199,154,91,0.02)),
    var(--paper);
  display: flex; align-items: center; gap: 22px; position: relative; overflow: hidden;
}
.awards::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image:
    linear-gradient(rgba(199,154,91,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(199,154,91,0.06) 1px, transparent 1px);
  background-size: 22px 22px;
}
.awards-badges { display: flex; flex: none; position: relative; z-index: 1; }
.awards-badges .award-badge { width: 62px; height: auto; display: block; filter: drop-shadow(0 6px 12px rgba(11,26,42,0.25)); }
.awards-badges .award-badge:nth-child(2),
.awards-badges .award-badge:nth-child(3) { margin-left: -20px; }
.awards-copy { position: relative; z-index: 1; }
.awards-copy strong {
  display: block; font-family: 'Fraunces', Georgia, serif; font-size: 17px; color: var(--ink);
  margin-bottom: 3px; letter-spacing: -0.01em;
}
.awards-copy p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 52px; } }
@media (max-width: 560px) {
  .stats { grid-template-columns: 1fr; }
  .stat:nth-child(odd) { border-right: none; }
  .stat:not(:last-child) { border-bottom: 1px solid var(--line-soft); }
  .stat-num { font-size: 38px; }
}

/* ================= ICON CARDS (services + issues + values) ================= */
.cts-icon { display: block; }

.card-ic {
  width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 24px;
  background: var(--paper-2); color: var(--brand); border: 1px solid var(--line);
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s cubic-bezier(0.22,1,0.36,1);
}
.card-ic svg { width: 26px; height: 26px; }

/* Service profile */
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.offer-card {
  padding: 38px 32px 42px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper);
  position: relative; overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.offer-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--brand-bright));
  transform: scaleX(0); transform-origin: left center; transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}
.offer-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); border-color: var(--line-soft); }
.offer-card:hover::before { transform: scaleX(1); }
.offer-card:hover .card-ic { background: var(--brand); color: #fff; border-color: var(--brand); transform: rotate(-4deg); }
.offer-title {
  font-family: 'Fraunces', Georgia, serif; font-size: 24px; font-weight: 500; margin-bottom: 12px;
  color: var(--ink); letter-spacing: -0.01em;
}
.offer-body { font-size: 15px; color: var(--ink-soft); line-height: 1.62; }
.offer-items { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 7px; }
.offer-items span {
  font-size: 12.5px; background: var(--paper-2); border: 1px solid var(--line); padding: 5px 12px;
  border-radius: 999px; color: var(--ink-soft);
}
@media (max-width: 900px) { .offer-grid { grid-template-columns: 1fr; gap: 20px; } }

/* Common issues */
.issues-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.issue-card {
  padding: 30px 26px 32px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper);
  position: relative; transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.issue-card .card-ic { width: 46px; height: 46px; border-radius: 12px; margin-bottom: 20px; }
.issue-card .card-ic svg { width: 23px; height: 23px; }
.issue-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); border-color: var(--line-soft); }
.issue-card:hover .card-ic { background: var(--brand); color: #fff; border-color: var(--brand); }
.issue-card:hover h3 { color: var(--brand-deep); }
.issue-card h3 {
  font-family: 'Fraunces', Georgia, serif; font-size: 20px; font-weight: 500; letter-spacing: -0.01em;
  margin-bottom: 10px; color: var(--ink); transition: color 0.3s ease;
}
.issue-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.58; }
@media (max-width: 1024px) { .issues-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .issues-grid { grid-template-columns: 1fr; } }

/* ================= HOW IT WORKS - ZIG-ZAG ================= */
.process { background: var(--paper-2); }
.process-flow { position: relative; max-width: 900px; margin: 0 auto; }
/* central spine */
.process-flow::before {
  content: ''; position: absolute; left: 50%; top: 8px; bottom: 8px; width: 2px;
  background: linear-gradient(var(--line), var(--line)); transform: translateX(-50%);
}
.process-flow .spine-fill {
  position: absolute; left: 50%; top: 8px; width: 2px; transform: translateX(-50%);
  background: linear-gradient(var(--brand), var(--brand-bright)); transform-origin: top center;
  height: calc(100% - 16px); scale: 1 0;
}
.zz-step {
  position: relative; display: grid; grid-template-columns: 1fr 88px 1fr; align-items: center;
  grid-template-rows: auto; margin-bottom: 44px;
}
/* Both children are pinned to row 1. Without this, a card explicitly placed in
   column 3 moves the auto-placement cursor past column 2, so the node (column 2)
   got bumped down to row 2 - which is why every right-hand step sat low. */
.zz-step > .zz-card, .zz-step > .zz-node { grid-row: 1; }
.zz-step:last-child { margin-bottom: 0; }
.zz-node {
  grid-column: 2; justify-self: center; z-index: 2;
  width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center;
  background: var(--paper); border: 1px solid var(--line); color: var(--brand);
  box-shadow: 0 10px 26px -14px rgba(11,26,42,0.4);
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), background 0.4s ease, color 0.4s ease;
}
.zz-node svg { width: 26px; height: 26px; flex: none; }
/* The icon box and the card share one row and are both centred, so the glyph
   always sits on the card's vertical midline - and on the nub arrow. */
.zz-step { align-items: center; }
.zz-node { align-self: center; }
.zz-step:hover .zz-node { background: var(--brand); color: #fff; transform: scale(1.06) rotate(-3deg); }
.zz-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 26px 28px;
  box-shadow: var(--shadow-card); position: relative;
}
.zz-card .zz-step-label {
  font-family: 'Fraunces', Georgia, serif; font-style: italic; font-size: 14px; color: var(--brass-deep);
  display: block; margin-bottom: 6px;
}
.zz-card h3 {
  font-family: 'Fraunces', Georgia, serif; font-size: 23px; font-weight: 500; letter-spacing: -0.01em;
  margin-bottom: 8px; color: var(--ink);
}
.zz-card p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.62; }
/* arrow nub pointing to spine */
.zz-card::after {
  content: ''; position: absolute; top: 50%; width: 14px; height: 14px; background: var(--paper);
  border: 1px solid var(--line); transform: translateY(-50%) rotate(45deg);
}
/* Side is set from PHP (.is-left / .is-right) instead of :nth-child, because the
   spine-fill span is the first child and was shifting the whole odd/even pattern. */
.zz-step.is-left .zz-card { grid-column: 1; text-align: right; }
.zz-step.is-left .zz-card::after { right: -8px; border-left: none; border-bottom: none; }
.zz-step.is-right .zz-card { grid-column: 3; text-align: left; }
.zz-step.is-right .zz-card::after { left: -8px; border-right: none; border-top: none; }

@media (max-width: 720px) {
  .process-flow::before, .process-flow .spine-fill { left: 32px; }
  .zz-step { grid-template-columns: 64px 1fr; gap: 20px; margin-bottom: 28px; }
  .zz-node { grid-column: 1; }
  .zz-step:nth-child(odd) .zz-card,
  .zz-step:nth-child(even) .zz-card { grid-column: 2; text-align: left; }
  .zz-card::after { display: none; }
}

/* ================= CORE VALUES ================= */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 44px 40px; }
.value-item { }
.value-item .card-ic {
  width: 48px; height: 48px; border-radius: 12px; color: var(--brass);
  background: rgba(199,154,91,0.10); border-color: rgba(199,154,91,0.28);
}
.value-item:hover .card-ic { background: var(--brass); color: #fff; border-color: var(--brass); transform: rotate(-4deg); }
.value-item h3 {
  font-family: 'Fraunces', Georgia, serif; font-size: 21px; font-weight: 500; margin-bottom: 10px; letter-spacing: -0.01em;
}
.value-item p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.62; }
@media (max-width: 900px) { .values-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .values-grid { grid-template-columns: 1fr; gap: 34px; } }

/* ================= LOCATIONS ================= */
/* ===== Stores: single-row carousel ===== */
.stores-carousel { position: relative; }
.stores-track {
  display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 4px 4px 20px; margin: 0 -4px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.stores-track::-webkit-scrollbar { display: none; }
.stores-track { cursor: grab; }
.stores-track.is-dragging { cursor: grabbing; scroll-behavior: auto; }
.stores-track.is-dragging .store { pointer-events: none; }
.store {
  flex: 1 1 0; min-width: 300px; scroll-snap-align: start;
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
}
.store:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.store-map {
  width: 100%; aspect-ratio: 16 / 8; border: none; display: block; background: var(--paper-2);
  filter: saturate(0.7) contrast(0.96); transition: filter 0.4s ease;
}
.store:hover .store-map { filter: saturate(1) contrast(1); }
.store-body { padding: 24px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.store-marker { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 14px; }
.store-tag {
  display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 600;
  color: var(--brand); background: rgba(16,99,168,0.09); padding: 5px 11px; border-radius: 999px; white-space: nowrap;
}
.store-tag svg { width: 12px; height: 12px; }
.store-status {
  display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600;
  color: var(--ink-soft); padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px; white-space: nowrap;
}
.store-status .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--muted); position: relative; }
.store-status.is-open { border-color: rgba(46,125,79,0.35); color: var(--ok); }
.store-status.is-open .pulse { background: var(--ok); }
.store-status.is-open .pulse::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%; background: var(--ok); opacity: 0.4;
  animation: pulse 2s ease-out infinite;
}
@keyframes pulse { 0% { transform: scale(1); opacity: 0.4; } 100% { transform: scale(2.4); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .store-status.is-open .pulse::after { animation: none; } }
.store-name {
  font-family: 'Fraunces', Georgia, serif; font-size: 24px; font-weight: 500; letter-spacing: -0.015em;
  margin-bottom: 8px; color: var(--ink); line-height: 1.15;
}
.store-address { font-size: 14px; color: var(--ink-soft); line-height: 1.55; margin-bottom: 18px; }
.store-details {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; padding-top: 18px;
  border-top: 1px solid var(--line-soft); margin-bottom: 22px;
}
.store-details .k { font-size: 11px; color: var(--muted); font-weight: 600; display: block; margin-bottom: 3px; }
.store-details .val { font-size: 13.5px; color: var(--ink); font-weight: 500; }
.store-details .val a { color: var(--ink); text-decoration: none; transition: color 0.2s ease; }
.store-details .val a:hover { color: var(--brand); }
.store-email {
  display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500;
  color: var(--brand); text-decoration: none; margin-bottom: 22px; word-break: break-all;
  transition: color 0.2s ease;
}
.store-email:hover { color: var(--brand-deep); }
.store-email svg { width: 15px; height: 15px; flex: none; }
.store-actions { display: flex; gap: 9px; margin-top: auto; }
.store-actions a {
  flex: 1; text-align: center; padding: 11px 14px; font-size: 12.5px; font-weight: 600;
  text-decoration: none; border-radius: 999px; transition: all 0.25s ease; white-space: nowrap;
}
.store-actions .a-primary { background: var(--ink); color: var(--paper); }
.store-actions .a-primary:hover { background: var(--brand); }
.store-actions .a-secondary { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.store-actions .a-secondary:hover { border-color: var(--ink); background: var(--paper-2); }

/* Carousel nav (arrows + dots) */
.stores-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 22px; }
.stores-arrow {
  width: 46px; height: 46px; border-radius: 50%; flex: none; cursor: pointer;
  background: var(--paper); border: 1px solid var(--line); color: var(--ink);
  display: grid; place-items: center; transition: all 0.25s ease;
}
.stores-arrow svg { width: 20px; height: 20px; }
.stores-arrow:hover:not(:disabled) { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.stores-arrow:disabled { opacity: 0.35; cursor: default; }
.stores-dots { display: flex; align-items: center; gap: 8px; }
.stores-dots button {
  width: 8px; height: 8px; border-radius: 999px; padding: 0; border: none; cursor: pointer;
  background: var(--line); transition: all 0.3s ease;
}
.stores-dots button.is-active { width: 26px; background: var(--brand); }

@media (max-width: 900px) {
  .store { flex-basis: 84%; }
}
@media (max-width: 560px) {
  .store { flex-basis: 90%; }
  .stores-track { gap: 16px; }
}

/* ================= FAQ ================= */
.faq-list { border-top: 1px solid var(--line); max-width: 880px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: none; padding: 24px 0; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer;
  font-family: 'Fraunces', Georgia, serif; font-size: 20px; font-weight: 500; letter-spacing: -0.01em;
  color: var(--ink); transition: color 0.25s ease;
}
.faq-q:hover, .faq-item.open .faq-q { color: var(--brand-deep); }
.faq-q .faq-icon { flex: none; width: 22px; height: 22px; position: relative; }
.faq-q .faq-icon::before, .faq-q .faq-icon::after {
  content: ''; position: absolute; background: var(--brand);
  transition: transform 0.3s cubic-bezier(0.22,1,0.36,1); border-radius: 2px;
}
.faq-q .faq-icon::before { top: 10px; left: 2px; right: 2px; height: 2px; }
.faq-q .faq-icon::after { left: 10px; top: 2px; bottom: 2px; width: 2px; }
.faq-item.open .faq-q .faq-icon::after { transform: scaleY(0); }
.faq-a { overflow: hidden; height: 0; }
.faq-a-inner { padding: 2px 44px 26px 0; font-size: 15px; color: var(--ink-soft); line-height: 1.72; }

/* ================= CTA ================= */
.cta {
  padding: 132px 0;
  background: radial-gradient(900px 500px at 90% 120%, rgba(16,99,168,0.26), transparent 60%), var(--ink0);
  color: var(--paper); border-bottom: none; overflow: hidden; position: relative;
}
.cta-title {
  font-family: 'Fraunces', Georgia, serif; font-optical-sizing: auto; font-weight: 400;
  font-size: clamp(36px, 4.8vw, 60px); line-height: 1.05; letter-spacing: -0.02em;
  max-width: 20ch; margin-bottom: 22px;
}
.cta-title em { font-style: italic; color: var(--brand-bright); font-weight: 500; }
.cta p { font-size: 17px; color: rgba(246,242,234,0.7); max-width: 52ch; margin-bottom: 44px; line-height: 1.66; }
.cta-mark { position: absolute; right: -30px; bottom: -50px; width: 360px; opacity: 0.12; pointer-events: none; }

/* ================= FOOTER ================= */
.footer { padding: 44px 0; background: var(--ink0); border-top: 1px solid var(--line-dark-soft); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-inner span { color: rgba(246,242,234,0.5); font-size: 13.5px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand .brand-badge { width: 30px; height: 30px; border-radius: 8px; }
.footer-brand .brand-badge svg { width: 16px; height: 16px; }
.footer-brand span { color: rgba(246,242,234,0.75); font-family: 'Fraunces', Georgia, serif; font-size: 16px; }

body.admin-bar .nav { top: 32px; }
@media (max-width: 782px) { body.admin-bar .nav { top: 46px; } }

.page-content { padding: 160px 0 90px; }
.page-content h1 {
  font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: clamp(32px, 4.4vw, 52px);
  letter-spacing: -0.02em; margin-bottom: 24px;
}
.page-content .entry { font-size: 16px; color: var(--ink-soft); line-height: 1.7; max-width: 68ch; }
.page-content .entry p + p { margin-top: 16px; }

/* ============================================================
   BENCH SCENE - shared stroke/fill classes + loop animations
============================================================ */
.bench-scene .ln { fill: none; stroke: rgba(11,26,42,0.58); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.bench-scene .ln.faint { stroke: rgba(11,26,42,0.26); }
.bench-scene .ln.light { stroke: rgba(11,26,42,0.45); }
.bench-scene .ln.brass { stroke: var(--brass-deep); stroke-width: 2; }
.bench-scene .ln.accent { stroke: var(--brand); }
.bench-scene .fill-ink { fill: #16293B; }
.bench-scene .fill-ink2 { fill: #2C4358; }
.bench-scene .fill-skin { fill: var(--skin); }
.bench-scene .fill-brass { fill: var(--brass); }
.bench-scene .bench-top { fill: #C3CCD5; }

/* Engineer: white lab coat, blue service cap */
.bench-scene .fill-coat { fill: #FBFCFD; }
.bench-scene .fill-collar { fill: #E3E8ED; }
.bench-scene .fill-btn { fill: var(--brand); }
.bench-scene .fill-cap { fill: #1B78C4; }
.bench-scene .fill-cap-dark { fill: #0A4576; }
.bench-scene .tech-cap { transform-origin: 260px 222px; animation: bench-capnod 6s ease-in-out infinite; }
@keyframes bench-capnod { 0%,100% { transform: rotate(0deg); } 50% { transform: rotate(-1.6deg); } }

/* Lamp cone flicker */
.bench-scene .lamp-cone { animation: bench-flicker 5s ease-in-out infinite; transform-origin: 150px 166px; }
@keyframes bench-flicker {
  0%, 100% { opacity: 0.85; } 45% { opacity: 1; } 55% { opacity: 0.7; } 70% { opacity: 0.95; }
}

/* Screen: content scroll + subtle pulse */
.bench-scene .screen-fill { fill: url(#screenPulse); animation: bench-screen 4s ease-in-out infinite; }
@keyframes bench-screen { 0%,100% { opacity: 0.85; } 50% { opacity: 1; } }
.bench-scene .screen-scan { fill: rgba(255,255,255,0.22); animation: bench-scan 2.6s linear infinite; }
@keyframes bench-scan { 0% { transform: translateY(0); } 100% { transform: translateY(52px); } }
.bench-scene .screen-line { stroke: rgba(255,255,255,0.55); stroke-width: 1.4; stroke-linecap: round; }
.bench-scene .screen-led { fill: #2E9E5B; animation: bench-led 1.6s steps(1) infinite; }
@keyframes bench-led { 0%,60% { opacity: 1; } 61%,100% { opacity: 0.2; } }

/* CTS wordmark engraved on the cap */
.bench-scene .cap-mark {
  font-family: 'Hanken Grotesk', system-ui, sans-serif; font-size: 9px; font-weight: 700;
  letter-spacing: 0.12em; fill: #EAF3FB;
}
.bench-scene .fill-pupil { fill: #16293B; }

/* Right arm probing motion (pivots at shoulder) */
.bench-scene .arm-right { transform-origin: 293px 283px; animation: bench-solder 2.4s ease-in-out infinite; }
@keyframes bench-solder {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-7deg) translateY(-1px); }
  50% { transform: rotate(3deg) translateY(1px); }
  75% { transform: rotate(-4deg); }
}
/* Left arm gentle steadying bob */
.bench-scene .arm-left { transform-origin: 226px 283px; animation: bench-steady 3.6s ease-in-out infinite; }
@keyframes bench-steady { 0%,100% { transform: rotate(0deg); } 50% { transform: rotate(2deg); } }

/* Head slight focus tilt */
.bench-scene .bench-tech { transform-origin: 260px 300px; animation: bench-lean 6s ease-in-out infinite; }
@keyframes bench-lean { 0%,100% { transform: rotate(0deg); } 50% { transform: rotate(-1.2deg); } }

/* Visor lens glint */
.bench-scene .visor-lens { fill: rgba(70,167,230,0.30); stroke: rgba(11,26,42,0.55); stroke-width: 1; animation: bench-glint 3s ease-in-out infinite; }
@keyframes bench-glint { 0%,100% { fill: rgba(70,167,230,0.20); } 50% { fill: rgba(126,198,245,0.6); } }

/* Solder spark pulse at tip */
.bench-scene .solder-spark { fill: #FFD36B; filter: drop-shadow(0 0 4px rgba(255,180,80,0.9)); animation: bench-spark 2.4s ease-in-out infinite; transform-origin: 300px 300px; }
@keyframes bench-spark {
  0%, 18%, 100% { opacity: 0; transform: scale(0.3); }
  22% { opacity: 1; transform: scale(1.6); }
  32% { opacity: 0.4; transform: scale(0.9); }
  40% { opacity: 0; transform: scale(0.5); }
}

/* Smoke rising + fading, offset trails */
.bench-scene .smoke { fill: none; stroke: rgba(11,26,42,0.30); stroke-width: 1.6; stroke-linecap: round; }
.bench-scene .smoke.s1 { animation: bench-smoke 3.4s ease-in infinite; }
.bench-scene .smoke.s2 { animation: bench-smoke 3.4s ease-in infinite; animation-delay: 1.7s; }
@keyframes bench-smoke {
  0% { opacity: 0; transform: translateY(6px) scale(0.9); }
  25% { opacity: 0.7; }
  100% { opacity: 0; transform: translateY(-20px) scale(1.15); }
}

/* Readout graph draw + dot blink */
.bench-scene .readout-card { fill: rgba(255,255,255,0.92); stroke: rgba(16,99,168,0.35); stroke-width: 1; }
.bench-scene .readout-graph {
  fill: none; stroke: var(--brand-bright); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 160; stroke-dashoffset: 160; animation: bench-graph 3.2s ease-in-out infinite;
}
@keyframes bench-graph {
  0% { stroke-dashoffset: 160; }
  60%, 100% { stroke-dashoffset: 0; }
}
.bench-scene .readout-dot { fill: #2E9E5B; animation: bench-led 2s steps(1) infinite; }
.bench-scene .bench-readout { animation: bench-float 5s ease-in-out infinite; }
@keyframes bench-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }

/* Floor glow breathe */
.bench-scene .bench-floorglow { animation: bench-glow 6s ease-in-out infinite; transform-origin: 260px 404px; }
@keyframes bench-glow { 0%,100% { opacity: 0.7; } 50% { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .bench-scene * { animation: none !important; }
  .bench-scene .readout-graph { stroke-dashoffset: 0; }
  .bench-scene .screen-scan { opacity: 0; }
}

/* ============================================================
   TECH LAYER v3.1 - blueprint grid, HUD accents, glow
============================================================ */

/* Faint blueprint grid on alternating light sections */
.section::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.5;
  background-image:
    linear-gradient(rgba(16,99,168,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,99,168,0.028) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 40%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 40%, transparent 100%);
}
.section > .wrap { position: relative; z-index: 1; }

/* Section heading: add a tech tick-marker + hairline extending right */
.section-head { position: relative; }
.section-title { position: relative; display: inline-block; }

/* Hero: crosshair grid + scanline for HUD feel */
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.5;
  background-image:
    linear-gradient(rgba(16,99,168,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,99,168,0.06) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 70% 30%, #000, transparent 75%);
  mask-image: radial-gradient(ellipse 90% 80% at 70% 30%, #000, transparent 75%);
}
.hero .wrap { position: relative; z-index: 1; }

/* Eyebrow: monospace-flavoured HUD chip */
.hero-eyebrow {
  font-family: 'Hanken Grotesk', monospace; font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

/* HUD corner brackets on offer + issue + store cards */
.offer-card, .issue-card, .store, .zz-card {
  --hud: rgba(16,99,168,0.28);
}
.offer-card .hud-bracket, .issue-card .hud-bracket, .store .hud-bracket {
  position: absolute; inset: 10px; pointer-events: none; opacity: 0; transition: opacity 0.4s ease; z-index: 2;
}
.offer-card:hover .hud-bracket, .issue-card:hover .hud-bracket, .store:hover .hud-bracket { opacity: 1; }
.hud-bracket span {
  position: absolute; width: 13px; height: 13px;
}
.hud-bracket span::before, .hud-bracket span::after {
  content: ''; position: absolute; background: var(--brand); opacity: 0.55;
}
.hud-bracket span::before { width: 100%; height: 1.5px; }
.hud-bracket span::after { height: 100%; width: 1.5px; }
.hud-bracket .tl { top: 0; left: 0; }
.hud-bracket .tr { top: 0; right: 0; }
.hud-bracket .tr::before { right: 0; } .hud-bracket .tr::after { right: 0; }
.hud-bracket .bl { bottom: 0; left: 0; }
.hud-bracket .bl::before { bottom: 0; } .hud-bracket .bl::after { bottom: 0; }
.hud-bracket .br { bottom: 0; right: 0; }
.hud-bracket .br::before { bottom: 0; right: 0; } .hud-bracket .br::after { bottom: 0; right: 0; }

/* Card icon: subtle glow ring on hover */
.offer-card:hover .card-ic, .issue-card:hover .card-ic {
  box-shadow: 0 0 0 4px rgba(16,99,168,0.10), 0 8px 20px -8px rgba(16,99,168,0.5);
}
.zz-step:hover .zz-node { box-shadow: 0 0 0 5px rgba(16,99,168,0.12), 0 12px 26px -12px rgba(16,99,168,0.55); }

/* Trusted section: dark data-strip vibe */
.trusted { position: relative; }

/* CTA: animated scanline sweep */
.cta::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.6;
  background-image:
    linear-gradient(rgba(70,167,230,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70,167,230,0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: radial-gradient(ellipse 80% 90% at 30% 50%, #000, transparent 70%);
  mask-image: radial-gradient(ellipse 80% 90% at 30% 50%, #000, transparent 70%);
}
.cta .wrap { position: relative; z-index: 1; }

/* Stat cards: monospace tabular + tiny corner index */
.stat { --hud: rgba(16,99,168,0.2); }
.stat::after {
  content: ''; position: absolute; top: 14px; right: 16px; width: 10px; height: 10px;
  border-top: 1.5px solid var(--hud); border-right: 1.5px solid var(--hud); opacity: 0.6;
}

/* Reveal base state (JS-independent safety: content visible if JS fails) */
.no-js [data-reveal], .no-js [data-reveal-item] { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
  .section::before, .hero::before, .cta::before { opacity: 0.3; }
}

/* ============================================================
   LOCATION POPUP MODAL
============================================================ */
.loc-modal {
  position: fixed; inset: 0; z-index: 200; display: none;
  align-items: center; justify-content: center; padding: 24px;
}
.loc-modal.is-open { display: flex; }
.loc-modal-backdrop {
  position: absolute; inset: 0; background: rgba(7,16,25,0.72);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.loc-modal-panel {
  position: relative; z-index: 1; width: 100%; max-width: 1000px;
  max-height: 88vh; overflow-y: auto; background: var(--paper);
  border: 1px solid var(--line); border-radius: 20px; padding: 40px;
  box-shadow: 0 40px 90px -30px rgba(7,16,25,0.6);
}
.loc-modal-close {
  position: absolute; top: 20px; right: 20px; width: 40px; height: 40px;
  border-radius: 50%; border: 1px solid var(--line); background: var(--paper);
  color: var(--ink-soft); cursor: pointer; display: grid; place-items: center;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.loc-modal-close svg { width: 18px; height: 18px; }
.loc-modal-close:hover { background: var(--ink); color: var(--paper); transform: rotate(90deg); }
.loc-modal-head { margin-bottom: 30px; max-width: 60ch; }
.loc-modal-eyebrow {
  display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600;
  color: var(--brand); background: rgba(16,99,168,0.09); padding: 6px 14px; border-radius: 999px;
  margin-bottom: 16px;
}
.loc-modal-eyebrow svg { width: 14px; height: 14px; }
.loc-modal-title {
  font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: clamp(26px, 3.4vw, 36px);
  letter-spacing: -0.02em; color: var(--ink); margin-bottom: 8px;
}
.loc-modal-sub { font-size: 15px; color: var(--ink-soft); line-height: 1.6; }
.loc-modal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.loc-card {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px;
  display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.loc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); border-color: var(--brand); }
.loc-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.loc-card-num { font-family: 'Fraunces', Georgia, serif; font-style: italic; font-size: 22px; color: var(--brand); }
.loc-card-name {
  font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: 21px; letter-spacing: -0.01em;
  color: var(--ink); margin-bottom: 8px; line-height: 1.2;
}
.loc-card-addr { font-size: 14px; color: var(--ink-soft); line-height: 1.55; margin-bottom: 16px; }
.loc-card-meta { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.loc-card-meta span { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-soft); }
.loc-card-meta svg { width: 15px; height: 15px; color: var(--brand); flex: none; }
.loc-card-meta a { color: var(--ink-soft); text-decoration: none; word-break: break-all; transition: color 0.2s ease; }
.loc-card-meta a:hover { color: var(--brand); }
.loc-card-actions { display: flex; gap: 8px; margin-top: auto; }
.loc-card-actions a {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 11px 12px; font-size: 12.5px; font-weight: 600; text-decoration: none; border-radius: 999px;
  transition: all 0.2s ease; white-space: nowrap;
}
.loc-card-actions svg { width: 14px; height: 14px; flex: none; }
.loc-card-actions .a-primary { background: var(--ink); color: var(--paper); }
.loc-card-actions .a-primary:hover { background: var(--brand); }
.loc-card-actions .a-secondary { background: var(--whatsapp); color: #fff; }
.loc-card-actions .a-secondary:hover { background: var(--whatsapp-deep); }
@media (max-width: 860px) {
  .loc-modal-grid { grid-template-columns: 1fr; }
  .loc-modal-panel { padding: 32px 24px; }
}

/* ============================================================
   GOOGLE REVIEWS
============================================================ */
.reviews { background: var(--paper-2); }

/* Summary strip above the carousel */
.reviews-bar {
  display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 24px 28px; box-shadow: var(--shadow-card); overflow: hidden;
  position: relative; margin-bottom: 30px;
}
.reviews-bar::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #4285F4 0 25%, #EA4335 25% 50%, #FBBC05 50% 75%, #34A853 75% 100%);
}
.reviews-bar-score { display: flex; align-items: center; gap: 16px; flex: none; }
.reviews-bar .reviews-sub { flex: 1 1 260px; margin: 0; }
.reviews-bar .reviews-actions { flex-direction: row; margin: 0; flex: none; }
.reviews-bar .reviews-count { margin: 6px 0 0; }
@media (max-width: 760px) {
  .reviews-bar { gap: 20px; padding: 22px 20px; }
  .reviews-bar .reviews-actions { width: 100%; }
  .reviews-bar .reviews-actions a { flex: 1; }
}
.g-mark { display: block; width: 34px; height: 34px; flex: none; }
.g-mark svg { width: 100%; height: 100%; display: block; }
.reviews-score {
  font-family: 'Fraunces', Georgia, serif; font-size: 44px; font-weight: 500; line-height: 1;
  letter-spacing: -0.02em; color: var(--ink); display: block; margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}
.reviews-score .out-of { font-size: 0.4em; color: var(--muted); font-style: italic; margin-left: 4px; }
.reviews-count { font-size: 13.5px; font-weight: 600; color: var(--ink-soft); margin: 12px 0 6px; }
.reviews-sub { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
.reviews-actions { display: flex; flex-direction: column; gap: 9px; margin-top: 22px; }
.reviews-actions a {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 16px; border-radius: 999px; font-size: 13px; font-weight: 600;
  text-decoration: none; transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.reviews-actions svg { width: 15px; height: 15px; flex: none; }
.reviews-actions .a-primary { background: var(--ink); color: var(--paper); }
.reviews-actions .a-primary:hover { background: var(--brand); transform: translateY(-1px); }
.reviews-actions .a-secondary { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.reviews-actions .a-secondary:hover { border-color: var(--ink); background: var(--paper-2); }

/* ===== Reviews: sliding carousel ===== */
.reviews-carousel { position: relative; }
.reviews-track {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 4px 4px 8px; margin: 0 -4px;
  scrollbar-width: none; -ms-overflow-style: none; cursor: grab;
}
.reviews-track::-webkit-scrollbar { display: none; }
.reviews-track.is-dragging { cursor: grabbing; scroll-behavior: auto; }
.reviews-track.is-dragging .review-card { pointer-events: none; }
.reviews-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 24px; }

.review-card {
  flex: 0 0 calc((100% - 40px) / 3); min-width: 0; scroll-snap-align: start;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  padding: 26px 24px 28px; display: flex; flex-direction: column; position: relative;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease, border-color 0.35s ease;
}
@media (max-width: 1024px) { .review-card { flex-basis: calc((100% - 20px) / 2); } }
@media (max-width: 680px)  { .review-card { flex-basis: 86%; } }
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); border-color: var(--line-soft); }
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; padding-right: 26px; }
.review-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none; display: grid; place-items: center;
  overflow: hidden; background: linear-gradient(150deg, var(--brand), var(--brand-deep));
  color: #fff; font-family: 'Fraunces', Georgia, serif; font-size: 19px; font-weight: 500; line-height: 1;
}
.review-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.review-who { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.review-name {
  font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.2;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.review-date { font-size: 12.5px; color: var(--muted); }
.review-g { position: absolute; top: 22px; right: 22px; width: 17px; height: 17px; opacity: 0.9; }
.review-g svg { width: 100%; height: 100%; display: block; }
.review-card .stars { margin-bottom: 12px; }
.review-text {
  font-size: 14.5px; color: var(--ink-soft); line-height: 1.66;
  display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-card { min-height: 250px; }

/* Star rating (fraction-aware).
   The gap lives inside each star box as padding, so a percentage clip of the
   whole row lands exactly mid-glyph for half ratings. */
.stars {
  position: relative; display: inline-block; line-height: 0;
  width: max-content; align-self: flex-start;
}
.stars-row { display: flex; width: max-content; }
.stars-row svg {
  width: 19px; height: 16px; padding: 0 1.5px; box-sizing: border-box; display: block; flex: none;
}
.stars-base svg { fill: var(--line); }
.stars-fill {
  position: absolute; top: 0; left: 0; bottom: 0; overflow: hidden;
  width: var(--pct, 100%); white-space: nowrap;
}
.stars-fill svg { fill: #F4B400; }
.reviews-bar .stars-row svg { width: 21px; height: 18px; padding: 0 2px; }



/* ============================================================
   REVIEWS - empty / not-yet-connected state
============================================================ */
.reviews-empty {
  background: var(--paper); border: 1px dashed var(--line); border-radius: 14px;
  padding: 34px 30px; display: flex; flex-direction: column; align-items: flex-start;
  gap: 14px; justify-content: center; min-height: 190px;
}
.reviews-empty h3 {
  font-family: 'Fraunces', Georgia, serif; font-size: 21px; font-weight: 500;
  letter-spacing: -0.01em; color: var(--ink);
}
.reviews-empty p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.62; max-width: 46ch; }
.reviews-empty .a-primary {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  background: var(--ink); color: var(--paper); padding: 12px 20px; border-radius: 999px;
  font-size: 13px; font-weight: 600; transition: background 0.25s ease, transform 0.25s ease;
}
.reviews-empty .a-primary:hover { background: var(--brand); transform: translateY(-1px); }

/* ============================================================
   CLIENT OVERRIDES - hardcoded from the supplied snippet.
   Kept last so it wins, with the aspect-ratio side effects of the
   blanket .cts-icon width patched immediately underneath.
============================================================ */
.cts-icon { width: 25px !important; }

/* The branch pills were replaced by two icon-only triggers (phone + WhatsApp),
   each opening a dropdown that carries the branch names and numbers. */

.hero-eyebrow .badge-dot { width: 25px; }

@media (min-width: 600px) {
  .nav-brand { margin-right: 25px; }
}

.nav-links > a { display: none; }

.hero-auth-item img { height: 40px !important; }

.mb-brand img { filter: none !important; }

/* --- side effects of the blanket .cts-icon rule, squared off --- */
/* Icon boxes: let the glyph stay 1:1 instead of letterboxing inside a fixed height. */
.card-ic .cts-icon,
.stat-ic .cts-icon,
.multibrand .mb-ic .cts-icon { height: 25px !important; }
.zz-node .cts-icon { width: 28px !important; height: 28px !important; }
.stat-ic { width: 40px; height: 40px; }
.issue-card .card-ic .cts-icon { height: 25px !important; }

/* The eyebrow badge grows with its icon so nothing clips. */
.hero-eyebrow .badge-dot { height: 25px; border-radius: 7px; }
.hero-eyebrow .badge-dot .cts-icon { width: 15px !important; height: 15px !important; }

/* Inline icons sitting next to running text stay text-sized. */
.hero-note .cts-icon,
.store-tag .cts-icon,
.store-email .cts-icon,
.loc-card-meta .cts-icon,
.loc-modal-eyebrow .cts-icon,
.reviews-actions .cts-icon { width: 16px !important; height: 16px !important; }
.btn .cts-icon { width: 17px !important; height: 17px !important; }

/* 40px authorisation logos need room to breathe on the white chips. */
.hero-auth-item img { max-width: 130px; }
@media (max-width: 560px) {
  .hero-auth-item img { height: 30px !important; }
}

/* The snippet hides every direct <a> in .nav-links; keep the fallback WhatsApp
   CTA visible for the case where no stores are configured. */
.nav-links > a.nav-cta { display: inline-flex; }

/* ============================================================
   ABOUT - figures on the left, story + awards + certificates right
============================================================ */
.about-figures .stats { position: static; }
.about-text .awards { margin-top: 30px; }

/* Brand certificates (Dell / Lenovo artwork supplied by the client) */
.certs { margin-top: 26px; }
.certs-title {
  display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.04em;
  color: var(--muted); margin-bottom: 12px;
}
.certs-grid { display: flex; flex-wrap: wrap; gap: 14px; }
.cert {
  display: inline-flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 14px 16px; border-radius: 12px; text-decoration: none;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
a.cert:hover { transform: translateY(-3px); border-color: var(--brand); box-shadow: var(--shadow-lift); }
.cert img { height: 84px; width: auto; max-width: 180px; object-fit: contain; display: block; }
.cert-name { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }

@media (max-width: 900px) {
  .about-figures .stats { position: static; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
}
@media (max-width: 560px) {
  .cert img { height: 66px; }
}


/* ============================================================
   ROUND 13
============================================================ */

/* Left columns never spill into the neighbouring column. */
.hero-copy, .about-figures, .trusted-lines { min-width: 0; }
/* Authorization chips always sit on one row and shrink to fit. */
.hero-auth { flex-wrap: nowrap !important; max-width: 100%; }
.hero-auth-item { flex: 0 1 auto; min-width: 0; }
.hero-auth-item img { height: 34px !important; max-width: 118px !important; flex: none; }
.hero-auth-label { min-width: 0; max-width: 96px; white-space: normal; }
@media (max-width: 640px) {
  .hero-auth { gap: 8px; }
  .hero-auth-item { padding: 8px 10px 8px 9px; gap: 8px; }
  .hero-auth-item img { height: 24px !important; max-width: 78px !important; }
  .hero-auth-label { font-size: 10px; padding-left: 8px; max-width: 74px; }
}
.about-figures { position: relative; z-index: 1; display: flex; flex-direction: column; }
.about-figures .stats { position: static !important; transform: none !important; }
.about-figures .awards { margin-top: 28px; }
.about-figures .certs { margin-top: 26px; }

/* Lenovo in its brand red wherever it is written. */
.cts-lenovo { color: #E2231A !important; }
.hero-title em .cts-lenovo { font-style: italic; }

/* Booking CTA: copy left, blinking motherboard right. */
.cta-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.cta-copy { min-width: 0; }
.cta-copy p { margin-bottom: 0; }
.cta-board { min-width: 0; position: relative; }
.cta-board::before {
  content: ''; position: absolute; inset: 8% 6%; border-radius: 50%; z-index: 0;
  background: radial-gradient(closest-side, rgba(70,167,230,0.28), transparent);
  filter: blur(24px); pointer-events: none;
}
.board-svg { position: relative; z-index: 1; width: 100%; height: auto; display: block; filter: drop-shadow(0 30px 50px rgba(0,0,0,0.45)); }
.board-svg .trace { stroke: rgba(70,167,230,0.28); stroke-width: 2; }
.board-svg .trace-pulse {
  stroke: #7cc8ff; stroke-width: 2.4; stroke-dasharray: 8 92; stroke-dashoffset: 100;
  animation-name: cts-trace-run; animation-timing-function: linear; animation-iteration-count: infinite;
}
.board-svg .led { animation-name: cts-led-blink; animation-timing-function: steps(1, end); animation-iteration-count: infinite; }
.board-svg .led-g { fill: #3ee07a; }
.board-svg .led-b { fill: #46A7E6; }
.board-svg .led-a { fill: #f5b841; }
.board-svg .led-r { fill: #ff5a4e; }
.board-svg .led-power { fill: #3ee07a; animation: cts-led-breathe 2.6s ease-in-out infinite; }
.board-svg .cpu-core { animation: cts-core-pulse 3s ease-in-out infinite; }
.board-svg .board-label {
  font-family: 'Hanken Grotesk', system-ui, sans-serif; font-size: 9px; font-weight: 700;
  letter-spacing: 0.12em; fill: rgba(199,154,91,0.75);
}
@keyframes cts-trace-run { to { stroke-dashoffset: 0; } }
@keyframes cts-led-blink { 0%, 55% { opacity: 1; } 56%, 100% { opacity: 0.15; } }
@keyframes cts-led-breathe { 0%, 100% { opacity: 1; } 50% { opacity: 0.45; } }
@keyframes cts-core-pulse { 0%, 100% { stroke-opacity: 0.4; } 50% { stroke-opacity: 1; } }
@media (max-width: 900px) {
  .cta-grid { grid-template-columns: 1fr; gap: 44px; }
  .cta-board { max-width: 460px; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .board-svg .trace-pulse { animation: none; opacity: 0; }
  .board-svg .led, .board-svg .led-power, .board-svg .cpu-core { animation: none; }
}


/* ============================================================
   ROUND 14
============================================================ */

/* Header: labelled Call Us / Message Us / Visit Us actions */
.nav-cluster { gap: 22px; }
.nav-act {
  display: inline-flex; align-items: center; gap: 12px; padding: 0; margin: 0;
  background: none; border: none; cursor: pointer; font: inherit; color: inherit;
}
.nav-act-label {
  font-size: 14px; font-weight: 600; color: var(--ink); white-space: nowrap;
  transition: color 0.25s ease;
}
.nav.on-dark:not(.is-scrolled) .nav-act-label { color: var(--ink); }
.nav-act .nav-ic { width: 44px; height: 44px; border-radius: 12px; }
.nav-act:hover .nav-ic, .nav-drop.is-open .nav-act .nav-ic {
  background: var(--brand); border-color: var(--brand); color: #fff; transform: translateY(-1px);
  box-shadow: 0 10px 22px -14px rgba(16,99,168,0.9);
}
.nav-act:hover .nav-ic.is-wa, .nav-drop.is-open .nav-act .nav-ic.is-wa {
  background: var(--whatsapp); border-color: var(--whatsapp); color: #fff;
  box-shadow: 0 10px 22px -14px rgba(37,211,102,0.9);
}
.nav-act:hover .nav-act-label { color: var(--brand); }
.nav-act .nav-ic.is-visit { border-color: rgba(16,99,168,0.45); }
.nav-act:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; border-radius: 12px; }
@media (max-width: 900px) {
  .nav-cluster { gap: 14px; }
  .nav-act { gap: 8px; }
  .nav-act-label { font-size: 13px; }
}
@media (max-width: 640px) {
  .nav-act-label { display: none; }
  .nav-cluster { gap: 8px; }
  .nav-act .nav-ic { width: 40px; height: 40px; }
}

/* Multi-brand panel: full-width row above Trusted by */
.trusted .multibrand.is-wide {
  margin-bottom: 56px; padding: 28px 34px 26px;
}
.multibrand.is-wide .mb-brands {
  flex-wrap: nowrap; justify-content: space-between; gap: 18px 28px; padding: 22px 6px;
}
.multibrand.is-wide .mb-brand { flex: 0 1 auto; height: 34px; }
.multibrand.is-wide .mb-brand img { height: 28px; }
.multibrand.is-wide .mb-brand-text { font-size: 19px; white-space: nowrap; }
.trusted-col { gap: 0; }
@media (max-width: 900px) {
  .multibrand.is-wide .mb-brands { flex-wrap: wrap; justify-content: center; gap: 16px 26px; }
}
@media (max-width: 560px) {
  .trusted .multibrand.is-wide { padding: 22px 18px 20px; margin-bottom: 40px; }
  .multibrand.is-wide .mb-brand { height: 24px; }
  .multibrand.is-wide .mb-brand img { height: 20px; }
  .multibrand.is-wide .mb-brand-text { font-size: 15px; }
}

/* Repair area: system health panel with a live gauge */
.bench-scene .health-dot { fill: #2E9E5B; animation: bench-led 1.8s steps(1) infinite; }
.bench-scene .health-bar-bg { fill: rgba(11,26,42,0.08); }
.bench-scene .health-bar { fill: var(--brand); transform-origin: 284px 145px; animation: bench-health-bar 4s ease-in-out infinite; }
@keyframes bench-health-bar { 0% { transform: scaleX(0.2); } 60%, 100% { transform: scaleX(1); } }
.bench-scene .gauge-track { fill: none; stroke: rgba(11,26,42,0.12); stroke-width: 5; stroke-linecap: round; }
.bench-scene .gauge-fill {
  fill: none; stroke: var(--brand); stroke-width: 5; stroke-linecap: round;
  stroke-dasharray: 100; stroke-dashoffset: 100; animation: bench-gauge-fill 4s ease-in-out infinite;
}
@keyframes bench-gauge-fill { 0% { stroke-dashoffset: 90; } 60%, 100% { stroke-dashoffset: 18; } }
.bench-scene .gauge-needle {
  stroke: #16293B; stroke-width: 2; stroke-linecap: round;
  transform-origin: 424px 134px; animation: bench-gauge-needle 4s ease-in-out infinite;
}
@keyframes bench-gauge-needle { 0% { transform: rotate(-72deg); } 60%, 100% { transform: rotate(58deg); } }
@media (prefers-reduced-motion: reduce) {
  .bench-scene .health-bar, .bench-scene .gauge-fill, .bench-scene .gauge-needle, .bench-scene .health-dot { animation: none; }
  .bench-scene .gauge-fill { stroke-dashoffset: 18; }
  .bench-scene .gauge-needle { transform: rotate(58deg); }
}
.bench-scene .bench-health { animation: bench-float 5s ease-in-out infinite; animation-delay: -2.5s; }
@media (prefers-reduced-motion: reduce) { .bench-scene .bench-health { animation: none; } }

/* ============================================================
   ROUND 15
============================================================ */

/* Dell in its brand blue wherever it is written. */
.cts-dell { color: #007DB8 !important; }
.hero-title em .cts-dell { font-style: italic; }

/* Larger brand logos in the wide multi-brand row. */
.multibrand.is-wide .mb-brand { height: 52px; }
.multibrand.is-wide .mb-brand img { height: 40px; max-width: 190px; }
.multibrand.is-wide .mb-brand-dell img,
.multibrand.is-wide .mb-brand-hp img { height: 50px; }
.multibrand.is-wide .mb-brand-apple img { height: 46px; }
.multibrand.is-wide .mb-brand-text { font-size: 23px; }
.mb-brand.has-text { gap: 10px; }
.mb-brand.has-text img { height: 38px !important; width: auto; }
@media (max-width: 560px) {
  .multibrand.is-wide .mb-brand { height: 34px; }
  .multibrand.is-wide .mb-brand img { height: 26px; }
  .multibrand.is-wide .mb-brand-dell img,
  .multibrand.is-wide .mb-brand-hp img { height: 32px; }
  .multibrand.is-wide .mb-brand-apple img { height: 30px; }
  .multibrand.is-wide .mb-brand-text { font-size: 16px; }
  .mb-brand.has-text img { height: 26px !important; }
}

/* Multi-brand panel: CTS diamond mark in place of the laptop icon. */
.multibrand .mb-ic.mb-ic-logo {
  width: 72px; height: 56px; padding: 6px 8px; border-radius: 14px;
  background: #fff; border: 1px solid rgba(16,99,168,0.18);
  box-shadow: 0 8px 20px -14px rgba(16,99,168,0.6);
}
.multibrand .mb-ic.mb-ic-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
@media (max-width: 560px) {
  .multibrand .mb-ic.mb-ic-logo { width: 58px; height: 46px; padding: 5px 6px; }
}

/* ============================================================
   ROUND 16
============================================================ */
/* Multi-brand panel: larger title and description. */
.multibrand.is-wide .multibrand-head { align-items: center; gap: 18px; }
.multibrand.is-wide .mb-title { font-size: clamp(26px, 2.6vw, 34px); line-height: 1.14; margin-bottom: 8px; }
.multibrand.is-wide .mb-sub { font-size: 17px; line-height: 1.55; }
@media (max-width: 560px) {
  .multibrand.is-wide .mb-title { font-size: 23px; }
  .multibrand.is-wide .mb-sub { font-size: 15px; }
}
/* Eight brands still share one row on desktop. */
.multibrand.is-wide .mb-brands { gap: 18px 22px; }
@media (max-width: 1200px) {
  .multibrand.is-wide .mb-brands { flex-wrap: wrap; justify-content: center; gap: 18px 30px; }
}

/* Supplied Alienware lockup (icon + wordmark) and Surface wordmark. */
.multibrand.is-wide .mb-brand-alienware img { height: 30px; max-width: 230px; }
.multibrand.is-wide .mb-brand-microsoft-surface img,
.multibrand.is-wide .mb-brand-surface img { height: 32px; max-width: 150px; }
@media (max-width: 560px) {
  .multibrand.is-wide .mb-brand-alienware img { height: 20px; max-width: 160px; }
  .multibrand.is-wide .mb-brand-microsoft-surface img,
  .multibrand.is-wide .mb-brand-surface img { height: 22px; }
}

/* Alienware horizontal lockup; Microsoft squares beside the Surface name. */
.multibrand.is-wide .mb-brand-alienware img { height: 34px; max-width: 180px; }
.multibrand.is-wide .mb-brand-microsoft-surface.has-text img,
.multibrand.is-wide .mb-brand-surface.has-text img { height: 30px !important; width: 30px; max-width: none; }
.multibrand.is-wide .mb-brand.has-text .mb-brand-text { color: var(--ink); font-size: 20px; }
@media (max-width: 560px) {
  .multibrand.is-wide .mb-brand-alienware img { height: 22px; max-width: 120px; }
  .multibrand.is-wide .mb-brand-microsoft-surface.has-text img,
  .multibrand.is-wide .mb-brand-surface.has-text img { height: 20px !important; width: 20px; }
  .multibrand.is-wide .mb-brand.has-text .mb-brand-text { font-size: 15px; }
}

/* ============================================================
   ROUND 17 - brand row as a marquee carousel
============================================================ */
.multibrand.is-wide .mb-brands.mb-marquee {
  display: block; overflow: hidden; padding: 22px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.mb-marquee .mb-track {
  display: flex; flex-wrap: nowrap !important; align-items: center;
  gap: 72px; padding-right: 72px; width: max-content;
}
.mb-marquee .mb-brand { flex: none !important; min-width: 0; }
.mb-marquee .mb-brand img { transition: transform 0.35s ease; }
.mb-marquee .mb-brand:hover img { transform: scale(1.06); }
@media (max-width: 1200px) {
  .multibrand.is-wide .mb-brands.mb-marquee { display: block; }
}
@media (max-width: 560px) {
  .mb-marquee .mb-track { gap: 44px; padding-right: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .multibrand.is-wide .mb-brands.mb-marquee { mask-image: none; -webkit-mask-image: none; }
  .mb-marquee .mb-track { flex-wrap: wrap !important; width: auto; justify-content: center; gap: 24px 40px; padding-right: 0; }
  .mb-marquee .mb-brand[aria-hidden="true"] { display: none; }
}

/* Faint laptop line-art restored behind the CTA copy (the board holds the right side). */
.cta .cta-mark { left: -40px; right: auto; bottom: -60px; width: 380px; opacity: 0.12; z-index: 0; }
@media (max-width: 900px) {
  .cta .cta-mark { left: auto; right: -40px; bottom: -40px; width: 280px; }
}

/* Second faint laptop mark: bottom right, peeking out below the motherboard. */
.cta .cta-mark-2 { left: auto; right: -30px; bottom: -50px; width: 360px; opacity: 0.12; z-index: 0; }
@media (max-width: 900px) {
  .cta .cta-mark-2 { right: auto; left: -50px; bottom: auto; top: -40px; width: 240px; }
}
