@font-face {
  font-family: "Inter";
  src: url("assets/fonts/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --text-on-dark: #c9cfcb;
  --rule-on-dark: #627074;
  --rule-on-light: #bbc3bf;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body {
  margin: 0;
  background: var(--maritus-mineral);
  color: var(--maritus-carbon);
  font: 18px/1.6 var(--maritus-body);
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 6px; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3 { margin: 0; }
p + p { margin-top: 20px; }
h1, h2, h3 { font-family: var(--maritus-display); font-weight: 500; }
.container { width: min(calc(100% - 112px), var(--maritus-max-width)); margin-inline: auto; }
.skip-link { position: absolute; left: 24px; top: -100px; z-index: 10; padding: 12px 20px; background: var(--maritus-mineral); }
.skip-link:focus { top: 16px; }

/* Identity and navigation */
.header { background: var(--maritus-carbon); color: var(--maritus-mineral); }
.header-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid #344043; }
.brand { flex-shrink: 0; display: inline-block; }
.header .brand img { width: 232px; }
.header nav { display: flex; gap: 32px; font-size: 14px; }
.header nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.header nav a:hover { text-decoration: underline; }
.header nav span { margin-left: 8px; color: var(--maritus-signal); }

/* Introduction */
.hero { background: var(--maritus-carbon); color: var(--maritus-mineral); }
.hero-inner { padding-block: 76px 28px; }
.eyebrow { font-size: 12px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; }
h1 { font-size: clamp(44px, 6.2vw, 88px); line-height: 1.03; letter-spacing: -.035em; margin: 32px 0 38px; }
.hero-bottom { max-width: 780px; }
h1 > span { display: block; overflow-wrap: anywhere; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px; margin-top: 28px; }
.primary-action { display: inline-flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 52px; padding: 14px 20px; background: var(--maritus-mineral); color: var(--maritus-carbon); border-left: 3px solid var(--maritus-signal); font-size: 16px; font-weight: 600; line-height: 1.5; text-decoration: none; }
.primary-action:hover { background: var(--maritus-white); }
.primary-action:focus-visible { outline-color: var(--maritus-mineral); }
.hero-bottom > p { max-width: 700px; font-size: 19px; color: var(--text-on-dark); }
.text-link { display: inline-flex; gap: 24px; align-items: center; min-height: 44px; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 8px; font-size: 14px; white-space: nowrap; }
.text-link:hover span { transform: translateY(3px); }
.text-link span { color: var(--maritus-signal); transition: transform .2s; }
.hero-line { position: relative; height: 1px; background: var(--rule-on-dark); margin-top: 56px; }
.hero-line span, .hero-line::after { position: absolute; width: 9px; height: 9px; background: var(--maritus-signal); top: -4px; }
.hero-line span { left: 0; }
.hero-line::after { content: ""; right: 0; }
.hero-caption { display: flex; justify-content: space-between; gap: 24px; margin-top: 15px; font-size: 12px; color: var(--text-on-dark); }

/* Open editorial sections */
.section { padding-block: 96px; }
.split { display: grid; grid-template-columns: 5fr 7fr; gap: 80px; }
.split > div { min-width: 0; }
h2 { max-width: 17ch; font-size: clamp(32px, 3.5vw, 48px); line-height: 1.1; letter-spacing: -.025em; margin-top: 22px; text-wrap: balance; }
.section-intro > p:not(.eyebrow) { margin-top: 28px; max-width: 380px; }
.section-intro .aside-note { font-size: 15px; padding-top: 24px; border-top: 1px solid var(--rule-on-light); }
.service-list { position: relative; border-left: 1px solid var(--maritus-carbon); padding-left: 28px; }
.service { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 30px 0; border-bottom: 1px solid #c4cbc5; }
.service:first-child { padding-top: 0; }
.service:last-child { border-bottom: 0; padding-bottom: 0; }
.service-label { text-transform: uppercase; font-size: 12px; font-weight: 650; letter-spacing: .08em; position: relative; padding-top: 5px; }
.node { position: absolute; left: -33px; top: 9px; width: 9px; height: 9px; background: var(--maritus-signal); }
.service h3 { font-size: 23px; line-height: 1.3; letter-spacing: -.015em; margin-bottom: 14px; }
.service p:not(.service-label):not(.service-note) { font-size: 17px; line-height: 1.6; }
.service .service-note { font-size: 13px; margin-top: 12px; }

/* The through-line connects the five delivery stages. */
.approach { background: var(--maritus-white); }
.approach-copy { padding-top: 37px; }
.process-intro { margin-top: 40px; font-size: 14px; }
.process { list-style: none; padding: 0; margin: 32px 0 0; display: grid; grid-template-columns: repeat(5, 1fr); }
.process li { padding: 28px 26px 0 0; position: relative; }
.process li::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--maritus-carbon); }
.process li:last-child::before { display: none; }
.process li::after { content: ""; position: absolute; top: -4px; left: 0; height: 9px; width: 9px; background: var(--maritus-signal); }
.step-number { font-size: 12px; font-variant-numeric: tabular-nums; }
.process h3 { font-size: 23px; letter-spacing: -.015em; margin: 10px 0; }
.process p { font-size: 16px; line-height: 1.6; max-width: 200px; }
.technology-note { display: grid; grid-template-columns: 5fr 7fr; gap: 80px; margin-top: 48px; padding-top: 32px; border-top: var(--maritus-rule); }
.technology-note h3 { max-width: 24ch; font-size: 25px; line-height: 1.25; letter-spacing: -.015em; }
.technology-note p { font-size: 16px; line-height: 1.6; }

/* Contact and formal company details */
.contact { background: var(--maritus-carbon); color: var(--maritus-mineral); }
.contact-copy { align-self: end; max-width: 490px; }
.contact-copy > p { color: var(--text-on-dark); }
.contact-copy > .primary-action { margin-top: 24px; }
.contact-link { display: inline-flex; align-items: center; max-width: 100%; gap: 20px; font-size: 18px; margin-top: 18px; padding-block: 8px; min-height: 44px; border-bottom: 2px solid var(--maritus-signal); text-decoration: none; }
.email-address { min-width: 0; overflow-wrap: anywhere; }
.contact-link > [aria-hidden] { flex-shrink: 0; }
.contact-link:hover { border-bottom-color: var(--maritus-mineral); }
.footer { padding-block: 32px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer p { font-size: 12px; margin: 0; }
.footer .legal { text-align: right; font-variant-numeric: tabular-nums; }

/* Tablet: preserve reading width rather than squeezing service columns. */
@media (max-width: 1050px) {
  .container { width: calc(100% - 64px); }
  .split { gap: 40px; grid-template-columns: 4fr 6fr; }
  .service { grid-template-columns: 1fr; gap: 10px; }
  .process li { padding-right: 18px; }
}

/* Mobile: all navigation remains visible; every service gets the full column. */
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .header-inner { flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 22px; padding-bottom: 8px; }
  .header .brand img { width: 180px; }
  .header nav { width: 100%; justify-content: space-between; gap: 16px; font-size: 13px; }
  .hero-inner { padding-top: 44px; }
  h1 { font-size: clamp(36px, 9vw, 60px); line-height: 1.04; margin-top: 28px; letter-spacing: -.03em; }
  .hero-bottom { display: block; }
  .hero-bottom > p { font-size: 18px; }
  .hero-actions { gap: 16px 24px; }
  .hero-actions .text-link { margin-top: 0; }
  .technology-note { grid-template-columns: 1fr; gap: 16px; margin-top: 36px; padding-top: 28px; }
  .hero-line { margin-top: 40px; }
  .hero-caption { gap: 16px; }
  .hero-caption span { max-width: 48%; text-wrap: balance; }
  .hero-caption span:last-child { text-align: right; }
  .section { padding-block: 64px; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  h2 { font-size: clamp(32px, 8vw, 38px); }
  .section-intro > p:not(.eyebrow) { max-width: 560px; }
  .section-intro .aside-note { margin-top: 20px; }
  .service-list { margin-left: 5px; }
  .service h3 { font-size: 23px; }
  .approach-copy { padding-top: 0; }
  .process { grid-template-columns: 1fr; margin-top: 36px; margin-left: 4px; }
  .process li { padding: 0 0 28px 28px; display: grid; grid-template-columns: 28px 1fr; column-gap: 12px; }
  .process li:last-child { padding-bottom: 0; }
  .process li::before { top: 9px; bottom: -9px; width: 1px; height: auto; right: auto; }
  .process li::after { left: -4px; top: 9px; }
  .step-number { padding-top: 5px; }
  .process h3 { margin: 0 0 8px; }
  .process p { grid-column: 2; max-width: 350px; }
  .footer-inner { flex-wrap: wrap; gap: 20px; }
  .footer-inner > p:not(.legal) { width: 100%; order: 3; }
  .contact-link { font-size: 19px; gap: 16px; }
}
@media (max-width: 420px) {
  .footer-inner { display: grid; grid-template-columns: 1fr; gap: 18px; }
  .footer .legal { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .text-link span { transition: none; }
}
@media print {
  body { font-size: 11pt; }
  .header nav, .text-link, .skip-link, .primary-action { display: none; }
  .container { width: 100%; }
  .section { padding-block: 28px; }
  .hero-inner { padding-block: 24px; }
  h1 { font-size: 42pt; }
  h2 { font-size: 24pt; }
  .hero, .header, .contact { background: white; color: var(--maritus-carbon); }
  .hero-bottom > p, .contact-copy > p, .hero-caption { color: var(--maritus-carbon); }
  .service, .process li { break-inside: avoid; }
  .header .brand { display: none; }
  .header-inner { min-height: 0; }
  .split { gap: 28px; }
  .footer { padding-block: 20px; }
}
