:root {
  --navy: #071733;
  --navy-2: #0b1f4d;
  --charcoal: #111827;
  --graphite: #273140;
  --gray: #6b7280;
  --line: #d8dee8;
  --muted: #f4f6f9;
  --white: #ffffff;
  --yellow: #f7c600;
  --yellow-2: #d4a017;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--charcoal);
  background: var(--white);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(17,24,39,.08);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { display: block; height: 56px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #303947; font-size: 14px; font-weight: 800; transition: color .25s ease; }
.main-nav a:hover { color: var(--yellow-2); }
.nav-cta {
  border: 0;
  padding: 0;
  background: transparent;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  font-size: 24px;
  cursor: pointer;
}

.dg-hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: var(--navy);
}
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1s ease, transform 6.5s ease;
}
.slide.active { opacity: 1; transform: scale(1); }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,23,51,.97) 0%, rgba(7,23,51,.84) 48%, rgba(7,23,51,.42) 100%),
    linear-gradient(0deg, rgba(7,23,51,.22), rgba(7,23,51,.22));
}
.hero-content {
  position: relative;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  padding: 90px 0 72px;
}
.eyebrow, .section-kicker {
  display: inline-flex;
  width: fit-content;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.hero-content h1 {
  width: min(900px, 100%);
  margin: 16px 0 20px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  font-weight: 900;
}
.hero-content h1 span { color: var(--yellow); }
.hero-content p {
  width: min(760px, 100%);
  margin: 0;
  color: #dce3ee;
  font-size: 20px;
  line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 24px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--yellow); color: #101827; box-shadow: 0 14px 34px rgba(247,198,0,.28); }
.btn.primary:hover { background: #ffd83d; box-shadow: 0 18px 42px rgba(247,198,0,.38); }
.btn.ghost { color: var(--white); border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.04); }
.btn.ghost:hover { border-color: var(--yellow); color: var(--yellow); }

.section { padding: 96px 0; }
.muted { background: var(--muted); }
.section-title { margin-bottom: 44px; text-align: center; }
.section-title .section-kicker { margin: 0 auto 14px; }
.section-title h2, .footprint-copy h2, .intake-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  color: var(--navy);
  font-weight: 900;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.capability-card {
  min-height: 285px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(7,23,51,.96), rgba(17,24,39,.86)),
    url('https://images.unsplash.com/photo-1581092921461-eab62e97a780?auto=format&fit=crop&w=1000&q=78') center/cover;
  border: 1px solid rgba(255,255,255,.1);
  transition: transform .25s ease, box-shadow .25s ease;
}
.capability-card:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(7,23,51,.95), rgba(39,49,64,.78)),
    url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1000&q=78') center/cover;
}
.capability-card:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(7,23,51,.18); }
.card-index {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(247,198,0,.46);
  font-size: 54px;
  font-weight: 900;
}
.capability-card h3 { margin: 0 0 12px; font-size: 30px; line-height: 1.15; }
.capability-card p { margin: 0; color: #d8dee8; font-size: 17px; line-height: 1.7; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.service-card {
  position: relative;
  min-height: 300px;
  padding: 30px;
  background: var(--white);
  border: 1px solid rgba(17,24,39,.09);
  box-shadow: 0 10px 30px rgba(7,23,51,.04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 4px;
  background: var(--yellow);
  transform: scaleX(.35);
  transform-origin: left;
  transition: transform .25s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(247,198,0,.5);
  box-shadow: 0 24px 48px rgba(7,23,51,.1);
}
.service-card:hover:after { transform: scaleX(1); }
.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  background: #eef2f7;
  color: var(--navy-2);
}
.service-icon svg { width: 30px; height: 30px; stroke: currentColor; stroke-width: 2; fill: none; }
.service-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 22px; line-height: 1.24; }
.service-card p { margin: 0 0 22px; color: #5d6674; line-height: 1.65; }
.learn-link {
  display: inline-flex;
  color: var(--navy-2);
  font-weight: 900;
  position: relative;
}
.learn-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
.learn-link:hover:after { transform: scaleX(1); }

.footprint-grid, .intake-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 54px;
  align-items: center;
}
.footprint-copy .section-kicker, .intake-copy .section-kicker { margin-bottom: 14px; }
.footprint-copy p, .intake-copy p {
  margin: 20px 0 0;
  color: #5d6674;
  font-size: 18px;
  line-height: 1.8;
}
.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: flex;
  gap: 12px;
  color: #263140;
  font-weight: 700;
}
.check-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(247,198,0,.15);
  flex: 0 0 auto;
}
.uptime-badge {
  min-height: 390px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, var(--yellow), var(--yellow-2));
  color: #111827;
  box-shadow: 0 28px 70px rgba(212,160,23,.28);
  transform: rotate(-1deg);
}
.uptime-badge span { font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.uptime-badge strong { display: block; margin: 18px 0; font-size: clamp(72px, 10vw, 118px); line-height: .9; font-weight: 900; }
.uptime-badge p { margin: 0; font-size: 26px; line-height: 1.2; font-weight: 900; }

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  isolation: isolate;
}
.timeline-progress {
  position: absolute;
  left: 0;
  top: 50%;
  height: 4px;
  width: var(--progress, 0%);
  background: var(--yellow);
  transform: translateY(-50%);
  z-index: 0;
  transition: width .25s ease;
}
.timeline-step {
  min-height: 188px;
  position: relative;
  z-index: 1;
  padding: 28px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%, 22px 50%);
  margin-left: -14px;
}
.timeline-step:first-of-type { margin-left: 0; clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%); }
.timeline-step span { color: var(--yellow); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.timeline-step h3 { margin: 12px 0 0; font-size: 19px; line-height: 1.35; }

.intake-section {
  background:
    linear-gradient(90deg, rgba(7,23,51,.95), rgba(7,23,51,.84)),
    url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&w=1800&q=78') center/cover;
  color: var(--white);
}
.intake-copy h2 { color: var(--white); }
.intake-copy p { color: #dce3ee; }
.contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  color: #e8edf4;
  font-weight: 800;
}
.contact-lines a { color: var(--yellow); }
.region-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.region-links a {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.22);
  color: #eef2f7;
  background: rgba(255,255,255,.06);
  font-weight: 800;
}
.region-links a:hover { border-color: var(--yellow); color: var(--yellow); }
.project-form {
  display: grid;
  gap: 18px;
  padding: 32px;
  background: var(--white);
  color: var(--charcoal);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}
.project-form label { display: grid; gap: 8px; font-weight: 900; color: #283242; }
.project-form input, .project-form select, .project-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  background: #fbfcfe;
  color: var(--charcoal);
  padding: 12px 14px;
  font: inherit;
}
.project-form textarea {
  resize: vertical;
}
.project-form input:focus, .project-form select:focus, .project-form textarea:focus {
  outline: 3px solid rgba(247,198,0,.25);
  border-color: var(--yellow-2);
}
.project-form .btn { width: 100%; margin-top: 6px; }

.site-footer { background: #0b1220; color: #cbd5e1; padding-top: 58px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; }
.footer-logo { height: 72px; background: #fff; margin-bottom: 18px; }
.site-footer h4 { color: #fff; margin: 0 0 16px; }
.site-footer a { display: block; color: #cbd5e1; margin: 10px 0; }
.copyright { text-align: center; border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding: 18px; color: #94a3b8; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.cascade:nth-child(2) { transition-delay: .08s; }
.cascade:nth-child(3) { transition-delay: .16s; }
.cascade:nth-child(4) { transition-delay: .24s; }
.cascade:nth-child(5) { transition-delay: .32s; }
.cascade:nth-child(6) { transition-delay: .4s; }
.pulse-soft { animation: dgPulse 2.6s ease-in-out infinite; }
@keyframes dgPulse {
  0%, 100% { box-shadow: 0 14px 34px rgba(247,198,0,.22); }
  50% { box-shadow: 0 18px 48px rgba(247,198,0,.42); }
}

@media (max-width: 980px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    padding: 22px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav.open { display: flex; }
  .dg-hero, .hero-content { min-height: 640px; }
  .capability-grid, .service-grid, .footprint-grid, .intake-grid, .timeline, .footer-grid { grid-template-columns: 1fr; }
  .timeline { gap: 14px; }
  .timeline-progress { display: none; }
  .timeline-step, .timeline-step:first-of-type { margin-left: 0; clip-path: none; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 68px 0; }
  .hero-content h1 { font-size: 40px; }
  .hero-content p { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .capability-card, .service-card, .project-form, .uptime-badge { padding: 24px; }
  .uptime-badge { transform: none; min-height: 300px; }
  .footer-logo { height: 58px; }
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-menu li { position: relative; margin: 0; }
.primary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: #303947;
  font-size: 14px;
  font-weight: 900;
  transition: color .22s ease, background .22s ease;
}
.primary-menu a:hover { color: var(--yellow-2); }
.primary-menu .menu-item-has-children > a:after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.primary-menu .sub-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: -20px;
  min-width: 285px;
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 14px;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(17,24,39,.1);
  box-shadow: 0 22px 50px rgba(7,23,51,.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu,
.primary-menu li.submenu-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.primary-menu .sub-menu a {
  width: 100%;
  min-height: auto;
  padding: 12px 14px;
  color: var(--navy);
  background: #f6f8fb;
  border-left: 3px solid transparent;
}
.primary-menu .sub-menu a:hover {
  background: rgba(247,198,0,.12);
  border-left-color: var(--yellow);
}
.primary-menu .nav-cta > a {
  min-height: 42px;
  padding: 0 16px;
  color: var(--navy);
  background: rgba(247,198,0,.1);
  border: 1px solid #EAA400;
  outline: 0;
  box-shadow: none;
}

.narrow { width: min(920px, calc(100% - 44px)); }
.inner-hero {
  padding: 112px 0 92px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7,23,51,.97), rgba(39,49,64,.9)),
    radial-gradient(circle at 82% 24%, rgba(247,198,0,.16), transparent 34%);
  border-bottom: 1px solid rgba(247,198,0,.24);
}
.inner-hero h1,
.solution-subhero h1 {
  width: min(940px, 100%);
  margin: 14px 0 18px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 900;
}
.inner-hero p,
.solution-subhero p {
  width: min(820px, 100%);
  margin: 0;
  color: #dce3ee;
  font-size: 19px;
  line-height: 1.75;
}

.solutions-parent-section {
  background:
    linear-gradient(180deg, #fff 0%, #f4f6f9 100%);
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch !important;
}
.solution-parent-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between;
  height: 100% !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17,24,39,.1);
  box-shadow: 0 18px 42px rgba(7,23,51,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.solution-parent-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 62px rgba(7,23,51,.13);
}
.solution-card-media {
  flex: 0 0 210px;
  height: 210px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.solution-card-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7,23,51,.48), transparent);
}
.solution-card-body {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column !important;
  padding: 30px;
}
.solution-card-body h2,
.spec-panel h2,
.sector-quadrant h2,
.profile-copy h2,
.principles-box h2,
.intake-parameters h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 26px;
  line-height: 1.18;
  font-weight: 900;
}
.solution-card-body p,
.spec-panel p,
.profile-copy p,
.principle-item p,
.intake-parameters p {
  margin: 0;
  color: #5d6674;
  line-height: 1.75;
}
.accent-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}
.solution-card-body .accent-list { margin-bottom: 28px; }
.solution-card-body .btn {
  align-self: flex-start;
  margin-top: auto !important;
}
.accent-list li {
  display: flex;
  gap: 11px;
  color: #273140;
  font-weight: 800;
  line-height: 1.45;
}
.accent-list li:before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 7px;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(247,198,0,.14);
  flex: 0 0 auto;
}

.solution-subhero {
  padding: 118px 0 96px;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.solution-subhero .btn { margin-top: 30px; }
.data-centers-hero {
  background-image: linear-gradient(90deg, rgba(7,23,51,.96), rgba(7,23,51,.72)), url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=82');
}
.networks-hero {
  background-image: linear-gradient(90deg, rgba(7,23,51,.96), rgba(7,23,51,.68)), url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=82');
}
.industrial-hero {
  background-image: linear-gradient(90deg, rgba(7,23,51,.96), rgba(7,23,51,.68)), url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=82');
}
.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.spec-panel {
  min-height: 380px;
  padding: 38px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.1);
  box-shadow: 0 18px 48px rgba(7,23,51,.08);
}
.spec-panel.dark {
  color: #fff;
  background: linear-gradient(145deg, var(--navy), var(--graphite));
}
.spec-panel.dark h2,
.spec-panel.dark .accent-list li { color: #fff; }
.spec-panel.dark p { color: #dce3ee; }
.spec-panel > span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--yellow);
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}

.sector-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(17,24,39,.1);
  box-shadow: 0 18px 48px rgba(7,23,51,.08);
}
.sector-quadrant {
  min-height: 300px;
  padding: 38px;
}
.sector-quadrant.light { background: #fff; }
.sector-quadrant.gray { background: #eef2f7; }
.sector-callout {
  padding: 78px 0;
  background: var(--charcoal);
  color: #fff;
}
.callout-inner {
  display: block;
}
.callout-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 980px;
}
.callout-inner h2 {
  margin: 0 0 10px;
  color: #fff;
  max-width: 900px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.16;
  word-break: normal;
  overflow-wrap: normal;
}
.callout-inner p {
  max-width: 940px;
  margin: 0;
  color: #dce3ee;
  font-size: 18px;
  line-height: 1.7;
}
.callout-inner .btn { margin-top: 24px; }

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: start;
}
.profile-copy {
  padding: 18px 0;
}
.profile-copy .section-kicker { margin-bottom: 14px; }
.profile-copy p + p { margin-top: 18px; }
.principles-box {
  padding: 38px;
  background: linear-gradient(145deg, var(--navy), #0b1220);
  color: #fff;
  box-shadow: 0 24px 60px rgba(7,23,51,.16);
}
.principles-box h2 { color: #fff; }
.principle-item {
  margin-top: 18px;
  padding: 20px;
  background: rgba(255,255,255,.07);
  border-left: 4px solid var(--yellow);
}
.principle-item h3 { margin: 0 0 8px; color: var(--yellow); }
.principle-item p { color: #dce3ee; }

.contact-intake-section { background: #f4f6f9; }
.intake-parameters {
  margin-bottom: 24px;
  padding: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(17,24,39,.1);
}
.contact-project-form {
  border: 1px solid rgba(17,24,39,.13);
  box-shadow: 0 22px 56px rgba(7,23,51,.1);
}
.contact-region-links {
  justify-content: center;
  margin-top: 22px;
}
.contact-region-links a {
  color: var(--navy);
  background: #f4f6f9;
  border-color: rgba(17,24,39,.12);
}
.contact-region-links a:hover {
  color: var(--navy);
  background: rgba(247,198,0,.18);
  border-color: var(--yellow);
}
.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.form-full {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .primary-menu {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .primary-menu a {
    width: 100%;
    padding: 10px 0;
  }
  .primary-menu .sub-menu {
    position: static;
    min-width: 0;
    box-shadow: none;
    border: 0;
    padding: 4px 0 8px 16px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }
  .primary-menu li.submenu-open > .sub-menu { display: grid; }
  .primary-menu .nav-cta > a {
    justify-content: center;
    padding: 12px 16px;
  }
  .solutions-grid,
  .spec-grid,
  .sector-matrix,
  .about-split,
  .field-grid,
  .callout-inner {
    grid-template-columns: 1fr;
  }
  .callout-inner .btn { width: fit-content; }
}
