:root {
  --navy-950: #061a2c;
  --navy-900: #082640;
  --navy-800: #0d3658;
  --blue-500: #57a8d1;
  --blue-300: #9ed2ea;
  --blue-100: #eaf5fa;
  --slate-700: #405464;
  --slate-500: #6a7a87;
  --slate-200: #dbe3e8;
  --slate-100: #eef3f6;
  --white: #ffffff;
  --ink: #132230;
  --shadow: 0 18px 50px rgba(5, 28, 47, .12);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, input, select, textarea { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: white; padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.container, .nav, .hero-content, .section-head > *, .intro-grid > *, .split > *, .content-grid > *, .form-grid > * { min-width: 0; }
.section { padding: 92px 0; }
.section-sm { padding: 64px 0; }
.soft { background: var(--slate-100); }
.navy { color: var(--white); background: var(--navy-950); }
.eyebrow { margin: 0 0 14px; color: var(--blue-500); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: var(--blue-300); }
h1, h2, h3 { margin: 0 0 .55em; color: var(--navy-950); font-weight: 760; line-height: 1.08; letter-spacing: -.035em; }
h1, h2, h3, p, li { overflow-wrap: break-word; }
h1 { font-size: clamp(3.1rem, 7vw, 6.6rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.9rem); }
h3 { font-size: 1.24rem; }
.navy h1, .navy h2, .navy h3, .hero h1 { color: var(--white); }
.lede { max-width: 720px; color: var(--slate-700); font-size: clamp(1.06rem, 1.5vw, 1.28rem); }
.navy .lede { color: #c7d5df; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border: 1px solid transparent; border-radius: 6px; background: var(--blue-500); color: var(--navy-950); font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s; cursor: pointer; }
.btn:hover { transform: translateY(-2px); background: #78bee0; }
.btn:not(.btn-ghost):not(.btn-outline) { box-shadow: 0 9px 24px rgba(5, 38, 64, .18); }
.btn:not(.btn-ghost):not(.btn-outline):hover { box-shadow: 0 13px 30px rgba(5, 38, 64, .24); }
.btn-dark { background: var(--navy-950); color: white; }
.btn-dark:hover { background: var(--navy-800); }
.btn-ghost { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); color: white; }
.btn-ghost:hover { border-color: white; background: rgba(255,255,255,.12); }
.btn-outline { border-color: var(--navy-900); background: transparent; color: var(--navy-900); }
.btn-outline:hover { background: var(--navy-900); color: white; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(8,38,64,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.nav { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 50px; height: 50px; object-fit: contain; }
.brand-copy { color: var(--navy-950); font-size: .76rem; font-weight: 820; line-height: 1.08; letter-spacing: .08em; text-transform: uppercase; }
.brand-copy small { display: block; margin-top: 5px; color: var(--slate-500); font-size: .52rem; letter-spacing: .16em; }
.nav-links { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.nav-links > a { position: relative; color: var(--navy-900); font-size: .79rem; font-weight: 730; }
.nav-links > a[href*="partner-login"] { display: none; }
.nav-links > a.btn-dark { color: var(--white); }
.nav-links > a.btn { min-height: 32px; padding: 0 11px; border-radius: 5px; font-size: .6rem; }
.nav-links > a:not(.btn)::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--blue-500); content: ""; transform: scaleX(0); transition: transform .2s; }
.nav-links > a:hover::after, .nav-links > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--slate-100); color: var(--navy-950); }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; content: ""; transition: .2s; }

.hero { position: relative; min-height: calc(100vh - 84px); min-height: calc(100svh - 84px); display: grid; align-items: center; overflow: hidden; background: var(--navy-950); }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,23,39,.98) 0%, rgba(4,23,39,.91) 32%, rgba(4,23,39,.25) 67%, rgba(4,23,39,.12)), url('marine-repair-hero.jpg') center/cover; content: ""; }
.hero::after { position: absolute; right: -12vw; bottom: -43vw; width: 70vw; height: 70vw; border: 1px solid rgba(158,210,234,.24); border-radius: 50%; content: ""; }
.hero-content { position: relative; z-index: 1; width: min(700px, 60%); padding: 90px 0 106px; }
.hero h1 span { display: block; color: var(--blue-300); }
.hero-copy { max-width: 660px; margin: 24px 0 0; color: #d5e1e8; font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 45px; color: #aabecb; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-note::before { width: 38px; height: 1px; background: var(--blue-500); content: ""; }

.intro-grid, .split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.network-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 64px; overflow: hidden; border: 1px solid var(--slate-200); border-radius: var(--radius); background: var(--slate-200); box-shadow: var(--shadow); }
.flow-item { position: relative; min-height: 165px; padding: 30px 25px; background: white; }
.flow-item::after { position: absolute; top: 50%; right: -8px; z-index: 1; width: 16px; height: 16px; border-top: 2px solid var(--blue-500); border-right: 2px solid var(--blue-500); background: white; content: ""; transform: translateY(-50%) rotate(45deg); }
.flow-item:last-child::after { display: none; }
.flow-num { display: block; margin-bottom: 25px; color: var(--blue-500); font-weight: 850; }
.flow-item strong { display: block; margin-bottom: 8px; color: var(--navy-950); font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }
.flow-item p { margin: 0; color: var(--slate-500); font-size: .88rem; line-height: 1.45; }
.relationship-card { position: relative; padding: 42px; overflow: hidden; border-radius: var(--radius); background: var(--navy-900); color: #d8e6ed; box-shadow: var(--shadow); }
.relationship-card::after { position: absolute; right: -60px; bottom: -90px; width: 240px; height: 180px; border: 25px solid rgba(87,168,209,.13); border-radius: 50%; content: ""; transform: rotate(-14deg); }
.relationship-card h3 { color: white; font-size: 1.65rem; }
.relationship-card p:last-child { margin-bottom: 0; }

.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 46px; }
.section-head > * { max-width: 680px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cards.two { grid-template-columns: 1fr 1fr; margin-top: 36px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { padding: 30px; border: 1px solid var(--slate-200); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s, border-color .25s; }
.card:hover { transform: translateY(-6px); border-color: var(--blue-300); box-shadow: var(--shadow); }
.card-icon { display: grid; width: 46px; height: 46px; margin-bottom: 32px; place-items: center; border-radius: 13px; background: var(--blue-100); color: var(--navy-900); font-size: 1.15rem; font-weight: 900; }
.card p { margin: 0; color: var(--slate-500); font-size: .94rem; }

.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 55px; }
.steps.three-steps { grid-template-columns: repeat(3, 1fr); }
.step { position: relative; padding: 32px 22px 0 0; }
.step::before { position: absolute; top: 10px; left: 32px; width: calc(100% - 32px); height: 1px; background: #416075; content: ""; }
.step:last-child::before { display: none; }
.step-number { position: relative; z-index: 1; display: grid; width: 22px; height: 22px; margin-bottom: 28px; place-items: center; border: 5px solid var(--navy-950); border-radius: 50%; background: var(--blue-500); }
.step strong { display: block; margin-bottom: 9px; color: white; font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
.step p { margin: 0; color: #aebfca; font-size: .87rem; line-height: 1.5; }

.specialties { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.specialties span { padding: 11px 16px; border: 1px solid var(--slate-200); border-radius: 999px; background: white; color: var(--navy-900); font-size: .84rem; font-weight: 700; }
.statement { margin-top: 52px; padding-top: 38px; border-top: 1px solid var(--slate-200); color: var(--navy-950); font-size: clamp(1.5rem, 3vw, 2.55rem); font-weight: 750; line-height: 1.2; letter-spacing: -.03em; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.capability-grid article { padding: 26px 0; border-top: 2px solid var(--blue-500); }
.capability-grid h3 { margin-bottom: 10px; }
.capability-grid p { margin: 0; color: var(--slate-500); font-size: .94rem; }
.standards-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.15); }
.standards-list div { display: flex; min-height: 68px; align-items: center; gap: 13px; padding: 15px 20px; background: rgba(255,255,255,.035); color: #d5e2e9; font-size: .91rem; }
.standards-list div::before { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--blue-500); color: var(--navy-950); content: "✓"; font-size: .72rem; font-weight: 900; }

.cta-band { position: relative; overflow: hidden; border-radius: 28px; background: linear-gradient(115deg, var(--navy-900), var(--navy-950)); color: white; }
.cta-band::after { position: absolute; right: -180px; bottom: -250px; width: 500px; height: 500px; border: 80px solid rgba(87,168,209,.09); border-radius: 50%; content: ""; }
.cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 64px; }
.cta-band h2 { max-width: 720px; color: white; }
.cta-band p { max-width: 710px; color: #c2d2dc; }
.fine-print { margin-top: 20px; color: var(--slate-500); font-size: .78rem; }
.float-callout { display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; padding: 50px 56px; border-radius: 22px; background: var(--navy-900); color: white; }
.float-callout h2 { margin-bottom: 12px; color: white; font-size: clamp(2rem, 4vw, 3.4rem); }
.float-callout p:not(.eyebrow) { max-width: 750px; margin: 0; color: #c5d5de; }
.float-callout .float-note { margin-top: 13px; color: #8fa6b5; font-size: .76rem; }
.final-cta { text-align: center; background: var(--blue-100); }
.final-cta .lede { margin-inline: auto; }
.final-cta .button-row { justify-content: center; align-items: center; }
.text-link { color: var(--navy-900); font-size: .86rem; font-weight: 800; }
.text-link:hover { color: var(--blue-500); }

.page-hero { padding: 105px 0 90px; background: var(--navy-950); color: white; }
.page-hero h1 { max-width: 900px; color: white; font-size: clamp(2.8rem, 6vw, 5.5rem); }
.page-hero .lede { color: #cad8e1; }
.breadcrumbs { margin-bottom: 28px; color: var(--blue-300); font-size: .78rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs a:hover { color: white; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 70px; align-items: start; }
.aside-card { position: sticky; top: 112px; padding: 32px; border-radius: var(--radius); background: var(--blue-100); }
.aside-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.aside-card li { padding: 10px 0; border-bottom: 1px solid #cde3ed; color: var(--slate-700); font-size: .9rem; }
.aside-card li:last-child { border: 0; }
.aside-card.action-card { overflow: hidden; background: linear-gradient(145deg, var(--navy-900), var(--navy-950)); color: #cbd9e2; box-shadow: var(--shadow); }
.aside-card.action-card::after { position: absolute; right: -85px; bottom: -105px; width: 220px; height: 220px; border: 42px solid rgba(87,168,209,.1); border-radius: 50%; content: ""; pointer-events: none; }
.aside-card.action-card h3 { color: white; }
.aside-card.action-card p { position: relative; z-index: 1; color: #cbd9e2; }
.aside-card.action-card .eyebrow { color: var(--blue-300); }
.aside-card.action-card .btn { position: relative; z-index: 1; margin-top: 8px; background: var(--blue-500); color: var(--navy-950); }
.aside-card.action-card .btn:hover { background: #78bee0; }
.prose h2 { margin-top: 1.4em; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--slate-700); }
.prose ul, .prose ol { padding-left: 1.3rem; }
.number-list { display: grid; gap: 15px; margin-top: 35px; }
.number-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px; border: 1px solid var(--slate-200); border-radius: 14px; }
.number-item span { color: var(--blue-500); font-size: 1.15rem; font-weight: 850; }
.number-item h3 { margin-bottom: 5px; }
.number-item p { margin: 0; }

.form-card { padding: clamp(25px, 4vw, 48px); border: 1px solid var(--slate-200); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.contact-details { display: grid; gap: 5px; margin: -4px 0 28px; }
.contact-details p { margin: 0; color: var(--slate-700); }
.contact-details a { color: var(--navy-900); font-weight: 800; text-decoration: underline; text-decoration-color: var(--blue-300); text-underline-offset: 4px; }
.contact-details a:hover { color: var(--blue-500); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy-900); font-size: .84rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid #bcc9d1; border-radius: 10px; background: #fbfdfe; padding: 11px 13px; color: var(--ink); }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-500); outline: 2px solid rgba(87,168,209,.2); }
.field small { color: var(--slate-500); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.check { display: flex; gap: 8px; align-items: start; color: var(--slate-700); font-size: .88rem; }
.check input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--navy-900); }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-note { margin: 16px 0 0; color: var(--slate-500); font-size: .8rem; }
.status-box { display: grid; min-height: 100vh; min-height: 100svh; align-content: center; padding: 60px 20px; text-align: center; }
.status-message { margin: 0 0 24px; padding: 14px 16px; border-radius: 10px; font-size: .9rem; }
.status-message.success { border: 1px solid #b9ddca; background: #edf9f2; color: #174d30; }
.status-message.error { border: 1px solid #e5c1c1; background: #fff2f2; color: #7b2222; }

.login-wrap { display: grid; min-height: calc(100vh - 84px); min-height: calc(100svh - 84px); place-items: center; padding: 70px 20px; background: var(--slate-100); }
.login-card { width: min(100%, 480px); padding: 42px; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.login-logo { width: 76px; margin: 0 auto 22px; }
.login-card h1 { font-size: 2.2rem; text-align: center; }
.login-card > p { color: var(--slate-500); text-align: center; }
.login-card .field { margin-top: 18px; }
.login-card .btn { width: 100%; margin-top: 24px; }
.login-card .footer-legal a { color: var(--navy-900); }
.login-card .footer-legal a:hover { color: var(--blue-500); }
.login-card .role-disclaimer { text-align: center; }
.portal-message { display: none; margin-top: 17px; padding: 13px; border-radius: 9px; background: var(--blue-100); color: var(--navy-900); font-size: .85rem; }
.portal-message.visible { display: block; }

.site-footer { padding: 72px 0 28px; background: #041421; color: #afc0ca; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; }
.site-footer .brand-copy { color: white; }
.site-footer .brand-copy small { color: #8fa6b5; }
.site-footer .brand img { display: none; }
.footer-blurb { max-width: 390px; margin-top: 20px; color: #8fa6b5; font-size: .9rem; }
.footer-title { margin: 0 0 15px; color: white; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { font-size: .88rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 24px; border-top: 1px solid #183143; color: #78909f; font-size: .75rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 16px; color: #8fa6b5; font-size: .76rem; }
.footer-legal a:hover, .footer-legal a[aria-current="page"] { color: white; }
.role-disclaimer { max-width: 960px; margin: 18px 0 0; color: #78909f; font-size: .72rem; line-height: 1.65; }
.legal-hero { padding-bottom: 72px; }
.legal-hero h1 { max-width: 760px; }
.legal-date { margin-top: 24px; color: #9db4c2; font-size: .84rem; }
.legal-content { max-width: 860px; }
.legal-content h2 { margin-top: 2.2em; font-size: clamp(1.55rem, 2.8vw, 2.2rem); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--slate-700); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (min-width: 783px) { .admin-bar .site-header { top: 32px; } }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

@media (max-width: 1050px) {
  .nav { min-height: 78px; gap: 14px; }
  .nav .brand { margin: 0; }
  .nav .brand img { width: 44px; height: 44px; }
  .nav .brand-copy { font-size: .64rem; }
  .nav .brand-copy small { font-size: .46rem; }
  .nav-toggle { display: none; }
  .nav-links, .nav-links.open { position: static; display: flex; width: auto; height: auto; margin-left: auto; align-items: center; gap: clamp(8px, 1.4vw, 16px); padding: 0; overflow: visible; border: 0; background: transparent; white-space: nowrap; }
  .nav-links > a { display: inline-flex; min-height: auto; align-items: center; justify-content: center; padding: 0; border: 0; font-size: clamp(.6rem, 1.05vw, .72rem); line-height: 1.2; text-align: center; }
  .nav-links .btn { min-height: 32px; margin: 0; padding-inline: 10px; border-radius: 5px; box-shadow: 0 6px 16px rgba(5, 38, 64, .15); }
  .hero-content { width: min(700px, 74%); }
  .content-grid { grid-template-columns: minmax(0, 1.15fr) minmax(250px, .85fr); gap: 44px; }
  .cta-inner { padding: 54px 44px; }
  .float-callout { gap: 28px; padding: 44px 40px; }
  .footer-grid { gap: 36px; }
  .cards, .cards.three { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 22px; }
  .steps.three-steps { grid-template-columns: repeat(3, 1fr); }
  .step::before { display: none; }
}

@media (max-width: 900px) {
  .site-header { position: relative; }
  .nav { flex-wrap: wrap; gap: 8px; padding-top: 10px; }
  .nav .brand { margin-inline: auto; }
  .nav-links, .nav-links.open { width: 100%; margin: 0; padding-bottom: 8px; overflow-x: auto; justify-content: flex-start; scrollbar-width: thin; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
  .nav-links > a { flex: 0 0 auto; min-height: 40px; padding-inline: 12px; font-size: .68rem; scroll-snap-align: start; }
  .nav-links .btn { min-height: 32px; }
  .intro-grid, .split, .content-grid, .cta-inner, .float-callout { grid-template-columns: 1fr; }
  .intro-grid, .split { gap: 38px; }
  .aside-card { position: static; }
  .float-callout .btn, .cta-inner .btn { justify-self: start; }
  .steps.three-steps { grid-template-columns: 1fr 1fr; }
  .steps.three-steps .step:last-child { grid-column: 1 / -1; }
  .page-hero { padding: 88px 0 74px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 76px 0; }
  .section-sm { padding: 56px 0; }
  .brand img { width: 43px; height: 43px; }
  .brand-copy { font-size: .62rem; }
  h1 { font-size: clamp(2.55rem, 12vw, 4.2rem); }
  h2 { font-size: clamp(1.95rem, 8.6vw, 3rem); }
  .hero { min-height: max(610px, calc(100svh - 120px)); }
  .hero::before { background: linear-gradient(180deg, rgba(4,23,39,.78), rgba(4,23,39,.94) 60%, #041727), url('marine-repair-hero.jpg') 67% center/cover; }
  .hero-content { width: 100%; align-self: end; padding: clamp(76px, 13vh, 116px) 0 72px; }
  .hero-copy { font-size: 1rem; }
  .hero-note { margin-top: 34px; }
  .intro-grid, .split, .content-grid, .cta-inner { grid-template-columns: 1fr; }
  .network-flow { grid-template-columns: 1fr; }
  .flow-item { min-height: auto; }
  .flow-item::after { top: auto; right: auto; bottom: -8px; left: 48%; transform: rotate(135deg); }
  .section-head { display: block; }
  .section-head .btn { margin-top: 20px; }
  .cards, .cards.two, .cards.three, .steps, .steps.three-steps, .standards-list, .form-grid, .check-grid, .footer-grid, .capability-grid, .float-callout { grid-template-columns: 1fr; }
  .steps.three-steps .step:last-child { grid-column: auto; }
  .card { padding: 25px; }
  .float-callout { padding: 38px 26px; }
  .float-callout .btn { justify-self: start; }
  .cta-inner { padding: 42px 25px; }
  .cta-inner .btn { justify-self: start; }
  .aside-card { position: static; }
  .page-hero { padding: 68px 0 60px; }
  .page-hero h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .breadcrumbs { margin-bottom: 21px; }
  .footer-grid { gap: 38px; }
  .footer-bottom { flex-direction: column; }
  .field.full { grid-column: auto; }
  .field input[type="file"] { padding: 8px; }
  .number-item { grid-template-columns: 42px 1fr; gap: 13px; padding: 20px; }
  .login-card { padding: 30px 22px; }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .section { padding: 64px 0; }
  .section-sm { padding: 48px 0; }
  .nav { padding-top: 8px; }
  .nav .brand img { width: 40px; height: 40px; }
  .nav .brand-copy { font-size: .58rem; }
  .nav-links > a { padding-inline: 10px; font-size: .64rem; }
  .hero { min-height: max(560px, calc(100svh - 112px)); }
  .hero-content { padding: 66px 0 68px; }
  .button-row { gap: 10px; margin-top: 24px; }
  .relationship-card, .aside-card { padding: 26px 22px; }
  .form-card { padding: 24px 18px; border-radius: 16px; }
  .number-item { grid-template-columns: 1fr; }
  .number-item span { margin-bottom: -8px; }
  .cta-band { border-radius: 20px; }
  .cta-inner, .float-callout { padding: 32px 22px; }
  .specialties span { padding: 9px 12px; font-size: .78rem; }
  .site-footer { padding-top: 58px; }
  .footer-bottom { margin-top: 40px; }
  .login-wrap { padding: 40px 12px; }
  .login-card h1 { font-size: 1.9rem; }
}

@media (max-height: 650px) and (min-width: 761px) {
  .hero { min-height: auto; }
  .hero-content { padding: 72px 0 78px; }
}
