:root {
  --ink: #071318;
  --ink-soft: #102127;
  --paper: #f4f1e9;
  --white: #fffdf7;
  --muted: #5d6a6d;
  --line: rgba(7, 19, 24, .14);
  --lime: #d8ff54;
  --blue: #7adcf3;
  --orange: #ff9a55;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(7, 19, 24, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; }
.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; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 1000; background: var(--lime); color: var(--ink); padding: 12px 18px; border-radius: 12px; font-weight: 800; }
.skip-link:focus { top: 18px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled { background: rgba(244, 241, 233, .86); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; line-height: 1; }
.brand > span:last-child { display: grid; gap: 4px; }
.brand strong { font-size: 14px; letter-spacing: .12em; }
.brand small { font-size: 9px; letter-spacing: .38em; color: var(--muted); }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; transform: rotate(-8deg); }
.brand-mark i { display: block; border-radius: 999px; background: var(--ink); }
.brand-mark i:nth-child(1) { height: 68%; align-self: end; background: var(--lime); }
.brand-mark i:nth-child(2) { height: 100%; }
.brand-mark i:nth-child(3) { height: 48%; align-self: end; background: var(--orange); }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); }
.main-nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
.main-nav a:not(.nav-cta):hover { color: #286c7c; }
.nav-cta { padding: 10px 16px; border: 1px solid var(--ink); border-radius: 999px; }
.nav-cta:hover { background: var(--ink); color: var(--white); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--ink); padding: 12px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--white); border-radius: 2px; }

.hero { position: relative; min-height: calc(100vh - 76px); padding: clamp(72px, 10vw, 150px) clamp(20px, 6vw, 92px) 42px; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: center; gap: clamp(40px, 7vw, 110px); }
.hero-copy, .hero-stage, .hero-stats { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .16em; color: #416269; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.hero h1 { margin: 0; max-width: 900px; font-size: clamp(48px, 7vw, 104px); line-height: .93; letter-spacing: -.065em; font-weight: 900; }
.hero h1 em { display: block; color: #34778a; font-style: normal; }
.hero-text { max-width: 690px; margin: 30px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: #17333c; }
.button-quiet { border-color: var(--line); background: rgba(255,255,255,.46); }

.hero-stage { aspect-ratio: 1 / 1; max-width: 590px; width: 100%; justify-self: center; }
.stage-main { position: absolute; inset: 17%; display: flex; flex-direction: column; justify-content: center; padding: 12%; border-radius: 38px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); transform: rotate(5deg); overflow: hidden; }
.stage-main::before { content: ""; position: absolute; width: 180px; height: 180px; right: -55px; top: -55px; border: 38px solid var(--lime); border-radius: 50%; opacity: .9; }
.stage-main::after { content: ""; position: absolute; left: -25%; bottom: -40%; width: 92%; height: 70%; background: #16566a; border-radius: 50%; transform: rotate(-18deg); }
.stage-main strong { position: relative; z-index: 1; font-size: clamp(42px, 6vw, 80px); letter-spacing: -.06em; line-height: .86; }
.stage-main strong:nth-of-type(2) { color: var(--lime); }
.stage-label { position: absolute; z-index: 2; left: 12%; top: 10%; font-size: 10px; letter-spacing: .18em; color: #a7bbc0; }
.stage-chip { position: absolute; z-index: 3; min-width: 122px; display: flex; align-items: center; gap: 10px; padding: 11px 16px; border: 1px solid rgba(7,19,24,.1); border-radius: 999px; background: rgba(255,253,247,.88); box-shadow: 0 14px 40px rgba(7,19,24,.12); backdrop-filter: blur(12px); font-size: 13px; font-weight: 800; }
.stage-chip span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: var(--white); }
.chip-game { left: 3%; top: 16%; transform: rotate(-7deg); }
.chip-app { right: 0; bottom: 19%; transform: rotate(7deg); }
.orbit { position: absolute; border: 1px solid rgba(7,19,24,.14); border-radius: 50%; }
.orbit-one { inset: 5%; }
.orbit-two { inset: 0 18%; transform: rotate(55deg); }
.stage-dot { position: absolute; border-radius: 50%; }
.dot-one { width: 54px; height: 54px; right: 9%; top: 10%; background: var(--orange); }
.dot-two { width: 34px; height: 34px; left: 11%; bottom: 9%; background: var(--blue); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .55; }
.hero-glow-one { width: 460px; height: 460px; left: -250px; top: 8%; background: #b9eff4; }
.hero-glow-two { width: 380px; height: 380px; right: -220px; bottom: 4%; background: #e8ff91; }
.hero-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 800px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-stats div { display: flex; align-items: center; gap: 13px; padding-right: 28px; }
.hero-stats strong { font-size: 31px; letter-spacing: -.05em; }
.hero-stats span { max-width: 130px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.section-shell { width: min(1480px, calc(100% - 40px)); margin-inline: auto; }
.product-section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 40px; margin-bottom: 40px; }
.section-heading h2, .approach-intro h2, .legal-copy h2, .contact-strip h2 { margin: 0; font-size: clamp(42px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { max-width: 640px; margin: 0; color: var(--muted); font-size: 18px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; }
.filter-button { cursor: pointer; border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px; background: transparent; color: var(--ink); font-weight: 800; }
.filter-button span { margin-left: 7px; color: var(--muted); font-size: 11px; }
.filter-button.is-active { background: var(--ink); color: var(--white); }
.filter-button.is-active span { color: var(--lime); }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.product-card { --tone: #dce4e5; grid-column: span 4; min-height: 390px; position: relative; display: flex; flex-direction: column; padding: clamp(22px, 3vw, 34px); border: 1px solid rgba(7,19,24,.09); border-radius: var(--radius-md); background: var(--white); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.product-card::before { content: ""; position: absolute; width: 230px; height: 230px; right: -95px; top: -100px; border-radius: 50%; background: var(--tone); opacity: .72; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card.is-hidden { display: none; }
.featured-card { grid-column: span 6; min-height: 470px; }
.wide-card { grid-column: span 8; display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; gap: 25px; color: var(--white); background: #10171d; }
.wide-card::before { display: none; }
.card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 28px; }
.product-kind { padding: 7px 11px; border-radius: 999px; background: var(--tone); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-status { color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.wide-card .product-status { color: #9db0b6; }
.product-symbol { position: relative; z-index: 1; width: 92px; height: 92px; display: grid; place-items: center; margin: auto 0 28px; border-radius: 27px; color: var(--ink); background: var(--tone); font-size: 25px; font-weight: 950; letter-spacing: -.05em; transform: rotate(-4deg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }
.product-card h3 { position: relative; z-index: 1; margin: 0 0 10px; font-size: clamp(27px, 3vw, 39px); line-height: 1.05; letter-spacing: -.04em; }
.product-card p { position: relative; z-index: 1; margin: 0 0 24px; color: var(--muted); }
.card-links { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: auto; }
.card-links a { font-size: 13px; font-weight: 900; text-underline-offset: 4px; }
.card-links a:first-child { text-decoration: none; padding: 9px 13px; border-radius: 999px; background: var(--ink); color: var(--white); }
.wide-card p { color: #b9c7ca; }
.wide-card .card-links a:first-child { background: var(--lime); color: var(--ink); }
.nova-art { min-height: 300px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 10px; border-radius: 18px; background: radial-gradient(circle at 50% 0, #314155, #111820 60%); }
.nova-art span { display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.02)); color: var(--lime); font-size: clamp(38px, 5vw, 70px); font-weight: 950; text-shadow: 0 0 22px rgba(216,255,84,.45); }
.wide-copy { display: flex; flex-direction: column; padding: 8px 4px; }
.tone-blue { --tone: #a8eafa; }
.tone-orange { --tone: #ffbd83; }
.tone-violet { --tone: #d4b8ff; }
.tone-teal { --tone: #a8eadb; }
.tone-sand { --tone: #e7d6b4; }
.tone-neon { --tone: var(--lime); }
.tone-coral { --tone: #ffb3a6; }
.tone-green { --tone: #bfe8a3; }
.tone-gold { --tone: #ffe18a; }
.tone-pink { --tone: #ffb8df; }
.tone-lime { --tone: #d8ff82; }
.tone-sky { --tone: #b5dcff; }
.tone-huawei { --tone: #ffb0a7; }

.approach-section { padding: 80px 0 130px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); }
.approach-intro > p:last-child { max-width: 520px; color: var(--muted); font-size: 18px; }
.principles { border-top: 1px solid var(--line); }
.principles article { display: grid; grid-template-columns: 55px .55fr 1fr; gap: 22px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.principles span { color: #477581; font-size: 12px; font-weight: 900; }
.principles h3 { margin: 0; font-size: 20px; }
.principles p { margin: 0; color: var(--muted); }

.legal-section { padding: 20px 0 120px; }
.legal-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: clamp(34px, 6vw, 78px); border-radius: var(--radius-lg); color: var(--white); background: var(--ink); overflow: hidden; }
.eyebrow.light { color: #98c2ca; }
.legal-copy p:not(.eyebrow) { max-width: 590px; color: #b9c7ca; }
.button-light { margin-top: 22px; background: var(--lime); color: var(--ink); }
.legal-links { display: grid; align-content: center; }
.legal-links a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.legal-links a:hover span { color: var(--lime); }
.legal-links span { font-weight: 850; }
.legal-links small { color: #91a8ad; text-align: right; }
.contact-strip { display: flex; justify-content: space-between; align-items: end; gap: 35px; padding: 40px 0 120px; }
.contact-strip h2 { max-width: 850px; font-size: clamp(38px, 5vw, 68px); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 26px; padding: 40px clamp(20px, 5vw, 72px); border-top: 1px solid var(--line); }
.site-footer p { color: var(--muted); }
.site-footer nav { display: flex; gap: 20px; }
.site-footer nav a { font-size: 13px; font-weight: 800; }
.site-footer > small { grid-column: 1 / -1; color: var(--muted); }

.inner-page { min-height: 100vh; display: flex; flex-direction: column; }
.inner-main { flex: 1; width: min(1060px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 110px; }
.inner-hero { max-width: 780px; margin-bottom: 54px; }
.inner-hero h1 { margin: 0 0 18px; font-size: clamp(48px, 8vw, 88px); line-height: .95; letter-spacing: -.06em; }
.inner-hero p { color: var(--muted); font-size: 19px; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.info-card h2 { margin: 0 0 10px; font-size: 23px; letter-spacing: -.03em; }
.info-card p { margin: 0 0 16px; color: var(--muted); }
.info-card a { font-weight: 850; text-underline-offset: 4px; }
.support-list { display: grid; gap: 10px; margin-top: 28px; }
.support-list a { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 800; }
.support-list a:hover { color: #34778a; }
.policy-document { padding: clamp(24px, 5vw, 54px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.policy-document h2 { margin: 34px 0 8px; font-size: 24px; letter-spacing: -.03em; }
.policy-document p, .policy-document li { color: var(--muted); }
.policy-document ul { padding-left: 22px; }
.policy-meta { display: inline-flex; margin-bottom: 20px; padding: 7px 12px; border-radius: 999px; background: #ffe0dc; font-size: 12px; font-weight: 850; }

:focus-visible { outline: 3px solid #34778a; outline-offset: 4px; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 920px; }
  .hero-stage { max-width: 620px; }
  .hero-stats { grid-column: auto; }
  .product-card { grid-column: span 6; }
  .featured-card, .wide-card { grid-column: 1 / -1; }
  .approach-section { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .site-header { min-height: 68px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,247,.97); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .inner-page .main-nav { position: static; display: flex; flex-direction: row; align-items: center; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .inner-page .main-nav a:not(.nav-cta) { display: none; }
  .inner-page .main-nav .nav-cta { margin: 0; padding: 9px 14px; }
  .hero { padding-top: 70px; }
  .hero h1 { font-size: clamp(49px, 14vw, 78px); }
  .hero-stage { max-width: 470px; }
  .stage-chip { min-width: 104px; padding: 8px 11px; }
  .hero-stats { grid-template-columns: 1fr; gap: 16px; }
  .hero-stats div { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
  .section-heading, .legal-panel { grid-template-columns: 1fr; }
  .section-heading { align-items: start; }
  .product-card, .featured-card, .wide-card { grid-column: 1 / -1; }
  .wide-card { grid-template-columns: 1fr; }
  .principles article { grid-template-columns: 42px 1fr; }
  .principles p { grid-column: 2; }
  .legal-panel { gap: 36px; }
  .contact-strip { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > small { grid-column: auto; }
  .info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .section-shell, .inner-main { width: min(100% - 28px, 1480px); }
  .hero { padding-left: 15px; padding-right: 15px; }
  .hero-stage { width: calc(100% + 14px); margin-left: -7px; }
  .stage-main { inset: 16%; border-radius: 28px; }
  .stage-main strong { font-size: 38px; }
  .product-section { padding-top: 90px; }
  .product-card { min-height: 360px; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .filter-bar::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 auto; }
  .legal-panel { padding: 30px 22px; }
  .legal-links a { align-items: flex-start; flex-direction: column; gap: 2px; }
  .legal-links small { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Cinematic studio homepage */
.home-page {
  --home-bg: #08090b;
  --home-panel: #111317;
  --home-panel-soft: #171a1f;
  --home-text: #f7f4ec;
  --home-muted: #a5a9b2;
  --home-line: rgba(255,255,255,.12);
  --home-orange: #ff7a00;
  background: var(--home-bg);
  color: var(--home-text);
}
.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
.home-page .site-header {
  color: var(--home-text);
  background: rgba(8,9,11,.68);
  border-bottom-color: rgba(255,255,255,.08);
  backdrop-filter: blur(22px);
}
.home-page .site-header.is-scrolled { background: rgba(8,9,11,.91); border-color: rgba(255,255,255,.12); }
.home-page .brand { color: var(--home-text); }
.home-page .brand small { color: #a5a9b2; }
.home-page .brand-mark i { background: var(--home-text); }
.home-page .brand-mark i:nth-child(1) { background: var(--home-orange); }
.home-page .brand-mark i:nth-child(3) { background: var(--lime); }
.home-page .main-nav a:not(.nav-cta):hover { color: #ff9c42; }
.home-page .nav-cta { border-color: rgba(255,255,255,.34); }
.home-page .nav-cta:hover { background: var(--home-orange); color: #111; border-color: var(--home-orange); }

.home-page .hero {
  min-height: calc(100vh - 76px);
  padding-top: clamp(92px, 10vw, 150px);
  padding-bottom: 0;
  background:
    radial-gradient(circle at 78% 34%, rgba(255,122,0,.18), transparent 22%),
    radial-gradient(circle at 62% 75%, rgba(117,225,255,.13), transparent 25%),
    linear-gradient(135deg, #08090b 0%, #0c0e12 58%, #07090b 100%);
}
.home-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.055) 50%, transparent 50.1%);
}
.home-page .hero .eyebrow { color: #ff9c42; }
.home-page .hero h1 { max-width: 980px; color: var(--home-text); font-size: clamp(54px, 5.6vw, 92px); text-wrap: balance; }
.home-page .hero h1 em {
  color: transparent;
  background: linear-gradient(90deg, #ff7a00 0%, #ffb35b 48%, #d8ff54 115%);
  -webkit-background-clip: text;
  background-clip: text;
}
.home-page .hero-text { color: #b7bac2; max-width: 760px; }
.home-page .hero .button-primary { background: var(--home-orange); color: #13100d; box-shadow: 0 14px 44px rgba(255,122,0,.22); }
.home-page .hero .button-primary:hover { background: #ff932f; }
.home-page .hero .button-quiet { color: var(--home-text); border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.055); }
.hero-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 32px; color: #717680; font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.hero-proof i { width: 4px; height: 4px; border-radius: 50%; background: var(--home-orange); }

.home-page .hero-stage { filter: drop-shadow(0 40px 70px rgba(0,0,0,.48)); }
.home-page .stage-main {
  background: linear-gradient(145deg, #1e2229 0%, #090a0c 70%);
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 30px 90px rgba(0,0,0,.58);
}
.home-page .stage-main::before { border-color: var(--home-orange); box-shadow: 0 0 55px rgba(255,122,0,.38); }
.home-page .stage-main::after { background: linear-gradient(145deg, #143c4d, #092129); }
.home-page .stage-main strong:nth-of-type(2) { color: var(--home-orange); }
.home-page .orbit { border-color: rgba(255,255,255,.16); }
.home-page .orbit-one { box-shadow: inset 0 0 45px rgba(255,122,0,.06); }
.home-page .stage-chip { color: var(--home-text); border-color: rgba(255,255,255,.13); background: rgba(23,26,31,.9); box-shadow: 0 18px 45px rgba(0,0,0,.4); }
.home-page .stage-chip span { color: #111; background: var(--home-orange); }
.home-page .dot-one { background: var(--home-orange); box-shadow: 0 0 55px rgba(255,122,0,.65); }
.home-page .dot-two { box-shadow: 0 0 42px rgba(122,220,243,.55); }
.home-page .hero-glow-one { background: #18475d; opacity: .34; }
.home-page .hero-glow-two { background: #4d2d07; opacity: .42; }
.home-page .hero-stats { border-color: var(--home-line); padding-bottom: 42px; }
.home-page .hero-stats strong { color: var(--home-orange); font-size: 38px; }
.home-page .hero-stats span { color: #9ca0a9; }
.hero-marquee { grid-column: 1 / -1; width: calc(100% + 12vw); margin-left: -6vw; display: flex; justify-content: space-around; align-items: center; gap: 28px; padding: 17px 30px; color: #100e0a; background: var(--home-orange); overflow: hidden; white-space: nowrap; transform: rotate(-1.2deg); font-size: clamp(16px, 2vw, 27px); font-weight: 950; letter-spacing: .08em; }
.hero-marquee i { font-style: normal; font-size: .7em; }

.home-page .product-section { width: 100%; padding: 150px max(20px, calc((100% - 1480px) / 2)); background: #0b0c0f; }
.home-page .section-heading h2, .home-page .approach-intro h2, .home-page .contact-strip h2 { color: var(--home-text); }
.home-page .section-heading > p, .home-page .approach-intro > p:last-child { color: var(--home-muted); }
.home-page .eyebrow { color: #ff9c42; }
.home-page .filter-button { color: #d7d8dc; border-color: var(--home-line); }
.home-page .filter-button span { color: #7f848d; }
.home-page .filter-button.is-active { color: #111; background: var(--home-orange); border-color: var(--home-orange); }
.home-page .filter-button.is-active span { color: #4c2a0b; }
.home-page .product-grid { gap: 20px; }
.home-page .product-card {
  color: var(--home-text);
  border-color: rgba(255,255,255,.1);
  background: linear-gradient(145deg, #181b20, #111317 70%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.home-page .product-card::before { opacity: .18; filter: blur(2px); }
.home-page .product-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(125deg, rgba(255,255,255,.06), transparent 30%); }
.home-page .product-card:hover { border-color: color-mix(in srgb, var(--tone) 60%, transparent); box-shadow: 0 28px 70px rgba(0,0,0,.42), 0 0 50px color-mix(in srgb, var(--tone) 12%, transparent); }
.home-page .product-card p { color: #aeb1b8; }
.home-page .product-status { color: #858a94; }
.home-page .product-kind { color: #111; }
.home-page .product-symbol { color: #111; box-shadow: 0 18px 45px color-mix(in srgb, var(--tone) 20%, transparent); }
.home-page .card-links a:first-child { color: #111; background: var(--tone); }
.home-page .wide-card { background: radial-gradient(circle at 10% 20%, #29354b, #101319 58%); }
.home-page .wide-card .card-links a:first-child { background: var(--home-orange); }

.home-page .approach-section { width: 100%; max-width: none; padding: 140px max(20px, calc((100% - 1480px) / 2)); background: #111318; }
.home-page .principles { border-color: var(--home-line); }
.home-page .principles article { border-color: var(--home-line); }
.home-page .principles span { color: var(--home-orange); }
.home-page .principles p { color: var(--home-muted); }
.home-page .legal-section { width: 100%; padding: 120px max(20px, calc((100% - 1480px) / 2)); background: #f0ece2; }
.home-page .legal-panel { background: linear-gradient(135deg, #111318, #08090b); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 35px 80px rgba(0,0,0,.22); }
.home-page .button-light { background: var(--home-orange); }
.home-page .contact-strip { width: 100%; max-width: none; padding: 120px max(20px, calc((100% - 1480px) / 2)); background: #0b0c0f; }
.home-page .contact-strip .button-primary { color: #111; background: var(--home-orange); }
.home-page .site-footer { color: var(--home-text); border-color: var(--home-line); background: #060709; }
.home-page .site-footer p, .home-page .site-footer > small { color: #888d96; }

@media (max-width: 780px) {
  .home-page .main-nav { color: var(--home-text); border-color: var(--home-line); background: rgba(15,17,20,.98); }
  .home-page .hero { padding-top: 84px; }
  .home-page .hero::before { display: none; }
  .home-page .hero h1 { font-size: clamp(47px, 13.4vw, 74px); }
  .home-page .hero-stage { margin-top: 10px; }
  .hero-marquee { width: calc(100% + 30px); margin-left: -15px; justify-content: flex-start; }
  .hero-marquee span:nth-of-type(n+4), .hero-marquee span:nth-of-type(n+4) ~ i { display: none; }
  .home-page .product-section { padding-top: 110px; padding-bottom: 110px; }
  .home-page .approach-section, .home-page .legal-section, .home-page .contact-strip { padding-top: 90px; padding-bottom: 90px; }
}

@media (max-width: 480px) {
  .hero-proof { gap: 8px; font-size: 8px; }
  .home-page .hero h1 { font-size: clamp(42px, 11.7vw, 54px); letter-spacing: -.05em; overflow-wrap: anywhere; }
  .home-page .hero-actions { display: grid; grid-template-columns: 1fr; }
  .home-page .hero-actions .button { width: 100%; }
  .home-page .hero-stats strong { font-size: 32px; }
  .home-page .product-card { min-height: 390px; }
}
