:root {
  --navy-950: #061522;
  --navy-900: #071a2b;
  --navy-800: #0d2940;
  --ink: #0d1d29;
  --paper: #f5f7f7;
  --white: #ffffff;
  --steel: #657581;
  --line: #d7dfe2;
  --copper: #e4002b;
  --copper-light: #ff7287;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.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; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); }
.nav-shell { width: min(var(--max), calc(100% - 3rem)); min-height: 94px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .9rem; text-decoration: none; }
.brand-logo { width: 68px; height: 49px; object-fit: contain; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 1.05rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-copy small { margin-top: .26rem; color: rgba(255,255,255,.66); font-size: .73rem; letter-spacing: .03em; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .9rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: var(--white); }
.nav-cta { border: 1px solid rgba(255,255,255,.5); padding: .65rem 1rem; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); background: transparent; padding: 12px; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: var(--white); }

.hero { position: relative; min-height: 790px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { left: 40%; width: 60%; object-fit: cover; object-position: center; opacity: .86; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,17,28,1) 0%, rgba(5,24,39,.98) 37%, rgba(5,24,39,.78) 53%, rgba(5,24,39,.12) 78%, rgba(5,24,39,.18) 100%), linear-gradient(0deg, rgba(5,20,33,.6), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(var(--max), calc(100% - 3rem)); margin: 80px auto 0; }
.hero-content > * { max-width: 690px; }
.eyebrow { margin: 0 0 1rem; color: var(--copper-light); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.dark { color: #c50025; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
h1 { margin-bottom: 1.6rem; font-size: clamp(3.2rem, 6.6vw, 6.4rem); max-width: 830px !important; }
h2 { margin-bottom: 1.2rem; font-size: clamp(2.4rem, 4.5vw, 4.6rem); }
h3 { margin-bottom: .75rem; font-size: 1.25rem; line-height: 1.25; }
.hero-lead { max-width: 650px; margin-bottom: 2rem; color: rgba(255,255,255,.78); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .75rem 1.2rem; text-decoration: none; font-weight: 700; }
.button-primary { background: var(--copper); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: #ff1745; }
.button-secondary { border: 1px solid rgba(255,255,255,.46); color: var(--white); }
.button-secondary:hover, .button-secondary:focus-visible { background: rgba(255,255,255,.1); }
.hero-note { position: absolute; z-index: 2; right: max(1.5rem, calc((100% - var(--max)) / 2)); bottom: 2rem; width: min(370px, calc(100% - 3rem)); display: grid; grid-template-columns: 46px 1fr; gap: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.34); }
.hero-note span { color: var(--copper-light); font-weight: 800; }
.hero-note p { margin: 0; color: rgba(255,255,255,.76); font-size: .9rem; }

.trust-strip { display: grid; grid-template-columns: repeat(3,1fr); width: min(var(--max), calc(100% - 3rem)); margin: auto; border-left: 1px solid var(--line); }
.trust-strip div { padding: 1.6rem 2rem; border-right: 1px solid var(--line); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: .93rem; }
.trust-strip span { margin-top: .25rem; color: var(--steel); font-size: .82rem; }
.section { width: min(var(--max), calc(100% - 3rem)); margin: auto; padding: 8rem 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; margin-bottom: 4rem; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -2.5rem; }
.section-heading h2 { margin-bottom: 0; max-width: 760px; }
.section-heading > p:last-child { color: var(--steel); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 275px; padding: 2.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); }
.service-card p { max-width: 470px; color: var(--steel); }
.service-no { display: block; margin-bottom: 3.7rem; color: #bd1835; font-family: Georgia, serif; }
.feature-card { background: var(--navy-900); color: var(--white); }
.feature-card p { color: rgba(255,255,255,.65); }
.feature-card .service-no { color: var(--copper-light); }

.approach { width: 100%; padding: 0; background: var(--navy-900); color: var(--white); }
.approach-panel { width: min(var(--max), calc(100% - 3rem)); margin: auto; padding: 7rem 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; }
.approach-panel > div > p:last-child { color: rgba(255,255,255,.64); font-size: 1.06rem; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.process-list span { color: var(--copper-light); font-size: .8rem; }
.process-list strong { font-size: 1.05rem; }
.process-list p { margin: .25rem 0 0; color: rgba(255,255,255,.6); font-size: .9rem; }

.about { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7rem; align-items: center; }
.about-label { aspect-ratio: 1; display: grid; place-content: center; gap: 1.4rem; background: #ffffff; border: 1px solid var(--line); text-align: center; }
.about-label img { width: min(62%, 270px); height: auto; margin: auto; }
.about-label small { color: var(--steel); letter-spacing: .18em; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { max-width: 700px; color: var(--steel); font-size: 1.05rem; }
.credentials { background: var(--navy-900); color: var(--white); }
.credentials-inner { width: min(var(--max), calc(100% - 3rem)); margin: auto; padding: 7rem 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 6rem; }
.credentials-inner > div:first-child > p:last-child { color: rgba(255,255,255,.64); }
.credential-list { border-top: 1px solid rgba(255,255,255,.22); }
.credential-list article { display: grid; grid-template-columns: 90px 1fr .75fr; gap: 1.5rem; align-items: baseline; padding: 1.4rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.credential-list strong { color: var(--copper-light); font-size: .9rem; }
.credential-list h3, .credential-list p { margin: 0; }
.credential-list p { color: rgba(255,255,255,.6); font-size: .88rem; }
.network-list { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.network-list span { min-height: 104px; display: flex; align-items: flex-end; padding: 1.25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.46); font-weight: 700; }
.csr { background: var(--navy-900); color: var(--white); }
.csr-inner { width: min(var(--max), calc(100% - 3rem)); margin: auto; padding: 7rem 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; align-items: end; }
.csr-inner h2 { margin-bottom: 0; }
.csr-document { max-width: 660px; }
.csr-document p { color: rgba(255,255,255,.68); font-size: 1.08rem; }
.csr-document .button { margin-top: .8rem; }
.csr-document small { display: block; margin-top: .8rem; color: rgba(255,255,255,.52); }
.faq { padding-top: 2rem; }
.faq-heading { margin-bottom: 2rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.42); }
.faq-list summary { position: relative; padding: 1.4rem 4rem 1.4rem 1.5rem; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 1.5rem; color: #c50025; font-size: 1.4rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 830px; padding: 0 1.5rem 1.5rem; margin: 0; color: var(--steel); }
.contact { padding: 6rem max(1.5rem, calc((100% - var(--max)) / 2)); display: grid; grid-template-columns: 1.15fr .85fr; gap: 6rem; background: #d6002b; color: var(--white); }
.contact h2 { margin: 0; max-width: 720px; }
.contact-copy { align-self: end; }
.contact-copy p { color: rgba(255,255,255,.86); font-size: 1.08rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.contact-actions address { width: 100%; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.35); font-style: normal; color: rgba(255,255,255,.9); }
.contact-actions a { padding: .72rem 1rem; border: 1px solid rgba(255,255,255,.55); color: var(--white); text-decoration: none; font-weight: 700; }
.contact-actions a:hover, .contact-actions a:focus-visible { background: rgba(255,255,255,.12); }

footer { padding: 3rem max(1.5rem, calc((100% - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: center; background: var(--navy-950); color: rgba(255,255,255,.6); font-size: .8rem; }
footer p { margin: 0; }
.footer-brand { color: var(--white); }
.footer-brand .brand-logo { width: 58px; height: 42px; }

:focus-visible { outline: 3px solid #ffb27d; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

@media (max-width: 850px) {
  .nav-shell { min-height: 76px; width: min(100% - 2rem, var(--max)); }
  .brand-logo { width: 58px; height: 42px; }
  .brand-copy small { display: none; }
  .menu-button { display: block; }
  nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 1rem; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.16); }
  nav.open { display: grid; }
  nav a { padding: .75rem; }
  .hero { min-height: 720px; }
  .hero-image { left: 0; width: 100%; object-position: center; opacity: .63; }
  .hero-content { width: min(100% - 2rem, var(--max)); margin-top: 40px; }
  .hero-note { display: none; }
  .trust-strip { width: 100%; grid-template-columns: 1fr; border-left: 0; }
  .trust-strip div { padding: 1rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { width: min(100% - 2rem, var(--max)); padding: 5rem 0; }
  .section-heading, .approach-panel, .about, .contact, .credentials-inner, .csr-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-heading .eyebrow { margin-bottom: -1rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; padding: 1.5rem; }
  .approach-panel { width: min(100% - 2rem, var(--max)); padding: 5rem 0; }
  .about-label { max-width: 440px; width: 100%; }
  .credentials-inner { width: min(100% - 2rem, var(--max)); padding: 5rem 0; }
  .csr-inner { width: min(100% - 2rem, var(--max)); padding: 5rem 0; }
  .credential-list article { grid-template-columns: 70px 1fr; }
  .credential-list p { grid-column: 2; }
  .network-list { grid-template-columns: repeat(2,1fr); }
  .contact { padding: 5rem 1rem; }
  footer { grid-template-columns: 1fr; gap: 1.5rem; padding: 3rem 1rem; }
}

@media (max-width: 520px) {
  h1 { font-size: 3.25rem; }
  h2 { font-size: 2.7rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,17,28,.97), rgba(5,24,39,.62)), linear-gradient(0deg, rgba(5,20,33,.7), transparent); }
  .network-list { grid-template-columns: 1fr; }
}
