:root,
html[data-theme="light"] {
  --bg: #ebf0f4;
  --surface: #ffffff;
  --surface-2: #e3eaf0;
  --text: #0e151c;
  --muted: #5a6773;
  --line: #d5dee6;
  --accent: #00aeef;
  --accent-ink: #0088bc;
  --accent-soft: #e4f6fc;
  --accent-dark: #006d96;
  --soft: #e3eaf0;
  --elev-1: 0 1px 2px rgba(14, 21, 28, 0.04), 0 1px 3px rgba(14, 21, 28, 0.05);
  --elev-2: 0 10px 28px rgba(14, 21, 28, 0.1);
  --elev-3: 0 18px 44px rgba(14, 21, 28, 0.14);
  --shadow: var(--elev-2);
  --shadow-sm: var(--elev-1);
  --header-bg: rgba(255, 255, 255, 0.88);
  --footer-bg: #0a1016;
  --footer-text: #a8b4bf;
  --hero-fallback: #0f1820;
  --page-hero-top: #f7fafc;
  --input-bg: #ffffff;
  --btn-on-accent: #ffffff;
  --hero-scrim:
    linear-gradient(105deg, rgba(8, 14, 20, 0.88) 0%, rgba(8, 14, 20, 0.68) 36%, rgba(8, 14, 20, 0.28) 68%, rgba(8, 14, 20, 0.08) 100%),
    linear-gradient(0deg, rgba(8, 14, 20, 0.55) 0%, transparent 48%);
  --hero-ink: #f4f7fa;
  --hero-muted: rgba(244, 247, 250, 0.78);
  --cta-band-bg:
    linear-gradient(135deg, #0a1016 0%, #12202c 55%, #0d1822 100%);
  --cta-band-border: transparent;
  --cta-band-text: #ffffff;
  --cta-band-muted: #9aabba;
  --topbar-bg: #0a1016;
  --topbar-text: #a8b4bf;
  --radius: 0;
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --container: 1180px;
  --header-h: 152px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --grid-line: rgba(14, 21, 28, 0.045);
}

html[data-theme="dark"] {
  --bg: #080d12;
  --surface: #111920;
  --surface-2: #151e27;
  --text: #eef2f5;
  --muted: #93a1ae;
  --line: #24303a;
  --accent: #1ad4ff;
  --accent-ink: #1ad4ff;
  --accent-soft: #102a36;
  --accent-dark: #00aeef;
  --soft: #151e27;
  --elev-1: 0 1px 2px rgba(0, 0, 0, 0.28), 0 1px 3px rgba(0, 0, 0, 0.22);
  --elev-2: 0 10px 28px rgba(0, 0, 0, 0.4);
  --elev-3: 0 18px 44px rgba(0, 0, 0, 0.5);
  --shadow: var(--elev-2);
  --shadow-sm: var(--elev-1);
  --header-bg: rgba(8, 13, 18, 0.92);
  --footer-bg: #05080c;
  --footer-text: #93a1ae;
  --hero-fallback: #0a1016;
  --page-hero-top: #0e151c;
  --input-bg: #0a1016;
  --btn-on-accent: #061018;
  --hero-scrim:
    linear-gradient(105deg, rgba(5, 10, 14, 0.9) 0%, rgba(5, 10, 14, 0.72) 40%, rgba(5, 10, 14, 0.32) 100%),
    linear-gradient(0deg, rgba(5, 10, 14, 0.6), transparent 45%);
  --hero-ink: #f4f7fa;
  --hero-muted: rgba(244, 247, 250, 0.76);
  --cta-band-bg:
    linear-gradient(135deg, #0e151c 0%, #152230 55%, #101820 100%);
  --cta-band-border: #24303a;
  --cta-band-text: #eef2f5;
  --cta-band-muted: #93a1ae;
  --topbar-bg: #05080c;
  --topbar-text: #93a1ae;
  --grid-line: rgba(255, 255, 255, 0.035);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
  color-scheme: light;
}

html[data-theme="dark"] {
  color-scheme: dark;
}

[id] {
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

::selection {
  background: rgba(0, 174, 239, 0.2);
  color: var(--text);
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(ellipse 70% 45% at 100% -10%, rgba(0, 174, 239, 0.09), transparent 55%),
    radial-gradient(ellipse 50% 40% at -5% 90%, rgba(14, 21, 28, 0.05), transparent 50%),
    linear-gradient(180deg, #f3f6f9 0%, var(--bg) 28%, var(--bg) 100%);
  background-attachment: fixed;
  line-height: 1.65;
  min-height: 100vh;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease);
}

html[data-theme="dark"] body {
  background:
    radial-gradient(ellipse 70% 45% at 100% -10%, rgba(26, 212, 255, 0.07), transparent 55%),
    radial-gradient(ellipse 50% 40% at -5% 90%, rgba(0, 0, 0, 0.35), transparent 50%),
    linear-gradient(180deg, #0a1016 0%, var(--bg) 32%, var(--bg) 100%);
  background-attachment: fixed;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.container {
  width: min(var(--container), calc(100% - 3rem));
  margin-inline: auto;
}

/* Top bar */
.topbar {
  background: var(--topbar-bg);
  color: var(--topbar-text);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.topbar a {
  color: var(--topbar-text);
  transition: color 0.2s var(--ease);
}

.topbar a:hover {
  color: #fff;
}

html[data-theme="dark"] .topbar a:hover {
  color: var(--accent);
}

.topbar-sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.18);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.brand-logo {
  width: auto;
  height: 8rem;
  max-width: 8rem;
  object-fit: contain;
  display: block;
}

html[data-theme="dark"] .brand-logo {
  filter: invert(1) brightness(1.2);
}

.brand-text {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.nav a {
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.65rem 0.8rem;
  position: relative;
  transition: color 0.2s var(--ease);
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.35rem;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--ease);
}

.nav a:hover,
.nav a.is-active {
  color: var(--text);
}

.nav a.is-active::after,
.nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.lang-link {
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.45rem 0.5rem;
}

.lang-link:hover {
  color: var(--accent);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.9rem 1.45rem;
  background: var(--accent);
  color: var(--btn-on-accent);
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    background 0.2s var(--ease),
    border-color 0.2s var(--ease),
    color 0.2s var(--ease),
    box-shadow 0.2s var(--ease),
    transform 0.2s var(--ease);
}

.btn:hover,
.btn:focus-visible {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  box-shadow: 0 8px 22px rgba(0, 174, 239, 0.28);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--accent-ink);
  border-color: rgba(0, 136, 188, 0.55);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  background: var(--accent);
  color: var(--btn-on-accent);
  border-color: var(--accent);
}

.btn-small {
  padding: 0.58rem 0.95rem;
  font-size: 0.88rem;
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 0.6rem;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 1.5px;
  background: var(--text);
  transition: transform 0.2s var(--ease);
}

.theme-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease), background 0.2s var(--ease);
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-soft);
}

.theme-toggle svg {
  width: 1.05rem;
  height: 1.05rem;
}

.theme-toggle .icon-moon {
  fill: currentColor;
  stroke: none;
}

.theme-toggle .icon-sun {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: none;
}

html[data-theme="dark"] .theme-toggle .icon-moon {
  display: none;
}

html[data-theme="dark"] .theme-toggle .icon-sun {
  display: block;
}

/* Page hero */
.page-hero {
  background:
    linear-gradient(180deg, var(--page-hero-top) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
  padding: 3.75rem 0 3.2rem;
  position: relative;
}

.page-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--accent);
}

.page-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.2vw, 3.35rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.page-hero p {
  margin: 0.9rem 0 0;
  color: var(--muted);
  max-width: 54ch;
  font-size: 1.02rem;
  line-height: 1.7;
}

.breadcrumb {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.breadcrumb a:hover {
  color: var(--accent);
}

/* Home hero */
.hero {
  position: relative;
  min-height: min(88vh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--hero-fallback);
}

.hero-slider {
  display: block;
  padding: 0;
}

.hero-slider-viewport {
  position: relative;
  min-height: min(88vh, 820px);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.85s var(--ease), visibility 0.85s var(--ease);
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.04);
  transition: transform 8.5s linear;
  filter: saturate(1.05) contrast(1.04);
}

.hero-slide.is-active .hero-media img {
  transform: scale(1.1);
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background: var(--hero-scrim);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 6rem 0 4.75rem;
  max-width: 680px;
}

.hero-brand {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 4.25rem);
  line-height: 0.9;
  color: var(--hero-ink);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-kicker {
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html[data-theme="dark"] .hero-kicker {
  color: var(--accent);
}

.hero-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--accent);
}

.hero h1,
.hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4.2vw, 3.35rem);
  line-height: 1.05;
  font-weight: 700;
  max-width: 18ch;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--hero-ink);
}

.hero-title-line,
.hero-title-accent {
  display: block;
}

.hero-title-accent {
  color: var(--accent);
}

html[data-theme="dark"] .hero-title-accent {
  color: var(--accent);
}

.hero-lead {
  margin: 1.25rem 0 0;
  color: var(--hero-muted);
  max-width: 38ch;
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 500;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.15rem;
}

.hero .btn {
  background: var(--accent);
  border-color: var(--accent);
  color: #061018;
  box-shadow: 0 10px 28px rgba(0, 174, 239, 0.28);
}

.hero .btn:hover,
.hero .btn:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #0a1016;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.hero .hero-btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.hero .hero-btn-ghost:hover,
.hero .hero-btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
  box-shadow: none;
}

/* Staggered entrance for slide copy */
.hero-slide .hero-brand,
.hero-slide .hero-kicker,
.hero-slide .hero-title-line,
.hero-slide .hero-title-accent,
.hero-slide .hero-lead,
.hero-slide .hero-cta .btn {
  opacity: 0;
  transform: translateY(1.25rem);
}

.hero-slide.is-active .hero-brand {
  animation: hero-copy-in 0.75s var(--ease) 0.05s both;
}

.hero-slide.is-active .hero-kicker {
  animation: hero-copy-in 0.7s var(--ease) 0.12s both;
}

.hero-slide.is-active .hero-title-line {
  animation: hero-copy-in 0.75s var(--ease) 0.28s both;
}

.hero-slide.is-active .hero-title-accent {
  animation: hero-copy-in 0.75s var(--ease) 0.4s both;
}

.hero-slide.is-active .hero-lead {
  animation: hero-copy-in 0.7s var(--ease) 0.54s both;
}

.hero-slide.is-active .hero-cta .btn:nth-child(1) {
  animation: hero-copy-in 0.65s var(--ease) 0.68s both;
}

.hero-slide.is-active .hero-cta .btn:nth-child(2) {
  animation: hero-copy-in 0.65s var(--ease) 0.8s both;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    transition: none;
  }

  .hero-media img,
  .hero-slide.is-active .hero-media img {
    transform: none;
    transition: none;
  }

  .hero-slide .hero-brand,
  .hero-slide .hero-kicker,
  .hero-slide .hero-title-line,
  .hero-slide .hero-title-accent,
  .hero-slide .hero-lead,
  .hero-slide .hero-cta .btn,
  .hero-slide.is-active .hero-brand,
  .hero-slide.is-active .hero-kicker,
  .hero-slide.is-active .hero-title-line,
  .hero-slide.is-active .hero-title-accent,
  .hero-slide.is-active .hero-lead,
  .hero-slide.is-active .hero-cta .btn {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Trust */
.trust-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  position: relative;
}

.trust-bar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), transparent 70%);
}

.trust-bar-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
}

.trust-item {
  text-align: left;
  padding: 1.85rem 1.5rem 1.75rem;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 3.5vw, 3rem);
  color: var(--accent-ink);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.trust-item span {
  display: block;
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Sections */
.section {
  padding: 5rem 0;
}

.section--spacious {
  padding: 7rem 0;
}

.section--alt {
  background:
    linear-gradient(rgba(14, 21, 28, 0.028) 1px, transparent 1px) 0 0 / 36px 36px,
    linear-gradient(90deg, rgba(14, 21, 28, 0.028) 1px, transparent 1px) 0 0 / 36px 36px,
    var(--surface-2);
}

.section--compact {
  padding: 3.5rem 0;
}

.section-head {
  margin-bottom: 2.25rem;
  max-width: 42rem;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--accent-ink);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
}

h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section-lead {
  margin: 0.85rem 0 0;
  color: var(--muted);
  max-width: 54ch;
  line-height: 1.7;
}

.section-actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-paths-head {
  margin-bottom: 1.75rem;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: var(--surface);
}

.path-card {
  display: grid;
  gap: 0.75rem;
  padding: 2rem 1.7rem 1.85rem;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition:
    background 0.3s var(--ease),
    color 0.3s var(--ease);
}

.path-card:last-child {
  border-right: 0;
}

.path-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s var(--ease);
}

.path-card:hover {
  background: var(--accent-soft);
  box-shadow: none;
  transform: none;
}

.path-card:hover::before {
  transform: scaleY(1);
}

.path-label {
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.path-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.path-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.path-link {
  margin-top: 0.65rem;
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.path-link::after {
  content: "→";
  transition: transform 0.25s var(--ease);
}

.path-card:hover .path-link {
  color: var(--accent-dark);
}

.path-card:hover .path-link::after {
  transform: translateX(4px);
}

.spotlight {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  min-height: 460px;
  box-shadow: none;
}

.spotlight-media {
  position: relative;
  background: var(--soft);
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

.spotlight-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(8, 14, 20, 0.12));
  pointer-events: none;
}

.spotlight-media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}

.spotlight:hover .spotlight-media img {
  transform: scale(1.03);
}

.spotlight-copy {
  padding: 2.5rem 0 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}

.spotlight-copy .model {
  margin: 0.4rem 0 0.55rem;
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.spotlight-copy h2 {
  font-size: clamp(1.65rem, 2.6vw, 2.15rem);
}

.spotlight-copy > p:not(.eyebrow):not(.model) {
  margin: 0.95rem 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.cta-band {
  background: var(--cta-band-bg);
  border-block: 1px solid var(--cta-band-border);
  padding: 4rem 0;
  color: var(--cta-band-text);
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 85% 50%, rgba(0, 174, 239, 0.12), transparent 55%),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px) 0 0 / 40px 40px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px) 0 0 / 40px 40px;
  pointer-events: none;
}

.cta-band-inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cta-band h2 {
  color: var(--cta-band-text);
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
}

.cta-band p {
  margin: 0.55rem 0 0;
  color: var(--cta-band-muted);
  max-width: 42ch;
  line-height: 1.65;
}

.cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cta-band .btn {
  background: var(--accent);
  border-color: var(--accent);
  color: #061018;
}

.cta-band .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
}

.cta-band .btn-outline:hover,
.cta-band .btn-outline:focus-visible {
  background: #fff;
  color: #0a1016;
  border-color: #fff;
}

html[data-theme="dark"] .cta-band .btn-outline {
  color: var(--cta-band-text);
  border-color: var(--line);
}

html[data-theme="dark"] .cta-band .btn-outline:hover {
  background: var(--accent);
  color: var(--btn-on-accent);
  border-color: var(--accent);
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(1.1rem);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* About / content */
.about-preview {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: start;
}

.about-body {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
  margin-top: 1.15rem;
}

.highlight-list {
  display: grid;
  gap: 0.85rem;
}

.highlight-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  padding: 1.25rem 1.3rem;
  box-shadow: var(--shadow-sm);
}

.highlight-item h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
}

.highlight-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

.stats {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
}

.stat {
  padding: 1.5rem 1.25rem;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--accent-ink);
  line-height: 1.1;
  font-weight: 700;
}

.stat span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Products */
.filters,
.ref-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}

.filter-btn,
.ref-tab {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  padding: 0.6rem 1rem;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease), background 0.2s var(--ease);
}

.filter-btn.is-active,
.ref-tab.is-active,
.filter-btn:hover,
.ref-tab:hover {
  border-color: var(--accent);
  color: var(--accent-ink);
  background: var(--accent-soft);
}

html[data-theme="dark"] .filter-btn.is-active,
html[data-theme="dark"] .ref-tab.is-active,
html[data-theme="dark"] .filter-btn:hover,
html[data-theme="dark"] .ref-tab:hover {
  color: var(--accent);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.product-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.product-card:hover {
  box-shadow: none;
  border-color: var(--accent);
  transform: translateY(-2px);
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: var(--soft);
  transition: transform 0.45s var(--ease);
}

.product-card:hover img {
  transform: scale(1.04);
}

.product-card-body {
  padding: 1.3rem 1.3rem 1.4rem;
  display: grid;
  gap: 0.45rem;
  flex: 1;
  border-top: 1px solid var(--line);
}

.product-card .model {
  margin: 0;
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.product-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.product-card .more {
  margin-top: 0.55rem;
  color: var(--text);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}

.product-card:hover .more {
  color: var(--accent-ink);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.value-item {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 1.6rem 1.4rem;
}

.value-item h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
}

.value-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.ref-panel {
  display: block;
}

.ref-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.9rem;
}

.ref-grid .ref-card {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  padding: 1.1rem 1.15rem;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), transform 0.2s var(--ease);
}

.ref-grid .ref-card:hover {
  border-color: rgba(0, 174, 239, 0.4);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.ref-card img {
  flex: 0 0 auto;
  width: 72px;
  height: 48px;
  object-fit: contain;
}

.ref-card .ref-mark {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
}

html[data-theme="dark"] .ref-card .ref-mark {
  color: var(--accent);
}

.ref-card strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
}

.ref-card span {
  display: block;
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.5rem;
  align-items: start;
}

.contact-side {
  display: grid;
  gap: 1.15rem;
}

.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 1.6rem 1.5rem;
  font-style: normal;
  display: grid;
  gap: 0.75rem;
  box-shadow: var(--shadow-sm);
}

.contact-card strong {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-ink);
}

.contact-card a {
  color: var(--accent-dark);
  font-weight: 600;
}

html[data-theme="dark"] .contact-card a {
  color: var(--accent);
}

.contact-card .btn {
  justify-self: start;
  margin-top: 0.45rem;
}

.map-wrap {
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.map-title {
  margin: 0;
  padding: 1.1rem 1.3rem 0.95rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  background: var(--soft);
  border-top: 1px solid var(--line);
}

.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.15) contrast(1.02);
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 1.75rem 1.6rem;
  display: grid;
  gap: 0.95rem;
  box-shadow: var(--shadow-sm);
}

.contact-form h3 {
  margin: 0 0 0.2rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
}

.contact-form span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--input-bg);
  color: var(--text);
  padding: 0.85rem 0.95rem;
  outline: none;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.12);
}


/* Product detail */
.product-detail {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.5rem;
  align-items: start;
}

.product-detail-media {
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.product-detail-media img {
  width: 100%;
  height: min(560px, 72vh);
  object-fit: cover;
}

.product-detail-body {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-sm);
}

.product-detail-body .model {
  margin: 0 0 0.45rem;
  color: var(--accent-ink);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

.product-detail-body h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-detail-body .tagline {
  margin: 0.85rem 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.specs {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.specs li {
  position: relative;
  padding: 0.75rem 0.85rem 0.75rem 1.2rem;
  background: var(--bg);
  border: 1px solid var(--line);
  font-size: 0.93rem;
  line-height: 1.5;
}

.specs li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 1.05rem;
  width: 0.3rem;
  height: 0.3rem;
  background: var(--accent);
}

/* Footer */
.site-footer {
  background: var(--footer-bg);
  border-top: 0;
  padding: 2.75rem 0 2.25rem;
  margin-top: auto;
  color: var(--footer-text);
}

.footer-inner {
  display: grid;
  gap: 1.25rem;
}

.footer-brand {
  display: flex;
  gap: 0.85rem;
  align-items: center;
}

.footer-brand img {
  width: 7.6rem;
  height: 7.6rem;
  object-fit: contain;
}

.footer-brand div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1.2;
}

.footer-brand strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}

.footer-brand span,
.footer-note {
  color: var(--footer-text);
  font-size: 0.85rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.footer-links a {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
  transition: opacity 0.2s var(--ease), color 0.2s var(--ease);
}

.footer-links a:hover {
  opacity: 1;
  color: var(--accent);
}

@media (max-width: 980px) {
  .topbar {
    display: none;
  }

  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem 0 0.85rem;
    background: var(--header-bg);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 0.95rem 1.5rem;
    border-bottom: 1px solid var(--soft);
  }

  .nav a::after {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-actions .btn-small {
    display: none;
  }

  .stats-grid,
  .product-grid,
  .values-grid,
  .ref-panel,
  .about-preview,
  .contact-grid,
  .product-detail,
  .path-grid,
  .spotlight,
  .trust-bar-inner {
    grid-template-columns: 1fr;
  }

  .path-grid {
    gap: 0;
  }

  .path-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .path-card:last-child {
    border-bottom: 0;
  }

  .spotlight-media {
    clip-path: none;
  }

  .spotlight-copy {
    padding: 2rem 0 0;
  }

  .trust-item,
  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child,
  .stat:last-child {
    border-bottom: 0;
  }


  .spotlight-media img {
    min-height: 250px;
  }

  .cta-band-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    min-height: 74vh;
  }

  .hero-slider-viewport {
    min-height: 74vh;
  }

  .hero-brand {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .page-hero::before {
    width: 3px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--container), calc(100% - 2rem));
  }

  .hero-content {
    padding: 4rem 0 3rem;
  }

  .section {
    padding: 3.5rem 0;
  }

  .product-card img {
    height: 190px;
  }

  .contact-form,
  .product-detail-body,
  .spotlight-copy {
    padding-inline: 1.25rem;
  }
}

/* BeeUp credit strip — sits below the site footer */
#beeuptech {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.9rem 1rem 1.1rem;
  background: var(--footer-bg);
  color: #f39223;
  font-size: 0.82rem;
  line-height: 1.4;
  text-align: center;
}

#beeuptech .beeup-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  opacity: 0.9;
  transition: opacity 0.2s var(--ease);
}

#beeuptech .beeup-logo-link:hover,
#beeuptech .beeup-logo-link:focus-visible {
  opacity: 1;
}

#beeuptech .beeup-logo-img {
  display: block;
  width: 92px;
  height: auto;
}

#beeuptech .beeup-text-link {
  color: #f39223;
  text-decoration: none;
}

#beeuptech .beeup-text-link:hover,
#beeuptech .beeup-text-link:focus-visible {
  text-decoration: underline;
}

#beeuptech .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
