:root {
  --ink: #10201b;
  --muted: #65736c;
  --paper: #f4f5ef;
  --lime: #c6ef72;
  --orange: #ee7858;
  --line: rgba(16, 32, 27, 0.15);
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 80px)); margin: 0 auto; }

.site-header { display: flex; align-items: center; justify-content: space-between; width: min(1280px, calc(100% - 80px)); margin: 0 auto; padding: 27px 0; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 800; letter-spacing: -.07em; }
.brand-mark { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 19px; line-height: 1; }
.nav-links { display: flex; gap: 32px; margin-left: 100px; font-size: 12px; font-weight: 700; }
.nav-links a, .text-link { transition: opacity .2s ease; }
.nav-links a:hover, .text-link:hover { opacity: .55; }
.header-cta { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; font-size: 11px; font-weight: 800; }
.header-cta span, .button span, .contact-link span { margin-left: 9px; font-size: 15px; }

.hero { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 670px; align-items: center; padding: 50px 0 105px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 27px; color: var(--muted); font: 500 10px "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 640px; margin-bottom: 28px; font-size: clamp(62px, 8.5vw, 120px); line-height: .91; letter-spacing: -.09em; font-weight: 700; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 440px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; border-radius: 999px; padding: 15px 22px; font-size: 11px; font-weight: 800; }
.button-primary { background: var(--ink); color: var(--paper); }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: 11px; font-weight: 800; }
.text-link span { margin-left: 8px; font-size: 15px; }

.hero-art { position: relative; height: 490px; overflow: hidden; }
.orbit { position: absolute; border: 1px solid rgba(16, 32, 27, .26); border-radius: 50%; transform: rotate(-27deg); }
.orbit-one { width: 610px; height: 235px; top: 135px; left: -10px; }
.orbit-two { width: 545px; height: 175px; top: 164px; left: 22px; transform: rotate(33deg); }
.orbit-three { width: 625px; height: 275px; top: 112px; left: -15px; transform: rotate(72deg); }
.sun { position: absolute; width: 205px; height: 205px; top: 149px; left: 186px; border-radius: 50%; background: var(--orange); }
.sun::after { content: ""; position: absolute; width: 20px; height: 20px; top: 27px; right: 35px; border-radius: 50%; background: var(--lime); }
.art-label { position: absolute; z-index: 1; color: var(--ink); font: 500 10px "DM Mono", monospace; letter-spacing: .16em; }
.label-top { top: 84px; right: 37px; }
.label-bottom { bottom: 93px; left: 61px; }
.art-caption { position: absolute; right: 5px; bottom: 35px; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: right; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.trust-label { color: var(--muted); font-size: 11px; }
.ecosystems { display: flex; align-items: center; gap: 35px; font-size: 12px; font-weight: 800; letter-spacing: -.03em; }
.ecosystems span:nth-child(2) { font: 500 11px "DM Mono", monospace; letter-spacing: -.08em; }
.ecosystems span:nth-child(3) { font-size: 15px; letter-spacing: -.1em; }

.statement-section { padding: 150px 0 160px; }
h2 { margin-bottom: 25px; font-size: clamp(47px, 6vw, 80px); line-height: .98; letter-spacing: -.08em; font-weight: 700; }
h2 span { color: var(--muted); }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; margin-left: 25%; }
.large-copy { font-size: 21px; line-height: 1.45; letter-spacing: -.035em; }
.body-copy { max-width: 320px; padding-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.capabilities-section { padding: 112px 0 140px; background: var(--ink); color: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 74px; }
.section-heading .eyebrow { color: #a6b3aa; }
.section-heading h2 { margin-bottom: 0; }
.heading-note { max-width: 210px; margin: 0 4% 9px 0; color: #a6b3aa; font-size: 13px; line-height: 1.6; }
.capability-list { border-top: 1px solid rgba(244, 245, 239, .25); }
.capability-card { display: grid; grid-template-columns: 90px 1fr 35px; align-items: center; gap: 26px; padding: 31px 0; border-bottom: 1px solid rgba(244, 245, 239, .25); }
.card-number { align-self: start; color: var(--lime); font: 500 11px "DM Mono", monospace; }
.capability-card h3 { margin: 0 0 7px; font-size: 22px; letter-spacing: -.04em; }
.capability-card p { max-width: 560px; margin: 0; color: #a6b3aa; font-size: 13px; line-height: 1.6; }
.card-arrow { color: var(--lime); font-size: 23px; }

.workshop-section { display: grid; grid-template-columns: 1fr 1.6fr 1fr; gap: 30px; align-items: end; padding: 150px 0; }
.workshop-mark { font: 500 12px "DM Mono", monospace; }
.workshop-mark span { color: var(--muted); }
.workshop-section h2 { margin: 0; }
.workshop-details { padding-bottom: 9px; }
.workshop-details p { max-width: 260px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.button-light { background: var(--lime); color: var(--ink); }

.contact-section { background: var(--lime); }
.contact-inner { padding: 125px 0 135px; }
.contact-inner .eyebrow { color: var(--ink); }
.contact-inner h2 { margin-bottom: 45px; }
.contact-link { display: inline-flex; align-items: center; border-bottom: 2px solid var(--ink); padding-bottom: 10px; font-size: clamp(23px, 3vw, 38px); font-weight: 700; letter-spacing: -.06em; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding: 30px 0; color: var(--muted); font-size: 10px; }
.site-footer .brand { color: var(--ink); }

.page-hero { padding: 112px 0 145px; }
.page-hero h1 { margin-bottom: 30px; }
.page-lede { max-width: 540px; color: var(--muted); font-size: 20px; line-height: 1.6; }
.dark-panel { padding: 112px 0 135px; background: var(--ink); color: var(--paper); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 36px; border-top: 1px solid rgba(244, 245, 239, .25); }
.principle-grid article { min-height: 220px; padding: 27px 0 36px; border-bottom: 1px solid rgba(244, 245, 239, .25); }
.principle-grid article:last-child { grid-column: 2; }
.principle-grid span, .process-list > article > span, .service-index, .expectation-list article > span { color: var(--lime); font: 500 11px "DM Mono", monospace; }
.principle-grid h3 { margin: 34px 0 10px; font-size: 19px; letter-spacing: -.04em; }
.principle-grid p, .panel-copy { max-width: 280px; margin: 0; color: #a6b3aa; font-size: 13px; line-height: 1.65; }
.process-section { padding: 145px 0 160px; }
.process-list { border-top: 1px solid var(--line); }
.process-list > article { display: grid; grid-template-columns: 120px 1fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-list h3 { margin: 0 0 9px; font-size: 23px; letter-spacing: -.04em; }
.process-list p { max-width: 540px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-stack { padding: 20px 0 150px; }
.service-feature { display: grid; grid-template-columns: 120px 1fr; gap: 25px; padding: 72px 0 85px; border-top: 1px solid var(--line); }
.service-feature h2 { margin-bottom: 25px; }
.service-copy { max-width: 540px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; max-width: 660px; margin-top: 45px; }
.detail-grid h3 { margin: 0 0 10px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.detail-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.ecosystem-panel { padding: 120px 0 130px; }
.ecosystem-panel h2 { margin: 22px 0 30px; }
.panel-copy { max-width: 550px; font-size: 16px; }
.about-split, .vision-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 110px 0 155px; }
.about-copy { max-width: 430px; padding-top: 55px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-copy p + p { margin-top: 25px; }
.quote-section { padding: 95px 0; background: var(--orange); color: var(--ink); }
.quote-section p { max-width: 740px; margin: 0 0 23px; font-size: clamp(30px, 4.5vw, 58px); line-height: 1.05; letter-spacing: -.07em; }
.quote-section span { font: 500 10px "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.vision-section { padding-top: 145px; padding-bottom: 150px; }
.vision-section .about-copy { padding-top: 70px; }
.contact-hero { padding: 125px 0 145px; }
.contact-hero h1 { margin-bottom: 28px; }
.contact-link-dark { margin-top: 45px; color: var(--ink); }
.contact-expectations { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.expectation-list { border-top: 1px solid rgba(244, 245, 239, .25); }
.expectation-list article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(244, 245, 239, .25); }
.expectation-list h3 { margin: 0 0 8px; font-size: 18px; }
.expectation-list p { margin: 0; color: #a6b3aa; font-size: 13px; line-height: 1.6; }
.contact-alternatives { padding: 145px 0 165px; }

@media (max-width: 760px) {
  .shell, .site-header { width: min(100% - 40px, 560px); }
  .nav-links { display: none; }
  .header-cta { padding: 9px 12px; font-size: 10px; }
  .hero { display: block; min-height: 0; padding: 75px 0 55px; }
  h1 { font-size: clamp(61px, 18vw, 100px); }
  .hero-lede { font-size: 15px; }
  .hero-art { height: 360px; margin-top: 35px; }
  .sun { width: 155px; height: 155px; top: 115px; left: calc(50% - 78px); }
  .orbit-one { width: 470px; height: 180px; top: 100px; left: calc(50% - 235px); }
  .orbit-two { width: 420px; height: 135px; top: 122px; left: calc(50% - 210px); }
  .orbit-three { width: 480px; height: 210px; top: 80px; left: calc(50% - 240px); }
  .label-top { top: 48px; right: 0; }
  .label-bottom { bottom: 54px; left: 0; }
  .trust-inner { display: block; padding: 21px 0; }
  .ecosystems { flex-wrap: wrap; gap: 18px 25px; margin-top: 17px; }
  .statement-section { padding: 95px 0 105px; }
  .statement-grid { display: block; margin-left: 0; }
  .large-copy { margin-bottom: 27px; font-size: 19px; }
  .section-heading { display: block; margin-bottom: 45px; }
  .heading-note { margin-top: 27px; }
  .capabilities-section { padding: 83px 0 95px; }
  .capability-card { grid-template-columns: 42px 1fr 20px; gap: 10px; padding: 25px 0; }
  .capability-card h3 { font-size: 18px; }
  .capability-card p { font-size: 12px; }
  .workshop-section { display: block; padding: 95px 0; }
  .workshop-section h2 { margin: 35px 0 32px; }
  .workshop-details p { margin-bottom: 25px; }
  .contact-inner { padding: 90px 0 100px; }
  .site-footer { align-items: flex-start; flex-wrap: wrap; gap: 18px; }
  .site-footer > span:last-child { width: 100%; }
  .page-hero { padding: 75px 0 95px; }
  .page-lede { font-size: 17px; }
  .dark-panel { padding: 82px 0 95px; }
  .principle-grid { display: block; }
  .principle-grid article, .principle-grid article:last-child { min-height: 0; }
  .principle-grid h3 { margin-top: 25px; }
  .process-section, .contact-alternatives { padding: 90px 0 105px; }
  .process-list > article { grid-template-columns: 42px 1fr; gap: 10px; }
  .process-list h3 { font-size: 19px; }
  .service-stack { padding: 0 0 90px; }
  .service-feature { display: block; padding: 55px 0 65px; }
  .service-feature h2 { margin-top: 32px; }
  .service-copy { font-size: 16px; }
  .detail-grid { display: block; margin-top: 35px; }
  .detail-grid > div + div { margin-top: 25px; }
  .ecosystem-panel { padding: 85px 0 95px; }
  .about-split, .vision-section { display: block; padding: 85px 0 105px; }
  .about-copy, .vision-section .about-copy { padding-top: 20px; }
  .quote-section { padding: 75px 0; }
  .contact-hero { padding: 80px 0 100px; }
  .contact-expectations { display: block; }
  .expectation-list { margin-top: 48px; }
}
