:root {
  color-scheme: dark;
  --bg: #08090b;
  --surface: #0e0f12;
  --text: #f3f2f3;
  --muted: #a5a5ac;
  --soft: #8f8f99;
  --line: rgba(255,255,255,.13);
  --red: #ff173e;
  --violet: #4d0da3;
  --gradient: linear-gradient(105deg, #4d0da3, #4d0da3);
  --max: 1320px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; background: var(--bg); }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button,input,select,textarea { font: inherit; }
button,a,input,select,textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3 { line-height: 1.06; letter-spacing: -.055em; }
h2 { font-size: clamp(2.6rem,4.6vw,4.4rem); font-weight: 400; }
h2 > span { color: var(--soft); }
h2 em,h1 em { font-style: normal; background: var(--gradient); color: transparent; background-clip: text; -webkit-background-clip: text; }
h3 { font-size: 1.65rem; font-weight: 500; line-height: 1.2; letter-spacing: -.035em; }
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible { outline: 2px solid #c198fa; outline-offset: 5px; }
.section-shell { width: min(var(--max),calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; padding: 12px 18px; color: #08090b; background: white; z-index: 100; }
.skip-link:focus { top: 12px; }
.site-header { padding-inline: 32px; }
.header-inner { width: min(1456px,100%); margin-inline: auto; min-height: 88px; display: flex; gap: 40px; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: 16px; align-items: center; flex-shrink: 0; }
.brand-logo { width: 220px; height: auto; mix-blend-mode: screen; }
.header-inner { min-height: 112px; }
.brand-name { font-size: 2rem; line-height: 1; font-weight: 800; letter-spacing: -.065em; }
.brand-name > span { font-weight: 600; }
.brand-name > i { color: var(--red); font-style: normal; margin-left: 1px; }
.brand-company { font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; border-left: 1px solid #ffffff30; padding-left: 16px; line-height: 1.4; color: #b9b7c0; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: .875rem; }
.site-nav > a:not(.nav-cta) { color: var(--muted); transition: color .2s; }
.site-nav > a:hover { color: white; }
.nav-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; margin-left: 36px; background: var(--gradient); color: white; padding: 11px 20px; font-size: .875rem; font-weight: 600; }
.nav-cta > span { font-size: 1.3rem; font-weight: 400; }
.menu-button { display: none; background: transparent; color: white; border: 1px solid var(--line); padding: 10px 12px; align-items: center; gap: 12px; }
.menu-label { font-size: .875rem; }
.menu-icon { display: grid; width: 18px; gap: 5px; }
.menu-icon i { display: block; height: 1px; background: white; }
.hero { position: relative; display: grid; grid-template-columns: 1.18fr 1fr; column-gap: 24px; align-items: center; padding-top: 74px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; padding-bottom: 70px; }
.eyebrow,.section-kicker { text-transform: uppercase; font-weight: 600; font-size: .75rem; letter-spacing: .14em; line-height: 1.65; }
.eyebrow { color: #b3b1b8; margin-bottom: 30px; }
.eyebrow:before { display: inline-block; content: ""; vertical-align: middle; width: 18px; height: 2px; margin-right: 10px; background: var(--red); }
h1 { font-size: clamp(3.7rem,6.1vw,5.7rem); font-weight: 800; line-height: .99; letter-spacing: -.065em; max-width: 740px; }
h1 em { display: block; padding-bottom: .08em; }
.hero-intro { max-width: 610px; font-size: 1.125rem; color: #b3b2b9; line-height: 1.7; margin-top: 30px; }
.hero-actions { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; border-radius: 0; min-height: 54px; padding: 14px 22px; font-size: .875rem; font-weight: 600; line-height: 1.4; }
.button-primary { background: var(--gradient); color: white; transition: box-shadow .2s,filter .2s; }
.button-primary:hover,.nav-cta:hover { filter: brightness(1.13); box-shadow: 0 8px 30px #4d0da333; }
.button > span { font-size: 1.2rem; font-weight: 400; line-height: 1; }
.text-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 22px; font-size: .875rem; font-weight: 600; padding-block: 8px; border-bottom: 1px solid #ffffff40; }
.text-link span { font-size: 1.2rem; font-weight: 400; }
.text-link:hover { border-color: var(--red); color: #fff; }
.hero-assurance { color: var(--muted); font-size: .75rem; margin-top: 25px; }
.hero-assurance span { padding-inline: 8px; }
.hero-art { width: calc(100% + 32px); max-width: 640px; margin-left: -4px; margin-top: -32px; position: relative; min-width: 0; }
.hero-art img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; mix-blend-mode: screen; mask-image: radial-gradient(ellipse 70% 72% at 50% 46%,black 48%,transparent 78%); -webkit-mask-image: radial-gradient(ellipse 70% 72% at 50% 46%,black 48%,transparent 78%); }
.hero-art figcaption { position: relative; display: flex; justify-content: space-between; gap: 14px; margin: -15px 40px 0; border-top: 1px solid var(--line); padding-top: 15px; color: #a3a0ae; font-size: .75rem; }
.hero-bottom { grid-column: 1/-1; display: flex; gap: 30px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-block: 20px; color: #a8a5af; font-size: .75rem; }
.hero-bottom > span:first-child { text-transform: uppercase; letter-spacing: .08em; }
.hero-bottom a { display: flex; gap: 18px; }
.capability-band { border-block: 1px solid var(--line); background: #ffffff01; }
.capability-band > div { min-height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.capability-band span { font-size: .75rem; text-transform: uppercase; letter-spacing: .11em; color: #a9a5b1; }
.capability-band span + span:before { content: "/"; color: #4d0da3; margin-right: clamp(15px,5vw,80px); }
.section-kicker { color: var(--red); margin-bottom: 23px; }
.thesis { padding-block: 130px; display: grid; grid-template-columns: .38fr 1fr; gap: 50px; border-bottom: 1px solid var(--line); }
.thesis > .section-kicker { margin-top: 7px; }
.thesis-content > p { max-width: 820px; margin-top: 32px; font-size: 1.125rem; line-height: 1.8; color: var(--muted); }
.thesis-content > p + p { margin-top: 18px; }
.capabilities,.method { padding-block: 118px; }
.method { border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr .43fr; gap: 64px; align-items: end; margin-bottom: 54px; }
.section-heading > p { color: var(--muted); font-size: 1rem; line-height: 1.7; padding-bottom: 3px; }
.capability-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--line); }
.capability-card { padding: 35px 38px 38px; display: flex; flex-direction: column; min-height: 330px; background: #ffffff01; }
.capability-card:nth-child(odd) { border-right: 1px solid var(--line); }
.capability-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.card-number { font-size: .75rem; color: #a39dab; text-transform: uppercase; letter-spacing: .07em; }
.capability-card h3 { margin-top: 39px; }
.capability-card > p:not(.card-detail) { margin-top: 20px; color: var(--muted); max-width: 510px; font-size: 1rem; line-height: 1.75; }
.card-detail { margin-top: auto; padding-top: 33px; color: #bab6c0; font-size: .75rem; letter-spacing: .045em; }
.growth-note { display: grid; grid-template-columns: .8fr 1fr auto; gap: 40px; align-items: center; margin-top: 32px; padding: 30px 0 0; }
.growth-note h3 { font-size: 1.25rem; line-height: 1.4; letter-spacing: -.025em; }
.growth-note p { color: var(--muted); font-size: 1rem; }
.growth-note a { white-space: nowrap; }
.method-steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); }
.method-steps li { padding: 28px 28px 0 0; margin-right: 28px; border-right: 1px solid var(--line); }
.method-steps li:last-child { border-right: 0; margin-right: 0; }
.method-steps li > span { color: var(--red); font-size: .75rem; }
.method-steps h3 { margin-top: 30px; font-size: 1.65rem; }
.method-steps p { margin-top: 17px; color: var(--muted); font-size: 1rem; }
.method-steps small { display: block; margin-top: 22px; color: #d0b6ef; font-size: .875rem; line-height: 1.6; }
.trust-section { padding-block: 105px; border-block: 1px solid var(--line); background: radial-gradient(ellipse at 5% 50%,#35105c45,transparent 60%),#0b0a0e; }
.trust-grid { display: grid; grid-template-columns: 1.1fr .8fr; gap: 100px; align-items: center; }
.trust-intro { margin-top: 28px; max-width: 660px; color: var(--muted); font-size: 1.0625rem; }
.trust-list { margin: 0; border-top: 1px solid var(--line); }
.trust-list > div { padding-block: 24px; border-bottom: 1px solid var(--line); }
.trust-list dt { font-size: 1.0625rem; margin-bottom: 7px; }
.trust-list dd { margin: 0; font-size: 1rem; color: var(--muted); line-height: 1.65; }
.contact { display: grid; grid-template-columns: 1.05fr 1fr; gap: 90px; padding-block: 126px; }
.contact h2 { font-size: clamp(2.6rem,4.3vw,4.15rem); }
.contact-copy > p:not(.section-kicker) { margin-top: 28px; font-size: 1.0625rem; color: var(--muted); max-width: 580px; }
.contact-outcomes { padding: 0; list-style: none; margin: 32px 0 0; display: grid; gap: 13px; font-size: .875rem; color: #c2bac9; }
.contact-outcomes li:before { content: "—"; color: var(--red); margin-right: 15px; }
.contact-copy > .contact-direct { font-size: .875rem; }
.contact-direct a { display: inline-block; color: #d0b6ef; border-bottom: 1px solid #4d0da3; }
.project-form { border: 1px solid var(--line); background: #0e0d11; padding: 34px; }
.project-form h3 { font-size: 1.4rem; margin-bottom: 30px; letter-spacing: -.025em; }
.field-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.project-form label { display: grid; gap: 9px; font-size: .875rem; color: #bfb9c5; margin-bottom: 22px; }
.project-form input,.project-form select,.project-form textarea { width: 100%; min-width: 0; background: #08080b; border: 1px solid #ffffff29; padding: 12px; border-radius: 0; color: white; font-size: 1rem; }
.project-form textarea { resize: vertical; }
.project-form textarea::placeholder { color: #a29baa; }
.project-form input:focus,.project-form select:focus,.project-form textarea:focus { border-color: var(--violet); }
.project-form .button { width: 100%; justify-content: center; }
.form-note { color: #a7a0ae; font-size: .75rem; line-height: 1.8; margin-top: 17px; }
.form-note a { color: #d0b6ef; text-decoration: underline; text-underline-offset: 3px; }
.site-footer { border-top: 1px solid var(--line); background: #060608; padding: 64px 0 25px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 70px; align-items: start; }
.footer-top > p { font-size: 1rem; color: var(--muted); }
.footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; font-size: .875rem; color: var(--muted); }
.footer-top nav a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; color: #a29ba8; font-size: .75rem; border-top: 1px solid var(--line); margin-top: 58px; padding-top: 23px; }
@media(min-width:1600px) {
  .hero { grid-template-columns: 1.13fr 1fr; }
  .hero-art { width: calc(100% + 45px); max-width: 700px; }
}
@media(max-width:1150px) {
  .section-shell { width: calc(100% - 80px); }
  .brand-company { display: none; }
  .site-nav { gap: 24px; }
  .nav-cta { margin-left: 12px; }
  .hero { column-gap: 8px; }
  h1 { font-size: clamp(3.55rem,6.4vw,5.2rem); }
  .hero-art { width: calc(100% + 24px); }
  .hero-art figcaption { flex-direction: column; gap: 2px; margin-inline: 24px; }
  .section-heading { gap: 40px; grid-template-columns: 1fr .5fr; }
  .thesis { gap: 35px; grid-template-columns: .3fr 1fr; }
  .growth-note { grid-template-columns: 1fr 1.2fr; gap: 20px 40px; }
  .growth-note a { grid-column: 2; justify-self: start; }
  .trust-grid,.contact { gap: 50px; }
  .footer-top { gap: 30px; }
}
@media(max-width:850px) {
  .site-header { padding-inline: 24px; position: relative; z-index: 20; }
  .header-inner { min-height: 96px; }
  .brand-logo { width: 180px; }
  .brand-company { display: block; }
  .menu-button { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 96px; left: 24px; right: 24px; background: #111015; padding: 22px; border: 1px solid var(--line); box-shadow: 0 20px 40px #0008; }
  .site-nav.open { display: grid; gap: 24px; }
  .nav-cta { margin: 0; }
  .hero { grid-template-columns: 1.15fr 1fr; padding-top: 52px; }
  h1 { font-size: clamp(2.7rem,6.1vw,3.6rem); }
  .hero-copy { padding-bottom: 45px; }
  .hero-intro { font-size: 1rem; }
  .hero-actions { gap: 16px; }
  .hero-assurance { line-height: 1.8; }
  .hero-art { margin-top: -50px; }
  .hero-art figcaption { margin-top: 8px; font-size: .75rem; }
  .thesis { grid-template-columns: 1fr; gap: 8px; padding-block: 85px; }
  .thesis-content > p { margin-top: 28px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { max-width: 580px; }
  .capabilities,.method { padding-block: 85px; }
  .capability-card { padding: 28px; min-height: 345px; }
  .capability-card h3 { font-size: 1.5rem; }
  .capability-band span + span:before { display: none; }
  .capability-band > div { flex-wrap: wrap; gap: 16px 30px; padding-block: 20px; justify-content: flex-start; }
  .method-steps { grid-template-columns: 1fr 1fr; row-gap: 30px; }
  .method-steps li:nth-child(2) { border-right: 0; margin-right: 0; }
  .trust-grid,.contact { grid-template-columns: 1fr; gap: 40px; }
  .trust-section,.contact { padding-block: 85px; }
  .project-form { max-width: 700px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top nav { grid-column: 2; }
  .footer-top > p { grid-row: 2; }
}
@media(max-width:620px) {
  .section-shell { width: calc(100% - 40px); }
  .site-header { padding-inline: 20px; }
  .site-nav { left: 20px; right: 20px; }
  .brand { gap: 10px; }
  .header-inner { gap: 16px; }
  .brand-name { font-size: 1.75rem; }
  .brand-company { padding-left: 10px; font-size: .75rem; letter-spacing: .045em; text-transform: none; }
  .hero { grid-template-columns: 1fr; padding-top: 38px; }
  .hero-copy { padding-bottom: 0; }
  .eyebrow { font-size: .75rem; letter-spacing: .065em; margin-bottom: 23px; }
  h1 { font-size: clamp(2.65rem,10.8vw,4.15rem); line-height: 1.01; letter-spacing: -.062em; max-width: 540px; }
  .hero-intro { margin-top: 24px; line-height: 1.75; }
  .hero-actions { margin-top: 27px; gap: 20px; }
  .button { padding-inline: 19px; gap: 20px; }
  .text-link { gap: 15px; }
  .hero-assurance { margin-top: 21px; }
  .hero-assurance span { padding-inline: 3px; }
  .hero-art { width: min(100%,460px); margin: 24px auto 26px; }
  .hero-art img { width: 100%; aspect-ratio: 1.18; object-fit: cover; object-position: 50% 38%; }
  .hero-art figcaption { margin: -5px 12px 0; flex-direction: row; gap: 15px; padding-top: 12px; font-size: .75rem; }
  .hero-bottom { font-size: .75rem; gap: 15px; padding-block: 18px; }
  .hero-bottom > span:first-child { display: none; }
  .capability-band > div { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; min-height: 95px; }
  .capability-band span { font-size: .75rem; letter-spacing: .06em; }
  .thesis,.capabilities,.method,.trust-section,.contact { padding-block: 70px; }
  .section-kicker { font-size: .75rem; letter-spacing: .1em; margin-bottom: 20px; }
  h2 { font-size: clamp(2.2rem,8vw,3.1rem); }
  .thesis-content > p { font-size: 1rem; line-height: 1.8; margin-top: 24px; }
  .section-heading { gap: 22px; margin-bottom: 34px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { padding: 27px 24px; min-height: 0; }
  .capability-card:nth-child(odd) { border-right: 0; }
  .capability-card:not(:last-child) { border-bottom: 1px solid var(--line); }
  .capability-card h3 { margin-top: 27px; font-size: 1.5rem; }
  .card-detail { padding-top: 26px; font-size: .75rem; letter-spacing: 0; }
  .growth-note { grid-template-columns: 1fr; gap: 20px; padding-top: 12px; }
  .growth-note a { grid-column: auto; justify-self: start; }
  .method-steps { grid-template-columns: 1fr; row-gap: 0; }
  .method-steps li { margin: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .method-steps h3 { margin-top: 18px; font-size: 1.5rem; }
  .method-steps p { margin-top: 14px; }
  .trust-intro { font-size: 1rem; margin-top: 24px; }
  .trust-list > div { padding-block: 22px; }
  .contact h2 { font-size: clamp(2.35rem,8.5vw,3rem); }
  .contact-copy > p:not(.section-kicker) { font-size: 1rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .project-form { padding: 26px 22px; }
  .project-form h3 { font-size: 1.3rem; }
  .site-footer { padding-top: 44px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-top > p,.footer-top nav { grid-column: auto; grid-row: auto; }
  .footer-top nav { max-width: 350px; }
  .footer-bottom { flex-wrap: wrap; gap: 12px 20px; margin-top: 35px; }
  .footer-bottom > span:last-child { width: 100%; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none!important; animation: none!important; }
}
