:root {
  --ink: #071827;
  --navy: #0b2b40;
  --blue: #174c66;
  --teal: #0c7c86;
  --aqua: #55c5c8;
  --lime: #dde85a;
  --paper: #f3f6f4;
  --mist: #dde8e8;
  --gray: #66757d;
  --line: #bdd0d3;
  --white: #ffffff;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, a { font-family: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  background: rgba(7, 24, 39, 0.94);
  color: var(--white);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.brand { display: inline-flex; align-items: center; gap: 13px; width: fit-content; }
.brand img { width: 38px; height: 52px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; font-size: 12px; line-height: 1.04; letter-spacing: .015em; }
.brand strong { font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav a { position: relative; padding: 31px 0 29px; font-size: 14px; color: #d8e5e7; }
.site-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 21px; background: var(--aqua); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; gap: 12px; align-items: center; color: var(--lime); font-size: 14px; font-weight: 700; }
.header-cta span, .button span, .contact-email span { font-size: 18px; transition: transform .2s ease; }
.header-cta:hover span, .button:hover span, .contact-email:hover span { transform: translate(3px,-3px); }
.menu-button { display: none; }

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  padding-top: 84px;
  background: var(--ink);
  color: var(--white);
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 86px max(50px, calc((100vw - var(--max)) / 2)); padding-right: 70px; }
.eyebrow { margin: 0 0 22px; color: var(--teal); font-size: 13px; line-height: 1; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow-light { color: var(--aqua); }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(58px, 5.25vw, 82px); line-height: .98; letter-spacing: -.045em; }
.hero-intro { max-width: 620px; margin: 34px 0 0; color: #cbdadd; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 800; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button-primary { background: var(--aqua); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.button-secondary { color: var(--white); border-color: #55707e; }
.button-secondary:hover { border-color: var(--white); }
.button-lime { width: fit-content; background: var(--lime); color: var(--ink); }
.button-lime:hover { background: var(--white); }
.region-line { display: flex; align-items: center; gap: 13px; margin-top: 62px; color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.region-line i { width: 20px; height: 1px; background: #526b78; }
.hero-media { position: relative; min-height: 676px; overflow: hidden; border-left: 18px solid var(--aqua); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,24,39,.16), transparent 35%), linear-gradient(0deg, rgba(7,24,39,.62), transparent 36%); pointer-events: none; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.hero-caption { position: absolute; z-index: 2; display: flex; flex-wrap: wrap; gap: 12px 22px; left: 34px; right: 34px; bottom: 30px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.42); }
.hero-caption span { color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.section { max-width: var(--max); margin: 0 auto; padding: 116px 28px; }
.section-dark { padding: 116px max(28px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--white); }
.section-heading { max-width: 850px; margin-bottom: 54px; }
.section-heading h2, .verbit h2, .delivery h2, .contact h2 { margin: 0; font-size: clamp(42px, 4.3vw, 64px); line-height: 1.02; letter-spacing: -.04em; }
.section-heading > p:last-child, .split-heading > p, .project-heading > p { color: var(--gray); font-size: 18px; line-height: 1.55; }
.split-heading, .project-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.split-heading > p, .project-heading > p { margin: 0 0 4px; }
.metrics { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics article { min-height: 156px; display: flex; flex-direction: column; justify-content: center; padding: 28px 30px; border-right: 1px solid var(--line); }
.metrics article:last-child { border-right: 0; }
.metrics strong { color: var(--teal); font-size: 32px; letter-spacing: -.035em; }
.metrics span { max-width: 210px; margin-top: 10px; color: var(--gray); font-size: 14px; line-height: 1.4; }

.capabilities { padding-top: 40px; }
.capability-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.capability-card { border-top: 3px solid var(--ink); padding-top: 16px; }
.capability-image { position: relative; height: 230px; overflow: hidden; border-radius: 18px; background: var(--paper); }
.capability-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.capability-card:hover img { transform: scale(1.035); }
.capability-image span { position: absolute; top: 14px; left: 14px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 12px; font-weight: 800; }
.capability-card h3 { margin: 25px 0 10px; font-size: 21px; letter-spacing: -.02em; }
.capability-card p { margin: 0; color: var(--gray); font-size: 15px; line-height: 1.55; }

.verbit { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.verbit-copy > p:not(.eyebrow) { color: #cbdadd; font-size: 18px; line-height: 1.6; }
.feature-list { list-style: none; padding: 0; margin: 30px 0 34px; }
.feature-list li { position: relative; padding: 13px 0 13px 23px; border-top: 1px solid rgba(255,255,255,.13); color: #ecf3f3; font-size: 15px; }
.feature-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 19px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.verbit-visual { min-width: 0; }
.visual-switcher { display: flex; gap: 8px; margin-bottom: 13px; }
.visual-switcher button, .project-filters button { border: 0; background: transparent; cursor: pointer; }
.visual-switcher button { padding: 10px 15px; border-radius: 3px; color: #b8cbd0; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.visual-switcher button.active { background: var(--teal); color: var(--white); }
.verbit-frame { min-height: 420px; display: flex; align-items: center; overflow: hidden; border-radius: 20px; background: var(--white); box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.verbit-frame img { width: 100%; height: auto; }

.project-heading { margin-bottom: 38px; }
.project-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.project-filters button { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--gray); font-size: 13px; font-weight: 700; }
.project-filters button:hover, .project-filters button.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.project-card { overflow: hidden; border: 1px solid #d7e1e1; border-radius: 18px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(7,24,39,.11); }
.project-image { height: 260px; overflow: hidden; background: var(--paper); }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover img { transform: scale(1.025); }
.project-body { padding: 24px; }
.project-meta { display: flex; justify-content: space-between; gap: 16px; color: var(--teal); font-size: 11px; line-height: 1.3; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.project-meta span:last-child { color: var(--gray); text-align: right; }
.project-card h3 { margin: 16px 0 10px; font-size: 25px; line-height: 1.1; letter-spacing: -.025em; }
.project-card p { margin: 0; color: var(--gray); font-size: 15px; line-height: 1.55; }

.delivery { display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: center; padding-top: 70px; }
.delivery-media { position: relative; min-height: 650px; overflow: hidden; border-radius: 24px; }
.delivery-media img { width: 100%; height: 650px; object-fit: cover; }
.delivery-label { position: absolute; left: 24px; bottom: 24px; padding: 14px 17px; background: var(--ink); color: var(--white); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.delivery-copy > p:not(.eyebrow) { color: var(--gray); font-size: 18px; line-height: 1.55; }
.delivery-copy ol { list-style: none; padding: 0; margin: 34px 0 0; }
.delivery-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); }
.delivery-copy li:last-child { border-bottom: 1px solid var(--line); }
.delivery-copy li > span { color: var(--teal); font-size: 13px; font-weight: 800; }
.delivery-copy strong { font-size: 18px; }
.delivery-copy li p { margin: 6px 0 0; color: var(--gray); font-size: 14px; line-height: 1.45; }

.contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.contact-main > p:not(.eyebrow) { margin: 25px 0 35px; color: #cbdadd; font-size: 18px; }
.contact-email { display: flex; gap: 14px; align-items: center; width: fit-content; color: var(--lime); font-size: clamp(24px,3vw,38px); font-weight: 800; letter-spacing: -.025em; }
.contact-web { display: block; width: fit-content; margin-top: 14px; color: var(--white); font-size: 16px; }
.offices { border-top: 1px solid rgba(255,255,255,.2); }
.offices article { display: flex; flex-direction: column; gap: 8px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.offices span { color: var(--aqua); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.offices strong { font-size: 18px; }

footer { max-width: var(--max); min-height: 120px; margin: 0 auto; padding: 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand img { width: 30px; height: 42px; }
.footer-brand span { font-size: 10px; }
footer p { color: var(--gray); font-size: 13px; text-align: center; }
footer > a:last-child { justify-self: end; color: var(--teal); font-size: 13px; font-weight: 700; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { position: fixed; top: 84px; left: 0; right: 0; display: none; padding: 14px 28px 26px; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav a::after { display: none; }
  .header-cta { display: none; }
  .menu-button { display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 42px; height: 42px; padding: 8px; border: 0; background: transparent; }
  .menu-button span { display: block; height: 2px; width: 26px; background: var(--white); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; padding-right: max(28px, calc((100vw - var(--max)) / 2)); }
  .hero-media { min-height: 620px; border-left: 0; border-top: 14px solid var(--aqua); }
  .split-heading, .project-heading { grid-template-columns: 1fr; gap: 20px; }
  .capability-grid { grid-template-columns: repeat(2,1fr); gap: 36px 20px; }
  .verbit { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: repeat(2,1fr); }
  .delivery { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 700px) {
  .site-header { height: 72px; padding: 0 20px; }
  .site-nav { top: 72px; }
  .brand img { width: 31px; height: 44px; }
  .brand span { font-size: 10px; }
  .hero { padding-top: 72px; }
  .hero-copy { min-height: 630px; padding: 72px 24px 58px; }
  .hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .hero-intro { font-size: 18px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .region-line { margin-top: 42px; }
  .hero-media { min-height: 480px; }
  .hero-caption { left: 22px; right: 22px; bottom: 22px; }
  .section { padding: 82px 20px; }
  .section-dark { padding: 82px 20px; }
  .section-heading h2, .verbit h2, .delivery h2, .contact h2 { font-size: 42px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metrics article:nth-child(2) { border-right: 0; }
  .metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .capabilities { padding-top: 24px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-image { height: 260px; }
  .verbit { gap: 48px; }
  .visual-switcher { overflow-x: auto; }
  .visual-switcher button { white-space: nowrap; }
  .verbit-frame { min-height: 260px; border-radius: 12px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-image { height: 250px; }
  .delivery-media, .delivery-media img { min-height: 430px; height: 430px; }
  .contact { gap: 55px; }
  .contact-email { font-size: 24px; word-break: break-word; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}

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