:root {
  --ink: #090b12;
  --navy: #050712;
  --paper: #f4f3ef;
  --white: #ffffff;
  --muted: #686b76;
  --line: rgba(9, 11, 18, .13);
  --blue: #3568ff;
  --violet: #8f4fff;
  --cyan: #58d9ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: var(--blue); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 94px; padding: 0 clamp(24px, 5vw, 82px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: white; font-size: 21px; font-weight: 900; font-style: italic; background: linear-gradient(145deg, #4ca3ff, #6644e8 55%, #be58ff); box-shadow: inset 0 1px 1px rgba(255,255,255,.45), 0 8px 30px rgba(58,74,255,.24); }
.brand-copy { display: flex; flex-direction: column; gap: 1px; letter-spacing: .12em; }
.brand-copy strong { font-size: 14px; }
.brand-copy small { font-size: 7px; color: rgba(255,255,255,.55); letter-spacing: .24em; }
.nav-links { display: flex; gap: 34px; font-size: 12px; color: rgba(255,255,255,.67); }
.nav-links li { list-style: none; margin: 0; padding: 0; }
.nav-links a { position: relative; transition: color .2s ease; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -9px; height: 1px; width: 0; background: white; transition: width .25s ease; }
.nav-links a:hover { color: white; }
.nav-links a:hover::after { width: 100%; }
.nav-cta { justify-self: end; display: inline-flex; gap: 12px; align-items: center; padding: 12px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: .25s ease; }
.nav-cta:hover { background: white; color: var(--ink); }
.nav-cta span { font-size: 15px; }

.hero { position: relative; min-height: min(900px, 100svh); overflow: hidden; padding: 145px clamp(24px, 5vw, 82px) 95px; display: grid; grid-template-columns: minmax(420px, .9fr) minmax(420px, 1.1fr); align-items: center; background: radial-gradient(circle at 70% 37%, #111c42 0, #090d20 28%, #050712 62%); color: white; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(to right, transparent, black 54%, transparent); }
.ambient { position: absolute; border-radius: 50%; filter: blur(110px); opacity: .18; pointer-events: none; }
.ambient-one { width: 420px; height: 420px; right: -60px; top: 8%; background: #5d36ff; }
.ambient-two { width: 280px; height: 280px; right: 44%; bottom: -100px; background: #12b5ff; }
.hero-copy { position: relative; z-index: 3; padding-top: 18px; max-width: 730px; }
.eyebrow, .section-kicker { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .23em; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.58); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.hero h1 { margin: 29px 0 24px; font-size: clamp(48px, 5.35vw, 84px); line-height: .98; letter-spacing: -.064em; font-weight: 590; }
.hero h1 em { color: transparent; font-weight: inherit; font-style: normal; -webkit-text-stroke: 1px rgba(141,172,255,.8); background: linear-gradient(120deg, #fff, #74b9ff 45%, #b75bff); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 600px; margin: 0; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 13px; padding: 0 23px; border-radius: 99px; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(110deg, #3676ff, #764fe7); box-shadow: 0 12px 35px rgba(63,91,255,.28); }
.button-primary:hover { box-shadow: 0 16px 40px rgba(63,91,255,.42); }
.button-ghost { border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.75); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.hero-proof { display: flex; gap: 0; margin-top: 56px; border-top: 1px solid rgba(255,255,255,.1); max-width: 690px; }
.hero-proof div { display: flex; flex-direction: column; gap: 5px; min-width: 30%; padding: 19px 22px 0 0; margin-right: 22px; border-right: 1px solid rgba(255,255,255,.1); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { font-size: 13px; letter-spacing: .01em; }
.hero-proof span { font-size: 9px; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .11em; }
.hero-visual { position: relative; z-index: 2; height: 640px; min-width: 0; }
.experience-wrap { position: absolute; inset: 0; overflow: hidden; cursor: grab; touch-action: pan-y; border-radius: 50% 50% 42% 46%; }
.experience-wrap:active { cursor: grabbing; }
.experience-wrap canvas { width: 100%; height: 100%; display: block; }
.visual-label { position: absolute; display: flex; align-items: center; font-size: 8px; letter-spacing: .18em; color: rgba(255,255,255,.44); pointer-events: none; }
.label-top { top: 12%; right: 6%; flex-direction: column; align-items: flex-end; gap: 4px; }
.label-top b { font-size: 25px; color: rgba(255,255,255,.85); letter-spacing: -.05em; }
.label-bottom { bottom: 12%; left: 12%; gap: 8px; }
.label-bottom i { width: 6px; height: 6px; border-radius: 50%; background: #60e8ff; box-shadow: 0 0 10px #60e8ff; }
.visual-axis { position: absolute; pointer-events: none; opacity: .13; border-color: white; }
.axis-x { left: 8%; right: 8%; top: 50%; border-top: 1px solid; }
.axis-y { top: 8%; bottom: 8%; left: 50%; border-left: 1px solid; }
.scroll-cue { position: absolute; z-index: 4; bottom: 27px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 1px; height: 27px; background: linear-gradient(transparent, white); }

.section-shell { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.intro, .projects, .method, .faq { padding-top: 130px; padding-bottom: 130px; }
.section-kicker { color: #737784; margin-bottom: 35px; }
.section-kicker.light { color: rgba(255,255,255,.4); }
.intro-grid, .projects-heading { display: grid; grid-template-columns: 1.7fr .8fr; gap: 90px; align-items: end; }
.intro h2, .projects h2, .method h2, .faq h2 { margin: 0; font-size: clamp(38px, 4.1vw, 64px); line-height: 1.05; letter-spacing: -.055em; font-weight: 560; }
.intro h2 span, .projects h2 span, .method h2 span, .faq h2 span { color: #8a8c95; }
.intro-grid > p, .projects-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.services-grid { margin-top: 75px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 330px; position: relative; padding: 26px 25px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s ease, transform .25s ease; overflow: hidden; }
.service-card:hover { background: white; transform: translateY(-4px); z-index: 2; box-shadow: 0 18px 55px rgba(15,19,35,.08); }
.service-number { color: #a0a1a8; font-size: 9px; letter-spacing: .15em; }
.service-icon { width: 64px; height: 64px; margin: 30px 0 22px; position: relative; display: grid; place-items: center; border: 1px solid rgba(53,104,255,.24); border-radius: 50%; background: radial-gradient(circle, rgba(53,104,255,.12), transparent 68%); }
.service-icon span, .service-icon i { position: absolute; width: 26px; height: 26px; border: 1px solid var(--blue); transform: rotate(45deg); border-radius: 5px; }
.service-icon i { width: 12px; height: 12px; background: var(--blue); opacity: .55; }
.service-card h3 { margin: 0 0 13px; font-size: 17px; letter-spacing: -.025em; }
.service-card > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; padding-top: 22px; }
.tags span { border: 1px solid var(--line); border-radius: 99px; padding: 5px 8px; font-size: 8px; color: #777984; text-transform: uppercase; letter-spacing: .08em; }

.system-section { background: var(--navy); color: white; overflow: hidden; }
.system-grid { min-height: 800px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 80px; }
.system-copy { padding: 110px 0; }
.system-copy h2 { margin: 0; font-size: clamp(43px, 4.1vw, 64px); line-height: 1.04; letter-spacing: -.055em; font-weight: 560; }
.system-copy > p { color: rgba(255,255,255,.55); line-height: 1.75; max-width: 510px; margin: 28px 0 38px; font-size: 14px; }
.system-copy ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.1); }
.system-copy li { display: flex; gap: 17px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 12px; color: rgba(255,255,255,.76); }
.system-copy li span { color: #6978bd; font-size: 9px; }
.orbit-map { height: 670px; position: relative; display: grid; place-items: center; }
.orbit-map::before { content: ""; position: absolute; inset: 12%; border-radius: 50%; background: radial-gradient(circle, rgba(88,86,255,.21), rgba(4,7,18,0) 62%); }
.orbit-ring { position: absolute; border: 1px solid rgba(125,157,255,.25); border-radius: 50%; transform: rotate(-18deg); }
.ring-one { width: 520px; height: 300px; }
.ring-two { width: 660px; height: 410px; transform: rotate(39deg); opacity: .55; }
.orbit-ring::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #74e7ff; left: 10%; top: 20%; box-shadow: 0 0 20px #74e7ff; }
.orbit-center { position: relative; z-index: 2; width: 160px; height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: radial-gradient(circle at 32% 24%, rgba(255,255,255,.78), rgba(57,106,255,.43) 14%, rgba(73,54,175,.38) 44%, rgba(8,9,25,.92) 72%); box-shadow: 0 0 80px rgba(68,67,255,.35), inset 0 0 35px rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.23); }
.orbit-center b { font-size: 16px; letter-spacing: .17em; }
.orbit-center small { font-size: 7px; letter-spacing: .18em; color: rgba(255,255,255,.5); margin-top: 5px; }
.orbit-label { position: absolute; padding: 8px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; font-size: 8px; letter-spacing: .16em; color: rgba(255,255,255,.65); background: rgba(9,11,29,.6); backdrop-filter: blur(10px); }
.label-one { top: 22%; left: 18%; }.label-two { top: 19%; right: 18%; }.label-three { bottom: 22%; left: 13%; }.label-four { bottom: 17%; right: 13%; }.label-five { top: 48%; right: 2%; }

.projects-heading { align-items: end; }
.projects-heading .section-kicker { margin-bottom: 25px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 70px; }
.project-card { min-height: 520px; padding: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.34); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-6px); box-shadow: 0 22px 60px rgba(15,19,35,.1); }
.project-top { display: flex; justify-content: space-between; align-items: center; color: #777a85; text-transform: uppercase; font-size: 8px; letter-spacing: .16em; }
.project-top b { color: #abaeb5; font-weight: 500; }
.project-window { height: 230px; margin: 24px 0 28px; background: #0d1020; overflow: hidden; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 18px 35px rgba(24,28,44,.15); transform: perspective(900px) rotateX(2deg) rotateY(-2deg); }
.window-bar { height: 26px; display: flex; align-items: center; gap: 5px; padding: 0 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
.window-bar i { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.25); }
.window-content { height: calc(100% - 26px); position: relative; padding: 38px 29px; overflow: hidden; color: white; background: radial-gradient(circle at 80% 30%, var(--accent-soft), transparent 42%), linear-gradient(145deg, #0e1122, #080a12); }
.window-content > span { display: block; width: 23px; height: 23px; border-radius: 7px; margin-bottom: 25px; background: var(--accent); box-shadow: 0 0 30px var(--accent-soft); }
.window-content strong { display: block; font-size: 21px; max-width: 75%; letter-spacing: -.03em; }
.window-content small { display: block; color: rgba(255,255,255,.44); font-size: 8px; letter-spacing: .13em; margin-top: 9px; text-transform: uppercase; }
.window-content div { position: absolute; width: 145px; height: 145px; border: 1px solid var(--accent); border-radius: 50%; right: -32px; bottom: -45px; box-shadow: 0 0 40px var(--accent-soft), inset 0 0 35px var(--accent-soft); }
.project-card.violet { --accent: #9b60ff; --accent-soft: rgba(155,96,255,.28); }.project-card.cyan { --accent: #39cfff; --accent-soft: rgba(57,207,255,.26); }.project-card.orange { --accent: #ff8b4c; --accent-soft: rgba(255,139,76,.25); }.project-card.green { --accent: #4de2a1; --accent-soft: rgba(77,226,161,.22); }.project-card.rose { --accent: #ff6fae; --accent-soft: rgba(255,111,174,.23); }.project-card.blue { --accent: #557cff; --accent-soft: rgba(85,124,255,.26); }
.project-card h3 { font-size: 22px; margin: 0 0 12px; letter-spacing: -.035em; }
.project-card > p { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 0; }
.project-stack { margin-top: auto; padding-top: 20px; color: #8b8d95; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }

.method { border-top: 1px solid var(--line); }
.method-heading { max-width: 760px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; border-top: 1px solid var(--line); }
.steps article { position: relative; padding: 34px 34px 10px 0; min-height: 245px; border-right: 1px solid var(--line); }
.steps article:not(:first-child) { padding-left: 34px; }
.steps article:last-child { border-right: 0; }
.step-number { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #e8e8e3; color: #767984; font-size: 9px; }
.steps h3 { margin: 38px 0 11px; font-size: 19px; }
.steps p { margin: 0; color: var(--muted); max-width: 220px; font-size: 12px; line-height: 1.65; }

.about { background: #11131d; color: white; }
.about-grid { min-height: 690px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 120px; align-items: center; }
.about-statement { position: relative; }
.about-statement > span { display: block; margin-bottom: -16px; font-size: 100px; line-height: 1; font-family: Georgia, serif; color: #6075ff; }
.about-statement h2 { font-size: clamp(42px, 4.2vw, 66px); line-height: 1.09; letter-spacing: -.055em; font-weight: 520; margin: 0; }
.about-statement em { font-family: Georgia, serif; color: #9aa9ff; font-weight: 400; }
.about-copy p { color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.8; }
.about-signature { margin-top: 38px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; gap: 13px; }
.about-signature div { display: flex; flex-direction: column; gap: 5px; }
.about-signature strong { font-size: 12px; }.about-signature small { color: rgba(255,255,255,.4); font-size: 9px; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: 14px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 20px; color: #777a84; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -7px 50px 25px 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.contact { padding: 120px 0; color: white; background: radial-gradient(circle at 12% 25%, rgba(77,82,230,.25), transparent 28%), radial-gradient(circle at 92% 80%, rgba(101,48,187,.2), transparent 31%), #060815; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 110px; align-items: center; }
.contact-copy h2 { margin: 0; font-size: clamp(48px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.06em; font-weight: 550; }
.contact-copy h2 em { font-family: Georgia, serif; font-weight: 400; color: #9caaff; }
.contact-copy > p { color: rgba(255,255,255,.55); line-height: 1.7; font-size: 14px; max-width: 480px; margin: 25px 0 35px; }
.contact-direct { border-top: 1px solid rgba(255,255,255,.12); }
.contact-direct a { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-direct a > span:first-child { color: rgba(255,255,255,.4); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.contact-direct strong { font-size: 12px; }.contact-direct a > span:last-child { color: #8798ff; font-size: 18px; }
.brief-card { background: rgba(255,255,255,.96); color: var(--ink); padding: 35px; border-radius: 3px; box-shadow: 0 35px 100px rgba(0,0,0,.24); }
.brief-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 23px; }
.brief-top span { font-size: 18px; font-weight: 700; }.brief-top small { color: #8b8d95; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.brief-card label { display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; margin: 20px 0 10px; }
.brief-card label span { color: #9da0aa; font-weight: 400; }
.brief-options { display: flex; flex-wrap: wrap; gap: 7px; }
.brief-options button { border: 1px solid var(--line); background: transparent; border-radius: 99px; padding: 9px 12px; color: #5d606a; font-size: 10px; cursor: pointer; transition: .2s ease; }
.brief-options button:hover, .brief-options button.active { color: white; border-color: #4e68dc; background: #4d63d7; }
.brief-card input, .brief-card textarea { width: 100%; border: 1px solid #d9d9dd; background: white; color: var(--ink); padding: 13px 14px; outline: none; font-size: 12px; resize: vertical; transition: border .2s ease, box-shadow .2s ease; }
.brief-card input:focus, .brief-card textarea:focus { border-color: #6179ee; box-shadow: 0 0 0 3px rgba(97,121,238,.12); }
.brief-submit { width: 100%; min-height: 50px; margin-top: 20px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 0; background: var(--ink); color: white; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; transition: background .2s ease; }
.brief-submit:hover { background: #405eda; }.brief-submit span { font-size: 18px; }
.brief-note { display: flex; align-items: center; justify-content: center; gap: 7px; color: #8c8f98; font-size: 9px; margin: 13px 0 0; }.brief-note i { width: 5px; height: 5px; border-radius: 50%; background: #42c68b; }

footer { padding: 70px clamp(24px, 5vw, 82px) 25px; background: #03040a; color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; padding-bottom: 60px; align-items: start; }
.footer-top > p { justify-self: center; margin: 0; color: rgba(255,255,255,.46); font-size: 12px; line-height: 1.6; }
.footer-links { justify-self: end; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 34px; font-size: 11px; color: rgba(255,255,255,.63); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 21px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; color: rgba(255,255,255,.33); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom a { color: rgba(255,255,255,.6); }.footer-bottom > span:last-child { justify-self: end; }

@media (max-width: 1050px) {
  .nav-links { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr 1fr; padding-top: 125px; }
  .hero-visual { height: 540px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .system-grid { gap: 20px; }.orbit-map { transform: scale(.86); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 60px; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand-copy { display: none; }
  .nav-cta { font-size: 9px; padding: 10px 13px; }
  .hero { min-height: 980px; padding: 120px 20px 75px; display: block; }
  .hero-copy { position: relative; z-index: 4; }
  .hero h1 { font-size: clamp(47px, 14.5vw, 66px); margin-top: 25px; }
  .hero-lead { font-size: 14px; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 390px; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; margin-top: 36px; }
  .hero-proof div { min-width: 0; margin: 0 14px 0 0; padding-right: 14px; }
  .hero-proof div:last-child { display: none; }
  .hero-visual { height: 410px; margin: -10px -35px 0; }
  .label-top { right: 12%; }.label-bottom { left: 15%; bottom: 8%; }
  .scroll-cue { display: none; }
  .section-shell { width: min(100% - 40px, 1280px); }
  .intro, .projects, .method, .faq { padding-top: 90px; padding-bottom: 90px; }
  .intro-grid, .projects-heading { display: block; }
  .intro h2, .projects h2, .method h2, .faq h2 { font-size: 42px; }
  .intro-grid > p, .projects-heading > p { margin-top: 27px; }
  .services-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .service-card { min-height: 290px; }
  .system-grid { display: block; min-height: 0; }
  .system-copy { padding: 90px 0 30px; }
  .system-copy h2 { font-size: 44px; }
  .orbit-map { height: 520px; transform: scale(.75); margin: -10px -95px; }
  .project-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .project-card { min-height: 500px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article, .steps article:not(:first-child) { padding: 25px 22px 25px 0; min-height: 230px; }
  .steps article:nth-child(even) { padding-left: 22px; border-right: 0; }
  .steps article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .about-grid { display: block; min-height: 0; padding-top: 90px; padding-bottom: 90px; }
  .about-statement h2 { font-size: 44px; }
  .about-copy { margin-top: 60px; }
  .faq { display: block; }.faq-list { margin-top: 50px; }
  .contact { padding: 90px 0; }
  .contact-grid { display: block; }
  .contact-copy h2 { font-size: 50px; }
  .brief-card { margin-top: 55px; padding: 25px 20px; }
  .brief-top { align-items: flex-start; gap: 10px; }.brief-top small { text-align: right; }
  footer { padding: 55px 20px 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-top .brand-copy { display: flex; }
  .footer-top > p, .footer-links { justify-self: start; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .footer-bottom > span:last-child { display: none; }
}

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

/* WordPress integration */
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { display: block; width: auto; max-width: 190px; max-height: 52px; object-fit: contain; }
.interior-header { position: relative; background: #050712; }
.interior-header + .content-shell { min-height: 65vh; }
.content-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 120px; }
.content-heading { max-width: 800px; margin-bottom: 55px; }
.content-heading .section-kicker { margin-bottom: 20px; }
.content-heading h1 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { background: white; border: 1px solid var(--line); padding: 18px; transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(15,19,35,.09); }
.post-card-thumbnail { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #0d1020; margin-bottom: 20px; }
.post-card-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card-thumbnail img { transform: scale(1.035); }
.post-meta { color: #7f828d; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.post-card h2 { margin: 12px 0 11px; font-size: 21px; line-height: 1.2; letter-spacing: -.03em; }
.post-card p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.single-article { max-width: 830px; margin: 0 auto; }
.single-article .post-meta { margin-bottom: 16px; }
.single-article h1 { margin: 0 0 30px; font-size: clamp(42px, 5vw, 70px); line-height: 1.03; letter-spacing: -.055em; }
.single-thumbnail { margin: 0 0 45px; }
.single-thumbnail img { width: 100%; height: auto; display: block; }
.entry-content { color: #353842; font-size: 17px; line-height: 1.8; }
.entry-content > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.entry-content img, .entry-content figure { max-width: 100%; height: auto; }
.entry-content h2, .entry-content h3 { color: var(--ink); margin-top: 2em; line-height: 1.2; letter-spacing: -.025em; }
.entry-content a { color: #405eda; text-decoration: underline; }
.entry-content blockquote { border-left: 3px solid #5871eb; margin-top: 2em; margin-bottom: 2em; padding: 5px 0 5px 24px; color: #626672; }
.pagination { margin-top: 50px; display: flex; gap: 8px; }
.pagination .page-numbers { border: 1px solid var(--line); padding: 10px 14px; font-size: 11px; }
.pagination .current { background: var(--ink); color: white; }
.empty-state { padding: 60px 0; color: var(--muted); }
.admin-bar .site-header { top: 32px; }

@media (max-width: 760px) {
  .custom-logo { max-width: 155px; max-height: 45px; }
  .content-shell { width: min(100% - 40px, 1120px); padding: 65px 0 90px; }
  .post-grid { grid-template-columns: 1fr; }
  .entry-content { font-size: 15px; }
  .admin-bar .site-header { top: 46px; }
}
