@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;700;900&display=swap');

:root {
  --ink: #111722;
  --muted: #758092;
  --paper: #f4f6f8;
  --line: rgba(17, 23, 34, .14);
  --blue: #9fd0ff;
  --orange: #ff7d5e;
  --lime: #d9f273;
  --dark: #0a1020;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Manrope', 'Noto Sans SC', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; }
.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 42px;
}
.brand { align-items: center; display: flex; gap: 13px; }
.brand strong { display: block; font-size: 15px; letter-spacing: .1em; }
.brand small { color: var(--muted); display: block; font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .2em; margin-top: 3px; }
.brand-mark { display: flex; gap: 3px; height: 25px; transform: skew(-20deg); }
.brand-mark i { background: var(--ink); display: block; width: 5px; }
.brand-mark i:nth-child(2) { background: var(--orange); height: 20px; margin-top: 5px; }
.brand-mark i:nth-child(3) { background: var(--lime); height: 15px; margin-top: 10px; }
.site-nav { align-items: center; display: flex; gap: 31px; font-size: 12px; }
.site-nav a { color: var(--muted); transition: color .2s ease; }
.site-nav a:hover { color: var(--ink); }
.site-nav .nav-contact { border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); padding: 10px 16px; }
.section-grid { display: grid; grid-template-columns: minmax(120px, 1fr) minmax(0, 3.45fr); gap: 28px; }
.hero { max-width: 1280px; margin: 0 auto; min-height: 690px; padding: 91px 42px 110px; }
.hero-copy { padding-top: 43px; }
.eyebrow, .kicker, .section-index, .visual-note, .card-number { font-family: 'DM Mono', monospace; }
.eyebrow { align-items: center; color: var(--muted); display: flex; font-size: 10px; gap: 11px; letter-spacing: .15em; }
.eyebrow span { background: var(--orange); border-radius: 50%; height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(54px, 7.2vw, 105px); font-weight: 800; letter-spacing: -.075em; line-height: .98; margin: 28px 0 30px; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-intro { color: #566174; font-size: 15px; line-height: 1.9; max-width: 450px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 40px; }
.button { border-radius: 999px; display: inline-flex; gap: 24px; padding: 15px 20px; }
.button-primary { background: var(--ink); color: var(--white); font-size: 12px; }
.button-primary span { color: var(--lime); font-size: 17px; line-height: 12px; }
.text-link { border-bottom: 1px solid var(--ink); font-size: 12px; padding-bottom: 6px; }
.text-link span { color: var(--orange); margin-left: 10px; }
.hero-visual { background: var(--dark); border-radius: 50%; height: min(42vw, 510px); margin: 0 auto; max-height: 510px; max-width: 510px; min-height: 360px; min-width: 360px; overflow: hidden; position: relative; width: min(42vw, 510px); }
.hero-visual::before { background: radial-gradient(circle, rgba(159, 208, 255, .2), transparent 63%); content: ''; inset: 0; position: absolute; }
.orbit { border: 1px solid rgba(159, 208, 255, .4); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(-20deg); }
.orbit-one { height: 72%; transform: translate(-50%, -50%) rotate(23deg); width: 125%; }
.orbit-two { border-color: rgba(255, 125, 94, .7); height: 86%; transform: translate(-50%, -50%) rotate(-47deg); width: 58%; }
.orbit-three { border-color: rgba(217, 242, 115, .6); height: 50%; transform: translate(-50%, -50%) rotate(63deg); width: 112%; }
.core { align-items: center; background: var(--orange); border-radius: 50%; color: var(--dark); display: flex; flex-direction: column; height: 155px; justify-content: center; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 155px; z-index: 2; }
.core-label { font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .18em; }
.core-word { font-family: 'Noto Sans SC', sans-serif; font-size: 48px; font-weight: 900; line-height: 1; }
.core-line { background: var(--dark); height: 1px; margin: 5px 0 6px; width: 31px; }
.core-caption { font-size: 8px; line-height: 1.5; text-align: center; }
.visual-note { color: rgba(255, 255, 255, .55); font-size: 9px; letter-spacing: .08em; position: absolute; z-index: 3; }
.note-top { left: 13%; top: 18%; }
.note-bottom { bottom: 17%; right: 12%; line-height: 1.65; }
.note-bottom b { color: var(--lime); font-weight: 400; }
.signal-strip { align-items: center; background: var(--lime); display: flex; gap: 25px; justify-content: center; padding: 21px 20px; }
.signal-strip span { font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.signal-strip i { background: var(--ink); border-radius: 50%; height: 4px; width: 4px; }
.section-pad { max-width: 1280px; margin: 0 auto; padding-left: 42px; padding-right: 42px; }
.section-index { color: var(--muted); font-size: 10px; letter-spacing: .12em; padding-top: 7px; }
.section-index span { color: var(--orange); }
.about { padding-bottom: 155px; padding-top: 165px; }
.kicker { color: var(--orange); font-size: 10px; letter-spacing: .12em; margin-bottom: 27px; }
h2 { font-size: clamp(35px, 5vw, 65px); letter-spacing: -.06em; line-height: 1.1; margin-bottom: 54px; }
.about-bottom { display: grid; gap: 40px; grid-template-columns: minmax(200px, 470px) 1fr; }
.about-bottom p { color: #5d6879; font-size: 14px; line-height: 1.9; }
.about-bottom .small-note { align-self: end; color: var(--ink); font-family: 'DM Mono', monospace; font-size: 11px; line-height: 1.7; }
.capabilities { background: var(--dark); color: var(--white); max-width: none; padding-bottom: 140px; padding-top: 120px; }
.section-heading, .capability-grid { margin: 0 auto; max-width: 1196px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 62px; }
.section-heading .section-index { color: rgba(255,255,255,.55); }
.section-heading p { color: rgba(255,255,255,.62); font-size: 12px; margin-bottom: 0; }
.capability-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.capability-card { color: var(--ink); min-height: 395px; padding: 29px 28px; position: relative; transform: translateY(25px); transition: transform .7s ease, opacity .7s ease; }
.capability-card.is-visible { transform: translateY(0); }
.card-blue { background: var(--blue); }
.card-orange { background: var(--orange); transition-delay: .08s; }
.card-lime { background: var(--lime); transition-delay: .16s; }
.card-number { font-size: 10px; }
.card-icon { height: 62px; margin: 65px 0 40px; position: relative; width: 68px; }
.icon-grid { display: grid; gap: 6px; grid-template-columns: repeat(2, 24px); grid-template-rows: repeat(2, 24px); }
.icon-grid i { border: 2px solid var(--ink); }
.icon-grid i:first-child { background: var(--ink); }
.icon-wave { display: flex; gap: 5px; transform: skew(-18deg); }
.icon-wave i { border: 2px solid var(--ink); height: 58px; width: 15px; }
.icon-wave i:nth-child(2) { margin-top: 10px; }
.icon-wave i:nth-child(3) { margin-top: 20px; }
.icon-cross::before, .icon-cross::after { background: var(--ink); content: ''; height: 74px; left: 34px; position: absolute; top: -5px; width: 2px; }
.icon-cross::before { transform: rotate(45deg); }
.icon-cross::after { transform: rotate(-45deg); }
.capability-card h3 { font-size: 29px; letter-spacing: -.06em; line-height: 1.07; margin-bottom: 18px; }
.capability-card p { font-size: 12px; line-height: 1.75; max-width: 235px; }
.card-arrow { bottom: 27px; font-size: 27px; position: absolute; right: 28px; }
.method { padding-bottom: 155px; padding-top: 165px; }
.method-content h2 span { color: var(--muted); }
.method-list { border-top: 1px solid var(--line); }
.method-item { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 50px 135px 1fr; padding: 23px 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.method-item.is-visible { transform: translateY(0); }
.method-item b { color: var(--orange); font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 400; }
.method-item strong { font-size: 14px; }
.method-item p { color: var(--muted); font-size: 12px; margin-bottom: 0; }
.statement { background: var(--orange); max-width: none; padding-bottom: 130px; padding-top: 125px; position: relative; text-align: center; }
.statement-mark { font-family: Georgia, serif; font-size: 120px; height: 70px; line-height: 1; }
.statement p { font-size: clamp(23px, 3vw, 40px); letter-spacing: -.06em; line-height: 1.35; margin: 10px auto 48px; }
.statement strong { font-weight: 800; }
.statement-line { background: var(--ink); height: 1px; margin: 0 auto; width: 50px; }
.contact { padding-bottom: 165px; padding-top: 170px; }
.contact-content h2 { margin-bottom: 48px; }
.contact-phone { display: inline-block; font-family: 'DM Mono', monospace; font-size: clamp(22px, 3vw, 38px); letter-spacing: -.07em; }
.contact-phone span { color: var(--orange); font-family: 'Manrope', sans-serif; font-size: 23px; margin-left: 10px; }
.contact-meta { color: var(--muted); font-size: 12px; line-height: 1.8; margin-top: 27px; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); display: flex; font-family: 'DM Mono', monospace; font-size: 9px; justify-content: space-between; letter-spacing: .08em; margin: 0 auto; max-width: 1196px; padding: 24px 0 30px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .18s; }
@media (max-width: 820px) {
  .site-header { padding: 23px 20px; }
  .site-nav { gap: 13px; }
  .site-nav a:not(.nav-contact) { display: none; }
  .section-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-pad, .hero { padding-left: 20px; padding-right: 20px; }
  .hero { padding-bottom: 65px; padding-top: 45px; }
  .hero-copy { padding-top: 0; }
  h1 { font-size: clamp(52px, 15vw, 82px); }
  .hero-visual { height: min(86vw, 440px); min-height: 300px; min-width: 300px; width: min(86vw, 440px); }
  .about, .method, .contact { padding-bottom: 95px; padding-top: 95px; }
  .about-bottom { grid-template-columns: 1fr; gap: 10px; }
  .capabilities { padding-bottom: 95px; padding-top: 85px; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; margin-bottom: 40px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 340px; }
  .card-icon { margin-top: 42px; }
  .method-item { gap: 10px; grid-template-columns: 35px 90px 1fr; }
  .method-item p { font-size: 11px; }
  .statement { padding-bottom: 90px; padding-top: 90px; }
  .site-footer { flex-direction: column; gap: 10px; margin: 0 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
