: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;
}

@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 { 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;
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
.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 18px 0 24px;
  border-radius: 5px; 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 nav { height: 100%; display: flex; align-items: stretch; }
.site-header nav a { min-width: 108px; 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); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 26px; padding: 14px 16px; border: 1px solid var(--line); font-size: 11px; font-weight: 600; }
.header-cta span { color: var(--accent); font-size: 16px; }
.menu-button { display: none; background: none; border: 0; }

main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.hero { min-height: 780px; height: 100vh; max-height: 940px; position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; padding-top: 104px; }
.eyebrow { font-size: 10px; letter-spacing: .23em; color: var(--muted); display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.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; letter-spacing: -.055em; font-weight: 200; line-height: 1.08; }
h1 { font-size: clamp(54px, 6.2vw, 88px); }
h1 em, h2 em { font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif; font-style: normal; font-weight: 700; color: #c7ccc5; }
.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-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-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{stroke:var(--wave-line);stroke-width:1.25}
.logo-wave-halo{stroke:var(--wave-halo);stroke-width:18}
.logo-panel-wave{stroke:var(--panel-wave);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: 1.2fr repeat(3, 1fr) .7fr; align-items: stretch; margin-top: 20px; }
.metrics > div { border-right: 1px solid var(--line); padding: 28px; }
.metrics > div:last-child { border: 0; }
.metric-label { font-size: 9px; letter-spacing: .18em; color: var(--muted); }
.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; }
.metric-mark { display: grid; place-items: center; font: 700 20px "Pretendard", sans-serif; color: #c7cdc7; }

.section { padding: 150px 0 10px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; margin-bottom: 55px; }
.section-index { display: block; font-size: 9px; color: var(--muted); letter-spacing: .2em; margin-bottom: 22px; }
.section-heading h2 { font-size: clamp(45px, 5.1vw, 72px); }
.section-heading > p { color: #9fa6a2; font-size: 13px; line-height: 1.8; margin: 0 0 8px; max-width: 430px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.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 { font: 650 32px "Pretendard", sans-serif; letter-spacing: -.03em; margin: 0 0 13px; }
.service-card p { color: #aab0ac; font-size: 12px; line-height: 1.7; margin: 0; }
.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; }

.compact { margin-bottom: 45px; }
.process-board { min-height: 355px; padding: 24px; }
.process-top { padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.process-track { display: grid; grid-template-columns: repeat(4,1fr); position: relative; padding-top: 68px; }
.track-line { position: absolute; top: 46px; left: 9%; right: 9%; height: 1px; background: var(--line); }.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 article { padding: 0 24px; border-right: 1px solid var(--line); min-height: 200px; }.process-track article: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 span { font: 600 19px "Pretendard",sans-serif; }.process-track p { color:#9ea5a1;font-size:11px;line-height:1.7;margin-top:18px; }

.contact { padding-bottom: 100px; }
.contact-panel { min-height: 580px; 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 h2 { font-size: clamp(52px, 7vw, 92px); }.contact h2 em { display:block; }
.contact p { color:#aab0ac;font-size:13px;line-height:1.8;margin:28px 0 36px; }
.contact-link { width:min(470px,100%);height:65px;border:1px solid var(--line);background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:13px;transition:.25s; }.contact-link:hover{background:rgba(230,235,230,.9);color:#18201e}.contact-link i{font-style:normal;font-size:18px}.contact-link-static{cursor:default}.contact-link-static:hover{background:rgba(255,255,255,.06);color:inherit}.contact-link-static i{font-size:9px;color:#aabbb0}
.contact-meta { display:flex;gap:26px;margin-top:24px;color:#818985;font-size:8px;letter-spacing:.15em; }

footer { min-height: 120px; border-top: 1px solid var(--line); display:grid;grid-template-columns:1fr 1fr 1.2fr auto;align-items:center;gap:30px;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 a:last-child{color:#aeb5b0}

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.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 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 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);
  }
  95.8949% {
    transform:scale(var(--logo-hit-scale));
    filter:brightness(var(--logo-rest-brightness)) drop-shadow(0 0 0 transparent) drop-shadow(0 0 0 transparent);
  }
  100% { transform:scale(var(--logo-hit-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); }
  95.8949%,100% { opacity:0; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns:1fr auto; } .site-header nav,.header-cta{display:none}.menu-button{display:flex;width:38px;height:38px;flex-direction:column;justify-content:center;gap:7px;align-items:flex-end}.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:18px; align-items:start; }.site-header.open nav{display:flex;position:absolute;left:0;right:0;top:73px;flex-direction:column;background:rgba(22,27,27,.96);border:1px solid var(--line)}.site-header.open nav a{height:55px;border-bottom:1px solid var(--line)}
  .hero { height:auto;max-height:none;grid-template-columns:1fr;padding:190px 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{grid-template-columns:repeat(2,1fr)}.metrics .metric-label,.metrics .metric-mark{display:none}.metrics>div:nth-child(3){border-right:0}
  .section-heading{grid-template-columns:1fr;gap:30px}.service-grid{grid-template-columns:1fr}.service-card{min-height:460px}.process-track{grid-template-columns:repeat(2,1fr);row-gap:70px}.process-track article:nth-child(2){border-right:0}.track-line{display:none}.process-track b{margin:0 0 25px}.process-board{padding-bottom:50px}footer{grid-template-columns:1fr 1fr}footer p{display:none}
}
@media (max-width: 600px) {
  main,footer{width:min(100% - 28px,1180px)}.site-header{width:calc(100% - 28px);top:14px}.hero{padding-top:150px;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{grid-template-columns:1fr 1fr}.metrics>div{padding:20px}.metrics>div:nth-child(4){border-right:0}.metric strong{font-size:25px}.metric span{font-size:9px}.section{padding-top:110px}.section-heading h2{font-size:43px}.process-track{grid-template-columns:1fr}.process-track article{border-right:0;border-bottom:1px solid var(--line);padding:24px 8px;min-height:0}.process-track article:last-child{border-bottom:0}.process-track b{display:inline-grid;margin:0 18px 0 0}.process-track span{font-size:17px}.process-track p{margin-left:53px}.contact-panel{min-height:530px;padding-inline:20px}.contact h2{font-size:48px}.contact-meta{gap:12px}.contact-kicker span:last-child{display:none}.contact-kicker{grid-template-columns:auto 1fr}.contact-link{font-size:11px}footer{grid-template-columns:1fr auto;padding:30px 0}footer>span{display:none}
  .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 (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; }
  *,*::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-panel-wave,.logo-face-bloom,.logo-face-flash,.orbit::after{animation:none!important;opacity:0!important}
}
