:root {
  --navy: #182d3e;
  --navy-deep: #102534;
  --blue: #2d4c58;
  --blue-soft: #476b78;
  --yellow: #f0c600;
  --yellow-light: #fff4bd;
  --paper: #f5f7f6;
  --white: #ffffff;
  --ink: #142737;
  --muted: #5b6870;
  --line: #dce2e2;
  --shell: 1180px;
  --shadow: 0 22px 60px rgba(16, 37, 52, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a, summary { touch-action: manipulation; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.035em; line-height: 1.05; }
h1 { font-size: clamp(3rem, 6vw, 5.75rem); }
h2 { font-size: clamp(2.35rem, 4.4vw, 4.25rem); }
h3 { font-size: 1.45rem; }

.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 100;
  background: var(--yellow); color: var(--navy-deep); padding: 12px 18px;
  font-weight: 800; border-radius: 0 0 8px 8px;
}
.skip-link:focus { top: 0; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(24,45,62,.1);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 100px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand-mark {
  position: relative; width: 88px; height: 88px; flex: 0 0 88px;
  display: grid; place-items: center;
}
.brand-mark img {
  width: 100%; height: 100%; max-width: none; object-fit: contain;
}
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { font-size: .9rem; font-weight: 650; position: relative; }
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -9px;
  height: 3px; background: var(--yellow); transition: right .2s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { cursor: pointer; font-weight: 750; list-style: none; padding: 12px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav {
  position: absolute; right: 0; top: calc(100% + 15px); min-width: 220px;
  display: grid; padding: 14px; background: var(--white); border: 1px solid var(--line);
  box-shadow: var(--shadow); border-radius: 14px;
}
.mobile-menu nav a { padding: 12px; font-weight: 700; }

.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 14px;
  min-height: 52px; padding: 13px 22px; background: var(--yellow); color: var(--navy-deep);
  border: 2px solid var(--yellow); border-radius: 9px; font-weight: 800; cursor: pointer;
  box-shadow: 0 10px 25px rgba(240,198,0,.22); transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.button-small { min-height: 44px; padding: 9px 17px; font-size: .88rem; }
.button span { font-size: 1.15em; }
.text-link {
  min-height: 44px; display: inline-flex; align-items: center; gap: 10px;
  font-weight: 800; border-bottom: 2px solid var(--ink); transition: color .2s ease, border-color .2s ease;
}
.text-link:hover { color: var(--blue-soft); border-color: var(--yellow); }

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 15% 25%, rgba(240,198,0,.09) 0 4px, transparent 5px),
    linear-gradient(115deg, #fff 0 55%, #f2f5f3 55% 100%);
  background-size: 92px 92px, auto;
}
.hero::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 23%; height: 8px; background: var(--yellow);
}
.hero-grid { min-height: 720px; padding: 72px 0 84px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 64px; }
.eyebrow, .section-kicker {
  margin-bottom: 22px; color: var(--blue); text-transform: uppercase;
  letter-spacing: .14em; font-size: .76rem; font-weight: 850;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 4px; background: var(--yellow); }
.hero h1 { max-width: 720px; margin-bottom: 26px; }
.hero h1 em { color: var(--blue); font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em::after {
  content: ""; position: absolute; left: 0; right: 5%; bottom: 4px; z-index: -1;
  height: 14px; background: var(--yellow); opacity: .9;
}
.hero-lede { max-width: 650px; font-size: 1.16rem; color: #4d5c65; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.focus-strip {
  display: grid; grid-template-columns: repeat(3,1fr); margin-top: 52px;
  padding-top: 22px; border-top: 1px solid var(--line);
}
.focus-strip div { display: grid; padding-right: 14px; }
.focus-strip div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.focus-strip b { font-size: 1.05rem; }
.focus-strip span { color: var(--muted); font-size: .8rem; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual img {
  position: relative; z-index: 2; width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; object-position: 52% center;
  clip-path: polygon(0 0,100% 0,100% 85%,86% 100%,0 100%); box-shadow: var(--shadow);
}
.notch-shape {
  position: absolute; z-index: 1; width: 76%; height: 69%; right: -28px; top: -28px;
  background: var(--yellow); clip-path: polygon(0 0,100% 0,100% 76%,74% 100%,0 100%);
}
.floating-note {
  position: absolute; z-index: 3; left: -38px; bottom: 26px; min-width: 235px;
  padding: 22px 24px; background: var(--navy); color: var(--white); box-shadow: var(--shadow);
}
.floating-note::after {
  content: ""; position: absolute; width: 30px; height: 30px; right: 0; bottom: 0;
  background: var(--yellow); clip-path: polygon(100% 0,100% 100%,0 100%);
}
.floating-note span { display: block; color: var(--yellow); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 7px; }
.floating-note strong { font-size: .94rem; line-height: 1.35; }

.trust-bar { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 100px; display: grid; grid-template-columns: 1.2fr repeat(3,1fr); align-items: center; gap: 30px; }
.trust-grid > p { margin: 0; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; color: var(--blue); }
.trust-grid div { display: grid; padding-left: 25px; border-left: 1px solid var(--line); }
.trust-grid b { font-size: .95rem; }
.trust-grid span { font-size: .78rem; color: var(--muted); }

.problem-section { background: var(--navy); color: var(--white); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.section-kicker.light { color: var(--yellow); }
.problem-grid h2 { max-width: 580px; margin-bottom: 0; }
.problem-copy > p { color: #d3dde1; font-size: 1.14rem; margin-bottom: 34px; }
.line-list { list-style: none; padding: 0; margin: 0; }
.line-list li { position: relative; padding: 16px 0 16px 26px; border-top: 1px solid rgba(255,255,255,.14); }
.line-list li::before { content: ""; position: absolute; left: 0; top: 26px; width: 10px; height: 3px; background: var(--yellow); }

.section-heading { display: grid; grid-template-columns: 1.15fr .75fr; gap: 90px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 8px; color: var(--muted); font-size: 1.05rem; }
.coverage-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.coverage-card {
  padding: 30px; background: var(--paper); border: 1px solid var(--line); border-top: 5px solid var(--navy);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.coverage-card:hover { box-shadow: var(--shadow); border-top-color: var(--yellow); }
.card-top { display: flex; align-items: center; margin-bottom: 58px; }
.card-top span { color: var(--blue-soft); font-size: .78rem; font-weight: 850; }
.card-top i { width: 10px; height: 10px; margin-left: auto; background: var(--yellow); transform: rotate(45deg); }
.coverage-card h3 { margin-bottom: 10px; font-size: 1.75rem; }
.coverage-card > p { min-height: 50px; color: var(--muted); }
.coverage-card ul { list-style: none; padding: 20px 0 0; margin: 25px 0 0; border-top: 1px solid var(--line); }
.coverage-card li { padding: 7px 0 7px 17px; position: relative; font-size: .92rem; }
.coverage-card li::before { content: ""; position: absolute; left: 0; top: 15px; width: 6px; height: 6px; background: var(--blue); }
.coverage-statement { margin: 34px 0 0; padding: 26px 30px; background: var(--yellow); text-align: center; font-size: 1.08rem; color: var(--navy-deep); }

.process-section { background: var(--paper); }
.process-section .shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro h2 { font-size: clamp(2.5rem,4vw,3.8rem); }
.process-intro > p:last-child { color: var(--muted); max-width: 510px; }
.process-list { list-style: none; padding: 0; margin: 0; counter-reset: steps; }
.process-list li { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid #ccd5d5; }
.process-list li:last-child { border-bottom: 1px solid #ccd5d5; }
.process-list > li > span { width: 48px; height: 48px; display: grid; place-items: center; background: var(--navy); color: var(--yellow); font-weight: 850; border-radius: 50%; }
.process-list h3 { margin-bottom: 8px; }
.process-list p { margin: 0; color: var(--muted); }

.edge-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 86px; }
.edge-image { position: relative; padding: 0 24px 24px 0; }
.edge-image::after { content: ""; position: absolute; z-index: -1; inset: 28px 0 0 28px; background: var(--yellow); }
.edge-image img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; }
.image-label { position: absolute; right: -12px; bottom: -12px; background: var(--navy); color: var(--white); padding: 20px 24px; line-height: 1.35; }
.image-label b { color: var(--yellow); }
.edge-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1.06rem; }
.edge-points { margin-top: 36px; }
.edge-points div { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); }
.edge-points span { color: var(--blue-soft); font-size: .75rem; font-weight: 850; }
.edge-points p { margin: 0; font-size: .92rem; }

.screening-section { background: var(--blue); color: var(--white); }
.screening-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: stretch; }
.screening-copy > p:not(.section-kicker) { color: #dbe5e7; }
.check-list { list-style: none; padding: 0; margin: 32px 0 0; }
.check-list li { position: relative; padding: 13px 0 13px 30px; border-top: 1px solid rgba(255,255,255,.16); }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 21px; width: 10px; height: 6px; border-left: 2px solid var(--yellow); border-bottom: 2px solid var(--yellow); transform: rotate(-45deg); }
.sourcing-panel { padding: 42px; background: var(--white); color: var(--ink); }
.sourcing-panel h3 { font-size: 2rem; margin-bottom: 30px; }
.source-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.source-grid div { display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 18px; background: var(--paper); }
.source-grid span { grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-items: center; background: var(--yellow); font-size: .75rem; font-weight: 900; }
.source-grid b { font-size: .92rem; }
.source-grid p { margin: 0; color: var(--muted); font-size: .72rem; }
.sourcing-panel blockquote { margin: 30px 0 0; padding: 20px 22px; border-left: 5px solid var(--yellow); background: var(--yellow-light); font-weight: 750; font-size: .92rem; }

.model-heading { align-items: end; }
.model-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.model-grid article { min-height: 245px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.model-grid article:hover { background: var(--paper); }
.model-grid span { display: block; margin-bottom: 44px; color: var(--blue-soft); font-size: .78rem; font-weight: 850; }
.model-grid h3 { font-size: 1.35rem; margin-bottom: 12px; }
.model-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.partnership-section { padding-top: 40px; }
.partnership-grid { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--yellow); }
.partnership-grid > div:first-child { padding: 66px; align-self: center; }
.partnership-grid h2 { font-size: clamp(2.35rem,4vw,3.9rem); }
.partnership-grid p:not(.section-kicker) { max-width: 530px; }
.dark-link { margin-top: 18px; }
.partnership-image { min-height: 520px; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%,0 12%); }
.partnership-image img { width: 100%; height: 100%; object-fit: cover; }

.contact-section { position: relative; overflow: hidden; padding: 115px 0; background: var(--navy-deep); color: var(--white); }
.contact-notch {
  position: absolute; right: 0; top: 0; width: clamp(130px, 18vw, 240px); height: 14px;
  background: var(--yellow); clip-path: polygon(8% 0,100% 0,100% 100%,0 100%);
}
.contact-wrap { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.contact-intro { position: sticky; top: 130px; align-self: start; }
.contact-intro h2 { max-width: 540px; }
.contact-intro > p:not(.section-kicker) { max-width: 530px; color: #d4dfe2; }
.contact-actions { margin-top: 36px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.contact-phone { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 2px solid var(--yellow); font-weight: 800; }
.office-list { border-top: 1px solid rgba(255,255,255,.18); }
.office-list article { position: relative; padding: 27px 42px 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.office-list article::after { content: ""; position: absolute; right: 0; top: 35px; width: 13px; height: 13px; border-top: 3px solid var(--yellow); border-right: 3px solid var(--yellow); }
.office-list h3 { margin-bottom: 8px; color: var(--yellow); font-size: 1.16rem; letter-spacing: -.01em; }
.office-list p { margin-bottom: 8px; color: #d4dfe2; font-size: .9rem; }
.office-list a { display: inline-flex; min-height: 44px; align-items: center; font-weight: 800; font-size: .9rem; }

footer { padding: 34px 0; background: #091a25; color: #c8d3d7; }
.footer-wrap { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 28px; }
.footer-brand { color: var(--white); margin: 0; }
.footer-brand .brand-mark { width: 76px; height: 76px; flex-basis: 76px; }
.footer-wrap > p { margin: 0; font-size: .75rem; }
.footer-wrap > p:nth-child(2) { text-align: center; }

a:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .nav-wrap > .button-small { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 56px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(700px, 92%); margin-left: auto; }
  .hero-visual img { aspect-ratio: 5 / 4; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 25px 0; }
  .trust-grid div:nth-last-child(2) { border-left: 0; padding-left: 0; }
  .problem-grid, .section-heading, .process-section .shell, .edge-grid, .screening-grid, .contact-wrap { gap: 55px; }
  .process-section .shell, .screening-grid, .contact-wrap { grid-template-columns: 1fr; }
  .process-intro, .contact-intro { position: static; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .coverage-card:last-child { grid-column: 1 / -1; }
  .model-grid { grid-template-columns: 1fr 1fr; }
  .partnership-grid { grid-template-columns: 1fr; }
  .partnership-image { min-height: 420px; }
  .footer-wrap { grid-template-columns: 1fr 1fr; }
  .footer-wrap > p:nth-child(2) { display: none; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, var(--shell)); }
  .section { padding: 80px 0; }
  .nav-wrap { min-height: 78px; gap: 10px; }
  .brand-mark { width: 68px; height: 68px; flex-basis: 68px; }
  .nav-wrap > .button-small { display: none; }
  .hero { background: var(--white); }
  .hero-grid { min-height: auto; gap: 58px; padding: 58px 0 74px; }
  .hero h1 { font-size: clamp(3rem,13vw,4.4rem); }
  .hero h1 em { white-space: normal; }
  .hero-lede { font-size: 1.03rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .text-link { align-self: flex-start; }
  .focus-strip { margin-top: 38px; }
  .focus-strip div + div { padding-left: 12px; }
  .focus-strip b { font-size: .86rem; }
  .focus-strip span { font-size: .68rem; }
  .hero-visual { width: calc(100% - 10px); margin: 0; }
  .hero-visual img { aspect-ratio: 4 / 5; }
  .notch-shape { right: -16px; top: -16px; }
  .floating-note { left: -8px; bottom: -25px; min-width: 210px; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 24px 14px; }
  .trust-grid > p { grid-column: 1 / -1; }
  .trust-grid div { padding-left: 0; border-left: 0; }
  .problem-grid, .section-heading, .edge-grid { grid-template-columns: 1fr; gap: 36px; }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-card:last-child { grid-column: auto; }
  .card-top { margin-bottom: 38px; }
  .process-list li { grid-template-columns: 56px 1fr; gap: 12px; }
  .edge-image { order: 2; }
  .image-label { right: -4px; bottom: -6px; font-size: .8rem; }
  .sourcing-panel { padding: 28px 22px; }
  .source-grid { grid-template-columns: 1fr; }
  .model-grid { grid-template-columns: 1fr; }
  .model-grid article { min-height: auto; }
  .partnership-grid > div:first-child { padding: 46px 26px; }
  .partnership-image { min-height: 320px; }
  .contact-section { padding: 90px 0; }
  .contact-notch { width: 140px; height: 12px; top: 0; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .contact-phone { align-self: flex-start; }
  .footer-wrap { grid-template-columns: 1fr; }
  .footer-wrap > p { text-align: left; }
}

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