:root {
  --navy: #083357;
  --navy-deep: #062945;
  --blue: #1f5b84;
  --sky: #dbeaf3;
  --mist: #f1f5f7;
  --ink: #112330;
  --white: #fff;
  --line: rgba(8, 51, 87, .16);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--white); color: var(--navy); }
.skip-link:focus { top: 1rem; }
.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 4vw, 5rem); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); position: relative; z-index: 20; }
.brand { width: 265px; max-width: calc(100% - 56px); height: 76px; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.5rem); font-weight: 600; font-size: .9rem; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: .75rem 1.1rem; color: var(--white); background: var(--navy); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); }
.hero { min-height: 690px; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .55fr); color: var(--white); background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(3,28,48,.1) 20%, rgba(3,29,49,.62) 90%), radial-gradient(circle at 15% 8%, rgba(75,140,179,.38), transparent 38%); }
.hero-contour { position: absolute; inset: 0; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1100' height='700' viewBox='0 0 1100 700'%3E%3Cg fill='none' stroke='%23dbeaf3' stroke-width='1.3'%3E%3Cpath d='M-80 565C94 489 170 511 268 423s144-42 214-129 138-79 226-10 181 39 310-45 211-32 285 17'/%3E%3Cpath d='M-60 598c182-89 274-57 357-142s147-46 220-130 132-70 214-9 174 41 307-38 211-22 284 19'/%3E%3Cpath d='M-28 632c176-93 274-62 363-140s153-56 225-126 126-68 208-11 171 47 304-31 206-16 273 24'/%3E%3Cpath d='M70 676c140-84 256-70 348-131s145-66 214-119 118-54 193-4 160 52 282-11 192-7 247 40'/%3E%3Cpath d='M33 515c170-62 229-32 319-127s132-28 196-112 132-94 231-17 184 31 305-61 196-43 269-1'/%3E%3C/g%3E%3C/svg%3E"); background-size: cover; background-position: center bottom; }
.hero-copy { position: relative; z-index: 1; max-width: 830px; padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 7vw, 8rem); align-self: center; }
.eyebrow { margin: 0 0 1.1rem; font-size: .76rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; color: #b8d4e4; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.07; letter-spacing: -.025em; }
h1 { max-width: 780px; margin-bottom: 1.5rem; font-size: clamp(3.4rem, 6.8vw, 6.5rem); }
h2 { font-size: clamp(2.4rem, 4.5vw, 4.35rem); }
.hero-lede { max-width: 620px; font-size: clamp(1.1rem, 1.8vw, 1.35rem); color: #d8e6ee; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.3rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .8rem 1.3rem; border: 0; border-radius: 0; text-decoration: none; font-family: var(--sans); font-size: .92rem; font-weight: 700; cursor: pointer; }
.button-light { background: var(--white); color: var(--navy); }
.button-light:hover { background: var(--sky); }
.button-navy { color: var(--white); background: var(--navy); }
.button-navy:hover { background: var(--blue); }
.text-link { text-decoration: none; font-weight: 700; }
.text-link span { margin-left: .3rem; }
.hero-panel { position: relative; z-index: 1; align-self: end; padding: 2.5rem; background: rgba(255,255,255,.1); backdrop-filter: blur(9px); border-left: 1px solid rgba(255,255,255,.18); }
.hero-panel > p { max-width: 340px; margin-bottom: 2rem; font-family: var(--serif); font-size: 1.55rem; line-height: 1.3; }
.hero-panel dl { margin: 0; }
.hero-panel dl div { display: grid; grid-template-columns: 44px 1fr; padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.hero-panel dt { color: #9ec2d8; font-size: .75rem; }
.hero-panel dd { margin: 0; font-weight: 600; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.trust-strip p { margin: 0; padding: 1.1rem 2rem; text-align: center; color: var(--navy); font-weight: 700; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; border-right: 1px solid var(--line); }
.trust-strip p:last-child { border-right: 0; }
.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 8rem); }
.section-heading { display: grid; grid-template-columns: 1fr 1.3fr; column-gap: clamp(3rem, 8vw, 9rem); margin-bottom: 4rem; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin-bottom: 0; color: var(--navy); }
.section-heading > p:last-child { max-width: 530px; padding-top: .6rem; font-size: 1.08rem; }
.industry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.industry-card { min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(2rem, 4vw, 3.5rem); background: var(--mist); }
.industry-card.manufacturing { background: var(--navy); color: var(--white); }
.card-number { align-self: flex-end; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .8rem; }
.industry-card h3 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.1rem); font-weight: 400; line-height: 1.1; }
.industry-card p { max-width: 520px; }
.industry-card ul { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.industry-card li { padding: .55rem 0; border-top: 1px solid currentColor; font-size: .9rem; }
.coverage { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 10vw, 10rem); background: var(--mist); }
.coverage-intro { position: sticky; top: 130px; align-self: start; }
.coverage-intro h2 { color: var(--navy); }
.coverage-intro > p:last-child { max-width: 460px; }
.coverage-list { border-top: 1px solid var(--line); }
.coverage-list article { display: grid; grid-template-columns: 44px minmax(150px,.9fr) 1.1fr; gap: 1.2rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.coverage-list span { color: var(--blue); font-size: .75rem; }
.coverage-list h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.coverage-list p { margin: 0; }
.approach { display: grid; grid-template-columns: .82fr 1.18fr; padding: 0; color: var(--white); background: var(--navy-deep); }
.approach-visual { min-height: 720px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 3rem; background: linear-gradient(165deg, #2a6b94 0%, #0b3c60 48%, #062945 100%); }
.approach-visual::before, .approach-visual::after { content: ""; position: absolute; width: 145%; height: 55%; left: -20%; bottom: 10%; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transform: rotate(-13deg); }
.approach-visual::after { width: 120%; height: 42%; left: 5%; bottom: 24%; }
.approach-visual p { position: relative; z-index: 1; max-width: 300px; font-family: var(--serif); font-size: 2.6rem; line-height: 1.05; }
.approach-copy { padding: clamp(5rem, 8vw, 8rem); }
.approach-copy h2 { max-width: 780px; font-size: clamp(2.5rem, 4.4vw, 4.5rem); }
.approach-copy > p:not(.eyebrow) { max-width: 680px; color: #c5d9e5; font-size: 1.08rem; }
.principles { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.22); }
.principles div { display: grid; grid-template-columns: 170px 1fr; gap: 2rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.principles strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.principles span { color: #c5d9e5; }
.partners { color: var(--navy); background: var(--white); }
.partners h2 { max-width: 800px; margin-bottom: 2.5rem; }
.partner-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.partner-card { padding: clamp(1.5rem, 3vw, 3rem); border: 1px solid var(--line); border-top: 3px solid var(--navy); }
.partner-card h3 { margin-bottom: .5rem; font-family: var(--serif); font-size: 2rem; line-height: 1.2; font-weight: 400; }
.partner-card p { margin-bottom: 1.5rem; font-size: 1rem; }
.partner-card a { display: inline-block; padding: .5rem 0; color: var(--navy); font-size: 1rem; text-underline-offset: .25em; overflow-wrap: anywhere; }
.partner-card a:hover { color: var(--blue); }
.partner-card a:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 9vw, 9rem); background: var(--sky); }
.contact h2 { color: var(--navy); }
.contact > div > p:last-child { max-width: 500px; font-size: 1.1rem; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
form label { display: flex; flex-direction: column; color: var(--navy); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
form label:nth-child(3), form label:nth-child(4) { grid-column: 1 / -1; }
input, textarea { width: 100%; margin-top: .4rem; padding: .85rem 0; border: 0; border-bottom: 1px solid rgba(8,51,87,.42); border-radius: 0; outline: none; color: var(--ink); background: transparent; font: inherit; font-size: 1rem; }
input:focus, textarea:focus { border-bottom-color: var(--navy); box-shadow: 0 2px 0 var(--navy); }
textarea { resize: vertical; }
form .button { justify-self: start; }
.form-note { align-self: center; margin: 0; color: #526673; font-size: .8rem; }
footer { padding: 4rem clamp(1.5rem, 7vw, 8rem) 2rem; color: var(--white); background: #041f35; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; align-items: start; }
.footer-brand { text-decoration: none; font-family: var(--serif); font-size: 1.6rem; line-height: 1.1; }
.footer-brand span { display: block; font-family: var(--sans); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; }
footer > p { color: #b9ceda; }
footer > div { display: flex; justify-content: flex-end; gap: 1.5rem; }
footer > div a { text-decoration: none; font-size: .9rem; }
.copyright { grid-column: 1 / -1; margin: 2.5rem 0 0; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .75rem; }
@media (max-width: 900px) {
  .site-header { height: 78px; }
  .brand { width: 210px; height: 68px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 78px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 1.5rem; background: var(--white); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-top: 6rem; padding-bottom: 6rem; }
  .hero-panel { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .section-heading, .coverage, .approach, .contact { grid-template-columns: 1fr; }
  .section-heading { gap: 1rem; }
  .industry-card { min-height: 440px; }
  .coverage-intro { position: static; }
  .approach-visual { min-height: 390px; }
  footer { grid-template-columns: 1fr; }
  footer > div { justify-content: flex-start; }
}
@media (max-width: 650px) {
  .partner-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip p { border-right: 0; border-bottom: 1px solid var(--line); }
  .industry-grid { grid-template-columns: 1fr; }
  .coverage-list article { grid-template-columns: 35px 1fr; }
  .coverage-list article p { grid-column: 2; }
  .principles div { grid-template-columns: 1fr; gap: .25rem; }
  form { grid-template-columns: 1fr; }
  form label { grid-column: 1 !important; }
  .form-note { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
