:root {
  --ink: #06101f;
  --ink-2: #0b1830;
  --blue: #0d63ff;
  --blue-light: #70a9ff;
  --white: #ffffff;
  --paper: #f3f6fa;
  --muted: #637083;
  --line: #dce3ec;
  --font-display: "Barlow Condensed", Impact, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 82px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 40; color: white; background: rgba(6,16,31,.96); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; text-transform: uppercase; line-height: 1; }
.brand-mark { font-family: var(--font-display); font-size: 2.45rem; font-weight: 800; letter-spacing: -.08em; font-style: italic; background: linear-gradient(135deg,#fff 22%,#8998aa 47%,#1470ff 48%,#0246c5 77%,#fff 78%); -webkit-background-clip: text; color: transparent; padding-right: .1em; }
.brand-copy { display: flex; flex-direction: column; font-family: var(--font-display); font-weight: 600; font-size: 1rem; letter-spacing: .18em; }
.brand-copy small { color: var(--blue-light); font-size: .65rem; letter-spacing: .35em; margin-top: .3rem; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .9rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: white; }
.nav-call { border: 1px solid var(--blue); padding: .7rem 1rem; color: white; }
.menu-button { display: none; }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 52% 48%; background: var(--ink); color: white; overflow: hidden; }
.hero-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6vw, 7rem); }
.eyebrow, .section-kicker { text-transform: uppercase; font-size: .78rem; letter-spacing: .2em; font-weight: 700; color: var(--blue); }
.eyebrow { display: flex; align-items: center; gap: .8rem; }
.eyebrow span { width: 36px; height: 3px; background: var(--blue); display: inline-block; }
h1, h2, h3 { font-family: var(--font-display); text-transform: uppercase; line-height: .96; margin: 0; }
h1 { font-size: clamp(4.5rem, 8.3vw, 9rem); letter-spacing: -.035em; max-width: 780px; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 610px; margin: 2rem 0; color: #bdc8d7; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .85rem 1.25rem; text-decoration: none; text-transform: uppercase; font-family: var(--font-display); font-weight: 700; letter-spacing: .08em; }
.button.primary { background: var(--blue); color: white; }
.button.primary:hover { background: #2a77ff; }
.button.secondary { border: 1px solid #5a6677; color: white; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2.4rem; color: #aebacc; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-badges span::before { content: "✓"; color: var(--blue-light); margin-right: .45rem; }
.hero-media { position: relative; min-height: 620px; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,var(--ink) 0%,transparent 18%), linear-gradient(0deg,rgba(6,16,31,.42),transparent 38%); pointer-events: none; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: 100% 0%; transform: scale(1.18); transform-origin: top right; }
.media-card { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; padding: 1.2rem 1.4rem; color: white; background: rgba(6,16,31,.9); border-left: 4px solid var(--blue); text-transform: uppercase; }
.media-card strong, .media-card span { display: block; font-family: var(--font-display); letter-spacing: .08em; }
.media-card span { color: var(--blue-light); }

.section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); }
.intro { background: white; }
.intro-grid { margin-top: 1.4rem; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
h2 { font-size: clamp(3rem, 5vw, 5.8rem); letter-spacing: -.025em; }
.intro-grid p { color: var(--muted); max-width: 660px; }
.intro-grid .large-copy { color: var(--ink); font-size: 1.35rem; line-height: 1.55; margin-top: .3rem; }

.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2 { margin-top: 1rem; max-width: 850px; }
.section-heading > p { color: var(--muted); margin: 0 0 .6rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbd4df; border-left: 1px solid #cbd4df; }
.service-card { min-height: 285px; padding: 2rem; background: white; border-right: 1px solid #cbd4df; border-bottom: 1px solid #cbd4df; display: flex; flex-direction: column; }
.service-card.featured { box-shadow: inset 0 5px 0 var(--blue); }
.service-card.dark { background: var(--ink); color: white; }
.service-number { color: var(--blue); font-family: var(--font-display); font-weight: 700; letter-spacing: .1em; }
.service-card h3 { margin-top: auto; font-size: 2rem; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.service-card.dark p { color: #b6c0cf; }

.process { padding: 0; display: grid; grid-template-columns: 48% 52%; min-height: 720px; background: var(--ink); color: white; }
.process-visual { overflow: hidden; min-height: 620px; }
.process-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 100% 70%; transform: scale(1.35); transform-origin: bottom right; }
.process-copy { padding: clamp(4rem, 7vw, 7rem); align-self: center; }
.section-kicker.light { color: var(--blue-light); }
.process-copy h2 { margin: 1rem 0 2.5rem; }
.process ol { list-style: none; padding: 0; margin: 0; }
.process li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid #31405a; }
.process li > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--blue); color: var(--blue-light); font-family: var(--font-display); font-size: 1.2rem; }
.process li strong { font-family: var(--font-display); text-transform: uppercase; font-size: 1.35rem; letter-spacing: .04em; }
.process li p { color: #aeb9ca; margin: .2rem 0 0; }

.area { display: grid; grid-template-columns: 1fr .65fr auto; gap: 4rem; align-items: end; border-bottom: 1px solid var(--line); }
.area h2 { margin-top: 1rem; font-size: clamp(3rem, 4.5vw, 5rem); }
.area > p { color: var(--muted); margin-bottom: .5rem; }
.text-link { color: var(--blue); font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.text-link span { font-size: 1.6rem; }

.contact { text-align: center; background: linear-gradient(135deg,#f7f9fc 0%,#eaf1fa 100%); }
.contact .eyebrow { justify-content: center; }
.contact h2 { max-width: 980px; margin: 1.2rem auto; }
.contact > p { color: var(--muted); }
.contact-actions { max-width: 920px; margin: 3rem auto 0; display: grid; grid-template-columns: .7fr 1.3fr; border: 1px solid #ccd6e2; background: white; }
.contact-actions a { padding: 1.5rem; text-decoration: none; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.contact-actions a + a { border-left: 1px solid #ccd6e2; }
.contact-actions small { color: var(--blue); text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
.contact-actions strong { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(1.2rem, 2vw, 1.8rem); overflow-wrap: anywhere; }

footer { padding: 2.2rem clamp(1.25rem, 6vw, 7rem); background: var(--ink); color: #9facbd; display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: center; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-brand { color: white; }
.footer-brand .brand-mark { font-size: 1.8rem; }
.footer-brand .brand-copy { font-size: .75rem; }
.mobile-call { display: none; }

@media (max-width: 1000px) {
  nav { gap: 1rem; }
  .hero { grid-template-columns: 58% 42%; }
  .hero-copy { padding: 5rem 2.2rem; }
  .section-heading, .area { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: 40% 60%; }
  footer { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 760px) {
  body { padding-bottom: 62px; }
  .site-header { height: 70px; padding: 0 1.1rem; }
  .brand-mark { font-size: 2rem; }
  .brand-copy { font-size: .8rem; }
  .menu-button { display: block; background: transparent; border: 1px solid #536074; color: white; padding: .55rem .75rem; text-transform: uppercase; font: 700 .8rem var(--font-body); letter-spacing: .08em; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 70px; padding: 1.2rem; background: var(--ink); border-top: 1px solid #26354d; flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  nav a { padding: .5rem 0; }
  .nav-call { text-align: center; padding: .8rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 4.5rem 1.25rem 3rem; }
  h1 { font-size: clamp(4rem, 21vw, 6.4rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-media { min-height: 470px; }
  .hero-media::after { background: linear-gradient(0deg,rgba(6,16,31,.55),transparent 45%); }
  .hero-media > img { transform: scale(1.1); }
  .media-card { right: 1rem; bottom: 1rem; }
  .section { padding: 4.5rem 1.25rem; }
  .intro-grid { grid-template-columns: 1fr; gap: 2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .process { grid-template-columns: 1fr; }
  .process-visual { min-height: 460px; }
  .process-copy { padding: 4rem 1.25rem; }
  .area { align-items: start; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-actions a + a { border-left: 0; border-top: 1px solid #ccd6e2; }
  footer { padding: 2.5rem 1.25rem; }
  .mobile-call { position: fixed; display: flex; align-items: center; justify-content: center; left: 0; right: 0; bottom: 0; z-index: 50; height: 62px; background: var(--blue); color: white; text-decoration: none; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; font-size: 1.15rem; box-shadow: 0 -6px 20px rgba(0,0,0,.2); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
