:root {
  --ink: #101316;
  --ink-soft: #252b30;
  --paper: #f1f4f5;
  --muted: #aab4ba;
  --line: rgba(228, 235, 238, .17);
  --orange: #f04b0f;
  --orange-light: #ff6a2e;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: "Arial Narrow", "Aptos Narrow", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .015em;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; color: var(--ink); background: white; }
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between;
  min-height: 84px; padding: 1rem max(4vw, 1.25rem); border-bottom: 1px solid var(--line);
  background: rgba(16, 19, 22, .92); backdrop-filter: blur(18px);
}
.brand img, .footer-brand img { display: block; width: min(330px, 40vw); height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: .92rem; text-transform: uppercase; letter-spacing: .13em; }
.main-nav a { text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--orange-light); }
.nav-login { padding: .75rem 1rem; border: 1px solid var(--line); border-radius: 999px; }
.menu-toggle { display: none; color: white; background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: .65rem 1rem; }
.hero {
  display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 5vw; align-items: center;
  min-height: calc(100svh - 84px); max-width: var(--max); margin: auto; padding: 8rem 2rem;
}
.eyebrow { margin: 0 0 1.25rem; color: var(--orange-light); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-stretch: condensed; line-height: .96; letter-spacing: -.035em; }
h1 { max-width: 920px; margin-bottom: 2rem; font-size: clamp(4rem, 8.6vw, 8.2rem); }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.8rem, 5.2vw, 5.2rem); }
h3 { font-size: 2rem; }
.hero-lead { max-width: 720px; color: #c2cbd0; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.5rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .9rem 1.3rem; border: 1px solid transparent; border-radius: 999px; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover, .button-primary:focus-visible { background: var(--orange-light); }
.button-secondary { border-color: var(--line); background: transparent; }
.hero-mark { position: relative; width: min(32vw, 360px); aspect-ratio: 1; margin: auto; display: grid; place-items: center; }
.orbit { position: absolute; inset: 0; border: 1px solid rgba(240, 75, 15, .45); border-radius: 50%; }
.orbit-one { animation: spin 14s linear infinite; transform: scaleY(.55) rotate(25deg); }
.orbit-two { animation: spin-reverse 18s linear infinite; transform: scaleX(.55) rotate(-35deg); }
.orbit::after { content: ""; position: absolute; width: 17px; height: 17px; border-radius: 50%; background: var(--orange); top: 9%; left: 20%; box-shadow: 0 0 35px var(--orange); }
.core { display: grid; width: 40%; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--orange-light); background: #161b1f; font-size: clamp(1.5rem, 4vw, 3.5rem); font-weight: 900; letter-spacing: -.08em; box-shadow: 0 0 0 1px var(--line), 0 20px 80px rgba(0,0,0,.5); }
@keyframes spin { to { transform: scaleY(.55) rotate(385deg); } }
@keyframes spin-reverse { to { transform: scaleX(.55) rotate(-395deg); } }
.section { max-width: var(--max); margin: auto; padding: 8rem 2rem; border-top: 1px solid var(--line); }
.section-heading { max-width: 850px; margin-bottom: 4rem; }
.section-heading > p:last-child { max-width: 660px; color: var(--muted); font-size: 1.2rem; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 2.4rem; background: var(--ink); transition: background .2s, transform .2s; }
.service-card:hover { background: #171c20; }
.service-card-wide { grid-column: span 2; }
.service-number { color: var(--orange); font-weight: 800; }
.service-card h3 { margin: 4rem 0 1rem; font-size: clamp(2.3rem, 4vw, 4rem); }
.service-card p { max-width: 540px; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.process-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 1rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.process-list li > span { color: var(--orange); font-weight: 800; }
.process-list h3 { margin-bottom: .7rem; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.6; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.product-grid article { display: flex; min-height: 330px; flex-direction: column; padding: 2rem; border: 1px solid var(--line); background: var(--ink-soft); }
.product-state { align-self: flex-start; padding: .4rem .7rem; border-radius: 999px; color: #ffb091; background: rgba(240,75,15,.12); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.product-grid h3 { margin: auto 0 1rem; font-size: 3rem; }
.product-grid p { color: var(--muted); line-height: 1.5; }
.product-grid a { color: var(--orange-light); }
.domain-list { display: flex; flex-wrap: wrap; gap: .4rem; color: var(--muted); font-size: .85rem; }
.domain-list span { padding: .35rem .55rem; border: 1px solid var(--line); }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; align-items: end; padding: 8rem max(calc((100vw - var(--max)) / 2 + 2rem), 2rem); color: var(--ink); background: var(--paper); }
.contact-actions a { display: inline-block; color: var(--orange); font-size: clamp(1.5rem, 3vw, 3rem); font-weight: 800; }
.contact-actions p { color: #4c565d; line-height: 1.55; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: 3.5rem max(4vw, 1.25rem); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem 1.5rem; font-size: .9rem; }
.footer-links a, .footer-links button { color: var(--muted); background: none; border: 0; padding: 0; font: inherit; text-decoration: none; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: white; }
.site-footer > p { grid-column: 1 / -1; margin: 0; color: #778189; font-size: .82rem; }
.consent-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: end center; padding: 1.25rem; background: rgba(0,0,0,.67); }
.consent-backdrop[hidden] { display: none; }
.consent-dialog { width: min(720px, 100%); padding: 2rem; border: 1px solid var(--line); border-radius: 20px; background: #171c20; box-shadow: 0 25px 90px rgba(0,0,0,.55); }
.consent-dialog h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
.consent-dialog > p:not(.eyebrow) { color: var(--muted); line-height: 1.55; }
.consent-status { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; margin: 1.5rem 0; border: 1px solid var(--line); border-radius: 12px; }
.consent-status > span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: white; background: var(--orange); }
.consent-status small { display: block; margin-top: .2rem; color: var(--muted); }
.consent-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.consent-actions a { color: var(--muted); }

@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; inset: 84px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 1.5rem; border-bottom: 1px solid var(--line); background: #101316; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .75rem; }
  .hero { grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-mark { width: min(75vw, 330px); }
  .process-section, .contact-section { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .brand img { width: 230px; }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero, .section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-wide { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit { animation: none; }
}
