@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --night: #10131a;
  --night-soft: #171b23;
  --ink: #16181d;
  --ivory: #f5f2ea;
  --white: #ffffff;
  --silver: #c3cad3;
  --steel: #6e7a87;
  --gold: #c9a03b;
  --gold-light: #e8c566;
  --gold-deep: #9c7a2a;
  --line-light: rgba(22, 24, 29, 0.13);
  --line-dark: rgba(255, 255, 255, 0.13);
  --heading: "Space Grotesk", "Trebuchet MS", sans-serif;
  --body: "IBM Plex Sans", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
.section-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 0 4.5vw; color: var(--ivory); border-bottom: 1px solid var(--line-dark); }
.brand { display: inline-flex; width: fit-content; }
.logo { display: inline-flex; align-items: flex-start; font: 500 31px/.9 var(--heading); letter-spacing: -0.055em; }
.sparkle { margin: -4px 0 0 8px; color: var(--gold-light); font-size: 15px; line-height: 1; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; padding: 8px 0; color: var(--silver); font: 600 13px/1 var(--heading); }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-action { justify-self: end; }
.mobile-menu { display: none; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 20px; border: 1px solid transparent; border-radius: 7px; font: 600 13px/1 var(--heading); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--night); background: linear-gradient(110deg, var(--gold-light), var(--gold)); }
.button-gold:hover { background: var(--ivory); }
.button-outline { color: var(--ivory); border-color: rgba(255,255,255,.55); }
.button-outline:hover { border-color: var(--gold); }
.hero { position: relative; overflow: hidden; color: var(--ivory); background: var(--night); }
.hero-home { min-height: 750px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 5vw; padding: 145px 4.5vw 90px; }
.hero-home::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 36%, rgba(232,197,102,.07), transparent 25%), linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: auto, 80px 80px, 80px 80px; mask-image: linear-gradient(to right, transparent, black); }
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.eyebrow { margin: 0 0 25px; color: var(--gold-light); font: 600 11px/1 var(--heading); letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--gold-deep); }
h1, h2, h3 { font-family: var(--heading); }
h1 { max-width: 780px; margin: 0; font-size: clamp(54px, 5.7vw, 84px); line-height: .98; letter-spacing: -.055em; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: var(--silver); font-size: 18px; line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.ecosystem { position: relative; min-height: 500px; }
.orbit { position: absolute; inset: 50% auto auto 50%; width: 88%; aspect-ratio: 1.65; border: 1px solid rgba(195,202,211,.38); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 18px var(--gold-light); }
.orbit::before { top: 18%; left: 9%; }
.orbit::after { right: 15%; bottom: 12%; }
.orbit-a { transform: translate(-50%,-50%) rotate(0deg); }
.orbit-b { transform: translate(-50%,-50%) rotate(34deg) scale(.78); }
.orbit-c { transform: translate(-50%,-50%) rotate(-32deg) scale(.62); }
.core-spark { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); color: var(--gold-light); font-size: 64px; text-shadow: 0 0 35px rgba(232,197,102,.22); }
.node { position: absolute; color: var(--silver); font: 600 10px/1 var(--heading); letter-spacing: .08em; }
.node-web { top: 17%; left: 20%; }
.node-data { bottom: 18%; left: 9%; }
.node-growth { top: 29%; right: 2%; }
.node-ai { bottom: 14%; right: 16%; }
.orbit-label { position: absolute; z-index: 3; width: 0; height: 0; transform-origin: center; }
.orbit-label-before { top: calc(18% + 3px); left: calc(9% + 3px); }
.orbit-label-after { top: calc(88% - 3px); left: calc(85% - 3px); }
.orbit-label > span { position: absolute; top: 0; left: 12px; padding: 7px 9px; color: var(--silver); background: rgba(16,19,26,.86); border: 1px solid rgba(195,202,211,.2); border-radius: 999px; transform: translateY(-50%); font: 600 9px/1 var(--heading); letter-spacing: .08em; white-space: nowrap; box-shadow: 0 7px 22px rgba(0,0,0,.25); }
.orbit-label-after > span { right: 12px; left: auto; }
.hero-home .hero-content > * { animation: hero-reveal .72s cubic-bezier(.22,.8,.28,1) both; }
.hero-home .hero-content > :nth-child(1) { animation-delay: .08s; }
.hero-home .hero-content > :nth-child(2) { animation-delay: .18s; }
.hero-home .hero-content > :nth-child(3) { animation-delay: .3s; }
.hero-home .hero-content > :nth-child(4) { animation-delay: .42s; }
.hero-home .ecosystem { animation: hero-visual-in 1s cubic-bezier(.22,.8,.28,1) .2s both; }
.hero-home .orbit-a { animation: orbit-spin-a 28s linear infinite; }
.hero-home .orbit-b { animation: orbit-spin-b 22s linear infinite; }
.hero-home .orbit-c { animation: orbit-spin-c 18s linear infinite; }
.hero-home .orbit-a .orbit-label { transform: rotate(0deg) scale(1); animation: label-counter-a 28s linear infinite; }
.hero-home .orbit-b .orbit-label { transform: rotate(-34deg) scale(1.2821); animation: label-counter-b 22s linear infinite; }
.hero-home .orbit-c .orbit-label { transform: rotate(32deg) scale(1.6129); animation: label-counter-c 18s linear infinite; }
.hero-home .core-spark { animation: spark-breathe 3.4s ease-in-out infinite; }
@keyframes hero-reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-visual-in { from { opacity: 0; transform: translateX(35px) scale(.96); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes orbit-spin-a { from { transform: translate(-50%,-50%) rotate(0deg); } to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes orbit-spin-b { from { transform: translate(-50%,-50%) rotate(34deg) scale(.78); } to { transform: translate(-50%,-50%) rotate(394deg) scale(.78); } }
@keyframes orbit-spin-c { from { transform: translate(-50%,-50%) rotate(-32deg) scale(.62); } to { transform: translate(-50%,-50%) rotate(-392deg) scale(.62); } }
@keyframes label-counter-a { from { transform: rotate(0deg) scale(1); } to { transform: rotate(-360deg) scale(1); } }
@keyframes label-counter-b { from { transform: rotate(-34deg) scale(1.2821); } to { transform: rotate(-394deg) scale(1.2821); } }
@keyframes label-counter-c { from { transform: rotate(32deg) scale(1.6129); } to { transform: rotate(392deg) scale(1.6129); } }
@keyframes spark-breathe { 0%, 100% { transform: translate(-50%,-50%) scale(.92); opacity: .72; } 50% { transform: translate(-50%,-50%) scale(1.08); opacity: 1; } }
.proof-bar { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: clamp(24px, 7vw, 100px); padding: 18px 24px; color: var(--silver); background: var(--night); border-top: 1px solid var(--line-dark); font-size: 12px; }
.proof-bar span::first-letter { color: var(--gold); }
.preview-section { padding: 105px 0 115px; }
.preview-section h2 { max-width: 830px; margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -.05em; }
.preview-section > p:last-child { max-width: 680px; margin: 30px 0 0; color: var(--steel); font-size: 17px; line-height: 1.7; }

:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.content-section, .dark-section, .alt-section { padding: 112px 0; }
.alt-section { background: #eeeae1; }
.dark-section { position: relative; overflow: hidden; color: var(--ivory); background: var(--night); }
.dark-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 90% 15%, rgba(232,197,102,.065), transparent 24%); }
.dark-section > .section-shell { position: relative; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(38px, 9vw, 140px); align-items: end; margin-bottom: 58px; }
.section-heading h2, .split-layout h2, .technology-layout h2, .quality-split h2, .newsletter-block h2, .contact-layout h2, .faq-layout h2 { margin: 0; font-size: clamp(40px, 4.7vw, 68px); line-height: 1.02; letter-spacing: -.052em; }
.section-heading > p { max-width: 500px; margin: 0 0 4px; color: var(--steel); font-size: 16px; line-height: 1.75; }
.section-heading.light > p { color: var(--silver); }
.section-heading.light h2 { color: var(--ivory); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.service-card { position: relative; min-height: 345px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: rgba(255,255,255,.26); transition: transform .2s ease, color .2s ease, background .2s ease; }
.service-card:hover { z-index: 1; color: var(--ivory); background: var(--night); transform: translateY(-5px); }
.card-index { color: var(--gold-deep); font: 600 11px/1 var(--heading); }
.card-arrow { position: absolute; top: 22px; right: 24px; font-size: 18px; }
.service-card h3 { margin: 54px 0 18px; font-size: 26px; line-height: 1.08; letter-spacing: -.04em; }
.service-card p { margin: 0; color: var(--steel); font-size: 14px; line-height: 1.65; }
.service-card:hover p { color: var(--silver); }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 25px; }
.tag-list span { padding: 7px 9px; color: var(--gold-deep); border: 1px solid var(--line-light); border-radius: 999px; font: 600 9px/1 var(--heading); text-transform: uppercase; letter-spacing: .04em; }
.service-card:hover .tag-list span { color: var(--gold-light); border-color: var(--line-dark); }
.deep-link { display: flex; justify-content: space-between; gap: 30px; width: fit-content; min-width: 330px; margin-top: 38px; padding: 12px 0; color: var(--gold-deep); border-bottom: 1px solid var(--gold); font: 600 14px/1.4 var(--heading); }
.feature-grid { display: grid; }
.three-cols { grid-template-columns: repeat(3, 1fr); }
.dark-card, .light-card { min-height: 270px; padding: 27px; border: 1px solid var(--line-dark); }
.dark-card > span, .light-card > span, .quality-grid article > span, .timeline-grid article > span, .decision-grid article > span, .manifesto-grid article > span { color: var(--gold-light); font: 600 11px/1 var(--heading); }
.dark-card h3, .light-card h3 { margin: 56px 0 14px; font-size: 23px; letter-spacing: -.035em; }
.dark-card p { margin: 0; color: var(--silver); font-size: 14px; line-height: 1.65; }
.light-card { border-color: var(--line-light); background: rgba(255,255,255,.42); }
.light-card > span { color: var(--gold-deep); }
.light-card p { margin: 0; color: var(--steel); font-size: 14px; line-height: 1.65; }
.outcomes-grid { gap: 15px; }
.ai-principle-bar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; margin-top: 36px; padding: 24px 0; color: var(--silver); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); font-size: 12px; }
.ai-principle-bar span::first-letter { color: var(--gold-light); }
.section-button { margin-top: 35px; }
.timeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.timeline-grid article { min-height: 245px; padding: 26px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.timeline-grid article > span { color: var(--gold-deep); }
.timeline-grid h3 { margin: 64px 0 13px; font-size: 24px; letter-spacing: -.035em; }
.timeline-grid p { margin: 0; color: var(--steel); font-size: 13px; line-height: 1.65; }
.split-section { padding: 115px 0; color: var(--ivory); background: var(--night-soft); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.split-layout > div:first-child > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 32px; color: var(--silver); font-size: 16px; line-height: 1.7; }
.channel-map { position: relative; min-height: 470px; border: 1px solid var(--line-dark); border-radius: 50%; transform: scaleY(.62); }
.channel-map::before, .channel-map::after { content: ""; position: absolute; inset: 15%; border: 1px solid var(--line-dark); border-radius: 50%; transform: rotate(38deg); }
.channel-map::after { transform: rotate(-38deg); }
.channel-map span, .channel-map strong { position: absolute; z-index: 2; transform: scaleY(1.6); font: 600 12px/1 var(--heading); }
.channel-map span { padding: 10px 13px; color: var(--silver); background: var(--night-soft); border: 1px solid var(--line-dark); border-radius: 999px; }
.channel-map span:nth-child(1) { top: 8%; left: 40%; }.channel-map span:nth-child(2) { top: 29%; right: 0; }.channel-map span:nth-child(3) { right: 8%; bottom: 11%; }.channel-map span:nth-child(4) { bottom: 0; left: 38%; }.channel-map span:nth-child(5) { bottom: 15%; left: 0; }.channel-map span:nth-child(6) { top: 28%; left: -3%; }.channel-map span:nth-child(7) { top: 2%; right: 11%; }
.channel-map strong { inset: 50% auto auto 50%; color: var(--gold-light); font-size: 52px; transform: translate(-50%,-50%) scaleY(1.6); }
.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quality-grid article { min-height: 230px; padding: 25px; border: 1px solid var(--line-light); border-right: 0; background: rgba(255,255,255,.32); }
.quality-grid article:last-child { border-right: 1px solid var(--line-light); }
.quality-grid article > span { color: var(--gold-deep); }
.quality-grid h3 { margin: 55px 0 13px; font-size: 22px; }
.quality-grid p { margin: 0; color: var(--steel); font-size: 13px; line-height: 1.65; }
.dark-quality article { color: var(--ivory); border-color: var(--line-dark); background: rgba(255,255,255,.025); }
.dark-quality article:last-child { border-color: var(--line-dark); }
.dark-quality article > span { color: var(--gold-light); }
.dark-quality p { color: var(--silver); }
.cta-section { position: relative; overflow: hidden; padding: 92px 0; color: var(--ivory); background: var(--night); border-top: 1px solid var(--line-dark); }
.cta-layout { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.cta-spark { color: var(--gold-light); font-size: 38px; }
.cta-layout h2 { max-width: 820px; margin: 0; font-size: clamp(34px, 4.4vw, 62px); line-height: 1.02; letter-spacing: -.05em; }
.cta-layout p { max-width: 630px; margin: 17px 0 0; color: var(--silver); line-height: 1.65; }
.cta-orbits { position: absolute; width: 660px; aspect-ratio: 1.7; right: -90px; top: 50%; border: 1px solid var(--line-dark); border-radius: 50%; transform: translateY(-50%) rotate(-15deg); }
.site-footer { color: var(--silver); background: #0b0e13; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 5vw; padding-top: 70px; padding-bottom: 65px; }
.footer-main > div { display: flex; align-items: flex-start; flex-direction: column; gap: 11px; }
.footer-brand-block p { margin: 22px 0 0; color: var(--steel); font-size: 13px; line-height: 1.7; }
.footer-title { margin: 0 0 12px; color: var(--ivory); font: 600 12px/1 var(--heading); text-transform: uppercase; letter-spacing: .09em; }
.footer-main a:not(:first-child) { color: var(--silver); font-size: 13px; }
.footer-main a:hover, .footer-bottom a:hover, .footer-link-button:hover { color: var(--gold-light); }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line-dark); font-size: 11px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-link-button { padding: 0; color: inherit; border: 0; background: none; font: inherit; cursor: pointer; }
.page-hero { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 5vw; padding: 145px 4.5vw 72px; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 35%, rgba(232,197,102,.07), transparent 25%); }
.page-hero .hero-content, .page-hero .ecosystem, .page-hero .hero-image { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(50px, 5.25vw, 78px); }
.hero-image { width: min(100%, 560px); aspect-ratio: 1; justify-self: end; isolation: isolate; overflow: hidden; margin: 0; border: 1px solid rgba(232,197,102,.22); border-radius: 24px; background: #0b0e13; box-shadow: 0 32px 90px rgba(0,0,0,.34); }
.hero-image::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(145deg, rgba(255,255,255,.055), transparent 33%, rgba(232,197,102,.035)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.035); }
.hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.compact-hero { min-height: 570px; }
.compact-hero .ecosystem { min-height: 350px; }
.service-proof { border-top: 0; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.capability-grid article { min-height: 240px; padding: 25px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.capability-grid span, .phase-grid span, .principles-list span, .contact-points span { color: var(--gold-deep); font: 600 11px/1 var(--heading); }
.capability-grid h3 { margin: 52px 0 13px; font-size: 22px; letter-spacing: -.03em; }
.capability-grid p { margin: 0; color: var(--steel); font-size: 13px; line-height: 1.65; }
.technology-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.technology-layout > div:first-child > p:last-child { margin: 25px 0 0; color: var(--silver); font-size: 15px; line-height: 1.7; }
.technology-cards { display: grid; gap: 13px; }
.technology-cards article { position: relative; padding: 26px 26px 26px 75px; border: 1px solid var(--line-dark); }
.technology-cards article > span { position: absolute; top: 28px; left: 26px; color: var(--gold-light); font-size: 22px; }
.technology-cards h3 { margin: 0 0 9px; font-size: 21px; }
.technology-cards p { margin: 0; color: var(--silver); font-size: 13px; line-height: 1.6; }
.quality-split { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; }
.quality-split > div:first-child > p:last-child { color: var(--steel); font-size: 15px; line-height: 1.7; }
.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 8vw; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line-dark); }
.faq-list summary { display: flex; justify-content: space-between; gap: 25px; padding: 21px 23px; cursor: pointer; list-style: none; font: 600 14px/1.4 var(--heading); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold-light); font-size: 20px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 23px 23px; color: var(--silver); font-size: 14px; line-height: 1.7; }
.needs-list { border-top: 1px solid var(--line-light); }
.needs-list > div { display: grid; grid-template-columns: 80px 1fr; align-items: center; min-height: 80px; border-bottom: 1px solid var(--line-light); }
.needs-list span { color: var(--gold-deep); font: 600 11px/1 var(--heading); }
.needs-list p { margin: 0; font: 500 clamp(18px, 2.1vw, 28px)/1.3 var(--heading); letter-spacing: -.025em; }
.decision-grid, .manifesto-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.decision-grid article, .manifesto-grid article { min-height: 260px; padding: 25px; border: 1px solid var(--line-light); }
.decision-grid article > span, .manifesto-grid article > span { color: var(--gold-deep); }
.decision-grid h3, .manifesto-grid h3 { margin: 62px 0 13px; font-size: 22px; }
.decision-grid p, .manifesto-grid p { margin: 0; color: var(--steel); font-size: 13px; line-height: 1.65; }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 24px; }
.case-card { display: flex; flex-direction: column; padding-bottom: 25px; border-bottom: 1px solid var(--line-light); }
.case-visual { position: relative; min-height: 300px; overflow: hidden; margin-bottom: 25px; color: var(--ivory); background: var(--night); border-radius: 8px; }
.case-visual::before, .case-visual::after { content: ""; position: absolute; width: 70%; aspect-ratio: 1.8; left: 50%; top: 50%; border: 1px solid var(--line-dark); border-radius: 50%; transform: translate(-50%,-50%) rotate(25deg); }
.case-visual::after { transform: translate(-50%,-50%) rotate(-35deg) scale(.72); }
.case-visual span { position: absolute; top: 24px; left: 25px; color: var(--silver); font: 600 11px/1 var(--heading); }
.case-visual strong { position: absolute; inset: 50% auto auto 50%; z-index: 1; color: var(--gold-light); font: 600 clamp(36px, 5vw, 62px)/1 var(--heading); letter-spacing: -.07em; transform: translate(-50%,-50%); }
.case-visual-ai { background: radial-gradient(circle at 70% 30%, rgba(79, 115, 192, .3), transparent 35%), var(--night); }
.case-visual-learning { background: radial-gradient(circle at 72% 30%, rgba(201, 160, 59, .2), transparent 36%), var(--night); }
.case-visual-commerce { background: radial-gradient(circle at 70% 30%, rgba(117, 84, 148, .28), transparent 36%), var(--night); }
.case-visual-map { background: radial-gradient(circle at 70% 30%, rgba(65, 132, 112, .25), transparent 36%), var(--night); }
.case-visual-booking { background: radial-gradient(circle at 70% 30%, rgba(145, 91, 62, .25), transparent 36%), var(--night); }
.case-visual-image::before { z-index: 1; inset: 0; width: auto; aspect-ratio: auto; border: 0; border-radius: 0; background: linear-gradient(180deg, rgba(16,19,26,.35), transparent 45%); transform: none; }
.case-visual-image::after { display: none; }
.case-visual-image img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.case-visual-image > span { z-index: 2; color: var(--white); text-shadow: 0 1px 5px rgba(0,0,0,.65); }
.case-status { position: absolute; z-index: 2; top: 18px; right: 18px; padding: 8px 10px; color: var(--gold-light); background: rgba(16,19,26,.72); border: 1px solid var(--line-dark); border-radius: 999px; font: 600 9px/1 var(--heading); font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.case-card h3 { max-width: 550px; margin: 0 0 14px; font-size: 27px; line-height: 1.15; letter-spacing: -.04em; }
.case-card > p:not(.eyebrow) { margin: 0; color: var(--steel); line-height: 1.65; }
.case-card > .tag-list { margin-top: auto; }
.case-link { display: flex; justify-content: space-between; gap: 24px; width: fit-content; min-width: 235px; margin-top: 20px; padding: 10px 0; color: var(--gold-deep); border-bottom: 1px solid var(--gold); font: 600 13px/1.4 var(--heading); }
.case-link:hover { color: var(--ink); }
.phase-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.phase-grid article { min-height: 260px; padding: 26px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.phase-grid h3 { margin: 65px 0 14px; font-size: 24px; }
.phase-grid p { margin: 0; color: var(--steel); font-size: 13px; line-height: 1.65; }
.governance-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.governance-grid article { min-height: 200px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.governance-grid h3 { margin: 0 0 14px; font-size: 23px; }
.governance-grid p { margin: 0; color: var(--silver); font-size: 14px; line-height: 1.65; }
.checklist-grid, .audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.checklist-grid > div, .audience-grid > div { min-height: 105px; display: flex; align-items: center; gap: 15px; padding: 20px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); font: 600 14px/1.4 var(--heading); }
.checklist-grid span, .audience-grid span { color: var(--gold-deep); }
.advice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.advice-grid article { min-height: 425px; padding: 27px; border: 1px solid var(--line-light); background: rgba(255,255,255,.28); }
.guide-index { float: right; color: var(--steel); font: 600 11px/1 var(--heading); }
.advice-grid h3 { margin: 0 0 18px; font-size: 25px; line-height: 1.15; letter-spacing: -.04em; }
.advice-grid article > p:not(.eyebrow) { color: var(--steel); font-size: 14px; line-height: 1.65; }
.advice-grid ul { margin: 30px 0 0; padding: 0; list-style: none; }
.advice-grid li { padding: 9px 0; border-bottom: 1px solid var(--line-light); font-size: 12px; }
.advice-grid li::before { content: "✦"; margin-right: 9px; color: var(--gold); }
.newsletter-block { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.newsletter-block > div > p:last-child { max-width: 680px; color: var(--silver); line-height: 1.7; }
.manifesto-grid { grid-template-columns: repeat(3, 1fr); }
.principles-list { border-top: 1px solid var(--line-dark); }
.principles-list > div { display: grid; grid-template-columns: 70px .75fr 1.25fr; gap: 30px; align-items: center; min-height: 128px; border-bottom: 1px solid var(--line-dark); }
.principles-list span { color: var(--gold-light); }
.principles-list h3, .principles-list p { margin: 0; }
.principles-list h3 { font-size: 22px; }
.principles-list p { color: var(--silver); font-size: 14px; line-height: 1.65; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: start; }
.contact-layout > div:first-child > p { color: var(--steel); line-height: 1.7; }
.contact-points { margin-top: 42px; border-top: 1px solid var(--line-light); }
.contact-points > div { display: grid; grid-template-columns: 44px 1fr; gap: 4px 12px; padding: 20px 0; border-bottom: 1px solid var(--line-light); }
.contact-points span { grid-row: 1/3; }
.contact-points strong { font-family: var(--heading); }
.contact-points p { margin: 4px 0 0; color: var(--steel); font-size: 13px; line-height: 1.6; }
.contact-form { display: grid; gap: 22px; padding: 34px; background: var(--white); border: 1px solid var(--line-light); border-radius: 8px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: var(--ink); font: 600 12px/1.4 var(--heading); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--ivory); border: 1px solid var(--line-light); border-radius: 5px; font: 400 15px/1.4 var(--body); }
.contact-form textarea { resize: vertical; }
.contact-form .check-field { display: grid; grid-template-columns: auto 1fr; align-items: start; font-family: var(--body); font-weight: 400; line-height: 1.55; }
.check-field input { width: 17px; margin-top: 2px; }
.contact-form .button { width: fit-content; }
.contact-form .button:disabled { cursor: wait; opacity: .68; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 20px; margin: 0; color: var(--steel); font-size: 13px; line-height: 1.5; }
.form-status.is-success { color: #40694b; }
.form-status.is-error { color: #9a3d32; }
.legal-layout { display: grid; grid-template-columns: .3fr .7fr; gap: 9vw; align-items: start; }
.legal-layout aside { position: sticky; top: 30px; padding: 20px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.legal-layout aside p { margin: 0 0 7px; color: var(--steel); font-size: 12px; }
.legal-layout aside strong { font-family: var(--heading); }
.legal-layout > div { display: grid; gap: 42px; }
.legal-layout section { padding-bottom: 42px; border-bottom: 1px solid var(--line-light); }
.legal-layout h2 { margin: 0 0 15px; font-size: 28px; letter-spacing: -.035em; }
.legal-layout section p { margin: 0; color: var(--steel); font-size: 15px; line-height: 1.75; }
.legal-layout section p + p { margin-top: 14px; }
.legal-layout section .button { margin-top: 18px; }
.not-found-actions { display: flex; align-items: center; gap: 30px; }
.button-dark { color: var(--ivory); background: var(--night); }
.consent-banner { position: fixed; z-index: 100; inset: auto 18px 18px; display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; max-width: 1180px; margin-inline: auto; padding: 22px; color: var(--ivory); background: #0b0e13; border: 1px solid rgba(232,197,102,.42); border-radius: 9px; box-shadow: 0 22px 80px rgba(0,0,0,.35); }
.consent-banner[hidden] { display: none !important; }
.consent-banner strong { font: 600 17px/1.2 var(--heading); }
.consent-banner p { max-width: 740px; margin: 8px 0 0; color: var(--silver); font-size: 12px; line-height: 1.55; }
.consent-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.consent-actions .button { min-height: 43px; padding: 0 15px; }
.consent-actions > a { color: var(--silver); font-size: 11px; text-decoration: underline; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-action { display: none; }
  .mobile-menu { display: block; position: relative; justify-self: end; }
  .mobile-menu summary { list-style: none; cursor: pointer; padding: 11px 15px; border: 1px solid var(--line-dark); border-radius: 7px; font: 600 13px/1 var(--heading); }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu > div { position: absolute; right: 0; top: 48px; min-width: 230px; display: grid; padding: 10px; color: var(--ink); background: var(--white); border-radius: 10px; box-shadow: 0 24px 70px rgba(0,0,0,.25); }
  .mobile-menu a { padding: 12px; font-weight: 600; }
  .hero-home { grid-template-columns: 1fr; }
  .ecosystem { min-height: 390px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading, .technology-layout, .quality-split, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .page-hero { grid-template-columns: 1fr; padding-top: 135px; }
  .page-hero .ecosystem { min-height: 360px; }
  .page-hero .hero-image { width: min(100%, 600px); justify-self: center; margin-top: 22px; }
  .decision-grid, .quality-grid, .checklist-grid, .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .quality-grid article:nth-child(2) { border-right: 1px solid var(--line-light); }
  .dark-quality article:nth-child(2) { border-right-color: var(--line-dark); }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .advice-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2/4; }
}

@media (max-width: 680px) {
  .site-header { min-height: 76px; padding: 0 20px; }
  .logo { font-size: 27px; }
  .hero-home { min-height: auto; padding: 125px 20px 58px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-lead { font-size: 16px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .ecosystem { min-height: 300px; margin-top: 10px; }
  .orbit-label > span { padding: 6px 7px; font-size: 8px; }
  .proof-bar { align-items: flex-start; flex-direction: column; gap: 13px; }
  .preview-section { width: min(100% - 40px, 1240px); padding: 78px 0 85px; }
  .section-shell { width: min(100% - 40px, 1240px); }
  .content-section, .dark-section, .alt-section { padding: 78px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .split-layout h2, .technology-layout h2, .quality-split h2, .newsletter-block h2, .contact-layout h2, .faq-layout h2 { font-size: 39px; }
  .section-heading > p { font-size: 15px; }
  .services-grid, .three-cols, .timeline-grid, .capability-grid, .decision-grid, .manifesto-grid, .phase-grid, .quality-grid, .checklist-grid, .audience-grid, .advice-grid, .governance-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .dark-card, .light-card { min-height: 230px; }
  .timeline-grid article { min-height: 210px; }
  .timeline-grid h3 { margin-top: 48px; }
  .split-section { padding: 78px 0; }
  .split-layout, .faq-layout, .legal-layout { grid-template-columns: 1fr; gap: 48px; }
  .channel-map { min-height: 340px; }
  .cta-layout { grid-template-columns: auto 1fr; }
  .cta-layout .button { grid-column: 1/-1; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 28px; }
  .footer-brand-block { grid-column: 1/-1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding-top: 25px; padding-bottom: 25px; }
  .page-hero { min-height: auto; padding: 125px 20px 55px; }
  .page-hero .hero-image { width: 100%; margin-top: 12px; border-radius: 16px; }
  .compact-hero { min-height: auto; }
  .service-proof { align-items: flex-start; }
  .quality-grid article { border-right: 1px solid var(--line-light); }
  .dark-quality article { border-right-color: var(--line-dark); }
  .case-grid { grid-template-columns: 1fr; }
  .case-visual { min-height: 230px; }
  .principles-list > div { grid-template-columns: 40px 1fr; gap: 14px; padding: 22px 0; }
  .principles-list p { grid-column: 2; }
  .newsletter-block { grid-template-columns: 1fr; align-items: start; }
  .field-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 23px; }
  .contact-form .button { width: 100%; }
  .legal-layout aside { position: static; }
  .not-found-actions { align-items: stretch; flex-direction: column; }
  .deep-link { min-width: 0; width: 100%; }
  .consent-banner { grid-template-columns: 1fr; gap: 18px; }
  .consent-actions { align-items: stretch; flex-direction: column; }
  .consent-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
