:root {
  --bg: #151a1a;
  --bg-deep: #0e1314;
  --ink: #f0f3ef;
  --muted: #a7adaa;
  --line: rgba(240, 243, 239, 0.18);
  --glass: rgba(210, 213, 205, 0.075);
  --accent: #bfcac0;
  --warm: #b7afa3;
  --module-gap: 12px;
  --shell-scroll-top: 112px;
  --footer-bar-height: 84px;
  --scroll-thumb: rgba(66, 73, 69, .82);
}

@font-face {
  font-family: "Pretendard";
  src: url("assets/fonts/PretendardVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }
html { height: 100%; overflow: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 5%, rgba(183, 175, 163, .24), transparent 26%),
    radial-gradient(circle at 88% 70%, rgba(53, 102, 100, .2), transparent 30%),
    linear-gradient(150deg, #343531 0%, #1b2120 44%, #101617 100%);
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.page-scroll {
  position: fixed;
  z-index: 1;
  top: var(--shell-scroll-top);
  right: 0;
  bottom: var(--footer-bar-height);
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.page-scroll::-webkit-scrollbar { width: 0; height: 0; display: none; }
.page-scroll:focus { outline: 0; }
.page-scroll:focus-visible { outline: 2px solid var(--focus-ring, var(--ink)); outline-offset: -2px; }
.scrollbar-overlay {
  position: fixed;
  z-index: 9;
  top: var(--shell-scroll-top);
  right: 4px;
  bottom: var(--footer-bar-height);
  width: 5px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease;
}
.scrollbar-overlay.is-visible { opacity: 1; }
.scrollbar-overlay i {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  min-height: 46px;
  border-radius: 999px;
  background: var(--scroll-thumb);
  transform: translate3d(0, 0, 0);
  will-change: height, transform;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 16px;
  background: #f0f3ef;
  color: #151a1a;
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-140%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
a:focus-visible,
button:focus-visible {
  outline: 2px solid #eef5ef;
  outline-offset: 4px;
}
section[id] { scroll-margin-top: 22px; }
.grain {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
.ambient { position: fixed; border-radius: 50%; filter: blur(120px); pointer-events: none; opacity: .25; }
.ambient-one { width: 420px; height: 420px; background: #8a8277; top: -160px; left: -120px; }
.ambient-two { width: 460px; height: 460px; background: #124b4f; bottom: -180px; right: -180px; }
.glass { background: var(--glass); border: 1px solid var(--line); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }

.site-header {
  width: min(1180px, calc(100% - 48px)); height: 74px; position: fixed; z-index: 10;
  top: 24px; left: 50%; transform: translateX(-50%); display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 24px;
  border-radius: 0; transition: background .3s, top .3s;
}
.site-header.scrolled { top: 12px; background: rgba(21, 26, 26, .76); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: .21em; }
.brand img { width: 27px; height: 27px; object-fit: contain; opacity: .9; }
.site-header .header-logo-mark { display: block; width: 27px; height: 27px; flex: 0 0 27px; overflow: visible; color: var(--logo-fill, var(--ink)); opacity: .9; filter:brightness(1) drop-shadow(0 0 0 transparent);shape-rendering:geometricPrecision;will-change:color,filter,opacity; }
.site-header .header-logo-mark.is-replaying { animation:header-logo-gold-replay 1.8s linear both; }
.site-header nav { height: 100%; display: flex; align-items: stretch; }
.site-header nav a { min-width: 92px; display: grid; place-items: center; font-size: 10px; font-weight: 500; letter-spacing: .09em; color: var(--muted); border-inline: 1px solid transparent; transition: .25s; }
.site-header nav a:hover, .site-header nav a.active { color: var(--ink); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.06); }
.language-switcher { justify-self:end;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:9px;font-weight:720;letter-spacing:.08em;line-height:1; }
.language-switcher a { position:relative;padding:11px 1px 10px;transition:color .18s ease; }
.language-switcher a:hover,.language-switcher a:focus-visible,.language-switcher a[aria-current="page"] { color:var(--ink); }
.language-switcher a[aria-current="page"]::after { position:absolute;right:1px;bottom:5px;left:1px;height:1px;background:var(--accent);content:""; }
.mobile-language-switcher { display:none; }
.menu-button { display: none; background: none; border: 0; }

main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.hero {
  min-height: max(640px, calc(100dvh - var(--shell-scroll-top) - var(--footer-bar-height)));
  height: calc(100dvh - var(--shell-scroll-top) - var(--footer-bar-height));
  max-height: 940px;
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 72px;
}
.eyebrow { font-size: 10px; letter-spacing: .23em; color: var(--muted); display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.eyebrow b { font:inherit; }
.eyebrow span { width: 28px; height: 1px; background: var(--accent); position: relative; }
.eyebrow span::after { content: ""; position: absolute; width: 4px; height: 4px; background: var(--ink); border-radius: 50%; right: 0; top: -1.5px; }
h1, h2 { margin: 0; font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif; }
.display-title { line-height: .94; letter-spacing: -.055em; font-weight: 240; word-break: keep-all; }
.hero-title { font-size: clamp(46px, 4.45vw, 68px); }
.section-heading .section-title { font-size: clamp(36px, 3.6vw, 52px); }
.contact .contact-title { font-size: clamp(42px, 4.5vw, 64px); }
.title-lead { display: block; margin-bottom: .16em; color: #d8ddd8; font-size: .68em; font-weight: 220; letter-spacing: -.035em; line-height: 1.12; }
.title-focus { display: block; text-wrap: balance; }
.title-focus strong { color: #cdd3cd; font: 720 1em/1 "Pretendard", sans-serif; letter-spacing: -.065em; }
.title-pre, .title-tail { display: inline-block; color: #b6beb8; font: 280 .62em/1 "Pretendard", sans-serif; letter-spacing: -.04em; }
.title-pre { margin-right: 0; }
.title-tail { margin-left: 0; }
.lab96-lockup {
  display: inline-block;
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  font-synthesis: none;
  letter-spacing: .015em;
  line-height: .9;
  vertical-align: -.025em;
}
.lab96-lockup sup {
  position: relative;
  top: -.58em;
  margin-left: .045em;
  font-size: .48em;
  line-height: 0;
  letter-spacing: 0;
  vertical-align: baseline;
}
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .lab96-lockup {
    width: 2.4em;
    height: .78em;
    overflow: hidden;
    background-color: currentColor;
    -webkit-mask: url("logo/lab96-milling-lockup-v1.svg") center / contain no-repeat;
    mask: url("logo/lab96-milling-lockup-v1.svg") center / contain no-repeat;
    text-indent: -999em;
    line-height: 1;
    vertical-align: -.07em;
  }
}
.hero-description { color: #b7bcb8; font-size: 16px; line-height: 1.85; margin: 34px 0 0; font-weight: 350; }
.hero-actions { display: flex; gap: 10px; margin-top: 42px; }
.button { min-width: 176px; height: 53px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border: 1px solid var(--line); font-size: 11px; font-weight: 600; letter-spacing: .04em; transition: .25s; }
.button span { font-size: 16px; }
.button-primary { background: rgba(230, 234, 228, .88); color: #1c2221; }
.button-primary:hover { background: #fff; transform: translateY(-2px); }
.button-ghost:hover { background: rgba(255,255,255,.06); transform: translateY(-2px); }

.hero-visual { height: 510px; position: relative; overflow: hidden; padding: 22px; box-shadow: inset 0 0 60px rgba(255,255,255,.025); }
.visual-head, .process-top { display: flex; justify-content: space-between; color: #a9b0ad; font-size: 8px; letter-spacing: .13em; }
.status { display: flex; align-items: center; gap: 7px; }
.status i { width: 5px; height: 5px; background: #b8c9bd; box-shadow: 0 0 10px #b8c9bd; border-radius: 50%; animation: pulse 2s infinite; }
.orbital { width: 410px; height: 410px; position: absolute; top: 48px; left: 50%; transform: translateX(-50%); display: grid; place-items: center; }
.orbit {
  --orbit-rest: rgba(226,231,226,.15);
  --orbit-hit-core: rgb(246 255 252 / .98);
  --orbit-hit-glow: rgb(176 255 241 / .72);
  --orbit-hit-aura: rgb(102 225 205 / .36);
  position: absolute;
  border: 1px solid var(--orbit-rest);
  border-radius: 50%;
}
.orbit::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid var(--orbit-hit-core);
  border-style: inherit;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  filter: brightness(1.65) drop-shadow(0 0 4px var(--orbit-hit-core)) drop-shadow(0 0 13px var(--orbit-hit-glow));
  box-shadow: 0 0 8px 1px var(--orbit-hit-glow), 0 0 26px 3px var(--orbit-hit-aura), inset 0 0 9px var(--orbit-hit-glow);
  will-change: opacity;
}
.orbit-one { width: 100%; height: 100%; }
.orbit-two { width: 76%; height: 76%; border-style: dashed; }
.orbit-three { --orbit-rest: rgba(226,231,226,.3); width: 52%; height: 52%; }
.orbital.is-playing .orbit::after{animation:orbit-wave-hit 1.1s linear 1 both}
.orbital.is-playing .orbit-three::after{animation-delay:2.612276s}
.orbital.is-playing .orbit-two::after{animation-delay:4.1091344s}
.orbital.is-playing .orbit-one::after{animation-delay:5.606s}
.core{width:210px;height:210px;display:grid;place-items:center;position:relative;z-index:1;isolation:isolate;background:none;box-shadow:none}
.hero-logo-mark{
  --wave-rise-scale: .86199;
  --wave-inner-scale: 4.80902;
  --wave-middle-scale: 7.02857;
  --wave-outer-scale: 9.24812;
  --wave-end-scale: 10.15559;
  --wave-neutral-line: rgba(242,242,242,.3);
  --wave-neutral-halo: rgba(242,242,242,.09);
  --panel-wave-neutral: rgba(255,255,255,.52);
  --wave-line: rgba(235,255,251,.28);
  --wave-halo: rgba(206,255,248,.085);
  --panel-wave: rgba(255,255,255,.52);
  --logo-rest-scale: .94;
  --logo-trough-scale: .955;
  --logo-hit-scale: 1;
  --logo-rest-brightness: .94;
  --logo-trough-brightness: .98;
  --logo-hit-brightness: 1.32;
  --logo-hit-core: rgb(250 255 253 / 1);
  --logo-hit-glow: rgb(174 255 240 / .72);
  display:block;
  width:190px;
  height:190px;
  overflow:visible;
}
.logo-faces use{fill:#eef2ee}
.logo-breath{transform-box:view-box;transform-origin:50% 50%;transform:scale(var(--logo-rest-scale));filter:brightness(var(--logo-rest-brightness));will-change:transform,filter}
.logo-face-bloom{--logo-flash-opacity:.38;fill:var(--logo-hit-glow);opacity:0}
.logo-face-flash{--logo-flash-opacity:.52;fill:var(--logo-hit-core);opacity:0;mix-blend-mode:screen}
.logo-wave-cycle,.logo-panel-wave{transform-box:view-box;transform-origin:50% 50%;transform:scale(var(--wave-end-scale));opacity:0;will-change:transform,opacity}
.orbital.is-playing .logo-wave-a{animation:logo-radial-wave 7.2s linear 1 both}
.orbital.is-playing .logo-wave-line,
.orbital.is-playing .logo-wave-halo{animation:logo-wave-tone 7.2s linear 1 both}
.orbital.is-playing .logo-panel-wave.logo-wave-a{animation:logo-radial-wave 7.2s linear 1 both,logo-wave-tone 7.2s linear 1 both}
.orbital.is-playing .logo-breath{animation:logo-orbit-breath 7.2s linear 1 both}
.orbital.is-playing .logo-face-bloom,.orbital.is-playing .logo-face-flash{animation:logo-face-flash 7.2s linear 1 both}
.logo-wave-field,.logo-panel-response,.logo-face-bloom,.logo-face-flash{pointer-events:none}
.logo-wave-line,.logo-wave-halo,.logo-panel-wave{fill:none;vector-effect:non-scaling-stroke}
.logo-wave-line{--wave-tone-start:var(--wave-neutral-line);--wave-tone-end:var(--wave-line);stroke:var(--wave-tone-start);stroke-width:1.25}
.logo-wave-halo{--wave-tone-start:var(--wave-neutral-halo);--wave-tone-end:var(--wave-halo);stroke:var(--wave-tone-start);stroke-width:18}
.logo-panel-wave{--wave-tone-start:var(--panel-wave-neutral);--wave-tone-end:var(--panel-wave);stroke:var(--wave-tone-start);stroke-width:11;mix-blend-mode:screen}
.axis { position: absolute; z-index:0; background: rgba(255,255,255,.07); }
.axis-x { width: 110%; height: 1px; }
.axis-y { height: 110%; width: 1px; }
.orbit-dot { position: absolute; width: 8px; height: 8px; background: #cfd5d0; border-radius: 50%; box-shadow: 0 0 16px rgba(255,255,255,.5); }
.dot-one { top: 8%; left: 27%; }
.dot-two { right: 11%; bottom: 23%; width: 5px; height: 5px; }
.visual-data { position: absolute; bottom: 20px; left: 22px; right: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.visual-data div { border-top: 1px solid var(--line); padding-top: 10px; display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .08em; color: var(--muted); }
.visual-data b { color: var(--ink); font-weight: 500; }
.corner { width: 13px; height: 13px; position: absolute; border-color: rgba(255,255,255,.45); }
.corner-tl { left: 10px; top: 10px; border-left: 1px solid; border-top: 1px solid; }.corner-tr { right: 10px; top: 10px; border-right: 1px solid; border-top: 1px solid; }.corner-bl { left: 10px; bottom: 10px; border-left: 1px solid; border-bottom: 1px solid; }.corner-br { right: 10px; bottom: 10px; border-right: 1px solid; border-bottom: 1px solid; }
.hero-foot { position: absolute; bottom: 30px; left: 0; right: 0; display: grid; grid-template-columns: 1fr 180px 1fr; align-items: center; gap: 18px; color: #818986; font-size: 8px; letter-spacing: .16em; }
.hero-foot span:last-child { text-align: right; }
.scroll-line { height: 1px; background: rgba(255,255,255,.14); position: relative; }.scroll-line i { width: 34%; height: 1px; display: block; background: #d8ddd8; animation: scroll 2.6s ease-in-out infinite; }

.metrics { min-height: 160px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--module-gap); align-items: stretch; margin-top: 20px; }
.metrics > div { padding: 28px; }
.metric { display: flex; flex-direction: column; justify-content: space-between; }
.metric strong { font-size: 30px; font-weight: 250; letter-spacing: -.05em; }
.metric span { font-size: 11px; line-height: 1.5; color: #aeb4b0; }

.section { padding: 150px 0 10px; }
.section-heading { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: end; gap: var(--module-gap); margin-bottom: 55px; }
.section-heading > div { grid-column: 1 / span 2; padding-right: 48px; }
.section-index { display: block; font-size: 9px; color: var(--muted); letter-spacing: .2em; margin-bottom: 22px; }
.section-heading > p,
.section-heading > .section-copy { grid-column: 3; width: 100%; justify-self: stretch; }
.section-heading > p,
.section-copy p { color: #9fa6a2; font-size: 13px; line-height: 1.8; margin: 0; text-align: right; }
.section-heading > p { margin-bottom: 8px; }
.section-heading > .section-copy { display: flex; flex-direction: column; align-items: flex-end; gap: 18px; margin-bottom: 8px; padding-right: 0; }
.foundation-site-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 9px 0 8px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .16em;
  transition: color .2s ease, border-color .2s ease, gap .2s ease;
}
.foundation-site-link i {
  color: var(--accent-text, var(--muted));
  font-style: normal;
  font-size: 13px;
}
.foundation-site-link:hover { gap: 22px; border-color: var(--accent-line, var(--muted)); }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--module-gap); }
.service-card { min-height: 500px; padding: 23px; position: relative; display: flex; flex-direction: column; transition: .35s; overflow: hidden; }
.service-card:hover { transform: translateY(-8px); background: rgba(220,225,218,.11); }
.service-card.featured { background: rgba(190,200,190,.11); }
.card-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }
.card-icon { font-size: 21px; color: #ced4cf; }
.signal, .radar, .code-lines { height: 132px; margin: 32px 0 25px; display: flex; align-items: center; justify-content: center; }
.signal { gap: 9px; }.signal i { width: 2px; background: #aeb8b0; height: 20px; animation: signal 1.4s ease-in-out infinite alternate; }.signal i:nth-child(2){height:55px;animation-delay:.2s}.signal i:nth-child(3){height:92px;animation-delay:.4s}.signal i:nth-child(4){height:55px;animation-delay:.6s}.signal i:nth-child(5){animation-delay:.8s}
.radar { position: relative; }.radar i { position: absolute; border: 1px solid rgba(215,222,216,.35); border-radius: 50%; width: 110px; height: 110px; }.radar i:nth-child(2){width:70px;height:70px}.radar i:nth-child(3){width:10px;height:10px;background:#c8d0ca;box-shadow:0 0 25px #93a89b}
.radar::after { content:""; width:55px; height:1px; position:absolute; left:50%; top:50%; transform-origin:left; background:linear-gradient(90deg,#c9d2cb,transparent); animation:rotate 4s linear infinite; }
.code-lines { flex-direction:column; gap:13px; align-items:flex-start; padding:20px 35px; }.code-lines i {height:2px;background:#aab4ac;width:88%;}.code-lines i:nth-child(2){width:58%;margin-left:16%}.code-lines i:nth-child(3){width:72%;margin-left:16%}.code-lines i:nth-child(4){width:42%}
.service-card h3 { display:flex;align-items:baseline;gap:.28em;font:400 28px/1.1 "Pretendard",sans-serif;letter-spacing:-.035em;margin:0 0 13px; }
.service-card h3 > span { color:#aeb5b0;font-size:.68em;font-weight:380; }
.service-card h3 > strong { color:var(--ink);font-size:1em;font-weight:680; }
.service-card p { color: #aab0ac; font-size: 12px; line-height: 1.7; margin: 0; }
html[lang="ko"] .hero-description,
html[lang="ko"] .section-heading > p,
html[lang="ko"] .section-copy p,
html[lang="ko"] .service-card p,
html[lang="ko"] .process-track p,
html[lang="ko"] .partner-role strong,
html[lang="ko"] .contact p {
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.service-card ul { list-style: none; padding: 18px 0 20px; margin: auto 0 0; border-top: 1px solid var(--line); }
.service-card li { color: #b6bcb8; font-size: 10px; padding: 5px 0; }
.service-card li::before { content: "+"; margin-right: 8px; color: #7f8984; }
.service-card > a { border-top: 1px solid var(--line); padding-top: 15px; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .16em; }

.foundation-board { padding: 0; border: 0; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.foundation-map { position: relative; padding: 0; border: 0; background: transparent; }
.foundation-pillars { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--module-gap); }
.foundation-pillars span {
  min-height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: #d9ded9;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .16em;
  background: rgba(255,255,255,.035);
}
.foundation-connector {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: var(--module-gap);
  height: 70px;
  margin: 0;
}
.foundation-connector::before {
  position: absolute;
  left: calc(16.6667% - 4px);
  right: calc(16.6667% - 4px);
  top: 34px;
  height: 1px;
  background: rgba(220,228,221,.34);
  content: "";
}
.foundation-connector::after {
  position: absolute;
  top: 34px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(rgba(220,228,221,.42), rgba(220,228,221,.08));
  content: "";
}
.foundation-connector i {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
}
.foundation-connector i::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 35px;
  background: linear-gradient(rgba(220,228,221,.55), rgba(220,228,221,.34));
  content: "";
}
.foundation-connector i::after {
  position: absolute;
  top: 32px;
  left: calc(50% - 2px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #aeb8b0;
  box-shadow: 0 0 0 3px rgba(174,184,176,.08);
  content: "";
}
.foundation-base {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: var(--module-gap);
}
.foundation-base div,
.foundation-base > span {
  min-height: 150px;
  padding: 30px;
  border: 1px solid rgba(222,230,223,.3);
  background: linear-gradient(135deg, rgba(217,226,218,.13), rgba(83,113,103,.13));
}
.foundation-base div { grid-column: 1 / span 2; display: flex; flex-direction: column; justify-content: end; gap: 7px; }
.foundation-base > span { grid-column: 3; display: grid; place-items: end; text-align: right; }
.foundation-base small,
.foundation-base > span { color: #aeb7b0; font-size: 9px; letter-spacing: .16em; }
.foundation-base strong { font-size: clamp(42px,6vw,74px); font-weight: 260; letter-spacing: -.065em; }
.foundation-capabilities { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--module-gap); margin-top: var(--module-gap); border: 0; }
.foundation-capabilities span {
  min-height: 70px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--glass);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #b8c0ba;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: .1em;
  text-align: center;
}

.compact { margin-bottom: 45px; }
.process-board { min-height: 355px; padding: 24px; }
.process-top { padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.process-track-wrap { position: relative; }
.process-track { display: grid; grid-template-columns: repeat(4,1fr); position: relative; padding: 68px 0 0; margin: 0; list-style: none; }
.track-line { position: absolute; top: 46px; left: 39.5px; right: 24px; height: 1px; background: linear-gradient(90deg, var(--line) 0 calc(75% + 63.125px), transparent 100%); }.track-line i { display:block;width:64%;height:1px;background:#b8c2ba;position:relative; }.track-line i::after { content:"";position:absolute;right:0;top:-3px;width:7px;height:7px;border-radius:50%;background:#d2d8d3;box-shadow:0 0 12px #fff; }
.process-track > li { padding: 0 24px; border-right: 1px solid var(--line); min-height: 200px; }.process-track > li:last-child { border: 0; }
.process-track b { display:grid;place-items:center;width:31px;height:31px;border:1px solid var(--line);background:#29302e;border-radius:50%;font-size:9px;margin-top:-38px;margin-bottom:54px;font-weight:500; }
.process-track h3 { margin: 0; font: 600 17px "Pretendard",sans-serif; }.process-track p { color:#aeb5b0;font-size:11px;line-height:1.7;margin-top:18px; }

.partner-card { padding: 0; }
.partner-boundary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: center; gap: var(--module-gap); min-height: 54px; color: #aab2ac; font-size: 9px; letter-spacing: .14em; }
.partner-boundary span { grid-column: 1; }
.partner-boundary i { grid-column: 2 / span 2; height: 1px; background: var(--line); }
.partner-identity { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--module-gap); }
.partner-logo-wrap,
.partner-role { min-height: 260px; margin: 0; padding: 34px; }
.partner-logo-wrap {
  grid-column: 1 / span 2;
  display: grid;
  place-items: center;
}
.deep-springs-lockup { position: relative; display: block; width: min(100%,211px); aspect-ratio: 211 / 104; }
.deep-springs-logo {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: .94;
}
.partner-motto {
  position: absolute;
  top: 70.2%;
  left: .5%;
  color: rgba(240,243,239,.94);
  font: 720 9px/1 "Pretendard",sans-serif;
  letter-spacing: .005em;
  white-space: nowrap;
}
.partner-role { grid-column: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; }
.partner-role span { color: #aeb6b0; font-size: 9px; line-height: 1.6; letter-spacing: .16em; }
.partner-role strong { max-width: 18em; font-size: 17px; line-height: 1.45; font-weight: 650; letter-spacing: -.02em; }
.partner-capabilities { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--module-gap); margin-top: var(--module-gap); border: 0; }
.partner-capabilities span { min-height: 70px; display: grid; place-items: center; padding: 18px; border: 1px solid var(--line); background: var(--glass); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); color: #b4bcb6; font-size: 9px; line-height: 1.45; letter-spacing: .12em; text-align: center; }

.contact { padding-bottom: 100px; }
.contact-panel { min-height: 720px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 70px 30px; overflow: hidden; }
.contact-panel::before { content:"";position:absolute;width:500px;height:500px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 80px rgba(255,255,255,.014),0 0 0 160px rgba(255,255,255,.01); }
.contact-panel > * { position: relative; z-index: 1; }
.contact-kicker { width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;color:#8e9691;font-size:8px;letter-spacing:.18em;position:absolute;top:25px;left:25px;right:25px;width:auto; }.contact-kicker i{height:1px;background:var(--line)}
.contact p { color:#aab0ac;font-size:13px;line-height:1.8;margin:28px 0 36px;transition:opacity .18s ease; }
.contact-channel {
  width: min(380px, 100%);
  position: relative;
  z-index: 4;
  padding-bottom: 12px;
  margin-bottom: -12px;
}
.contact-trigger {
  width: min(280px, 100%);
  height: 65px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border: 1px solid var(--line);
  background: var(--control-bg, rgba(255,255,255,.06));
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  transition: background .2s ease, border-color .2s ease, opacity .16s ease;
}
.contact-trigger:hover,
.contact-trigger:focus-visible,
.contact-channel.is-open .contact-trigger {
  background: var(--glass-hover, rgba(255,255,255,.1));
  border-color: color-mix(in srgb, var(--ink) 24%, transparent);
}
.contact-trigger-side { display: inline-flex; align-items: center; gap: 14px; }
.contact-trigger small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 550;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.contact-trigger i {
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  transition: transform .25s ease;
}
.contact-channel.is-open .contact-trigger i { transform: rotate(90deg); }
.contact-directory {
  width: 100%;
  display: grid;
  gap: 2px;
  position: absolute;
  top: -110px;
  left: 50%;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--glass);
  background: color-mix(in srgb, var(--glass) 88%, transparent);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.09),
    0 24px 64px rgba(6,12,10,.18);
  backdrop-filter: blur(24px) saturate(125%);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -12px) scale(.985);
  transform-origin: 50% 0;
  transition: opacity .2s ease, transform .24s cubic-bezier(.22,.8,.22,1), visibility 0s linear .24s;
  font-style: normal;
  text-align: initial;
}
.contact-channel.is-open .contact-directory {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
  transition-delay: 0s;
}
.contact-person {
  min-height: 50px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 28px minmax(0,1fr);
  align-items: stretch;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.4;
  transition: color .18s ease;
}
.contact-person:hover .contact-email,
.contact-person:focus-visible .contact-email { color: var(--accent-text, var(--ink)); }
.contact-identity,
.contact-email { display: flex; align-items: center; }
.contact-identity {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  padding: 8px 14px;
  text-align: right;
}
.contact-role,
.contact-name { display: block; }
.contact-role { font-weight: 680; }
.contact-name { color: var(--muted); font-size: .92em; font-weight: 450; }
.contact-colon {
  min-height: 50px;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-weight: 550;
}
.contact-email {
  justify-content: flex-start;
  padding: 8px 14px;
  font-size: 11px;
  letter-spacing: .04em;
  white-space: nowrap;
  transition: color .18s ease;
}
.contact-meta { display:flex;gap:26px;margin-top:24px;color:#818985;font-size:8px;letter-spacing:.15em;transition:opacity .18s ease; }
.contact-channel.is-open + .contact-meta { opacity: 0; }
.contact-panel.contact-channel-open > p { opacity: 0; }
.contact-channel.is-open .contact-trigger { opacity: 0; pointer-events: none; }

@media (max-width: 600px) {
  .contact-directory { top: -88px; }
}

.site-footer {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--footer-bar-height);
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr auto;
  align-items: center;
  gap: 30px;
  padding: 0 24px;
  border-top: 1px solid var(--line);
  color: #7f8783;
  font-size: 8px;
  letter-spacing: .1em;
}
footer .brand { color:var(--ink);font-size:11px; }
footer .brand img { width:22px;height:22px; }
footer p { font:400 13px "Pretendard",sans-serif;letter-spacing:0;color:#a7ada9; }
.footer-network { display:flex;min-width:0;align-items:center;justify-self:start;gap:17px; }
.site-footer .footer-network a { position:relative;display:inline-flex;min-height:28px;align-items:center;gap:7px;color:var(--text-secondary,#aeb5b0);text-decoration:none;white-space:nowrap;transition:color .18s ease,opacity .18s ease; }
.footer-network a + a::before { width:1px;height:18px;margin-right:11px;background:var(--line);content:""; }
.footer-lab96-logotype { display:inline-flex;width:31px;height:10px;align-items:center;font:650 16px/1 "Pretendard",sans-serif;letter-spacing:-.04em; }
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .footer-lab96-logotype { overflow:hidden;background-color:currentColor;-webkit-mask:url("logo/lab96-milling-lockup-v1.svg") center / contain no-repeat;mask:url("logo/lab96-milling-lockup-v1.svg") center / contain no-repeat;text-indent:-999em; }
}
.footer-moble-logotype { display:inline-flex;width:40px;height:10px;align-items:center;font:500 16px/1 "Pretendard",sans-serif;letter-spacing:-.03em; }
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .footer-moble-logotype { overflow:hidden;background-color:currentColor;-webkit-mask:url("logo/moble-wordmark-outline-v1.svg") center / contain no-repeat;mask:url("logo/moble-wordmark-outline-v1.svg") center / contain no-repeat;text-indent:-999em; }
}
.footer-network i { font-size:11px;font-style:normal;transition:transform .18s ease; }
.footer-network a:hover,.footer-network a:focus-visible { color:var(--ink); }
.footer-network a:hover i,.footer-network a:focus-visible i { transform:translate(2px,-2px); }
.site-footer > a:last-child { color:var(--text-secondary,#aeb5b0); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity:.3; box-shadow:0 0 2px transparent; } }
@keyframes scroll { 0%{transform:translateX(0)} 50%{transform:translateX(195%)} 100%{transform:translateX(0)} }
@keyframes signal { to { transform:scaleY(.35); opacity:.45; } }
@keyframes header-logo-gold-replay {
  0%,38% { color:var(--logo-fill,var(--ink));opacity:.9;filter:brightness(1) drop-shadow(0 0 0 transparent); }
  46% { color:#fff;opacity:1;filter:brightness(1.7) drop-shadow(0 0 3px rgba(255,255,255,.92)) drop-shadow(0 0 8px var(--accent-glow,rgba(245,183,0,.42))); }
  68% { color:var(--accent,#f5b700);opacity:1;filter:brightness(1.25) drop-shadow(0 0 4px var(--accent-strong,var(--accent,#f5b700))) drop-shadow(0 0 11px var(--accent-glow,rgba(245,183,0,.42))); }
  84% { color:var(--accent-strong,var(--accent,#f5b700));opacity:1;filter:brightness(1.42) drop-shadow(0 0 5px var(--accent-strong,var(--accent,#f5b700))) drop-shadow(0 0 14px var(--accent-glow,rgba(245,183,0,.42))); }
  100% { color:var(--logo-fill,var(--ink));opacity:.9;filter:brightness(1) drop-shadow(0 0 0 transparent); }
}
@keyframes logo-radial-wave {
  0% { transform:scale(.12); opacity:0; }
  6.95% { transform:scale(var(--wave-rise-scale)); opacity:.95; }
  43.9205% { transform:scale(var(--wave-inner-scale)); opacity:.82; }
  64.7102% { transform:scale(var(--wave-middle-scale)); opacity:.7; }
  85.5% { transform:scale(var(--wave-outer-scale)); opacity:.56; }
  94% { transform:scale(var(--wave-end-scale)); opacity:0; }
  100% { transform:scale(var(--wave-end-scale)); opacity:0; }
}
@keyframes logo-wave-tone {
  0%,43.9205% { stroke:var(--wave-tone-start); }
  47%,100% { stroke:var(--wave-tone-end); }
}
@keyframes orbit-wave-hit {
  0% { opacity:0;animation-timing-function:cubic-bezier(.37,0,.63,1); }
  50% { opacity:1;animation-timing-function:cubic-bezier(.37,0,.63,1); }
  100% { opacity:0; }
}
@keyframes logo-orbit-breath {
  0% {
    transform:scale(var(--logo-rest-scale));
    filter:brightness(var(--logo-rest-brightness)) drop-shadow(0 0 0 transparent) drop-shadow(0 0 0 transparent);
  }
  33.5256% {
    transform:scale(var(--logo-rest-scale));
    filter:brightness(var(--logo-rest-brightness)) drop-shadow(0 0 0 transparent) drop-shadow(0 0 0 transparent);
    animation-timing-function:cubic-bezier(.37,0,.63,1);
  }
  43.9205% {
    transform:scale(var(--logo-hit-scale));
    filter:brightness(var(--logo-hit-brightness)) drop-shadow(0 0 4px var(--logo-hit-core)) drop-shadow(0 0 12px var(--logo-hit-glow));
    animation-timing-function:cubic-bezier(.37,0,.63,1);
  }
  54.3153% {
    transform:scale(var(--logo-trough-scale));
    filter:brightness(var(--logo-trough-brightness)) drop-shadow(0 0 0 transparent) drop-shadow(0 0 0 transparent);
    animation-timing-function:cubic-bezier(.37,0,.63,1);
  }
  64.7102% {
    transform:scale(var(--logo-hit-scale));
    filter:brightness(var(--logo-hit-brightness)) drop-shadow(0 0 4px var(--logo-hit-core)) drop-shadow(0 0 12px var(--logo-hit-glow));
    animation-timing-function:cubic-bezier(.37,0,.63,1);
  }
  75.1051% {
    transform:scale(var(--logo-trough-scale));
    filter:brightness(var(--logo-trough-brightness)) drop-shadow(0 0 0 transparent) drop-shadow(0 0 0 transparent);
    animation-timing-function:cubic-bezier(.37,0,.63,1);
  }
  85.5% {
    transform:scale(var(--logo-hit-scale));
    filter:brightness(var(--logo-hit-brightness)) drop-shadow(0 0 4px var(--logo-hit-core)) drop-shadow(0 0 12px var(--logo-hit-glow));
    animation-timing-function:cubic-bezier(.37,0,.63,1);
  }
  100% { transform:scale(var(--logo-rest-scale));filter:brightness(var(--logo-rest-brightness)) drop-shadow(0 0 0 transparent) drop-shadow(0 0 0 transparent); }
}
@keyframes logo-face-flash {
  0% { opacity:0; }
  33.5256% { opacity:0;animation-timing-function:cubic-bezier(.37,0,.63,1); }
  43.9205% { opacity:var(--logo-flash-opacity);animation-timing-function:cubic-bezier(.37,0,.63,1); }
  54.3153% { opacity:0;animation-timing-function:cubic-bezier(.37,0,.63,1); }
  64.7102% { opacity:var(--logo-flash-opacity);animation-timing-function:cubic-bezier(.37,0,.63,1); }
  75.1051% { opacity:0;animation-timing-function:cubic-bezier(.37,0,.63,1); }
  85.5% { opacity:var(--logo-flash-opacity);animation-timing-function:cubic-bezier(.37,0,.63,1); }
  100% { opacity:0; }
}

@media (max-width: 900px) {
  :root { --footer-bar-height: 72px; }
  .site-header { grid-template-columns:1fr auto; } .site-header nav,.language-switcher{display:none}.menu-button{display:flex;width:44px;height:44px;flex-direction:column;justify-content:center;gap:7px;align-items:flex-end;padding:10px}.menu-button span{width:22px;height:1px;background:#fff}.menu-button span:last-child{width:15px}
  .site-header.open { height:auto; min-height:74px; padding-block:15px; align-items:start; }.site-header.open nav{display:flex;position:absolute;left:0;right:0;top:73px;max-height:calc(100dvh - 86px - var(--footer-bar-height));overflow-y:auto;flex-direction:column;background:rgba(22,27,27,.98);border:1px solid var(--line)}.site-header.open nav>a{height:55px;flex-shrink:0;border-bottom:1px solid var(--line)}
  .site-header.open .mobile-language-switcher{display:block;flex-shrink:0;padding:18px}.mobile-language-switcher>span{display:block;margin-bottom:9px;color:var(--muted);font-size:8px;font-weight:700;letter-spacing:.16em}.mobile-language-switcher>div{display:grid;border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr))}.site-header.open nav .mobile-language-switcher a{position:relative;display:flex;min-width:0;height:46px;align-items:center;justify-content:center;border:0;border-right:1px solid var(--line);background:transparent;color:var(--muted);font-size:11px;font-weight:500;letter-spacing:0}.site-header.open nav .mobile-language-switcher a:last-child{border-right:0}.site-header.open nav .mobile-language-switcher a[aria-current="page"]{color:var(--ink);font-weight:700}.site-header.open nav .mobile-language-switcher a[aria-current="page"]::after{position:absolute;right:14px;bottom:-1px;left:14px;height:2px;background:var(--accent);content:""}
  .hero { height:auto;min-height:0;max-height:none;grid-template-columns:1fr;padding:78px 0 120px;gap:70px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-actions{justify-content:center}.hero-visual{width:min(550px,100%);margin:auto}.hero-foot{bottom:35px}
  .metrics,.service-grid,.foundation-pillars,.foundation-base,.foundation-capabilities,.partner-identity,.partner-capabilities{grid-template-columns:1fr}
  .metrics .metric{min-height:130px}
  body.menu-open .page-scroll{overflow:hidden}
  .section-heading{grid-template-columns:1fr;gap:30px}
  .section-heading>div,.section-heading>p,.section-heading>.section-copy{grid-column:auto;padding-right:0}
  .section-heading>p,.section-heading>.section-copy{justify-self:start;text-align:left}
  .section-heading>.section-copy{align-items:flex-start}
  .section-copy p{text-align:left}
  .service-card{min-height:430px}
  .foundation-connector{display:none}
  .foundation-base div,.foundation-base>span{grid-column:auto;min-height:120px}
  .foundation-base>span{place-items:start;text-align:left}
  .partner-boundary{grid-template-columns:1fr}
  .partner-boundary span{grid-column:auto}
  .partner-boundary i{display:none}
  .partner-logo-wrap,.partner-role{grid-column:auto;min-height:210px}
  .process-track{grid-template-columns:repeat(2,1fr);row-gap:70px}.process-track>li:nth-child(2){border-right:0}.track-line{display:none}.process-track b{margin:0 0 25px}.process-board{padding-bottom:50px}
  .site-footer{grid-template-columns:1fr auto;gap:18px}.site-footer>p,.site-footer>a:last-child{display:none}.footer-network{justify-self:end}
}
@media (max-width: 600px) {
  :root { --shell-scroll-top: 98px; --footer-bar-height: 64px; }
  main,footer{width:min(100% - 28px,1180px)}.site-header{width:calc(100% - 28px);top:14px}.hero{padding-top:52px;gap:55px}.hero-copy{text-align:left}.eyebrow{justify-content:flex-start}h1{font-size:49px}.desktop-only{display:none}.hero-description{font-size:14px}.hero-actions{justify-content:flex-start;flex-direction:column}.button{width:100%}.hero-visual{height:400px}.orbital{width:310px;height:310px;top:43px}.core{width:156px;height:156px}.hero-logo-mark{width:142px;height:142px}.visual-data{display:none}.hero-foot{grid-template-columns:1fr 100px 1fr}
  .metrics>div{padding:20px}.metrics .metric{min-height:110px}.metric strong{font-size:25px}.metric span{font-size:11px}
  .section{padding-top:110px}.section-heading h2{font-size:43px}
  .foundation-pillars span{min-height:66px;font-size:9px;letter-spacing:.08em}
  .foundation-base div,.foundation-base>span{min-height:105px;padding:22px}
  .foundation-base>span{line-height:1.5}
  .foundation-capabilities span,.partner-capabilities span{min-height:56px}
  .process-track{grid-template-columns:1fr}.process-track>li{border-right:0;border-bottom:1px solid var(--line);padding:24px 8px;min-height:0}.process-track>li:last-child{border-bottom:0}.process-track b{display:inline-grid;margin:0 18px 0 0}.process-track h3{display:inline;font-size:17px}.process-track p{margin-left:53px}
  .partner-boundary{font-size:8px;line-height:1.5}
  .partner-logo-wrap,.partner-role{min-height:180px;padding:26px}
  .contact-panel{min-height:720px;padding-inline:20px}.contact h2{font-size:48px}.contact-meta{max-width:310px;justify-content:center;flex-wrap:wrap;gap:12px}.contact-kicker span:last-child{display:none}.contact-kicker{grid-template-columns:auto 1fr}.contact-trigger{font-size:11px}
  .contact-person{grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);min-height:64px;font-size:10.5px}
  .contact-identity,.contact-email{padding:9px 10px}
  .contact-colon{min-height:64px}
  .contact-email{font-size:10px;letter-spacing:0}
  .site-footer{grid-template-columns:1fr auto;padding:0 16px;gap:12px}.footer-network{gap:11px}.footer-network a{gap:5px}.footer-network a+a::before{margin-right:7px}.footer-lab96-logotype{width:29px;height:9.5px}.footer-moble-logotype{width:36.5px;height:9.5px}
  body .hero-title{font-size:42px}.section-heading .section-title{font-size:38px}.contact .contact-title{font-size:42px}.title-lead{font-size:.72em;margin-bottom:.18em}.title-pre,.title-tail{font-size:.64em}.service-card h3{font-size:26px}
  .hero-logo-mark{--wave-rise-scale:.87077;--wave-inner-scale:4.86519;--wave-middle-scale:7.11066;--wave-outer-scale:9.35614;--wave-end-scale:10.27435}
}
@media (max-width: 340px) {
  .site-footer>.brand .brand-wordmark{display:none}
}
@media (max-width: 360px) {
  html[lang="vi"] .section-heading .section-title { font-size: 35px; }
  html[lang="en"] .contact .contact-title,
  html[lang="vi"] .contact .contact-title { font-size: 35px; }
}
@media (color-gamut: p3) {
  @supports (color: color(display-p3 1 1 1)) {
    .orbit {
      --orbit-hit-core: color(display-p3 .91 1 .97 / .98);
      --orbit-hit-glow: color(display-p3 .56 1 .86 / .74);
      --orbit-hit-aura: color(display-p3 .28 .9 .75 / .38);
    }
    .hero-logo-mark {
      --logo-hit-core: color(display-p3 .96 1 .985);
      --logo-hit-glow: color(display-p3 .54 1 .86 / .76);
    }
  }
}
@media (dynamic-range: high) {
  @supports (color: color(rec2100-pq .7 .73 .72)) {
    .hero-logo-mark {
      --wave-line: color(rec2100-pq .61 .67 .65 / .46);
      --wave-halo: color(rec2100-pq .59 .65 .63 / .14);
      --panel-wave: color(rec2100-pq .66 .7 .68 / .58);
      --logo-rest-brightness: 1;
      --logo-trough-brightness: 1.01;
      --logo-hit-brightness: 1.05;
      --logo-hit-core: color(rec2100-pq .71 .74 .73);
      --logo-hit-glow: color(rec2100-pq .61 .7 .67 / .82);
    }
    .orbit {
      --orbit-hit-core: color(rec2100-pq .7 .73 .72);
      --orbit-hit-glow: color(rec2100-pq .61 .69 .66 / .78);
      --orbit-hit-aura: color(rec2100-pq .56 .65 .62 / .5);
    }
    .orbit::after { filter: brightness(1.08) drop-shadow(0 0 4px var(--orbit-hit-core)) drop-shadow(0 0 15px var(--orbit-hit-glow)); }
  }
  @supports (dynamic-range-limit: no-limit) {
    .hero-visual { dynamic-range-limit: no-limit; }
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .page-scroll { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .logo-breath{animation:none!important;transform:scale(var(--logo-rest-scale));filter:brightness(var(--logo-rest-brightness))}
  .logo-wave-cycle,.logo-wave-line,.logo-wave-halo,.logo-panel-wave,.logo-face-bloom,.logo-face-flash,.orbit::after{animation:none!important;opacity:0!important}
  .site-header .header-logo-mark.is-replaying{animation:none!important;color:var(--logo-fill,var(--ink))!important;filter:none!important;opacity:.9!important}
}
