:root {
  --ink: #050505;
  --ink-soft: #0b0c0e;
  --panel: #111315;
  --panel-soft: #181b1f;
  --paper: #f5f5f5;
  --muted: #a7adb4;
  --muted-dark: #666c73;
  --silver: #bfc3c8;
  --silver-light: #e2e4e6;
  --line: rgba(191, 195, 200, .22);
  --line-dark: rgba(5, 5, 5, .16);
  --max: 1240px;
  --radius: 2px;
  --font: "Avenir Next", "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .16; background-image: radial-gradient(rgba(255,255,255,.38) .55px, transparent .55px); background-size: 6px 6px; mix-blend-mode: soft-light; z-index: 10; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 2px solid var(--silver-light); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: -60px; z-index: 30; padding: 10px 14px; background: var(--paper); color: var(--ink); font-weight: 700; text-decoration: none; transition: top .2s ease; }
.skip-link:focus { top: 18px; }
.site-shell { overflow: clip; }
.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 24px clamp(20px, 4vw, 54px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-icon { width: 38px; height: 38px; overflow: hidden; display: inline-flex; border: 1px solid rgba(255,255,255,.26); border-radius: 10px; flex: 0 0 auto; background: #101112; }
.brand-icon img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.brand-copy, .footer-brand > span:last-child { display: grid; gap: 1px; line-height: 1; }
.brand-copy strong, .footer-brand strong { font-size: 15px; letter-spacing: .24em; font-weight: 650; }
.brand-copy small, .footer-brand small { font-size: 8px; letter-spacing: .37em; color: var(--muted); margin-left: 2px; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 4vw, 52px); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.main-nav a { text-decoration: none; color: var(--muted); transition: color .2s ease; }
.main-nav a:hover { color: var(--paper); }
.main-nav .nav-cta { color: var(--paper); border-bottom: 1px solid var(--silver); padding: 8px 0 10px; }
.main-nav .nav-cta span { color: var(--silver); margin-left: 8px; font-size: 16px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--paper); padding: 8px 0 8px 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; background: currentColor; margin: 6px 0; }
.section { max-width: var(--max); margin: 0 auto; padding: clamp(82px, 10vw, 148px) clamp(20px, 4vw, 54px); }
.hero { min-height: min(800px, calc(100vh - 76px)); display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr); align-items: center; gap: clamp(36px, 8vw, 118px); padding-top: clamp(52px, 8vw, 112px); padding-bottom: clamp(82px, 10vw, 138px); }
.hero-copy { position: relative; z-index: 1; max-width: 650px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 27px; color: var(--muted); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span:first-child { width: 25px; height: 1px; background: var(--silver); display: inline-block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 470; letter-spacing: -.055em; line-height: 1.02; }
h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(52px, 7vw, 98px); }
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.07em; }
.hero-lead { max-width: 520px; margin-bottom: 38px; color: var(--muted); font-size: clamp(17px, 1.8vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 51px; padding: 14px 19px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 700; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button span:last-child { font-size: 17px; line-height: 1; font-weight: 400; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--silver-light); }
.text-link, .underlined-link { color: var(--paper); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; text-decoration: none; }
.text-link span, .underlined-link span { display: inline-block; margin-left: 10px; color: var(--silver); font-size: 16px; transition: transform .2s ease; }
.text-link:hover span, .underlined-link:hover span { transform: translateY(3px); }
.hero-note { display: flex; align-items: center; gap: 11px; max-width: 410px; margin-top: 65px; color: var(--muted-dark); font-size: 11px; line-height: 1.5; }
.note-dot { width: 5px; height: 5px; display: inline-block; border-radius: 50%; background: var(--silver); box-shadow: 0 0 0 5px rgba(191,195,200,.08); }
.hero-art { position: relative; min-height: 510px; display: grid; place-items: center; }
.art-grid { position: absolute; inset: 8% -6% 4% 9%; opacity: .5; background-image: linear-gradient(rgba(191,195,200,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(191,195,200,.12) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0,0,0,.7) 42%, transparent 75%); }
.art-orbit { position: absolute; border: 1px solid rgba(191,195,200,.22); border-radius: 50%; transform: rotate(-28deg); }
.art-orbit-one { width: 76%; height: 48%; }
.art-orbit-two { width: 100%; height: 63%; border-color: rgba(191,195,200,.1); transform: rotate(32deg); }
.logo-frame { position: relative; z-index: 1; width: min(100%, 470px); aspect-ratio: 1 / .98; padding: 25px; display: grid; place-items: center; border: 1px solid rgba(191,195,200,.32); background: radial-gradient(circle at 50% 45%, rgba(191,195,200,.12), rgba(5,5,5,.75) 58%); box-shadow: 0 28px 80px rgba(0,0,0,.55); }
.logo-frame::before { content: ""; position: absolute; inset: 11px; border: 1px solid rgba(191,195,200,.1); pointer-events: none; }
.logo-frame img { width: 92%; mix-blend-mode: screen; filter: contrast(1.05) brightness(1.08); }
.frame-label { position: absolute; z-index: 2; top: 21px; right: 25px; color: var(--muted); font-size: 9px; letter-spacing: .2em; }
.frame-corner { position: absolute; width: 24px; height: 24px; border-color: var(--silver); border-style: solid; opacity: .9; }
.frame-corner-tl { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
.frame-corner-br { bottom: -1px; right: -1px; border-width: 0 1px 1px 0; }
.art-caption { position: absolute; z-index: 2; bottom: -3px; left: 0; right: 0; display: flex; justify-content: center; gap: 19px; color: var(--muted); font-size: 8px; letter-spacing: .24em; }
.tagline-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; white-space: nowrap; }
.tagline-track { display: flex; justify-content: space-around; align-items: center; gap: clamp(25px, 6vw, 90px); min-width: 850px; padding: 18px 20px 19px; color: var(--silver); font-size: 10px; letter-spacing: .3em; }
.tagline-track i { color: var(--muted-dark); font-style: normal; font-size: 15px; }
.section-light { background: var(--paper); color: var(--ink); max-width: none; padding-left: max(20px, calc((100% - var(--max) + 108px) / 2)); padding-right: max(20px, calc((100% - var(--max) + 108px) / 2)); }
.section-kicker { color: var(--muted-dark); }
.section-kicker > span:first-child { color: var(--silver); font-size: 10px; }
.kicker-line { width: 27px; height: 1px; background: currentColor; opacity: .65; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(250px, .9fr); gap: clamp(40px, 10vw, 160px); align-items: start; }
.intro h2 { max-width: 740px; margin: 0; font-size: clamp(42px, 5.8vw, 76px); }
.intro-text { padding-top: 5px; max-width: 420px; }
.intro-text p { margin-bottom: 22px; color: #555b61; font-size: 15px; }
.underlined-link { display: inline-block; margin-top: 16px; padding-bottom: 11px; border-bottom: 1px solid rgba(5,5,5,.55); color: var(--ink); }
.services { padding-top: clamp(88px, 11vw, 155px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: 58px; }
.section-heading h2, .method h2, .fit h2, .contact h2 { margin-bottom: 0; font-size: clamp(42px, 5.8vw, 76px); }
.section-heading h2 { max-width: 700px; }
.section-heading > p { max-width: 250px; margin-bottom: 4px; color: var(--muted); font-size: 13px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 335px; padding: 27px 27px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; background: linear-gradient(145deg, rgba(255,255,255,.015), transparent 50%); transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: rgba(191,195,200,.08); transform: translateY(-4px); }
.service-card-featured { background: linear-gradient(140deg, rgba(191,195,200,.16), rgba(191,195,200,.03) 55%, transparent); }
.service-top { display: flex; align-items: start; justify-content: space-between; margin-bottom: 57px; }
.service-number { color: var(--muted-dark); font-size: 11px; letter-spacing: .15em; }
.service-icon { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.service-icon svg { width: 18px; height: 18px; stroke: var(--silver); stroke-width: 1.3; }
.service-card h3 { margin-bottom: 15px; color: var(--paper); font-size: clamp(22px, 2.3vw, 29px); line-height: 1.04; font-weight: 450; letter-spacing: -.04em; }
.service-card p { max-width: 285px; margin-bottom: 21px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.card-link { width: fit-content; margin-top: auto; padding: 0 0 7px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--paper); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; cursor: pointer; }
.card-link span { margin-left: 8px; color: var(--silver); font-size: 15px; }
.section-soft { max-width: none; background: #0d0f11; padding-left: max(20px, calc((100% - var(--max) + 108px) / 2)); padding-right: max(20px, calc((100% - var(--max) + 108px) / 2)); }
.method-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 58px; }
.method-head p { max-width: 220px; margin-bottom: 4px; color: var(--muted); font-size: 13px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.step { position: relative; padding: 26px 22px 0 0; }
.step:not(:first-child) { padding-left: 24px; border-left: 1px solid var(--line); }
.step-index { color: var(--silver); font-size: 11px; letter-spacing: .15em; }
.step-line { height: 1px; width: 100%; margin: 35px 0 31px; background: linear-gradient(to right, var(--silver), rgba(191,195,200,.15)); }
.step h3 { margin-bottom: 12px; font-size: 21px; font-weight: 470; letter-spacing: -.035em; }
.step p { max-width: 205px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.fit { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); align-items: center; gap: clamp(50px, 9vw, 145px); }
.fit-visual { position: relative; display: grid; place-items: center; min-height: 330px; }
.fit-visual::before { content: ""; position: absolute; width: 88%; height: 88%; border: 1px solid var(--line); border-radius: 50%; transform: rotate(25deg) scaleY(.54); }
.fit-symbol { position: relative; z-index: 1; width: 184px; height: 184px; object-fit: cover; mix-blend-mode: screen; filter: brightness(1.08) contrast(1.04); }
.fit-orbit { position: absolute; width: 100%; height: 39%; border: 1px solid rgba(191,195,200,.14); border-radius: 50%; transform: rotate(-35deg); }
.fit-orbit-small { width: 75%; height: 25%; transform: rotate(44deg); }
.fit-copy { max-width: 680px; }
.fit-copy h2 { margin: 0 0 25px; }
.fit-copy p { max-width: 540px; margin-bottom: 33px; color: var(--muted); font-size: 16px; }
.button-outline { border-color: var(--line); color: var(--paper); }
.button-outline:hover { border-color: var(--silver); background: rgba(191,195,200,.1); }
.contact { max-width: none; padding-left: max(20px, calc((100% - var(--max) + 108px) / 2)); padding-right: max(20px, calc((100% - var(--max) + 108px) / 2)); background: var(--paper); color: var(--ink); }
.contact-shell { display: grid; grid-template-columns: minmax(280px, .86fr) minmax(400px, 1.14fr); gap: clamp(55px, 9vw, 145px); max-width: var(--max); margin: 0 auto; }
.contact .section-kicker { color: #62676d; }
.contact-intro { padding-top: 11px; }
.contact h2 { max-width: 590px; margin-bottom: 27px; color: var(--ink); }
.contact-intro > p { max-width: 440px; color: #5e646a; font-size: 15px; }
.contact-signature { display: grid; gap: 10px; max-width: 190px; margin-top: 62px; }
.contact-signature img { width: 170px; height: 170px; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.contact-signature span { color: #737980; font-size: 8px; letter-spacing: .17em; line-height: 1.5; }
.lead-form { padding: 33px; background: var(--ink); color: var(--paper); }
.form-intro { margin: 0 0 26px; padding: 0 0 22px; border-bottom: 1px solid rgba(191,195,200,.24); }
.form-kicker { margin: 0 0 7px; color: var(--silver-light); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.form-intro > p:last-child { max-width: 470px; margin: 0; color: var(--paper); font-size: 14px; line-height: 1.55; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 8px; margin-bottom: 22px; }
.field > span { color: var(--silver); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.field b, .consent b, .required-note b { color: var(--silver); font-weight: 500; }
.field small { color: var(--muted-dark); font-size: 9px; letter-spacing: .05em; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(191,195,200,.29); border-radius: 0; outline: 0; padding: 13px 12px; background: #0b0c0e; color: var(--paper); font-size: 14px; transition: border-color .2s ease, background .2s ease; }
.field input, .field select { height: 48px; }
.field textarea { resize: vertical; min-height: 125px; }
.field input::placeholder, .field textarea::placeholder { color: #62676e; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--silver) 50%), linear-gradient(135deg, var(--silver) 50%, transparent 50%); background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--silver-light); background: #111315; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #d58c8c; }
.consent { display: flex; align-items: start; gap: 10px; margin: 3px 0 24px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--silver); flex: 0 0 auto; }
.consent a { color: var(--paper); text-underline-offset: 3px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.button-submit { width: 100%; background: var(--paper); color: var(--ink); }
.button-submit:hover { background: var(--silver-light); }
.button-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { min-height: 21px; margin: 14px 0 0; font-size: 12px; line-height: 1.45; }
.form-status.success { color: #c9dfc9; }
.form-status.error { color: #e0a8a8; }
.required-note { margin: 13px 0 0; color: var(--muted-dark); font-size: 10px; }
.site-footer { max-width: var(--max); margin: 0 auto; padding: 44px clamp(20px, 4vw, 54px) 38px; color: var(--muted); }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--paper); }
.footer-brand .brand-icon { width: 32px; height: 32px; }
.footer-brand strong { font-size: 13px; }
.footer-brand small { font-size: 7px; }
.site-footer > p { margin: 18px 0 42px; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.footer-meta { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); padding-top: 17px; color: var(--muted-dark); font-size: 10px; }
.footer-meta span:last-child { max-width: 520px; text-align: right; }
@media (max-width: 980px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr); gap: 35px; }
  h1 { font-size: clamp(48px, 7vw, 75px); }
  .hero-art { min-height: 430px; }
  .service-card { min-height: 320px; padding-left: 21px; padding-right: 21px; }
  .contact-shell { gap: 55px; }
}
@media (max-width: 760px) {
  .site-header { padding-top: 18px; padding-bottom: 18px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% - 1px); left: 20px; right: 20px; display: grid; gap: 0; padding: 12px 18px 18px; border: 1px solid var(--line); background: rgba(11,12,14,.98); transform: translateY(-10px); opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { margin-top: 8px; border-bottom: 0; }
  .section { padding-top: 86px; padding-bottom: 86px; }
  .hero { display: block; min-height: auto; padding-top: 58px; }
  h1 { max-width: 530px; font-size: clamp(50px, 14vw, 78px); }
  .hero-note { margin-top: 43px; }
  .hero-art { min-height: 390px; margin-top: 65px; }
  .logo-frame { max-width: 410px; }
  .art-caption { bottom: -1px; font-size: 7px; }
  .intro-grid, .fit, .contact-shell { grid-template-columns: 1fr; gap: 42px; }
  .intro-text { max-width: 540px; }
  .section-heading, .method-head { display: block; }
  .section-heading > p, .method-head p { margin-top: 22px; max-width: 380px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 310px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .step:nth-child(3) { border-left: 0; }
  .step:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 26px; }
  .fit-visual { min-height: 260px; max-width: 400px; }
  .fit-copy { max-width: 580px; }
  .contact-signature { margin-top: 35px; }
  .contact-shell { gap: 58px; }
  .footer-meta { display: grid; }
  .footer-meta span:last-child { text-align: left; }
}
@media (max-width: 520px) {
  .brand-copy strong { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { width: fit-content; }
  .hero-art { min-height: 315px; margin-top: 49px; }
  .logo-frame { padding: 16px; }
  .frame-label { top: 14px; right: 16px; font-size: 8px; }
  .art-caption { gap: 10px; letter-spacing: .13em; }
  .tagline-track { min-width: 740px; justify-content: start; gap: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .service-top { margin-bottom: 40px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step, .step:not(:first-child) { min-height: 218px; padding-left: 0; padding-right: 0; border-left: 0; }
  .step:not(:first-child) { border-top: 1px solid var(--line); }
  .step-line { margin-top: 27px; }
  .fit-visual { min-height: 220px; }
  .fit-symbol { width: 132px; height: 132px; }
  .contact { padding-left: 20px; padding-right: 20px; }
  .lead-form { padding: 23px 17px; margin-left: -3px; margin-right: -3px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
