:root {
  --bg1: #1699dc;
  --bg2: #0e84c2;
  --bg3: #045b87;
  --hero: #041a3e;
  --topbar-start: #06184d;
  --topbar-end: #0a2872;
  --border: rgba(255, 255, 255, 0.1);
  --text: rgba(255, 255, 255, 0.95);
  --muted: rgba(255, 255, 255, 0.85);
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  --panel-bg: rgba(4, 26, 62, 0.28);
  --panel-border: rgba(255, 255, 255, 0.12);
  --surface-glass: rgba(255, 255, 255, 0.08);
  --surface-glass-strong: rgba(255, 255, 255, 0.1);
  --surface-badge: rgba(255, 255, 255, 0.98);
  --theme-chip-bg: rgba(255, 255, 255, 0.08);
  --theme-chip-border: rgba(255, 255, 255, 0.12);
  --theme-chip-active-bg: rgba(112, 213, 255, 0.24);
  --theme-chip-active-border: rgba(112, 213, 255, 0.36);
  --theme-chip-text: rgba(255, 255, 255, 0.92);
  --tile-a: #37aae4;
  --tile-b: #1595d2;
  --tile-c: #118dca;
  --tile-d: #1592cf;
  --tile-e: #0f87c4;
  --tile-f: #108cc8;
  --card-image-bg-top: rgba(72, 190, 255, 0.1);
  --card-image-bg-bottom: rgba(3, 20, 52, 0.96);
  --card-image-bg-bottom-2: rgba(7, 42, 86, 0.92);
  --card-overlay-1: rgba(5, 28, 44, 0.1);
  --card-overlay-2: rgba(6, 63, 97, 0.1);
  --card-overlay-3: rgba(5, 35, 58, 0.44);
  --card-overlay-accent: rgba(17, 145, 214, 0.2);
  --card-glow: rgba(92, 215, 255, 0.36);
  --card-glow-soft: rgba(92, 215, 255, 0.1);
  --card-spotlight: rgba(255, 255, 255, 0.18);
  --card-tag-border: rgba(255, 255, 255, 0.25);
  --card-tag-bg: rgba(255, 255, 255, 0.1);
  --icon-box-border: rgba(255, 255, 255, 0.15);
  --icon-box-bg: rgba(255, 255, 255, 0.1);
  --hero-dot-bg: rgba(255, 255, 255, 0.34);
  --hero-dot-ring: rgba(255, 255, 255, 0.22);
  --hero-dot-active: #70d5ff;
  --hero-dot-active-shadow: rgba(112, 213, 255, 0.55);
  --accent-cyan: #70d5ff;
  --accent-teal: #2fd4c7;
  --accent-gold: #ffbf5f;
  --accent-azure: #4098ff;
  --accent-coral: #ff8d73;
  --accent-panel-1: rgba(112, 213, 255, 0.18);
  --accent-panel-2: rgba(47, 212, 199, 0.14);
  --accent-panel-3: rgba(255, 191, 95, 0.12);
  --hero-shell-glow-1: rgba(112, 213, 255, 0.24);
  --hero-shell-glow-2: rgba(47, 212, 199, 0.14);
  --hero-shell-glow-3: rgba(255, 191, 95, 0.1);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.archief-page .archief-bottom-strip.content-strip,
.archief-page .archief-cta-strip.content-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
}

.archief-page .archief-bottom-strip.content-strip .content-panel,
.archief-page .archief-cta-strip.content-strip .content-panel {
  width: 100%;
  min-width: 0;
}

@media (max-width: 1100px) {
  .archief-page .archief-bottom-strip.content-strip,
  .archief-page .archief-cta-strip.content-strip {
    grid-template-columns: 1fr;
  }
}

:root[data-theme="light"],
body[data-theme="light"] {
  --bg1: #ecf7ff;
  --bg2: #cde9fb;
  --bg3: #9fd3f5;
  --hero: #dff2ff;
  --topbar-start: #dfefff;
  --topbar-end: #b9ddf7;
  --border: rgba(6, 55, 97, 0.14);
  --text: rgba(7, 30, 56, 0.94);
  --muted: rgba(22, 56, 86, 0.82);
  --shadow: 0 18px 45px rgba(8, 43, 74, 0.12);
  --panel-bg: rgba(255, 255, 255, 0.72);
  --panel-border: rgba(16, 92, 147, 0.14);
  --surface-glass: rgba(255, 255, 255, 0.68);
  --surface-glass-strong: rgba(255, 255, 255, 0.78);
  --surface-badge: rgba(255, 255, 255, 0.98);
  --theme-chip-bg: rgba(255, 255, 255, 0.72);
  --theme-chip-border: rgba(16, 92, 147, 0.16);
  --theme-chip-active-bg: rgba(13, 136, 204, 0.16);
  --theme-chip-active-border: rgba(13, 136, 204, 0.28);
  --theme-chip-text: rgba(7, 30, 56, 0.9);
  --tile-a: #d9f1ff;
  --tile-b: #c6eaff;
  --tile-c: #bee5ff;
  --tile-d: #c9ebff;
  --tile-e: #d7efff;
  --tile-f: #ccecff;
  --card-image-bg-top: rgba(89, 181, 235, 0.12);
  --card-image-bg-bottom: rgba(228, 244, 255, 0.94);
  --card-image-bg-bottom-2: rgba(192, 226, 248, 0.92);
  --card-overlay-1: rgba(255, 255, 255, 0.08);
  --card-overlay-2: rgba(109, 188, 235, 0.08);
  --card-overlay-3: rgba(66, 147, 196, 0.18);
  --card-overlay-accent: rgba(31, 147, 214, 0.12);
  --card-glow: rgba(47, 169, 230, 0.22);
  --card-glow-soft: rgba(47, 169, 230, 0.08);
  --card-spotlight: rgba(255, 255, 255, 0.24);
  --card-tag-border: rgba(18, 101, 156, 0.16);
  --card-tag-bg: rgba(255, 255, 255, 0.64);
  --icon-box-border: rgba(18, 101, 156, 0.14);
  --icon-box-bg: rgba(255, 255, 255, 0.38);
  --hero-dot-bg: rgba(18, 101, 156, 0.22);
  --hero-dot-ring: rgba(18, 101, 156, 0.14);
  --hero-dot-active: #1388cc;
  --hero-dot-active-shadow: rgba(19, 136, 204, 0.3);
}

:root[data-theme="dark"],
body[data-theme="dark"] {
  --bg1: #061221;
  --bg2: #08192c;
  --bg3: #0b2338;
  --hero: #030d18;
  --topbar-start: #030d23;
  --topbar-end: #06142f;
  --border: rgba(140, 190, 255, 0.12);
  --text: rgba(241, 247, 255, 0.95);
  --muted: rgba(203, 223, 245, 0.82);
  --shadow: 0 20px 54px rgba(0, 0, 0, 0.34);
  --panel-bg: rgba(8, 20, 38, 0.72);
  --panel-border: rgba(132, 189, 255, 0.12);
  --surface-glass: rgba(255, 255, 255, 0.04);
  --surface-glass-strong: rgba(255, 255, 255, 0.06);
  --surface-badge: rgba(255, 255, 255, 0.98);
  --theme-chip-bg: rgba(255, 255, 255, 0.06);
  --theme-chip-border: rgba(255, 255, 255, 0.08);
  --theme-chip-active-bg: rgba(84, 160, 255, 0.22);
  --theme-chip-active-border: rgba(84, 160, 255, 0.32);
  --theme-chip-text: rgba(241, 247, 255, 0.92);
  --tile-a: #10273d;
  --tile-b: #0d2336;
  --tile-c: #10253a;
  --tile-d: #11293f;
  --tile-e: #0d2234;
  --tile-f: #10283d;
  --card-image-bg-top: rgba(84, 160, 255, 0.08);
  --card-image-bg-bottom: rgba(4, 14, 26, 0.98);
  --card-image-bg-bottom-2: rgba(8, 24, 42, 0.94);
  --card-overlay-1: rgba(1, 8, 18, 0.08);
  --card-overlay-2: rgba(17, 74, 117, 0.08);
  --card-overlay-3: rgba(4, 12, 23, 0.5);
  --card-overlay-accent: rgba(79, 155, 255, 0.14);
  --card-glow: rgba(84, 160, 255, 0.2);
  --card-glow-soft: rgba(84, 160, 255, 0.06);
  --card-spotlight: rgba(255, 255, 255, 0.12);
  --card-tag-border: rgba(255, 255, 255, 0.16);
  --card-tag-bg: rgba(255, 255, 255, 0.06);
  --icon-box-border: rgba(255, 255, 255, 0.1);
  --icon-box-bg: rgba(255, 255, 255, 0.06);
  --hero-dot-bg: rgba(255, 255, 255, 0.2);
  --hero-dot-ring: rgba(255, 255, 255, 0.14);
  --hero-dot-active: #54a0ff;
  --hero-dot-active-shadow: rgba(84, 160, 255, 0.4);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: #ffffff;
  transition: background 240ms ease, color 240ms ease;
}

:root[data-theme="light"] .topbar,
body[data-theme="light"] .topbar {
  border-bottom-color: rgba(18, 101, 156, 0.14);
  box-shadow: 0 10px 26px rgba(33, 96, 143, 0.12);
}

:root[data-theme="light"] .hero-shell,
body[data-theme="light"] .hero-shell {
  background: linear-gradient(180deg, #eff8ff 0%, #d9efff 100%);
}

:root[data-theme="light"] .hero-slider,
body[data-theme="light"] .hero-slider {
  box-shadow:
    0 24px 56px rgba(61, 127, 176, 0.16),
    0 6px 18px rgba(61, 127, 176, 0.1);
}

:root[data-theme="light"] .hero-slider::before,
body[data-theme="light"] .hero-slider::before {
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 48%),
    linear-gradient(90deg, rgba(13, 77, 122, 0.08), rgba(255, 255, 255, 0) 16%, rgba(255, 255, 255, 0) 84%, rgba(13, 77, 122, 0.08));
}

:root[data-theme="light"] .hero-slider::after,
body[data-theme="light"] .hero-slider::after {
  background: radial-gradient(ellipse at center, rgba(74, 164, 219, 0) 0%, rgba(74, 164, 219, 0.08) 34%, rgba(74, 164, 219, 0.3) 72%, rgba(74, 164, 219, 0.48) 100%);
  box-shadow: 0 24px 28px rgba(61, 127, 176, 0.14);
}

:root[data-theme="light"] .hero-image,
:root[data-theme="light"] .card-image,
body[data-theme="light"] .hero-image,
body[data-theme="light"] .card-image {
  filter: saturate(0.96) contrast(1.02) brightness(1.08);
}

:root[data-theme="light"] .card,
body[data-theme="light"] .card {
  box-shadow: 0 18px 40px rgba(61, 127, 176, 0.14);
}

:root[data-theme="light"] .card:hover,
body[data-theme="light"] .card:hover {
  box-shadow: 0 24px 48px rgba(61, 127, 176, 0.18);
}

:root[data-theme="light"] .content-panel,
:root[data-theme="light"] .brandmark,
:root[data-theme="light"] .theme-switcher,
body[data-theme="light"] .content-panel,
body[data-theme="light"] .brandmark,
body[data-theme="light"] .theme-switcher {
  box-shadow: 0 14px 32px rgba(61, 127, 176, 0.12);
}

:root[data-theme="dark"] .topbar,
body[data-theme="dark"] .topbar {
  border-bottom-color: rgba(120, 164, 214, 0.1);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

:root[data-theme="dark"] .hero-shell,
body[data-theme="dark"] .hero-shell {
  background: linear-gradient(180deg, #020912 0%, #04111f 100%);
}

:root[data-theme="dark"] .hero-slider,
body[data-theme="dark"] .hero-slider {
  box-shadow:
    0 30px 66px rgba(0, 0, 0, 0.4),
    0 10px 26px rgba(0, 0, 0, 0.28);
}

:root[data-theme="dark"] .hero-slider::before,
body[data-theme="dark"] .hero-slider::before {
  background:
    radial-gradient(ellipse at center, rgba(88, 152, 255, 0.08), rgba(255, 255, 255, 0) 44%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0) 86%, rgba(0, 0, 0, 0.34));
}

:root[data-theme="dark"] .hero-slider::after,
body[data-theme="dark"] .hero-slider::after {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(3, 10, 18, 0.24) 34%, rgba(3, 10, 18, 0.88) 72%, rgba(3, 10, 18, 1) 100%);
  box-shadow: 0 24px 28px rgba(0, 0, 0, 0.34);
}

:root[data-theme="dark"] .hero-image,
:root[data-theme="dark"] .card-image,
body[data-theme="dark"] .hero-image,
body[data-theme="dark"] .card-image {
  filter: saturate(0.9) contrast(1.08) brightness(0.74);
}

:root[data-theme="dark"] .card,
body[data-theme="dark"] .card {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
}

:root[data-theme="dark"] .card:hover,
body[data-theme="dark"] .card:hover {
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.38);
}

:root[data-theme="dark"] .content-panel,
:root[data-theme="dark"] .brandmark,
:root[data-theme="dark"] .theme-switcher,
body[data-theme="dark"] .content-panel,
body[data-theme="dark"] .brandmark,
body[data-theme="dark"] .theme-switcher {
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 4px;
  transform-origin: 0 50%;
  transform: scaleX(0);
  background: linear-gradient(90deg, #8ce2ff 0%, #ffffff 55%, #48c4ff 100%);
  box-shadow: 0 0 18px rgba(118, 219, 255, 0.65);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background:
    radial-gradient(circle at 12% 18%, rgba(89, 198, 255, 0.14), transparent 22%),
    radial-gradient(circle at 88% 24%, rgba(76, 232, 197, 0.12), transparent 20%),
    linear-gradient(90deg, var(--topbar-start) 0%, var(--topbar-end) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.topbar::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-cyan), var(--accent-teal), transparent);
  opacity: 0.75;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.04) 14%, transparent 28%, transparent 72%, rgba(255, 255, 255, 0.04) 86%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 46%);
  pointer-events: none;
  opacity: 0.55;
}

.topnav {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 68px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}

.nav-toggle {
  display: none;
}

.skip-link {
  display: inline-flex;
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 80;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #061428;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.brandmark {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-right: 10px;
    padding: 8px 14px 8px 8px;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
      linear-gradient(135deg, rgba(9, 27, 62, 0.72), rgba(14, 40, 88, 0.52));
    border: 1px solid rgba(127, 210, 255, 0.18);
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      inset 0 0 0 1px rgba(43, 151, 220, 0.08);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
    position: relative;
    overflow: hidden;
}

.brandmark:hover,
.brandmark:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(112, 213, 255, 0.38);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
      linear-gradient(135deg, rgba(9, 27, 62, 0.76), rgba(14, 40, 88, 0.58));
    box-shadow:
      0 16px 34px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 0 0 1px rgba(71, 189, 255, 0.08);
}

.brandmark::after {
  content: "";
  position: absolute;
  inset: auto 14px 6px;
  height: 1px;
  background: linear-gradient(90deg, rgba(111, 207, 255, 0), rgba(111, 207, 255, 0.8), rgba(79, 232, 198, 0));
  opacity: 0.7;
}

.brandmark-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 50%, rgba(78, 180, 255, 0.12), transparent 64%),
      rgba(6, 20, 46, 0.28);
    box-shadow:
      0 0 0 1px rgba(127, 210, 255, 0.14),
      inset 0 0 0 1px rgba(255, 255, 255, 0.05),
      0 12px 26px rgba(0, 0, 0, 0.2);
}

.brandmark-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3px;
    background: transparent;
    filter: drop-shadow(0 8px 12px rgba(8, 18, 37, 0.18));
}

.brandmark-copy {
    display: grid;
    gap: 1px;
    line-height: 1;
}

.brandmark-copy strong {
    display: none;
}

.brandmark-copy span {
    font-size: 11px;
    letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 68px;
  color: var(--theme-chip-text);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 160ms ease, transform 160ms ease;
}

.nav-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #70d5ff 0%, #ffffff 50%, #70d5ff 100%);
  box-shadow: 0 0 16px rgba(111, 213, 255, 0.5);
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.nav-item:hover,
.nav-item:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
  text-shadow: 0 0 18px rgba(112, 213, 255, 0.22);
}

.nav-item:hover::after,
.nav-item:focus-visible::after {
  width: calc(100% - 6px);
}

.nav-item.is-active {
  color: var(--text);
}

.nav-item.is-active::after,
.nav-item.is-current::after {
  width: calc(100% - 6px);
}

.nav-item.is-current {
  color: var(--text);
}

.nav-directory {
  position: relative;
  flex: 0 0 auto;
}

.nav-directory-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(127, 210, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(10, 31, 71, 0.72), rgba(17, 48, 102, 0.42));
  color: var(--theme-chip-text);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.015em;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.nav-directory-toggle svg {
  opacity: 0.84;
  transition: transform 180ms ease;
}

.nav-directory:hover .nav-directory-toggle,
.nav-directory:focus-within .nav-directory-toggle,
.nav-directory.is-open .nav-directory-toggle {
  color: var(--text);
  border-color: rgba(112, 213, 255, 0.36);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.nav-directory.is-open .nav-directory-toggle svg,
.nav-directory:hover .nav-directory-toggle svg,
.nav-directory:focus-within .nav-directory-toggle svg {
  transform: rotate(180deg);
}

.nav-directory-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  right: auto;
  width: min(980px, calc(100vw - 48px));
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border-radius: 24px;
  border: 1px solid rgba(127, 210, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
    linear-gradient(135deg, rgba(8, 22, 49, 0.74), rgba(10, 31, 71, 0.68));
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
  z-index: 36;
}

.nav-directory:hover .nav-directory-panel,
.nav-directory:focus-within .nav-directory-panel,
.nav-directory.is-open .nav-directory-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.nav-directory-group {
  min-width: 0;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(120, 164, 214, 0.16);
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(16, 39, 82, 0.88), rgba(9, 26, 58, 0.92));
}

.nav-directory-heading {
  margin: 0 0 12px;
  color: rgba(214, 236, 255, 0.88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-directory-links {
  display: grid;
  gap: 8px;
}

.nav-directory-link {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  color: rgba(238, 245, 255, 0.94);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.02);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.nav-directory-link:hover,
.nav-directory-link:focus-visible,
.nav-directory-link.is-current {
  color: var(--text);
  transform: translateX(2px);
  border-color: rgba(112, 213, 255, 0.22);
  background: rgba(112, 213, 255, 0.08);
}

.theme-switcher {
    display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
    padding: 6px;
    border-radius: 999px;
    border: 1px solid rgba(127, 210, 255, 0.14);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
      linear-gradient(135deg, rgba(8, 22, 49, 0.68), rgba(14, 37, 77, 0.44));
    box-shadow:
      0 12px 26px rgba(0, 0, 0, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(127, 210, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(8, 22, 49, 0.68), rgba(14, 37, 77, 0.44));
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.language-toggle {
  min-width: 44px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.06);
  color: var(--theme-chip-text);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.language-toggle:hover,
.language-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(127, 210, 255, 0.16);
}

.language-toggle.is-active {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 93, 177, 0.9), rgba(214, 90, 255, 0.88));
  border-color: rgba(255, 171, 223, 0.8);
  box-shadow:
    0 0 0 1px rgba(255, 171, 223, 0.22),
    0 10px 22px rgba(207, 71, 163, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.site-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}

.site-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-search-input {
    width: min(260px, 24vw);
    min-width: 180px;
    height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(127, 210, 255, 0.14);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
      linear-gradient(135deg, rgba(8, 22, 49, 0.66), rgba(14, 37, 77, 0.44));
    color: var(--theme-chip-text);
    font: inherit;
    font-size: 14px;
    outline: none;
    box-shadow:
      0 12px 24px rgba(0, 0, 0, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.site-search-input::placeholder {
  color: var(--muted);
}

.site-search-input:focus {
  border-color: rgba(112, 213, 255, 0.34);
}

.site-search-results {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: min(360px, 72vw);
  padding: 10px;
  border-radius: 18px;
  border: 1px solid var(--panel-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 18%),
    var(--panel-bg);
  backdrop-filter: blur(16px);
  box-shadow: 0 26px 44px rgba(0, 0, 0, 0.24);
  z-index: 30;
}

.site-search-result {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--text);
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.site-search-result span,
.site-search-empty {
  color: var(--muted);
  font-size: 13px;
}

.site-search-result:hover,
.site-search-result:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(2px);
}

.site-search-empty {
  margin: 0;
  padding: 12px 14px;
}

.theme-toggle {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--theme-chip-bg);
  color: var(--theme-chip-text);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: var(--theme-chip-border);
}

.theme-toggle.is-active {
    background: var(--theme-chip-active-bg);
    border-color: var(--theme-chip-active-border);
    color: var(--text);
    box-shadow:
      0 10px 20px rgba(0, 0, 0, 0.16),
      inset 0 0 22px rgba(110, 207, 255, 0.08);
}

.theme-floating {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 36;
}

.theme-floating .theme-switcher {
  margin-left: 0;
  gap: 6px;
  padding: 5px;
  border-radius: 999px;
  border: 1px solid rgba(127, 210, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(8, 22, 49, 0.78), rgba(14, 37, 77, 0.56));
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.theme-floating .theme-toggle {
  min-height: 30px;
  padding: 0 11px;
  font-size: 12px;
}

.nav-item.is-active::after {
  width: calc(100% - 6px);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  background: #ffffff;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: var(--hero);
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 24%, var(--hero-shell-glow-1) 0%, transparent 26%),
    radial-gradient(circle at 80% 22%, var(--hero-shell-glow-2) 0%, transparent 24%),
    radial-gradient(circle at 50% 100%, var(--hero-shell-glow-3) 0%, transparent 26%);
  pointer-events: none;
}

.hero-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  width: min(88vw, 1640px);
  border-radius: 28px;
  transform: perspective(1400px) rotateX(2deg);
  transform-origin: center top;
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.22),
    0 8px 20px rgba(0, 0, 0, 0.14);
}

.hero-showcase {
  position: relative;
  width: min(92vw, 1640px);
  margin: 0 auto;
  padding: 28px 0 128px;
}

.hero-showcase .hero-slider {
  width: 100%;
}

.hero-copy-panel {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 4;
  width: min(620px, calc(100% - 80px));
  padding: 24px 28px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(6, 16, 36, 0.42)),
    rgba(7, 18, 39, 0.24);
  backdrop-filter: blur(12px);
  box-shadow:
    0 20px 38px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.hero-copy-panel.is-hidden {
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  visibility: hidden;
  pointer-events: none;
}

.hero-panel-close {
    position: absolute;
    top: 68px;
    right: 18px;
    display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  transition: transform 180ms ease, opacity 180ms ease;
  z-index: 5;
  opacity: 0.96;
}

.hero-panel-close span {
  display: block;
  font-size: 74px;
  font-weight: 300;
  line-height: 0.72;
  text-shadow:
    0 6px 20px rgba(0, 0, 0, 0.28),
    0 0 12px rgba(255, 255, 255, 0.14);
  transform: rotate(8deg);
}

.hero-panel-close:hover,
.hero-panel-close:focus-visible {
  transform: scale(1.04);
  opacity: 1;
}

.hero-copy-panel h1 {
  margin: 12px 0 0;
  font-size: clamp(34px, 4.3vw, 62px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  max-width: 12ch;
}

.hero-copy-panel p {
  max-width: 52ch;
  font-size: clamp(16px, 1.45vw, 18px);
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.hero-proof-item {
  padding: 14px 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.01);
}

.hero-proof-item strong {
  display: block;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.hero-proof-item span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.hero-slides {
  display: flex;
  width: 100%;
  transition: transform 520ms ease;
}

.hero-slide {
  min-width: 100%;
  margin: 0;
  transform: scaleX(1.03);
  transform-origin: center center;
}

.hero-slider::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -44px;
  width: min(78vw, 1460px);
  height: 110px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(3, 20, 52, 0) 0%, rgba(3, 20, 52, 0.1) 34%, rgba(3, 20, 52, 0.82) 72%, rgba(3, 20, 52, 0.98) 100%);
  border-radius: 50%;
  box-shadow:
    0 24px 28px rgba(0, 0, 0, 0.24);
  pointer-events: none;
  z-index: 2;
}

.hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 46%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(255, 255, 255, 0) 16%, rgba(255, 255, 255, 0) 84%, rgba(0, 0, 0, 0.18));
  pointer-events: none;
  z-index: 2;
}

.hero-stage {
  --orb-x: 50%;
  --orb-y: 50%;
  --orb-rotate-x: 0deg;
  --orb-rotate-y: 0deg;
  position: absolute;
  inset: 0;
  pointer-events: auto;
  z-index: 2;
}

.hero-orb {
  position: absolute;
  left: var(--orb-x);
  top: var(--orb-y);
  width: clamp(150px, 18vw, 300px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) perspective(900px) rotateX(var(--orb-rotate-x)) rotateY(var(--orb-rotate-y));
  background: none;
  border: 0;
  box-shadow: none;
  transition: transform 160ms ease, left 160ms ease, top 160ms ease;
  mix-blend-mode: screen;
  overflow: visible;
}

.hero-orb::before,
.hero-orb::after {
  content: none;
}

.hero-orb::after {
  content: none;
}

.hero-orb-mark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.22;
  filter:
    drop-shadow(0 0 12px rgba(255, 255, 255, 0.1))
    drop-shadow(0 0 24px rgba(108, 214, 255, 0.08));
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-gridlines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 110px 110px;
  opacity: 0.22;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 28%, #000 74%, rgba(0, 0, 0, 0) 100%);
}

.hero-image {
  width: 100%;
  height: min(48vw, 500px);
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transform-origin: center;
  filter: saturate(1.08) contrast(1.04);
}

.hero-slide .hero-image {
  transform: scale(0.92);
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 4;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--hero-dot-bg);
  box-shadow: inset 0 0 0 1px var(--hero-dot-ring);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.hero-dot.is-active {
  background: var(--hero-dot-active);
  transform: scale(1.15);
  box-shadow: 0 0 14px var(--hero-dot-active-shadow);
}

.hero-slider.is-static .hero-dots {
  display: none;
}

.services {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 24px 56px;
  position: relative;
  background: #ffffff;
}

.services::before {
  content: "";
  position: absolute;
  inset: 0 24px auto;
  height: 180px;
  background: #ffffff;
  pointer-events: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 28px;
}

.card {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform 180ms ease, box-shadow 200ms ease;
  will-change: transform;
}

.tile-a {
  background: linear-gradient(180deg, rgba(112, 213, 255, 0.14), transparent 18%), linear-gradient(135deg, var(--tile-a), rgba(10, 29, 67, 0.92));
}

.tile-b {
  background: linear-gradient(180deg, rgba(47, 212, 199, 0.12), transparent 18%), linear-gradient(135deg, var(--tile-b), rgba(10, 29, 67, 0.92));
}

.tile-c {
  background: linear-gradient(180deg, rgba(255, 191, 95, 0.12), transparent 18%), linear-gradient(135deg, var(--tile-c), rgba(10, 29, 67, 0.92));
}

.tile-d {
  background: linear-gradient(180deg, rgba(64, 152, 255, 0.12), transparent 18%), linear-gradient(135deg, var(--tile-d), rgba(10, 29, 67, 0.92));
}

.tile-e {
  background: linear-gradient(180deg, rgba(255, 141, 115, 0.12), transparent 18%), linear-gradient(135deg, var(--tile-e), rgba(10, 29, 67, 0.92));
}

.tile-f {
  background: linear-gradient(180deg, rgba(112, 213, 255, 0.1), transparent 18%), linear-gradient(135deg, var(--tile-f), rgba(7, 22, 47, 0.94));
}

.card-image-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  isolation: isolate;
  background:
    radial-gradient(circle at top, var(--card-image-bg-top), rgba(72, 190, 255, 0) 42%),
    linear-gradient(180deg, var(--card-image-bg-bottom), var(--card-image-bg-bottom-2));
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  padding: 0;
  transform: scale(1.01);
  transition: transform 220ms ease;
  filter: saturate(1.12) contrast(1.08);
}

.card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, var(--card-overlay-1) 0%, var(--card-overlay-2) 42%, var(--card-overlay-3) 100%),
    linear-gradient(90deg, var(--card-overlay-accent) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.12) 100%);
}

.card-glow {
  position: absolute;
  inset: auto auto 5% 8%;
  z-index: 1;
  width: 44%;
  height: 40%;
  border-radius: 999px;
  background: radial-gradient(circle, var(--card-glow) 0%, var(--card-glow-soft) 40%, rgba(92, 215, 255, 0) 72%);
  filter: blur(18px);
}

.card-spotlight {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at var(--mx) var(--my), var(--card-spotlight), rgba(255, 255, 255, 0) 34%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.card:hover {
  transform: perspective(900px) translateY(-4px) rotateX(var(--rx)) rotateY(var(--ry));
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
}

.card:hover .card-spotlight {
  opacity: 1;
}

.card:hover .card-image {
  transform: scale(1.04);
}

.card-has-page-link {
  cursor: pointer;
}

.card-page-link {
  position: absolute;
  inset: 0;
  z-index: 6;
}

.card-body,
.tag {
  position: relative;
  z-index: 4;
}

.tag {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  border: 1px solid var(--card-tag-border);
  background: var(--card-tag-bg);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.card-body {
  padding: 32px;
  position: relative;
}

.card-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-teal), var(--accent-gold));
  opacity: 0.85;
}

.icon-box {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--icon-box-border);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, var(--accent-panel-1), transparent 72%);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  transition: gap 160ms ease, transform 160ms ease;
}

.link:hover,
.link:focus-visible {
  gap: 16px;
  transform: translateX(2px);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent-cyan);
  outline-offset: 3px;
}

.content-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.news-card {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--panel-border);
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(135deg, var(--tile-a), rgba(10, 29, 67, 0.92));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  position: relative;
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-azure), var(--accent-gold));
  z-index: 3;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  border-color: rgba(120, 164, 214, 0.24);
}

.news-card-image {
  display: block;
  width: 100%;
  height: clamp(220px, 22vw, 280px);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 42%;
  border-bottom: 1px solid rgba(120, 164, 214, 0.18);
  background: rgba(7, 21, 49, 0.65);
  transform: scale(1.001);
  transition:
    transform 260ms ease,
    filter 260ms ease,
    object-position 260ms ease;
  filter: saturate(1.03) contrast(1.02);
}

.news-card-body {
  padding: 24px;
}

.news-meta {
  display: inline-flex;
  margin-bottom: 14px;
  color: rgba(214, 236, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

:root[data-theme="light"] .news-card,
body[data-theme="light"] .news-card {
  border-color: rgba(120, 164, 214, 0.22);
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(135deg, var(--tile-a), rgba(10, 29, 67, 0.92));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

:root[data-theme="light"] .news-card:hover,
body[data-theme="light"] .news-card:hover {
  border-color: rgba(120, 164, 214, 0.24);
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.news-card:hover .news-card-image {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
  object-position: center 38%;
}

:root[data-theme="light"] .news-meta,
body[data-theme="light"] .news-meta {
  color: rgba(214, 236, 255, 0.84);
}

.contact-page {
  display: grid;
  gap: 28px;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.contact-intro,
.contact-panel,
.contact-card,
.contact-process {
  border: 1px solid var(--panel-border);
  background: var(--panel-bg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.contact-intro {
  padding: 34px;
  border-radius: 18px;
}

.contact-panel {
  padding: 30px;
  border-radius: 18px;
  display: grid;
  align-content: start;
  gap: 22px;
}

.contact-panel h2,
.contact-process h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-item {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-item:hover {
  transform: translateY(-2px);
  border-color: rgba(112, 213, 255, 0.22);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
}

.contact-item-label,
.contact-card-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fdcff;
}

.contact-item strong {
  font-size: 20px;
  line-height: 1.4;
  color: var(--text);
}

.contact-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.contact-card {
  padding: 26px;
  border-radius: 18px;
}

.contact-card h3,
.contact-step h3 {
  margin: 12px 0 0;
  font-size: 24px;
  line-height: 1.1;
}

.contact-card p,
.contact-step p {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.75;
}

.contact-process {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  padding: 32px;
  border-radius: 20px;
}

.contact-process-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.contact-process-copy p {
  margin: 0;
}

.contact-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-step {
  padding: 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.contact-step-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(112, 213, 255, 0.22);
  background: rgba(112, 213, 255, 0.12);
  color: #d7f6ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.detail-page {
  padding-top: 34px;
}

.detail-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.detail-copy,
.detail-stats,
.detail-grid {
  display: grid;
  gap: 28px;
}

.detail-copy {
  padding: 32px 34px;
  border: 1px solid rgba(120, 164, 214, 0.22);
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(135deg, var(--tile-a), rgba(10, 29, 67, 0.92));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.detail-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(112, 213, 255, 0.24);
  background:
    linear-gradient(135deg, var(--accent-panel-1), var(--accent-panel-2)),
    rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.detail-copy h1 {
  margin: 12px 0 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.detail-copy p {
  max-width: 48rem;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-button:hover,
.hero-button:focus-visible {
  transform: translateY(-2px);
}

.hero-button-primary {
  color: #061428;
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-teal) 62%, #bfffe6);
  box-shadow: 0 16px 30px rgba(30, 169, 220, 0.26);
}

.hero-button-primary:hover,
.hero-button-primary:focus-visible {
  box-shadow: 0 20px 38px rgba(30, 169, 220, 0.34);
}

.hero-button-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 191, 95, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.hero-button-secondary:hover,
.hero-button-secondary:focus-visible {
  border-color: rgba(255, 191, 95, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 191, 95, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
}

.detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.content-panel {
  padding: 28px 30px;
  border: 1px solid var(--panel-border);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 26%),
    var(--panel-bg);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  position: relative;
}

.content-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-teal), var(--accent-gold));
  opacity: 0.78;
}

.detail-grid .content-panel:nth-child(3n + 2)::before,
.content-strip .content-panel:nth-child(2)::before,
.detail-stats .content-panel:nth-child(2)::before {
  background: linear-gradient(90deg, var(--accent-teal), var(--accent-azure), var(--accent-cyan));
}

.detail-grid .content-panel:nth-child(3n)::before {
  background: linear-gradient(90deg, var(--accent-gold), var(--accent-coral), var(--accent-cyan));
}

.content-panel h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.content-panel p {
  margin-top: 14px;
}

.content-panel:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
}

.storage-visual-section {
  display: grid;
  gap: 22px;
  max-width: 1240px;
  margin-inline: auto;
}

.storage-visual-head {
  position: relative;
  padding: 32px 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.14), transparent 18%),
    linear-gradient(135deg, rgba(38, 99, 173, 0.9), rgba(18, 40, 92, 0.96));
  box-shadow: 0 24px 56px rgba(6, 17, 42, 0.22);
}

.storage-visual-head h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.storage-visual-head p {
  max-width: 900px;
  margin-top: 16px;
}

.storage-visual-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.storage-visual-feature,
.storage-visual-card {
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background:
      linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
      linear-gradient(135deg, rgba(38, 99, 173, 0.9), rgba(18, 40, 92, 0.96));
  box-shadow: 0 24px 55px rgba(6, 17, 42, 0.2);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.storage-visual-feature img,
.storage-visual-card img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  min-height: 0;
  max-height: 420px;
  height: 100%;
}

.storage-visual-feature img {
  object-position: center center;
}

.storage-visual-card-focus img {
  object-position: 62% 34%;
}

.storage-visual-feature figcaption,
.storage-visual-card figcaption {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 152px;
  padding: 18px 18px 20px;
}

.storage-visual-feature figcaption::before,
.storage-visual-card figcaption::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-teal), var(--accent-gold));
}

.storage-visual-feature h3,
.storage-visual-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.storage-visual-feature p,
.storage-visual-card p {
  margin-top: 12px;
  color: rgba(233, 242, 255, 0.84);
}

.storage-visual-card:hover,
.storage-visual-feature:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 64px rgba(6, 17, 42, 0.24);
}

.storage-pillar-grid,
.storage-practice-band,
.storage-journey-grid,
.storage-scenarios-grid,
.storage-linked-grid,
.storage-faq-grid {
  display: grid;
  gap: 22px;
}

.storage-pillar-grid,
.storage-practice-band,
.storage-journey,
.storage-split,
.storage-scenarios,
.storage-linked-grid,
.storage-faq-grid,
.storage-cta-strip {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}

.storage-pillar-grid,
.storage-practice-band {
  align-items: stretch;
}

.storage-pillar-grid > .content-panel,
.storage-practice-band > .content-panel {
  display: grid;
  align-content: start;
  height: 100%;
}

.storage-practice-band {
  margin-top: 0;
}

.storage-practice-band .content-panel {
  min-height: 100%;
}

.storage-practice-band h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.storage-practice-band p {
  margin-top: 12px;
  color: rgba(233, 242, 255, 0.84);
}

.storage-section-head {
  position: relative;
  display: grid;
  gap: 12px;
  max-width: none;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.14), transparent 18%),
    linear-gradient(135deg, rgba(38, 99, 173, 0.9), rgba(18, 40, 92, 0.96));
  box-shadow: 0 24px 56px rgba(6, 17, 42, 0.2);
  overflow: hidden;
}

.storage-section-head::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-teal), var(--accent-gold));
}

.storage-section-head h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.6vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.storage-section-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.82;
  color: rgba(233, 242, 255, 0.84);
  max-width: 64rem;
}

.storage-journey,
.storage-scenarios,
.storage-cta-strip {
  display: grid;
  gap: 22px;
}

.storage-journey {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(38, 99, 173, 0.9), rgba(18, 40, 92, 0.96));
  box-shadow: 0 24px 56px rgba(6, 17, 42, 0.18);
}

.storage-journey .storage-section-head {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.storage-journey .storage-section-head::before {
  display: none;
}

.storage-page {
  display: grid;
  gap: 28px;
}

.storage-page > section {
  margin: 0;
}

.storage-page .detail-hero {
  margin-bottom: 0;
}

.storage-step,
.storage-scenario-card {
  position: relative;
  padding: 28px 28px 26px;
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(38, 99, 173, 0.9), rgba(18, 40, 92, 0.96));
  box-shadow: 0 24px 55px rgba(6, 17, 42, 0.18);
  overflow: hidden;
}

.storage-step::before,
.storage-scenario-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-teal), var(--accent-gold));
}

.storage-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.storage-step h3,
.storage-scenario-card h3 {
  margin: 18px 0 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.storage-step p,
.storage-scenario-card p {
  margin: 14px 0 0;
  color: rgba(233, 242, 255, 0.84);
  line-height: 1.78;
}

.storage-split {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 24px;
  align-items: stretch;
}

.storage-split-copy h2 {
  margin: 0;
  font-size: clamp(2.1rem, 3.4vw, 3.6rem);
  line-height: 0.97;
  letter-spacing: -0.05em;
}

.storage-checklist {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  margin: 22px 0 0;
}

.storage-checklist li {
  font-size: 17px;
  line-height: 1.78;
}

.storage-split-media {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(38, 99, 173, 0.9), rgba(18, 40, 92, 0.96));
  box-shadow: 0 24px 55px rgba(6, 17, 42, 0.18);
  overflow: hidden;
}

.storage-split-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.storage-split-media figcaption {
  padding: 16px 20px 18px;
  font-size: 15px;
  line-height: 1.68;
  color: rgba(233, 242, 255, 0.78);
}

.storage-cta-strip .content-panel {
  padding-top: 34px;
  padding-bottom: 34px;
}

.restoration-page {
  display: grid;
  gap: 30px;
}

.restoration-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: start;
}

.restoration-hero-copy {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 34px;
  border: 1px solid var(--panel-border);
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 255, 255, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    rgba(5, 20, 47, 0.76);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.restoration-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-teal), var(--accent-gold));
  opacity: 0.9;
}

.restoration-hero-copy h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 74px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  max-width: 14ch;
}

.restoration-hero-copy p {
  margin: 0;
  font-size: 19px;
  line-height: 1.8;
  max-width: 46rem;
}

.restoration-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.restoration-metric {
  display: grid;
  gap: 8px;
  padding: 18px;
  min-height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
}

.restoration-metric strong {
  font-size: 19px;
  line-height: 1.15;
}

.restoration-metric span {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}

.restoration-hero-media {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 16px;
}

.restoration-frame {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 20, 43, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.restoration-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restoration-frame-lead {
  grid-row: span 3;
  min-height: 680px;
}

.restoration-hero-media .restoration-frame:not(.restoration-frame-lead) {
  min-height: 214px;
}

.restoration-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.restoration-story-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--panel-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 16%),
    rgba(5, 20, 47, 0.72);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.restoration-story-media {
  min-height: 280px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.restoration-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restoration-story-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
}

.restoration-story-body h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.restoration-story-body p {
  margin: 0;
  font-size: 17px;
  line-height: 1.78;
}

.restoration-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
}

.restoration-split-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.restoration-checklist {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  margin: 0;
}

.restoration-checklist li {
  font-size: 17px;
  line-height: 1.75;
}

.restoration-split-media {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  border: 1px solid var(--panel-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 16%),
    rgba(5, 20, 47, 0.74);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.restoration-split-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.restoration-split-media figcaption {
  padding: 16px 20px 18px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

.restoration-gallery-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
  align-items: start;
}

.restoration-section-head {
  display: grid;
  gap: 12px;
  max-width: 70rem;
}

.restoration-gallery-section .restoration-section-head.content-panel {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
}

.restoration-gallery-section .restoration-section-head.content-panel p {
  max-width: 66ch;
}

.restoration-section-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.restoration-section-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}

.restoration-gallery {
  column-count: 3;
  column-gap: 18px;
}

.restoration-gallery figure {
  break-inside: avoid;
  margin: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 14%),
    rgba(5, 20, 47, 0.74);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.restoration-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.restoration-gallery figcaption {
  padding: 14px 16px 16px;
  font-size: 15px;
  line-height: 1.62;
  color: var(--muted);
}

.restoration-gallery-list {
  display: grid;
  grid-column: 1 / -1;
  gap: 8px;
  width: 100%;
}

.restoration-gallery-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: stretch;
  width: 100%;
}

.restoration-gallery-row.is-reversed .restoration-gallery-card {
  order: 2;
}

.restoration-gallery-row.is-reversed .restoration-gallery-copy {
  order: 1;
}

.restoration-gallery-card {
  display: grid;
  grid-template-rows: auto 1fr;
  margin: 0;
  align-self: stretch;
  height: 100%;
  min-width: 0;
  flex: 1 1 56%;
  border-radius: 0;
  border: 0;
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(16, 43, 90, 0.96), rgba(7, 21, 53, 0.98));
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.restoration-gallery-card img,
.restoration-gallery-card .restoration-gallery-media,
.restoration-gallery-copy,
.restoration-section-head.content-panel {
  border-radius: 0;
}

.restoration-gallery-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  align-self: stretch;
  min-height: 100%;
  min-width: 0;
  flex: 1 1 44%;
  padding: 26px 24px 24px;
  border-radius: 0;
  border: 0;
  background:
    radial-gradient(circle at 84% 16%, rgba(112, 213, 255, 0.1), transparent 18%),
    radial-gradient(circle at 12% 14%, rgba(112, 213, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(16, 43, 90, 0.96), rgba(7, 21, 53, 0.98));
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.restoration-gallery-copy h3 {
  margin: 0;
  font-size: clamp(22px, 1.9vw, 30px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--text);
  text-wrap: balance;
}

.restoration-gallery-copy p {
  margin: 0;
  max-width: none;
  color: rgba(226, 236, 248, 0.82);
  line-height: 1.7;
}

.restoration-gallery-row:nth-child(4n + 2) .restoration-gallery-copy,
.restoration-gallery-row:nth-child(4n + 3) .restoration-gallery-copy {
  background:
    radial-gradient(circle at 84% 16%, rgba(112, 213, 255, 0.1), transparent 18%),
    radial-gradient(circle at 12% 14%, rgba(103, 208, 196, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(20, 69, 126, 0.97), rgba(30, 103, 172, 0.93));
}

.restoration-gallery-card .restoration-gallery-media {
  display: block;
  padding: 0;
  min-width: 0;
  min-height: 0;
  background: transparent;
  border-bottom: 0;
}

.restoration-gallery-card img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: top center;
  transform: none;
  filter: saturate(1.02) contrast(1.02);
}

.restoration-gallery-card figcaption {
  padding: 10px 12px 12px;
  color: rgba(239, 247, 255, 0.92);
  max-width: none;
  font-size: 12px;
  line-height: 1.45;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(180deg, rgba(8, 26, 60, 0.96), rgba(8, 26, 60, 0.98));
}

.restoration-gallery-section .restoration-section-head.content-panel {
  border-radius: 0;
}

@media (max-width: 1100px) {
  .restoration-gallery-row {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .restoration-gallery-row {
    flex-direction: column;
    gap: 10px;
  }

  .restoration-gallery-row.is-reversed .restoration-gallery-card,
  .restoration-gallery-row.is-reversed .restoration-gallery-copy {
    order: initial;
  }

  .restoration-gallery-card,
  .restoration-gallery-copy {
    grid-column: auto;
    width: 100%;
    flex: 0 0 auto;
  }

  .restoration-gallery-section {
    grid-template-columns: 1fr;
  }

  .restoration-gallery-list {
    gap: 16px;
  }

  .restoration-gallery-card .restoration-gallery-media {
    width: 100%;
  }

  .restoration-gallery-card img {
    width: 100%;
    height: auto;
    min-height: 0;
  }
}

.restoration-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-question-links {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.home-question-links .link {
  margin-top: 0;
  justify-content: flex-start;
  white-space: normal;
  overflow-wrap: anywhere;
}

.heritage-page {
  display: grid;
  gap: 30px;
}

.heritage-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 28px;
  align-items: start;
}

.heritage-hero-copy {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 34px;
  border: 1px solid var(--panel-border);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%),
    rgba(5, 20, 47, 0.76);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.heritage-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-gold), var(--accent-cyan), var(--accent-teal));
  opacity: 0.95;
}

.heritage-hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.heritage-hero-copy p {
  margin: 0;
  max-width: 48rem;
  font-size: 19px;
  line-height: 1.8;
}

.heritage-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 2px;
}

.heritage-signal-card {
  display: grid;
  gap: 8px;
  min-height: 100%;
  padding: 16px 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    rgba(255, 255, 255, 0.03);
}

.heritage-signal-card strong {
  font-size: 17px;
  line-height: 1.2;
}

.heritage-signal-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.heritage-hero-media {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  gap: 16px;
}

.heritage-hero-frame {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 20, 43, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.heritage-hero-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heritage-hero-frame-lead {
  grid-row: span 2;
  min-height: 640px;
}

.heritage-hero-media .heritage-hero-frame:not(.heritage-hero-frame-lead) {
  min-height: 232px;
}

.heritage-floating-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 320px;
  padding: 20px 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
    rgba(7, 24, 52, 0.84);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.heritage-floating-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(112, 213, 255, 0.22);
  color: var(--text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(112, 213, 255, 0.08);
}

.heritage-floating-note strong {
  display: block;
  font-size: 20px;
  line-height: 1.35;
}

.heritage-floating-note p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.64;
}

.heritage-intro-grid,
.heritage-linked-grid,
.heritage-faq-grid {
  display: grid;
  gap: 22px;
}

.heritage-intro-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.heritage-section-head {
  display: grid;
  gap: 14px;
  max-width: 74rem;
  margin-bottom: 10px;
}

.heritage-section-head h2 {
  font-size: clamp(34px, 3.6vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.heritage-section-head p {
  max-width: 58rem;
}

.heritage-material-section,
.heritage-journey,
.heritage-proof-band,
.heritage-cta-strip {
  position: relative;
}

.heritage-material-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.heritage-material-card,
.heritage-step,
.heritage-proof-points > div {
  position: relative;
  padding: 24px 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    rgba(4, 20, 46, 0.48);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.heritage-material-card::before,
.heritage-step::before,
.heritage-proof-points > div::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-azure), var(--accent-teal));
  opacity: 0.92;
}

.heritage-material-card h3,
.heritage-step h3 {
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.heritage-material-card p,
.heritage-step p,
.heritage-proof-points span {
  font-size: 16px;
  line-height: 1.68;
}

.heritage-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.heritage-step {
  display: grid;
  gap: 10px;
  min-height: 100%;
}

.heritage-step span {
  display: inline-flex;
  width: fit-content;
  color: var(--accent-cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.heritage-standards {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 22px;
  align-items: stretch;
}

.heritage-checklist {
  margin-top: 8px;
}

.heritage-checklist li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.heritage-standards-quote {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 18%, rgba(112, 213, 255, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    rgba(5, 20, 47, 0.74);
  box-shadow: var(--shadow);
}

.heritage-standards-quote p {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.4;
  color: var(--text);
}

.heritage-standards-quote strong {
  font-size: 18px;
  line-height: 1.55;
}

.heritage-linked-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.heritage-proof-band {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 22px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 88% 22%, rgba(47, 212, 199, 0.12), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    rgba(5, 20, 47, 0.78);
  box-shadow: var(--shadow);
}

.heritage-proof-copy {
  display: grid;
  gap: 14px;
}

.heritage-proof-copy h2 {
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.heritage-proof-points {
  display: grid;
  gap: 16px;
}

.heritage-proof-points strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.heritage-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.heritage-cta-strip .content-panel {
  padding-top: 34px;
  padding-bottom: 34px;
}

.heritage-page {
  gap: 34px;
}

.heritage-page .content-panel,
.heritage-material-card,
.heritage-step,
.heritage-proof-points > div,
.heritage-standards-quote,
.heritage-proof-band {
  border: 1px solid rgba(139, 193, 235, 0.34);
  background:
    radial-gradient(circle at 88% 14%, rgba(128, 214, 255, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(160deg, rgba(18, 63, 117, 0.96), rgba(26, 91, 156, 0.92));
  box-shadow:
    0 18px 44px rgba(49, 98, 149, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.heritage-page .content-panel:hover,
.heritage-material-card:hover,
.heritage-step:hover,
.heritage-proof-points > div:hover {
  border-color: rgba(150, 212, 248, 0.56);
  box-shadow:
    0 24px 52px rgba(49, 98, 149, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.heritage-page .content-panel h2,
.heritage-page .content-panel h3,
.heritage-proof-copy h2,
.heritage-standards-quote p,
.heritage-proof-points strong {
  color: #eef7ff;
}

.heritage-page .content-panel p,
.heritage-material-card p,
.heritage-step p,
.heritage-proof-points span,
.heritage-standards-quote strong,
.heritage-checklist li {
  color: rgba(227, 240, 255, 0.88);
}

.heritage-section-head {
  position: relative;
  padding: 30px 32px;
  margin-bottom: 0;
  border: 1px solid rgba(183, 210, 234, 0.55);
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 16%, rgba(105, 191, 241, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.94));
  box-shadow:
    0 18px 44px rgba(99, 140, 184, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.heritage-section-head::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #7ed9ff, #5fbaf3, #7fe6d8);
}

.heritage-section-head h2 {
  color: #12385f;
}

.heritage-section-head p,
.heritage-section-head .detail-kicker {
  color: #4c6781;
}

.heritage-intro-grid .content-panel,
.heritage-linked-grid .content-panel,
.heritage-faq-grid .content-panel,
.heritage-cta-strip .content-panel {
  border-radius: 0;
}

.heritage-material-card,
.heritage-step,
.heritage-proof-points > div,
.heritage-standards-quote,
.heritage-proof-band {
  border-radius: 0;
}

.heritage-section-head {
  border-radius: 0;
}

.heritage-material-card::before,
.heritage-step::before,
.heritage-proof-points > div::before {
  height: 4px;
  background: linear-gradient(90deg, #6cd3ff, #60b9ff, #79ead2);
}

.heritage-step span {
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  padding: 0 14px;
  border-radius: 0;
  border: 1px solid rgba(169, 222, 255, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  color: #bcecff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.heritage-standards {
  align-items: stretch;
}

.heritage-standards-quote {
  position: relative;
}

.heritage-standards-quote::before,
.heritage-proof-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(108, 211, 255, 0.16), transparent 20%),
    radial-gradient(circle at 16% 100%, rgba(121, 234, 210, 0.14), transparent 24%);
  pointer-events: none;
}

.heritage-standards-quote > *,
.heritage-proof-band > * {
  position: relative;
  z-index: 1;
}

.heritage-proof-band {
  align-items: stretch;
}

.heritage-proof-points {
  align-content: start;
}

.heritage-cta-strip .content-panel {
  background:
    radial-gradient(circle at 86% 18%, rgba(105, 191, 241, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(160deg, rgba(20, 69, 126, 0.97), rgba(30, 103, 172, 0.93));
}

.bulk-page {
  display: grid;
  gap: 30px;
  position: relative;
  isolation: isolate;
}

.bulk-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 320px;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 8%, rgba(112, 213, 255, 0.12), transparent 32%),
    radial-gradient(circle at 88% 6%, rgba(255, 191, 95, 0.1), transparent 24%);
  opacity: 0.9;
}

.bulk-hero {
  display: block;
}

.bulk-hero-copy {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 34px;
  border: 1px solid var(--panel-border);
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    rgba(5, 20, 47, 0.76);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.bulk-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-gold), var(--accent-teal));
}

.bulk-hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.bulk-hero-copy p {
  margin: 0;
  max-width: 48rem;
  font-size: 19px;
  line-height: 1.8;
}

.bulk-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bulk-signal-card {
  display: grid;
  gap: 8px;
  padding: 16px 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    rgba(255, 255, 255, 0.03);
}

.bulk-signal-card strong {
  font-size: 17px;
  line-height: 1.2;
}

.bulk-signal-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.bulk-hero-media {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.bulk-hero-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 20, 43, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.bulk-hero-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bulk-hero-frame-lead {
  min-height: 640px;
}

.bulk-hero-media .bulk-hero-frame:not(.bulk-hero-frame-lead) {
  min-height: 232px;
}

.bulk-floating-note {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: 320px;
  padding: 20px 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
    rgba(7, 24, 52, 0.86);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.bulk-floating-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(112, 213, 255, 0.22);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(112, 213, 255, 0.08);
}

.bulk-floating-note strong {
  display: block;
  font-size: 20px;
  line-height: 1.35;
}

.bulk-intro-grid,
.bulk-linked-grid,
.bulk-faq-grid {
  display: grid;
  gap: 22px;
}

.bulk-intro-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bulk-volume-band {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 90% 18%, rgba(112, 213, 255, 0.12), transparent 16%),
    linear-gradient(180deg, rgba(112, 213, 255, 0.18), transparent 18%),
    linear-gradient(135deg, rgba(62, 154, 220, 0.94), rgba(30, 102, 170, 0.9));
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  position: relative;
}

.bulk-volume-band::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -84px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112, 213, 255, 0.14), transparent 72%);
  pointer-events: none;
}

.bulk-volume-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.bulk-hero-side {
  display: grid;
  gap: 20px;
  align-content: start;
}

.bulk-hero-visual {
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.18), transparent 18%),
    linear-gradient(135deg, rgba(62, 154, 220, 0.94), rgba(30, 102, 170, 0.9));
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.bulk-hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(4, 14, 32, 0.18) 32%, rgba(4, 14, 32, 0.56));
  pointer-events: none;
}

.bulk-hero-visual img {
  display: block;
  width: 100%;
  height: clamp(260px, 28vw, 360px);
  object-fit: cover;
  object-position: center center;
  transform: scale(1.015);
}

.bulk-volume-copy h2,
.bulk-section-head h2 {
  font-size: clamp(36px, 3.8vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.bulk-section-head {
  display: grid;
  gap: 16px;
  max-width: 74rem;
  margin-bottom: 12px;
  padding: 30px 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.18), transparent 18%),
    linear-gradient(135deg, rgba(62, 154, 220, 0.94), rgba(30, 102, 170, 0.9));
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.bulk-volume-points,
.bulk-journey-grid,
.bulk-scenarios-grid {
  display: grid;
  gap: 20px;
}

.bulk-volume-points > div,
.bulk-step,
.bulk-scenario-card {
  position: relative;
  padding: 26px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.18), transparent 18%),
    linear-gradient(135deg, rgba(62, 154, 220, 0.94), rgba(30, 102, 170, 0.9));
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bulk-volume-points > div::before,
.bulk-step::before,
.bulk-scenario-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-gold), var(--accent-cyan), var(--accent-azure));
  opacity: 0.92;
}

.bulk-volume-points strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.bulk-volume-points span,
.bulk-step p,
.bulk-scenario-card p,
.bulk-checklist li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.bulk-journey-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bulk-step {
  display: grid;
  align-content: start;
  gap: 12px;
}

.bulk-step span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  width: fit-content;
  color: var(--accent-cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  border: 1px solid rgba(112, 213, 255, 0.18);
  border-radius: 999px;
  background: rgba(112, 213, 255, 0.08);
}

.bulk-step h3,
.bulk-scenario-card h3 {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.bulk-scenarios-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bulk-control-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.bulk-checklist {
  margin-top: 10px;
  display: grid;
  gap: 12px;
}

.bulk-control-side {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 50% 18%, rgba(47, 212, 199, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(112, 213, 255, 0.18), transparent 18%),
    linear-gradient(135deg, rgba(62, 154, 220, 0.94), rgba(30, 102, 170, 0.9));
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.bulk-control-side p {
  margin: 0;
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.55;
  color: var(--text);
}

.bulk-control-side strong {
  font-size: 18px;
  line-height: 1.55;
}

.bulk-linked-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.bulk-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.bulk-cta-strip .content-panel {
  padding: 36px 36px 34px;
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.18), transparent 18%),
    linear-gradient(135deg, rgba(62, 154, 220, 0.94), rgba(30, 102, 170, 0.9));
}

.bulk-linked-grid .content-panel,
.bulk-faq-grid .content-panel,
.bulk-control-main.content-panel {
  padding: 32px 32px 30px;
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.18), transparent 18%),
    linear-gradient(135deg, rgba(62, 154, 220, 0.94), rgba(30, 102, 170, 0.9));
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.bulk-linked-grid .content-panel h3,
.bulk-faq-grid .content-panel h3,
.bulk-control-main.content-panel h2 {
  text-wrap: balance;
}

.bulk-linked-grid .content-panel:hover,
.bulk-faq-grid .content-panel:hover,
.bulk-volume-points > div:hover,
.bulk-step:hover,
.bulk-scenario-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
}

.site-footer {
  margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(3, 12, 28, 0.22)),
    linear-gradient(90deg, rgba(6, 24, 77, 0.86), rgba(10, 40, 114, 0.82));
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 38px 24px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 0.7fr));
  gap: 28px;
}

.footer-brand,
.footer-nav,
.footer-meta {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-heading {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-brand p,
.footer-nav p,
.footer-meta p,
.footer-bottom p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a,
.footer-meta a {
  color: var(--text);
  text-decoration: none;
}

.footer-links a:hover,
.footer-meta a:hover,
.footer-links a:focus-visible,
.footer-meta a:focus-visible {
  color: var(--accent-cyan);
}

.footer-cta {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 18px;
  color: var(--muted);
}


.partner-hero {
  align-items: stretch;
}

.partner-highlight {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px 30px 28px;
  border: 1px solid rgba(132, 187, 255, 0.22);
  background:
    radial-gradient(circle at top right, rgba(120, 224, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    linear-gradient(135deg, rgba(7, 24, 58, 0.94), rgba(17, 52, 112, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 24px 44px rgba(3, 10, 26, 0.22);
}

.partner-highlight h2,
.partner-highlight p,
.partner-highlight ul {
  margin: 0;
}

.partner-highlight h2 {
  font-size: clamp(1.65rem, 2vw, 2.3rem);
  line-height: 1.08;
}

.partner-highlight-label,
.partner-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(132, 187, 255, 0.28);
  background: rgba(123, 182, 255, 0.12);
  color: rgba(234, 244, 255, 0.96);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-highlight-list {
  display: grid;
  gap: 12px;
  padding-left: 1.1rem;
  color: rgba(232, 242, 255, 0.88);
}

.partner-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.partner-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.partner-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    linear-gradient(135deg, rgba(8, 24, 58, 0.64), rgba(8, 39, 94, 0.34));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(0, 0, 0, 0.14);
}

.partner-card-oasis {
  border-color: rgba(101, 168, 255, 0.18);
}

.partner-card-ree {
  border-color: rgba(236, 165, 165, 0.18);
}

.partner-card-archive {
  border-color: rgba(255, 191, 95, 0.18);
}

.partner-card-i2s {
  border-color: rgba(168, 216, 225, 0.24);
}

.partner-card-nou {
  border-color: rgba(205, 154, 255, 0.2);
}

.partner-card-microbox {
  border-color: rgba(255, 108, 108, 0.18);
}

.partner-card-body {
  display: grid;
  gap: 12px;
}

.partner-card-body h3,
.partner-card-body p {
  margin: 0;
}

.partner-card-body p {
  color: rgba(229, 237, 248, 0.84);
}

.partner-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 154px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.9)),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 34px rgba(0, 0, 0, 0.12);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.partner-logo:hover,
.partner-logo:focus-visible {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 24px 42px rgba(0, 0, 0, 0.16);
}

.partner-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 92px;
  object-fit: contain;
}

.partner-logo-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.partner-logo-image-oasis {
  max-width: 17rem;
}

.partner-logo-image-ree {
  max-width: 11.25rem;
}

.partner-logo-image-archive {
  max-width: 18rem;
}

.partner-logo-image-i2s {
  max-width: 14rem;
}

.partner-logo-image-nou {
  max-width: 8rem;
}

.partner-logo-image-microbox {
  max-width: 15rem;
}

.partner-logo-ree {
  border-color: rgba(236, 165, 165, 0.18);
}

.partner-logo-archive {
  border-color: rgba(255, 191, 95, 0.18);
}

.partner-logo-i2s {
  border-color: rgba(168, 216, 225, 0.24);
}

.partner-logo-nou {
  border-color: rgba(205, 154, 255, 0.2);
}

.partner-logo-microbox {
  border-color: rgba(255, 108, 108, 0.18);
}

.client-page-grid {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}

.client-page-card {
  display: grid;
  gap: 16px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    linear-gradient(135deg, rgba(8, 24, 58, 0.56), rgba(8, 39, 94, 0.28));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(0, 0, 0, 0.12);
}

.client-page-card h2,
.client-page-card p {
  margin: 0;
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.client-logo-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.93));
  border: 1px solid rgba(195, 219, 255, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 12px 24px rgba(3, 14, 36, 0.08);
}

.client-logo-panel img {
  display: block;
  width: 100%;
  max-width: 220px;
  max-height: 72px;
  object-fit: contain;
  object-position: center;
}

.client-showcase {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 12% 0%, rgba(97, 210, 255, 0.09), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    linear-gradient(135deg, rgba(6, 20, 50, 0.9), rgba(5, 16, 39, 0.96));
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.client-showcase-header {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin-bottom: 24px;
}

.client-showcase-header h2,
.client-showcase-header p {
  margin: 0;
}

.client-showcase-header h2 {
  font-size: clamp(32px, 3.6vw, 54px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.client-showcase-header p {
  max-width: 74ch;
  color: rgba(233, 242, 255, 0.84);
}

.client-logo-grid-unified {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.client-logo-grid-unified .client-logo-panel {
  min-height: 120px;
  padding: 22px 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(241, 247, 255, 0.94)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(230, 241, 255, 0.22));
  border: 1px solid rgba(195, 219, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 12px 30px rgba(4, 15, 36, 0.1);
}

.client-logo-grid-unified .client-logo-panel img {
  max-width: 190px;
  max-height: 68px;
}

.client-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.client-proof-strip {
  display: grid;
  gap: 24px;
  margin-top: 30px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 88% 0%, rgba(97, 210, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    linear-gradient(135deg, rgba(8, 21, 54, 0.92), rgba(3, 12, 30, 0.98));
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.client-proof-strip-copy {
  display: grid;
  gap: 14px;
  max-width: 860px;
}

.client-proof-strip-copy h2,
.client-proof-strip-copy p {
  margin: 0;
}

.client-proof-strip-copy h2 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.client-proof-strip-copy p {
  color: rgba(233, 242, 255, 0.84);
}

.client-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.client-link-grid .content-panel {
  text-decoration: none;
  color: inherit;
}

.client-link-grid .content-panel p {
  color: rgba(233, 242, 255, 0.8);
}

.scanner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.scanner-card {
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.008)),
    linear-gradient(135deg, rgba(8, 24, 58, 0.72), rgba(5, 18, 46, 0.92));
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.scanner-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.94)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(229, 241, 255, 0.2));
  border-bottom: 1px solid rgba(195, 219, 255, 0.28);
}

.scanner-card-media img {
  display: block;
  width: 100%;
  max-width: 360px;
  max-height: 260px;
  object-fit: contain;
  object-position: center;
}

.scanner-card-body {
  display: grid;
  gap: 12px;
  padding: 24px 24px 26px;
}

.scanner-card-body h3,
.scanner-card-body p {
  margin: 0;
}

.scanner-card-body p {
  color: rgba(233, 242, 255, 0.84);
}

@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;
    scroll-behavior: auto !important;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (min-width: 768px) {
  .services {
    padding: 40px 24px 64px;
  }

  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-logo-grid-unified {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .client-context-grid,
  .client-link-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1280px) {
  .services {
    padding: 40px 40px 64px;
  }

  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .partner-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .client-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .client-logo-grid-unified {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-logo-grid-unified {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .client-context-grid,
  .client-link-grid {
    grid-template-columns: 1fr;
  }

  .scanner-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero,
  .contact-process,
  .contact-highlights,
  .contact-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    width: 100%;
    border-radius: 18px;
    transform: perspective(1000px) rotateX(1deg);
  }

  .hero-showcase {
    width: 100%;
    padding: 18px 0 76px;
  }

  .hero-copy-panel {
    position: static;
    width: 100%;
    margin-top: 18px;
    padding: 22px 20px;
    border-radius: 18px;
  }

  .hero-panel-close {
    top: 22px;
    right: 12px;
    width: 46px;
    height: 46px;
  }

  .hero-panel-close span {
    font-size: 62px;
  }

  .hero-proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-slider::after {
    width: min(92vw, 560px);
    height: 64px;
    bottom: -28px;
  }

  .brandmark {
    margin-right: 0;
    padding-right: 10px;
  }

  .brandmark-badge {
    width: 44px;
    height: 44px;
  }

  .brandmark-copy strong {
    font-size: 18px;
  }

  .theme-floating {
    right: 12px;
    bottom: 12px;
  }

  .theme-floating .theme-switcher {
    width: auto;
    margin-top: 0;
  }

  .hero-orb {
    width: 130px;
  }

  .hero-gridlines {
    background-size: 72px 72px;
  }

  .content-strip {
    grid-template-columns: 1fr;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card-image {
    height: clamp(210px, 56vw, 260px);
    object-position: center 40%;
  }

  .partner-showcase {
    grid-template-columns: 1fr;
  }

  .client-page-card {
    padding: 20px;
    border-radius: 20px;
  }

  .client-logo-grid,
  .client-logo-grid-compact {
    grid-template-columns: 1fr;
  }

  .client-logo-grid-unified {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-logo-panel {
    min-height: 90px;
    border-radius: 18px;
  }

  .client-showcase,
  .client-proof-strip {
    padding: 22px 20px;
  }

  .client-showcase-header h2,
  .client-proof-strip-copy h2 {
    font-size: 32px;
  }

  .scanner-card-media {
    min-height: 240px;
    padding: 22px;
  }

  .scanner-card-body {
    padding: 22px 20px 24px;
  }

  .contact-intro,
  .contact-panel,
  .contact-card,
  .contact-process {
    padding: 22px;
    border-radius: 16px;
  }

  .contact-item strong {
    font-size: 18px;
  }

  .detail-hero,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-actions .hero-button {
    width: 100%;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    padding: 32px 24px 22px;
  }

.footer-bottom {
    padding-bottom: 22px;
    flex-direction: column;
  }
}

/* Premium redesign overrides */

:root {
  --container-wide: 1360px;
  --container-main: 1280px;
  --container-copy: 72ch;
  --radius-xs: 0px;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --radius-xl: 0px;
  --space-1: 10px;
  --space-2: 14px;
  --space-3: 18px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 40px;
  --space-7: 56px;
  --space-8: 72px;
  --space-9: 96px;
}

html {
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Aptos", "Segoe UI Variable Display", "Segoe UI", "Trebuchet MS", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: none;
  mask-image: none;
  opacity: 0;
  z-index: -1;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

p {
  margin: 16px 0 0;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.72;
}

ul {
  margin: 16px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

strong {
  color: var(--text);
}

.topbar {
  background:
    radial-gradient(circle at 8% 22%, rgba(112, 213, 255, 0.16), transparent 18%),
    radial-gradient(circle at 86% 18%, rgba(47, 212, 199, 0.12), transparent 16%),
    linear-gradient(180deg, rgba(8, 22, 52, 0.94), rgba(6, 18, 47, 0.9));
  backdrop-filter: blur(24px);
}

.topnav {
  max-width: var(--container-wide);
  min-height: 78px;
  padding: 10px 28px;
  gap: 18px;
  flex-wrap: nowrap;
}

.brandmark {
  flex: 0 0 auto;
  gap: 14px;
  margin-right: 6px;
  padding: 10px 16px 10px 10px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(10, 31, 71, 0.84), rgba(17, 48, 102, 0.48));
  border: 1px solid rgba(145, 216, 255, 0.2);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(76, 159, 255, 0.06);
}

.brandmark::after {
  inset: auto 16px 7px;
}

.brandmark-badge {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 50%, rgba(98, 199, 255, 0.16), transparent 66%),
    rgba(4, 20, 50, 0.24);
}

.brandmark-copy {
  gap: 4px;
}

.brandmark-copy span {
  font-size: 10.5px;
  letter-spacing: 0.18em;
}

.nav-item {
  min-height: 54px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.015em;
}

.site-search {
  flex: 0 0 auto;
}

.site-search-input {
  width: clamp(220px, 17vw, 280px);
  height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border-color: rgba(127, 210, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(8, 22, 49, 0.8), rgba(14, 37, 77, 0.48));
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.site-search-input:focus {
  border-color: rgba(112, 213, 255, 0.42);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.18),
    0 0 0 4px rgba(112, 213, 255, 0.12);
}

.site-search-results {
  width: min(380px, calc(100vw - 36px));
  max-height: min(70vh, 560px);
  padding: 12px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%),
    rgba(8, 20, 38, 0.92);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}

.site-search-result {
  gap: 6px;
  padding: 14px 16px;
}

.site-search-result strong {
  font-size: 15px;
}

.site-search-result span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-assistant {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 35;
  display: grid;
  gap: 10px;
}

.page-assistant-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px 0 14px;
  border: 1px solid rgba(127, 210, 255, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(8, 22, 49, 0.86), rgba(14, 37, 77, 0.62));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: var(--text);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.page-assistant-panel {
  width: min(430px, calc(100vw - 32px));
  border: 1px solid rgba(127, 210, 255, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(112, 213, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 16%),
    rgba(8, 20, 38, 0.96);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.page-assistant-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(127, 210, 255, 0.12);
}

.page-assistant-kicker {
  margin: 0 0 6px;
  color: var(--accent-cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-assistant-header h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

.page-assistant-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.page-assistant-messages {
  display: grid;
  gap: 10px;
  max-height: min(44vh, 360px);
  padding: 16px 18px 8px;
  overflow-y: auto;
}

.page-assistant-message {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.page-assistant-message p {
  margin: 0;
}

.page-assistant-message p + p {
  margin-top: 8px;
}

.page-assistant-message.is-user {
  margin-left: auto;
  background: linear-gradient(135deg, rgba(50, 127, 212, 0.78), rgba(45, 92, 161, 0.84));
}

.page-assistant-message.is-assistant {
  border: 1px solid rgba(127, 210, 255, 0.1);
}

.page-assistant-answer-block + .page-assistant-answer-block {
  margin-top: 10px;
}

.page-assistant-source {
  color: var(--muted);
  font-size: 12px;
}

.page-assistant-source-link {
  margin-top: 6px;
}

.page-assistant-clarify-links {
  margin-top: 10px;
}

.page-assistant-clarify-links .page-assistant-source-link {
  margin-top: 6px;
}

.page-assistant-question-label {
  display: block;
  margin-bottom: 4px;
  color: rgba(181, 225, 255, 0.66);
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-assistant-question-text {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.page-assistant-recommend-label {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.page-assistant-source-link a {
  color: var(--accent-cyan);
  font-size: 14px;
  font-weight: 700;
}

.page-assistant-why {
  margin-top: 8px;
}

.page-assistant-followups {
  margin-top: 12px;
}

.page-assistant-followups-label {
  margin: 0 0 6px;
  color: rgba(181, 225, 255, 0.72);
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-assistant-followups-list {
  display: grid;
  gap: 4px;
}

.page-assistant-followup-item {
  margin: 0;
}

.page-assistant-followup-item a {
  display: inline-block;
}

.page-assistant-followup-item a:hover,
.page-assistant-followup-item a:focus-visible {
  color: #9deeff;
  text-decoration: underline;
}

.page-assistant-next-step {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.page-assistant-next-step a {
  color: var(--accent-cyan);
  font-weight: 700;
}

.page-assistant-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 18px 12px;
}

.page-assistant-chip {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(127, 210, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.page-assistant-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 0 18px 18px;
}

.page-assistant-input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(127, 210, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

.page-assistant-submit {
  min-width: 102px;
  height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #52d8ff, #5ae3c2);
  color: #082544;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.page-assistant-actions {
  padding: 0 18px 18px;
  border-top: 1px solid rgba(127, 210, 255, 0.1);
}

.page-assistant-actions-label {
  margin: 14px 0 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-assistant-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-assistant-secondary {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(127, 210, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.page-assistant-link {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.page-assistant-link + .page-assistant-link {
  margin-top: 8px;
}

.page-assistant-link span {
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 720px) {
  .page-assistant {
    display: none !important;
  }
}

.theme-floating {
  right: 20px;
  bottom: 20px;
}

.theme-floating .theme-switcher {
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 22, 49, 0.68);
}

.theme-floating .theme-toggle {
  min-height: 32px;
  padding: 0 12px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-shell {
  padding: 10px 0 0;
}

.hero-showcase {
  width: min(88vw, 1340px);
  padding: 0 0 34px;
}

.hero-slider {
  --hero-frame-height: clamp(320px, 39vw, 560px);
  width: min(100%, 1340px);
  border-radius: var(--radius-xl);
  transform: none;
  border: 0;
  background: transparent;
  line-height: 0;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 0 1px rgba(87, 183, 255, 0.05);
}

.hero-slider::before {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0) 82%, rgba(0, 0, 0, 0.18));
}

.hero-slider::after {
  width: min(56vw, 820px);
  height: 46px;
  bottom: -16px;
  background: radial-gradient(ellipse at center, rgba(4, 13, 26, 0) 0%, rgba(4, 13, 26, 0.2) 34%, rgba(4, 13, 26, 0.7) 72%, rgba(4, 13, 26, 0.95) 100%);
}

.hero-slides {
  height: var(--hero-frame-height);
  align-items: stretch;
}

.hero-slide {
  display: flex;
  position: relative;
  height: var(--hero-frame-height);
  transform: none;
  overflow: hidden;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(137, 203, 255, 0.16);
  pointer-events: none;
  z-index: 2;
}

.hero-image {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05) brightness(0.95);
  display: block;
}

.hero-slide .hero-image {
  transform: none;
}

.hero-slide-workfloor .hero-image {
  object-position: center 36%;
  transform: none;
}

.hero-shell > .hero-image {
  position: relative;
  z-index: 1;
  width: min(88vw, 1340px);
  margin: 20px auto 0;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(137, 203, 255, 0.14);
  box-shadow:
    0 34px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-copy-panel {
  left: 34px;
  bottom: -12px;
  width: min(470px, calc(100% - 68px));
  padding: 54px 20px 18px;
  overflow: visible;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(7, 18, 39, 0.55)),
    rgba(7, 18, 39, 0.36);
  backdrop-filter: blur(16px);
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-panel-close {
  top: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 100%;
  width: 100%;
  height: 38px;
  padding: 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: rgba(8, 20, 42, 0.92);
  color: #ffffff;
  z-index: 20;
  opacity: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-panel-close-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-panel-close-icon {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  transform: translateY(-1px);
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.24);
}

.hero-panel-close > span {
  display: inline-block;
}

.hero-copy-panel h1 {
  margin-top: 10px;
  max-width: 10ch;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 0.97;
  letter-spacing: -0.062em;
}

.hero-copy-panel p {
  max-width: 48ch;
  font-size: clamp(14px, 0.94vw, 16px);
}

.hero-proof-grid {
  gap: 10px;
  margin-top: 20px;
}

.hero-proof-item {
  min-height: 100%;
  padding: 12px 12px 14px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
}

.hero-proof-item strong {
  display: block;
  font-size: 13px;
  letter-spacing: -0.02em;
}

.hero-proof-item span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.services {
  max-width: var(--container-wide);
  padding: 40px 24px 64px;
  background: #ffffff;
}

.services::before {
  inset: 0 28px auto;
  height: 180px;
  background: #ffffff;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid rgba(126, 210, 255, 0.35);
  background: linear-gradient(180deg, rgba(124, 177, 255, 0.18), rgba(75, 109, 170, 0.16));
  color: rgba(238, 246, 255, 0.96);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.home-intro,
.home-route-section,
.home-chain-section,
.home-proof-section {
  margin-bottom: 34px;
}

.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid rgba(89, 153, 236, 0.18);
  background:
    radial-gradient(circle at top right, rgba(93, 167, 255, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(17, 41, 78, 0.98), rgba(28, 58, 105, 0.96));
  box-shadow:
    0 28px 56px rgba(8, 20, 46, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-intro-copy {
  display: grid;
  gap: 18px;
}

.home-intro-copy h2,
.home-section-head h2 {
  margin: 0;
  color: #f5f8ff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.home-intro-copy p,
.home-section-head p {
  margin: 0;
  max-width: 64ch;
  color: rgba(225, 235, 252, 0.92);
  font-size: 1.02rem;
  line-height: 1.82;
}

.home-intro-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-intro-aside {
  display: grid;
  gap: 14px;
}

.home-intro-note {
  padding: 22px 22px 20px;
  border: 1px solid rgba(146, 190, 255, 0.16);
  background: linear-gradient(180deg, rgba(44, 69, 114, 0.66), rgba(24, 42, 78, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-intro-note h3,
.home-route-card h3,
.home-chain-step h3,
.home-proof-card h3 {
  margin: 0 0 12px;
  color: #f7f9ff;
  font-size: 1.22rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.home-intro-note p,
.home-route-card p,
.home-chain-step p,
.home-proof-card p {
  margin: 0;
  color: rgba(224, 233, 250, 0.9);
  line-height: 1.75;
}

.home-intro-note strong {
  display: block;
  margin-bottom: 10px;
  color: #8ee1ff;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-route-section,
.home-chain-section,
.home-proof-section {
  display: grid;
  gap: 22px;
}

.home-section-head {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
  padding: 28px 30px;
  border: 1px solid rgba(89, 153, 236, 0.16);
  background:
    radial-gradient(circle at top right, rgba(93, 167, 255, 0.12), transparent 30%),
    linear-gradient(160deg, rgba(18, 43, 82, 0.97), rgba(27, 55, 100, 0.95));
  box-shadow:
    0 22px 48px rgba(8, 20, 46, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.home-section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.home-route-grid,
.home-proof-grid-extended {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-route-card,
.home-proof-card,
.home-chain-step {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px 24px 22px;
  border: 1px solid rgba(89, 153, 236, 0.16);
  background:
    linear-gradient(180deg, rgba(69, 115, 180, 0.92), rgba(29, 55, 101, 0.97));
  box-shadow:
    0 18px 38px rgba(10, 21, 49, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.home-route-card:hover,
.home-route-card:focus-visible,
.home-proof-card:hover,
.home-proof-card:focus-visible,
.home-chain-step:hover,
.home-chain-step:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(128, 214, 255, 0.34);
  box-shadow:
    0 24px 48px rgba(6, 18, 45, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.home-route-meta,
.home-proof-meta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 14px;
  color: #8ee1ff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-route-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #f7fbff;
  font-weight: 700;
}

.home-chain-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.home-chain-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7ee1ff, #69f0c9);
  color: #0a1937;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(87, 201, 255, 0.24);
}

.home-proof-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(224, 233, 250, 0.9);
  line-height: 1.75;
}

.home-proof-card li + li {
  margin-top: 8px;
}

.grid {
  gap: 30px;
}

.card {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-blend-mode: screen, normal;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.card:hover {
  box-shadow:
    0 32px 68px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.card-image-wrap {
  aspect-ratio: 16 / 9.35;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.card-image {
  opacity: 0.96;
  transform: scale(1.001);
}

.card-body {
  padding: 30px 28px 28px;
}

.card-body::before {
  left: 28px;
  width: 64px;
}

.icon-box {
  width: 54px;
  height: 54px;
  border-radius: 0;
  font-size: 22px;
  font-weight: 750;
}

.card h2 {
  margin-top: 22px;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.link {
  margin-top: 26px;
  font-size: 16px;
  gap: 10px;
  letter-spacing: -0.01em;
}

.content-strip {
  gap: 30px;
  margin-top: 30px;
}

.services > .content-strip {
  width: 100%;
}

.services > .content-strip.content-strip-single {
  grid-template-columns: minmax(0, 1fr);
}

.services > .content-strip.content-strip-duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services > .content-strip.content-strip-trio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1180px) {
  .services > #diensten > .card:last-child:nth-child(3n + 1) {
    grid-column: 1 / -1;
  }
}

.detail-page {
  padding-top: 42px;
}

.detail-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 30px;
  margin-bottom: 8px;
}

.detail-copy,
.detail-stats,
.detail-grid {
  gap: 22px;
}

.detail-copy h1 {
  font-size: clamp(38px, 4.7vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.detail-copy p {
  max-width: 58ch;
}

.hero-button {
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 15px;
}

.hero-button-primary {
  box-shadow: 0 18px 34px rgba(30, 169, 220, 0.24);
}

.hero-button-secondary {
  border-color: rgba(255, 255, 255, 0.12);
}

.detail-grid {
  margin-top: 30px;
}

.content-panel,
.news-card,
.client-page-card,
.partner-logo,
.client-logo-panel {
  border-radius: var(--radius-md);
}

.content-panel {
  padding: 30px 30px 28px;
  border-color: rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(135deg, var(--tile-a), rgba(10, 29, 67, 0.92));
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.content-panel::before {
  height: 4px;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.content-panel h3 {
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.content-panel:hover {
  transform: translateY(-4px);
}

.archief-page {
  position: relative;
  isolation: isolate;
}

.archief-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 320px;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 10%, rgba(112, 213, 255, 0.12), transparent 34%),
    radial-gradient(circle at 86% 6%, rgba(255, 191, 95, 0.12), transparent 28%);
  opacity: 0.9;
}

.archief-hero .detail-copy,
.archief-hero .content-panel,
.archief-signal-card,
.archief-route-link {
  position: relative;
  overflow: hidden;
}

.archief-hero .detail-copy::after,
.archief-hero .content-panel::after,
.archief-signal-card::after,
.archief-route-link::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112, 213, 255, 0.16), transparent 70%);
  pointer-events: none;
}

.archief-hero .detail-copy {
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 38px 38px 36px;
}

.archief-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 8px;
}

.archief-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid rgba(112, 213, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(112, 213, 255, 0.12), rgba(255, 255, 255, 0.04));
  color: #dff7ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.archief-hero-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.archief-hero-stats .archief-hero-visual {
  grid-column: 1 / -1;
}

.archief-hero-stats .content-panel {
  display: grid;
  align-content: start;
  min-height: 100%;
}

.archief-hero-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(10, 29, 67, 0.94), rgba(6, 18, 43, 0.98));
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.archief-hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(4, 14, 32, 0.18) 32%, rgba(4, 14, 32, 0.6));
  pointer-events: none;
}

.archief-hero-visual img {
  display: block;
  width: 100%;
  height: clamp(280px, 29vw, 390px);
  object-fit: cover;
  object-position: center 46%;
  transform: scale(1.015);
}

.archief-section {
  position: relative;
}

.archief-panel-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 0 12px;
  border: 1px solid rgba(112, 213, 255, 0.2);
  border-radius: 999px;
  background: rgba(112, 213, 255, 0.1);
  color: #d7f6ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.archief-page .content-panel h2 {
  margin: 0;
  font-size: clamp(28px, 2.3vw, 36px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.archief-page .content-panel h3 {
  margin: 18px 0 0;
  font-size: clamp(20px, 1.45vw, 24px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.archief-page .content-panel h2 + p,
.archief-page .content-panel h3 + p {
  margin-top: 14px;
}

.archief-page .content-panel p {
  max-width: 66ch;
}

.archief-page .content-panel ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.archief-page .content-panel li {
  position: relative;
  padding-left: 22px;
  color: rgba(231, 238, 248, 0.94);
  line-height: 1.72;
}

.archief-page .content-panel li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-teal));
  box-shadow: 0 0 0 4px rgba(112, 213, 255, 0.08);
}

.archief-signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.archief-signal-card {
  padding: 24px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(14, 37, 79, 0.94), rgba(7, 22, 52, 0.98));
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.archief-signal-card strong {
  display: block;
  font-size: 15px;
  letter-spacing: 0.015em;
}

.archief-signal-card p {
  margin: 12px 0 0;
  font-size: 15px;
}

.archief-visual-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
  align-items: stretch;
}

.archief-visual-lead,
.archief-visual-side,
.archief-proof-media {
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.08), transparent 16%),
    linear-gradient(135deg, rgba(10, 29, 67, 0.94), rgba(6, 18, 43, 0.98));
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.archief-visual-lead img,
.archief-visual-side img,
.archief-proof-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archief-visual-lead {
  min-height: 560px;
}

.archief-visual-lead figcaption,
.archief-visual-side figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(7, 22, 52, 0.9), rgba(7, 22, 52, 0.82)),
    rgba(5, 16, 39, 0.84);
  color: #eef7ff;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.archief-visual-stack {
  display: grid;
  gap: 22px;
}

.archief-visual-side {
  min-height: 260px;
}

.archief-proof-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 22px;
  margin-top: 30px;
  align-items: stretch;
}

.archief-proof-copy {
  display: grid;
  align-content: center;
  padding-block: 34px;
}

.archief-proof-media {
  min-height: 100%;
}

.archief-visual-lead img,
.archief-visual-side img,
.archief-proof-media img {
  object-position: center center;
}

.archief-bottom-strip .content-panel:first-child,
.archief-cta-copy {
  background:
    linear-gradient(180deg, rgba(112, 213, 255, 0.14), transparent 18%),
    linear-gradient(135deg, rgba(16, 43, 90, 0.96), rgba(7, 21, 53, 0.98));
}

.archief-bottom-strip,
.archief-cta-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
}

.archief-bottom-strip .content-panel,
.archief-cta-strip .content-panel {
  height: 100%;
}

.archief-bottom-strip .content-panel h2,
.archief-cta-strip .content-panel h2 {
  max-width: 18ch;
}

.archief-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.archief-route-link {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(112, 213, 255, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.35;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.archief-route-link:hover,
.archief-route-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(112, 213, 255, 0.24);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.archief-cta-strip {
  align-items: stretch;
}

.archief-cta-copy,
.archief-cta-actions {
  min-height: 100%;
}

.archief-cta-actions {
  display: grid;
  align-content: center;
  justify-items: start;
}

.archief-cta-actions .detail-actions {
  margin-top: 4px;
}

.archief-bottom-strip .content-panel,
.archief-cta-strip .content-panel,
.archief-proof-band .content-panel {
  padding: 32px 32px 30px;
}

.archief-section .content-panel,
.archief-visual-story .content-panel {
  padding: 30px 30px 28px;
}

.ai-page .detail-copy h1 {
  max-width: 11ch;
  font-size: clamp(34px, 4.1vw, 62px);
  line-height: 0.98;
  text-wrap: balance;
}

.ai-page .detail-copy p {
  max-width: 58ch;
}

.storage-page .detail-copy h1 {
  max-width: 13ch;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 0.98;
  text-wrap: balance;
}

.storage-page .detail-copy p {
  max-width: 60ch;
}

.sod-page .detail-copy h1 {
  max-width: 12.5ch;
  font-size: clamp(34px, 3.9vw, 58px);
  line-height: 0.98;
  text-wrap: balance;
}

.sod-page .detail-copy p {
  max-width: 60ch;
}

.metamorfoze-page .detail-copy h1 {
  max-width: 12.2ch;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 0.98;
  text-wrap: balance;
}

.metamorfoze-page .detail-copy p {
  max-width: 60ch;
}

.restauratie-page .detail-copy h1 {
  max-width: 12.4ch;
  font-size: clamp(34px, 3.85vw, 58px);
  line-height: 0.98;
  text-wrap: balance;
}

.restauratie-page .detail-copy p {
  max-width: 60ch;
}

.chatbot-page .detail-copy h1 {
  max-width: 12.6ch;
  font-size: clamp(34px, 3.9vw, 58px);
  line-height: 0.98;
  text-wrap: balance;
}

.chatbot-page .detail-copy p {
  max-width: 60ch;
}

.data-page .detail-copy h1 {
  max-width: 12.8ch;
  font-size: clamp(34px, 3.85vw, 58px);
  line-height: 0.98;
  text-wrap: balance;
}

.data-page .detail-copy p {
  max-width: 60ch;
}

.archief-digitaliseren-page .detail-copy h1,
.depot-page .detail-copy h1,
.locatie-page .detail-copy h1,
.metadata-page .detail-copy h1,
.dossiers-page .detail-copy h1,
.privacy-page .detail-copy h1,
.bouwdossiers-page .detail-copy h1,
.bedrijfsarchieven-page .detail-copy h1,
.voorbereiding-page .detail-copy h1,
.scanners-page .detail-copy h1,
.sectoren-page .detail-copy h1,
.diensten-page .detail-copy h1,
.aanpak-page .detail-copy h1,
.over-page .detail-copy h1,
.contact-page-shell .detail-copy h1,
.partner-page .detail-copy h1,
.client-page .detail-copy h1 {
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 0.98;
  text-wrap: balance;
}

.archief-digitaliseren-page .detail-copy h1 {
  max-width: 12.6ch;
}

.depot-page .detail-copy h1 {
  max-width: 12.9ch;
}

.locatie-page .detail-copy h1 {
  max-width: 13ch;
}

.metadata-page .detail-copy h1 {
  max-width: 12.6ch;
}

.dossiers-page .detail-copy h1 {
  max-width: 12.4ch;
}

.privacy-page .detail-copy h1 {
  max-width: 12.8ch;
}

.bouwdossiers-page .detail-copy h1 {
  max-width: 12.4ch;
}

.bedrijfsarchieven-page .detail-copy h1 {
  max-width: 12.7ch;
}

.voorbereiding-page .detail-copy h1 {
  max-width: 12.7ch;
}

.scanners-page .detail-copy h1 {
  max-width: 13.1ch;
}

.sectoren-page .detail-copy h1 {
  max-width: 12.9ch;
}

.diensten-page .detail-copy h1 {
  max-width: 12.8ch;
}

.aanpak-page .detail-copy h1 {
  max-width: 12.6ch;
}

.over-page .detail-copy h1 {
  max-width: 12.9ch;
}

.contact-page-shell .detail-copy h1 {
  max-width: 12.7ch;
}

.partner-page .detail-copy h1 {
  max-width: 12.8ch;
}

.client-page .detail-copy h1 {
  max-width: 12.7ch;
}

.archief-digitaliseren-page .detail-copy p,
.depot-page .detail-copy p,
.locatie-page .detail-copy p,
.metadata-page .detail-copy p,
.dossiers-page .detail-copy p,
.privacy-page .detail-copy p,
.bouwdossiers-page .detail-copy p,
.bedrijfsarchieven-page .detail-copy p,
.voorbereiding-page .detail-copy p,
.scanners-page .detail-copy p,
.sectoren-page .detail-copy p,
.diensten-page .detail-copy p,
.aanpak-page .detail-copy p,
.over-page .detail-copy p,
.contact-page-shell .detail-copy p,
.partner-page .detail-copy p,
.client-page .detail-copy p {
  max-width: 60ch;
}

.news-card,
.client-page-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.news-article-media {
  margin: 0 0 28px;
}

.news-article-media img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-footer {
  margin-top: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 16% 0%, rgba(112, 213, 255, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(3, 12, 28, 0.18)),
    linear-gradient(180deg, rgba(7, 21, 54, 0.94), rgba(4, 14, 32, 0.98));
}

.footer-inner {
  max-width: var(--container-wide);
  padding: 52px 28px 30px;
  grid-template-columns: minmax(0, 1.15fr) repeat(4, minmax(0, 0.72fr));
  gap: 34px;
}

.footer-heading {
  font-size: 12px;
  letter-spacing: 0.16em;
}

.footer-brand p,
.footer-nav p,
.footer-meta p,
.footer-bottom p {
  font-size: 15px;
}

.footer-links {
  gap: 12px;
}

.footer-bottom {
  max-width: var(--container-wide);
  padding: 0 28px 30px;
  font-size: 14px;
}

@media (min-width: 900px) {
  .detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storage-pillar-grid,
  .storage-practice-band,
  .storage-linked-grid,
  .storage-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storage-journey-grid,
  .storage-scenarios-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .content-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .storage-pillar-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .storage-practice-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .storage-journey-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .storage-scenarios-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .home-intro {
    grid-template-columns: 1fr;
  }

  .home-route-grid,
  .home-proof-grid-extended {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-chain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storage-visual-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .storage-split {
    grid-template-columns: 1fr;
  }

  .storage-step,
  .storage-scenario-card {
    padding: 24px 24px 22px;
  }

  .topnav {
    gap: 12px;
    padding-inline: 20px;
  }

  .language-switcher {
    order: 20;
  }

  .site-search-input {
    width: 220px;
  }

  .hero-showcase {
    width: min(92vw, 1280px);
    padding-bottom: 72px;
  }

  .hero-copy-panel {
    width: min(500px, calc(100% - 40px));
    left: 20px;
    bottom: 20px;
  }

  .hero-copy-panel h1 {
    font-size: clamp(30px, 4.1vw, 52px);
  }

  .detail-hero {
    grid-template-columns: 1fr;
  }

  .bulk-volume-band,
  .bulk-control-section {
    gap: 20px;
    padding: 28px;
  }

  .bulk-hero-side {
    gap: 18px;
  }

  .bulk-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archief-hero-stats {
    grid-template-columns: 1fr;
  }

  .heritage-hero,
  .heritage-standards,
  .heritage-proof-band,
  .bulk-hero,
  .bulk-volume-band,
  .bulk-control-section {
    grid-template-columns: 1fr;
  }

  .heritage-intro-grid,
  .heritage-journey-grid,
  .heritage-linked-grid,
  .heritage-faq-grid,
  .bulk-intro-grid,
  .bulk-journey-grid,
  .bulk-linked-grid,
  .bulk-faq-grid {
    grid-template-columns: 1fr;
  }

  .heritage-material-grid,
  .bulk-scenarios-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .heritage-signal-grid,
  .bulk-signal-grid {
    grid-template-columns: 1fr;
  }

  .heritage-hero-frame-lead,
  .bulk-hero-frame-lead {
    min-height: 560px;
  }

  .heritage-floating-note,
  .bulk-floating-note {
    position: static;
    max-width: none;
  }

  .restoration-hero,
  .restoration-split,
  .restoration-story-grid,
  .restoration-links {
    grid-template-columns: 1fr;
  }

  .restoration-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(34px, 7vw, 60px);
  }

  .restoration-metrics {
    grid-template-columns: 1fr;
  }

  .restoration-frame-lead {
    min-height: 540px;
  }

  .restoration-story-media {
    min-height: 240px;
  }

  .restoration-split-media img {
    min-height: 420px;
  }

  .restoration-gallery {
    column-count: 2;
  }

  .partner-intro-grid {
    grid-template-columns: 1fr;
  }

  .detail-grid,
  .content-strip,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .bulk-linked-grid,
  .bulk-faq-grid {
    grid-template-columns: 1fr;
  }

  .archief-bottom-strip,
  .archief-cta-strip {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-intro,
  .home-section-head {
    padding: 24px 20px;
  }

  .home-route-grid,
  .home-chain-grid,
  .home-proof-grid-extended,
  .content-strip,
  .services > .content-strip.content-strip-duo,
  .services > .content-strip.content-strip-trio,
  .services > .content-strip.content-strip-single {
    grid-template-columns: 1fr;
  }

  .home-route-card,
  .home-chain-step,
  .home-proof-card {
    padding: 22px 20px 20px;
  }

  .home-intro-copy h2,
  .home-section-head h2 {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  body.nav-open {
    overflow: hidden;
  }

  body::before {
    opacity: 0.16;
    background-size: auto, 52px 52px, 52px 52px;
  }

  p {
    font-size: 15px;
    line-height: 1.66;
  }

  .topbar {
    backdrop-filter: blur(18px);
  }

  .topnav {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 72px;
    gap: 12px;
    padding: 10px 16px;
    align-items: center;
  }

  .topnav:not(.is-open) .nav-item,
  .topnav:not(.is-open) .nav-directory,
  .topnav:not(.is-open) .site-search,
  .topnav:not(.is-open) .theme-switcher {
    display: none;
  }

  .topnav.is-open {
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: start;
    align-items: start;
    padding-bottom: 16px;
    border-radius: 0 0 22px 22px;
    background:
      linear-gradient(180deg, rgba(8, 22, 49, 0.96), rgba(8, 22, 49, 0.92)),
      rgba(5, 16, 39, 0.96);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
    max-height: calc(100dvh - 16px);
    overflow-y: auto;
    overflow-x: clip;
    -webkit-overflow-scrolling: touch;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    grid-row: 1;
    width: 46px;
    height: 46px;
    margin-left: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    justify-self: end;
    z-index: 2;
  }

  .topnav.is-open .nav-item,
  .topnav.is-open .nav-directory,
  .topnav.is-open .site-search,
  .topnav.is-open .language-switcher,
  .topnav.is-open .theme-switcher {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
  }

  .topnav.is-open .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 4px;
    font-size: 16px;
    border-bottom-color: rgba(255, 255, 255, 0.06);
    text-align: center;
  }

  .nav-directory {
    display: none;
    grid-column: 1 / -1;
  }

  .topnav.is-open .nav-directory {
    display: grid;
    order: 12;
    gap: 10px;
    justify-items: center;
  }

  .nav-directory-toggle {
    width: 100%;
    justify-content: center;
    justify-self: center;
    min-height: 48px;
    border-radius: 16px;
    transform: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background-color 180ms ease;
  }

  .nav-directory-toggle svg {
    margin-left: 8px;
    transform: none !important;
  }

  .nav-directory-panel {
    position: static;
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: start;
    gap: 12px;
    border-radius: 18px;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
    max-height: min(60vh, 520px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-x: contain;
    touch-action: pan-y;
  }

  .topnav.is-open .nav-directory-toggle {
    display: none;
  }

  .topnav.is-open .nav-directory-panel {
    display: grid;
    margin-top: 0;
    max-height: none;
    overflow: visible;
    overflow-x: hidden;
  }

  .nav-directory.is-open .nav-directory-panel {
    display: grid;
  }

  .nav-directory-group {
    min-width: 0;
    width: min(100%, 420px);
    margin-inline: auto;
    padding: 14px;
    border-radius: 16px;
    overflow-x: hidden;
  }

  .nav-directory-heading,
  .nav-directory-link {
    text-align: center;
  }

  .nav-directory-link {
    width: 100%;
    padding: 11px 12px;
    font-size: 15px;
    transform: none;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
  }

  .nav-directory-toggle:hover,
  .nav-directory-toggle:focus-visible,
  .nav-directory-toggle:active,
  .nav-directory:hover .nav-directory-toggle,
  .nav-directory:focus-within .nav-directory-toggle,
  .nav-directory.is-open .nav-directory-toggle,
  .nav-directory-panel,
  .nav-directory:hover .nav-directory-panel,
  .nav-directory:focus-within .nav-directory-panel,
  .nav-directory.is-open .nav-directory-panel,
  .nav-directory-group,
  .nav-directory-link,
  .nav-directory-link:hover,
  .nav-directory-link:focus-visible,
  .nav-directory-link:active,
  .nav-directory-link.is-current {
    transform: none !important;
  }

  .nav-directory-link:hover,
  .nav-directory-link:focus-visible,
  .nav-directory-link.is-current {
    transform: none;
  }

  .brandmark {
    grid-column: 1;
    grid-row: 1;
    width: fit-content;
    max-width: min(calc(100vw - 92px), 280px);
    padding: 8px 12px 8px 8px;
    border-radius: 20px;
    min-width: 0;
  }

  .brandmark-badge {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .brandmark-copy span {
    font-size: 9.5px;
    letter-spacing: 0.14em;
  }

  .topnav.is-open .brandmark {
    margin-bottom: 8px;
  }

  .topnav.is-open .nav-toggle {
    position: absolute;
    top: 10px;
    right: 16px;
  }

  .topnav.is-open .site-search {
    display: flex;
    order: 20;
    margin-top: 8px;
    width: 100%;
    margin-left: 0;
  }

  .language-switcher {
    justify-self: end;
    margin-right: 8px;
  }

  .topnav.is-open .theme-switcher {
    display: inline-flex;
    order: 24;
    justify-content: flex-start;
    margin-top: 4px;
    margin-left: 0;
  }

  .topnav.is-open .language-switcher {
    order: 22;
    justify-content: flex-start;
    margin-right: 0;
    margin-top: 4px;
  }

  .language-toggle {
    min-width: 42px;
  }

  .site-search-input {
    width: 100%;
    min-width: 0;
    height: 44px;
  }

  .site-search-results {
    width: 100%;
    max-height: min(50vh, 420px);
  }

  .site-search-result {
    padding: 12px 14px;
  }

  .page-assistant {
    display: none !important;
  }

  .page-assistant-panel {
    width: 100%;
    max-height: min(78svh, 680px);
  }

  .page-assistant-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .page-assistant-submit {
    width: auto;
  }

  .page-assistant-action-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-shell {
    padding-bottom: 18px;
  }

  .hero-showcase {
    padding: 12px 0 24px;
  }

  .hero-slider,
  .hero-shell > .hero-image {
    border-radius: 0;
  }

  .hero-image {
    height: clamp(220px, 52vw, 320px);
  }

  .hero-shell > .hero-image {
    width: calc(100% - 24px);
    margin-top: 16px;
  }

  .hero-copy-panel {
    margin-top: 16px;
    padding: 22px 18px 18px;
    border-radius: 0;
  }

  .hero-panel-close {
    top: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    width: 100%;
    height: 34px;
    padding: 0 10px;
  }

  .hero-panel-close-label {
    font-size: 12px;
  }

  .hero-panel-close-icon {
    font-size: 22px;
  }

  .hero-copy-panel h1 {
    max-width: 10ch;
    font-size: clamp(30px, 10.5vw, 46px);
    line-height: 0.95;
  }

  .hero-proof-grid {
    gap: 12px;
  }

  .services {
    padding: 28px 16px 46px;
  }

  .grid {
    gap: 20px;
  }

  .card,
  .content-panel,
  .news-card,
  .client-page-card,
  .partner-logo,
  .client-logo-panel {
    border-radius: 0;
  }

  .card-body,
  .content-panel,
  .client-page-card {
    padding: 22px 20px;
  }

  .partner-highlight,
  .partner-card {
    padding: 22px 20px;
  }

  .news-article-media {
    margin-bottom: 22px;
  }

  .card h2,
  .content-panel h3 {
    font-size: 22px;
  }

  .icon-box {
    width: 48px;
    height: 48px;
    border-radius: 0;
    font-size: 20px;
  }

  .detail-page {
    padding-top: 22px;
  }

  .detail-copy h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .archief-tag-row {
    gap: 8px;
  }

  .archief-tag {
    width: fit-content;
    min-height: 32px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .archief-link-grid {
    grid-template-columns: 1fr;
  }

  .archief-signal-strip {
    grid-template-columns: 1fr;
  }

  .archief-visual-story,
  .archief-proof-band {
    grid-template-columns: 1fr;
  }

  .archief-visual-lead {
    min-height: 360px;
  }

  .archief-proof-media {
    min-height: 280px;
  }

  .archief-route-link {
    min-height: 52px;
  }

  .archief-hero .detail-copy,
  .archief-bottom-strip .content-panel,
  .archief-cta-strip .content-panel,
  .archief-proof-band .content-panel,
  .archief-section .content-panel,
  .archief-visual-story .content-panel {
    padding: 24px 20px 22px;
  }

  .ai-page .detail-copy h1 {
    max-width: none;
    font-size: clamp(32px, 10.2vw, 46px);
  }

  .storage-page .detail-copy h1 {
    max-width: none;
    font-size: clamp(32px, 9.8vw, 46px);
  }

  .sod-page .detail-copy h1 {
    max-width: none;
    font-size: clamp(32px, 9.6vw, 46px);
  }

  .metamorfoze-page .detail-copy h1 {
    max-width: none;
    font-size: clamp(32px, 9.4vw, 46px);
  }

  .restauratie-page .detail-copy h1 {
    max-width: none;
    font-size: clamp(32px, 9.4vw, 46px);
  }

  .chatbot-page .detail-copy h1 {
    max-width: none;
    font-size: clamp(32px, 9.5vw, 46px);
  }

  .data-page .detail-copy h1 {
    max-width: none;
    font-size: clamp(32px, 9.5vw, 46px);
  }

  .archief-digitaliseren-page .detail-copy h1,
  .depot-page .detail-copy h1,
  .locatie-page .detail-copy h1,
  .metadata-page .detail-copy h1,
  .dossiers-page .detail-copy h1,
  .privacy-page .detail-copy h1,
  .bouwdossiers-page .detail-copy h1,
  .bedrijfsarchieven-page .detail-copy h1,
  .voorbereiding-page .detail-copy h1,
  .scanners-page .detail-copy h1,
  .sectoren-page .detail-copy h1,
  .diensten-page .detail-copy h1,
  .aanpak-page .detail-copy h1,
  .over-page .detail-copy h1,
  .contact-page-shell .detail-copy h1,
  .partner-page .detail-copy h1,
  .client-page .detail-copy h1 {
    max-width: none;
    font-size: clamp(32px, 9.5vw, 46px);
  }

  .archief-hero-visual img {
    height: 240px;
  }

  .archief-page .content-panel h2 {
    font-size: clamp(25px, 8.4vw, 34px);
  }

  .archief-page .content-panel p,
  .archief-signal-card p,
  .archief-page .content-panel li {
    font-size: 15px;
  }

  .bulk-volume-band,
  .bulk-control-section,
  .bulk-control-side,
  .bulk-hero-visual,
  .bulk-volume-points > div,
  .bulk-step,
  .bulk-scenario-card,
  .bulk-linked-grid .content-panel,
  .bulk-faq-grid .content-panel,
  .bulk-cta-strip .content-panel,
  .bulk-control-main.content-panel {
    padding: 24px 20px 22px;
  }

  .bulk-volume-copy,
  .bulk-section-head,
  .bulk-step {
    gap: 12px;
  }

  .bulk-section-head {
    padding: 24px 20px 22px;
  }

  .bulk-linked-grid,
  .bulk-faq-grid,
  .bulk-scenarios-grid,
  .bulk-volume-points,
  .bulk-journey-grid {
    gap: 16px;
  }

  .bulk-hero-visual img {
    height: 220px;
  }

  .heritage-hero-copy {
    padding: 24px 20px;
  }

  .heritage-hero-copy h1,
  .heritage-section-head h2,
  .heritage-proof-copy h2,
  .bulk-hero-copy h1,
  .bulk-volume-copy h2,
  .bulk-section-head h2 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .heritage-hero-copy p,
  .heritage-section-head p,
  .heritage-material-card p,
  .heritage-step p,
  .heritage-checklist li,
  .heritage-proof-points span,
  .heritage-floating-note p,
  .bulk-hero-copy p,
  .bulk-volume-points span,
  .bulk-step p,
  .bulk-scenario-card p,
  .bulk-checklist li,
  .bulk-floating-note p,
  .bulk-control-side strong {
    font-size: 16px;
    line-height: 1.7;
  }

  .heritage-hero-media,
  .heritage-material-grid,
  .bulk-hero-media,
  .bulk-scenarios-grid {
    grid-template-columns: 1fr;
  }

  .heritage-hero-frame-lead,
  .heritage-hero-media .heritage-hero-frame:not(.heritage-hero-frame-lead),
  .bulk-hero-frame-lead,
  .bulk-hero-media .bulk-hero-frame:not(.bulk-hero-frame-lead) {
    min-height: auto;
  }

  .heritage-hero-frame img,
  .bulk-hero-frame img {
    height: auto;
    object-fit: cover;
  }

  .storage-visual-head {
    padding: 24px 20px;
  }

  .storage-visual-head h2 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .storage-visual-feature h3,
  .storage-visual-card h3 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .storage-visual-feature p,
  .storage-visual-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  .storage-visual-feature figcaption,
  .storage-visual-card figcaption {
    padding: 20px 18px 22px;
  }

  .storage-section-head h2,
  .storage-split-copy h2 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .storage-section-head p,
  .storage-step p,
  .storage-scenario-card p,
  .storage-checklist li,
  .storage-split-media figcaption,
  .storage-practice-band p {
    font-size: 16px;
    line-height: 1.7;
  }

  .storage-practice-band h3 {
    font-size: clamp(22px, 7vw, 28px);
  }

  .storage-split-media img {
    min-height: 360px;
  }

  .heritage-floating-note,
  .heritage-proof-band,
  .heritage-standards-quote,
  .heritage-material-card,
  .heritage-step,
  .heritage-proof-points > div,
  .bulk-hero-copy,
  .bulk-floating-note,
  .bulk-volume-band,
  .bulk-volume-points > div,
  .bulk-step,
  .bulk-scenario-card,
  .bulk-control-side {
    padding: 24px 20px;
  }

  .partner-intro-grid,
  .partner-showcase {
    grid-template-columns: 1fr;
  }

  .restoration-hero {
    gap: 20px;
  }

  .restoration-hero-copy {
    padding: 24px 20px;
  }

  .restoration-hero-copy h1,
  .restoration-section-head h2,
  .restoration-story-body h2,
  .restoration-split-copy h2 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .restoration-hero-copy p,
  .restoration-section-head p,
  .restoration-story-body p,
  .restoration-metric span,
  .restoration-checklist li {
    font-size: 16px;
    line-height: 1.7;
  }

  .restoration-hero-media {
    grid-template-columns: 1fr;
  }

  .restoration-frame-lead,
  .restoration-hero-media .restoration-frame:not(.restoration-frame-lead) {
    min-height: auto;
  }

  .restoration-frame img,
  .restoration-split-media img,
  .restoration-story-media img {
    height: auto;
    object-fit: cover;
  }

  .restoration-story-body {
    padding: 22px 20px;
  }

  .restoration-gallery,
  .restoration-gallery-compact {
    column-count: 1;
  }

  .detail-actions {
    gap: 12px;
  }

  .detail-actions .hero-button {
    width: 100%;
  }

  .storage-page {
    gap: 20px;
  }

  .detail-copy,
  .detail-stats,
  .storage-journey,
  .storage-scenarios,
  .storage-cta-strip,
  .storage-section-head,
  .storage-step,
  .storage-scenario-card {
    gap: 18px;
  }

  .detail-copy,
  .storage-journey,
  .storage-section-head,
  .storage-step,
  .storage-scenario-card,
  .storage-cta-strip .content-panel {
    padding: 24px 20px;
  }

  .storage-pillar-grid,
  .storage-practice-band,
  .storage-journey-grid,
  .storage-scenarios-grid,
  .storage-linked-grid,
  .storage-faq-grid,
  .storage-visual-layout,
  .storage-split {
    grid-template-columns: 1fr;
  }

  .detail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .detail-actions .hero-button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 14px 16px;
    text-align: center;
    white-space: normal;
  }

  .storage-visual-section,
  .storage-pillar-grid,
  .storage-practice-band,
  .storage-journey-grid,
  .storage-scenarios-grid,
  .storage-linked-grid,
  .storage-faq-grid {
    gap: 18px;
  }

  .storage-visual-feature,
  .storage-visual-card,
  .storage-split-media {
    min-width: 0;
  }

  .storage-visual-feature img,
  .storage-visual-card img {
    max-height: none;
  }

  .storage-visual-feature figcaption,
  .storage-visual-card figcaption {
    min-height: 0;
  }

  .storage-split-media {
    grid-template-rows: auto auto;
  }

  .storage-split-media img {
    min-height: 240px;
    height: auto;
  }

  .theme-floating {
    right: 10px;
    bottom: 10px;
  }

  .theme-floating .theme-switcher {
    padding: 4px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  }

  .theme-floating .theme-toggle {
    min-height: 30px;
    padding: 0 10px;
  }

  .footer-inner {
    padding: 34px 16px 22px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom {
    padding: 0 16px 22px;
  }
}
