/* ============================================================
   Fairtek Group — Corporate Styles
   Brand: Fairtek Orange #FE5000 · Ink Black · Paper White
   "Switch to Safety"
   ============================================================ */

:root {
  --orange: #FE5000;
  --orange-deep: #C93D00;
  --orange-glow: #FF7A38;
  --orange-bright: #FF8A3D;
  --orange-soft: #FFF4EF;
  --orange-muted: #FFE8DC;
  --grad-brand: linear-gradient(135deg, #E24500 0%, #FE5000 48%, #FF6A1E 100%);
  --grad-brand-deep: linear-gradient(140deg, #B83800 0%, #E84A00 50%, #FE5000 100%);
  --grad-ink: linear-gradient(180deg, #1a1a1a 0%, #121212 100%);
  --bolt: polygon(58% 0, 26% 52%, 42% 52%, 18% 100%, 78% 38%, 58% 38%, 88% 0);
  --ink: #0F0F0F;
  --ink-soft: #1A1A1A;
  --charcoal: #232323;
  --body-text: #2C2C2C;
  --muted: #5A5A5A;
  --soft: #8A8A8A;
  --line: #E8E4DE;
  --line-strong: #D4CFC6;
  --paper: #F9F7F4;
  --paper-warm: #F3EFE8;
  --white: #FFFFFF;
  --shadow-sm: 0 1px 3px rgba(15, 15, 15, 0.05), 0 4px 16px rgba(15, 15, 15, 0.04);
  --shadow-md: 0 8px 28px rgba(15, 15, 15, 0.08), 0 2px 8px rgba(15, 15, 15, 0.04);
  --shadow-lg: 0 24px 64px rgba(15, 15, 15, 0.14);
  --radius: 10px;
  --radius-lg: 16px;
  --max: 1240px;
  --pad: clamp(20px, 4vw, 40px);
  --header-h: 76px;
  --font-display: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --mega-duration: 0.26s;
  --text-xs: 0.8125rem;
  --text-sm: 0.9375rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: clamp(1.625rem, 2.8vw, 2.125rem);
  --text-3xl: clamp(2rem, 4vw, 2.75rem);
  --text-4xl: clamp(2.5rem, 5.5vw, 3.75rem);
  --leading-tight: 1.2;
  --leading-snug: 1.4;
  --leading-normal: 1.7;
  --tracking-tight: -0.02em;
  --tracking-wide: 0.08em;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--body-text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1, "liga" 1;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--orange-deep); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: var(--orange); }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: white; padding: 12px 20px; z-index: 1000;
}
.skip-link:focus { left: 16px; top: 16px; }

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}

/* ============ HEADER & MEGA MENU ============ */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.header-top {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  letter-spacing: 0.02em;
}
.header-top-inner {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px var(--pad);
  max-width: var(--max); margin: 0 auto;
  gap: 16px; flex-wrap: wrap;
}
.header-top a { color: rgba(255, 255, 255, 0.92); font-weight: 500; }
.header-top a:hover { color: var(--orange-glow); }
.header-top-right { display: flex; gap: 22px; align-items: center; }

.header-main {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  max-width: var(--max); margin: 0 auto;
  padding: 0 var(--pad);
  height: var(--header-h);
}

.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-logo { height: 30px; width: auto; }
.brand-text {
  display: flex; flex-direction: column; line-height: 1.1;
  border-left: 1px solid var(--line); padding-left: 12px;
}
.brand-tagline {
  font-size: 10px; color: var(--muted);
  letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
}
@media (max-width: 480px) { .brand-text { display: none; } }

.nav-desktop { display: flex; align-items: center; gap: 2px; height: 100%; }
.nav-item { position: relative; height: 100%; display: flex; align-items: center; }

.nav-link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 14px;
  font-family: var(--font-display);
  font-size: 0.875rem; font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}
.nav-link:hover,
.nav-item:focus-within > .nav-link,
.nav-item.is-open > .nav-link,
.nav-link[aria-current="page"] {
  color: var(--orange);
  background: var(--paper);
}
.nav-link .chevron {
  width: 9px; height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s var(--ease);
  opacity: 0.55;
}
.nav-item.is-open .chevron,
.nav-item:hover .chevron { transform: rotate(225deg) translateY(-1px); }

.nav-cta {
  margin-left: 10px;
  background: var(--orange) !important;
  color: white !important;
  padding: 11px 20px !important;
  font-weight: 650 !important;
  border-radius: 6px;
}
.nav-cta:hover { background: var(--orange-deep) !important; color: white !important; }

.mega {
  position: absolute;
  left: 50%; top: 100%;
  transform: translateX(-50%) translateY(10px);
  min-width: min(940px, calc(100vw - 48px));
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  padding: 30px 34px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity var(--mega-duration) var(--ease),
              transform var(--mega-duration) var(--ease),
              visibility var(--mega-duration);
  z-index: 220;
}
.nav-item:hover .mega,
.nav-item:focus-within .mega,
.nav-item.is-open .mega {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-item:first-child .mega { left: 0; transform: translateX(0) translateY(10px); }
.nav-item:first-child:hover .mega,
.nav-item:first-child:focus-within .mega,
.nav-item:first-child.is-open .mega { transform: translateX(0) translateY(0); }
.nav-item.mega-right .mega { left: auto; right: 0; transform: translateX(0) translateY(10px); }
.nav-item.mega-right:hover .mega,
.nav-item.mega-right:focus-within .mega,
.nav-item.mega-right.is-open .mega { transform: translateX(0) translateY(0); }

.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.mega-grid-2 { grid-template-columns: repeat(2, 1fr); }
.mega-col-title {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px; padding-bottom: 9px;
  border-bottom: 2px solid var(--paper);
}
.mega-links { display: flex; flex-direction: column; gap: 2px; }
.mega-links a {
  display: block; padding: 9px 10px;
  border-radius: 6px;
  font-size: 14.5px; font-weight: 550; color: var(--ink);
}
.mega-links a:hover { background: var(--orange-soft); color: var(--orange-deep); }
.mega-links a span {
  display: block;
  font-size: 12.5px; font-weight: 400; color: var(--soft);
  margin-top: 2px;
}
.mega-feature {
  background: linear-gradient(145deg, #0A0A0A 0%, #1A1A1A 100%);
  color: white; border-radius: 10px;
  padding: 24px;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 190px;
  position: relative; overflow: hidden;
}
.mega-feature::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 90% 0%, rgba(254, 80, 0, 0.35), transparent 55%);
}
.mega-feature::after {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 38%; height: 38%;
  background: var(--grad-brand);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.mega-feature > * { position: relative; z-index: 1; }
.mega-feature h4 {
  font-family: var(--font-display);
  font-size: 1.2rem; font-weight: 750; margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.mega-feature p { font-size: 13px; color: rgba(255,255,255,0.75); margin-bottom: 14px; line-height: 1.5; }
.mega-feature a { color: var(--orange-glow); font-size: 13.5px; font-weight: 700; }
.mega-feature a:hover { color: white; }

.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  border-radius: 6px; color: var(--ink);
}
.menu-toggle:hover { background: var(--paper); }
.menu-toggle-bars { display: flex; flex-direction: column; gap: 5px; width: 22px; }
.menu-toggle-bars span {
  display: block; height: 2px;
  background: currentColor; border-radius: 1px;
  transition: transform 0.25s var(--ease), opacity 0.2s;
}
.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile {
  display: none;
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: var(--white);
  overflow-y: auto;
  padding: 12px var(--pad) 48px;
  z-index: 190;
  border-top: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 0.35s var(--ease);
}
.nav-mobile.is-open { transform: translateX(0); }

.mobile-item { border-bottom: 1px solid var(--line); }
.mobile-item > a,
.mobile-item > button {
  display: flex; width: 100%;
  align-items: center; justify-content: space-between;
  padding: 17px 4px;
  font-size: 16px; font-weight: 600;
  color: var(--ink); text-align: left;
}
.mobile-item > button .chevron {
  width: 10px; height: 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s var(--ease);
  opacity: 0.5;
}
.mobile-item.is-open > button .chevron { transform: rotate(225deg); }
.mobile-panel { display: none; padding: 0 0 16px 12px; }
.mobile-item.is-open .mobile-panel { display: block; }
.mobile-panel a {
  display: block;
  padding: 11px 8px;
  font-size: 14.5px; color: var(--muted);
  border-radius: 6px;
}
.mobile-panel a:hover { background: var(--orange-soft); color: var(--orange-deep); }
.mobile-cta {
  display: block; margin-top: 24px; text-align: center;
  background: var(--orange); color: white !important;
  padding: 15px 20px; border-radius: 8px; font-weight: 650;
}

@media (max-width: 1120px) {
  .nav-desktop { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-mobile { display: block; }
  .header-top { display: none; }
}

/* ============ TYPOGRAPHY ============ */
h1, .h1, h2, .h2, h3, .h3 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  text-wrap: balance;
}
h1, .h1 {
  font-size: var(--text-3xl);
  line-height: var(--leading-tight);
  font-weight: 800;
}
h2, .h2 {
  font-size: var(--text-2xl);
  line-height: var(--leading-tight);
  font-weight: 700;
  margin-bottom: 16px;
}
h3, .h3 {
  font-weight: 600;
  font-size: var(--text-xl);
  line-height: var(--leading-snug);
  margin-bottom: 8px;
}
.section-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--orange-deep);
  margin-bottom: 14px;
}
.section-kicker::before {
  content: '';
  width: 24px; height: 2px;
  background: var(--orange);
  border-radius: 2px;
  flex-shrink: 0;
}
.section-lead {
  font-size: var(--text-lg);
  color: var(--muted);
  line-height: var(--leading-normal);
  max-width: 56ch;
  font-weight: 400;
}
.prose {
  font-size: var(--text-base);
  line-height: var(--leading-normal);
}
.prose p {
  margin-bottom: 1.15em;
  color: var(--body-text);
}
.prose p:last-child { margin-bottom: 0; }
.prose strong { font-weight: 600; color: var(--ink); }
.eyebrow {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange-glow);
  margin-bottom: 12px;
}
.section-head { max-width: 700px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.center .section-kicker { justify-content: center; }

section { padding: clamp(64px, 9vw, 116px) 0; }
.section-tight { padding: clamp(44px, 6vw, 72px) 0; }

.bg-paper { background: var(--paper); }
.bg-ink { background: var(--ink); color: rgba(255,255,255,0.85); }
.bg-ink h2, .bg-ink .h2, .bg-ink h3, .bg-ink .h3 { color: white; }
.bg-ink .section-lead { color: rgba(255,255,255,0.72); }
.bg-brand {
  background: var(--grad-brand);
  color: rgba(255,255,255,0.92);
  position: relative;
  overflow: hidden;
}
.bg-brand::before {
  content: '';
  position: absolute;
  top: -8%;
  right: -4%;
  width: min(480px, 42vw);
  height: 115%;
  background: rgba(255,255,255,0.09);
  clip-path: var(--bolt);
  pointer-events: none;
}
.bg-brand > .container { position: relative; z-index: 1; }
.bg-brand h2, .bg-brand .h2, .bg-brand h3, .bg-brand .h3 { color: white; }
.bg-brand .section-lead { color: rgba(255,255,255,0.85); }
.bg-brand .section-kicker { color: white; }
.bg-brand .section-kicker::before { background: white; }
.bg-brand .prose p { color: rgba(255,255,255,0.85); }
.bg-brand .prose p strong { color: white; }
.bg-brand .feature-list .num { border-color: white; color: white; }
.bg-brand .feature-list strong { color: white; }
.bg-brand .feature-list span { color: rgba(255,255,255,0.82); }
.bg-brand .value-block { border-left-color: white; }
.bg-brand .value-block p { color: rgba(255,255,255,0.82); }
.bg-brand .cert-badge { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.3); color: white; }
.bg-brand .cert-badge i { background: white; }
.bg-brand .btn-primary { background: white; color: var(--orange-deep); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
.bg-brand .btn-primary:hover { background: var(--paper); color: var(--orange-deep); }
.bg-brand .media-frame { box-shadow: 0 24px 60px rgba(120, 35, 0, 0.35); }

/* ============ PAGE HERO (subpages) — black + orange ============ */
.page-hero {
  position: relative;
  background: var(--ink);
  color: white;
  padding: clamp(72px, 10vw, 132px) 0 clamp(56px, 8vw, 100px);
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 90% at 88% 8%, rgba(254, 80, 0, 0.28), transparent 55%),
    linear-gradient(130deg, #0A0A0A 0%, var(--ink) 48%, var(--charcoal) 100%);
}
.page-hero::after {
  content: '';
  position: absolute; top: 0; right: 0;
  width: clamp(160px, 24vw, 360px); height: clamp(160px, 24vw, 360px);
  background: var(--grad-brand);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  opacity: 0.95;
  pointer-events: none;
}
.page-hero-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.28;
}
.page-hero .container { position: relative; z-index: 2; }
.breadcrumb {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  font-size: 13px; color: rgba(255,255,255,0.55);
  margin-bottom: 22px;
}
.breadcrumb a { color: rgba(255,255,255,0.72); }
.breadcrumb a:hover { color: var(--orange-glow); }
.breadcrumb span[aria-hidden] { opacity: 0.4; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--orange-glow);
  margin-bottom: 16px;
}
.eyebrow::before { content: ''; width: 28px; height: 3px; background: var(--orange); }
.page-hero h1 {
  font-weight: 700;
  font-size: clamp(2.5rem, 5.6vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: white;
  max-width: 16ch;
  margin-bottom: 20px;
}
.page-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  line-height: var(--leading-tight);
  color: white;
  margin-bottom: 18px;
  max-width: 18ch;
}
.page-hero .lede {
  font-size: var(--text-lg);
  color: rgba(255,255,255,0.88);
  max-width: 52ch;
  line-height: var(--leading-normal);
  font-weight: 400;
}
.page-hero .btn-row { margin-top: 30px; }

/* ============ HOME HERO — ultrawide banner slider (1903×751) ============ */
.home-hero {
  position: relative;
  aspect-ratio: 1903 / 751;
  width: 100%;
  min-height: min(56vh, 420px);
  max-height: min(86vh, 780px);
  display: flex;
  align-items: center;
  background: #0A0A0A;
  color: white;
  overflow: hidden;
}
@media (max-width: 720px) {
  .home-hero {
    aspect-ratio: auto;
    min-height: min(78vh, 640px);
    max-height: none;
  }
}
.hero-slider {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.25s;
  z-index: 0;
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.06);
  transition: transform 8.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
}
.hero-slide.is-active img { transform: scale(1.0); }
.hero-slider::after {
  content: '';
  position: absolute; inset: 0;
  z-index: 2;
  background:
    linear-gradient(105deg,
      rgba(8,8,8,0.82) 0%,
      rgba(8,8,8,0.48) 34%,
      rgba(8,8,8,0.12) 62%,
      transparent 78%),
    linear-gradient(0deg, rgba(8,8,8,0.45) 0%, transparent 38%);
  pointer-events: none;
}
/* Keep top-right clear — banners already carry Fairtek brand badge */
.hero-slider-controls {
  position: absolute;
  right: var(--pad);
  bottom: clamp(18px, 3.5vw, 36px);
  z-index: 4;
}
.hero-dots {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.28);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
}
.hero-dot {
  width: 22px; height: 4px;
  border-radius: 2px;
  background: rgba(255,255,255,0.35);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s, width 0.3s, transform 0.2s;
}
.hero-dot.is-active {
  background: var(--orange);
  width: 36px;
}
.hero-dot:hover { background: rgba(255,255,255,0.75); }
.home-hero-content {
  position: relative; z-index: 3;
  width: 100%;
  padding: clamp(72px, 9vw, 120px) 0 clamp(48px, 6vw, 72px);
}
.home-hero .brand-signal {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(0.8rem, 1.2vw, 0.95rem);
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--orange-glow);
  margin-bottom: 22px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) 0.15s forwards;
}
.home-hero .brand-signal::before { content: ''; width: 40px; height: 3px; background: var(--orange); }
.home-hero h1 {
  font-weight: 800;
  font-size: var(--text-4xl);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: white;
  max-width: 12ch;
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease) 0.3s forwards;
}
.home-hero h1 br { display: block; }
.home-hero h1 .accent { color: var(--orange); }
.home-hero.is-brand h1 .accent {
  color: white;
  border-bottom: 4px solid rgba(255,255,255,0.85);
  padding-bottom: 2px;
}
.home-hero h1 u, .page-hero h1 u {
  text-decoration: none;
  color: var(--orange);
  border-bottom: 4px solid var(--orange);
  padding-bottom: 2px;
}
.home-hero.is-brand h1 u {
  color: white;
  border-bottom-color: rgba(255,255,255,0.85);
}
.home-hero .lede {
  font-size: var(--text-lg);
  color: rgba(255,255,255,0.88);
  max-width: 52ch;
  margin-bottom: 36px;
  font-weight: 400;
  line-height: var(--leading-normal);
  opacity: 0;
  animation: fadeUp 0.9s var(--ease) 0.45s forwards;
}
.home-hero .btn-row { opacity: 0; animation: fadeUp 0.9s var(--ease) 0.6s forwards; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Clean credential strip — sits below the hero, not on the image */
.hero-meta {
  background: var(--orange);
  border-bottom: none;
}
.hero-meta-list {
  list-style: none;
  margin: 0;
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
}
.hero-meta-list li {
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.95);
  white-space: nowrap;
}
.hero-meta-list li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 18px;
  background: rgba(255,255,255,0.45);
  vertical-align: middle;
}
@media (max-width: 640px) {
  .hero-meta-list {
    justify-content: flex-start;
    gap: 8px 20px;
    padding: 14px 0;
  }
  .hero-meta-list li:not(:last-child)::after {
    display: none;
  }
}

/* ============ BUTTONS ============ */
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 28px;
  font-size: 0.9375rem; font-weight: 700;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  border: 1.5px solid transparent;
  font-family: var(--font-display);
  letter-spacing: -0.01em;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 6px 20px rgba(254, 80, 0, 0.35); }
.btn-primary:hover { background: var(--orange-deep); color: white; box-shadow: 0 10px 28px rgba(254, 80, 0, 0.42); }
.btn-secondary { background: transparent; color: white; border-color: rgba(255,255,255,0.5); }
.btn-secondary:hover { border-color: white; color: white; background: rgba(255,255,255,0.1); }
.home-hero .btn-primary, .page-hero .btn-primary {
  background: var(--orange); color: white;
  box-shadow: 0 8px 26px rgba(254, 80, 0, 0.4);
}
.home-hero .btn-primary:hover, .page-hero .btn-primary:hover {
  background: var(--orange-glow); color: white;
}
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: white; }
.btn-dark { background: var(--ink); color: white; }
.btn-dark:hover { background: var(--charcoal); color: white; }

/* ============ STATS / PROOF — black + orange ============ */
.proof-band {
  background: var(--ink);
  color: white;
  padding: clamp(48px, 7vw, 84px) 0;
  position: relative;
  overflow: hidden;
}
.proof-band::before {
  content: '';
  position: absolute; top: 0; right: 0;
  width: clamp(160px, 22vw, 300px); height: clamp(160px, 22vw, 300px);
  background: var(--grad-brand);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  opacity: 0.95;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  position: relative; z-index: 1;
}
.proof-item { border-left: 3px solid var(--orange); padding-left: 22px; }
.proof-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  color: white;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
.proof-num .accent { color: var(--orange); }
.proof-label { font-size: 14.5px; color: rgba(255,255,255,0.68); line-height: 1.45; }
@media (max-width: 860px) { .proof-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 480px) { .proof-grid { grid-template-columns: 1fr; } }

/* ============ LINK TILES ============ */
.link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.link-grid-4 { grid-template-columns: repeat(4, 1fr); }
.link-grid-2 { grid-template-columns: repeat(2, 1fr); }
.link-tile {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s;
  color: inherit;
}
.link-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--orange);
  color: inherit;
}
.tile-media {
  aspect-ratio: 16/10;
  background: var(--paper);
  overflow: hidden;
  position: relative;
}
.tile-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.tile-media.contain img { object-fit: contain; padding: 18px; }
.link-tile:hover .tile-media img { transform: scale(1.05); }
.tile-body {
  padding: 24px 24px 26px;
  display: flex; flex-direction: column; gap: 8px;
  flex: 1;
}
.tile-body h3 { font-size: 1.2rem; margin-bottom: 2px; }
.tile-body p { font-size: 14.5px; color: var(--muted); flex: 1; line-height: 1.55; }
.tile-body .arrow {
  font-family: var(--font-display);
  font-size: 13.5px; font-weight: 700;
  color: var(--orange);
  margin-top: 10px;
}
@media (max-width: 960px) { .link-grid, .link-grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .link-grid, .link-grid-4, .link-grid-2 { grid-template-columns: 1fr; } }

/* ============ SPLITS ============ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}
.split.reverse > :first-child { order: 2; }
@media (max-width: 820px) {
  .split, .split.reverse { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: 0; }
}

.media-frame {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--paper);
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.media-frame.contain img { object-fit: contain; padding: 28px; background: var(--white); }
.media-frame.accent::after {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 26%; height: 26%;
  background: linear-gradient(135deg, var(--orange), var(--orange-glow));
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  opacity: 0.92;
  pointer-events: none;
}
.media-frame.tall { aspect-ratio: 3/4; }
.media-frame.wide { aspect-ratio: 16/9; }
.media-caption {
  margin-top: 12px;
  font-size: 13px; color: var(--soft);
  font-style: italic;
}

.prose { max-width: 700px; }
.prose p { margin-bottom: 1.15em; color: var(--muted); font-size: 16.5px; }
.prose p strong { color: var(--ink); font-weight: 650; }
.prose ul { margin: 0 0 1.2em 1.25em; list-style: disc; color: var(--muted); }
.prose li { margin-bottom: 0.5em; }
.prose li::marker { color: var(--orange); }

/* ============ GALLERY ============ */
.gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-strip .media-frame { aspect-ratio: 4/3; box-shadow: var(--shadow-sm); }
.gallery-strip .span-2 { grid-column: span 2; }
@media (max-width: 720px) {
  .gallery-strip { grid-template-columns: 1fr; }
  .gallery-strip .span-2 { grid-column: span 1; }
}

/* ============ STAR PRODUCTS ============ */
.star-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.star-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  color: inherit;
}
.star-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); color: inherit; }
.star-card .star-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--orange); color: white;
  font-family: var(--font-display);
  font-size: 10.5px; font-weight: 750;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 100px;
}
.star-card .tile-media { aspect-ratio: 1; background: var(--paper); }
.star-card .tile-media img { object-fit: contain; padding: 22px; }
.star-card .star-body { padding: 18px 20px 22px; }
.star-card h3 { font-size: 1.05rem; margin-bottom: 4px; }
.star-card p { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
@media (max-width: 960px) { .star-strip { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .star-strip { grid-template-columns: 1fr; } }

/* ============ VALUES / FEATURES ============ */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.values-grid.cols-2 { grid-template-columns: 1fr 1fr; }
.value-block { padding: 10px 0 10px 22px; border-left: 3px solid var(--orange); }
.value-block h3 { font-size: 1.12rem; margin-bottom: 8px; }
.value-block p { font-size: 14.5px; color: var(--muted); line-height: 1.55; }
.bg-ink .value-block p { color: rgba(255,255,255,0.68); }
@media (max-width: 900px) { .values-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .values-grid, .values-grid.cols-2 { grid-template-columns: 1fr; } }

.feature-list { display: grid; gap: 24px; margin-top: 8px; }
.feature-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
}
.feature-list .num {
  font-family: var(--font-display);
  font-weight: 800; font-size: 15px;
  color: var(--orange);
  width: 44px; height: 44px;
  border: 1.5px solid var(--orange);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.bg-ink .feature-list .num { border-color: var(--orange); }
.feature-list strong {
  display: block; color: var(--ink);
  margin-bottom: 4px; font-weight: 650; font-size: 16px;
}
.bg-ink .feature-list strong { color: white; }
.feature-list span { font-size: 14.5px; color: var(--muted); line-height: 1.55; }
.bg-ink .feature-list span { color: rgba(255,255,255,0.68); }

/* ============ TIMELINE ============ */
.timeline { position: relative; padding-left: 30px; border-left: 2px solid var(--line); }
.timeline-item { position: relative; padding-bottom: 40px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: '';
  position: absolute; left: -39px; top: 5px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--orange);
}
.timeline-year {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 750;
  letter-spacing: 0.1em;
  color: var(--orange);
  margin-bottom: 6px;
}
.timeline-item h3 { font-size: 1.2rem; }
.timeline-item p { font-size: 14.5px; color: var(--muted); }

/* ============ TEAM ============ */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.team-photo {
  aspect-ratio: 1;
  background: var(--grad-brand);
  border-radius: var(--radius);
  margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.75);
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  position: relative; overflow: hidden;
}
.team-photo::after {
  content: '';
  position: absolute; top: -14%; right: -8%;
  width: 55%; height: 90%;
  background: rgba(255,255,255,0.16);
  clip-path: var(--bolt);
}
.team-member h3 { margin-bottom: 4px; }
.team-role {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 700;
  color: var(--orange);
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.team-bio { font-size: 14.5px; color: var(--muted); line-height: 1.55; }
@media (max-width: 800px) { .team-grid { grid-template-columns: 1fr; max-width: 380px; } }

/* ============ PRESENCE ============ */
.presence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.presence-block {
  padding: 30px 26px;
  background: var(--white);
  border-radius: var(--radius);
  border-top: 4px solid var(--orange);
  box-shadow: var(--shadow-sm);
}
.presence-block h3 { margin-bottom: 8px; }
.presence-block p { font-size: 14.5px; color: var(--muted); }
.presence-meta {
  margin-top: 14px;
  font-family: var(--font-display);
  font-size: 13px; font-weight: 700;
  color: var(--orange-deep);
}
@media (max-width: 720px) { .presence-grid { grid-template-columns: 1fr; } }

/* ============ TABLES ============ */
.spec-table { width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 24px 0; }
.spec-table th, .spec-table td {
  padding: 15px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.spec-table th {
  background: var(--grad-brand); color: white;
  font-family: var(--font-display);
  font-weight: 650; font-size: 13px; letter-spacing: 0.04em;
}
.spec-table tr:nth-child(even) td { background: var(--paper); }
.spec-table td:first-child { font-weight: 650; color: var(--ink); width: 34%; }
.table-wrap { overflow-x: auto; }

/* ============ CERT BADGES ============ */
.cert-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.cert-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-size: 13.5px; font-weight: 650;
  color: var(--ink);
  background: white;
  box-shadow: var(--shadow-sm);
}
.cert-badge i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
.bg-ink .cert-badge { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.18); color: white; }

/* ============ QUOTE / TESTIMONIALS ============ */
.quote-band {
  background: var(--ink);
  color: white;
  border-radius: 14px;
  padding: clamp(40px, 6vw, 72px);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.quote-band::before {
  content: '';
  position: absolute; top: 0; right: 0;
  width: clamp(140px, 24%, 260px); height: clamp(140px, 24%, 260px);
  background: var(--grad-brand);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.quote-band blockquote {
  position: relative; z-index: 1;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 2.6vw, 1.95rem);
  line-height: 1.35;
  max-width: 860px;
  letter-spacing: -0.025em;
}
.quote-band blockquote .accent,
.quote-band blockquote u {
  color: var(--orange-glow);
  text-decoration: none;
  border-bottom: 2px solid var(--orange);
}
.quote-attr { position: relative; z-index: 1; margin-top: 20px; font-size: 14px; color: rgba(255,255,255,0.55); }

.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.testimonial {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius);
  padding: 30px 28px;
  box-shadow: var(--shadow-sm);
}
.testimonial p {
  font-size: var(--text-base);
  color: var(--body-text);
  line-height: var(--leading-normal);
  margin-bottom: 18px;
  font-weight: 400;
}
.testimonial cite {
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  color: var(--ink);
  letter-spacing: -0.01em;
}
@media (max-width: 720px) { .testimonial-grid { grid-template-columns: 1fr; } }

/* ============ CTA BAND ============ */
.cta-band {
  background: linear-gradient(120deg, var(--orange-deep) 0%, var(--orange) 55%, var(--orange-glow) 100%);
  color: white;
  padding: clamp(56px, 9vw, 104px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% -20%, rgba(255,255,255,0.22), transparent 55%),
    linear-gradient(0deg, rgba(0,0,0,0.14), transparent 45%);
}
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 {
  color: white;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  max-width: 18ch;
  margin: 0 auto 16px;
}
.cta-band p {
  color: rgba(255,255,255,0.88);
  font-size: 1.1rem;
  max-width: 520px;
  margin: 0 auto 32px;
}
.cta-band .btn-primary { background: var(--ink); color: white; box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.cta-band .btn-primary:hover { background: #000; }
.cta-band .btn-secondary { border-color: rgba(255,255,255,0.65); }

/* ============ MARQUEE / SEGMENT BAND ============ */
.segment-band {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  overflow: hidden;
}
.segment-track {
  display: flex; gap: 40px;
  white-space: nowrap;
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  animation: marquee 36s linear infinite;
  width: max-content;
}
.segment-track span { display: inline-flex; align-items: center; gap: 40px; }
.segment-track .dot { color: var(--orange); opacity: 0.85; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .segment-track { animation: none; }
  .hero-slide img { transition: none; }
}

/* ============ CONTACT ============ */
.contact-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 80px); }
@media (max-width: 820px) { .contact-layout { grid-template-columns: 1fr; } }
.contact-detail { padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-detail:last-of-type { border-bottom: none; }
.contact-label {
  font-family: var(--font-display);
  font-size: 11.5px; font-weight: 750;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 6px;
}
.contact-value { font-size: 15.5px; color: var(--ink); line-height: 1.5; }
.contact-value a { color: var(--ink); font-weight: 550; }
.contact-value a:hover { color: var(--orange); }
.map-embed {
  margin-top: 28px;
  aspect-ratio: 16/9;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.testimonial-showcase {
  max-width: 720px;
  margin: 0 auto 40px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.testimonial-showcase img {
  width: 100%;
  height: auto;
}

.form-field { margin-bottom: 18px; }
.form-field label {
  display: block;
  font-family: var(--font-display);
  font-size: 12px; font-weight: 650;
  letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 7px;
}
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
  background: white;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(254, 80, 0, 0.12);
}
.form-field textarea { min-height: 130px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } }
.form-note { font-size: 13px; color: var(--soft); margin-top: 12px; }
.form-success {
  display: none;
  padding: 16px 18px;
  background: var(--orange-soft);
  border-left: 3px solid var(--orange);
  color: var(--ink);
  font-size: 14.5px;
  margin-bottom: 16px;
  border-radius: 0 6px 6px 0;
}
.form-success.is-visible { display: block; }

/* ============ FOOTER — light premium ============ */
.site-footer {
  background:
    linear-gradient(180deg, #FFFFFF 0%, var(--paper) 100%);
  color: var(--muted);
  padding: clamp(56px, 8vw, 88px) 0 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
}
.site-footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--grad-brand);
}
.site-footer::after {
  content: '';
  position: absolute; bottom: 0; right: 0;
  width: clamp(180px, 26vw, 340px);
  height: clamp(180px, 26vw, 340px);
  background: var(--grad-brand);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0.12;
  pointer-events: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 40px;
  position: relative; z-index: 1;
}
.footer-brand img { height: 28px; width: auto; margin-bottom: 16px; }
.footer-brand p {
  font-size: 14.5px; line-height: 1.65;
  max-width: 300px;
  color: var(--muted);
}
.footer-col h4 {
  font-family: var(--font-display);
  font-size: 11.5px; font-weight: 750;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a { color: var(--charcoal); font-size: 14.5px; }
.footer-col a:hover { color: var(--orange); }

/* Minimal marketed-by row */
.footer-marketed {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  position: relative; z-index: 1;
}
.footer-marketed .marketed-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--soft);
}
.footer-marketed a.marketed-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.footer-marketed a.marketed-brand:hover { color: var(--orange); }
.footer-marketed a.marketed-brand img {
  height: 28px; width: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 3px 8px;
}

.partner-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.partner-lockup:hover { opacity: 0.9; color: inherit; }
.partner-lockup img {
  height: 36px; width: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 5px 10px;
}
.partner-copy { display: flex; flex-direction: column; gap: 2px; }
.partner-copy .partner-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--soft);
}
.partner-copy .partner-name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}
.partner-copy .partner-tag { display: none; }
.partner-link {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  white-space: nowrap;
}
.partner-link:hover { color: var(--orange-deep); }

.partner-band {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-sm);
}
.footer-bar {
  border-top: 1px solid var(--line);
  padding: 20px 0 28px;
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  font-size: 12.5px;
  color: var(--soft);
  position: relative; z-index: 1;
}
@media (max-width: 1000px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; gap: 34px; } }

/* ============ UTILITIES ============ */
.mt-sm { margin-top: 16px; }
.mt-md { margin-top: 30px; }
.mt-lg { margin-top: 48px; }
.mb-0 { margin-bottom: 0; }
.text-muted { color: var(--muted); }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ============ SERIES ============ */
.series-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.series-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.series-block:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.series-media { background: var(--paper); min-height: 220px; }
.series-media img { width: 100%; height: 100%; object-fit: contain; padding: 20px; }
.series-body { padding: 30px 28px; display: flex; flex-direction: column; }
.series-body .series-name {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 750;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}
.series-body h3 { margin-bottom: 10px; }
.series-body p { font-size: 14.5px; color: var(--muted); margin-bottom: 18px; flex: 1; }
@media (max-width: 960px) { .series-strip { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .series-block { grid-template-columns: 1fr; } .series-media { min-height: 180px; } }

/* ============ BIG STATEMENT ============ */
.statement {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 4.4vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--ink);
  max-width: 22ch;
}
.statement .accent { color: var(--orange); }
.bg-ink .statement, .bg-brand .statement { color: white; }

/* ============ PROCESS JOURNEY ============ */
.journey {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
}
.journey-step {
  padding: 30px 24px;
  border-right: 1px solid var(--line);
  position: relative;
  transition: background 0.3s var(--ease);
}
.journey-step:last-child { border-right: none; }
.journey-step:hover { background: var(--orange-soft); }
.journey-step .step-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2rem;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 14px;
}
.journey-step h3 { font-size: 1.02rem; margin-bottom: 8px; }
.journey-step p { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
@media (max-width: 1000px) {
  .journey { grid-template-columns: 1fr 1fr; }
  .journey-step { border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) { .journey { grid-template-columns: 1fr; } }

/* ============ NEWS / INSIGHTS ============ */
.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.news-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  color: inherit;
}
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); color: inherit; }
.news-media { background: var(--paper); min-height: 160px; }
.news-media img { width: 100%; height: 100%; object-fit: cover; }
.news-body { padding: 24px; display: flex; flex-direction: column; }
.news-tag {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 750;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}
.news-body h3 { font-size: 1.1rem; line-height: 1.3; margin-bottom: 8px; }
.news-body p { font-size: 13.5px; color: var(--muted); flex: 1; }
.news-body .arrow {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 700;
  color: var(--orange);
  margin-top: 12px;
}
@media (max-width: 900px) { .news-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .news-card { grid-template-columns: 1fr; } .news-media { aspect-ratio: 16/9; } }

/* ============ BRAND SHOWCASE ============ */
.brand-showcase {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.brand-cover {
  aspect-ratio: 3/4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  position: relative;
}
.brand-cover.wide {
  aspect-ratio: auto;
  min-height: 100%;
  grid-row: span 2;
}
.brand-cover:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.brand-cover img { width: 100%; height: 100%; object-fit: cover; }
.brand-materials {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 20px;
}
.brand-materials .brand-cover { aspect-ratio: 16/10; }
@media (max-width: 900px) {
  .brand-showcase, .brand-materials { grid-template-columns: 1fr 1fr; }
  .brand-cover.wide { grid-row: span 1; aspect-ratio: 16/10; }
}
@media (max-width: 560px) {
  .brand-showcase, .brand-materials { grid-template-columns: 1fr; }
}

/* Pillars strip */
.pillars-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.pillar-item {
  background: var(--white);
  padding: 36px 32px;
  text-align: center;
}
.pillar-item h3 {
  font-size: 1.35rem;
  color: var(--orange);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pillar-item p { font-size: 14.5px; color: var(--muted); margin: 0; }
@media (max-width: 720px) { .pillars-row { grid-template-columns: 1fr; } }

/* ============ TICKER LOGO STRIP ============ */
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 64px);
  padding: 8px 0;
}
.trust-item {
  font-family: var(--font-display);
  font-weight: 750;
  font-size: clamp(0.95rem, 1.6vw, 1.2rem);
  letter-spacing: 0.06em;
  color: var(--soft);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.trust-item i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }

/* ============ SEGMENT BAND on brand ============ */
.segment-band.on-brand {
  background: var(--orange-deep);
  border-color: transparent;
}
.segment-band.on-brand .segment-track { color: rgba(255,255,255,0.92); }
.segment-band.on-brand .segment-track .dot { color: rgba(255,255,255,0.55); }
