/* Kotuvium: obsidian foundation, amethyst vision, emerald possibility. */
:root {
  color-scheme: dark;
  --background: #0a0a0f;
  --surface: #101016;
  --surface-raised: #15151e;
  --amethyst: #6c63ff;
  --amethyst-light: #aaa5ff;
  --emerald: #10b981;
  --ice: #dce3ea;
  --text: #f4f5f8;
  --muted: #9899a9;
  --line: #252530;
  --font: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ease: cubic-bezier(.2, .8, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--background); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
::selection { background: #6c63ff70; color: #fff; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button { touch-action: manipulation; }
button[hidden], [hidden] { display: none !important; }
button:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--emerald); outline-offset: 6px; border-radius: 3px; }
svg { display: block; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-weight: 550; }
h1, h2 { letter-spacing: -.065em; }
h2 { font-size: clamp(36px, 4vw, 56px); line-height: 1.14; }
h3 { line-height: 1.3; letter-spacing: -.035em; }
.wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 20px; background: var(--emerald); color: var(--background); border-radius: 6px; font-weight: 650; }
.skip-link:focus { top: 12px; }
.eyebrow, .micro-label, .section-aside, .section-number, .approach-index, .product-number, .orbit-label, .orbital-coordinate, .visual-caption, .hero-bottom, .color-key, .mission-signature { font-family: var(--mono); font-size: 11px; font-weight: 400; letter-spacing: .1em; }
.eyebrow { display: flex; align-items: center; gap: 12px; text-transform: uppercase; color: var(--ice); }
.micro-label, .section-aside { color: var(--muted); }
.section-number { color: var(--emerald); margin-right: 6px; }
.signal-dot { display: inline-block; flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 14px #10b98150; }
.muted-word { color: var(--muted); }
.future-text { color: #a39cff; background: linear-gradient(100deg, #f2efff 0%, #b1aaff 24%, #7d74ff 80%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.mono { font-family: var(--mono); font-size: .9em; }
.tiny-cross { color: var(--emerald); font: 20px var(--mono); }

/* Navigation stays lightweight; mobile navigation remains usable without JS. */
.site-header { position: sticky; top: 0; z-index: 30; background: #0a0a0fdd; border-bottom: 1px solid #ffffff09; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.nav-shell { height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 25px; font-weight: 620; letter-spacing: -.055em; white-space: nowrap; }
.brand-mark { width: 28px; height: 28px; color: var(--ice); }
.wordmark-period { color: var(--emerald); }
.primary-nav { display: flex; align-items: center; gap: 32px; }
.primary-nav > a, .detail-nav a { color: #b5b5c1; font-size: 13px; transition: color .2s; }
.primary-nav > a:hover, .primary-nav > a[aria-current], .detail-nav a:hover { color: #fff; }
.primary-nav .nav-cta { padding: 10px 16px; border: 1px solid #3b3b49; border-radius: 5px; color: var(--text); }
.nav-cta span { margin-left: 18px; }
.nav-cta:hover { background: #ffffff08; border-color: #777287; }
.menu-toggle { border: 1px solid var(--line); background: transparent; border-radius: 5px; width: 44px; height: 44px; padding: 12px; }
.menu-toggle span { display: block; height: 1px; width: 18px; background: #fff; margin: 5px 0; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.scroll-progress { position: absolute; bottom: -1px; left: 0; height: 1px; width: 100%; background: linear-gradient(90deg, var(--emerald), var(--amethyst)); transform-origin: left; transform: scaleX(0); }

/* Hero: custom orbital canvas, with a CSS-only visual fallback. */
.hero { position: relative; min-height: 720px; display: grid; grid-template-columns: 1.03fr 1fr; align-items: center; padding-top: 46px; padding-bottom: 122px; }
.hero-copy { position: relative; z-index: 2; }
.hero .eyebrow { margin-bottom: 28px; }
.hero h1 { font-size: clamp(70px, 7.5vw, 108px); line-height: 1.04; font-weight: 560; letter-spacing: -.075em; }
.hero-description { margin-top: 30px; max-width: 460px; font-size: 18px; line-height: 1.8; color: #b3b3c0; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 35px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 14px 23px; min-height: 50px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 600; letter-spacing: -.01em; transition: background .2s, border-color .2s, transform .25s var(--ease), box-shadow .25s; }
.button span { font-size: 19px; line-height: 1; transition: transform .25s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translate(2px, -2px); }
.button-primary { background: var(--amethyst); color: #fff; box-shadow: 0 0 28px #6c63ff10; }
.button-primary:hover { background: #5b52ed; box-shadow: 0 5px 36px #6c63ff35; }
.button-light { background: var(--ice); color: var(--background); }
.button-light:hover { background: #fff; }
.text-link { display: inline-flex; gap: 16px; align-items: center; min-height: 44px; font-size: 13px; font-weight: 500; }
.text-link span { color: var(--muted); transition: transform .2s, color .2s; }
.text-link:hover span { color: var(--emerald); transform: translateX(3px); }
.hero-note { margin-top: 43px; display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 10px; letter-spacing: .04em; color: var(--muted); }
.orbital-scene { position: relative; width: calc(100% + 56px); aspect-ratio: 1; margin-left: -28px; pointer-events: none; isolation: isolate; overflow: hidden; }
.orbital-halo { position: absolute; inset: 6%; background: radial-gradient(ellipse, #6c63ff20 0%, #6c63ff0a 38%, transparent 68%); filter: blur(10px); }
.orbital-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(#a39cff17 1px, transparent 1px), linear-gradient(90deg, #a39cff17 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(ellipse, #000, transparent 68%); -webkit-mask-image: radial-gradient(ellipse, #000, transparent 68%); transform: perspective(500px) rotateX(20deg) rotateZ(-20deg); }
#possibility-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.orbit-ring { position: absolute; inset: 12%; border: 1px solid #a39cff2c; border-radius: 50%; }
.orbit-ring-one { transform: rotate(-31deg) scaleY(.48); box-shadow: 0 0 24px #6c63ff09, inset 0 0 20px #6c63ff09; }
.orbit-ring-two { inset: 16%; transform: rotate(53deg) scaleY(.63); border-color: #10b98129; }
.orbit-ring-three { inset: 4%; transform: rotate(-31deg) scaleY(.48); border-style: dashed; border-color: #a39cff12; }
.orbital-core { position: absolute; inset: 39%; display: grid; place-items: center; z-index: 2; filter: drop-shadow(0 0 16px #6c63ff50); animation: core-breathe 8s ease-in-out infinite; }
.orbital-core svg { width: 72%; height: 72%; }
.orbit-label { position: absolute; color: #a7a6bc; font-size: 9px; z-index: 3; background: #0a0a0faa; padding: 7px 11px; border: 1px solid #85819822; }
.label-top { left: 47%; top: 12%; }
.label-cross { color: var(--amethyst-light); margin-right: 9px; }
.label-bottom { bottom: 15%; left: 1%; font-size: 8px; }
.label-bottom i { display: inline-block; background: var(--emerald); width: 4px; height: 4px; border-radius: 50%; margin-right: 7px; }
.orbital-coordinate { position: absolute; color: #77748b; font-size: 9px; }
.coord-one { top: 36%; left: 5%; }
.coord-two { bottom: 32%; right: 0; }
.orbit-star { position: absolute; color: #797187; font: 22px var(--mono); }
.star-one { right: 3%; top: 20%; }.star-two { left: 26%; bottom: 10%; color: #10b98180; }
.hero-bottom { position: absolute; left: 0; right: 0; bottom: 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); font-size: 9px; }
.hero-bottom > p { letter-spacing: .14em; }.hero-bottom > p span { margin-inline: 12px; color: var(--amethyst-light); }
.scroll-cue { display: flex; align-items: center; gap: 12px; min-height: 44px; }
.scroll-cue-icon { display: grid; place-items: center; width: 24px; height: 34px; border: 1px solid #34343e; border-radius: 14px; font: 15px var(--font); color: var(--ice); }
.motion-control { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 0 8px 12px; border: 0; background: none; font: 10px var(--mono); letter-spacing: 0; color: var(--muted); }
.motion-control:hover { color: #fff; }.motion-icon { width: 13px; font-family: var(--font); }

.principle-strip { position: relative; border-block: 1px solid var(--line); background: linear-gradient(90deg, #10b98102, #6c63ff04, #10b98102); }
.principle-strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.principle-strip-inner > span { display: flex; align-items: center; justify-content: space-between; padding: 21px 28px; color: #d7d7e0; border-right: 1px solid var(--line); font-size: 15px; font-weight: 400; }
.principle-strip-inner > span:first-child { padding-left: 0; }.principle-strip-inner > span:last-child { padding-right: 0; border-right: 0; }
.principle-strip small { font: 10px var(--mono); color: var(--muted); }
.principle-strip i { width: 4px; height: 4px; border-radius: 50%; }
.green-point { background: var(--emerald); }.violet-point { background: var(--amethyst); }

/* Content uses typographic hierarchy rather than a wall of identical cards. */
.section { padding-block: 104px; }
.section-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 44px; }
.section-aside { font-size: 9px; letter-spacing: .09em; }
.studio-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; }
.studio-copy { padding-top: 3px; }.studio-copy > p + p { margin-top: 20px; }
.studio-copy p { font-size: 15px; color: var(--muted); line-height: 1.85; }
.studio-copy .lead-copy { color: var(--ice); font-size: 18px; line-height: 1.7; }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 60px; border-top: 1px solid var(--line); }
.approach-item { padding: 34px 34px 0; position: relative; }
.approach-item:first-child { padding-left: 0; }.approach-item:last-child { padding-right: 0; }
.approach-item + .approach-item::before { content: ''; position: absolute; top: 34px; bottom: 0; left: 0; width: 1px; background: var(--line); }
.line-icon { display: block; width: 30px; height: 30px; color: var(--emerald); margin-bottom: 25px; }
.line-icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.2; fill: none; }
.violet-icon { color: var(--amethyst-light) !important; }
.approach-item h3 { font-size: 23px; margin-bottom: 13px; }
.approach-item p { color: var(--muted); font-size: 14px; line-height: 1.85; max-width: 320px; }
.approach-index { display: block; color: #8c8c9e; font-size: 9px; margin-top: 28px; }
.work-section { border-top: 1px solid var(--line); background: linear-gradient(180deg, #101018 0%, #0a0a0f 100%); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 46px; }
.section-heading > p { color: var(--muted); font-size: 14px; max-width: 295px; line-height: 1.9; }
.product-card { display: grid; grid-template-columns: .96fr 1.04fr; position: relative; border: 1px solid #30303f; border-radius: 13px; background: #101017; overflow: hidden; }
.product-copy { padding: 40px; min-width: 0; position: relative; z-index: 2; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 36px; }
.product-number { color: var(--muted); font-size: 9px; }
.pill { color: #baaefe; font-size: 10px; border: 1px solid #6c63ff40; background: #6c63ff0c; border-radius: 30px; padding: 4px 9px; white-space: nowrap; }
.product-title { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.product-title h3, .product-title > p { font-size: 29px; font-weight: 580; letter-spacing: -.06em; line-height: 1.2; }
.fightclear-mark { width: 29px; height: 29px; color: var(--emerald); }
.product-tagline { font-size: clamp(36px, 3.3vw, 48px); line-height: 1.13; letter-spacing: -.055em; font-weight: 500; }
.product-description { margin-top: 23px; max-width: 385px; font-size: 14px; line-height: 1.9; color: #a4a4b5; }
.product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; margin-bottom: 32px; }
.product-tags > span { font-size: 10px; color: #a4a4b5; border: 1px solid #30303e; padding: 4px 9px; border-radius: 3px; }
.ownership-note { color: #9291a2; font-size: 10px; margin-top: 20px; max-width: 330px; line-height: 1.8; }
.product-visual { position: relative; display: grid; place-items: center; min-height: 580px; border-left: 1px solid #262534; background: radial-gradient(ellipse at 60% 34%, #6c63ff20, transparent 64%), radial-gradient(ellipse at 50% 100%, #10b98110, transparent 62%); perspective: 1000px; }
.product-visual-grid { position: absolute; inset: 0; background-image: linear-gradient(#a49cff0a 1px, transparent 1px), linear-gradient(90deg, #a49cff0a 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(transparent, #000 30%, #000 65%, transparent); -webkit-mask-image: linear-gradient(transparent, #000 30%, #000 65%, transparent); }
.product-orbit { position: absolute; width: 88%; aspect-ratio: 1; border: 1px solid #77708f1f; border-radius: 50%; box-shadow: 0 0 0 40px #77708f05, 0 0 0 80px #77708f04; }
.dashboard-preview { position: relative; width: calc(100% - 80px); max-width: 445px; margin-bottom: 5px; background: #111219; border: 1px solid #4f496266; border-radius: 10px; box-shadow: -20px 24px 60px #0008, 0 0 60px #6c63ff0b; transform: rotateY(-8deg) rotateZ(-5deg); transition: transform .7s var(--ease), box-shadow .7s; }
.product-card:hover .dashboard-preview { transform: rotateY(-2deg) rotateZ(-2deg) translateY(-4px); box-shadow: -10px 28px 70px #0008, 0 0 60px #6c63ff15; }
.preview-topbar { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2c2c37; padding: 13px 20px; }
.preview-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--emerald); font-size: 20px; font-weight: 700; font-style: italic; }
.preview-brand span { color: var(--ice); font-size: 12px; font-weight: 600; font-style: normal; letter-spacing: -.03em; }
.preview-dots { color: #686576; letter-spacing: 2px; font-size: 10px; }
.preview-content { padding: 24px 20px 13px; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.preview-heading .micro-label { font-size: 7px; color: #9b95ac; }
.preview-heading p { font-size: 21px; letter-spacing: -.04em; margin-top: 3px; }
.preview-icon { border: 1px solid #373442; color: var(--emerald); border-radius: 5px; font-size: 18px; width: 32px; height: 32px; text-align: center; }
.preview-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 23px; margin-bottom: 25px; }
.preview-stats > div { padding: 13px; border: 1px solid #282b35; border-radius: 5px; background: linear-gradient(125deg, #10b98105, transparent); overflow: hidden; }
.preview-stats > div + div { background: linear-gradient(125deg, #6c63ff09, transparent); }
.preview-stats span { display: block; font: 7px var(--mono); letter-spacing: .1em; color: #a0a0b3; }
.preview-stats strong { display: block; margin-top: 6px; font-size: 18px; letter-spacing: -.03em; font-weight: 450; }
.preview-stats i { display: block; width: 100%; height: 2px; margin-top: 15px; background: linear-gradient(90deg, var(--emerald), #10b98114); }
.preview-stats > div + div i { background: linear-gradient(90deg, var(--amethyst), #6c63ff14); }
.preview-list-label { display: flex; justify-content: space-between; color: #a0a0b3; font: 7px var(--mono); margin-bottom: 9px; letter-spacing: .07em; }
.preview-row { display: flex; gap: 10px; align-items: center; padding: 14px 0; border-top: 1px solid #262631; }
.preview-row-icon { color: #a0a0b3; font: 9px var(--mono); background: #1a1a23; border: 1px solid #282833; border-radius: 4px; padding: 7px; }
.preview-row strong { font-size: 11px; display: block; font-weight: 500; color: #dbdbe4; }
.preview-row small { display: block; font-size: 9px; color: #9593a9; margin-top: 2px; }
.preview-badge { color: #51d5ad; background: #10b9810b; border: 1px solid #10b98127; padding: 2px 6px; border-radius: 3px; margin-left: auto; font-size: 8px; }
.preview-footer { display: flex; align-items: center; gap: 7px; font: 7px var(--mono); color: #9b98ac; margin-top: 8px; padding-top: 12px; border-top: 1px solid #262631; }
.preview-footer .signal-dot { width: 4px; height: 4px; }
.visual-caption { position: absolute; bottom: 28px; left: 0; right: 0; text-align: center; color: #a09cb1; font-size: 8px; letter-spacing: .07em; }
.portfolio-footnote { display: flex; align-items: center; gap: 16px; margin-top: 29px; }
.portfolio-footnote p { font-size: 12px; color: var(--ice); }.portfolio-footnote p span { color: var(--muted); }
.portfolio-footnote-line { flex: 1; height: 1px; background: var(--line); margin-left: 10px; }
.portfolio-footnote .micro-label { font-size: 8px; }

/* Name explorer is progressively enhanced into an accessible tab set. */
.philosophy-section { padding-top: 32px; }
.meaning-tabs { display: none; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.js .meaning-tabs { display: grid; }
.meaning-tab { --meaning-color: var(--emerald); position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 25px 22px 23px; background: transparent; border: 0; border-bottom: 2px solid var(--line); transition: background .25s, border-color .25s; }
.meaning-tab + .meaning-tab { border-left: 1px solid var(--line); }
.meaning-tab > span { font-size: 92px; line-height: 1.15; letter-spacing: -.07em; font-weight: 450; color: #92919f; transition: color .25s; }
.meaning-tab > small { color: #a7a5b8; font: 10px var(--mono); margin-top: 13px; text-transform: uppercase; letter-spacing: .07em; }
.meaning-tab > i { font-style: normal; position: absolute; right: 22px; bottom: 22px; color: #a7a5b8; font-size: 18px; transition: transform .2s; }
.meaning-tab[aria-selected="true"] { background: #10b98107; border-bottom-color: var(--meaning-color); }
.meaning-tab[aria-selected="true"] > span, .meaning-tab[aria-selected="true"] > i { color: var(--meaning-color); }
.meaning-tab:hover { background: #ffffff04; }.meaning-tab:hover > i { transform: translate(2px, -2px); }
.violet-meaning { --meaning-color: var(--amethyst-light); }.green-meaning { --meaning-color: var(--emerald); }
.meaning-tab.violet-meaning[aria-selected="true"] { background: #6c63ff0a; border-bottom-color: var(--amethyst); }
.meaning-panels { border-bottom: 1px solid var(--line); }
.meaning-panel { display: grid; grid-template-columns: 1fr 1.04fr; gap: 58px; padding: 38px 22px; min-height: 270px; }
.meaning-panel + .meaning-panel { border-top: 1px solid var(--line); }
.js .meaning-panel + .meaning-panel { border-top: 0; }
.meaning-root .micro-label { color: var(--meaning-color); font-size: 9px; }
.meaning-root h3 { font-size: 26px; margin-top: 13px; margin-bottom: 11px; }
.meaning-root > p:not(.micro-label) { color: #a7a6b8; font-size: 14px; line-height: 1.9; max-width: 425px; }
.meaning-root em { color: #d5d3e0; font-style: normal; }
.color-key { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: #b3b0c5; font-size: 8px; }
.color-key i { width: 9px; height: 9px; background: var(--emerald); border-radius: 2px; }
.violet-meaning .color-key i { background: var(--amethyst); }
.meaning-statement { position: relative; border-left: 1px solid var(--line); padding-left: 42px; }
.meaning-statement > span { position: absolute; right: 0; top: -12px; color: var(--meaning-color); font-size: 31px; }
.meaning-statement > p { padding-top: 11px; padding-right: 25px; font-size: 23px; letter-spacing: -.04em; line-height: 1.5; color: #a09db0; }
.meaning-statement strong { font-weight: 450; color: var(--ice); }
.meaning-statement .meaning-description { padding-top: 14px; font-size: 12px; line-height: 1.85; letter-spacing: 0; color: #a7a5b8; max-width: 400px; }
.foundation-note { display: flex; align-items: center; gap: 13px; margin-top: 24px; }
.foundation-swatch { width: 26px; height: 26px; flex-shrink: 0; background: var(--background); border: 1px solid #4f4d60; border-radius: 4px; }
.foundation-note > p { font-size: 11px; color: #9390a5; line-height: 1.8; }
.foundation-note strong { font-weight: 500; color: #c5c1d3; }.foundation-note .mono { font-size: 9px; }
.foundation-note .micro-label { font-size: 7px; margin-left: auto; max-width: 180px; text-align: right; }

/* The final horizon carries the mission without fabricating impact metrics. */
.mission-section { position: relative; overflow: hidden; isolation: isolate; border-block: 1px solid var(--line); padding: 104px 0 68px; text-align: center; background: #0b0b12; }
.mission-content { position: relative; z-index: 2; }.mission-content .eyebrow { justify-content: center; }
.mission-content h2 { font-size: clamp(37px, 4.7vw, 67px); line-height: 1.15; margin-top: 29px; }.mission-content h2 span { color: #a9a5c3; }
.mission-content > p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-top: 23px; }.mission-content .button { margin-top: 32px; }
.mission-signature { display: block; color: #9b94b7; font-size: 9px; letter-spacing: .34em; margin-top: 55px; }
.mission-horizon { position: absolute; width: 140%; height: 460px; left: -20%; bottom: -433px; border: 1px solid #a295ff77; border-radius: 50%; box-shadow: 0 -25px 100px 25px #6c63ff20, 0 -10px 48px 2px #10b98110; animation: horizon-breathe 10s ease-in-out infinite; }
.mission-grid { position: absolute; inset: 0; z-index: -1; opacity: .45; background-image: radial-gradient(#a8a3c430 .65px, transparent .65px); background-size: 25px 25px; mask-image: radial-gradient(ellipse at 50% 80%, #000, transparent 65%); -webkit-mask-image: radial-gradient(ellipse at 50% 80%, #000, transparent 65%); }
.site-footer { padding-top: 45px; padding-bottom: 25px; }.footer-main { display: flex; align-items: center; gap: 45px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.footer-main > p { color: var(--muted); font-size: 11px; line-height: 1.7; }
.footer-main nav { display: flex; gap: 26px; margin-left: auto; }.footer-main nav a { color: #b0abbd; font-size: 11px; padding-block: 12px; }.footer-main nav a:hover { color: #fff; }
.back-to-top { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #3a3746; border-radius: 50%; color: #b7b1c9; transition: transform .2s, border-color .2s; }.back-to-top:hover { transform: translateY(-3px); border-color: var(--amethyst); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 23px; color: #93909f; font-size: 9px; }.footer-bottom > p > span[aria-hidden] { color: var(--emerald); margin-inline: 10px; }

/* Product detail and real 404 routes. */
.detail-nav { display: flex; gap: 30px; align-items: center; }
.product-detail-hero { padding-top: 75px; padding-bottom: 85px; position: relative; overflow: hidden; }
.detail-divider { color: #565061; margin-inline: 4px; }.detail-product-title { margin-top: 52px; margin-bottom: 19px; }
.product-detail-hero h1 { position: relative; z-index: 2; font-size: clamp(68px, 8vw, 116px); line-height: 1.05; font-weight: 520; }
.detail-lead { position: relative; z-index: 2; margin-top: 28px; font-size: 18px; color: #aaa6bc; line-height: 1.8; }.product-detail-hero .button { margin-top: 30px; position: relative; z-index: 2; }
.product-page #focus { border-top: 1px solid var(--line); }
.focus-number { display: block; font: 26px var(--mono); color: var(--emerald); margin-bottom: 25px; }
.product-ownership { border: 1px solid #373240; border-radius: 10px; padding: 48px; margin-bottom: 100px; background: radial-gradient(ellipse at 90% 0%, #6c63ff0e, transparent 60%), #101016; }
.product-ownership h2 { font-size: 38px; margin-top: 24px; margin-bottom: 20px; }.product-ownership > p:not(.eyebrow) { font-size: 15px; color: var(--ice); }.product-ownership > .muted-copy { margin-top: 13px; color: var(--muted) !important; }.product-ownership .text-link { margin-top: 22px; }
.fight-ring-art { width: 43%; height: 300px; position: absolute; right: 4%; top: 37%; transform: perspective(700px) rotateX(58deg) rotateZ(-35deg); background: radial-gradient(ellipse, #6c63ff15, transparent 65%); opacity: .7; }
.fight-ring-art > div { position: absolute; inset: 0; border: 2px solid #6c63ff90; box-shadow: 0 0 22px #6c63ff0a; }.fight-ring-art > div:nth-child(2) { transform: translateZ(25px); border-color: #8f86ff88; }.fight-ring-art > div:nth-child(3) { transform: translateZ(50px); border-color: #10b98190; }.fight-ring-art { transform-style: preserve-3d; }
.ring-corner { position: absolute; width: 8px; height: 8px; background: var(--emerald); transform: translateZ(50px); box-shadow: 0 0 14px #10b98150; }.corner-a { top: -3px; left: -3px; }.corner-b { top: -3px; right: -3px; }.corner-c { bottom: -3px; left: -3px; }.corner-d { bottom: -3px; right: -3px; }
.not-found { padding-block: 55px 100px; }.not-found > .eyebrow { margin-top: 90px; color: var(--emerald); }.not-found h1 { font-size: clamp(70px, 12vw, 140px); line-height: 1; margin-top: 24px; }.not-found > p:not(.eyebrow) { color: var(--muted); margin-block: 30px; }

/* Enhancements never hide baseline content if JavaScript is unavailable. */
.js[data-motion="on"] .hero-copy { animation: reveal-in .9s var(--ease) both; }
.js[data-motion="on"] [data-reveal].is-visible { animation: reveal-in .7s var(--ease) both; }
.js[data-motion="on"] .meaning-panel.is-entering { animation: panel-in .4s var(--ease) both; }
[data-motion="off"] *, [data-motion="off"] *::before, [data-motion="off"] *::after { animation-play-state: paused !important; transition-duration: 0s !important; }
[data-motion="off"] { scroll-behavior: auto; }
@keyframes reveal-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes panel-in { from { opacity: .25; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes core-breathe { 0%, 100% { transform: scale(.98); opacity: .85; } 50% { transform: scale(1.04); opacity: 1; } }
@keyframes horizon-breathe { 0%, 100% { opacity: .65; } 50% { opacity: 1; } }

@media (min-width: 1600px) { .hero { min-height: 780px; }.hero h1 { font-size: 112px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }.primary-nav { gap: 22px; }.hero { min-height: 660px; }.hero h1 { font-size: 82px; }.hero-description { font-size: 16px; }.hero-actions { gap: 20px; }.hero .button { padding-inline: 18px; gap: 18px; }
  .studio-intro { gap: 45px; }.product-copy { padding: 32px; }.product-meta { margin-bottom: 30px; }.dashboard-preview { width: calc(100% - 48px); }.preview-content { padding-inline: 15px; }.preview-topbar { padding-inline: 15px; }
  .meaning-tab > span { font-size: 78px; }.meaning-panel { gap: 30px; }.meaning-statement { padding-left: 30px; }.meaning-statement > p { font-size: 21px; }
}
@media (max-width: 850px) {
  .wrap { width: calc(100% - 48px); }.nav-shell { height: 76px; gap: 20px; }.primary-nav { gap: 18px; }.primary-nav .nav-cta { display: none; }
  .hero { grid-template-columns: 1.15fr .85fr; min-height: 620px; }.hero h1 { font-size: 71px; }.hero-description { font-size: 15px; }.hero-actions { gap: 15px; }.hero-actions .text-link { font-size: 12px; }.hero-note { font-size: 8px; }.orbital-scene { width: calc(100% + 64px); margin-left: -50px; }.orbit-label { font-size: 7px; }.label-bottom { font-size: 6px; }
  .section { padding-block: 76px; }.studio-intro { gap: 30px; grid-template-columns: 1.1fr 1fr; }.studio-copy .lead-copy { font-size: 16px; }.studio-copy p { font-size: 13px; }.approach-item { padding-inline: 22px; }.approach-item h3 { font-size: 21px; }.approach-item p { font-size: 13px; }
  .section-heading { gap: 25px; }.section-heading > p { max-width: 250px; font-size: 13px; }
  .product-card { grid-template-columns: 1fr; }.product-copy { padding: 36px; }.product-description { max-width: 500px; }.product-visual { border-left: 0; border-top: 1px solid var(--line); min-height: 530px; }.dashboard-preview { width: min(430px, calc(100% - 60px)); }.product-tagline br { display: none; }.product-tags { margin-bottom: 25px; }.ownership-note { max-width: 420px; }.product-meta { margin-bottom: 25px; }
  .philosophy-section { padding-top: 0; }.meaning-tab > span { font-size: 64px; }.meaning-tab > i { right: 17px; }.meaning-panel { padding-inline: 10px; gap: 23px; min-height: 295px; }.meaning-root h3 { font-size: 23px; }.meaning-root > p:not(.micro-label) { font-size: 13px; }.meaning-statement { padding-left: 25px; }.meaning-statement > p { font-size: 20px; }.foundation-note .micro-label { display: none; }
  .footer-main { gap: 26px; }.footer-main > p { font-size: 10px; }.footer-main nav { gap: 18px; }.footer-bottom { font-size: 8px; }.mission-content h2 { font-size: 47px; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 96px; }.wrap { width: calc(100% - 40px); }.nav-shell { min-height: 72px; height: auto; padding-block: 15px; flex-wrap: wrap; }.wordmark { font-size: 23px; }.brand-mark { width: 25px; height: 25px; }
  .primary-nav { width: 100%; justify-content: space-between; padding-bottom: 2px; }.primary-nav > a { min-height: 40px; display: flex; align-items: center; }
  .js .menu-toggle { display: block; }.js .primary-nav { display: none; position: fixed; inset: 72px 0 auto; background: #0d0d15; border-bottom: 1px solid #3b374a; padding: 22px 24px 32px; max-height: calc(100dvh - 72px); overflow-y: auto; }.js .primary-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 6px; }.js .primary-nav > a { padding: 14px 8px; font-size: 18px; }.js .primary-nav > .nav-cta { display: flex; justify-content: space-between; margin-top: 13px; font-size: 14px; padding: 14px; }
  .hero { display: flex; flex-direction: column; min-height: auto; padding-top: 48px; padding-bottom: 87px; text-align: center; }.hero-copy { width: 100%; }.hero .eyebrow { justify-content: center; font-size: 9px; gap: 9px; margin-bottom: 22px; }.hero h1 { font-size: clamp(57px, 14vw, 84px); line-height: 1.07; letter-spacing: -.068em; }.hero-description { font-size: 15px; line-height: 1.8; margin-inline: auto; margin-top: 22px; max-width: 340px; }.hero-actions { justify-content: center; margin-top: 26px; gap: 23px; }.hero-actions .text-link { font-size: 12px; }.hero .button { min-height: 48px; font-size: 12px; padding-inline: 18px; gap: 20px; }.hero-note { justify-content: center; font-size: 8px; margin-top: 27px; }
  .orbital-scene { width: min(400px, 106%); margin: 0; flex-shrink: 0; }.orbital-core { inset: 38%; }.orbit-label { font-size: 7px; }.label-bottom { font-size: 6px; }.label-top { top: 9%; }.orbital-coordinate { font-size: 7px; }.hero-bottom { bottom: 20px; font-size: 8px; text-align: left; }.hero-bottom > p { display: none; }.motion-control { font-size: 9px; }.scroll-cue { gap: 8px; }
  .principle-strip-inner { grid-template-columns: 1fr 1fr; }.principle-strip-inner > span { padding: 16px 19px; font-size: 13px; gap: 14px; }.principle-strip-inner > span:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }.principle-strip-inner > span:nth-child(even) { padding-right: 0; border-right: 0; }.principle-strip-inner > span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.principle-strip small { font-size: 8px; }
  .section { padding-block: 65px; }.section-top { margin-bottom: 29px; }.section-top .eyebrow { font-size: 9px; gap: 8px; }.section-aside { display: none; }.section-number { font-size: 9px; }.studio-intro { grid-template-columns: 1fr; gap: 24px; }h2 { font-size: 37px; }.studio-copy .lead-copy { font-size: 17px; }.studio-copy p { font-size: 14px; }.studio-copy > p + p { margin-top: 13px; }
  .approach-grid { grid-template-columns: 1fr; margin-top: 34px; }.approach-item, .approach-item:first-child, .approach-item:last-child { padding: 27px 0; }.approach-item:last-child { padding-bottom: 0; }.approach-item + .approach-item { border-top: 1px solid var(--line); }.approach-item + .approach-item::before { display: none; }.line-icon { width: 27px; height: 27px; margin-bottom: 17px; }.approach-item h3 { font-size: 24px; }.approach-item p { max-width: none; font-size: 14px; }.approach-index { margin-top: 18px; font-size: 8px; }
  .section-heading { display: block; margin-bottom: 28px; }.section-heading > p { max-width: 340px; margin-top: 20px; font-size: 14px; }.product-copy { padding: 26px 23px; }.product-title h3 { font-size: 29px; }.product-tagline { font-size: 34px; }.product-tagline br { display: initial; }.product-meta { margin-bottom: 28px; }.product-description { font-size: 13px; margin-top: 19px; }.product-tags > span { font-size: 9px; }.product-copy .button { font-size: 12px; }.ownership-note { font-size: 10px; }.product-visual { min-height: 444px; }.dashboard-preview { width: calc(100% - 40px); margin-bottom: 16px; transform: rotateY(-4deg) rotateZ(-4deg); }.preview-topbar { padding: 10px 13px; }.preview-content { padding: 17px 13px 11px; }.preview-heading p { font-size: 19px; }.preview-stats { margin-top: 16px; margin-bottom: 19px; }.preview-stats > div { padding: 10px; }.preview-stats strong { font-size: 17px; }.preview-row { padding: 11px 0; gap: 8px; }.preview-row strong { font-size: 10px; }.preview-row small { font-size: 8px; }.preview-row-icon { padding: 5px; font-size: 8px; }.preview-badge { font-size: 7px; padding: 2px 4px; }.visual-caption { bottom: 19px; font-size: 6px; }.portfolio-footnote { gap: 11px; margin-top: 21px; }.portfolio-footnote p { font-size: 11px; }.portfolio-footnote-line, .portfolio-footnote > .micro-label { display: none; }
  .philosophy-section { padding-top: 0; }.meaning-tab { padding: 20px 12px 16px; }.meaning-tab > span { font-size: 49px; }.meaning-tab > small { font-size: 7px; letter-spacing: .025em; margin-top: 9px; }.meaning-tab > i { display: none; }.meaning-panel { grid-template-columns: 1fr; min-height: 470px; gap: 25px; padding: 28px 5px; align-content: start; }.meaning-root h3 { font-size: 27px; }.meaning-root > p:not(.micro-label) { font-size: 14px; }.meaning-root .micro-label { font-size: 8px; }.color-key { margin-top: 19px; }.meaning-statement { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 15px; }.meaning-statement > span { top: 13px; right: 7px; font-size: 26px; }.meaning-statement > p { font-size: 22px; }.meaning-statement .meaning-description { font-size: 13px; padding-right: 0; }.foundation-note { gap: 10px; margin-top: 19px; }.foundation-note > p { font-size: 10px; }.foundation-swatch { width: 24px; height: 24px; }
  .mission-section { padding-top: 65px; padding-bottom: 51px; }.mission-content .eyebrow { font-size: 8px; gap: 7px; }.mission-content h2 { font-size: clamp(32px, 8vw, 45px); letter-spacing: -.06em; margin-top: 26px; }.mission-content > p:not(.eyebrow) { font-size: 12px; }.mission-content .button { font-size: 12px; }.mission-signature { margin-top: 38px; font-size: 8px; }
  .site-footer { padding-top: 32px; }.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 23px 20px; padding-bottom: 25px; }.footer-main > p { grid-row: 2; font-size: 11px; }.footer-main nav { grid-column: 1 / -1; grid-row: 3; margin-left: 0; gap: 25px; }.footer-main .back-to-top { grid-column: 2; grid-row: 1; width: 39px; height: 39px; }.footer-bottom { flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 18px; font-size: 8px; }
  .detail-nav { gap: 16px; }.detail-nav a { font-size: 11px; }.detail-nav a:last-child { display: none; }.product-detail-hero { padding-top: 42px; padding-bottom: 240px; }.product-detail-hero .eyebrow { flex-wrap: wrap; font-size: 8px; gap: 8px; }.detail-product-title { margin-top: 35px; }.product-detail-hero h1 { font-size: 65px; }.detail-lead { font-size: 15px; }.fight-ring-art { width: 72%; height: 180px; right: 15%; top: auto; bottom: 28px; }.product-ownership { padding: 28px 24px; margin-bottom: 60px; }.product-ownership .eyebrow { font-size: 9px; }.product-ownership h2 { font-size: 31px; }.product-ownership > p:not(.eyebrow) { font-size: 14px; }.product-ownership .text-link { font-size: 12px; gap: 9px; }.focus-number { margin-bottom: 18px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }.hero h1 { font-size: 53px; }.hero-actions { gap: 14px; }.hero .button { padding-inline: 13px; gap: 13px; }.hero .text-link { gap: 9px; font-size: 11px; }.hero-description { font-size: 14px; }.hero-note { font-size: 7px; }.product-copy { padding: 23px 19px; }.product-title h3 { font-size: 27px; }.product-tagline { font-size: 33px; }.product-tags { gap: 5px; }.product-tags > span { font-size: 8px; }.preview-row small { font-size: 7px; }.preview-row { gap: 6px; }.preview-stats strong { font-size: 15px; }.preview-badge { display: none; }.preview-list-label > span:last-child { display: none; }.meaning-tab > span { font-size: 43px; }.meaning-tab { padding-inline: 9px; }.meaning-statement > p { font-size: 21px; }.mission-content h2 { font-size: 30px; }.product-detail-hero h1 { font-size: 58px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .dashboard-preview, .product-card:hover .dashboard-preview { transform: none; }
}
@media (forced-colors: active) {
  .future-text { background: none; -webkit-text-fill-color: currentColor; color: CanvasText; }
  .button, .meaning-tab, .pill { border: 1px solid ButtonText; }
  .orbital-scene, .fight-ring-art { display: none; }
  .meaning-tab[aria-selected="true"] { outline: 2px solid Highlight; }
}
@media print {
  .site-header, .orbital-scene, .hero-bottom, .mission-horizon, .mission-grid, .menu-toggle, .product-visual, .back-to-top { display: none !important; }
  body { background: #fff; color: #111; }.wrap { width: 100%; }.section { padding-block: 25px; }.hero { display: block; min-height: 0; padding-block: 30px; }.hero h1 { font-size: 60px; }.future-text { background: none; color: #333; -webkit-text-fill-color: #333; }.meaning-panel[hidden] { display: grid !important; }.meaning-tabs { display: none !important; }
  [data-reveal] { animation: none !important; transform: none !important; opacity: 1 !important; }.work-section, .product-card, .mission-section { background: #fff; }.product-card { display: block; }a { text-decoration: underline; }
}
[data-page-active="false"] *, [data-page-active="false"] *::before, [data-page-active="false"] *::after { animation-play-state: paused !important; }
