: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 { position: absolute; border: 1px solid rgba(226,231,226,.15); border-radius: 50%; }
.orbit-one { width: 100%; height: 100%; animation: orbit-pulse 7s ease-in-out infinite; }
.orbit-two { width: 76%; height: 76%; border-style: dashed; animation: rotate 36s linear infinite; }
.orbit-three { width: 52%; height: 52%; border-color: rgba(226,231,226,.3); animation: orbit-pulse-inner 5.4s ease-in-out infinite; }
.core{width:180px;height:180px;border:0;padding:0;border-radius:50%;display:grid;place-items:center;position:relative;isolation:isolate;appearance:none;-webkit-appearance:none;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;background:radial-gradient(circle,rgba(208,216,209,.22),rgba(107,124,118,.05) 66%,transparent 72%);box-shadow:0 0 58px rgba(159,180,170,.08)}
.core::before,.core::after{content:"";position:absolute;border-radius:50%;pointer-events:none;opacity:0}.core::before{inset:-18px;border:1px solid rgba(225,246,255,.48)}.core::after{inset:-34px;border:1px solid rgba(190,167,255,.3)}
.logo-trigger:focus-visible{outline:1px solid rgba(225,246,255,.78);outline-offset:12px}
.logo-cube{width:188px;height:188px;position:relative;z-index:3;overflow:visible;transform:translate3d(0,0,0);transform-origin:50% 52%;shape-rendering:geometricPrecision;filter:drop-shadow(0 0 10px rgba(225,235,227,.12));will-change:transform,filter}
.cube-panel,.cube-energy,.cube-light,.cube-flare{will-change:opacity,filter}.cube-panel path{stroke:rgba(255,255,255,.14);stroke-width:.65;vector-effect:non-scaling-stroke}.cube-panel-top{fill:#f4f6f3}.cube-panel-left{fill:#d8dfda}.cube-panel-right{fill:#e4e9e5}
.cube-energy{fill:none;stroke:url(#trinov-rgb);stroke-width:3;stroke-linejoin:round;stroke-linecap:round;opacity:0}.cube-energy path{stroke-dasharray:38 12}
.cube-light{transform-box:view-box;transform-origin:120px 132px;pointer-events:none;mix-blend-mode:screen;opacity:0;transform:scale(.03)}.light-halo{fill:url(#trinov-light-halo)}.light-bloom{fill:#eaffff}.light-core{fill:#fff;filter:drop-shadow(0 0 3px #fff) drop-shadow(0 0 8px #d9fbff)}
.cube-flare{fill:#fff;opacity:0;pointer-events:none;mix-blend-mode:screen;filter:url(#trinov-hdr-bloom)}
.logo-trigger.is-shaking .logo-cube{animation:logo-rattle .34s linear both}.logo-trigger.is-shaking .cube-energy{animation:energy-prime .34s cubic-bezier(.45,0,.85,.45) both}
.logo-trigger.is-bursting .cube-energy{animation:energy-release .26s ease-out both}.logo-trigger.is-bursting .cube-panel{animation:panel-whiteout .68s cubic-bezier(.16,1,.3,1) both}.logo-trigger.is-bursting .cube-flare{animation:face-flare .72s cubic-bezier(.16,1,.3,1) both}.logo-trigger.is-bursting .cube-light{animation:light-burst .78s cubic-bezier(.12,.72,.18,1) both}.logo-trigger.is-bursting{animation:core-impact .78s ease-out both}.logo-trigger.is-bursting::before{animation:burst-ring .8s cubic-bezier(.16,1,.3,1) both}.logo-trigger.is-bursting::after{animation:burst-ring .8s .06s cubic-bezier(.16,1,.3,1) both}
.axis { position: absolute; 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-rattle{0%,100%{transform:translate3d(0,0,0) rotate(0)}10%{transform:translate3d(-.5px,.2px,0) rotate(-.35deg)}22%{transform:translate3d(.7px,-.25px,0) rotate(.55deg)}35%{transform:translate3d(-1px,.35px,0) rotate(-.8deg)}48%{transform:translate3d(1.2px,-.45px,0) rotate(1.05deg)}61%{transform:translate3d(-1.5px,.45px,0) rotate(-1.3deg)}73%{transform:translate3d(1.7px,-.4px,0) rotate(1.55deg)}84%{transform:translate3d(-1.2px,.25px,0) rotate(-1.05deg)}93%{transform:translate3d(.55px,-.15px,0) rotate(.5deg)}}
@keyframes energy-prime{0%{opacity:0;stroke-dashoffset:0;filter:hue-rotate(0deg) drop-shadow(0 0 0 transparent)}35%{opacity:.42;filter:hue-rotate(80deg) drop-shadow(0 0 4px #54f4ff)}72%{opacity:.78;filter:hue-rotate(180deg) drop-shadow(0 0 8px #876cff)}100%{opacity:1;stroke-dashoffset:-80;filter:hue-rotate(280deg) brightness(1.6) drop-shadow(0 0 13px #ff4fba)}}
@keyframes energy-release{0%{opacity:1;stroke-dashoffset:-80;filter:hue-rotate(280deg) brightness(1.8) drop-shadow(0 0 14px #fff)}60%{opacity:.65;stroke-dashoffset:-130;filter:hue-rotate(345deg) brightness(3) drop-shadow(0 0 20px #fff)}100%{opacity:0;stroke-dashoffset:-150;filter:hue-rotate(360deg) brightness(1) drop-shadow(0 0 0 transparent)}}
@keyframes panel-whiteout{0%{filter:brightness(1) drop-shadow(0 0 0 transparent)}30%{filter:brightness(1.8) drop-shadow(0 0 8px rgba(236,253,255,.7))}48%{filter:brightness(5.5) drop-shadow(0 0 15px #fff) drop-shadow(0 0 34px rgba(199,244,255,.9))}68%{filter:brightness(2.2) drop-shadow(0 0 18px rgba(226,250,255,.5))}100%{filter:brightness(1) drop-shadow(0 0 0 transparent)}}
@keyframes face-flare{0%,12%{opacity:0}34%{opacity:.28}48%{opacity:1}63%{opacity:.55}100%{opacity:0}}
@keyframes light-burst{0%{opacity:0;transform:scale(.03)}10%{opacity:.28;transform:scale(.08)}34%{opacity:1;transform:scale(.5)}56%{opacity:.82;transform:scale(1.18)}78%{opacity:.28;transform:scale(1.72)}100%{opacity:0;transform:scale(2.22)}}
@keyframes core-impact{0%{box-shadow:0 0 58px rgba(159,180,170,.08)}38%{box-shadow:0 0 144px rgba(238,253,255,.5)}66%{box-shadow:0 0 96px rgba(192,221,216,.18)}100%{box-shadow:0 0 58px rgba(159,180,170,.08)}}
@keyframes burst-ring{0%{transform:scale(.84);opacity:0}20%{opacity:.65}100%{transform:scale(1.55);opacity:0}}
@keyframes orbit-pulse { 0%,100%{transform:scale(.97);opacity:.55} 50%{transform:scale(1.02);opacity:1} }
@keyframes orbit-pulse-inner { 0%,100%{transform:scale(1.04);opacity:.45} 50%{transform:scale(.96);opacity:1} }

@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:142px;height:142px}.logo-cube{width:132px;height:132px}.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}
}
@media (dynamic-range:high) and (color-gamut:p3){.light-core{fill:color(rec2020 2 2 2)}.light-bloom{fill:color(display-p3 1.6 1.7 1.9)}.cube-light,.cube-flare{mix-blend-mode:plus-lighter}.cube-flare{fill:color(rec2020 1.8 1.8 1.8)}.logo-trigger.is-bursting .cube-panel{animation-name:panel-whiteout-hdr}}
@keyframes panel-whiteout-hdr{0%{filter:brightness(1)}32%{filter:brightness(2.5) drop-shadow(0 0 12px #fff)}48%{filter:brightness(8) drop-shadow(0 0 20px #fff) drop-shadow(0 0 48px color(display-p3 .7 1 1))}70%{filter:brightness(2.4) drop-shadow(0 0 20px rgba(226,250,255,.55))}100%{filter:brightness(1)}}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
