:root {
  --ink: #080b18;
  --ink-soft: #11182c;
  --paper: #f7f7f3;
  --paper-deep: #eef0e9;
  --lime: #c2ff4f;
  --lime-deep: #92d92a;
  --violet: #9d8cff;
  --coral: #ff846d;
  --muted: #8c92a4;
  --line: rgba(230, 235, 249, .15);
  --dark-line: rgba(8, 11, 24, .12);
  --radius: 1.35rem;
  --radius-sm: .85rem;
  --shadow: 0 24px 60px rgba(8, 11, 24, .13);
  --display: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.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 { background: var(--lime); color: var(--ink); font-weight: 800; left: 1rem; padding: .55rem .8rem; position: fixed; top: -4rem; z-index: 100; }
.skip-link:focus { top: 1rem; }
.grain { position: fixed; z-index: 20; inset: 0; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.container { width: min(1160px, calc(100% - 3rem)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-dark { color: #f8f9ff; background: var(--ink); }
.section-soft { background: var(--paper-deep); }
.section-label { display: flex; align-items: center; gap: .6rem; color: var(--muted); font: 500 .7rem/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; margin: 0 0 1.2rem; }
.section-label::before { content: ""; width: 1.7rem; height: 1px; background: currentColor; }
.section-dark .section-label { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; line-height: 1.08; letter-spacing: -.045em; }
h1, h2 { font-family: var(--display); font-weight: 600; }
h1 { font-size: clamp(2.85rem, 7vw, 6.1rem); margin-bottom: 1.4rem; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.25rem); margin-bottom: 1.3rem; }
h3 { font-size: 1.18rem; margin-bottom: .6rem; }
p { color: #52586a; }
.section-dark p, .page-hero p, .cta-band p { color: #b9c0d1; }
.lede { font-size: clamp(1.06rem, 1.7vw, 1.28rem); line-height: 1.8; max-width: 42rem; }
.eyebrow { color: var(--lime); font: 500 .72rem/1 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.display-accent { color: var(--violet); font-style: italic; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.2rem; gap: .65rem; padding: .75rem 1.2rem; border: 1px solid transparent; border-radius: 100vmax; font-size: .83rem; font-weight: 800; transition: transform .24s ease, background .24s ease, border-color .24s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #d3ff82; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #242c43; }
.button-ghost { color: currentColor; border-color: currentColor; }
.button-light { color: white; border-color: var(--line); }
.button .arrow, .inline-link .arrow { transition: transform .2s; }
.button:hover .arrow, .inline-link:hover .arrow { transform: translateX(4px); }
.inline-link { color: var(--ink); display: inline-flex; align-items: center; gap: .45rem; font-size: .8rem; font-weight: 800; }
.section-dark .inline-link { color: var(--lime); }

/* Header */
.site-header { height: 78px; position: absolute; z-index: 30; top: 0; inset-inline: 0; color: #fff; transition: height .25s, background .25s, box-shadow .25s; }
.site-header.is-scrolled { position: fixed; height: 65px; background: rgba(8, 11, 24, .92); backdrop-filter: blur(18px); box-shadow: 0 1px 0 var(--line); }
.nav-shell { height: 100%; width: min(1280px, calc(100% - 3rem)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; }
.brand { display: inline-flex; align-items: center; gap: .66rem; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border: 2px solid var(--lime); border-radius: 50%; color: var(--lime); font-size: 1rem; font-weight: 800; line-height: 1; }
.brand-text { font-size: .87rem; font-weight: 800; letter-spacing: -.035em; }
.brand-text small { display: block; color: var(--lime); font: 500 .52rem/1 var(--mono); letter-spacing: .16em; margin-top: .15rem; }
.desktop-nav { display: flex; align-items: center; gap: .25rem; }
.nav-link, .nav-services summary { display: inline-flex; color: #e0e3ed; font-size: .76rem; font-weight: 700; padding: .72rem .7rem; border-radius: .5rem; list-style: none; }
.nav-link:hover, .nav-link.is-active, .nav-services summary:hover { color: var(--lime); }
.nav-services { position: relative; }
.nav-services summary::-webkit-details-marker { display: none; }
.nav-services summary::after { content: "+"; font-size: 1rem; margin-left: .35rem; color: var(--lime); transition: transform .2s; }
.nav-services[open] summary::after { transform: rotate(45deg); }
.mega-menu { width: 550px; position: absolute; top: calc(100% + .7rem); left: -1rem; padding: 1.1rem; background: #11182c; color: white; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: var(--radius); display: grid; grid-template-columns: repeat(2, 1fr); gap: .3rem; }
.mega-menu a { padding: .7rem; border-radius: .6rem; font-size: .76rem; color: #cad0df; }
.mega-menu a:hover { background: rgba(194,255,79,.12); color: var(--lime); }
.header-cta { min-height: 2.65rem; padding: .55rem 1rem; font-size: .73rem; }
.menu-toggle { display: none; color: white; padding: .3rem; background: transparent; border: 0; }
.menu-toggle svg { width: 1.65rem; height: 1.65rem; }
.mobile-menu { display: none; }

/* Hero */
.hero { min-height: min(820px, 92vh); padding: 9.8rem 0 4.8rem; background: radial-gradient(circle at 84% 22%, #373071 0, #151938 29%, var(--ink) 63%); color: white; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(8,11,24,.1), rgba(8,11,24,.7)); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, .85fr); align-items: center; min-height: 590px; gap: 2rem; }
.hero-copy { padding-bottom: 1rem; }
.hero h1 { max-width: 790px; }
.hero h1 em { color: var(--lime); font-style: italic; }
.hero .lede { color: #c3c8d7; }
.hero-meta { display: flex; gap: 1.3rem; align-items: center; margin-top: 2.3rem; color: #9ca4bb; font: .68rem/1.5 var(--mono); }
.hero-meta strong { display: block; color: white; font-family: var(--sans); font-size: .78rem; }
.hero-art { min-height: 480px; position: relative; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: rotate(-30deg); }
.orbit-one { inset: 4% 5% 4% 5%; }
.orbit-two { inset: 16% 11%; border-color: rgba(194,255,79,.35); }
.planet { position: absolute; width: min(26vw, 295px); aspect-ratio: 1; top: 13%; left: 24%; border-radius: 50%; background: radial-gradient(circle at 30% 26%, #faf8d6 0 3%, #efb26a 14%, #b15b50 33%, #4a2857 69%, #1c1635); box-shadow: 20px 33px 70px rgba(0,0,0,.4), inset -24px -23px 44px rgba(8,11,24,.5); animation: float 7s ease-in-out infinite; }
.planet::before, .planet::after { content: ""; position: absolute; left: -22%; right: -22%; height: 14%; border-radius: 50%; transform: rotate(-16deg); }
.planet::before { top: 43%; background: #d88755; opacity: .8; }
.planet::after { top: 60%; background: #6a355b; opacity: .75; }
.visual-window { position: absolute; z-index: 2; width: min(245px, 44vw); padding: .75rem; border: 1px solid rgba(255,255,255,.27); border-radius: .9rem; background: rgba(18,22,49,.75); box-shadow: 0 30px 70px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.visual-window::before { content: "● ● ●"; color: var(--lime); font: .42rem var(--mono); letter-spacing: .28rem; }
.window-one { top: 6%; right: 4%; transform: rotate(5deg); animation: drift 8s ease-in-out infinite; }
.window-two { bottom: 2%; left: 0; transform: rotate(-5deg); animation: drift 9s ease-in-out -3s infinite; }
.screen { padding: 1.1rem; margin-top: .55rem; border-radius: .55rem; overflow: hidden; background: #ebeee4; color: var(--ink); }
.screen-title { width: 70%; height: .35rem; background: #11182c; border-radius: 1rem; margin-bottom: .7rem; }
.screen-row { display: grid; grid-template-columns: 1.2fr .75fr; gap: .45rem; }
.screen-hero { height: 74px; border-radius: .35rem; background: linear-gradient(120deg, var(--violet), var(--lime)); }
.screen-stack { display: grid; gap: .35rem; }
.screen-stack i { display: block; background: #c8ccd1; border-radius: 1rem; height: .32rem; }
.screen-stack i:nth-child(2) { width: 70%; }
.screen-stack i:nth-child(3) { width: 85%; }
.screen-chart { height: 85px; margin-top: .55rem; border-radius: .35rem; background: linear-gradient(135deg, #1d2440, #374b83); position: relative; overflow: hidden; }
.screen-chart::after { content: ""; position: absolute; left: 0; right: 0; bottom: 25%; height: 2px; background: var(--lime); clip-path: polygon(0 60%, 14% 20%, 29% 70%, 47% 10%, 62% 55%, 81% 15%, 100% 38%, 100% 100%, 0 100%); }
.hero-scroll { position: absolute; z-index: 2; bottom: 1.8rem; left: max(1.5rem, calc((100% - 1160px)/2)); color: #bcc3d2; font: .63rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-scroll::before { content: ""; display: inline-block; vertical-align: middle; width: 1px; height: 32px; margin-right: .6rem; background: var(--lime); }

/* General composition */
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.8rem; }
.section-head > div { max-width: 45rem; }
.section-head p { max-width: 27rem; margin: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.number { color: var(--violet); font: .72rem var(--mono); letter-spacing: .08em; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.value-card { min-height: 230px; padding: 1.65rem; border: 1px solid var(--dark-line); background: rgba(255,255,255,.42); border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.value-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.value-icon { display: grid; place-items: center; width: 2.85rem; height: 2.85rem; margin-bottom: 2.5rem; border-radius: .65rem; color: var(--ink); background: var(--lime); font-weight: 800; font-size: 1.1rem; }
.value-card:nth-child(2) .value-icon { background: var(--violet); }
.value-card:nth-child(3) .value-icon { background: var(--coral); }
.value-card p { font-size: .9rem; margin: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--dark-line); border-top: 1px solid var(--dark-line); }
.service-card { min-height: 255px; padding: 1.55rem; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); position: relative; overflow: hidden; background: var(--paper); transition: color .25s, background .25s; }
.service-card::before { content: ""; position: absolute; width: 160px; aspect-ratio: 1; right: -66px; bottom: -80px; border-radius: 50%; background: var(--lime); opacity: 0; transform: scale(.5); transition: opacity .3s, transform .4s; }
.service-card:hover { color: var(--ink); background: #e8ffd0; }
.service-card:hover::before { opacity: .65; transform: scale(1); }
.service-card > * { position: relative; z-index: 1; }
.service-symbol { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.4rem; font: 500 .7rem var(--mono); color: var(--muted); }
.service-symbol b { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border: 1px solid currentColor; border-radius: 50%; color: var(--ink); font-size: 1.1rem; }
.service-card h3 { font-size: 1.13rem; }
.service-card p { font-size: .82rem; max-width: 18rem; margin-bottom: 1.1rem; }
.why-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 4rem; }
.why-list { border-top: 1px solid var(--line); }
.why-item { display: grid; grid-template-columns: 3.2rem 1fr auto; align-items: center; gap: 1rem; min-height: 75px; border-bottom: 1px solid var(--line); }
.why-item .number { color: var(--lime); }
.why-item h3 { margin: 0; font-size: 1rem; }
.why-item span:last-child { color: var(--lime); font-size: 1.2rem; }
.process { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; gap: 1rem; }
.process::before { content: ""; position: absolute; height: 1px; background: var(--dark-line); top: 22px; left: 0; right: 0; }
.process-step { position: relative; padding-top: 4.4rem; }
.process-dot { width: 45px; height: 45px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border: 1px solid var(--ink); border-radius: 50%; font: .65rem var(--mono); }
.process-step h3 { margin-top: 1.1rem; }
.process-step p { font-size: .8rem; margin: 0; }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.project-card { position: relative; min-height: 330px; grid-column: span 4; overflow: hidden; border-radius: var(--radius); color: white; background: #24314c; isolation: isolate; transition: transform .3s; }
.project-card:nth-child(1), .project-card:nth-child(6n) { grid-column: span 7; }
.project-card:nth-child(4) { grid-column: span 5; }
.project-card:hover { transform: translateY(-6px); }
.project-bg { position: absolute; inset: 0; background: var(--project-bg, linear-gradient(135deg, #242855, #7d5eaa)); transition: transform .5s; }
.project-card:hover .project-bg { transform: scale(1.05); }
.project-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 25%, rgba(8,11,24,.84)); }
.project-device { position: absolute; inset: 11% 14% 24%; border: 5px solid rgba(255,255,255,.7); border-radius: .65rem; box-shadow: 18px 22px 0 rgba(0,0,0,.18); transform: rotate(-5deg); background: linear-gradient(140deg, rgba(255,255,255,.72), rgba(255,255,255,.16)); }
.project-device::before { content: ""; position: absolute; top: 12%; left: 12%; width: 55%; height: 12%; border-radius: 1rem; background: var(--project-accent, var(--lime)); }
.project-device::after { content: ""; position: absolute; top: 35%; left: 12%; right: 12%; bottom: 12%; background: repeating-linear-gradient(90deg, rgba(255,255,255,.45) 0 27%, transparent 27% 32%); }
.project-content { position: absolute; z-index: 2; inset: auto 1.45rem 1.3rem; }
.project-content small { color: var(--lime); display: block; margin-bottom: .35rem; font: .65rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.project-content h3 { margin: 0; font-size: 1.22rem; }
.placeholder-note { color: #aeb5c9; font-size: .73rem; margin-top: 1.4rem; }
.about-image { position: relative; min-height: 430px; border-radius: var(--radius); overflow: hidden; background: linear-gradient(135deg, #a69fff, #403366 70%); }
.about-image::before { content: ""; position: absolute; width: 66%; aspect-ratio: 1; top: 18%; left: 18%; border-radius: 50%; background: repeating-linear-gradient(12deg, #efa871 0 8%, #b85858 8% 15%, #653556 15% 23%); box-shadow: inset -38px -22px 35px rgba(0,0,0,.27), 26px 27px 35px rgba(0,0,0,.18); }
.about-image::after { content: "MAKE SPACE / FOR WHAT\A MATTERS"; white-space: pre; position: absolute; bottom: 1.45rem; left: 1.45rem; font: .68rem/1.5 var(--mono); letter-spacing: .12em; color: white; }
.feature-list { margin-top: 1.8rem; border-top: 1px solid var(--dark-line); }
.feature-list li { list-style: none; padding: .75rem 0; border-bottom: 1px solid var(--dark-line); font-size: .84rem; font-weight: 700; }
.feature-list li::before { content: "↗"; color: var(--violet); margin-right: .7rem; }
.feature-band { display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; border-radius: var(--radius); background: #25244e; color: white; }
.feature-band-copy { padding: clamp(2rem, 4vw, 4.2rem); }
.feature-band-copy h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); }
.feature-tabs { display: grid; align-content: center; padding: 2rem; background: linear-gradient(135deg, #35407e, #8c70ba); }
.feature-tab { padding: 1rem; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); background: transparent; color: rgba(255,255,255,.65); text-align: left; font-weight: 800; transition: color .2s, padding .2s; }
.feature-tab:hover, .feature-tab.is-active { padding-left: 1.6rem; color: var(--lime); }
.testimonial-placeholder { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; padding: 1.7rem; border: 1px dashed rgba(194,255,79,.55); border-radius: var(--radius); max-width: 700px; }
.quote-mark { color: var(--lime); font: 4rem/.6 var(--display); }
.faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 4rem; }
.faq-list { border-top: 1px solid var(--dark-line); }
.faq { border-bottom: 1px solid var(--dark-line); }
.faq summary { display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding: 1.2rem 0; font-size: .95rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.35rem; line-height: 1; color: var(--violet); }
.faq[open] summary::after { content: "–"; }
.faq p { max-width: 47rem; margin: 0; padding: 0 2.4rem 1.25rem 0; font-size: .88rem; }
.cta-band { margin: clamp(3rem, 7vw, 7rem) auto; padding: clamp(2.2rem, 5vw, 4.5rem); max-width: 1160px; overflow: hidden; position: relative; border-radius: var(--radius); color: white; background: #232348; }
.cta-band::after { content: ""; position: absolute; border: 1px solid rgba(194,255,79,.45); width: 420px; aspect-ratio: 1; right: -120px; bottom: -260px; border-radius: 50%; box-shadow: 0 0 0 55px rgba(194,255,79,.05), 0 0 0 110px rgba(194,255,79,.05); }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { max-width: 700px; margin-bottom: .7rem; }
.cta-band p { max-width: 550px; }

/* Page hero and content pages */
.page-hero { position: relative; padding: 10.5rem 0 4.5rem; color: white; overflow: hidden; background: radial-gradient(circle at 80% 10%, #4a3b86, transparent 30%), var(--ink); }
.page-hero::after { content: ""; position: absolute; width: min(44vw, 460px); aspect-ratio: 1; right: -10vw; bottom: -24vw; border: 1px solid rgba(194,255,79,.28); border-radius: 50%; box-shadow: 0 0 0 60px rgba(194,255,79,.03), 0 0 0 120px rgba(194,255,79,.03); }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.1rem; color: #98a2bb; font: .65rem var(--mono); }
.breadcrumbs a:hover { color: var(--lime); }
.breadcrumbs span { color: var(--lime); }
.page-hero h1 { max-width: 870px; }
.page-hero .lede { max-width: 630px; }
.service-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-group { padding: 1.8rem; background: white; border: 1px solid var(--dark-line); border-radius: var(--radius); }
.service-group h3 { margin-bottom: 1.4rem; }
.service-group ul { padding: 0; margin: 0; }
.service-group li { list-style: none; border-top: 1px solid var(--dark-line); }
.service-group a { display: flex; justify-content: space-between; padding: .7rem 0; font-size: .82rem; font-weight: 700; }
.service-group a:hover { color: #6152bd; }
.service-page-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; }
.service-page-intro h2 { position: sticky; top: 90px; }
.content-stack > * + * { margin-top: 2.8rem; }
.content-block { padding-bottom: 2.8rem; border-bottom: 1px solid var(--dark-line); }
.content-block h3 { font-size: 1.35rem; }
.content-block p { max-width: 660px; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem 2rem; padding: 0; }
.check-grid li { list-style: none; font-size: .86rem; font-weight: 700; }
.check-grid li::before { content: "✓"; color: #5d9a00; margin-right: .7rem; }
.compact-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.compact-process div { padding: 1.2rem; border-radius: var(--radius-sm); background: #f0f1ed; }
.compact-process b { display: block; color: var(--violet); font: .65rem var(--mono); margin-bottom: .6rem; }
.related-services { display: flex; flex-wrap: wrap; gap: .65rem; }
.tag-link { padding: .55rem .85rem; border: 1px solid var(--dark-line); border-radius: 100vmax; font-size: .75rem; font-weight: 800; }
.tag-link:hover { background: var(--lime); border-color: var(--lime); }

/* Portfolio / blog */
.filter-bar { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.filter { padding: .53rem .82rem; color: #4f5668; background: transparent; border: 1px solid var(--dark-line); border-radius: 100vmax; font: 700 .72rem var(--sans); }
.filter:hover, .filter.is-active { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.portfolio-page-grid .project-card { min-height: 385px; }
.portfolio-page-grid .project-card:nth-child(n) { grid-column: span 4; }
.project-card.is-hidden { display: none; }
.feature-article { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 380px; margin-bottom: 3rem; border-radius: var(--radius); overflow: hidden; background: #d5fca4; }
.article-art { position: relative; background: linear-gradient(145deg, #393184, #b69cff); overflow: hidden; }
.article-art::after { content: "SEO"; position: absolute; font: 800 clamp(4rem, 12vw, 10rem)/1 var(--sans); color: rgba(255,255,255,.25); right: 8%; bottom: 5%; letter-spacing: -.1em; }
.article-body { padding: clamp(1.7rem, 4vw, 3.4rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.article-body h2 { font-family: var(--sans); font-size: clamp(1.8rem, 3vw, 2.8rem); }
.article-meta { color: #576248; font: .65rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.blog-tools { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.search-input { width: min(100%, 310px); padding: .75rem .95rem; border: 1px solid var(--dark-line); border-radius: .55rem; background: white; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.article-card { display: flex; flex-direction: column; min-height: 320px; padding: 1.45rem; border: 1px solid var(--dark-line); background: white; border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-card .article-art-small { width: 100%; height: 120px; margin-bottom: 1.35rem; overflow: hidden; border-radius: .7rem; background: var(--article-bg, linear-gradient(135deg, #9d8cff, #534c99)); position: relative; }
.article-art-small::after { content: "↗"; position: absolute; right: 14px; bottom: 4px; color: white; font-size: 4rem; opacity: .55; }
.article-card h3 { font-size: 1.08rem; }
.article-card p { font-size: .79rem; margin-bottom: 1.1rem; }
.article-card .inline-link { margin-top: auto; }

/* Careers and contact */
.culture-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 1rem; }
.culture-card { min-height: 235px; padding: 1.5rem; background: white; border: 1px solid var(--dark-line); border-radius: var(--radius); }
.culture-card:first-child { background: var(--lime); }
.culture-card h3 { margin-top: 2rem; }
.empty-state { padding: 2rem; border: 1px dashed #959dac; border-radius: var(--radius); text-align: center; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.contact-details { margin-top: 2rem; border-top: 1px solid var(--dark-line); }
.contact-detail { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--dark-line); font-size: .88rem; }
.contact-detail b { color: var(--muted); font: .64rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.contact-detail .config-placeholder { color: #6579a3; font-style: italic; }
.contact-form { padding: clamp(1.2rem, 3vw, 2.4rem); background: white; border: 1px solid var(--dark-line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.form-field { display: grid; gap: .42rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .72rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: .75rem .82rem; color: var(--ink); border: 1px solid #cfd3dc; border-radius: .5rem; background: #fcfcfa; transition: border-color .2s, box-shadow .2s; }
.form-field textarea { min-height: 135px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 0; border-color: var(--violet); box-shadow: 0 0 0 3px rgba(157,140,255,.18); }
.field-error { min-height: 1rem; color: #b02332; font-size: .7rem; }
.form-note { font-size: .7rem; color: var(--muted); margin: .9rem 0 1.2rem; }
.form-status { min-height: 1.25rem; margin-top: 1rem; font-size: .8rem; font-weight: 700; }
.form-status.success { color: #387700; }
.form-status.error { color: #b02332; }

/* legal and 404 */
.legal { max-width: 800px; }
.legal h2 { margin-top: 3.2rem; font-family: var(--sans); font-size: 1.65rem; }
.legal h3 { margin-top: 1.6rem; }
.legal ul { color: #52586a; }
.legal .notice { padding: 1rem; border-left: 3px solid var(--coral); background: #fff3ed; color: #784335; font-size: .86rem; }
.not-found { min-height: 76vh; display: grid; place-items: center; padding: 9rem 0 4rem; text-align: center; color: white; background: radial-gradient(circle at 50% 38%, #4d418c, var(--ink) 54%); }
.not-found .orbital-404 { color: var(--lime); font: 800 clamp(7rem, 25vw, 18rem)/.8 var(--sans); letter-spacing: -.15em; opacity: .94; }
.not-found h1 { max-width: 800px; margin: 1.4rem auto 1rem; }

/* Footer / enhancements */
#site-footer { color: #e5e9f3; background: #080b18; }
.footer-top { display: grid; grid-template-columns: 1.4fr .8fr .9fr .9fr; gap: 2.5rem; padding: 4.3rem 0 3rem; }
.footer-brand .brand { margin-bottom: 1rem; }
.footer-brand p { color: #9ba4b9; max-width: 18rem; font-size: .82rem; }
.footer-heading { color: var(--lime); font: .64rem var(--mono); letter-spacing: .1em; text-transform: uppercase; margin: .4rem 0 1.1rem; }
.footer-links { padding: 0; margin: 0; }
.footer-links li { list-style: none; margin-bottom: .55rem; }
.footer-links a { color: #b5bdce; font-size: .78rem; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0 1.45rem; border-top: 1px solid var(--line); color: #8992a7; font: .64rem var(--mono); }
.footer-bottom nav { display: flex; gap: 1rem; }
.footer-bottom a:hover { color: var(--lime); }
.whatsapp { display: inline-flex; align-items: center; gap: .5rem; position: fixed; z-index: 25; right: 1.15rem; bottom: 1.15rem; padding: .68rem .9rem; border-radius: 100vmax; color: var(--ink); background: var(--lime); box-shadow: 0 10px 30px rgba(0,0,0,.24); font-size: .73rem; font-weight: 800; transition: transform .2s; }
.whatsapp:hover { transform: translateY(-4px); }
.whatsapp svg { width: 1.2rem; fill: currentColor; }
.toast { position: fixed; z-index: 90; max-width: min(370px, calc(100% - 2rem)); left: 50%; bottom: -7rem; transform: translateX(-50%); padding: .8rem 1rem; color: white; background: #27334c; box-shadow: var(--shadow); border-radius: .6rem; font-size: .8rem; transition: bottom .3s; }
.toast.is-visible { bottom: 1.4rem; }

@keyframes float { 50% { transform: translateY(-15px) rotate(3deg); } }
@keyframes drift { 50% { translate: 0 -13px; } }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.reveal { animation: reveal .65s both; }
.reveal:nth-child(2) { animation-delay: .08s; }.reveal:nth-child(3) { animation-delay: .16s; }.reveal:nth-child(4) { animation-delay: .24s; }

@media (max-width: 960px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; display: block; inset: 65px 0 auto; max-height: 0; visibility: hidden; overflow: hidden; color: white; background: #11182c; transition: max-height .32s, visibility .32s; box-shadow: 0 20px 30px rgba(0,0,0,.15); }
  .mobile-menu.is-open { visibility: visible; max-height: calc(100vh - 65px); overflow-y: auto; }
  .mobile-menu-inner { padding: 1rem max(1.5rem, calc((100vw - 680px)/2)) 2rem; }
  .mobile-menu a, .mobile-menu summary { display: block; padding: .88rem 0; border-bottom: 1px solid var(--line); color: #e5e8f2; font-size: .9rem; font-weight: 800; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu details a { color: #bac2d4; padding: .65rem 1rem; border: 0; font-size: .78rem; }
  .mobile-menu .btn-row { margin-top: 1.4rem; }
  .mobile-menu .button { flex: 1; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-art { min-height: 365px; max-width: 590px; width: 100%; margin: -1.5rem auto 0; }
  .planet { width: min(46vw, 270px); }
  .section-head, .service-page-intro, .why-layout, .faq-grid, .contact-layout { grid-template-columns: 1fr; display: grid; gap: 1.6rem; }
  .section-head { align-items: start; }
  .section-head p { max-width: 38rem; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .value-icon { margin-bottom: 1.3rem; }
  .process { grid-template-columns: repeat(3, 1fr); row-gap: 1.5rem; }
  .process::before { display: none; }
  .service-page-intro h2 { position: static; }
  .portfolio-page-grid .project-card:nth-child(n) { grid-column: span 6; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .container, .nav-shell { width: min(100% - 2rem, 1160px); }
  .section { padding: 4.2rem 0; }
  .hero { min-height: 720px; padding-top: 8.5rem; }
  .hero-grid { gap: .5rem; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-meta { gap: .8rem; }
  .hero-art { min-height: 300px; }
  .planet { width: 49vw; left: 25%; top: 13%; }
  .visual-window { width: 42vw; padding: .45rem; }
  .screen { padding: .65rem; }
  .screen-hero { height: 46px; }.screen-chart { height: 53px; }
  .window-two { bottom: 3%; }
  .hero-scroll { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 200px; }
  .service-symbol { margin-bottom: 1.3rem; }
  .process { grid-template-columns: 1fr 1fr; }
  .process-step { padding-top: 3.5rem; }
  .process-dot { width: 36px; height: 36px; }
  .portfolio-grid { display: grid; grid-template-columns: 1fr; }
  .project-card, .project-card:nth-child(n) { grid-column: auto; min-height: 300px; }
  .split, .feature-band, .feature-article { grid-template-columns: 1fr; }
  .about-image { min-height: 330px; }
  .feature-tabs { padding: 1.4rem; }
  .service-groups, .form-grid, .compact-process, .article-grid, .culture-grid { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: 1fr; }
  .portfolio-page-grid .project-card:nth-child(n) { grid-column: auto; }
  .feature-article { min-height: 0; }
  .article-art { height: 215px; }
  .blog-tools { display: grid; }
  .search-input { width: 100%; }
  .contact-detail { grid-template-columns: 1fr; gap: .25rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .whatsapp span { display: none; }
  .whatsapp { padding: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
