@font-face {
  font-family: Manrope;
  src: url('assets/fonts/manrope-latin-wght-normal.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #141b25;
  --muted: #303846;
  --paper: #f5f4f1;
  --wine: #810d2b;
  --crimson: #aa354b;
  --dark: #0e151a;
  --line: #d5d5d3;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 18px/1.5 Manrope, Arial, sans-serif; }
p, h1, h2, h3, dl, dd { margin: 0; }
h1, h2, h3 { font-weight: 400; line-height: 1.12; letter-spacing: -.025em; }
a { color: inherit; }
button { font: inherit; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.symbol-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1256px, calc(100% - 184px)); margin-inline: auto; }
.skip { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 12px 20px; color: var(--ink); background: #fff; transform: translateY(-160%); }
.skip:focus { transform: none; }
a:focus-visible, button:focus-visible { outline: 3px solid #a93150; outline-offset: 5px; }
.hero a:focus-visible, .site-header a:focus-visible, .site-header button:focus-visible, .footer a:focus-visible, .capability a:focus-visible { outline-color: #ffc0d0; }
.eyebrow { font-size: 13px; font-weight: 650; letter-spacing: .28em; text-transform: uppercase; color: var(--wine); margin-bottom: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; min-height: 56px; padding: 15px 30px; border: 1px solid #b7828c; border-radius: 6px; background: linear-gradient(115deg, #870e30, #700a22); color: #fff; font-size: 16px; font-weight: 650; line-height: 1.25; text-decoration: none; box-shadow: 0 0 0 3px #ffffff08; transition: background .2s, border-color .2s; }
.button svg { width: 20px; height: 20px; }
.button:hover { background: #9b1a3b; border-color: #ddb5bd; }
.button-outline { background: #0a0f1460; border-color: #d7bdba; padding-inline: 33px; }
.button-outline:hover { background: #ffffff16; }
.site-header { position: absolute; top: 0; left: 0; z-index: 5; width: 100%; color: #fff; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 127px; }
.brand { display: inline-flex; flex-direction: column; flex-shrink: 0; text-decoration: none; }
.wordmark { font-size: 50px; font-weight: 500; line-height: 1.15; letter-spacing: .19em; }
.brand-line { font-size: 11px; font-weight: 450; letter-spacing: .14em; margin-top: 12px; }
.brand-line i { margin-inline: 6px; font-size: 7px; font-style: normal; }
#navigation { display: flex; align-items: center; gap: 36px; font-size: 15px; }
#navigation a { position: relative; padding-block: 14px; text-decoration: none; }
#navigation a::after { content: ''; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; background: #bc3854; transition: width .2s; }
#navigation a:first-child::after, #navigation a:hover::after { width: 100%; }
.header-cta { font-size: 14px; white-space: nowrap; min-height: 53px; padding-inline: 27px; }
.menu-toggle { display: none; background: transparent; border: 1px solid #ffffff60; border-radius: 4px; min-height: 44px; padding: 8px 12px; color: #fff; }
.menu-toggle[hidden] { display: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--dark); color: #fff; padding-top: 118px; }
.hero::after { content: ''; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #090f16f2 0%, #090f16d9 33%, #090f1650 60%, #090f160d 85%), linear-gradient(0deg, #09101799, transparent 43%, #090f1633); }
.hero-stripes { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.hero-stripes::before, .hero-stripes::after { content: ''; position: absolute; top: -80px; left: -185px; width: 220px; height: 900px; transform: rotate(-29deg); background: linear-gradient(90deg, #61152a11, #8b1a3344); }
.hero-stripes::after { left: -306px; width: 170px; background: #9f213228; }
.hero-inner { min-height: 380px; padding-block: 44px 34px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.hero-copy { max-width: 790px; }
.hero .eyebrow { color: #dd8796; font-size: 14px; margin-bottom: 20px; }
.hero h1 { font-size: 73px; font-weight: 350; line-height: 1.08; letter-spacing: -.025em; }
.hero h1 em { font-style: normal; color: #b33b50; }
.accent-rule { display: block; width: 65px; height: 2px; background: #b12d49; margin-block: 18px 17px; }
.hero-description { max-width: 680px; font-size: 19px; line-height: 1.5; color: #f0eeee; }
.hero-actions { display: flex; gap: 22px; margin-top: 34px; }
.hero-aside { align-self: flex-end; flex-shrink: 0; margin-right: -50px; margin-bottom: -6px; font-size: 12px; line-height: 2.15; letter-spacing: .26em; text-transform: uppercase; color: #dfe6e8; }
.hero-aside span { display: block; width: 60px; height: 2px; background: #a9364e; margin-bottom: 15px; }
.light-sections { position: relative; isolation: isolate; background: var(--paper); }
.light-sections::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .55; pointer-events: none; background: repeating-radial-gradient(ellipse at 109% -18%, transparent 0 17px, #89929812 18px, transparent 19px 30px); mask-image: linear-gradient(90deg, #000, transparent 35%, transparent 60%, #000); }
.capabilities { padding-top: 24px; }
.section-heading { display: grid; grid-template-columns: 1.75fr 1fr; gap: 52px; align-items: center; margin-bottom: 24px; }
.section-heading h2 { font-size: 39px; white-space: nowrap; }
.section-heading > p { font-size: 17px; line-height: 1.55; color: var(--muted); }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-inline: -30px; }
.capability { position: relative; isolation: isolate; overflow: hidden; min-height: 314px; padding: 45px 36px 25px; display: flex; flex-direction: column; align-items: flex-start; color: #fff; background: #101b24; }
.capability::before { content: ''; position: absolute; z-index: -2; inset: 0; background-size: cover; background-position: center; transition: transform .5s; }
.systems::before { background-image: url('assets/images/systems-reference.webp'); background-position: 65% center; }
.software::before { background-image: url('assets/images/software.webp'); background-position: 67% center; }
.services::before { background-image: url('assets/images/services-reference.webp'); background-position: 65% center; }
.capability::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #080f15ed, #080f1588 66%, #080f1533); }
.systems::after { background: linear-gradient(90deg, #240b14ed, #210b1490 62%, #210b1420); }
.capability:hover::before { transform: scale(1.025); }
.number { display: flex; align-items: center; gap: 15px; font-size: 13px; letter-spacing: .18em; margin-bottom: 22px; }
.number i { display: block; width: 30px; height: 1px; background: #b63650; }
.capability h3 { font-size: 27px; line-height: 1.17; font-weight: 500; letter-spacing: -.025em; margin-bottom: 14px; }
.capability p { font-size: 17px; line-height: 1.35; max-width: 285px; margin-bottom: 19px; }
.round-link { display: grid; place-items: center; width: 42px; height: 42px; min-height: 42px; margin-top: auto; border: 1px solid #d8dddf; border-radius: 50%; transition: background .2s; }
.round-link:hover { background: var(--wine); }
.round-link svg { width: 21px; height: 21px; }
.audiences { padding: 57px 0 26px; }
.audience-grid { display: grid; grid-template-columns: 1.16fr .98fr 1.04fr .91fr; }
.audience-heading { padding-right: 25px; }
.audience-heading h2 { font-size: 42px; line-height: 1.22; letter-spacing: -.035em; }
.audience-grid article { border-left: 1px solid var(--line); padding-left: 40px; padding-right: 20px; }
.audience-grid article:last-child { padding-right: 0; }
.line-icon { width: 43px; height: 43px; stroke-width: 1.7; color: #96233b; margin-top: -5px; margin-bottom: 11px; }
.audience-grid h3 { font-size: 25px; line-height: 1.16; font-weight: 500; letter-spacing: -.025em; margin-bottom: 13px; }
.audience-grid article p { font-size: 17px; line-height: 1.45; color: var(--muted); }
.about { position: relative; isolation: isolate; overflow: hidden; background: #111a21; color: #f6f5f3; padding-block: 42px 31px; }
.about::before { content: ''; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #0b141a66, #0b141a88), url('assets/images/mountains-reference.webp') center 65% / cover; filter: saturate(.4); }
.about::after { content: ''; position: absolute; z-index: -1; top: -220px; right: -80px; width: 180px; height: 720px; transform: rotate(-38deg); background: #76142944; border-inline: 40px solid #78132722; }
.about-grid { display: grid; grid-template-columns: .84fr 1.43fr; gap: 72px; }
.about .eyebrow { color: #eab6bc; margin-bottom: 18px; }
.about h2 { font-size: 40px; line-height: 1.2; }
.company-signature { font-size: 12px; line-height: 1.6; margin-top: 18px; color: #c1ccd2; }
.about-copy > p:first-child { font-size: 19px; line-height: 1.5; color: #e0e4e6; }
.about .accent-rule { margin-block: 20px 20px; }
.company-facts { display: grid; grid-template-columns: .84fr 1fr 1.34fr; gap: 23px; }
.company-facts > div { display: flex; gap: 16px; }
.company-facts svg { width: 34px; height: 40px; color: #d9dfe1; }
.company-facts dt, .company-facts dd { font-size: 16px; line-height: 1.4; }
.registration-note { font-size: 12px; line-height: 1.5; margin-top: 12px; color: #c1ccd2; }
.registration-note + .registration-note { margin-top: 4px; }
.registration-note span { padding-inline: 8px; }
.contact { padding-block: 32px 35px; background: #f6f5f2; }
.contact-grid { display: grid; grid-template-columns: 1.42fr 1.08fr auto; align-items: center; gap: 34px; }
.contact .eyebrow { font-size: 12px; margin-bottom: 10px; }
.contact h2 { font-size: 39px; line-height: 1.15; }
.contact-grid > div:first-child > p:last-child { font-size: 17px; line-height: 1.4; max-width: 510px; color: var(--muted); margin-top: 12px; }
.contact-person { display: flex; align-items: center; gap: 23px; border-left: 1px solid var(--line); padding: 22px 0 22px 48px; font-size: 17px; }
.contact-person .line-icon { width: 39px; margin: 0; }
.contact-person a { display: inline-block; text-decoration: none; padding-block: 7px; white-space: nowrap; }
.contact-person a:hover { text-decoration: underline; }
.contact .button { padding-inline: 27px; white-space: nowrap; font-size: 15px; border-color: var(--wine); }
.footer { background: linear-gradient(120deg, #10171b, #0a1117); color: #eceef0; padding-top: 28px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 25px; }
.footer .wordmark { font-size: 33px; }
.footer .brand-line { font-size: 10px; margin-top: 8px; }
.footer nav { display: flex; align-items: center; gap: 35px; font-size: 13px; }
.footer nav a { padding-block: 14px; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer-statement { position: relative; color: #b1bec8; font-size: 12px; text-transform: uppercase; letter-spacing: .2em; line-height: 1.9; padding-left: 78px; }
.footer-statement::before { content: ''; position: absolute; left: 0; top: 8px; width: 60px; height: 2px; background: #9a2942; }
.footer-bottom { border-top: 1px solid #ffffff19; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 17px 23px; font-size: 12px; color: #a5b3bd; }
.footer-bottom a { text-decoration: none; padding-block: 6px; }
@media (min-width: 981px) {
  .about { margin-top: -26px; padding-top: 68px; clip-path: polygon(0 0, 22% 26px, 100% 26px, 100% 100%, 0 100%); }
}
@media (min-width: 1600px) {
  .container { width: min(1420px, calc(100% - 184px)); }
  .hero-inner { min-height: 430px; }
}
@media (max-width: 1300px) {
  .container { width: calc(100% - 120px); }
  .header-inner { gap: 22px; }
  .wordmark { font-size: 39px; }
  .brand-line { font-size: 9px; }
  #navigation { gap: 23px; font-size: 14px; }
  .header-cta { padding-inline: 17px; font-size: 12px; }
  .hero h1 { font-size: 64px; }
  .hero-description { max-width: 590px; }
  .section-heading { gap: 35px; grid-template-columns: 1.7fr 1fr; }
  .section-heading h2 { font-size: 31px; }
  .section-heading > p { font-size: 16px; }
  .capability { padding-inline: 30px; }
  .audience-grid article { padding-left: 28px; }
  .audience-heading h2 { font-size: 35px; }
  .audience-grid h3 { font-size: 21px; }
  .audience-grid article p { font-size: 16px; }
  .about-grid { gap: 45px; }
  .about h2 { font-size: 34px; }
  .company-facts { gap: 16px; }
  .company-facts > div { gap: 10px; }
  .company-facts dt, .company-facts dd { font-size: 14px; }
  .contact-grid { grid-template-columns: 1.4fr 1.15fr auto; gap: 22px; }
  .contact h2 { font-size: 29px; }
  .contact-person { padding-left: 24px; gap: 16px; font-size: 14px; }
  .contact .button { font-size: 12px; padding-inline: 18px; }
  .footer nav { gap: 22px; }
  .footer-statement { padding-left: 0; font-size: 10px; }
  .footer-statement::before { display: none; }
}
@media (max-width: 980px) {
  .container { width: calc(100% - 64px); }
  .site-header:has(.open) { background: var(--dark); }
  .header-inner { min-height: 112px; flex-wrap: wrap; padding-block: 22px; }
  .menu-toggle:not([hidden]) { display: inline-block; margin-left: auto; }
  .header-cta { display: none; }
  #navigation { width: 100%; order: 3; gap: 26px; }
  .js #navigation { display: none; }
  .js #navigation.open { display: flex; }
  .hero { padding-top: 112px; }
  .hero-inner { min-height: 485px; padding-block: 55px; }
  .hero h1 { font-size: 62px; }
  .hero-copy { max-width: 650px; }
  .hero .eyebrow { font-size: 11px; }
  .hero-description { max-width: 540px; font-size: 18px; }
  .hero-aside { display: none; }
  .hero::after { background: linear-gradient(90deg, #090f16f2, #090f16b3 65%, #090f1666); }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .section-heading h2 { font-size: 34px; white-space: normal; }
  .section-heading > p { max-width: 560px; }
  .capability-grid { margin-inline: -12px; }
  .capability { padding: 30px 20px 24px; min-height: 345px; }
  .capability h3 { font-size: 23px; }
  .capability p { font-size: 15px; }
  .audience-grid { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .audience-grid article { padding-left: 32px; }
  .audience-grid article:nth-child(3) { border-left: 0; padding-left: 0; padding-right: 32px; }
  .audience-grid h3 { font-size: 24px; }
  .about-grid { grid-template-columns: 1fr; gap: 26px; }
  .about h2 { font-size: 38px; }
  .about h2 br { display: none; }
  .company-facts { grid-template-columns: 1fr 1fr 1.3fr; }
  .company-facts dt, .company-facts dd { font-size: 16px; }
  .contact-grid { grid-template-columns: 1.3fr 1fr; gap: 24px; }
  .contact-grid > .button { grid-column: 2; justify-self: start; }
  .contact-person { padding-left: 24px; }
  .footer-top { flex-wrap: wrap; gap: 20px; }
  .footer-statement { display: none; }
  .footer-bottom { flex-wrap: wrap; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 103px; padding-block: 21px; gap: 18px; }
  .wordmark { font-size: 31px; }
  .brand-line { font-size: 8px; letter-spacing: .09em; margin-top: 9px; }
  .brand-line i { margin-inline: 3px; }
  .menu-toggle { font-size: 14px; }
  #navigation { flex-direction: column; align-items: stretch; gap: 0; }
  #navigation a { border-top: 1px solid #ffffff22; padding-block: 13px; }
  #navigation a::after { display: none; }
  .hero { padding-top: 103px; }
  .hero::after { background: linear-gradient(90deg, #0a1016ed, #0a1016ac), linear-gradient(0deg, #0a1016aa, transparent); }
  .hero-inner { min-height: 485px; padding-block: 40px 43px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .2em; max-width: 300px; line-height: 1.8; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(35px, 10vw, 58px); line-height: 1.13; }
  .hero-description { font-size: 16px; line-height: 1.6; }
  .hero-actions { flex-direction: column; gap: 13px; margin-top: 27px; }
  .button { width: 100%; min-height: 52px; font-size: 14px; }
  .eyebrow { font-size: 10px; letter-spacing: .24em; }
  .accent-rule { width: 49px; }
  .capabilities { padding-top: 33px; }
  .section-heading { gap: 17px; margin-bottom: 25px; }
  .section-heading h2 { font-size: 32px; line-height: 1.18; }
  .section-heading > p { font-size: 16px; }
  .capability-grid { grid-template-columns: 1fr; gap: 13px; margin-inline: 0; }
  .capability { min-height: 300px; padding: 30px 27px 24px; }
  .capability h3 { font-size: 27px; }
  .capability p { font-size: 16px; max-width: 245px; }
  .number { margin-bottom: 23px; font-size: 12px; }
  .round-link { width: 44px; height: 44px; }
  .audiences { padding: 39px 0 33px; }
  .audience-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .audience-heading { padding: 0 0 25px; }
  .audience-heading h2 { font-size: 36px; line-height: 1.15; }
  .audience-grid article, .audience-grid article:nth-child(3) { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 8px 20px; padding: 25px 0; border-left: 0; border-top: 1px solid var(--line); }
  .audience-grid article:last-child { padding-bottom: 0; }
  .audience-grid .line-icon { grid-row: 1 / 3; margin: 0; width: 39px; }
  .audience-grid h3 { font-size: 23px; margin: 0; overflow-wrap: break-word; }
  .audience-grid article p { grid-column: 2; font-size: 15px; }
  .about { padding-block: 34px 31px; }
  .about-grid { gap: 25px; }
  .about h2 { font-size: 32px; }
  .about h2 br { display: initial; }
  .about .eyebrow { margin-bottom: 15px; }
  .about-copy > p:first-child { font-size: 16px; }
  .company-facts { grid-template-columns: 1fr; gap: 19px; }
  .company-facts > div { gap: 17px; align-items: center; }
  .company-facts dt, .company-facts dd { font-size: 15px; }
  .company-facts svg { width: 30px; height: 36px; }
  .registration-note { font-size: 12px; margin-top: 21px; }
  .registration-note + .registration-note { margin-top: 10px; }
  .contact { padding-block: 31px 34px; }
  .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 23px; }
  .contact .eyebrow { font-size: 10px; }
  .contact h2 { font-size: 32px; }
  .contact-grid > div:first-child > p:last-child { font-size: 16px; }
  .contact-person { border-left: 0; border-top: 1px solid var(--line); padding: 23px 0 0; gap: 20px; font-size: 15px; }
  .contact-grid > .button { grid-column: auto; justify-self: stretch; font-size: 14px; }
  .footer { padding-top: 27px; }
  .footer .wordmark { font-size: 29px; }
  .footer .brand-line { font-size: 8px; }
  .footer-top { padding-bottom: 18px; }
  .footer nav { flex-wrap: wrap; gap: 4px 25px; font-size: 12px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; font-size: 11px; padding-block: 17px 23px; }
}
html:not(.js) .site-header { position: relative; background: var(--dark); }
html:not(.js) .hero { padding-top: 0; }
/* Cinematic enhancement: the approved composition remains the foundation. */
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
summary { cursor: pointer; }
a, button, summary, .connection-choices label { -webkit-tap-highlight-color: #810d2b20; }
summary:focus-visible { outline: 3px solid #ffc0d0; outline-offset: 5px; }
/* The cinematic hero is a real film. CSS only frames it and protects the copy. */
/* 16:9 source. A content-height hero turns into a shallow strip on wide screens
   (1536px gave a 2.52 ratio and cropped 30% of the frame), so height tracks width.
   The vh line is the fallback for engines without small-viewport units. */
/* Balanced first screen: the film stays substantial, but never so tall that the
   three capability cards fall below the fold. 465px is the measured cost of the
   capabilities eyebrow, heading and card row underneath it. */
.hero { min-height: clamp(430px, min(62vh, 100vh - 474px), 760px); }
.hero { min-height: clamp(430px, min(62svh, 100svh - 474px), 760px); }
.hero { display: flex; flex-direction: column; }
.hero-inner { flex: 1 1 auto; }
.hero-media { position: absolute; z-index: -3; inset: 0; overflow: hidden;
  background: #090f16 url("assets/video/glinven-dc-start.png") center 48% / cover no-repeat; }
.hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center 48%;
  display: block; opacity: 0; transition: opacity .7s ease; }
/* The poster underneath is the same frame, so the swap is invisible. */
.hero-video.is-showing { opacity: 1; }
.no-video .hero-video { display: none; }

/* Left negative space carries the copy; the Capitol keeps the right. */
.hero::after { background:
  linear-gradient(90deg, #070d14f5 0%, #080e16e0 30%, #090f1682 52%, #090f1626 74%, transparent 92%),
  linear-gradient(0deg, #080e16e6, transparent 38%, #090f1640),
  radial-gradient(120% 78% at 14% 40%, #5c0f2426, transparent 62%); }
.hero-stripes { opacity: .5; }

/* Washington darkness → burgundy accent → ivory technical content. */
.hero-hem { position: absolute; z-index: -1; left: 0; right: 0; bottom: 0; height: 168px;
  pointer-events: none; background:
  linear-gradient(0deg, #070d14f2 0%, #070d1455 46%, #070d1400 100%),
  linear-gradient(0deg, #8e1531aa 0%, #8e153100 62%); }
.hero-hem::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: linear-gradient(90deg, #b33b50, #5d0f22 62%, #2a0a12); }
.hero-copy { transform-origin: left center; }

.transition-trace { position: absolute; z-index: -1; left: 0; top: 0; right: 0; height: 220px; overflow: hidden; pointer-events: none; opacity: var(--journey, 0); }
.transition-trace span { position: absolute; top: -190px; left: -50px; width: 150px; height: 420px; transform: rotate(-29deg) translateY(calc(var(--journey, 0) * 90px)); background: linear-gradient(90deg, #810d2b0a, #810d2b19); }
.transition-trace i { position: absolute; width: 30%; height: 85px; border-top: 1px solid #810d2b33; border-right: 1px solid #810d2b33; right: 8%; top: 30px; transform: skewX(-29deg); }
.transition-trace i:nth-child(3) { right: 14%; top: 46px; }
.transition-trace i:nth-child(4) { right: 20%; top: 62px; }
.hero-foot { position: absolute; bottom: 6px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; }
.scroll-cue, .motion-toggle { min-height: 36px; display: inline-flex; align-items: center; gap: 11px; padding: 7px 0; font: 500 10px/1.4 Manrope, sans-serif; letter-spacing: .12em; color: #d4dce0; text-decoration: none; }
.scroll-cue > span { font-size: 18px; color: #e5a0af; transition: transform .3s; }
.scroll-cue:hover > span { transform: translateY(3px); }
.button { transition: background .25s, border-color .25s, box-shadow .25s, transform .25s; }
.button svg, .text-link svg, .audience-link svg { transition: transform .25s; }
.button:hover svg, .text-link:hover svg, .audience-link:hover svg { transform: translateX(4px); }
.button:active { transform: translateY(1px); }
.capability-grid { align-items: stretch; }
.capability { min-height: 344px; transition: box-shadow .35s; }
.capability:focus-within { box-shadow: inset 0 0 0 2px #d38b9b; }
.capability::before { transform: scale(1.015); transition: transform .8s cubic-bezier(.2,.65,.3,1); }
.capability:has(details[open])::before { transform: scale(1.06); }
.capability:has(details[open])::after { background: linear-gradient(90deg, #0a1017f5, #0a1017c9); }
.capability-details { width: 100%; margin-top: auto; }
.capability-details summary { list-style: none; display: flex; align-items: center; gap: 13px; width: fit-content; min-height: 44px; font-size: 12px; letter-spacing: .04em; }
.capability-details summary::-webkit-details-marker { display: none; }
.capability-details .round-link { width: 44px; height: 44px; margin: 0; transition: background .3s, transform .4s; }
.capability-details summary:hover .round-link, .capability-details[open] .round-link { background: var(--wine); }
.capability-details[open] .round-link { transform: rotate(-90deg); }
.capability-detail { margin-top: 22px; padding-top: 20px; border-top: 1px solid #ffffff40; }
.capability-detail p { max-width: none; font-size: 15px; line-height: 1.6; }
.capability-detail .scope { color: #d7b6c0; font-size: 12px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 13px; text-underline-offset: 5px; }
.text-link svg, .audience-link svg { width: 18px; height: 18px; }
.connection { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; margin-top: 35px; padding-block: 30px 33px; border-block: 1px solid var(--line); }
.connection-intro { padding-top: 6px; }
.connection-intro .eyebrow { font-size: 10px; margin-bottom: 13px; }
.connection h3 { font-size: 28px; }
.connection-intro > p:last-child { max-width: 290px; margin-top: 14px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.connection-explorer { min-width: 0; margin: 0; padding: 0; border: 0; }
.connection-choices { position: relative; display: flex; border-bottom: 1px solid var(--line); }
.connection-choices input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.connection-choices label { position: relative; display: flex; align-items: center; justify-content: center; flex: 1; gap: 12px; padding: 11px 8px 14px; cursor: pointer; color: #535961; font-size: 15px; transition: color .25s, background .25s; }
.connection-choices label span { font-size: 10px; letter-spacing: .08em; }
.connection-choices label::after { content: ''; position: absolute; inset: auto 0 -1px; height: 2px; background: var(--wine); transform: scaleX(0); transition: transform .4s; }
.connection-choices input:checked + label { color: var(--wine); background: #810d2b05; }
.connection-choices input:checked + label::after { transform: scaleX(1); }
.connection-choices input:focus-visible + label { outline: 3px solid var(--wine); outline-offset: -3px; }
.connection-stage { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 35px; padding-top: 24px; }
.connection-map svg { display: block; width: 100%; height: auto; overflow: visible; }
.systems-diagram { color: #810d2b; stroke-width: 1.4; }
.systems-diagram text { font: 11px Manrope, sans-serif; fill: #535961; stroke: none; text-anchor: middle; }
.system-route { stroke: #a96779; stroke-dasharray: 5 5; transition: transform .7s, opacity .7s; }
.system-block, .system-core, .build-window, .operate-ring { transition: transform .7s cubic-bezier(.2,.65,.3,1), opacity .5s; }
.system-block rect { fill: #f5f4f1; stroke: #a96779; }
.system-block path { stroke: #9a9295; }
.system-block circle { fill: var(--wine); stroke: none; }
.system-core rect { fill: var(--wine); stroke: var(--wine); }
.system-core path { stroke: #fff; stroke-width: 2; transition: opacity .35s; }
.core-build, .core-operate, .build-window, .operate-ring { opacity: 0; }
.build-window { transform: translateY(12px) scale(.95); transform-origin: 240px 110px; }
.build-window rect { fill: none; stroke: #810d2b80; }
.build-window path { stroke: #a96779; }
.operate-ring { transform: scale(.7); transform-origin: 256px 110px; }
.operate-ring circle { stroke: var(--wine); stroke-dasharray: 180 18 100 18; }
.connection-explorer:has(#build:checked) .block-a { transform: translate(45px, 10px) scale(.65); }
.connection-explorer:has(#build:checked) .block-b { transform: translate(45px, 16px) scale(.65); }
.connection-explorer:has(#build:checked) .block-c { transform: translate(90px, 10px) scale(.75); }
.connection-explorer:has(#build:checked) .block-d { transform: translate(90px, 16px) scale(.75); }
.connection-explorer:has(#build:checked) .build-window { opacity: 1; transform: none; }
.connection-explorer:has(#build:checked) .core-build,
.connection-explorer:has(#operate:checked) .core-operate { opacity: 1; }
.connection-explorer:has(#build:checked) .core-connect,
.connection-explorer:has(#operate:checked) .core-connect { opacity: 0; }
.connection-explorer:has(#operate:checked) .operate-ring { opacity: 1; transform: none; }
.connection-explorer:has(#operate:checked) .block-a { transform: translate(-10px, 13px); opacity: .55; }
.connection-explorer:has(#operate:checked) .block-b { transform: translate(-10px, -13px); opacity: .55; }
.connection-explorer:has(#operate:checked) .block-c { transform: translate(10px, 13px); opacity: .55; }
.connection-explorer:has(#operate:checked) .block-d { transform: translate(10px, -13px); opacity: .55; }
.connection-explorer:has(#operate:checked) .system-route { opacity: .35; }
.connection-explorer:has(#build:checked) .system-route { opacity: .45; }
.map-caption { margin-top: 8px; text-align: center; font-size: 11px; color: var(--wine); letter-spacing: .06em; }
.map-caption span { display: none; }
.connection-explorer:has(#connect:checked) .caption-connect,
.connection-explorer:has(#build:checked) .caption-build,
.connection-explorer:has(#operate:checked) .caption-operate { display: inline; }
.motion-on .story-visible .system-route { animation: data-route 3s linear infinite; }
.motion-on .story-visible:has(#operate:checked) .operate-ring circle { animation: data-route 6s linear infinite; }
@keyframes data-route { to { stroke-dashoffset: -40; } }
.connection-copy { min-height: 136px; }
.connection-panel { display: none; }
.connection-explorer:has(#connect:checked) .panel-connect,
.connection-explorer:has(#build:checked) .panel-build,
.connection-explorer:has(#operate:checked) .panel-operate { display: block; }
.stage-index { font-size: 10px; letter-spacing: .12em; color: var(--wine); text-transform: uppercase; }
.connection-panel h4 { margin: 8px 0; font-size: 17px; font-weight: 600; letter-spacing: -.025em; }
.connection-panel p { font-size: 13px; color: var(--muted); line-height: 1.65; }
.audiences { padding-bottom: 45px; }
.audience-grid article { position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.audience-grid article::before { content: ''; position: absolute; left: -1px; top: 0; width: 2px; height: 36px; background: var(--wine); transform: scaleY(0); transform-origin: top; transition: transform .4s; }
.audience-grid article:focus-within::before, .audience-grid article:hover::before { transform: scaleY(1); }
.audience-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding-top: 14px; margin-top: auto; color: var(--wine); font-size: 12px; font-weight: 650; text-decoration: none; }
.audience-link:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (hover: hover) and (pointer: fine) {
  .capability:hover::before { transform: scale(1.045) translate3d(var(--card-x, 0px), var(--card-y, 0px), 0); }
  .button:hover { box-shadow: 0 5px 22px #680e2820, inset 0 1px 0 #ffffff20; }
}
@media (max-width: 980px) {
  .connection { grid-template-columns: 1fr; gap: 24px; }
  .connection-intro > p:last-child { max-width: none; margin-top: 10px; }
  .capability { min-height: 360px; }
  .hero-foot { bottom: 6px; }
}
@media (max-width: 600px) {
  .hero-inner { padding-bottom: 63px; min-height: 505px; }
  .hero-foot { bottom: 7px; }
  .scroll-cue, .motion-toggle { min-height: 44px; font-size: 9px; letter-spacing: .04em; gap: 7px; }
  .capability { min-height: 310px; }
  .connection { margin-top: 28px; padding-block: 27px; gap: 20px; }
  .connection h3 { font-size: 27px; }
  .connection-choices label { font-size: 14px; gap: 8px; }
  .connection-stage { grid-template-columns: 1fr; gap: 22px; padding-top: 8px; }
  .connection-map { width: 100%; max-width: 390px; margin-inline: auto; }
  .connection-copy { min-height: 129px; padding: 0 2px; }
  .connection-panel h4 { font-size: 20px; }
  .connection-panel p { font-size: 15px; }
  .audiences { padding-top: 35px; padding-bottom: 33px; }
  .audience-grid article, .audience-grid article:nth-child(3) { display: grid; }
  .audience-link { grid-column: 2; padding-top: 3px; font-size: 12px; }
  .audience-grid article::before { left: 0; top: -1px; width: 36px; height: 2px; }
}
/* Consistent selection: wide active photograph, quieter neighbors. */
:root { --motion-ease: cubic-bezier(.2,.65,.3,1); }
.capability-grid { transition: grid-template-columns .65s var(--motion-ease); }
.capability { transition: transform .55s var(--motion-ease), box-shadow .4s, filter .55s; }
.capability.is-selected { box-shadow: inset 0 -4px 0 #b33b50; }
.capability.is-selected::before { transform: scale(1.12) translateX(-8px); }
.capability h3 { transition: transform .5s var(--motion-ease), color .5s; }
.capability.is-selected h3 { transform: translateX(6px); color: #ffe4e8; }
.number i { transition: width .5s var(--motion-ease); }
.capability.is-selected .number i { width: 65px; }
.capability.is-selected .round-link { background: var(--wine); transform: rotate(-35deg); }
.capability:has(details[open]) .round-link { transform: rotate(-90deg); }
@media (min-width: 981px) {
  .capability-grid[data-active="0"] { grid-template-columns: 1.4fr .8fr .8fr; }
  .capability-grid[data-active="1"] { grid-template-columns: .8fr 1.4fr .8fr; }
  .capability-grid[data-active="2"] { grid-template-columns: .8fr .8fr 1.4fr; }
  .capability-grid[data-active] .capability:not(.is-selected) { transform: scale(.975); filter: saturate(.55); }
}
#navigation a { transition: color .3s var(--motion-ease); }
#navigation a:hover, #navigation a:focus-visible { color: #f4b6c5; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.audience-link:hover svg, .audience-link:focus-visible svg, .button:hover svg, .button:focus-visible svg { transform: translateX(6px); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ── cinematic hero: interface polish and deliberate crops ─────────────── */
.motion-toggle { border: 0; background: transparent; cursor: pointer; border-radius: 999px;
  padding: 7px 13px; transition: background .25s, color .25s; }
.motion-toggle:hover { color: #fff; background: #ffffff14; }
.motion-toggle:focus-visible { outline: 3px solid #ffc0d0; outline-offset: 3px; }
.scroll-cue { border-radius: 999px; padding: 7px 13px 7px 0; transition: color .25s; }
.scroll-cue:hover { color: #fff; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 2px; background: #b33b50; transform: scaleX(0); transform-origin: left;
  transition: transform .3s cubic-bezier(.22,.68,.24,1); }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after,
.site-header nav a[aria-current]::after { transform: scaleX(1); }
.button-outline:hover { background: #ffffff14; }

@media (max-width: 900px) {
  /* Portrait crop: hold the dome on the right, keep the left readable. */
  .hero-video, .hero-media { object-position: 79% 46%; background-position: 79% 46%; }
  .hero::after { background:
    linear-gradient(0deg, #070d14f7 12%, #080e16cc 42%, #090f1659 66%, #090f1626 88%),
    linear-gradient(90deg, #080e16b3, #080e1626 62%, transparent 88%),
    radial-gradient(120% 60% at 18% 26%, #5c0f2430, transparent 64%); }
  .hero-hem { height: 128px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video { transition: none; }
}

/* Vertical tuning: first viewport holds hero + heading + all three cards. */
.capabilities .section-heading .eyebrow { margin-bottom: 8px; }
