@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #111310;
  --paper: #f0f0e9;
  --acid: #c8ff1a;
  --muted: #a2a59a;
  --line: rgba(240, 240, 233, 0.18);
  --page: min(92vw, 1480px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 5vw 5vw;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
}
a { color: inherit; }
button { font: inherit; }
.site-shell { width: var(--page); margin: 0 auto; }
.skip-link {
  position: fixed; z-index: 20; left: 1rem; top: 1rem; transform: translateY(-150%);
  background: var(--acid); color: var(--ink); padding: .7rem 1rem; font-weight: 700;
}
.skip-link:focus { transform: none; }

.site-header {
  height: 104px; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); position: relative; z-index: 4;
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { width: 2.65rem; height: 2.65rem; fill: var(--paper); }
.brand-mark-accent { fill: var(--acid); }
.brand-name { font-size: .72rem; font-weight: 700; line-height: 1.05; letter-spacing: .12em; }
.header-meta { display: flex; align-items: center; gap: 3.4rem; }
.availability { display: flex; align-items: center; gap: .65rem; font-family: "DM Mono", monospace; color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; }
.status-dot { width: .46rem; height: .46rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 14px rgba(200,255,26,.45); }
.language-switch { display: flex; align-items: center; gap: .55rem; font-family: "DM Mono", monospace; color: #60635c; }
.language-switch button { border: 0; background: transparent; color: inherit; padding: .5rem .1rem; cursor: pointer; font-size: .82rem; }
.language-switch button[aria-pressed="true"] { color: var(--paper); }
.language-switch button:hover, .language-switch button:focus-visible { color: var(--acid); outline: none; }

.hero { min-height: calc(100vh - 104px); min-height: calc(100svh - 104px); position: relative; display: grid; align-items: center; grid-template-columns: 74px minmax(0, 1fr) 44px; padding: clamp(4rem, 8vh, 7.5rem) 0 5rem; }
.hero-index { align-self: stretch; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem; font-family: "DM Mono", monospace; font-size: .68rem; color: #72766d; }
.hero-index-line { width: 1px; height: 100px; background: var(--line); }
.hero-copy { max-width: 1200px; }
.eyebrow, .section-label { margin: 0 0 2.5rem; font-family: "DM Mono", monospace; font-size: clamp(.72rem, .9vw, .86rem); text-transform: uppercase; letter-spacing: .09em; color: var(--acid); }
h1 { margin: 0; font-size: clamp(4.1rem, 9.25vw, 9.4rem); font-weight: 500; line-height: .84; letter-spacing: -.075em; }
h1 span { color: var(--acid); }
.hero-lead { width: min(48rem, 72%); margin: clamp(2.6rem, 6vh, 4.6rem) 0 0 auto; color: #c6c8c0; font-size: clamp(1.1rem, 1.55vw, 1.45rem); line-height: 1.55; }
.hero-aside { writing-mode: vertical-rl; transform: rotate(180deg); display: flex; gap: 1.2rem; font-family: "DM Mono", monospace; font-size: .65rem; letter-spacing: .12em; color: #6f736b; }
.hero-aside span:not(:last-child)::after { content: " /"; color: var(--acid); }
.scroll-cue { position: absolute; right: 0; bottom: 2rem; display: flex; align-items: center; gap: .8rem; text-decoration: none; font-family: "DM Mono", monospace; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.scroll-cue svg { width: 1.2rem; fill: none; stroke: var(--acid); stroke-width: 1.5; transition: transform .25s ease; }
.scroll-cue:hover svg { transform: translateY(.3rem); }

.expertise { border-top: 1px solid var(--line); padding: clamp(6rem, 11vw, 11rem) 0; }
.section-intro { display: grid; grid-template-columns: 33% 67%; align-items: start; margin-bottom: 5rem; }
.section-label { color: var(--muted); display: flex; gap: 1rem; }
.section-label span:first-child { color: var(--acid); }
h2 { margin: 0; font-size: clamp(3rem, 6vw, 6.8rem); line-height: .95; font-weight: 500; letter-spacing: -.06em; }
h2 em { color: var(--acid); font-style: normal; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 29rem; padding: 2.1rem; border-right: 1px solid var(--line); transition: background .35s ease, color .35s ease, transform .35s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: var(--acid); color: var(--ink); transform: translateY(-.45rem); }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.card-number { font-family: "DM Mono", monospace; font-size: .75rem; color: var(--muted); }
.card-top svg { width: 3rem; height: 3rem; fill: none; stroke: var(--acid); stroke-width: 1.3; transition: stroke .35s ease; }
.service-card:hover .card-top svg { stroke: var(--ink); }
.service-card h3 { margin: 7.5rem 0 2.1rem; font-size: clamp(1.65rem, 2.4vw, 2.45rem); font-weight: 500; letter-spacing: -.04em; }
.service-card ul { list-style: none; padding: 0; margin: 0; font-family: "DM Mono", monospace; font-size: .82rem; color: var(--muted); line-height: 2.05; transition: color .35s ease; }
.service-card li::before { content: "/ "; color: var(--acid); transition: color .35s ease; }
.service-card:hover ul, .service-card:hover li::before, .service-card:hover .card-number { color: var(--ink); }

.process { min-height: 65vh; display: grid; place-items: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.process-line { position: relative; z-index: 2; margin: 0; font-size: clamp(1.35rem, 3vw, 3.1rem); font-weight: 500; letter-spacing: -.03em; text-align: center; }
.process-line span { color: var(--acid); padding: 0 .8em; }
.process-orbit { position: absolute; width: min(58vw, 650px); aspect-ratio: 1; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(200,255,26,.16); border-radius: 50%; }
.orbit-one { inset: 0; animation: pulse 5s ease-in-out infinite; }
.orbit-two { inset: 18%; animation: pulse 5s ease-in-out 1s infinite reverse; }
.orbit-core { width: 5px; height: 5px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 42px 15px rgba(200,255,26,.08); }
@keyframes pulse { 50% { transform: scale(.94); opacity: .5; } }

.contact { padding: clamp(6rem, 11vw, 11rem) 0 5rem; }
.contact .section-label { margin-bottom: 4rem; }
.contact-row { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3rem; }
.contact h2 { font-size: clamp(3rem, 6.5vw, 7rem); }
.contact-link { min-width: min(100%, 25rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--acid); padding: 1.2rem 0; text-decoration: none; font-family: "DM Mono", monospace; font-size: clamp(.88rem, 1.2vw, 1.08rem); transition: color .25s ease; }
.contact-link svg { width: 1.5rem; fill: none; stroke: var(--acid); stroke-width: 1.5; transition: transform .25s ease; }
.contact-link:hover { color: var(--acid); }
.contact-link:hover svg { transform: translate(.3rem, -.3rem); }
footer { min-height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-top: 1px solid var(--line); font-family: "DM Mono", monospace; font-size: .65rem; letter-spacing: .08em; color: var(--muted); }
footer > :last-child { justify-self: end; }
.brand-footer .brand-mark { width: 1.85rem; height: 1.85rem; }
.brand-footer .brand-name { color: var(--paper); }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.service-card:nth-child(2) { transition-delay: .08s; }
.service-card:nth-child(3) { transition-delay: .16s; }

@media (max-width: 900px) {
  .availability { display: none; }
  .hero { grid-template-columns: 36px 1fr 20px; }
  .hero-lead { width: 78%; }
  .section-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 22rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-card h3 { margin-top: 4.5rem; }
  .contact-row { grid-template-columns: 1fr; align-items: start; }
  .contact-link { margin-top: 1.5rem; }
}

@media (max-width: 560px) {
  :root { --page: calc(100vw - 2rem); }
  .site-header { height: 80px; }
  .brand-mark { width: 2.2rem; height: 2.2rem; }
  .brand-name { font-size: .63rem; }
  .hero { min-height: calc(100svh - 80px); grid-template-columns: 1fr; padding: 3.5rem 0 5rem; }
  .hero-index, .hero-aside { display: none; }
  h1 { font-size: clamp(3.55rem, 18.3vw, 5.6rem); line-height: .87; }
  .eyebrow { margin-bottom: 1.8rem; }
  .hero-lead { width: 100%; margin-top: 3rem; font-size: 1rem; }
  .scroll-cue { left: 0; right: auto; }
  .expertise { padding: 6rem 0; }
  .section-intro { margin-bottom: 3rem; }
  h2 { font-size: 3.35rem; }
  .service-card { padding: 1.5rem; min-height: 21rem; }
  .process { min-height: 52vh; }
  .process-line { display: flex; flex-direction: column; gap: .7rem; }
  .process-line span { transform: rotate(90deg); align-self: center; }
  .process-orbit { width: 120vw; }
  .contact { padding-bottom: 3rem; }
  .contact h2 { font-size: 3.25rem; }
  .contact-link { min-width: 0; width: 100%; gap: .6rem; }
  footer { grid-template-columns: 1fr auto; min-height: 90px; }
  footer > :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; }
  .reveal { opacity: 1; transform: none; }
}
