@font-face {
  font-family: Poppins;
  src: url('/assets/fonts/Poppins-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('/assets/fonts/Poppins-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
}

:root {
  --teal: #008da8;
  --teal-dark: #007489;
  --navy: #052133;
  --ink: #052133;
  --muted: #536975;
  --pale: #f2f7f8;
  --line: #d8e4e7;
  --white: #fff;
  --container: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Poppins, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: var(--teal-dark); text-underline-offset: 3px; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 8px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--navy);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f1bd42; outline-offset: 3px; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 100px 0; }
.eyebrow {
  margin: 0 0 12px;
  color: #a7e5ef;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.teal { color: var(--teal-dark); }
h1, h2, h3 { margin-top: 0; line-height: 1.12; text-wrap: balance; }
h2 { margin-bottom: 24px; font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.035em; }
h3 { letter-spacing: -.018em; }
p { text-wrap: pretty; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 3px 16px rgba(5, 33, 51, .05);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 auto; }
.brand img { width: 220px; height: auto; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 28px; }
.site-nav a { color: var(--ink); font-size: .9rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover { color: var(--teal-dark); }
.site-nav .nav-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  color: #fff;
  background: var(--teal);
  border: 1px solid var(--teal);
}
.site-nav .nav-button:hover { color: #fff; background: var(--teal-dark); }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 660px;
  display: grid;
  align-items: center;
  color: #fff;
  background: var(--navy) url('/assets/hero/1.jpg') center 50% / cover no-repeat;
}
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(5, 33, 51, .78); }
.hero-inner { padding-top: 78px; padding-bottom: 84px; }
.hero-copy { max-width: 790px; }
.hero h1 { max-width: 780px; margin-bottom: 26px; font-size: clamp(3rem, 6.2vw, 5.35rem); letter-spacing: -.055em; }
.hero-lead { max-width: 700px; margin: 0 0 10px; color: #f1f7f8; font-size: clamp(1.15rem, 2vw, 1.42rem); }
.hero-support { max-width: 680px; margin: 0; color: #c7d8dd; font-size: 1.02rem; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--teal); border-color: var(--teal); }
.button-primary:hover { color: #fff; background: var(--teal-dark); border-color: var(--teal-dark); }
.text-link { font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 7px; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: #fff; border-bottom: 1px solid rgba(255,255,255,.55); }

.intro-strip { border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.intro-grid p { min-height: 116px; margin: 0; padding: 27px 32px 24px 0; }
.intro-grid p + p { padding-left: 32px; border-left: 1px solid var(--line); }
.intro-grid strong, .intro-grid span { display: block; }
.intro-grid strong { margin-bottom: 3px; }
.intro-grid span { color: var(--muted); font-size: .91rem; line-height: 1.5; }

.section-split { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(54px, 8vw, 110px); }
.section-intro > p:last-child { max-width: 560px; color: var(--muted); font-size: 1.06rem; }
.service-list { border-top: 2px solid var(--navy); }
.service-row { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.service-number { padding-top: 3px; color: var(--teal-dark); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.service-row h3 { margin-bottom: 11px; font-size: 1.55rem; }
.service-row p { margin: 0 0 12px; color: var(--muted); }
.service-row .service-output { margin: 0; font-size: .91rem; }
.service-output strong { color: var(--ink); }

.use-cases { color: #fff; background: var(--navy); }
.use-case-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.use-case-layout h2 { margin-bottom: 0; }
.plain-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.28); }
.plain-list li { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.plain-list strong, .plain-list span { display: block; }
.plain-list strong { margin-bottom: 3px; font-size: 1.08rem; }
.plain-list span { color: #bcd0d6; font-size: .94rem; }

.work { background: #fff; }
.section-heading-wide { margin-bottom: 62px; display: block; }
.section-heading-wide h2 { max-width: 720px; margin-bottom: 0; }
.section-heading-wide > p { max-width: 850px; margin: 22px 0 0; color: var(--muted); }
.case-study { display: block; padding: 72px 0; border-top: 1px solid var(--line); }
.case-copy { max-width: 850px; }
.case-kicker { margin: 0 0 13px; color: var(--teal-dark); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.case-copy h3 { margin-bottom: 20px; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.case-copy > p:not(.case-kicker), .case-copy li { color: var(--muted); }
.case-copy ul { margin: 24px 0 0; padding: 18px 0 0 19px; border-top: 1px solid var(--line); }
.case-copy li { margin: 6px 0; padding-left: 3px; }
.example-box { margin-top: 34px; background: var(--pale); border: 1px solid #b8cbd0; border-top: 4px solid var(--teal); }
.example-label { margin: 0 0 19px; color: var(--teal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.example-label { padding: 15px 18px 0; }
.example-disclaimer { white-space: nowrap; }
.scroll-hint { display: none; }
.table-scroll { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: .76rem; white-space: nowrap; }
.data-table th { padding: 11px 14px; color: #fff; background: var(--navy); font-size: .66rem; letter-spacing: .035em; text-align: left; }
.data-table td { padding: 13px 14px; color: var(--ink); border-bottom: 1px solid #c7d7db; }
.data-table tbody tr:last-child td { border-bottom: 0; }
.data-table tbody tr:hover { background: #eff8f9; }
.example-note { margin: 0; padding: 11px 18px; color: var(--muted); border-top: 1px solid #c7d7db; font-size: .78rem; }

.process { background: var(--pale); }
.process-layout { display: grid; grid-template-columns: minmax(270px, .75fr) minmax(0, 1.25fr); gap: clamp(55px, 8vw, 110px); }
.process-list { list-style: none; margin: 0; padding: 0; counter-reset: process; }
.process-list li { display: grid; grid-template-columns: 46px 1fr; gap: 22px; padding: 0 0 27px; position: relative; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 38px; bottom: 5px; left: 18px; width: 1px; background: #b9cdd2; }
.process-list li > span { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--teal); border-radius: 50%; font-size: .85rem; font-weight: 800; }
.process-list h3 { margin: 2px 0 5px; font-size: 1.13rem; }
.process-list p { margin: 0; color: var(--muted); }

.about { color: #fff; background: var(--teal-dark); }
.about-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: clamp(60px, 10vw, 140px); }
.about-layout h2 { margin-bottom: 0; }
.about-copy { padding-top: 2px; }
.about-copy p { margin: 0 0 18px; color: #e4f4f6; }
.about-copy strong { color: #fff; }

.contact { color: #fff; background: var(--navy); }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 125px); align-items: start; }
.contact-copy h2 { margin-bottom: 20px; }
.contact-copy > p { color: #c6d7dc; font-size: 1.03rem; }
.contact-copy a { color: #fff; font-weight: 750; }
.contact-form { padding: 38px; color: var(--ink); background: #fff; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 6px; font-size: .88rem; font-weight: 750; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fff; border: 1px solid #aebfc4; border-radius: 2px; }
.field input:focus, .field textarea:focus { border-color: var(--teal); outline: 3px solid rgba(0, 141, 168, .2); }
.honeypot { position: absolute; left: -10000px; opacity: 0; pointer-events: none; }
.privacy-check { margin: 2px 0 22px; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .83rem; }
.privacy-check input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; }
.form-status { min-height: 1.4em; margin: 14px 0 0; color: var(--muted); font-size: .84rem; }
.form-status.success { color: var(--teal-dark); }
.form-status.error { color: #a43838; }
.contact-form button:disabled { opacity: .65; cursor: wait; transform: none; }

.site-footer { padding: 34px 0; color: #9db0b7; background: #031722; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.footer-inner > img { width: 180px; flex: 0 0 auto; }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px 22px; font-size: .78rem; }
.footer-meta a { color: #fff; white-space: nowrap; }
.copyright { color: #9db0b7; white-space: nowrap; }

@media (max-width: 980px) {
  .header-inner { min-height: 76px; align-items: center; }
  .brand img { width: 190px; }
  .site-nav { gap: 18px; }
  .site-nav a:not(.nav-button) { display: none; }
  .hero { min-height: 600px; }
  .section-split, .process-layout { grid-template-columns: 1fr; gap: 46px; }
  .section-intro { max-width: 720px; }
  .section-heading-wide { grid-template-columns: 1fr; gap: 20px; }
  .section-heading-wide > p { max-width: 680px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { max-width: 640px; }
  .footer-inner { gap: 24px; }
  .footer-meta { justify-content: flex-end; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 68px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 68px; }
  .brand img { width: 158px; }
  .site-nav .nav-button { min-height: 42px; padding: 7px 11px; font-size: .78rem; }
  .hero { min-height: 620px; background-position: 58% center; }
  .hero::before { background: rgba(5, 33, 51, .84); }
  .hero-inner { padding-top: 66px; padding-bottom: 68px; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .intro-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .intro-grid p { min-height: auto; padding: 18px 0; }
  .intro-grid p + p { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .use-case-layout, .about-layout { grid-template-columns: 1fr; gap: 40px; }
  .case-study { padding: 55px 0; }
  .example-box { margin-inline: -5px; }
  .example-label { padding-inline: 12px; font-size: .66rem; letter-spacing: .08em; }
  .scroll-hint { display: block; margin: 0; padding: 8px 12px 6px; color: var(--muted); border-top: 1px solid #c7d7db; border-bottom: 1px solid #c7d7db; font-size: .62rem; text-align: right; white-space: nowrap; }
  .example-note { padding-top: 8px; border-top: 0; }
  .data-table { min-width: 760px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
  .footer-inner { align-items: center; flex-direction: column; gap: 18px; }
  .footer-meta { width: 100%; justify-content: center; gap: 8px 14px; font-size: .72rem; text-align: center; }
}

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