:root {
  --ink: #112e35;
  --ink-soft: #34515a;
  --paper: #f7faf8;
  --white: #ffffff;
  --mint: #bdebd4;
  --lime: #d9f99d;
  --line: #cbdad6;
  --blue: #16697a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: #fff; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .72rem; width: fit-content; font: 800 1.3rem/1 "Manrope", sans-serif; text-decoration: none; letter-spacing: -.04em; }
.brand-mark { display: flex; align-items: flex-end; gap: 3px; width: 28px; height: 24px; }
.brand-mark i { display: block; width: 7px; border-radius: 999px; background: var(--ink); transform: rotate(24deg); }
.brand-mark i:nth-child(1) { height: 13px; }
.brand-mark i:nth-child(2) { height: 21px; background: var(--blue); }
.brand-mark i:nth-child(3) { height: 16px; background: #6cc5a2; }
nav { display: flex; gap: 2.3rem; }
nav a, .header-cta { font-size: .92rem; font-weight: 600; text-decoration: none; }
nav a { color: var(--ink-soft); }
nav a:hover { color: var(--ink); }
.header-cta { justify-self: end; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 3rem;
}
.intro { margin: 0 0 1.6rem; color: var(--blue); font-weight: 700; font-size: .9rem; letter-spacing: .01em; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 730px; margin: 0; font-size: clamp(3.5rem, 6.7vw, 6.4rem); line-height: .95; letter-spacing: -.07em; }
.hero-text { max-width: 630px; margin: 2rem 0 0; font-size: 1.17rem; line-height: 1.72; color: var(--ink-soft); }
.hero-actions { margin-top: 2.25rem; display: flex; align-items: center; gap: 1.7rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 1.45rem; border-radius: 4px; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--blue); }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.hero-visual { position: relative; aspect-ratio: 1; max-width: 500px; justify-self: end; width: 100%; overflow: hidden; background: var(--mint); border-radius: 50%; }
.orbit { position: absolute; border: 1px solid rgba(17, 46, 53, .25); border-radius: 50%; }
.orbit-large { inset: 13%; }
.orbit-small { inset: 30%; }
.signal { position: absolute; width: 23%; aspect-ratio: 1; background: var(--ink); border-radius: 50%; }
.signal-one { top: 7%; right: 22%; }
.signal-two { bottom: 15%; left: 5%; background: var(--lime); border: 1px solid rgba(17,46,53,.15); }
.signal-three { width: 9%; bottom: 29%; right: 8%; background: var(--blue); }
.visual-word { position: absolute; inset: 0; display: grid; place-items: center; font: 800 clamp(2.2rem, 5vw, 4.5rem)/1 "Manrope", sans-serif; letter-spacing: -.06em; transform: rotate(-9deg); }
.statement { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; padding: 2rem max(20px, calc((100vw - 1180px) / 2)); background: var(--ink); color: #fff; }
.statement p { margin: 0; padding: 1rem 2.2rem; font: 600 1rem/1.5 "Manrope", sans-serif; border-left: 1px solid rgba(255,255,255,.2); }
.statement p:first-child { padding-left: 0; border-left: 0; }
.services { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 8.5rem 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: end; margin-bottom: 5rem; }
.section-heading h2, .about h2, .contact h2 { margin: 0; font-size: clamp(2.5rem, 4.7vw, 4.7rem); line-height: 1.03; letter-spacing: -.06em; }
.section-heading p { margin: 0; color: var(--ink-soft); font-size: 1.1rem; line-height: 1.75; }
.service-list { border-top: 1px solid var(--ink); }
.service-list article { display: grid; grid-template-columns: 90px 1fr; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.service-list article > span { color: var(--blue); font-weight: 700; }
.service-list article > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.service-list h3 { margin: 0; font-size: 1.45rem; letter-spacing: -.03em; }
.service-list p { margin: 0; max-width: 560px; color: var(--ink-soft); line-height: 1.7; }
.about { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7rem; padding: 8rem max(20px, calc((100vw - 1180px) / 2)); background: var(--white); }
.about-main > p:last-child { max-width: 720px; margin: 2.3rem 0 0; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.8; }
.company-data { align-self: end; border-top: 4px solid var(--mint); padding-top: 1.5rem; }
.company-data h3 { margin: 0 0 1.4rem; font-size: 1.25rem; }
.company-data dl { margin: 0; }
.company-data dl > div { display: grid; grid-template-columns: 1fr 1.25fr; gap: 1rem; padding: .9rem 0; border-top: 1px solid var(--line); }
.company-data dt { color: var(--ink-soft); font-size: .87rem; }
.company-data dd { margin: 0; font-weight: 600; font-size: .91rem; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: .5rem; border-radius: 50%; background: #2ea66f; }
.contact { display: flex; align-items: end; justify-content: space-between; gap: 3rem; padding: 7.5rem max(20px, calc((100vw - 1180px) / 2)); background: var(--blue); color: #fff; }
.contact .intro { color: var(--mint); }
.contact h2 { max-width: 850px; }
.button-light { flex: 0 0 auto; background: var(--lime); color: var(--ink); }
footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 150px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2.5rem; color: var(--ink-soft); font-size: .82rem; }
footer p { margin: 0; }
.brand-footer { color: var(--ink); }

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: auto; padding: 5rem 0; grid-template-columns: 1fr; }
  .hero-visual { justify-self: start; max-width: 430px; }
  .statement { grid-template-columns: 1fr; padding-top: 1.3rem; padding-bottom: 1.3rem; }
  .statement p, .statement p:first-child { padding: .9rem 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .statement p:first-child { border-top: 0; }
  .section-heading, .about { grid-template-columns: 1fr; gap: 3rem; }
  .services { padding: 6rem 0; }
  .about { padding-top: 6rem; padding-bottom: 6rem; }
  .service-list article > div { grid-template-columns: 1fr; gap: .8rem; }
  .contact { align-items: start; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: 1rem; padding: 2.8rem 0; }
}

@media (max-width: 560px) {
  .site-header, .hero, .services, footer { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 78px; }
  .header-cta { display: none; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { max-width: 360px; }
  .section-heading { gap: 1.5rem; margin-bottom: 3rem; }
  .service-list article { grid-template-columns: 46px 1fr; }
  .company-data dl > div { grid-template-columns: 1fr; gap: .35rem; }
}

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

:focus-visible { outline: 3px solid #f1c453; outline-offset: 4px; }
