/* ═══════════════════════════════════════════════════════════════
   SILVA DIGITAL — Styles
   "A calm, architectural interface sculpted from light, 
    shadow, and precision — where intelligence feels tangible."
   ═══════════════════════════════════════════════════════════════ */

/* ── Reset & Foundation ───────────────────────────────────────── */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg-deep: #07070d;
  --bg-surface: #0c0c14;
  --bg-elevated: #111119;
  --steel-100: #e8e9ed;
  --steel-200: #c8c9d1;
  --steel-300: #a0a1ae;
  --steel-400: #7a7b8c;
  --steel-500: #55566a;
  --accent: #8b9cc6;
  --accent-glow: rgba(139, 156, 198, 0.12);
  --accent-bright: #a8b8e0;
  --glass-bg: rgba(255, 255, 255, 0.012);
  --glass-border: rgba(255, 255, 255, 0.06);
  --glass-border-hover: rgba(255, 255, 255, 0.1);
  --font-display: 'Space Grotesk', -apple-system, sans-serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --section-pad: clamp(80px, 12vw, 160px);
  --container-max: 1200px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --transition-calm: 0.6s var(--ease-out);
  --transition-slow: 1s var(--ease-out);
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  background: var(--bg-deep);
  color: var(--steel-200);
  line-height: 1.7;
  overflow-x: hidden;
  font-weight: 300;
  letter-spacing: 0.01em;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font-family: inherit; font-size: inherit; border: none; outline: none; background: none; color: inherit; }
::selection { background: rgba(139, 156, 198, 0.25); color: var(--steel-100); }

/* Cursor: keep the arrow everywhere except real text inputs */
html, body {
  cursor: default;
}

body *:not(input):not(textarea):not(select):not([contenteditable="true"]) {
  cursor: inherit;
}

a,
button,
.btn-primary,
.btn-secondary,
.nav-link,
.nav-logo,
.nav-toggle,
.mobile-link,
.product-skip-link,
.scroll-indicator,
label[for] {
  cursor: pointer !important;
}

input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]),
textarea,
select,
[contenteditable="true"],
.form-input {
  cursor: text !important;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  cursor: pointer !important;
}

/* ── Glass Border Frame ───────────────────────────────────────── */
body::before {
  content: '';
  position: fixed;
  inset: 10px;
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  pointer-events: none;
  z-index: 9999;
  box-shadow: 0 0 40px rgba(139, 156, 198, 0.02) inset;
}

/* ── Edge Mask — hide content beyond the curved border ─────── */
.edge-mask {
  position: fixed;
  inset: 10px;
  border-radius: 20px;
  box-shadow: 0 0 0 9999px var(--bg-deep);
  z-index: 9998;
  pointer-events: none;
}

/* ── Full-page background image (Background.jpg) ───────────────── */
.page-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image: url('Background.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.45;
  filter: brightness(0.55) saturate(0.6);
  pointer-events: none;
}

/* ── Ambient Background ───────────────────────────────────────── */
.ambient-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bg-image-wrap {
  position: absolute;
  inset: -25%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  filter: brightness(0.6) saturate(0.5);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0;
  animation: orbFade 2s var(--ease-out) forwards;
}

.orb-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(100, 120, 180, 0.02), transparent 70%);
  top: -200px; left: 50%; transform: translateX(-50%);
  animation-delay: 0.5s;
}
.orb-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(80, 100, 160, 0.02), transparent 70%);
  top: 50%; right: -150px;
  animation-delay: 1s;
}
.orb-3 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(120, 130, 170, 0.02), transparent 70%);
  bottom: 10%; left: -100px;
  animation-delay: 1.5s;
}
.orb-4 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(90, 110, 160, 0.02), transparent 70%);
  bottom: -300px; left: 50%; transform: translateX(-50%);
  animation-delay: 2s;
}

@keyframes orbFade { to { opacity: 1; } }

.grain-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 128px;
}


/* ── Container ────────────────────────────────────────────────── */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 60px);
}


/* ── Navigation ───────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 10px; left: 10px; right: 10px;
  z-index: 10000;
  padding: 0 clamp(14px, 4vw, 50px);
  transform: translateY(-120%);
  opacity: 0;
  transition: transform 0.8s var(--ease-out), opacity 0.8s var(--ease-out);
}

.nav.visible { transform: translateY(0); opacity: 1; }

.nav-inner {
  position: relative;
  max-width: var(--container-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  background: var(--bg-deep);
  border: 1px solid var(--glass-border);
  border-top: none;
  padding: 0 28px;
  border-radius: 0 0 16px 16px;
}

/* Inverse curve — top left (sweeps upward to the left) */
.nav-inner::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: -1px;
  width: 14px;
  height: 14px;
  background: transparent;
  border-top-left-radius: 14px;
  box-shadow: -6px -6px 0 0 var(--bg-deep);
}

/* Inverse curve — top right (sweeps upward to the right) */
.nav-inner::after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: -1px;
  width: 14px;
  height: 14px;
  background: transparent;
  border-top-right-radius: 14px;
  box-shadow: 6px -6px 0 0 var(--bg-deep);
}


.nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 100%;
}

.nav-logo-img {
  width: 52px; height: 52px;
  object-fit: contain;
  border-radius: 6px;
  display: block;
}

.nav-brand {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  height: 100%;
}

.nav-link {
  font-size: 13px; font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--steel-400);
  transition: color var(--transition-calm);
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--accent);
  transition: width var(--transition-calm);
}

.nav-link:hover { color: var(--steel-100); }
.nav-link:hover::after { width: 100%; }

.nav-link.active {
  color: var(--steel-100);
}
.nav-link.active::after { width: 100%; }

.nav-link-cta {
  color: var(--steel-100);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  padding: 8px 20px;
  border-radius: 8px;
  transition: all var(--transition-calm);
  overflow: hidden;
}
.nav-link-cta::after {
  display: block;
  content: '';
  position: absolute;
  inset: 0;
  bottom: auto;
  width: auto;
  height: auto;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.16) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform 0.7s var(--ease-out);
  pointer-events: none;
}
.nav-link-cta.active {
  border-color: rgba(139, 156, 198, 0.25);
  background: rgba(255, 255, 255, 0.06);
}
.nav-link-cta:hover {
  border-color: var(--glass-border-hover);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 30px rgba(139, 156, 198, 0.06);
}
.nav-link-cta:hover::after {
  width: auto;
  transform: translateX(120%);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px; cursor: pointer; padding: 8px;
}
.nav-toggle span {
  display: block; width: 24px; height: 1px;
  background: var(--steel-200);
  transition: all 0.4s var(--ease-out);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(7, 7, 13, 0.96);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s var(--ease-out);
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu-inner { display: flex; flex-direction: column; align-items: center; gap: 32px; }
.mobile-link {
  font-family: var(--font-display);
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 300; letter-spacing: 0.04em;
  color: var(--steel-300);
  transform: translateY(20px); opacity: 0;
  transition: all 0.5s var(--ease-out);
}
.mobile-menu.open .mobile-link { transform: translateY(0); opacity: 1; }
.mobile-menu.open .mobile-link:nth-child(1) { transition-delay: 0.08s; }
.mobile-menu.open .mobile-link:nth-child(2) { transition-delay: 0.16s; }
.mobile-menu.open .mobile-link:nth-child(3) { transition-delay: 0.24s; }
.mobile-menu.open .mobile-link:nth-child(4) { transition-delay: 0.32s; }
.mobile-menu.open .mobile-link:nth-child(5) { transition-delay: 0.4s; }
.mobile-menu.open .mobile-link:nth-child(6) { transition-delay: 0.48s; }
.mobile-link:hover,
.mobile-link:active { color: var(--steel-100); }

a:focus-visible,
button:focus-visible,
.btn-primary:focus-visible,
.nav-link:focus-visible,
.nav-logo:focus-visible,
.form-input:focus-visible {
  outline: 2px solid var(--accent-bright);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  .reveal.revealed,
  .reveal.faded-out {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .scroll-chevron { animation: none; }
  .orb { animation: none !important; opacity: 0.4; }
  .section-tag,
  .section-tag::after,
  .conviction-title,
  .conviction-line,
  .contact-glow,
  .hero-left .logo-emblem,
  .hero-left .logo-brand-row::after,
  .hero-left .brand-name,
  .hero-statement::after,
  .title-line,
  .hero-subtitle,
  .hero-badge,
  .hero-badge::after,
  .card-benefit-inline::before {
    animation: none !important;
  }
  .glass-card::after,
  .glass-card:hover::after,
  .capability-block::after,
  .capability-block:hover::after,
  .step-content::after,
  .process-step:hover .step-content::after,
  .glass-word-box::after,
  .btn-primary::after,
  .btn-primary:hover::after,
  .nav-link-cta::after,
  .nav-link-cta:hover::after,
  .contact-inner::before,
  .contact-inner:hover::before,
  .card-benefit-inline::after,
  .glass-card:hover .card-benefit-inline::after,
  .hero-left .logo-brand-row::after,
  .hero-statement::after,
  .hero-badge::after {
    transition: none !important;
    transform: none !important;
    opacity: 0 !important;
  }
  .conviction-title,
  .conviction-line {
    background: none;
    -webkit-text-fill-color: var(--steel-100);
    color: var(--steel-100);
  }
  .title-line {
    background: linear-gradient(180deg, #d0d2da 0%, #a0a3b2 25%, #808394 50%, #606378 75%, #484b60 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-left .brand-name {
    opacity: 1 !important;
    transform: none !important;
    color: var(--steel-300);
    text-shadow: none;
  }
  .chrono-phone-wrap,
  .chrono-particle {
    animation: none !important;
  }
}


/* ── Hero Section ─────────────────────────────────────────────── */
.hero {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  margin-top: -40px;
}

.hero-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 clamp(40px, 8vw, 100px);
  padding-left: clamp(80px, 16vw, 220px);
}

/* ── Hero Left: Logo + Brand ──────────────────────────────────── */
.hero-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
  padding-right: clamp(24px, 4vw, 56px);
  margin-top: -28px;
}

.hero-left .logo-brand-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Same 16px as hero-title → hero-subtitle */
  gap: 16px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.hero-left .logo-brand-row::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.22) 48%, transparent 72%);
  transform: translateX(-140%);
  pointer-events: none;
  z-index: 3;
  animation: heroSheenLogo 7s linear infinite;
  animation-delay: 0s;
}

.hero-left .logo-emblem {
  /* Crop to the opaque mark (was ~1/3 of the square PNG) so brand text can sit 16px under it */
  width: 260px;
  height: 147px;
  flex-shrink: 0;
  display: block;
  object-fit: cover;
  object-position: center 49%;
  position: relative;
  z-index: 1;
  animation: logoAlive 7s ease-in-out infinite;
  margin-bottom: 0;
}

@keyframes logoAlive {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(168, 184, 224, 0.06));
  }
  50% {
    filter: drop-shadow(0 0 18px rgba(168, 184, 224, 0.18));
  }
}

/* Shared left→right pass on one timeline — logo into statement with overlap handoff */
@keyframes heroSheenLogo {
  0%, 2% {
    transform: translateX(-140%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  22% {
    transform: translateX(140%);
    opacity: 1;
  }
  25%, 100% {
    transform: translateX(140%);
    opacity: 0;
  }
}

@keyframes heroSheenStatement {
  0%, 18% {
    transform: translateX(-140%);
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  40% {
    transform: translateX(140%);
    opacity: 1;
  }
  43%, 100% {
    transform: translateX(140%);
    opacity: 0;
  }
}

@keyframes heroSheen {
  0%, 12% { transform: translateX(-130%); opacity: 0; }
  18% { opacity: 1; }
  48% { transform: translateX(130%); opacity: 1; }
  55%, 100% { transform: translateX(130%); opacity: 0; }
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform var(--transition-calm), filter var(--transition-calm);
}

.footer-brand:hover {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 16px rgba(168, 184, 224, 0.25));
}

.card-header,
.card-desc,
.card-title-wrap {
  position: relative;
  z-index: 2;
}

.hero-left .logo-badge {
  width: 300px;
  height: 300px;
}

.hero-left .logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-left .brand-name {
  font-family: var(--font-display);
  font-size: clamp(16px, 2vw, 26px);
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--steel-300);
  white-space: nowrap;
  position: relative;
  z-index: 2;
  margin-top: 0;
  opacity: 0;
  transform: translateX(-40px);
  animation: beamOut 1.2s var(--ease-out) 0.4s forwards, brandPulse 5.5s ease-in-out 1.6s infinite;
}

@keyframes brandPulse {
  0%, 100% { color: var(--steel-400); text-shadow: none; }
  50% { color: var(--steel-200); text-shadow: 0 0 18px rgba(168, 184, 224, 0.25); }
}

@keyframes beamOut {
  0% { opacity: 0; transform: translateX(-40px); filter: blur(8px); }
  40% { opacity: 0.6; filter: blur(2px); }
  100% { opacity: 1; transform: translateX(0); filter: blur(0); }
}


/* ── Vertical Divider ─────────────────────────────────────────── */
.hero-divider-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 40px 0;
}

.divider-line-vertical {
  width: 1px;
  height: 100%;
  min-height: 240px;
  background: linear-gradient(to bottom, transparent, var(--steel-500), transparent);
}


/* ── Hero Right: Statements + CTA ─────────────────────────────── */
.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: clamp(24px, 4vw, 56px);
}

.hero-statement {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: clamp(20px, 2.5vw, 32px) clamp(22px, 2.8vw, 36px);
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
  border: none;
  background: transparent;
  box-shadow: none;
}

.hero-statement::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.22) 48%, transparent 72%);
  transform: translateX(-140%);
  pointer-events: none;
  z-index: 2;
  /* Same 7s timeline as logo; starts as logo exits for a continuous pass */
  animation: heroSheenStatement 7s linear infinite;
  animation-delay: 0s;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5.5vw, 76px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--steel-100);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  text-align: left;
  width: 100%;
}

.title-line {
  display: block;
  position: relative;
  background: linear-gradient(
    105deg,
    #8a8d9c 0%,
    #c8cad4 28%,
    #e8eaf2 48%,
    #a8b8e0 52%,
    #d0d2da 58%,
    #808394 78%,
    #606378 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.5))
          drop-shadow(0 4px 0 rgba(0, 0, 0, 0.3))
          drop-shadow(0 6px 14px rgba(0, 0, 0, 0.6));
  animation: titleShimmer 7s var(--ease-in-out) infinite;
}

@keyframes titleShimmer {
  0%, 100% { background-position: 100% 50%; }
  50% { background-position: 0% 50%; }
}

.hero-subtitle {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(14px, 2vw, 24px);
  font-weight: 300;
  color: var(--steel-400);
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  text-align: left;
  white-space: nowrap;
  animation: subtitlePulse 5.5s ease-in-out infinite;
}

@keyframes subtitlePulse {
  0%, 100% { color: var(--steel-500); }
  50% { color: var(--steel-300); }
}

.hero-statement .hero-badge {
  position: relative;
  z-index: 1;
}


/* ── Buttons ──────────────────────────────────────────────────── */
.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 12px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  cursor: pointer;
  overflow: hidden;
  transition: all var(--transition-calm);
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 25%, rgba(255, 255, 255, 0.18) 50%, transparent 75%);
  transform: translateX(-140%);
  transition: transform 0.75s var(--ease-out);
  pointer-events: none;
  z-index: 0;
}
.btn-primary:hover {
  border-color: var(--glass-border-hover);
  background: rgba(255, 255, 255, 0.035);
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(139, 156, 198, 0.08);
}
.btn-primary:hover::after {
  transform: translateX(140%);
}
.btn-text {
  position: relative; z-index: 1;
  font-family: var(--font-display);
  font-size: 14px; font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--steel-100);
}
/* Hero badge — lives inside statement sheen pass */
.hero-badge {
  cursor: default;
  border-color: rgba(168, 184, 224, 0.18);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 20px rgba(139, 156, 198, 0.06);
  animation: badgeAlive 7s ease-in-out infinite;
}
.hero-badge::after {
  display: none;
}
.hero-badge:hover {
  transform: none;
}
@keyframes badgeAlive {
  0%, 100% {
    border-color: rgba(168, 184, 224, 0.14);
    box-shadow: 0 0 16px rgba(139, 156, 198, 0.05);
  }
  50% {
    border-color: rgba(168, 184, 224, 0.32);
    box-shadow: 0 0 28px rgba(139, 156, 198, 0.16);
  }
}

.btn-glow {
  position: absolute; inset: -1px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(139, 156, 198, 0.06), transparent 50%, rgba(139, 156, 198, 0.04));
  opacity: 0;
  transition: opacity var(--transition-calm);
}
.btn-primary:hover .btn-glow { opacity: 1; }


/* ── Scroll Indicator ─────────────────────────────────────────── */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 0; right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: fit-content;
}

.scroll-dot { display: none; }
.scroll-line { display: none; }

.scroll-chevron {
  width: 24px;
  height: 24px;
  color: var(--steel-300);
  opacity: 0.65;
  animation: chevronBounce 2.4s ease-in-out infinite;
}

@keyframes chevronBounce {
  0%, 100% { transform: translateY(0); opacity: 0.65; }
  50% { transform: translateY(5px); opacity: 0.25; }
}


/* ── Section Shared ───────────────────────────────────────────── */
.section {
  position: relative;
  z-index: 1;
  padding: var(--section-pad) 0;
}

.section-header {
  text-align: center;
  margin-bottom: clamp(56px, 8vw, 96px);
}

.section-tag {
  display: inline-block;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  padding: 7px 16px;
  border: 1px solid rgba(139, 156, 198, 0.15);
  border-radius: 12px;
  background: rgba(139, 156, 198, 0.04);
  position: relative;
  overflow: hidden;
  animation: tagBreath 4.5s ease-in-out infinite;
}

.section-tag::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  transform: translateX(-120%);
  animation: tagSheen 5.5s var(--ease-out) infinite;
  pointer-events: none;
}

@keyframes tagBreath {
  0%, 100% { box-shadow: 0 0 0 0 rgba(139, 156, 198, 0); border-color: rgba(139, 156, 198, 0.15); }
  50% { box-shadow: 0 0 18px rgba(139, 156, 198, 0.12); border-color: rgba(139, 156, 198, 0.28); }
}

@keyframes tagSheen {
  0%, 70% { transform: translateX(-120%); }
  85% { transform: translateX(120%); }
  100% { transform: translateX(120%); }
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.5vw, 56px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--steel-100);
  margin-bottom: 20px;
}

.section-desc {
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--steel-400);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.8;
}


/* ── Glass Card ───────────────────────────────────────────────── */
.glass-card {
  position: relative;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: clamp(24px, 3vw, 36px);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: all var(--transition-calm);
  overflow: hidden;
}

.glass-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.04) 50%, transparent 100%);
}

.glass-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.07) 48%, transparent 72%);
  transform: translateX(-130%);
  transition: transform 0.9s var(--ease-out);
  pointer-events: none;
  z-index: 1;
}

.glass-card:hover {
  border-color: var(--glass-border-hover);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 40px rgba(139, 156, 198, 0.06);
}

.glass-card:hover::after {
  transform: translateX(130%);
}

.card-edge {
  position: absolute;
  bottom: 0; left: 20%; right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-glow), transparent);
  opacity: 0;
  transition: opacity var(--transition-calm);
}
.glass-card:hover .card-edge { opacity: 1; }

/* Card header: icon left, title right */
.card-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

.card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  color: var(--steel-300);
  transition: color var(--transition-calm);
}
.card-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.glass-card:hover .card-icon { color: var(--accent-bright); }

.card-title {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 400;
  color: var(--steel-100);
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin: 0;
  min-width: 0;
}

.card-title-wrap {
  min-width: 0;
  flex: 1;
}

.card-benefit-inline {
  position: relative;
  margin: 8px 0 0;
  padding: 8px 12px 8px 28px;
  border-radius: 999px;
  border: 1px solid rgba(168, 184, 224, 0.24);
  background: linear-gradient(90deg, rgba(168, 184, 224, 0.2), rgba(168, 184, 224, 0.08));
  color: var(--steel-100);
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  box-shadow: 0 0 0 1px rgba(168, 184, 224, 0.08), 0 8px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.card-benefit-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--accent-bright);
  box-shadow: 0 0 0 0 rgba(168, 184, 224, 0.35);
  animation: benefitPulse 2.2s ease-out infinite;
}

.card-benefit-inline::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 15%, rgba(255, 255, 255, 0.24) 45%, transparent 75%);
  transform: translateX(-120%);
  transition: transform 0.8s var(--ease-out);
}

.glass-card:hover .card-benefit-inline {
  border-color: rgba(168, 184, 224, 0.42);
  box-shadow: 0 0 0 1px rgba(168, 184, 224, 0.16), 0 12px 28px rgba(0, 0, 0, 0.3);
}

.glass-card:hover .card-benefit-inline::after {
  transform: translateX(120%);
}

@keyframes benefitPulse {
  0% { box-shadow: 0 0 0 0 rgba(168, 184, 224, 0.35); }
  70% { box-shadow: 0 0 0 8px rgba(168, 184, 224, 0); }
  100% { box-shadow: 0 0 0 0 rgba(168, 184, 224, 0); }
}

.card-desc {
  font-size: 14px;
  line-height: 1.8;
  color: var(--steel-400);
  margin: 0;
}


/* ── Services Grid ────────────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}


/* ── Capability Stack (2×3 grid, minimal icon + title + sentence) ─ */
.capability-stack .section-header {
  margin-bottom: clamp(40px, 6vw, 64px);
}

.capability-stack .section-desc {
  display: none;
}

/* Four words — Clarity. Capacity. Margin. Velocity. (individual glass boxes) */
.glass-words-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2.5vw, 24px);
  max-width: 900px;
  margin: 0 auto;
}

.glass-word-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(52px, 8vw, 68px);
  padding: clamp(12px, 2vw, 18px) clamp(14px, 1.8vw, 20px);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  transition: border-color var(--transition-calm), box-shadow var(--transition-calm), transform var(--transition-calm);
  overflow: hidden;
  cursor: default;
}

.glass-word-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.04) 50%, transparent 100%);
}

.glass-word-box::after {
  content: '';
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at center, rgba(168, 184, 224, 0.22) 0%, transparent 55%);
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.55s var(--ease-out), transform 0.7s var(--ease-out);
  pointer-events: none;
}

.glass-word-box:hover {
  border-color: rgba(168, 184, 224, 0.28);
  box-shadow: 0 0 0 1px rgba(168, 184, 224, 0.08), 0 12px 36px rgba(0, 0, 0, 0.28), 0 0 28px rgba(139, 156, 198, 0.1);
  transform: translateY(-3px);
}

.glass-word-box:hover::after {
  opacity: 1;
  transform: scale(1);
}

.glass-word-text {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--steel-100);
  text-align: center;
  transition: letter-spacing 0.5s var(--ease-out), color 0.4s var(--ease-out);
}

.glass-word-box:hover .glass-word-text {
  letter-spacing: 0.06em;
  color: var(--accent-bright);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 32px);
  max-width: 1000px;
  margin: 0 auto;
}

.capability-block {
  position: relative;
  padding: clamp(20px, 2.5vw, 28px);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  transition: border-color var(--transition-calm), box-shadow var(--transition-calm), transform var(--transition-calm);
  overflow: hidden;
}

.capability-block::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
}

.capability-block::after {
  content: '';
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: 0;
  width: 45%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: translateX(-160%) skewX(-18deg);
  transition: transform 0.85s var(--ease-out);
  pointer-events: none;
}

.capability-block:hover {
  border-color: var(--glass-border-hover);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 18px 48px rgba(0, 0, 0, 0.28), 0 0 32px rgba(139, 156, 198, 0.07), inset 0 -1px 0 rgba(168, 184, 224, 0.18);
  transform: translateY(-3px);
}

.capability-block:hover::after {
  transform: translateX(320%) skewX(-18deg);
}

/* Capability header: icon left, title right (same as What We Engineer cards) */
.capability-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.capability-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  color: var(--steel-400);
  opacity: 0.9;
  transition: color var(--transition-calm), opacity var(--transition-calm), transform var(--transition-calm);
}

.capability-block:hover .capability-icon {
  color: var(--accent-bright);
  opacity: 1;
  transform: translateY(-1px);
}

.capability-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  display: block;
}

.capability-title {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 500;
  color: var(--steel-100);
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin: 0;
  min-width: 0;
}

.capability-desc {
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 1.65;
  color: var(--steel-400);
  font-weight: 300;
  margin: 0;
}


/* ── Glass Panel (Shared) ─────────────────────────────────────── */
.glass-panel {
  position: relative;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: all var(--transition-calm);
  overflow: hidden;
}
.glass-panel:hover { border-color: var(--glass-border-hover); }


/* ── Process Timeline ─────────────────────────────────────────── */
.process.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: clamp(48px, 7vw, 80px) 0;
}

.process .container {
  width: 100%;
}

.process .section-header {
  margin-bottom: clamp(32px, 5vw, 52px);
}

.process .section-title {
  font-size: clamp(28px, 4vw, 48px);
}

.process .section-desc {
  font-size: clamp(14px, 1.5vw, 17px);
  max-width: 520px;
}

.process-timeline {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  left: 18px;
  top: 24px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.04) 50%,
    transparent 100%);
}

.process-step {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.process-step:last-child { margin-bottom: 0; }

.step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  width: 36px;
  padding-top: 24px;
  box-sizing: border-box;
}

.step-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--steel-400);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all var(--transition-calm);
  box-shadow: 0 0 0 0 rgba(139, 156, 198, 0);
}
.process-step:hover .step-dot {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(139, 156, 198, 0.15);
}

.step-number {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  color: var(--steel-400);
  letter-spacing: 0.05em;
}

.process-step:hover .step-number {
  color: var(--steel-300);
}

.step-content {
  flex: 1;
  padding: 24px 28px;
  position: relative;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  transition: all var(--transition-calm);
  overflow: hidden;
}

.step-content::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.06) 50%, transparent 100%);
}

.step-content::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, transparent 18%, rgba(255, 255, 255, 0.1) 46%, transparent 70%);
  transform: translateX(-135%);
  transition: transform 0.85s var(--ease-out);
  pointer-events: none;
}

.process-step:hover .step-content {
  border-color: var(--glass-border-hover);
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25), 0 0 36px rgba(139, 156, 198, 0.08);
}

.process-step:hover .step-content::after {
  transform: translateX(135%);
}

.step-title {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--steel-100);
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  transition: color var(--transition-calm);
}

.process-step:hover .step-title {
  color: var(--accent-bright);
}

.step-desc {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.7;
  color: var(--steel-400);
}


/* ── Conviction Section ───────────────────────────────────────── */
.philosophy.section {
  min-height: auto;
  display: flex;
  align-items: center;
  padding: clamp(72px, 11vw, 140px) 0;
}

.philosophy .container {
  width: 100%;
}

.conviction-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.philosophy .conviction-stage .float-artifact.conviction-duo {
  width: min(100%, 480px);
  margin: 0;
}

.conviction-copy-col {
  display: flex;
  align-items: center;
}

.conviction-copy-col .conviction-anchor {
  text-align: left;
  margin-bottom: 0;
  max-width: 520px;
}

.conviction-copy-col .conviction-supporting {
  margin: 0;
  max-width: 460px;
}

/* Chrono Artifact — float, zoom, particles */
.conviction-artifact-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chrono-artifact {
  position: relative;
  width: min(100%, 300px);
  aspect-ratio: 575 / 970;
  cursor: pointer;
  perspective: 1200px;
  -webkit-tap-highlight-color: transparent;
}

.chrono-artifact--infinity {
  width: min(100%, 480px);
  aspect-ratio: 950 / 489;
}

.chrono-artifact--phone {
  width: min(100%, 280px);
  aspect-ratio: 575 / 970;
}

.chrono-field {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

.chrono-particles {
  position: absolute;
  inset: -4% -8%;
  pointer-events: none;
  z-index: 1;
}

.chrono-particle {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: calc(2.5px * var(--s, 1));
  height: calc(2.5px * var(--s, 1));
  border-radius: 50%;
  background: rgba(200, 210, 230, 0.55);
  box-shadow: 0 0 8px rgba(168, 184, 224, 0.35);
  opacity: 0.3;
  animation: chronoParticleDrift 6.5s ease-in-out infinite;
  animation-delay: var(--d, 0s);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
}

.chrono-artifact:hover .chrono-particle,
.chrono-artifact.is-active .chrono-particle {
  opacity: 0.85;
}

@keyframes chronoParticleDrift {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(6px, -10px); }
  50% { transform: translate(-4px, -18px); }
  75% { transform: translate(8px, -8px); }
}

.chrono-phone-wrap {
  position: relative;
  width: 100%;
  z-index: 2;
  transform-style: preserve-3d;
  transition: transform 0.25s var(--ease-out);
  animation: chronoLevitate 7s ease-in-out infinite;
  will-change: transform;
}

@keyframes chronoLevitate {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.chrono-phone {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.5));
  transition: filter 0.6s var(--ease-out);
}

.chrono-artifact:hover .chrono-phone,
.chrono-artifact.is-active .chrono-phone {
  filter: drop-shadow(0 32px 64px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 28px rgba(168, 184, 224, 0.12));
}

.chrono-artifact:hover .chrono-phone-wrap,
.chrono-artifact.is-active .chrono-phone-wrap {
  animation: none;
}

/* Anchor Statement */
.conviction-anchor {
  text-align: center;
  margin-bottom: clamp(24px, 3vw, 40px);
}

.conviction-title {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--steel-100);
  margin-top: 18px;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 0.08em;
}

.conviction-line {
  display: block;
  background: linear-gradient(
    105deg,
    var(--steel-200) 0%,
    var(--steel-100) 28%,
    var(--accent-bright) 48%,
    #f2f4fa 52%,
    var(--accent-bright) 56%,
    var(--steel-100) 72%,
    var(--steel-300) 100%
  );
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: convictionShimmer 6.5s var(--ease-in-out) infinite;
}

.conviction-line--eliminate {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 300;
  opacity: 0.92;
}

.conviction-line--enable {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 400;
  animation-delay: 0.35s;
}

@keyframes convictionShimmer {
  0%, 100% { background-position: 100% 50%; }
  50% { background-position: 0% 50%; }
}

.conviction-supporting {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 300;
  line-height: 1.75;
  color: var(--steel-400);
  max-width: 640px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}

/* Four-word glass boxes in Philosophy */
.philosophy .glass-words-row {
  max-width: 1080px;
  margin: clamp(8px, 1.5vw, 16px) auto 0;
}

/* Conviction Body */
.conviction-body {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 52px);
}

.conviction-copy {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.9vw, 22px);
  font-weight: 300;
  line-height: 1.7;
  color: var(--steel-300);
  max-width: 680px;
  margin: 0 auto;
  font-style: italic;
}

/* Architectural Principles */
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 920px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  border-top: 1px solid rgba(255, 255, 255, 0.025);
}

.principle-item {
  padding: 24px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.025);
  border-right: 1px solid rgba(255, 255, 255, 0.025);
}

.principle-item:nth-child(3n) {
  border-right: none;
}

.principle-term {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 400;
  color: var(--steel-200);
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}

.principle-def {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 300;
  color: var(--steel-500);
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/* Transition Statement */
.conviction-transition {
  text-align: center;
  margin-bottom: clamp(20px, 2.5vw, 32px);
}

.transition-line {
  font-family: var(--font-display);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--steel-400);
}

/* ── Precision Gauges — Transformation ────────────────────────── */
.gauge-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(16px, 2.5vw, 32px);
  max-width: 1000px;
  margin: 0 auto;
}

.gauge-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

.gauge-ring-wrap {
  position: relative;
  width: clamp(72px, 9vw, 110px);
  height: clamp(72px, 9vw, 110px);
}

.gauge-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-180deg); /* stroke draws left → right */
}

.gauge-track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.03);
  stroke-width: 1;
}

.gauge-fill {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 263.9;
  stroke-dashoffset: 263.9;
  opacity: 0.45;
  transition: stroke-dashoffset 2.6s var(--ease-out), opacity 1.8s var(--ease-out);
}

.gauge-cell.gauge-active .gauge-fill {
  stroke-dashoffset: 0;
  opacity: 0.6;
}

.gauge-to {
  font-family: var(--font-display);
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--steel-300);
  transition: color 1.5s var(--ease-out);
}

.gauge-cell.gauge-active .gauge-to {
  color: var(--steel-200);
}

.gauge-from {
  font-family: var(--font-body);
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel-400);
  opacity: 0.6;
  position: relative;
}

.gauge-from::after {
  content: '';
  position: absolute;
  left: -2px; right: -2px;
  top: 50%;
  height: 1px;
  background: var(--steel-400);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s var(--ease-out) 1.6s;
}

.gauge-cell.gauge-active .gauge-from::after {
  transform: scaleX(1);
}


/* ── Contact Section ──────────────────────────────────────────── */
.contact-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.7fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.contact-artifact-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-inner {
  position: relative;
  padding: clamp(40px, 5vw, 64px);
  border-radius: 28px;
  text-align: center;
  overflow: hidden;
  transition: border-color var(--transition-calm), box-shadow var(--transition-calm);
  width: 100%;
}

.contact-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, transparent 25%, rgba(255, 255, 255, 0.06) 50%, transparent 75%);
  transform: translateX(-140%);
  transition: transform 1.1s var(--ease-out);
  pointer-events: none;
  z-index: 0;
}

.contact-inner:hover {
  border-color: rgba(168, 184, 224, 0.22);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), 0 0 48px rgba(139, 156, 198, 0.1);
}

.contact-inner:hover::before {
  transform: translateX(140%);
}

.contact-inner > * {
  position: relative;
  z-index: 1;
}

.contact-glow {
  position: absolute;
  top: -100px; left: 50%; transform: translateX(-50%);
  width: 500px; height: 300px;
  background: radial-gradient(ellipse, rgba(139, 156, 198, 0.06), transparent 70%);
  pointer-events: none;
  z-index: 0;
  animation: contactGlowPulse 5s ease-in-out infinite;
}

@keyframes contactGlowPulse {
  0%, 100% { opacity: 0.55; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.08); }
}

.contact-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 300;
  color: var(--steel-100);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-top: 20px;
  margin-bottom: 16px;
}

.contact-desc {
  font-size: 16px;
  color: var(--steel-400);
  margin-bottom: 48px;
  line-height: 1.8;
}

.contact-form { max-width: 100%; margin: 0 auto; text-align: left; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group { position: relative; margin-bottom: 20px; }
.form-row .form-group { margin-bottom: 0; }

.form-input {
  width: 100%;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.018);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  color: var(--steel-100);
  font-size: 14px; font-weight: 300;
  letter-spacing: 0.02em;
  transition: all var(--transition-calm);
  resize: none;
  position: relative;
}
.form-input::placeholder { color: var(--steel-500); }
.form-input:focus {
  border-color: rgba(139, 156, 198, 0.28);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 0 3px rgba(139, 156, 198, 0.08), 0 0 24px rgba(139, 156, 198, 0.1);
}

.form-group--error .form-input {
  border-color: rgba(224, 148, 148, 0.55);
  background: rgba(224, 148, 148, 0.04);
  box-shadow: 0 0 0 3px rgba(224, 148, 148, 0.08);
}

.form-group--error .form-input:focus {
  border-color: rgba(224, 148, 148, 0.7);
  box-shadow: 0 0 0 3px rgba(224, 148, 148, 0.12);
}

.form-error {
  margin: 8px 4px 0;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #e8b4b4;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}

.form-group--error .form-error:not([hidden]) {
  opacity: 1;
  transform: translateY(0);
}

.input-edge {
  position: absolute;
  bottom: 0; left: 20%; right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 156, 198, 0.15), transparent);
  opacity: 0;
  transition: opacity var(--transition-calm);
}
.form-input:focus ~ .input-edge { opacity: 1; }

.form-textarea { min-height: 120px; }
.btn-submit {
  width: 100%;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.btn-sent-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 14px;
  margin-right: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 0.3s var(--ease-out), margin 0.3s var(--ease-out), opacity 0.3s var(--ease-out);
}

.btn-sent-mark svg {
  width: 13px;
  height: 13px;
  color: var(--accent-bright, #c8d4f0);
  flex-shrink: 0;
}

.btn-sent-check {
  stroke-dasharray: 24;
  stroke-dashoffset: 24;
}

.btn-submit.is-sending {
  pointer-events: none;
  opacity: 0.85;
}

.btn-submit.is-sent {
  pointer-events: none;
}

.btn-submit.is-sent .btn-sent-mark {
  width: 13px;
  margin-right: 8px;
  opacity: 1;
}

.btn-submit.is-sent .btn-sent-check {
  animation: sentCheckDraw 0.45s var(--ease-out) 0.05s forwards;
}

@keyframes sentCheckDraw {
  to { stroke-dashoffset: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .btn-submit.is-sent .btn-sent-check {
    animation: none;
    stroke-dashoffset: 0;
  }
  .form-error {
    transition: none;
    transform: none;
  }
}

/* ── Form success toast (Message sent) ───────────────────────────── */
.form-toast {
  position: fixed;
  left: 50%;
  bottom: clamp(24px, 6vw, 48px);
  transform: translateX(-50%) translateY(24px) scale(0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 28px;
  background: rgba(12, 12, 20, 0.94);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset,
              0 24px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s var(--ease-out), opacity 0.5s var(--ease-out);
  overflow: hidden;
  max-width: min(92vw, 420px);
}

.form-toast::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.06) 50%, transparent 100%);
}

.form-toast--visible {
  transform: translateX(-50%) translateY(0) scale(1);
  opacity: 1;
}

.form-toast--out {
  transform: translateX(-50%) translateY(-16px) scale(0.96);
  opacity: 0;
  transition: transform 0.4s var(--ease-out), opacity 0.4s var(--ease-out);
}

.form-toast--error {
  border-color: rgba(224, 148, 148, 0.35);
}

.form-toast--error .form-toast-icon {
  color: #e8b4b4;
}

.form-toast-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--accent-bright);
}

.form-toast-text {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--steel-100);
}


/* ── Footer ───────────────────────────────────────────────────── */
.footer {
  position: relative;
  z-index: 1;
  padding: 48px 0;
  border-top: 1px solid var(--glass-border);
}

.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }

.footer-logo {
  width: 28px; height: 28px;
  object-fit: contain;
  border-radius: 6px;
  opacity: 0.8;
}

.footer-name {
  font-family: var(--font-display);
  font-size: 14px; font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--steel-300);
}

.footer-line { width: 48px; height: 1px; background: var(--glass-border); }

.footer-bottom { display: flex; flex-direction: column; align-items: center; gap: 6px; }

.footer-copy { font-size: 12px; color: var(--steel-500); letter-spacing: 0.04em; }
.footer-tagline { font-size: 11px; color: var(--steel-500); letter-spacing: 0.08em; font-style: italic; }




/* ── Reveal & Fade Animations ─────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
.reveal.faded-out {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s var(--ease-in-out), transform 0.6s var(--ease-in-out);
}


/* ── Responsive: same concept & design, optimized per viewport ────
   Breakpoints: 900px = tablet/small laptop, 600px = phone, 400px = small phone
   Viewport detection: script.js sets data-viewport="mobile"|"desktop" on <html> */

@media (max-width: 900px) {
  /* Prevent zoom-out and horizontal drift: lock viewport and overflow */
  html {
    overflow-x: hidden;
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
    position: relative;
    overscroll-behavior-x: none;
  }

  /* Static background on mobile: no fixed attachment (stops shaking/jitter) */
  .page-bg {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
  }

  /* Orbs: no drift animation on mobile so background area stays static */
  .hero .orb {
    animation: none;
    opacity: 0.4;
  }

  /* Frame: slightly less inset so more content visible */
  body::before,
  .edge-mask {
    inset: 8px;
    border-radius: 16px;
  }
  .nav {
    top: 8px; left: 8px; right: 8px;
    padding: 0 16px;
  }

  /* Section & container spacing */
  .section {
    padding: clamp(48px, 10vw, 72px) 0;
  }
  .section-header {
    margin-bottom: clamp(40px, 6vw, 56px);
  }
  .container {
    padding: 0 clamp(20px, 5vw, 32px);
    max-width: 100%;
    width: 100%;
  }

  /* Keep all sections and content centered, no horizontal escape */
  .section,
  .hero,
  .services,
  .capability-stack,
  .process,
  .philosophy,
  .contact {
    max-width: 100%;
    width: 100%;
  }
  .hero-content,
  .services-grid,
  .capability-grid,
  .glass-words-row,
  .process-timeline,
  .contact-inner {
    max-width: 100%;
  }

  /* Hero: stacked, centered, same hierarchy */
  .hero {
    padding: 0 16px;
    min-height: 100vh;
    min-height: 100dvh;
  }
  .hero-content {
    flex-direction: column;
    text-align: center;
    padding: 0 clamp(24px, 5vw, 48px);
    gap: 0;
  }
  .hero-left {
    padding-right: 0;
    padding-bottom: clamp(24px, 4vw, 36px);
    margin-top: 0;
  }
  .hero-divider-vertical { display: none; }
  .hero-right {
    padding-left: 0;
    align-items: center;
  }
  .hero-statement {
    align-items: center;
    text-align: center;
    border-radius: 22px;
  }
  .hero-title,
  .hero-subtitle {
    text-align: center;
  }
  .hero-title {
    font-size: clamp(28px, 6vw, 44px);
  }
  .hero-subtitle {
    white-space: normal;
    margin-bottom: 28px;
  }
  .hero-left .logo-emblem,
  .hero-left .logo-badge {
    width: clamp(160px, 40vw, 220px);
    height: clamp(160px, 40vw, 220px);
  }
  .scroll-indicator {
    bottom: 24px;
  }

  /* Nav: hide links, show hamburger */
  .nav-links { display: none; }
  .nav-toggle {
    display: flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }
  .nav-inner {
    padding: 0 20px;
  }

  /* Mobile menu: full-screen, touch-friendly */
  .mobile-menu {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
  .mobile-link {
    display: block;
    min-height: 48px;
    padding: 12px 24px;
    line-height: 1.3;
    -webkit-tap-highlight-color: transparent;
  }

  /* Grids: single or two columns */
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .glass-words-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-width: 100%;
  }
  .glass-word-box {
    min-height: clamp(48px, 14vw, 62px);
    padding: 14px 12px;
  }
  .glass-word-text {
    font-size: clamp(14px, 3.8vw, 18px);
  }
  .principles { grid-template-columns: repeat(2, 1fr); }
  .principle-item:nth-child(3n) { border-right: 1px solid rgba(255, 255, 255, 0.025); }
  .principle-item:nth-child(2n) { border-right: none; }
  .gauge-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .form-row { grid-template-columns: 1fr; }

  /* Process: compact timeline */
  .process.section {
    padding: clamp(40px, 8vw, 64px) 0;
  }
  .process-timeline {
    max-width: 100%;
  }
  .process-step {
    gap: 20px;
    margin-bottom: 20px;
  }
  .step-content {
    padding: 20px 22px;
  }
  .step-title {
    font-size: 18px;
  }
  .step-desc {
    font-size: 13px;
  }

  /* Philosophy */
  .philosophy.section {
    padding: clamp(40px, 8vw, 64px) 0;
  }
  .conviction-stage {
    grid-template-columns: 1fr;
    gap: clamp(36px, 6vw, 48px);
    text-align: center;
  }
  .conviction-copy-col .conviction-anchor {
    text-align: center;
  }
  .conviction-copy-col .conviction-supporting {
    margin: 0 auto;
  }
  .chrono-artifact,
  .chrono-artifact--infinity {
    width: min(100%, 360px);
    margin: 0 auto;
  }
  .chrono-artifact--phone {
    width: min(100%, 220px);
    margin: 0 auto;
  }
  .contact-stage {
    grid-template-columns: 1fr;
    gap: clamp(36px, 6vw, 48px);
  }
  .conviction-title {
    font-size: clamp(28px, 6.5vw, 42px);
  }
  .conviction-line--eliminate {
    font-size: clamp(22px, 5.2vw, 32px);
  }
  .conviction-line--enable {
    font-size: clamp(30px, 7vw, 44px);
  }
  .philosophy .glass-words-row {
    margin-top: clamp(28px, 5vw, 44px);
  }
}

@media (max-width: 600px) {
  /* Tighter frame on phone */
  body::before,
  .edge-mask {
    inset: 6px;
    border-radius: 14px;
  }
  .nav {
    top: 6px; left: 6px; right: 6px;
    padding: 0 12px;
  }
  .nav-inner {
    padding: 0 16px;
    height: 52px;
  }

  /* Sections: comfortable phone padding */
  .section {
    padding: clamp(40px, 8vw, 56px) 0;
  }
  .section-header {
    margin-bottom: clamp(32px, 5vw, 44px);
  }
  .section-title {
    font-size: clamp(24px, 5.5vw, 32px);
  }
  .section-tag {
    font-size: 10px;
    padding: 5px 12px;
    letter-spacing: 0.2em;
    border-radius: 10px;
  }
  .container {
    padding: 0 20px;
  }

  /* Hero: smaller emblem, wrapped subtitle */
  .hero {
    padding: 0 12px;
  }
  .hero-left .logo-emblem,
  .hero-left .logo-badge {
    width: 160px;
    height: 90px;
  }
  .hero-title {
    font-size: clamp(24px, 6.5vw, 32px);
  }
  .hero-subtitle {
    font-size: clamp(13px, 3.2vw, 16px);
    margin-bottom: 24px;
  }
  .hero-badge,
  .btn-primary {
    min-height: 44px;
    padding: 12px 28px;
    -webkit-tap-highlight-color: transparent;
  }

  /* Single-column grids */
  .capability-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .glass-words-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .glass-word-box {
    min-height: 56px;
    padding: 14px 16px;
  }
  .glass-word-text {
    font-size: clamp(15px, 4vw, 18px);
  }
  .principles { grid-template-columns: 1fr; }
  .principle-item { border-right: none !important; }
  .gauge-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  /* Process: stacked steps */
  .process-step {
    gap: 16px;
    margin-bottom: 18px;
  }
  .step-content {
    padding: 18px 20px;
  }
  .step-title {
    font-size: 17px;
  }
  .timeline-line {
    left: 14px;
  }
  .step-indicator {
    width: 28px;
  }

  /* Contact: touch-friendly inputs */
  .contact-inner {
    padding: clamp(28px, 6vw, 40px) 20px;
  }
  .contact-title {
    font-size: clamp(24px, 5vw, 32px);
  }
  .form-input {
    min-height: 48px;
    padding: 14px 18px;
    -webkit-tap-highlight-color: transparent;
  }
  .form-textarea {
    min-height: 120px;
    padding: 14px 18px;
  }
  .btn-submit {
    min-height: 48px;
    -webkit-tap-highlight-color: transparent;
  }

  /* Footer */
  .footer {
    padding: 36px 20px;
  }
  .footer-inner {
    gap: 20px;
  }
}

@media (max-width: 400px) {
  body::before,
  .edge-mask {
    inset: 5px;
    border-radius: 12px;
  }
  .nav {
    top: 5px; left: 5px; right: 5px;
  }
  .hero-left .logo-emblem,
  .hero-left .logo-badge {
    width: 140px;
    height: 79px;
  }
  .hero-title {
    font-size: 22px;
  }
  .section {
    padding: 36px 0;
  }
  .container {
    padding: 0 16px;
  }
  .glass-word-box {
    min-height: 52px;
    padding: 12px 14px;
  }
  .glass-word-text {
    font-size: 14px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   MARKETING LAYOUT REDESIGN — stages, chrome objects, atmospheres
   ═══════════════════════════════════════════════════════════════ */

.section {
  position: relative;
  isolation: isolate;
}

.section-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 50% at 15% 20%, rgba(139, 156, 198, 0.055), transparent 60%),
    radial-gradient(ellipse 55% 45% at 85% 75%, rgba(168, 184, 224, 0.035), transparent 55%),
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.012) 50%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent, black 12%, black 88%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, black 12%, black 88%, transparent);
}

.section-atmosphere::after {
  content: '';
  position: absolute;
  inset: 10% 5%;
  background-image:
    linear-gradient(rgba(168, 184, 224, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 184, 224, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.35;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 72%);
}

.section-atmosphere--contact {
  background:
    radial-gradient(ellipse 60% 55% at 70% 45%, rgba(168, 184, 224, 0.08), transparent 58%),
    radial-gradient(ellipse 45% 40% at 20% 60%, rgba(139, 156, 198, 0.05), transparent 55%);
}

.section > .container {
  position: relative;
  z-index: 1;
}

/* Shared float artifact */
.float-artifact {
  position: relative;
  width: min(100%, 260px);
  aspect-ratio: 1;
  perspective: 1000px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.float-artifact-core {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: floatLevitate 7s ease-in-out infinite;
  transition: transform 0.2s ease-out;
  will-change: transform;
}

.float-artifact:hover .float-artifact-core,
.float-artifact.is-active .float-artifact-core {
  animation: none;
}

@keyframes floatLevitate {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Hero orbital field */
.hero-orbit-field {
  position: absolute;
  inset: 8% 5%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

.hero-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  border: 1px solid rgba(168, 184, 224, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hero-orbit--1 { width: min(72vw, 780px); height: min(42vw, 420px); animation: orbitSpin 48s linear infinite; }
.hero-orbit--2 { width: min(56vw, 600px); height: min(32vw, 320px); border-style: dashed; border-color: rgba(168, 184, 224, 0.07); animation: orbitSpin 36s linear infinite reverse; }
.hero-orbit--3 { width: min(40vw, 420px); height: min(22vw, 220px); border-color: rgba(255,255,255,0.05); animation: orbitSpin 28s linear infinite; }

@keyframes orbitSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.hero-orbit-node {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(168, 184, 224, 0.55);
  box-shadow: 0 0 12px rgba(168, 184, 224, 0.35);
  animation: nodePulse 4s ease-in-out infinite;
}

.hero-orbit-node--1 { left: 18%; top: 28%; animation-delay: 0s; }
.hero-orbit-node--2 { left: 78%; top: 32%; animation-delay: 0.8s; }
.hero-orbit-node--3 { left: 22%; top: 68%; animation-delay: 1.4s; }
.hero-orbit-node--4 { left: 72%; top: 70%; animation-delay: 2s; }

@keyframes nodePulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.35); }
}

.hero-content { position: relative; z-index: 1; }

/* Conviction manifesto */
.manifesto-stage {
  position: relative;
}

.conviction-trajectory {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: clamp(28px, 4vw, 40px);
  max-width: 280px;
}

.trajectory-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(168, 184, 224, 0.45);
  box-shadow: 0 0 10px rgba(168, 184, 224, 0.3);
  flex-shrink: 0;
}

.trajectory-dot--end {
  background: var(--accent-bright);
  box-shadow: 0 0 14px rgba(168, 184, 224, 0.45);
}

.trajectory-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(168, 184, 224, 0.35), rgba(168, 184, 224, 0.08));
  position: relative;
  overflow: hidden;
}

.trajectory-line::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
  animation: trajSweep 3.8s ease-in-out infinite;
}

@keyframes trajSweep {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.philosophy .glass-words-row.precision-strip {
  max-width: 1100px;
  margin-top: clamp(40px, 6vw, 72px);
  gap: clamp(12px, 2vw, 20px);
}

/* Services runway */
.section-header--runway {
  text-align: left;
  max-width: 640px;
  margin-bottom: clamp(48px, 7vw, 80px);
}

.section-header--runway .section-desc {
  margin: 0;
}

.section-header--left {
  text-align: left;
  margin-bottom: 0;
}

.section-header--left .section-desc {
  margin: 0;
}

.services-runway {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 7vw, 88px);
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.feature-row--reverse {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.feature-row--reverse .feature-copy { order: 2; }
.feature-row--reverse .feature-visual { order: 1; }

.feature-copy {
  padding: clamp(24px, 3vw, 36px);
  border-radius: 20px;
}

.feature-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px;
}

/* Chrome objects */
.chrome-object {
  width: min(100%, 240px);
}

.chrome-object .float-artifact-core {
  display: grid;
  place-items: center;
  position: relative;
}

.chrome-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(168, 184, 224, 0.22);
  box-shadow: inset 0 0 20px rgba(168, 184, 224, 0.06), 0 0 18px rgba(0,0,0,0.25);
}

.chrome-ring--a { inset: 8%; animation: ringYaw 14s linear infinite; }
.chrome-ring--b { inset: 22%; border-style: dashed; border-color: rgba(168, 184, 224, 0.16); animation: ringYaw 10s linear infinite reverse; }
.chrome-ring--c { inset: 36%; border-color: rgba(255,255,255,0.12); animation: ringYaw 7s linear infinite; }

.chrome-core-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f0f2f8, #8b9cc6 55%, #3a3d4a);
  box-shadow: 0 0 24px rgba(168, 184, 224, 0.45);
  z-index: 2;
}

.chrome-beam {
  position: absolute;
  width: 2px;
  height: 42%;
  top: 8%;
  background: linear-gradient(180deg, transparent, rgba(168, 184, 224, 0.65), transparent);
  animation: beamSpin 6s linear infinite;
  transform-origin: bottom center;
}

@keyframes ringYaw {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes beamSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Wave object */
.chrome-object--wave .float-artifact-core {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 18% 12% 22%;
  background: radial-gradient(circle at 50% 70%, rgba(168, 184, 224, 0.08), transparent 60%);
  border-radius: 50%;
  border: 1px solid rgba(168, 184, 224, 0.12);
}

.wave-bar {
  width: 7px;
  height: var(--h, 50%);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(232,233,237,0.9), rgba(139,156,198,0.35));
  box-shadow: 0 0 10px rgba(168, 184, 224, 0.2);
  animation: wavePulse 2.4s ease-in-out infinite;
}

.wave-bar:nth-child(2) { animation-delay: 0.15s; }
.wave-bar:nth-child(3) { animation-delay: 0.3s; }
.wave-bar:nth-child(4) { animation-delay: 0.45s; }
.wave-bar:nth-child(5) { animation-delay: 0.2s; }
.wave-bar:nth-child(6) { animation-delay: 0.35s; }
.wave-bar:nth-child(7) { animation-delay: 0.5s; }

@keyframes wavePulse {
  0%, 100% { transform: scaleY(0.72); opacity: 0.65; }
  50% { transform: scaleY(1); opacity: 1; }
}

.wave-node {
  position: absolute;
  top: 18%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent-bright);
  box-shadow: 0 0 16px rgba(168, 184, 224, 0.5);
  animation: nodePulse 3s ease-in-out infinite;
}

/* Planes object */
.chrome-object--planes .float-artifact-core {
  perspective: 600px;
}

.plane {
  position: absolute;
  left: 18%;
  right: 18%;
  height: 22%;
  border-radius: 10px;
  border: 1px solid rgba(168, 184, 224, 0.22);
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(139,156,198,0.04));
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
  transform: rotateX(58deg) rotateZ(-8deg);
}

.plane--1 { top: 18%; }
.plane--2 { top: 36%; opacity: 0.85; animation: planeFloat 5s ease-in-out infinite; }
.plane--3 { top: 54%; opacity: 0.7; animation: planeFloat 5s ease-in-out 0.6s infinite; }

.plane-pin {
  position: absolute;
  left: 50%;
  top: 22%;
  bottom: 22%;
  width: 2px;
  background: linear-gradient(180deg, rgba(168,184,224,0.5), rgba(168,184,224,0.1));
  transform: translateX(-50%);
}

@keyframes planeFloat {
  0%, 100% { transform: rotateX(58deg) rotateZ(-8deg) translateY(0); }
  50% { transform: rotateX(58deg) rotateZ(-8deg) translateY(-8px); }
}

/* Modules object */
.chrome-object--modules .float-artifact-core {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 22%;
}

.mod {
  border-radius: 12px;
  border: 1px solid rgba(168, 184, 224, 0.2);
  background: linear-gradient(145deg, rgba(255,255,255,0.07), rgba(139,156,198,0.05));
  box-shadow: 0 10px 24px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.08);
  aspect-ratio: 1;
  animation: modPulse 4.5s ease-in-out infinite;
}

.mod--a { animation-delay: 0s; }
.mod--b { animation-delay: 0.4s; }
.mod--c { animation-delay: 0.8s; }
.mod--d { animation-delay: 1.2s; }

.mod-link {
  position: absolute;
  inset: 38%;
  border: 1px solid rgba(168, 184, 224, 0.18);
  border-radius: 50%;
  animation: ringYaw 12s linear infinite;
}

@keyframes modPulse {
  0%, 100% { filter: brightness(1); transform: translateY(0); }
  50% { filter: brightness(1.15); transform: translateY(-3px); }
}

/* Prism (capability intro) */
.chrome-object--prism {
  width: min(100%, 180px);
  margin-top: clamp(28px, 4vw, 48px);
}

.prism-face {
  position: absolute;
  inset: 22%;
  border: 1px solid rgba(168, 184, 224, 0.2);
  background: linear-gradient(135deg, rgba(255,255,255,0.05), transparent);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.prism-face--1 { transform: scale(1); opacity: 0.9; }
.prism-face--2 { transform: scale(0.72) rotate(30deg); opacity: 0.55; animation: ringYaw 18s linear infinite; }
.prism-face--3 { transform: scale(0.48) rotate(-20deg); opacity: 0.4; animation: ringYaw 12s linear infinite reverse; }

.prism-core {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, #a8b8e0 60%, #555);
  box-shadow: 0 0 20px rgba(168, 184, 224, 0.4);
  z-index: 2;
}

/* Capability constellation */
.capability-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.capability-intro {
  position: sticky;
  top: 100px;
}

.capability-intro .section-title {
  margin-bottom: 0;
}

.constellation {
  position: relative;
  min-height: 560px;
  padding: 12px;
}

.constellation-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.35;
}

.constel-line {
  stroke: rgba(168, 184, 224, 0.35);
  stroke-width: 1;
  transition: stroke 0.4s var(--ease-out), stroke-opacity 0.4s var(--ease-out);
}

.constellation-node {
  position: absolute;
  left: var(--nx);
  top: var(--ny);
  width: min(46%, 240px);
  transform: translate(-50%, 0);
  padding: 16px 18px;
  background: rgba(12, 12, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color var(--transition-calm), box-shadow var(--transition-calm), transform var(--transition-calm);
  z-index: 1;
}

.constellation-node.capability-block:hover {
  border-color: rgba(168, 184, 224, 0.28);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35), 0 0 28px rgba(139, 156, 198, 0.1);
  transform: translate(-50%, -4px);
  z-index: 2;
}

.constellation:has(.constellation-node:hover) .constel-line {
  stroke: rgba(168, 184, 224, 0.55);
}

.constellation-node .capability-desc {
  font-size: 12.5px;
  line-height: 1.55;
}

.constellation-node .capability-title {
  font-size: 15px;
}

/* Process stage + gyroscope */
.process-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.process-intro {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 48px);
}

.chrome-object--gyro {
  width: min(100%, 220px);
  align-self: center;
}

.gyro-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(168, 184, 224, 0.2);
}

.gyro-ring--outer {
  inset: 6%;
  border-top-color: rgba(232, 233, 237, 0.55);
  border-right-color: transparent;
  animation: ringYaw 10s linear infinite;
}

.gyro-ring--mid {
  inset: 20%;
  border-bottom-color: rgba(168, 184, 224, 0.55);
  border-left-color: transparent;
  animation: ringYaw 7s linear infinite reverse;
}

.gyro-ring--inner {
  inset: 34%;
  border-style: dashed;
  animation: ringYaw 5s linear infinite;
}

.gyro-hub {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f4f5f8, #7a88b0 60%, #2c2e3a);
  box-shadow: 0 0 28px rgba(168, 184, 224, 0.4);
  z-index: 2;
}

.gyro-seg {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: rgba(200, 210, 230, 0.7);
  box-shadow: 0 0 8px rgba(168, 184, 224, 0.35);
}

.gyro-seg--1 { top: 8%; left: 48%; animation: ringYaw 10s linear infinite; }
.gyro-seg--2 { bottom: 14%; right: 18%; animation: ringYaw 7s linear infinite reverse; }
.gyro-seg--3 { left: 12%; top: 48%; animation: ringYaw 5s linear infinite; }

.process-sequence {
  max-width: none;
}

/* Contact climax */
.contact-stage--climax {
  gap: clamp(36px, 6vw, 80px);
}

.contact-stage--climax .chrono-artifact--phone {
  width: min(100%, 340px);
}

.contact-stage--climax .contact-inner {
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.4), 0 0 60px rgba(139, 156, 198, 0.06);
  border: 1px solid rgba(168, 184, 224, 0.12);
}

/* Hide legacy services grid if present */
.services-grid { display: none; }

/* Responsive marketing layouts */
@media (max-width: 900px) {
  .hero-orbit-field { opacity: 0.3; }
  .feature-row,
  .feature-row--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .feature-row--reverse .feature-copy,
  .feature-row--reverse .feature-visual { order: initial; }
  .feature-visual { min-height: 200px; }
  .chrome-object { width: min(100%, 200px); }

  .capability-stage,
  .process-stage {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .capability-intro,
  .process-intro {
    position: static;
  }

  .constellation {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0;
  }
  .constellation-lines { display: none; }
  .constellation-node {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100%;
    transform: none;
  }
  .constellation-node.capability-block:hover {
    transform: translateY(-3px);
  }

  .contact-stage--climax .chrono-artifact--phone {
    width: min(100%, 260px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-orbit,
  .hero-orbit-node,
  .float-artifact-core,
  .chrome-ring,
  .chrome-beam,
  .wave-bar,
  .wave-node,
  .plane,
  .mod,
  .mod-link,
  .prism-face,
  .gyro-ring,
  .gyro-seg,
  .trajectory-line::after {
    animation: none !important;
  }
}

/* ── Conviction duo plaques ───────────────────────────────────── */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.philosophy.section {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(56px, 9vw, 100px) 0;
}

.conviction-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  overflow: visible;
}

.float-artifact.conviction-duo {
  width: min(92%, 480px);
  max-width: 100%;
  aspect-ratio: 1024 / 682 !important;
  height: auto !important;
  min-height: 0 !important;
  cursor: pointer;
  margin: 0 auto;
  overflow: visible !important;
}

.conviction-duo-core {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
}

.conviction-duo-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  user-select: none;
  pointer-events: none;
}

/* Ops control board — AI Operations */
.chrome-object--core .ops-grid {
  position: absolute;
  inset: 22%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  z-index: 1;
}

.ops-cell {
  border-radius: 6px;
  border: 1px solid rgba(168, 184, 224, 0.18);
  background: linear-gradient(160deg, rgba(255,255,255,0.05), rgba(139,156,198,0.04));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.ops-cell--live {
  background: linear-gradient(160deg, rgba(200,210,230,0.25), rgba(139,156,198,0.12));
  box-shadow: 0 0 12px rgba(168, 184, 224, 0.25);
  animation: opsBlink 2.8s ease-in-out infinite;
}

.ops-cell--live:nth-child(2) { animation-delay: 0.4s; }
.ops-cell--live:nth-child(4) { animation-delay: 0.9s; }
.ops-cell--live:nth-child(6) { animation-delay: 1.3s; }
.ops-cell--live:nth-child(8) { animation-delay: 0.2s; }

@keyframes opsBlink {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

.ops-meter {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 14%;
  height: 18%;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  z-index: 2;
}

.ops-meter i {
  flex: 1;
  display: block;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, rgba(232,233,237,0.85), rgba(139,156,198,0.35));
  animation: wavePulse 2.2s ease-in-out infinite;
}

.ops-meter i:nth-child(1) { height: 40%; animation-delay: 0s; }
.ops-meter i:nth-child(2) { height: 70%; animation-delay: 0.15s; }
.ops-meter i:nth-child(3) { height: 55%; animation-delay: 0.3s; }
.ops-meter i:nth-child(4) { height: 90%; animation-delay: 0.45s; }

.chrome-object--core .chrome-ring--a { inset: 4%; opacity: 0.7; }
.chrome-object--core .chrome-ring--b { inset: 12%; opacity: 0.5; }
.chrome-object--core .chrome-core-dot {
  width: 12px;
  height: 12px;
  z-index: 3;
}

/* App + Agent device cluster */
.chrome-object--modules .agent-device {
  position: absolute;
  left: 18%;
  top: 16%;
  width: 42%;
  height: 62%;
  border-radius: 14px;
  border: 1.5px solid rgba(200, 210, 230, 0.35);
  background: linear-gradient(160deg, rgba(40,42,52,0.9), rgba(18,18,26,0.95));
  box-shadow: 0 16px 32px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.12);
  overflow: hidden;
}

.agent-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 36%;
  height: 5px;
  border-radius: 4px;
  background: rgba(0,0,0,0.55);
}

.agent-screen {
  position: absolute;
  inset: 18px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
}

.agent-line {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(168,184,224,0.55), rgba(168,184,224,0.12));
  animation: agentScan 3s ease-in-out infinite;
}

.agent-line--short { width: 62%; }

@keyframes agentScan {
  0%, 100% { opacity: 0.4; transform: scaleX(0.92); }
  50% { opacity: 1; transform: scaleX(1); }
}

.agent-orb {
  position: absolute;
  right: 16%;
  top: 22%;
  width: 28%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f2f4fa, #8b9cc6 55%, #2a2c38);
  box-shadow: 0 0 24px rgba(168, 184, 224, 0.4);
  animation: nodePulse 3.2s ease-in-out infinite;
  z-index: 2;
}

.agent-link {
  position: absolute;
  left: 52%;
  top: 36%;
  width: 22%;
  height: 2px;
  background: linear-gradient(90deg, rgba(168,184,224,0.1), rgba(168,184,224,0.7));
  box-shadow: 0 0 8px rgba(168, 184, 224, 0.35);
  z-index: 1;
}

.mod--satellite {
  position: absolute;
  right: 14%;
  bottom: 18%;
  width: 22%;
  aspect-ratio: 1;
  border-radius: 10px;
  border: 1px solid rgba(168, 184, 224, 0.28);
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(139,156,198,0.08));
  box-shadow: 0 10px 22px rgba(0,0,0,0.35);
  animation: modPulse 4s ease-in-out infinite;
}

@media (max-width: 900px) {
  .conviction-showcase {
    min-height: 0;
    padding: 0 8px;
  }
  .float-artifact.conviction-duo {
    width: min(92vw, 380px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ops-cell--live,
  .ops-meter i,
  .agent-line,
  .agent-orb,
  .mod--satellite {
    animation: none !important;
  }
}

/* ── iPhone / compact: keep all desktop features, readable stack ─ */
@media (max-width: 900px) {
  .hero-content {
    padding-left: clamp(16px, 4vw, 28px) !important;
    padding-right: clamp(16px, 4vw, 28px) !important;
  }

  .hero-orbit-field {
    opacity: 0.28;
  }

  .hero-left .logo-emblem {
    width: clamp(140px, 38vw, 180px);
    height: clamp(79px, 21.5vw, 102px);
  }

  .hero-subtitle {
    white-space: normal;
    max-width: 22em;
  }

  .section-header--runway,
  .section-header--left {
    text-align: center;
    max-width: 100%;
  }

  .section-header--runway .section-desc,
  .section-header--left .section-desc {
    margin: 0 auto;
  }

  .services-runway {
    gap: clamp(36px, 8vw, 56px);
  }

  .feature-row,
  .feature-row--reverse {
    grid-template-columns: 1fr !important;
    gap: 22px;
  }

  .feature-row--reverse .feature-copy,
  .feature-row--reverse .feature-visual {
    order: initial !important;
  }

  .feature-visual {
    min-height: 180px;
    order: -1; /* object above copy on phone for visual punch */
  }

  .feature-row--reverse .feature-visual {
    order: -1;
  }

  .chrome-object,
  .float-artifact:not(.conviction-duo):not(.chrono-artifact) {
    width: min(72vw, 220px);
  }

  .capability-intro .chrome-object--prism,
  .process-intro .chrome-object--gyro {
    width: min(56vw, 180px);
    margin-left: auto;
    margin-right: auto;
  }

  .capability-intro,
  .process-intro {
    text-align: center;
    align-items: center;
  }

  .constellation {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .constellation-lines {
    display: none !important;
  }

  .constellation-node,
  .constellation-node.capability-block {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  .constellation-node.capability-block:hover {
    transform: translateY(-2px) !important;
  }

  .constellation-node .capability-desc {
    font-size: 13px;
    line-height: 1.6;
  }

  .constellation-node .capability-title {
    font-size: 15px;
  }

  .process-stage {
    gap: 28px;
  }

  .step-desc {
    font-size: 14px;
    line-height: 1.65;
  }

  .card-desc,
  .feature-copy .card-desc {
    font-size: 14px;
    line-height: 1.65;
  }

  .card-title {
    font-size: 18px;
  }

  .card-benefit-inline {
    font-size: 13px;
  }

  .contact-stage,
  .contact-stage--climax {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }

  .contact-artifact-col {
    order: -1;
  }

  .contact-stage--climax .chrono-artifact--phone,
  .float-artifact.chrono-artifact--phone {
    width: min(58vw, 240px) !important;
    margin: 0 auto;
  }

  .contact-title {
    font-size: clamp(26px, 7vw, 36px);
  }

  .contact-desc {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .form-input {
    font-size: 16px; /* prevents iOS zoom on focus */
    padding: 14px 16px;
  }

  .btn-submit {
    width: 100%;
  }

  .section-atmosphere::after {
    opacity: 0.2;
    background-size: 48px 48px;
  }
}

@media (max-width: 600px) {
  .float-artifact.conviction-duo {
    width: min(94vw, 340px);
  }

  .conviction-showcase {
    min-height: 0;
    padding: 0 6px;
  }

  .feature-visual {
    min-height: 160px;
  }

  .chrome-object {
    width: min(68vw, 200px);
  }

  .hero-left .logo-brand-row {
    gap: 16px;
  }
  .hero-left .logo-emblem {
    margin-bottom: 0;
  }
  .hero-left .brand-name {
    margin-top: 0;
  }
}
