:root {
  --ink: #071321;
  --navy: #071a2d;
  --navy-2: #0a2844;
  --blue: #0878e9;
  --blue-dark: #075fba;
  --gold: #c99a45;
  --paper: #ffffff;
  --mist: #f2f6fa;
  --line: #dce5ee;
  --text: #344455;
  --muted: #6b7887;
  --shell: min(1200px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 200; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 14px; background: #fff; color: #000; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(5,20,35,.74); backdrop-filter: blur(18px); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(5,20,35,.96); box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.brand-mark { font-family: var(--serif); font-size: 2rem; line-height: 1; letter-spacing: -.04em; }
.brand-divider { width: 1px; height: 34px; background: var(--gold); }
.brand-name { color: rgba(255,255,255,.72); font-size: .69rem; line-height: 1.25; letter-spacing: .03em; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .86rem; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; padding-block: 8px; color: rgba(255,255,255,.85); }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.primary-nav > a:not(.nav-cta):hover::after, .primary-nav > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; background: var(--blue); border: 1px solid var(--blue); box-shadow: 0 9px 25px rgba(8,120,233,.24); transition: background .2s ease, transform .2s ease; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--blue-dark); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 690px; display: flex; align-items: stretch; overflow: hidden; color: #fff; background: var(--navy); }
.hero-image { position: absolute; inset: 0; background-image: url("assets/dcg-global-operations.webp"); background-position: center; background-size: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,31,.99) 0%, rgba(4,18,31,.94) 33%, rgba(4,18,31,.42) 63%, rgba(4,18,31,.15) 100%), linear-gradient(0deg, rgba(5,20,34,.48), transparent 50%); }
.hero-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-top: 124px; padding-bottom: 74px; }
.hero-copy { width: min(720px, 68%); }
.eyebrow { margin: 0 0 18px; color: rgba(255,255,255,.76); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 12px 3px 0; background: var(--gold); }
.eyebrow-dark { color: #476178; }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5.05vw, 5.25rem); font-weight: 500; line-height: .99; letter-spacing: -.045em; text-wrap: balance; }
.hero-lede { max-width: 640px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 22px; border: 1px solid transparent; font-size: .9rem; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 30px rgba(8,120,233,.22); }
.button-primary:hover, .button-primary:focus-visible { background: var(--blue-dark); }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.52); background: rgba(5,20,34,.22); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: #fff; background: rgba(255,255,255,.08); }
.hero-note { align-self: flex-end; width: 150px; margin-bottom: 24px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.3); text-transform: uppercase; letter-spacing: .18em; }
.hero-note-line { display: block; width: 24px; height: 2px; margin-bottom: 18px; background: var(--gold); }
.hero-note p { margin: 0 0 6px; color: rgba(255,255,255,.62); font-size: .63rem; }
.hero-note strong { display: block; margin-top: 18px; font-size: .67rem; line-height: 1.55; }

.pillars { position: relative; z-index: 2; background: #fff; box-shadow: 0 -10px 36px rgba(0,0,0,.06); }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pillar { display: flex; align-items: center; gap: 22px; min-height: 142px; padding: 28px 34px; }
.pillar + .pillar { border-left: 1px solid var(--line); }
.pillar-icon { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 52px; color: var(--blue-dark); }
.pillar-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.pillar h2 { margin: 0 0 5px; font-family: var(--serif); font-size: 1.3rem; font-weight: 600; }
.pillar p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }

.section { padding: 110px 0; }
.services { background: linear-gradient(180deg, #f7f9fb, #eef3f7); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .72fr); gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .process-heading h2, .standards-statement h2, .about h2, .closing h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
.section-heading h2 { max-width: 700px; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.04; }
.section-heading > p { margin: 0 0 6px; color: var(--text); font-size: 1rem; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfd9e3; border-left: 1px solid #cfd9e3; }
.service-card { position: relative; min-height: 360px; padding: 34px 28px 30px; background: rgba(255,255,255,.78); border-right: 1px solid #cfd9e3; border-bottom: 1px solid #cfd9e3; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 2; transform: translateY(-5px); background: #fff; box-shadow: 0 20px 44px rgba(18,48,75,.12); }
.service-number { display: block; margin-bottom: 48px; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .16em; }
.service-card h3 { margin: 0 0 14px; min-height: 58px; font-family: var(--serif); font-size: 1.35rem; font-weight: 600; line-height: 1.12; }
.service-card > p { margin: 0 0 22px; color: var(--text); font-size: .92rem; }
.service-card ul { margin: 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--muted); font-size: .86rem; }
.service-card li { position: relative; margin: 7px 0; padding-left: 14px; }
.service-card li::before { content: ""; position: absolute; top: .65em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.process { padding: 100px 0 88px; color: #fff; background: linear-gradient(115deg, #061626, #0a2b48); }
.process-heading { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .65fr); gap: 100px; align-items: end; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.17); }
.process-heading h2 { max-width: 660px; font-size: clamp(2.5rem, 4.25vw, 4.2rem); line-height: 1.04; }
.process-heading > p { margin: 0 0 5px; color: rgba(255,255,255,.67); font-size: 1rem; line-height: 1.8; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 58px 0 0; list-style: none; }
.process-step { position: relative; display: flex; gap: 20px; padding-right: 34px; }
.process-step:not(:last-child)::after { content: "→"; position: absolute; top: 12px; right: 14px; color: rgba(255,255,255,.42); }
.process-step > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-family: var(--serif); }
.process-step h3 { margin: 4px 0 7px; font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.process-step p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; line-height: 1.6; }

.standards { background: #fff; }
.standards-layout { display: grid; grid-template-columns: minmax(310px, .8fr) minmax(0, 1.25fr); gap: 100px; }
.standards-statement { position: sticky; top: 120px; align-self: start; }
.standards-statement h2 { font-size: clamp(2.4rem, 3.8vw, 3.8rem); line-height: 1.08; }
.standards-statement em { color: var(--blue-dark); font-style: normal; }
.standards-intro { margin: 2px 0 46px; padding-left: 28px; color: var(--text); border-left: 2px solid var(--gold); font-size: 1.05rem; line-height: 1.85; }
.standards-grid { display: grid; grid-template-columns: 1fr 1fr; }
.standard-card { min-height: 230px; padding: 28px; border-top: 1px solid var(--line); }
.standard-card:nth-child(odd) { border-right: 1px solid var(--line); padding-left: 0; padding-right: 40px; }
.standard-card:nth-child(even) { padding-left: 40px; }
.standard-card span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.standard-card h3 { margin: 18px 0 10px; font-family: var(--serif); font-size: 1.45rem; font-weight: 600; }
.standard-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }

.about { padding: 105px 0; color: #fff; background: #0a2238; }
.about-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 110px; align-items: center; }
.about h2 { margin-bottom: 28px; font-size: clamp(2.8rem, 4.5vw, 4.4rem); line-height: 1.02; }
.about-copy > p:not(.eyebrow) { max-width: 660px; margin: 0 0 18px; color: rgba(255,255,255,.7); line-height: 1.8; }
.about-panel { padding: 48px; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); }
.about-kicker { margin: 0 0 30px; color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.about-panel h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; line-height: 1.14; }
.about-rule { width: 58px; height: 2px; margin: 34px 0; background: var(--gold); }
.outcome-list { display: grid; gap: 13px; margin: 0; padding: 0; color: rgba(255,255,255,.72); font-size: .92rem; list-style: none; }
.outcome-list li { position: relative; padding-left: 24px; }
.outcome-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }

.closing { padding: 78px 0; color: #fff; background: linear-gradient(100deg, #051728, #0c3558); }
.closing-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.closing h2 { max-width: 780px; font-size: clamp(2.3rem, 3.8vw, 3.8rem); line-height: 1.06; }
.closing-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 17px; flex: 0 0 auto; }
.text-link { font-size: .78rem; color: rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.3); }

.site-footer { padding: 38px 0; color: #fff; background: #04111e; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-inner nav { display: flex; gap: 24px; color: rgba(255,255,255,.66); font-size: .76rem; }
.footer-inner nav a:hover, .footer-inner nav a:focus-visible { color: #fff; }
.footer-inner > p { margin: 0; color: rgba(255,255,255,.42); font-size: .7rem; text-align: right; }
.footer-brand .brand-mark { font-size: 1.65rem; }
.footer-brand .brand-name { font-size: .58rem; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js.reveal-fallback .reveal { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid #70b9ff; outline-offset: 3px; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 32px, 900px); }
  .site-header { background: rgba(5,20,35,.96); }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; padding: 14px 16px 24px; background: #061728; border-top: 1px solid rgba(255,255,255,.12); transform: translateY(-120%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
  .primary-nav.open { transform: none; visibility: visible; }
  .primary-nav > a:not(.nav-cta) { display: block; padding: 16px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-cta { justify-content: center; margin-top: 15px; }
  .hero { min-height: 660px; }
  .hero-copy { width: min(760px, 84%); }
  .hero-note { display: none; }
  .pillars-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .pillar { min-height: 0; padding: 24px 10px; }
  .pillar + .pillar { border-left: 0; border-top: 1px solid var(--line); }
  .section-heading, .process-heading { grid-template-columns: 1fr; gap: 28px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .process-step:nth-child(2)::after { display: none; }
  .standards-layout { gap: 60px; }
  .about-grid { gap: 60px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner nav { display: none; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 70px; }
  .header-inner { min-height: 68px; }
  .brand-mark { font-size: 1.72rem; }
  .brand-name { display: none; }
  .brand-divider { height: 27px; }
  .primary-nav { inset: 68px 0 auto; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 62% center; opacity: .86; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,18,31,.97), rgba(4,18,31,.73)), linear-gradient(0deg, rgba(4,18,31,.72), transparent); }
  .hero-inner { padding-top: 120px; padding-bottom: 54px; }
  .hero-copy { width: 100%; }
  .eyebrow { font-size: .66rem; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.1rem); }
  .hero h1 br { display: none; }
  .hero-lede { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .pillar { padding-inline: 4px; }
  .pillar-icon { width: 44px; flex-basis: 44px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .process-heading h2, .standards-statement h2 { font-size: 2.6rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card h3 { min-height: 0; }
  .service-number { margin-bottom: 30px; }
  .process { padding: 78px 0; }
  .process-grid { grid-template-columns: 1fr; gap: 36px; }
  .process-step::after { display: none; }
  .standards-layout { grid-template-columns: 1fr; gap: 44px; }
  .standards-statement { position: static; }
  .standards-grid { grid-template-columns: 1fr; }
  .standard-card:nth-child(odd), .standard-card:nth-child(even) { min-height: 0; padding: 26px 0; border-right: 0; }
  .about { padding: 78px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-panel { padding: 30px; }
  .closing { padding: 66px 0; }
  .closing-inner { align-items: stretch; flex-direction: column; gap: 34px; }
  .closing-actions { align-items: stretch; }
  .text-link { align-self: center; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-inner > p { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
