:root {
  --black: #09070d;
  --panel: #131016;
  --line: #32283d;
  --white: #f4f1eb;
  --muted: #9b999f;
  --violet: #a878ff;
  --orange: #ff7638;
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
  --mono: "DM Mono", monospace;
  --gutter: max(2.5rem, calc((100vw - 1320px) / 2));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; padding: .75rem 1rem; background: var(--white); color: var(--black); }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; z-index: 15; top: 0; width: 100%; height: 88px; padding-inline: var(--gutter); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(168,120,255,.16); background: rgba(9,7,13,.84); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-word { font: 600 1rem var(--display); letter-spacing: .12em; }
.brand-mark { display: flex; width: 25px; height: 28px; gap: 4px; transform: skew(-19deg); }
.brand-mark i { display: block; width: 50%; background: var(--violet); }
.brand-mark i + i { background: var(--orange); }
nav { display: flex; gap: 2.5rem; }
nav a { position: relative; padding: .75rem 0; color: var(--muted); font-size: .78rem; text-decoration: none; }
nav a::after { content: ""; position: absolute; right: 0; bottom: .4rem; left: 0; height: 1px; background: var(--violet); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--white); }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 2rem; }
.language-switcher { display: flex; align-items: center; gap: .2rem; color: #5f5c64; font: .63rem var(--mono); }
.language-button { min-width: 30px; min-height: 44px; padding: 0; border: 0; background: transparent; color: #77747d; font: inherit; cursor: pointer; transition: color .2s ease; }
.language-button:hover, .language-button:focus-visible { color: var(--white); }
.language-button.is-active { color: var(--violet); }

.hero { min-height: calc(100svh - 88px); background: radial-gradient(circle at 80% 40%, #51217a55, transparent 31%), linear-gradient(145deg, #100c17, #08070b); }
.hero-inner { position: relative; width: min(1320px, calc(100% - 5rem)); min-height: calc(100svh - 88px); margin: auto; display: grid; grid-template-columns: 58% 42%; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 5rem 0 9rem; }
.eyebrow { margin: 0 0 2.5rem; color: var(--muted); font: .7rem var(--mono); text-transform: uppercase; letter-spacing: .14em; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: .65rem; border-radius: 50%; background: var(--orange); box-shadow: 0 0 14px var(--orange); }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 900px; margin: 0; font-size: clamp(3.6rem, 7.1vw, 7.4rem); line-height: .91; letter-spacing: -.075em; font-weight: 500; }
h1 em { color: var(--white); font-style: normal; text-shadow: 0 0 40px #a878ff80; }
.hero-intro { max-width: 610px; margin: 2.7rem 0; color: #b6b4ba; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.75; }
.primary-link { display: inline-flex; min-height: 44px; align-items: center; gap: 2rem; padding: .9rem 1.1rem; border: 1px solid #a878ff80; border-radius: 999px; background: #a878ff12; text-decoration: none; font-size: .82rem; transition: background .2s ease, border-color .2s ease; }
.primary-link:hover, .primary-link:focus-visible { border-color: var(--violet); background: #a878ff22; }
.primary-link > span:first-child { color: var(--white); }
.primary-link > span[aria-hidden="true"] { color: var(--orange); }
.scroll-cue { position: absolute; bottom: 2.2rem; left: 0; color: var(--muted); font: .66rem var(--mono); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
.scroll-cue span { margin-left: .7rem; color: var(--white); }
.hero-art { position: relative; height: 100%; min-height: 650px; }
.slash { position: absolute; top: 20%; left: 40%; width: 90px; height: 61%; border-radius: 999px; transform: rotate(28deg); background: var(--violet); filter: blur(1px); opacity: .86; box-shadow: 0 0 80px #8b5cf640; }
.slash-orange { top: 31%; left: 68%; height: 48%; background: var(--orange); box-shadow: 0 0 80px #ff6b2c35; }
.orbit { position: absolute; inset: 15% -20% 10% 0; border: 1px solid #a878ff40; border-radius: 50%; transform: rotate(-24deg); box-shadow: inset 0 0 40px #a878ff15; }
.orbit-two { inset: 25% -30% 20% 10%; }
.art-note { position: absolute; right: 0; bottom: 2.2rem; color: var(--muted); font: .62rem var(--mono); letter-spacing: .13em; writing-mode: vertical-rl; }

.work-section { padding: 9rem 0; background: var(--panel); color: var(--white); }
.section-inner { width: min(1320px, calc(100% - 5rem)); margin: auto; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; margin-bottom: 6rem; }
.section-heading h2 { max-width: 850px; margin: 0; font-size: clamp(2.6rem, 5vw, 5.4rem); line-height: 1; letter-spacing: -.055em; font-weight: 500; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 300px; padding: 2rem; display: flex; flex-direction: column; gap: 2rem; border: 1px solid var(--line); border-radius: 1.5rem; background: linear-gradient(145deg, #1b1620, #100d14); transition: border-color .2s ease, transform .2s ease; }
.service-card:hover { border-color: #a878ff66; transform: translateY(-3px); }
.service-index { color: var(--muted); font: .68rem var(--mono); }
.service-card div { margin-top: auto; }
.service-card h3 { margin: 0 0 .85rem; font-size: 1.35rem; font-weight: 500; }
.service-card p { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.7; font-size: .94rem; }

.clients-section { padding: 7rem 0; background: var(--panel); border-top: 1px solid var(--line); }
.client-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.client-logos span { display: grid; min-height: 120px; place-items: center; border: 1px solid var(--line); color: var(--muted); }

.contact-section { width: min(1320px, calc(100% - 5rem)); margin: auto; padding: 7rem 0 8rem; display: grid; grid-template-columns: 2fr 1fr; gap: 5rem; align-items: end; }
.contact-lead h2 { margin: 0 0 2rem; font-size: clamp(2.7rem, 5vw, 5.7rem); line-height: 1; letter-spacing: -.055em; font-weight: 500; }
.email-link { display: inline-flex; align-items: center; gap: 1.5rem; color: var(--violet); font: 500 clamp(1.2rem, 2vw, 1.8rem) var(--display); text-underline-offset: .45rem; overflow-wrap: anywhere; }
.email-link span { color: var(--orange); }
.contact-details { margin: 0; display: grid; gap: 2.5rem; }
.contact-details div { padding-top: 1rem; border-top: 1px solid var(--line); }
.contact-details dt { margin-bottom: .7rem; color: var(--muted); font: .65rem var(--mono); text-transform: uppercase; letter-spacing: .14em; }
.contact-details dd { margin: 0; line-height: 1.6; font-size: .9rem; }

footer { width: min(1320px, calc(100% - 5rem)); margin: auto; padding: 2.5rem 0 4rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; color: var(--muted); font-size: .7rem; }
.footer-brand { color: var(--white); }

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 62% 38%; }
  .hero-art { min-height: 570px; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .services { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .contact-section { grid-template-columns: 1.45fr 1fr; gap: 3rem; }
}

@media (max-width: 640px) {
  :root { --gutter: 1rem; }
  html { scroll-padding-top: 72px; }
  .site-header { height: 72px; }
  .brand { gap: .55rem; }
  .brand-mark { width: 20px; height: 23px; gap: 3px; }
  .brand-word { font-size: .82rem; }
  nav { gap: 1.15rem; }
  nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: .69rem; }
  .header-actions { gap: .8rem; }
  .language-switcher { gap: 0; }
  .language-button { min-width: 26px; }
  .hero, .hero-inner { min-height: auto; }
  .hero-inner { width: 100%; padding-inline: 1rem; grid-template-columns: 1fr; overflow: hidden; }
  .hero-copy { padding: 5.5rem 0 2.5rem; }
  .eyebrow { margin-bottom: 1.75rem; font-size: .61rem; line-height: 1.6; }
  h1 { font-size: clamp(3.05rem, 14.8vw, 4.5rem); line-height: .93; }
  .hero-intro { margin: 1.8rem 0; font-size: .98rem; line-height: 1.65; }
  .primary-link { width: 100%; justify-content: space-between; padding-inline: 1.2rem; }
  .hero-art { min-height: 285px; height: 285px; }
  .slash { top: 8%; left: 38%; width: 52px; height: 77%; }
  .slash-orange { top: 24%; left: 64%; height: 58%; }
  .orbit { inset: 4% -15% 3% -5%; }
  .orbit-two { inset: 14% -23% 13% 5%; }
  .art-note { right: .15rem; bottom: 1.25rem; font-size: .53rem; }
  .scroll-cue { display: none; }
  .work-section { padding: 6rem 0; }
  .section-inner { width: calc(100% - 2rem); }
  .section-heading { margin-bottom: 3.5rem; }
  .section-heading h2 { font-size: clamp(2.55rem, 12vw, 3.5rem); }
  .services { gap: .75rem; }
  .service-card { min-height: 230px; padding: 1.5rem; border-radius: 1.25rem; }
  .service-card:hover { transform: none; }
  .contact-section { width: calc(100% - 2rem); padding: 6rem 0; grid-template-columns: 1fr; gap: 4.5rem; }
  .contact-lead h2 { font-size: clamp(2.6rem, 13vw, 3.7rem); }
  .email-link { gap: .75rem; font-size: clamp(1.05rem, 5.2vw, 1.35rem); }
  footer { width: calc(100% - 2rem); padding: 2rem 0 3rem; grid-template-columns: 1fr auto; gap: 1rem; }
  footer > p:nth-child(2) { display: none; }
}

@media (max-width: 440px) {
  .site-header .brand-word { display: none; }
}

@media (max-width: 360px) {
  nav { gap: .8rem; }
  nav a { font-size: .64rem; }
  h1 { font-size: 2.9rem; }
}

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