*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { font-family: Inter, sans-serif; background-color: rgb(24, 22, 23); color: rgb(255, 255, 255); overflow-x: hidden; }
.hero-section { position: relative; min-height: 100vh; background-color: rgb(24, 22, 23); display: flex; align-items: center; justify-content: flex-start; overflow: hidden; padding: 120px 60px 100px; }
.hero-section__bg-img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; opacity: 0.18; z-index: 0; pointer-events: none; }
.hero-section__overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(24, 22, 23, 0.97) 0%, rgba(24, 22, 23, 0.75) 60%, rgba(208, 2, 27, 0.08) 100%); z-index: 1; }
.hero-section__grid-pattern { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1; pointer-events: none; background-image: linear-gradient(rgba(208, 2, 27, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(208, 2, 27, 0.06) 1px, transparent 1px); background-size: 60px 60px; }
.hero-section__content { position: relative; z-index: 2; max-width: 760px; }
.hero-section__eyebrow { display: inline-block; font-family: Inter, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: rgb(208, 2, 27); margin-bottom: 24px; opacity: 0; animation: 0.7s ease 0.2s 1 normal forwards running heroFadeUp; }
.hero-section__headline { font-family: Poppins, sans-serif; font-size: clamp(36px, 5.5vw, 72px); font-weight: 800; line-height: 1.08; color: rgb(255, 255, 255); margin-bottom: 28px; opacity: 0; animation: 0.8s ease 0.4s 1 normal forwards running heroFadeUp; }
.hero-section__headline span { color: rgb(208, 2, 27); }
.hero-section__subheadline { font-family: Inter, sans-serif; font-size: clamp(15px, 1.8vw, 19px); font-weight: 400; line-height: 1.75; color: rgba(255, 255, 255, 0.78); margin-bottom: 44px; max-width: 620px; opacity: 0; animation: 0.8s ease 0.6s 1 normal forwards running heroFadeUp; }
.hero-section__cta-group { display: flex; gap: 18px; flex-wrap: wrap; opacity: 0; animation: 0.8s ease 0.8s 1 normal forwards running heroFadeUp; }
.hero-section__btn-primary { display: inline-flex; align-items: center; gap: 8px; background-color: rgb(208, 2, 27); color: rgb(255, 255, 255); font-family: Inter, sans-serif; font-size: 15px; font-weight: 600; padding: 15px 32px; border-radius: 4px; text-decoration: none; border: 2px solid rgb(208, 2, 27); transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s; letter-spacing: 0.3px; }
.hero-section__btn-primary:hover { background-color: rgb(168, 0, 26); border-color: rgb(168, 0, 26); transform: translateY(-2px); box-shadow: rgba(208, 2, 27, 0.35) 0px 8px 24px; }
.hero-section__btn-ghost { display: inline-flex; align-items: center; gap: 8px; background-color: transparent; color: rgb(255, 255, 255); font-family: Inter, sans-serif; font-size: 15px; font-weight: 600; padding: 15px 32px; border-radius: 4px; text-decoration: none; border: 2px solid rgb(255, 255, 255); transition: background-color 0.3s, color 0.3s, transform 0.2s; letter-spacing: 0.3px; }
.hero-section__btn-ghost:hover { background-color: rgba(255, 255, 255, 0.1); transform: translateY(-2px); }
.hero-section__separator { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 3px; background-color: rgb(208, 2, 27); z-index: 3; }
@keyframes heroFadeUp { 
  0% { opacity: 0; transform: translateY(28px); }
  100% { opacity: 1; transform: translateY(0px); }
}
.mission-strip { background-color: rgb(208, 2, 27); padding: 36px 40px; text-align: center; }
.mission-strip__text { font-family: Poppins, sans-serif; font-size: clamp(18px, 3vw, 32px); font-weight: 700; color: rgb(255, 255, 255); letter-spacing: 1.5px; text-transform: uppercase; line-height: 1.3; }
.who-we-are { background-color: rgb(255, 255, 255); padding: 100px 60px; }
.who-we-are__inner { max-width: 1200px; margin: 0px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.who-we-are__label { font-family: Inter, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgb(208, 2, 27); margin-bottom: 16px; display: block; }
.who-we-are__headline { font-family: Poppins, sans-serif; font-size: clamp(26px, 3vw, 42px); font-weight: 700; color: rgb(0, 0, 0); line-height: 1.2; margin-bottom: 24px; }
.who-we-are__body { font-family: Inter, sans-serif; font-size: 16px; line-height: 1.8; color: rgb(51, 51, 51); margin-bottom: 28px; }
.who-we-are__cta-link { font-family: Inter, sans-serif; font-size: 15px; font-weight: 600; color: rgb(208, 2, 27); text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s, opacity 0.2s; }
.who-we-are__cta-link:hover { opacity: 0.8; color: rgb(168, 0, 26); }
.who-we-are__right { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.who-we-are__division-badge { background-color: rgb(24, 22, 23); border-left: 3px solid rgb(208, 2, 27); padding: 16px 18px; border-radius: 4px; display: flex; align-items: center; gap: 12px; transition: transform 0.2s, box-shadow 0.2s; }
.who-we-are__division-badge:hover { transform: translateY(-3px); box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 20px; }
.who-we-are__division-number { background-color: rgb(208, 2, 27); color: rgb(255, 255, 255); font-family: Poppins, sans-serif; font-size: 13px; font-weight: 700; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.who-we-are__division-name { font-family: Inter, sans-serif; font-size: 12px; font-weight: 600; color: rgb(255, 255, 255); line-height: 1.3; }
.divisions-grid { background-color: rgb(24, 22, 23); padding: 100px 60px; }
.divisions-grid__header { text-align: center; margin-bottom: 60px; }
.divisions-grid__title { font-family: Poppins, sans-serif; font-size: clamp(28px, 3.5vw, 48px); font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 16px; }
.divisions-grid__subtext { font-family: Inter, sans-serif; font-size: 17px; color: rgba(255, 255, 255, 0.65); max-width: 560px; margin: 0px auto; line-height: 1.6; }
.divisions-grid__grid { max-width: 1200px; margin: 0px auto 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.divisions-grid__card { background-color: rgb(30, 28, 29); border-top: 3px solid rgb(208, 2, 27); border-radius: 6px; padding: 32px 28px; transition: transform 0.25s, box-shadow 0.25s, background-color 0.25s; display: flex; flex-direction: column; gap: 12px; }
.divisions-grid__card:hover { transform: translateY(-5px); box-shadow: rgba(208, 2, 27, 0.18) 0px 12px 32px; background-color: rgb(37, 34, 35); }
.divisions-grid__card-icon { width: 40px; height: 40px; background-color: rgba(208, 2, 27, 0.15); border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.divisions-grid__card-icon svg { width: 22px; height: 22px; stroke: rgb(208, 2, 27); fill: none; }
.divisions-grid__card-name { font-family: Poppins, sans-serif; font-size: 17px; font-weight: 700; color: rgb(255, 255, 255); line-height: 1.3; }
.divisions-grid__card-desc { font-family: Inter, sans-serif; font-size: 14px; color: rgba(255, 255, 255, 0.6); line-height: 1.65; flex: 1 1 0%; }
.divisions-grid__card-link { font-family: Inter, sans-serif; font-size: 13px; font-weight: 600; color: rgb(208, 2, 27); text-decoration: none; transition: color 0.2s, letter-spacing 0.2s; display: inline-flex; align-items: center; gap: 4px; }
.divisions-grid__card-link:hover { color: rgb(255, 26, 48); letter-spacing: 0.3px; }
.divisions-grid__bottom-cta { text-align: center; }
.divisions-grid__view-btn { display: inline-flex; align-items: center; gap: 8px; background-color: rgb(208, 2, 27); color: rgb(255, 255, 255); font-family: Inter, sans-serif; font-size: 15px; font-weight: 600; padding: 15px 36px; border-radius: 4px; text-decoration: none; border: 2px solid rgb(208, 2, 27); transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s; }
.divisions-grid__view-btn:hover { background-color: rgb(168, 0, 26); border-color: rgb(168, 0, 26); transform: translateY(-2px); box-shadow: rgba(208, 2, 27, 0.35) 0px 8px 24px; }
.core-pillars { background-color: rgb(197, 197, 197); padding: 100px 60px; }
.core-pillars__header { text-align: center; margin-bottom: 64px; }
.core-pillars__title { font-family: Poppins, sans-serif; font-size: clamp(26px, 3vw, 42px); font-weight: 700; color: rgb(0, 0, 0); }
.core-pillars__grid { max-width: 1100px; margin: 0px auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.core-pillars__pillar { background-color: rgb(255, 255, 255); border-radius: 8px; padding: 44px 36px; text-align: center; transition: transform 0.25s, box-shadow 0.25s; border-bottom: 3px solid transparent; }
.core-pillars__pillar:hover { transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 32px; border-bottom-color: rgb(208, 2, 27); }
.core-pillars__icon { width: 64px; height: 64px; background-color: rgba(208, 2, 27, 0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0px auto 24px; }
.core-pillars__icon svg { width: 32px; height: 32px; stroke: rgb(208, 2, 27); fill: none; stroke-width: 2; }
.core-pillars__pillar-name { font-family: Poppins, sans-serif; font-size: 20px; font-weight: 700; color: rgb(0, 0, 0); margin-bottom: 14px; }
.core-pillars__pillar-desc { font-family: Inter, sans-serif; font-size: 15px; color: rgb(68, 68, 68); line-height: 1.7; }
.services-snapshot { background-color: rgb(255, 255, 255); padding: 100px 60px; }
.services-snapshot__header { text-align: center; margin-bottom: 60px; max-width: 700px; margin-left: auto; margin-right: auto; }
.services-snapshot__title { font-family: Poppins, sans-serif; font-size: clamp(26px, 3vw, 42px); font-weight: 700; color: rgb(0, 0, 0); margin-bottom: 16px; }
.services-snapshot__subtext { font-family: Inter, sans-serif; font-size: 16px; color: rgb(85, 85, 85); line-height: 1.7; }
.services-snapshot__grid { max-width: 1100px; margin: 0px auto 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.services-snapshot__tile { background-color: rgb(248, 248, 248); border-radius: 8px; padding: 36px 28px; text-align: center; border-top: 3px solid transparent; transition: transform 0.25s, box-shadow 0.25s, border-top-color 0.25s; }
.services-snapshot__tile:hover { transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 28px; border-top-color: rgb(208, 2, 27); }
.services-snapshot__tile-icon { width: 56px; height: 56px; background-color: rgba(208, 2, 27, 0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0px auto 20px; }
.services-snapshot__tile-icon svg { width: 28px; height: 28px; stroke: rgb(208, 2, 27); fill: none; stroke-width: 2; }
.services-snapshot__tile-title { font-family: Poppins, sans-serif; font-size: 16px; font-weight: 700; color: rgb(0, 0, 0); margin-bottom: 10px; }
.services-snapshot__tile-desc { font-family: Inter, sans-serif; font-size: 14px; color: rgb(102, 102, 102); line-height: 1.65; }
.services-snapshot__bottom { text-align: center; }
.services-snapshot__cta-link { font-family: Inter, sans-serif; font-size: 16px; font-weight: 600; color: rgb(208, 2, 27); text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s, opacity 0.2s; }
.services-snapshot__cta-link:hover { color: rgb(168, 0, 26); opacity: 0.85; }
.why-downrange { background-color: rgb(24, 22, 23); padding: 100px 60px; }
.why-downrange__inner { max-width: 1100px; margin: 0px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.why-downrange__left { position: relative; }
.why-downrange__label { font-family: Inter, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgb(208, 2, 27); margin-bottom: 16px; display: block; }
.why-downrange__title { font-family: Poppins, sans-serif; font-size: clamp(26px, 3vw, 42px); font-weight: 700; color: rgb(255, 255, 255); line-height: 1.2; margin-bottom: 28px; }
.why-downrange__quote { background-color: rgba(208, 2, 27, 0.1); border-left: 4px solid rgb(208, 2, 27); padding: 24px 28px; border-radius: 0px 6px 6px 0px; }
.why-downrange__quote-text { font-family: Poppins, sans-serif; font-size: 18px; font-weight: 500; color: rgb(255, 255, 255); line-height: 1.6; font-style: italic; }
.why-downrange__differentiators { display: flex; flex-direction: column; gap: 20px; padding-top: 12px; }
.why-downrange__diff-item { display: flex; align-items: flex-start; gap: 16px; padding: 20px 24px; background-color: rgb(30, 28, 29); border-radius: 6px; transition: background-color 0.2s, transform 0.2s; }
.why-downrange__diff-item:hover { background-color: rgb(37, 34, 35); transform: translateX(4px); }
.why-downrange__diff-dash { width: 20px; height: 3px; background-color: rgb(208, 2, 27); flex-shrink: 0; margin-top: 10px; border-radius: 2px; }
.why-downrange__diff-text { font-family: Inter, sans-serif; font-size: 15px; color: rgba(255, 255, 255, 0.85); line-height: 1.55; }
.cta-banner { background-color: rgb(208, 2, 27); padding: 90px 60px; text-align: center; }
.cta-banner__headline { font-family: Poppins, sans-serif; font-size: clamp(26px, 3.5vw, 46px); font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 18px; line-height: 1.2; }
.cta-banner__subtext { font-family: Inter, sans-serif; font-size: 18px; color: rgba(255, 255, 255, 0.88); margin-bottom: 40px; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.cta-banner__btn { display: inline-flex; align-items: center; gap: 8px; background-color: rgb(255, 255, 255); color: rgb(208, 2, 27); font-family: Inter, sans-serif; font-size: 16px; font-weight: 700; padding: 16px 40px; border-radius: 4px; text-decoration: none; border: 2px solid rgb(255, 255, 255); transition: background-color 0.3s, color 0.3s, transform 0.2s, box-shadow 0.3s; }
.cta-banner__btn:hover { background-color: rgb(240, 240, 240); transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px; }
@media (max-width: 1024px) {
  .hero-section { padding: 120px 40px 100px; }
  .who-we-are { padding: 80px 40px; }
  .who-we-are__inner { grid-template-columns: 1fr; gap: 48px; }
  .divisions-grid { padding: 80px 40px; }
  .divisions-grid__grid { grid-template-columns: repeat(2, 1fr); }
  .core-pillars { padding: 80px 40px; }
  .core-pillars__grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .services-snapshot { padding: 80px 40px; }
  .services-snapshot__grid { grid-template-columns: repeat(2, 1fr); }
  .why-downrange { padding: 80px 40px; }
  .why-downrange__inner { grid-template-columns: 1fr; gap: 52px; }
  .cta-banner { padding: 70px 40px; }
}
@media (max-width: 768px) {
  .hero-section { padding: 100px 24px 80px; text-align: center; justify-content: center; }
  .hero-section__content { max-width: 100%; }
  .hero-section__cta-group { justify-content: center; }
  .hero-section__subheadline { margin-left: auto; margin-right: auto; }
  .mission-strip { padding: 28px 24px; }
  .who-we-are { padding: 60px 24px; }
  .who-we-are__right { grid-template-columns: 1fr; }
  .divisions-grid { padding: 60px 24px; }
  .divisions-grid__grid { grid-template-columns: 1fr; }
  .core-pillars { padding: 60px 24px; }
  .core-pillars__grid { grid-template-columns: 1fr; }
  .services-snapshot { padding: 60px 24px; }
  .services-snapshot__grid { grid-template-columns: 1fr; }
  .why-downrange { padding: 60px 24px; }
  .cta-banner { padding: 60px 24px; }
}
@media (max-width: 480px) {
  .hero-section__btn-primary, .hero-section__btn-ghost { width: 100%; justify-content: center; }
  .hero-section__cta-group { flex-direction: column; }
  .who-we-are__right { grid-template-columns: 1fr; }
}
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }