:root {
  --navy: #111827;
  --slate: #243447;
  --coral: #f26b5e;
  --ivory: #f8f5f0;
  --mist: #d9e0e6;
  --ink: #14202c;
  --muted: #66727d;
  --line: rgba(17, 24, 39, 0.14);
  --display: "Manrope", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --mono: "Space Mono", monospace;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.045em; }
h1, h2, h3, .brand { font-family: var(--display); }
h1 i, h2 i { font-weight: 500; }
.shell { width: var(--shell); margin: 0 auto; }
.section { padding: 144px 0; }
.section-dark { color: var(--ivory); background: var(--navy); }
.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; z-index: 10; top: 12px; left: 12px; transform: translateY(-200%); padding: 10px 14px; color: var(--navy); background: var(--ivory); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 5; top: 0; width: 100%; border-bottom: 1px solid rgba(248, 245, 240, 0.13); transition: background 0.3s, box-shadow 0.3s; }
.site-header.is-scrolled { position: fixed; background: rgba(17, 24, 39, 0.92); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12); backdrop-filter: blur(12px); }
.nav-shell { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 700; color: var(--ivory); letter-spacing: -0.055em; }
.brand em { color: var(--coral); font-style: normal; font-weight: 500; }
.brand-mark { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 3.1; stroke-linecap: round; stroke-linejoin: round; }
.main-nav { display: flex; align-items: center; gap: 30px; color: rgba(248, 245, 240, 0.76); font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--ivory); }
.nav-cta { padding: 10px 15px; border: 1px solid rgba(248, 245, 240, 0.38); color: var(--ivory); transition: background .2s, border .2s; }
.nav-cta:hover { background: var(--coral); border-color: var(--coral); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 740px; overflow: hidden; padding-top: 84px; isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(248, 245, 240, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(248, 245, 240, .035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black 20%, transparent 93%); }
.hero-orb { position: absolute; z-index: -2; width: 500px; height: 500px; border-radius: 999px; filter: blur(2px); opacity: .9; }
.orb-one { top: -300px; right: 3%; background: radial-gradient(circle, rgba(242,107,94,.34), rgba(242,107,94,0) 67%); }
.orb-two { bottom: -360px; right: 29%; background: radial-gradient(circle, rgba(68,112,147,.28), rgba(68,112,147,0) 67%); }
.hero-grid { display: grid; align-items: center; grid-template-columns: minmax(0, .98fr) minmax(400px, .82fr); gap: 48px; min-height: 560px; }
.eyebrow, .overline { margin-bottom: 21px; font: 700 11px/1.3 var(--mono); letter-spacing: .075em; text-transform: uppercase; }
.eyebrow-light { color: rgba(248,245,240,.68); display: flex; align-items: center; gap: 9px; }
.eyebrow span { display: inline-block; width: 21px; height: 1px; background: var(--coral); }
.hero h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(48px, 5.3vw, 82px); line-height: .99; }
.hero h1 i { color: var(--coral); }
.hero-lead { max-width: 510px; margin-bottom: 35px; color: rgba(248,245,240,.7); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; min-height: 52px; padding: 14px 20px; border: 1px solid transparent; cursor: pointer; font-family: var(--body); font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-coral { background: var(--coral); color: var(--navy); }
.button-coral:hover { background: #ff8175; }
.button-dark { background: var(--navy); color: var(--ivory); }
.button-dark:hover { background: var(--slate); }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; transition: gap .2s; }
.text-link:hover { gap: 13px; }
.light-link { border-color: rgba(248,245,240,.55); color: var(--ivory); }

.hero-composition { position: relative; width: min(100%, 520px); height: 460px; justify-self: end; }
.system-card { position: absolute; z-index: 2; width: min(365px, 74%); min-height: 306px; padding: 21px 23px 17px; border: 1px solid rgba(248,245,240,.33); background: rgba(36, 52, 71, .8); box-shadow: 20px 25px 0 rgba(7,13,24,.28); backdrop-filter: blur(10px); }
.system-card-main { right: 27px; top: 82px; }
.system-card-top { display: flex; align-items: center; gap: 9px; margin-bottom: 27px; color: rgba(248,245,240,.67); font: 400 9px/1.2 var(--mono); letter-spacing: .06em; }
.system-card-top > :last-child { margin-left: auto; color: var(--coral); }
.status-dot { width: 7px; height: 7px; border-radius: 99px; background: var(--coral); box-shadow: 0 0 0 4px rgba(242,107,94,.13); }
.system-line { display: grid; grid-template-columns: 1fr 76px; align-items: center; gap: 20px; padding: 10px 0; border-top: 1px solid rgba(248,245,240,.14); color: rgba(248,245,240,.58); font-size: 13px; }
.system-line b { position: relative; display: block; height: 2px; background: rgba(248,245,240,.2); }
.system-line b::after { content: ""; display: block; height: 100%; width: 45%; background: rgba(248,245,240,.5); }
.system-line.active { color: var(--ivory); }
.system-line.active b::after { width: 82%; background: var(--coral); }
.system-foot { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: rgba(248,245,240,.44); font: 400 9px/1.3 var(--mono); text-transform: uppercase; }
.system-foot svg { width: 18px; stroke: var(--coral); stroke-width: 1.5; fill: none; }
.system-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: var(--ivory); box-shadow: 0 10px 25px rgba(0,0,0,.18); color: var(--navy); font-size: 11px; font-weight: 700; }
.note-one { top: 31px; left: 5px; }
.note-two { right: 0; bottom: 48px; }
.note-num { color: var(--coral); font: 700 9px var(--mono); }
.system-paths { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.system-paths path { stroke: rgba(248,245,240,.38); stroke-width: 1; stroke-dasharray: 3 5; }
.system-paths circle { fill: var(--coral); }
.hero-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-bottom: 32px; color: rgba(248,245,240,.48); font-size: 12px; }
.hero-footer > p { max-width: 455px; margin: 0; }
.scroll-cue { display: inline-flex; align-items: center; gap: 11px; font: 400 9px var(--mono); letter-spacing: .06em; color: var(--ivory); }
.scroll-cue i { display: block; width: 25px; height: 37px; border: 1px solid rgba(248,245,240,.5); border-radius: 20px; position: relative; }
.scroll-cue i::after { content: ""; position: absolute; top: 7px; left: 11px; width: 2px; height: 7px; border-radius: 2px; background: var(--coral); animation: scroll 1.8s ease-in-out infinite; }
@keyframes scroll { 0%,100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(12px); opacity: .35; } }

.section-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; }
.section-label { display: flex; align-items: flex-start; gap: 12px; padding-top: 8px; color: var(--muted); font: 400 10px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.section-label span { color: var(--coral); }
.section-label p { margin: 0; }
.light-label { color: rgba(248,245,240,.56); }
.intro-content h2, .method-title h2, .pillars-heading h2, .distinction-statement h2, .process-top h2 { max-width: 800px; margin-bottom: 0; font-size: clamp(34px, 4.1vw, 59px); line-height: 1.06; }
.overline { color: var(--coral); }
.intro-bottom { display: grid; grid-template-columns: minmax(220px, 1fr) auto; align-items: end; gap: 30px; max-width: 700px; margin-top: 50px; }
.intro-bottom p { margin: 0; color: var(--muted); font-size: 15px; }
.friction-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 114px; border-top: 1px solid var(--line); }
.friction-card { min-height: 260px; padding: 28px 36px 25px 0; border-right: 1px solid var(--line); }
.friction-card + .friction-card { padding-left: 34px; }
.friction-card:last-child { border-right: 0; }
.friction-card > span { font: 700 10px var(--mono); color: var(--coral); }
.friction-card h3 { margin: 37px 0 14px; font-size: 22px; line-height: 1.12; }
.friction-card p { max-width: 280px; margin: 0; color: var(--muted); font-size: 14px; }

.method-section { padding-bottom: 0; background: var(--mist); }
.method-heading { margin-bottom: 83px; }
.steps-wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.step-card { position: relative; min-height: 398px; padding: 38px 36px; border-top: 1px solid rgba(17,24,39,.24); border-right: 1px solid rgba(17,24,39,.24); transition: background .3s; }
.step-card:last-child { border-right: 0; }
.step-card:hover { background: rgba(248,245,240,.35); }
.step-number { margin-bottom: 90px; color: var(--coral); font: 400 12px var(--mono); }
.step-kicker { margin-bottom: 8px; color: var(--muted); font: 400 9px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.step-card h3 { margin-bottom: 16px; font-size: 29px; line-height: 1; }
.step-card p:last-child { max-width: 285px; margin: 0; color: #53606a; font-size: 14px; }
.step-arrow { position: absolute; right: 32px; bottom: 28px; color: var(--coral); font-size: 25px; }

.pillars-section { padding-bottom: 123px; }
.pillars-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; margin-bottom: 81px; }
.coral-overline { color: var(--coral); }
.pillars-heading h2 { max-width: 720px; }
.pillars-heading h2 i { color: var(--coral); }
.pillars-list { border-top: 1px solid rgba(248,245,240,.24); }
.pillar-item { display: grid; grid-template-columns: 80px minmax(0,1fr) auto; align-items: center; gap: 24px; min-height: 116px; border-bottom: 1px solid rgba(248,245,240,.18); transition: padding .25s, background .25s; }
.pillar-item:hover { padding: 0 20px; background: rgba(248,245,240,.04); }
.pillar-index { color: var(--coral); font: 400 10px var(--mono); }
.pillar-item > div { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); align-items: baseline; gap: 25px; }
.pillar-item h3 { margin: 0; font-size: 22px; }
.pillar-item p { margin: 0; color: rgba(248,245,240,.58); font-size: 14px; }
.pillar-symbol { color: var(--coral); font-size: 22px; transition: transform .2s; }
.pillar-item:hover .pillar-symbol { transform: translate(4px,-4px); }

.distinction-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 10%; }
.distinction-statement h2 { max-width: 500px; }
.distinction-statement h2 i { color: var(--coral); }
.distinction-list { border-top: 1px solid var(--line); }
.distinction-item { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 26px 0 29px; border-bottom: 1px solid var(--line); }
.distinction-item > span { color: var(--coral); font: 400 10px var(--mono); }
.distinction-item h3 { margin-bottom: 8px; font-size: 21px; }
.distinction-item p { margin: 0; color: var(--muted); font-size: 14px; }

.process-section { background: var(--slate); color: var(--ivory); }
.process-top { margin-bottom: 90px; }
.process-top h2 { max-width: 700px; }
.process-top h2 i { color: var(--coral); }
.process-rail { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.process-line { position: absolute; top: 4px; left: 0; right: 0; height: 1px; background: rgba(248,245,240,.3); }
.process-item { position: relative; padding-top: 34px; }
.process-dot { position: absolute; top: 0; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 7px var(--slate); }
.mono { color: var(--coral); font: 400 9px var(--mono); letter-spacing: .055em; }
.process-item h3 { margin: 34px 0 12px; font-size: 23px; }
.process-item p:last-child { max-width: 290px; margin: 0; color: rgba(248,245,240,.6); font-size: 14px; }

.contact-section { padding: 88px 0; background: var(--ivory); }
.contact-card { padding: 51px 61px 28px; background: var(--coral); color: var(--navy); }
.contact-top { display: flex; align-items: center; gap: 11px; font: 700 10px var(--mono); letter-spacing: .06em; }
.contact-top p { margin: 0; }
.contact-top .status-dot { background: var(--navy); box-shadow: 0 0 0 4px rgba(17,24,39,.12); }
.contact-card h2 { max-width: 870px; margin: 56px 0 47px; font-size: clamp(38px, 5.4vw, 72px); line-height: 1.01; }
.contact-card h2 i { font-weight: 500; }
.contact-bottom { display: flex; justify-content: space-between; align-items: end; gap: 35px; padding-bottom: 27px; border-bottom: 1px solid rgba(17,24,39,.22); }
.contact-bottom p { max-width: 490px; margin: 0; font-size: 15px; }
.contact-note { margin: 21px 0 0; font: 400 10px var(--mono); }
.contact-note span { margin-right: 8px; }
.contact-dialog { width: min(100% - 36px, 555px); padding: 0; border: 0; color: var(--navy); background: var(--ivory); box-shadow: 0 25px 90px rgba(0,0,0,.35); }
.contact-dialog::backdrop { background: rgba(17,24,39,.72); backdrop-filter: blur(3px); }
.dialog-inner { position: relative; padding: 48px; }
.dialog-inner .overline { margin-bottom: 20px; }
.dialog-inner h2 { max-width: 420px; margin-bottom: 18px; font-size: 33px; line-height: 1.08; }
.dialog-inner > p:not(.overline) { max-width: 435px; margin-bottom: 28px; color: var(--muted); font-size: 14px; }
.dialog-close { position: absolute; top: 14px; right: 16px; width: 32px; height: 32px; border: 0; color: var(--navy); background: transparent; cursor: pointer; font-size: 30px; line-height: 1; }

.site-footer { padding: 51px 0 23px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding-bottom: 53px; }
.footer-main > p { max-width: 360px; margin: 0; color: rgba(248,245,240,.52); font-size: 13px; }
.back-top { border-bottom: 1px solid rgba(248,245,240,.45); padding-bottom: 3px; font: 700 12px var(--body); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(248,245,240,.17); color: rgba(248,245,240,.42); font: 400 9px var(--mono); letter-spacing: .06em; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .08s; }
.reveal:nth-child(3) { transition-delay: .14s; }

@media (max-width: 800px) {
  :root { --shell: min(100% - 36px, 1180px); }
  .site-header { border-bottom-color: rgba(248,245,240,.16); }
  .nav-shell { min-height: 72px; }
  .menu-toggle { position: relative; z-index: 6; display: grid; gap: 5px; width: 39px; height: 39px; place-content: center; padding: 0; border: 1px solid rgba(248,245,240,.35); background: transparent; color: var(--ivory); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 16px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: grid; gap: 0; padding: 16px 18px 22px; background: var(--navy); border-bottom: 1px solid rgba(248,245,240,.18); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: .25s; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav > a:not(.nav-cta) { padding: 14px 0; border-bottom: 1px solid rgba(248,245,240,.13); }
  .nav-cta { margin-top: 18px; text-align: center; }
  .hero { min-height: auto; padding-top: 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 13px; min-height: auto; padding-top: 86px; }
  .hero h1 { max-width: 630px; font-size: clamp(46px, 13vw, 70px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .hero-composition { width: 100%; height: 370px; max-width: 510px; justify-self: center; }
  .system-card-main { top: 63px; right: 8%; }
  .note-two { right: 0; bottom: 25px; }
  .hero-footer { align-items: end; padding: 38px 0 23px; }
  .hero-footer > p { max-width: 280px; }
  .scroll-cue span { display: none; }
  .section { padding: 88px 0; }
  .section-grid, .pillars-heading { grid-template-columns: 1fr; gap: 22px; }
  .intro-bottom { grid-template-columns: 1fr; margin-top: 32px; }
  .friction-grid { grid-template-columns: 1fr; margin-top: 64px; }
  .friction-card, .friction-card + .friction-card { min-height: auto; padding: 24px 0 29px; border-right: none; border-bottom: 1px solid var(--line); }
  .friction-card:last-child { border-bottom: 0; }
  .friction-card h3 { margin-top: 28px; }
  .method-heading { margin-bottom: 45px; }
  .steps-wrap { grid-template-columns: 1fr; }
  .step-card { min-height: auto; padding: 30px 0 55px; border-right: 0; }
  .step-number { margin-bottom: 49px; }
  .step-arrow { right: 2px; bottom: 22px; }
  .pillars-heading { margin-bottom: 45px; }
  .pillar-item { grid-template-columns: 38px minmax(0,1fr) auto; min-height: 0; padding: 24px 0; gap: 12px; }
  .pillar-item:hover { padding: 24px 10px; }
  .pillar-item > div { grid-template-columns: 1fr; gap: 8px; }
  .pillar-item h3 { font-size: 20px; }
  .distinction-grid { grid-template-columns: 1fr; gap: 50px; }
  .process-top { margin-bottom: 60px; }
  .process-rail { grid-template-columns: 1fr; gap: 35px; padding-left: 25px; }
  .process-line { top: 0; bottom: 0; left: 4px; right: auto; width: 1px; height: auto; }
  .process-dot { top: 0; left: -25px; box-shadow: 0 0 0 7px var(--slate); }
  .process-item { padding-top: 0; }
  .process-item h3 { margin-top: 27px; }
  .contact-section { padding: 44px 0; }
  .contact-card { padding: 34px 23px 23px; }
  .contact-card h2 { margin: 44px 0; }
  .contact-bottom { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; padding-bottom: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .dialog-inner { padding: 45px 27px 28px; }
}

@media (max-width: 390px) {
  .hero-composition { height: 327px; transform: scale(.93); transform-origin: center left; width: 108%; }
  .system-card { width: 79%; }
  .hero-footer > p { font-size: 11px; }
  .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
