@font-face {
  font-family: "akiv-grotesk";
  src: url("assets/fonts/ag-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* About page */
body.about-page main {
  background: #edf4f5;
}

.about-page .global-nav a[aria-current="page"] {
  color: #ffffff;
}

.about-hero .cyber-detail-hero-media img {
  object-position: 38% 46%;
}

.about-value-grid article {
  min-height: 300px;
}

.about-value-grid h3 {
  max-width: 230px;
}

.about-difference {
  margin-top: clamp(18px, 3vw, 38px);
}

.about-section-head {
  max-width: 920px;
  margin-bottom: clamp(40px, 6vw, 70px);
  position: relative;
  z-index: 1;
}

.about-section-head h2 {
  max-width: 860px;
  color: #273c4e;
  font-size: 60px;
  line-height: 0.96;
  letter-spacing: 0;
}

.about-section-head > p:not(.cap-kicker) {
  max-width: 760px;
  margin-top: 22px;
  color: rgba(16, 24, 32, 0.72);
  font-size: 1.08rem;
  line-height: 1.42;
}

.about-section-head--dark h2 {
  color: #ffffff;
}

.about-section-head--dark > p:not(.cap-kicker) {
  color: rgba(255, 255, 255, 0.74);
}

.about-values-band {
  padding: clamp(78px, 10vw, 124px) max(18px, calc((100vw - 1260px) / 2));
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(234, 103, 82, 0.14), transparent 28%),
    radial-gradient(circle at 84% 10%, rgba(48, 176, 213, 0.2), transparent 30%),
    linear-gradient(180deg, #07151d 0%, #0d2838 100%);
  color: #ffffff;
}

.about-values-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(120deg, rgba(48, 176, 213, 0.4), rgba(234, 103, 82, 0.4));
}

.about-values-grid article {
  min-height: 286px;
  padding: clamp(24px, 2.8vw, 34px);
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(7, 21, 29, 0.96), rgba(10, 38, 54, 0.94)),
    #07151d;
}

.about-values-grid article::after {
  content: "";
  position: absolute;
  inset: auto -22% -24% 24%;
  height: 46%;
  background: linear-gradient(135deg, rgba(33, 160, 162, 0.2), rgba(234, 103, 82, 0.2));
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  pointer-events: none;
}

.about-values-grid h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 1.32rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.about-values-grid p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.4;
}

.about-leadership {
  padding: clamp(78px, 10vw, 124px) max(18px, calc((100vw - 1260px) / 2));
  background:
    radial-gradient(circle at 88% 12%, rgba(48, 176, 213, 0.14), transparent 30%),
    linear-gradient(180deg, #edf4f5 0%, #ffffff 100%);
  color: #101820;
}

.about-leader-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-leader-card {
  min-width: 0;
  min-height: 300px;
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 24px;
  align-content: start;
  padding: 28px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(7, 21, 29, 0.08);
}

.about-leader-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #30b0d5, #21a0a2 48%, #ea6752);
}

.about-leader-card img {
  width: 142px;
  height: 142px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
  background: #07151d;
}

.about-leader-card h3 {
  color: #273c4e;
  font-size: 1.32rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.about-role {
  margin-top: 8px;
  color: #ea6752;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-credential {
  margin-top: 8px;
  color: rgba(16, 24, 32, 0.78);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.25;
}

.about-leader-card p:not(.about-role):not(.about-credential) {
  margin-top: 14px;
  color: rgba(16, 24, 32, 0.7);
  font-size: 0.96rem;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-leader-card {
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 20px;
  }

  .about-leader-card img {
    width: 122px;
    height: 122px;
  }
}

@media (max-width: 779px) {
  .about-section-head h2 {
    font-size: 35px;
  }

  .about-section-head > p:not(.cap-kicker) {
    font-size: 1rem;
  }

  .about-values-band,
  .about-leadership {
    padding-right: 18px;
    padding-left: 18px;
  }

  .about-values-grid,
  .about-leader-grid {
    grid-template-columns: 1fr;
  }

  .about-values-grid article {
    min-height: auto;
  }

  .about-leader-card {
    min-height: auto;
    grid-template-columns: 104px minmax(0, 1fr);
    padding: 22px;
  }

  .about-leader-card img {
    width: 104px;
    height: 104px;
  }
}

/* Contact page */
body.contact-page main {
  background: #edf4f5;
}

.contact-page .global-nav a[aria-current="page"] {
  color: #ffffff;
}

.contact-hero .cyber-detail-hero-media img {
  object-position: 50% 46%;
}

.contact-details {
  padding: clamp(78px, 10vw, 124px) max(18px, calc((100vw - 1260px) / 2));
  background:
    radial-gradient(circle at 88% 12%, rgba(48, 176, 213, 0.14), transparent 30%),
    linear-gradient(180deg, #edf4f5 0%, #ffffff 100%);
  color: #101820;
}

.contact-detail-layout {
  min-width: 0;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-card {
  min-width: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(7, 21, 29, 0.08);
}

.contact-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  background: #ffffff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #30b0d5, #21a0a2 48%, #ea6752);
}

.contact-card:hover,
.contact-card:focus {
  transform: translateY(-3px);
  box-shadow: 0 26px 64px rgba(7, 21, 29, 0.12);
}

.contact-card span {
  color: #ea6752;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.contact-card strong {
  margin-top: 20px;
  color: #273c4e;
  font-size: clamp(1.22rem, 1.45vw, 1.52rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.contact-card p {
  margin-top: auto;
  padding-top: 24px;
  color: rgba(16, 24, 32, 0.7);
  font-size: 0.98rem;
  line-height: 1.4;
}

.contact-location {
  padding: clamp(76px, 10vw, 124px) max(18px, calc((100vw - 1260px) / 2));
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(234, 103, 82, 0.14), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(48, 176, 213, 0.22), transparent 28%),
    linear-gradient(180deg, #07151d 0%, #102735 100%);
  color: #ffffff;
}

.contact-location::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.contact-location-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.72fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.contact-location-copy h2 {
  max-width: 780px;
  color: #ffffff;
  font-size: 60px;
  line-height: 0.96;
  letter-spacing: 0;
}

.contact-location-copy p:not(.cap-kicker) {
  max-width: 700px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.42;
}

.contact-location-stack {
  display: grid;
  gap: 18px;
}

.contact-map-panel {
  min-height: 380px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #07151d;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
}

.contact-map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: block;
  border: 0;
  filter: saturate(0.82) contrast(1.02);
}

@media (max-width: 1100px) {
  .contact-location-layout {
    grid-template-columns: 1fr;
  }

  .contact-map-panel,
  .contact-map-panel iframe {
    min-height: 420px;
  }
}

@media (max-width: 779px) {
  .contact-details,
  .contact-location {
    padding-right: 18px;
    padding-left: 18px;
  }

  .contact-page .cyber-detail-hero,
  .contact-page .cyber-detail-hero-copy {
    overflow-x: clip;
  }

  body.contact-page.cyber-detail-page:not(.lifecycle-detail-page) .cyber-detail-hero-copy::before {
    inset: 0;
  }

  .contact-card-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: auto;
  }

  .contact-location-copy h2 {
    font-size: 35px;
  }

  .contact-location-copy p:not(.cap-kicker) {
    font-size: 1rem;
  }

  .contact-map-panel,
  .contact-map-panel iframe {
    min-height: 340px;
  }
}

/* Case studies */
.case-study-page {
  background: #edf4f5;
}

.case-study-page main {
  background: #edf4f5;
}

.case-study-landing-hero,
.case-study-detail-hero {
  min-height: calc(100svh - 52px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  background: #07151d;
  color: #ffffff;
}

.case-study-landing-copy,
.case-study-detail-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 92px max(28px, calc((100vw - 1260px) / 2)) 92px 48px;
  position: relative;
  isolation: isolate;
}

.case-study-landing-copy::before,
.case-study-detail-copy::before {
  content: "";
  position: absolute;
  inset: 16% 8% 14% -22%;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(48, 176, 213, 0.18), transparent 30%),
    conic-gradient(from 220deg at 50% 48%, rgba(33, 160, 162, 0.22), transparent 28%, rgba(234, 103, 82, 0.2), transparent 68%, rgba(48, 176, 213, 0.2));
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
}

.case-study-landing-copy h1,
.case-study-detail-copy h1 {
  max-width: 760px;
  color: #ffffff;
  font-size: 60px;
  line-height: 0.97;
  letter-spacing: 0;
}

.case-study-landing-copy > p:not(.cap-kicker),
.case-study-detail-copy > p:not(.cap-kicker) {
  max-width: 720px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.42;
}

.case-study-landing-media,
.case-study-detail-media {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #07151d;
}

.case-study-landing-media::after,
.case-study-detail-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 21, 29, 0) 62%, #07151d 100%),
    linear-gradient(180deg, rgba(7, 21, 29, 0.08), rgba(7, 21, 29, 0.36));
  pointer-events: none;
}

.case-study-landing-media img,
.case-study-detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: calc(100svh - 52px);
  object-fit: cover;
  object-position: 50% 50%;
}

.case-study-landing-page .case-study-hero .cyber-detail-hero-media img {
  object-position: 28% 50%;
}

.case-study-ot-cyber-improvement .cyber-detail-hero-media img {
  object-position: 72% 50%;
}

.case-study-landing-media,
.case-study-detail-media {
  min-height: calc(100svh - 52px);
}

.case-study-section-head {
  max-width: 900px;
  margin-bottom: 44px;
}

.case-study-section-head h2 {
  max-width: 820px;
  color: #273c4e;
  font-size: 52px;
  line-height: 0.98;
  letter-spacing: 0;
}

.case-study-section-head > p:not(.cap-kicker) {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(16, 24, 32, 0.72);
  font-size: 1.08rem;
  line-height: 1.42;
}

.case-study-list-section,
.case-study-detail-body,
.case-study-more {
  padding: 86px max(18px, calc((100vw - 1260px) / 2));
}

.case-study-list-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(48, 176, 213, 0.16), transparent 30%),
    #edf4f5;
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-study-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(7, 21, 29, 0.08);
}

.case-study-card-link {
  min-height: 100%;
  display: grid;
  grid-template-rows: 190px minmax(0, 1fr);
}

.case-study-card-media {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #07151d;
}

.case-study-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.case-study-card-link:hover .case-study-card-media img,
.case-study-card-link:focus .case-study-card-media img {
  transform: scale(1.035);
}

.case-study-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.case-study-card-body h3 {
  color: #273c4e;
  font-size: 1.45rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.case-study-card-body > p:not(.cap-kicker) {
  color: rgba(16, 24, 32, 0.7);
  font-size: 0.98rem;
  line-height: 1.4;
}

.case-study-card .cap-text-link {
  margin-top: auto;
  padding-top: 4px;
}

.case-study-back-link {
  width: fit-content;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.case-study-back-link:hover,
.case-study-back-link:focus {
  color: #ffffff;
}

.case-study-detail-body {
  background: #edf4f5;
}

.case-study-detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 18px;
}

.case-study-panel {
  min-width: 0;
  padding: 34px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.case-study-summary-panel {
  grid-row: span 2;
}

:is(.case-study-icss-upgrade, .case-study-icss-upgrade-peer-review, .case-study-icss-vulnerability, .case-study-esd-pcs-upgrade, .case-study-operational-support, .case-study-pcs-mcs-communications-upgrade, .case-study-shutdown-commissioning-authority, .case-study-oil-export-control, .case-study-anti-surge-valve-optimisation, .case-study-gas-compression-control-upgrade, .case-study-gas-compression-sequence-control-upgrade, .case-study-alarm-system-improvements, .case-study-fg-upgrade, .case-study-fg-vulnerability, .case-study-flare-ignition-upgrade, .case-study-ot-cyber-improvement) .case-study-detail-shell {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

:is(.case-study-icss-upgrade, .case-study-icss-upgrade-peer-review, .case-study-icss-vulnerability, .case-study-esd-pcs-upgrade, .case-study-operational-support, .case-study-pcs-mcs-communications-upgrade, .case-study-shutdown-commissioning-authority, .case-study-oil-export-control, .case-study-anti-surge-valve-optimisation, .case-study-gas-compression-control-upgrade, .case-study-gas-compression-sequence-control-upgrade, .case-study-alarm-system-improvements, .case-study-fg-upgrade, .case-study-fg-vulnerability, .case-study-flare-ignition-upgrade, .case-study-ot-cyber-improvement) .case-study-summary-panel {
  grid-row: auto;
}

.case-study-visual-panel {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
}

.case-study-visual-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

.case-study-panel h2 {
  margin-bottom: 18px;
  color: #273c4e;
  font-size: 1.65rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.case-study-panel p,
.case-study-list {
  color: rgba(16, 24, 32, 0.72);
  font-size: 1.02rem;
  line-height: 1.46;
}

:is(.case-study-icss-upgrade, .case-study-icss-upgrade-peer-review, .case-study-icss-vulnerability, .case-study-esd-pcs-upgrade, .case-study-operational-support, .case-study-pcs-mcs-communications-upgrade, .case-study-shutdown-commissioning-authority, .case-study-oil-export-control, .case-study-anti-surge-valve-optimisation, .case-study-gas-compression-control-upgrade, .case-study-gas-compression-sequence-control-upgrade, .case-study-alarm-system-improvements, .case-study-fg-upgrade, .case-study-fg-vulnerability, .case-study-flare-ignition-upgrade, .case-study-ot-cyber-improvement) .case-study-panel .cap-kicker {
  color: var(--cap-coral);
}

:is(.case-study-icss-upgrade, .case-study-icss-upgrade-peer-review, .case-study-icss-vulnerability, .case-study-esd-pcs-upgrade, .case-study-operational-support, .case-study-pcs-mcs-communications-upgrade, .case-study-shutdown-commissioning-authority, .case-study-oil-export-control, .case-study-anti-surge-valve-optimisation, .case-study-gas-compression-control-upgrade, .case-study-gas-compression-sequence-control-upgrade, .case-study-alarm-system-improvements, .case-study-fg-upgrade, .case-study-fg-vulnerability, .case-study-flare-ignition-upgrade, .case-study-ot-cyber-improvement) .case-study-result-panel p:not(.cap-kicker) {
  color: rgba(255, 255, 255, 0.78);
}

.case-study-panel p + p {
  margin-top: 16px;
}

.case-study-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.case-study-result-panel {
  background:
    linear-gradient(145deg, rgba(7, 21, 29, 0.97), rgba(10, 38, 54, 0.96)),
    #07151d;
}

.case-study-result-panel h2 {
  color: #ffffff;
}

.case-study-result-panel .case-study-list {
  color: rgba(255, 255, 255, 0.78);
}

.case-study-more {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at 84% 16%, rgba(234, 103, 82, 0.14), transparent 28%),
    #ffffff;
}

.case-study-more h2 {
  color: #273c4e;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
}

.case-study-more-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.case-study-more-links a {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: #f7fbfc;
  color: #273c4e;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.12;
}

.case-study-more-links span {
  color: #ea6752;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.case-study-service-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 86px max(18px, calc((100vw - 1260px) / 2));
  background:
    radial-gradient(circle at 82% 16%, rgba(48, 176, 213, 0.16), transparent 28%),
    #ffffff;
  color: #101820;
}

.case-study-service-copy {
  max-width: 820px;
}

.case-study-service-copy h2 {
  max-width: 760px;
  color: #273c4e;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
}

.case-study-service-copy > p:not(.cap-kicker) {
  max-width: 740px;
  margin-top: 22px;
  color: rgba(16, 24, 32, 0.72);
  font-size: 1.08rem;
  line-height: 1.42;
}

.case-study-service-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.case-study-service-points article {
  padding: 22px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: #f7fbfc;
}

.case-study-service-points h3 {
  color: #273c4e;
  font-size: 1.12rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.case-study-service-points p {
  margin-top: 12px;
  color: rgba(16, 24, 32, 0.68);
  font-size: 0.96rem;
  line-height: 1.38;
}

.case-study-service-copy .cap-text-link {
  display: inline-flex;
  margin-top: 28px;
}

.case-study-service-visual {
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #07151d;
  box-shadow: 0 28px 90px rgba(7, 21, 29, 0.14);
}

.case-study-service-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
}

@media (max-width: 980px) {
  .case-study-landing-hero,
  .case-study-detail-hero,
  .case-study-detail-shell,
  .case-study-more,
  .case-study-service-line {
    grid-template-columns: 1fr;
  }

  :is(.case-study-icss-upgrade, .case-study-icss-upgrade-peer-review, .case-study-icss-vulnerability, .case-study-esd-pcs-upgrade, .case-study-operational-support, .case-study-pcs-mcs-communications-upgrade, .case-study-shutdown-commissioning-authority, .case-study-oil-export-control, .case-study-anti-surge-valve-optimisation, .case-study-gas-compression-control-upgrade, .case-study-gas-compression-sequence-control-upgrade, .case-study-alarm-system-improvements, .case-study-fg-upgrade, .case-study-fg-vulnerability, .case-study-flare-ignition-upgrade, .case-study-ot-cyber-improvement) .case-study-detail-shell {
    grid-template-columns: 1fr;
  }

  .case-study-landing-media,
  .case-study-detail-media {
    min-height: 420px;
    order: 1;
  }

  .case-study-landing-media img,
  .case-study-detail-media img {
    min-height: 100%;
  }

  .case-study-landing-copy,
  .case-study-detail-copy {
    order: 2;
    padding: 64px 24px 76px;
  }

  .case-study-summary-panel {
    grid-row: auto;
  }

  .case-study-service-visual {
    min-height: 360px;
    order: -1;
  }

  .case-study-service-visual img {
    min-height: 360px;
  }

  .case-study-visual-panel,
  .case-study-visual-panel img {
    min-height: clamp(360px, 92vw, 410px);
  }
}

@media (max-width: 760px) {
  .case-study-landing-copy h1,
  .case-study-detail-copy h1,
  .case-study-section-head h2 {
    font-size: 36px;
  }

  .case-study-more h2 {
    font-size: 32px;
  }

  .case-study-grid,
  .case-study-more-links,
  .case-study-service-points {
    grid-template-columns: 1fr;
  }

  .case-study-list-section,
  .case-study-detail-body,
  .case-study-more,
  .case-study-service-line {
    padding: 58px 18px;
  }

  .case-study-card-link {
    grid-template-rows: 210px minmax(0, 1fr);
  }

  .case-study-panel,
  .case-study-card-body {
    padding: 24px;
  }

  .case-study-service-copy h2 {
    font-size: 32px;
  }
}

@font-face {
  font-family: "akiv-grotesk";
  src: url("assets/fonts/ag-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "akiv-grotesk";
  src: url("assets/fonts/ag-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #111820;
  --graphite: #1d2530;
  --brand-blue: #2f4053;
  --navy: #273c4e;
  --navy-deep: #07151d;
  --teal: #21a0a2;
  --blue: #30b0d5;
  --coral: #ea6752;
  --mist: #edf4f5;
  --paper: #f8fbfc;
  --white: #ffffff;
  --line: rgba(17, 24, 32, 0.13);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "akiv-grotesk", Arial, sans-serif;
  line-height: 1.42;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.global-header {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  position: relative;
  z-index: 50;
  background: rgba(47, 64, 83, 0.96);
  backdrop-filter: blur(20px);
}

.brand img {
  width: 115px;
  height: auto;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.global-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.global-nav a:hover,
.global-nav a:focus {
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  display: block;
  margin: 5px auto;
  background: currentColor;
}

.product-nav {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  position: sticky;
  top: 0;
  z-index: 45;
  background: rgba(248, 251, 252, 0.78);
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
  backdrop-filter: blur(22px);
}

.product-name {
  font-size: 21px;
  font-weight: 700;
  color: var(--ink);
}

.product-links {
  display: flex;
  align-items: center;
  gap: 23px;
}

.product-links a {
  color: rgba(17, 24, 32, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.product-links a:hover,
.product-links a:focus {
  color: var(--ink);
}

.pill-link {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--coral);
  color: var(--white) !important;
}

.hero {
  min-height: calc(100svh - 104px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 72px max(24px, calc((100vw - var(--max)) / 2)) 78px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 65% 35%, rgba(33, 160, 162, 0.18), transparent 32%),
    linear-gradient(180deg, #08151d 0%, #111820 62%, #1d2530 100%);
  color: var(--white);
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/images/vortex.jpg") center bottom / cover no-repeat;
  opacity: 0.28;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 1120px;
  margin: 0 auto;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--coral);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 1100px;
  margin: 0 auto;
  font-size: clamp(60px, 7.4vw, 106px);
  line-height: 0.92;
  letter-spacing: 0;
  font-weight: 700;
}

.hero-intro {
  max-width: 620px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(22px, 2.2vw, 31px);
  line-height: 1.18;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus {
  transform: translateY(-2px);
}

.button-coral {
  background: var(--coral);
  color: var(--white);
  box-shadow: 0 18px 35px rgba(234, 103, 82, 0.26);
}

.button-coral:hover,
.button-coral:focus {
  background: #f27662;
}

.button-quiet {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.button-quiet:hover,
.button-quiet:focus {
  background: rgba(255, 255, 255, 0.18);
}

.hero-visual {
  min-height: 430px;
  display: grid;
  place-items: center;
  width: min(100%, 980px);
  margin: 0 auto;
}

.hero-network {
  width: min(100%, 980px);
  height: 390px;
  object-fit: cover;
  border-radius: 42px;
  opacity: 0.42;
  filter: saturate(1.15);
  box-shadow: 0 70px 150px rgba(0, 0, 0, 0.46);
}

.hero-device {
  width: min(74%, 680px);
  min-height: 330px;
  padding: 28px;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(22px);
  box-shadow: 0 60px 140px rgba(0, 0, 0, 0.44);
}

.device-topline,
.device-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 54px 0 48px;
}

.signal-grid span {
  min-height: 64px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.signal-grid span:nth-child(3n + 1) {
  background: rgba(33, 160, 162, 0.42);
}

.signal-grid span:nth-child(4n + 2) {
  background: rgba(234, 103, 82, 0.38);
}

.device-footer strong {
  color: var(--white);
  font-size: clamp(24px, 3.8vw, 48px);
  line-height: 1;
}

.statement {
  padding: 82px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--paper);
  text-align: center;
}

.statement > p {
  max-width: 1000px;
  margin: 0 auto;
  font-size: clamp(36px, 5.6vw, 78px);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: 0;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.metric-row div {
  padding: 28px 20px;
  border-top: 1px solid var(--line);
}

.metric-row strong {
  display: block;
  color: var(--teal);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
}

.metric-row span {
  display: block;
  margin-top: 10px;
  color: rgba(17, 24, 32, 0.72);
  font-size: 17px;
  font-weight: 700;
}

.section-pad {
  padding: 96px max(24px, calc((100vw - var(--max)) / 2));
}

.section-heading {
  max-width: 880px;
  margin-bottom: 54px;
}

.section-heading h2 {
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 0.96;
  font-weight: 700;
}

.section-heading > p:not(.eyebrow) {
  margin-top: 22px;
  color: rgba(17, 24, 32, 0.7);
  font-size: 22px;
  line-height: 1.22;
}

.services {
  background: var(--white);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  min-height: 620px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 0.95fr 1fr;
  border-radius: 28px;
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--line);
}

.service-card img {
  width: 100%;
  height: 100%;
  min-height: 265px;
  object-fit: cover;
}

.service-card > div {
  padding: 34px;
}

.service-number {
  margin-bottom: 34px;
  color: var(--coral);
  font-size: 14px;
  font-weight: 700;
}

.service-card h3 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 0.98;
}

.service-card p:last-child {
  color: rgba(17, 24, 32, 0.72);
  font-size: 20px;
  line-height: 1.24;
}

.lifecycle {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 70px;
  align-items: start;
  background: var(--navy-deep);
  color: var(--white);
}

.lifecycle-copy {
  position: sticky;
  top: 96px;
}

.lifecycle h2 {
  font-size: clamp(44px, 5.5vw, 82px);
  line-height: 0.94;
}

.lifecycle-copy > p:last-child {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 22px;
  line-height: 1.24;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline article {
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.timeline span {
  color: var(--coral);
  font-weight: 700;
}

.timeline h3 {
  margin: 18px 0 12px;
  font-size: 34px;
  line-height: 1;
}

.timeline p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.solutions {
  background: var(--mist);
}

.solutions .section-heading {
  max-width: 960px;
  text-align: center;
  margin-inline: auto;
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: stretch;
}

.product-copy,
.product-visual {
  border-radius: 34px;
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
}

.product-copy {
  padding: 34px;
}

.tab-controls {
  display: inline-flex;
  padding: 5px;
  margin-bottom: 46px;
  border-radius: 999px;
  background: #e4eef1;
}

.tab-button {
  min-width: 92px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(17, 24, 32, 0.65);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.tab-button.active {
  background: var(--ink);
  color: var(--white);
}

.product-panel {
  display: none;
}

.product-panel.active {
  display: block;
}

.product-panel h3 {
  margin-bottom: 18px;
  color: var(--coral);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.95;
}

.product-panel p {
  color: rgba(17, 24, 32, 0.74);
  font-size: 22px;
  line-height: 1.22;
}

.product-panel ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.product-panel li {
  padding: 16px 0;
  border-top: 1px solid var(--line);
  color: rgba(17, 24, 32, 0.78);
  font-size: 17px;
  font-weight: 700;
}

.product-visual {
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(145deg, rgba(33, 160, 162, 0.08), transparent),
    var(--white);
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: auto -20% -28% -20%;
  height: 58%;
  background: var(--teal);
  transform: skewY(-7deg);
}

.screen-shell {
  width: min(78%, 520px);
  padding: 16px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  background: #101820;
  box-shadow: 0 50px 120px rgba(17, 24, 32, 0.28);
}

.screen-bar {
  height: 20px;
  border-radius: 18px;
  background: linear-gradient(90deg, #2b3d4a, #1c2a35);
}

.screen-content {
  min-height: 360px;
  margin-top: 14px;
  padding: 24px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(48, 176, 213, 0.14), rgba(33, 160, 162, 0.08)),
    #172532;
}

.screen-metric {
  height: 34px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.screen-metric.wide {
  width: 68%;
  background: rgba(234, 103, 82, 0.58);
}

.screen-chart {
  height: 180px;
  display: flex;
  align-items: end;
  gap: 13px;
  margin-top: 46px;
}

.screen-chart span {
  flex: 1;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, var(--blue), var(--teal));
}

.capabilities {
  background:
    linear-gradient(180deg, rgba(7, 21, 29, 0.96), rgba(7, 21, 29, 0.92)),
    url("assets/images/vortex.jpg") center / cover no-repeat;
  color: var(--white);
}

.capabilities .section-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 280px;
  gap: 20px;
}

.feature-card {
  min-height: 280px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  position: relative;
  border-radius: 28px;
  background: #172532;
}

.feature-card::before,
.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
}

.feature-card::before {
  background: var(--image) center / cover no-repeat;
  transition: transform 600ms ease;
}

.feature-card::after {
  background: linear-gradient(180deg, rgba(7, 21, 29, 0.15), rgba(7, 21, 29, 0.84));
}

.feature-card:hover::before {
  transform: scale(1.05);
}

.feature-card.large {
  grid-column: span 2;
  grid-row: span 2;
}

.feature-card.wide {
  grid-column: span 2;
}

.feature-card h3,
.feature-card p {
  position: relative;
  z-index: 1;
}

.feature-card h3 {
  max-width: 520px;
  margin-bottom: 10px;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.02;
}

.feature-card.large h3,
.feature-card.wide h3 {
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 0.98;
}

.feature-card p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.case-studies {
  background: var(--white);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.case-card {
  overflow: hidden;
  border-radius: 28px;
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--line);
}

.case-card img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.case-card div {
  padding: 28px;
}

.case-card h3 {
  margin-bottom: 18px;
  color: var(--coral);
  font-size: 28px;
  line-height: 1.02;
}

.case-card p {
  margin-bottom: 24px;
  color: rgba(17, 24, 32, 0.72);
  font-size: 18px;
}

.case-card a {
  color: var(--teal);
  font-weight: 700;
}

.case-card a:hover,
.case-card a:focus {
  color: var(--coral);
}

.contact-cta {
  min-height: 680px;
  display: grid;
  place-items: center;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 21, 29, 0.72), rgba(7, 21, 29, 0.94)),
    url("assets/images/header-page-background.jpg") center / cover no-repeat;
  color: var(--white);
  text-align: center;
}

.cta-copy {
  max-width: 920px;
}

.contact-cta h2 {
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.94;
}

.contact-cta .cta-copy > p:not(.eyebrow) {
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 26px;
}

.site-footer {
  padding: 52px 24px 44px;
  background: #07151d;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.site-footer img {
  width: 150px;
  margin: 0 auto 28px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}

.footer-links a {
  font-size: 14px;
  font-weight: 700;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--white);
}

.site-footer p {
  font-size: 14px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button,
  .feature-card::before {
    transition: none;
  }

  .puzzle-board.is-celebrating .puzzle-cell {
    animation: none;
  }

  .puzzle-cell.is-newly-complete,
  .puzzle-cell.is-newly-complete .cell-face,
  .puzzle-cell.is-newly-complete .cell-face::after {
    animation: none;
  }

  .puzzle-cell.is-unit-pulse {
    animation: none;
  }

  .puzzle-fireworks {
    display: none;
  }
}

@media (max-width: 980px) {
  .global-header {
    padding: 0 18px;
  }

  .global-nav {
    gap: 16px;
  }

  .product-nav {
    padding-inline: 18px;
  }

  .product-links {
    gap: 14px;
  }

  .hero,
  .lifecycle,
  .product-showcase {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 470px;
  }

  .lifecycle-copy {
    position: static;
  }

  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .global-header {
    min-height: 56px;
  }

  .brand img {
    width: 115px;
  }

  .menu-toggle {
    display: block;
  }

  .global-nav {
    position: fixed;
    inset: 56px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    background: rgba(7, 21, 29, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .global-nav.open {
    display: flex;
  }

  .global-nav a {
    padding: 16px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 18px;
  }

  .product-nav {
    min-height: 48px;
  }

  .product-name {
    font-size: 18px;
  }

  .product-links a:not(.pill-link) {
    display: none;
  }

  .pill-link {
    padding: 7px 12px;
    font-size: 12px !important;
  }

  .hero {
    padding: 58px 18px 54px;
  }

  .hero h1 {
    font-size: clamp(54px, 16vw, 74px);
  }

  .hero-intro {
    font-size: 22px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-visual {
    min-height: 360px;
    margin-top: 16px;
  }

  .hero-network {
    height: 300px;
    border-radius: 26px;
  }

  .hero-device {
    width: 92%;
    min-height: 280px;
    padding: 18px;
    border-radius: 22px;
  }

  .signal-grid {
    gap: 8px;
    margin: 34px 0 30px;
  }

  .signal-grid span {
    min-height: 42px;
    border-radius: 11px;
  }

  .device-footer strong {
    font-size: 25px;
  }

  .statement {
    padding: 64px 18px;
  }

  .statement > p {
    font-size: clamp(38px, 13vw, 58px);
  }

  .metric-row,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .metric-row {
    margin-top: 36px;
  }

  .section-pad {
    padding: 70px 18px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .lifecycle h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .section-heading > p:not(.eyebrow),
  .lifecycle-copy > p:last-child,
  .product-panel p {
    font-size: 20px;
  }

  .service-card {
    min-height: 0;
    border-radius: 22px;
  }

  .service-card > div {
    padding: 26px;
  }

  .lifecycle {
    gap: 34px;
  }

  .timeline article,
  .product-copy,
  .product-visual,
  .case-card {
    border-radius: 22px;
  }

  .product-showcase {
    grid-template-columns: 1fr;
  }

  .product-visual {
    min-height: 470px;
  }

  .screen-shell {
    width: 88%;
  }

  .capability-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(270px, auto);
  }

  .feature-card.large,
  .feature-card.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .feature-card.large h3,
  .feature-card.wide h3 {
    font-size: 28px;
    line-height: 1.02;
  }

  .case-card img {
    height: 240px;
  }

  .contact-cta {
    min-height: 560px;
  }

  .contact-cta h2 {
    font-size: clamp(40px, 13vw, 62px);
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 50px;
  }

  .hero-device {
    width: 96%;
  }

  .device-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .device-footer {
    gap: 8px;
  }

  .device-footer strong {
    font-size: 20px;
  }

  .product-copy {
    padding: 24px;
  }

  .tab-controls {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tab-button {
    min-width: 0;
  }

  .footer-links {
    gap: 12px;
  }
}

.puzzle-page {
  background: #ffffff;
  overflow-x: hidden;
}

.puzzle-landing-page {
  overflow-x: clip;
}

.puzzle-page .global-nav a[aria-current="page"] {
  color: var(--white);
}

.puzzle-shell {
  min-height: calc(100svh - 52px);
  padding: 48px max(24px, calc((100vw - var(--max)) / 2)) 96px;
  background: #ffffff;
}

.puzzle-copy {
  max-width: 820px;
  margin-bottom: 24px;
}

.puzzle-back-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.puzzle-back-link:hover,
.puzzle-back-link:focus {
  color: #101713;
  text-decoration: underline;
}

.puzzle-copy h1 {
  color: #101713;
  font-size: 58px;
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: 0;
}

.puzzle-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(16, 23, 19, 0.7);
  font-size: 20px;
  line-height: 1.25;
}

.puzzle-purpose {
  max-width: 940px;
  margin: 34px 0 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(29, 37, 48, 0.12);
}

.puzzle-purpose .eyebrow {
  margin-bottom: 18px;
}

.puzzle-purpose h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #101713;
  font-size: 34px;
  line-height: 1.04;
  letter-spacing: 0;
}

.puzzle-purpose p:not(.eyebrow) {
  max-width: 880px;
  margin: 0;
  color: rgba(16, 23, 19, 0.78);
  font-size: 17px;
  line-height: 1.44;
}

.puzzle-purpose p:not(.eyebrow) + p:not(.eyebrow) {
  margin-top: 14px;
}

.puzzle-purpose-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.puzzle-index-shell {
  min-height: calc(100svh - 104px);
}

.weekly-puzzle-list {
  display: grid;
  gap: 16px;
}

.weekly-puzzle-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(29, 37, 48, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 65px rgba(29, 37, 48, 0.11);
}

.weekly-puzzle-main .eyebrow {
  margin-bottom: 10px;
}

.weekly-puzzle-main h2 {
  color: #101713;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

.puzzle-type {
  margin-top: 12px;
  color: rgba(16, 23, 19, 0.68);
  font-size: 16px;
}

.weekly-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.weekly-progress div,
.weekly-progress-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(47, 64, 83, 0.12);
  border-radius: 8px;
  background: #f7fafb;
}

.weekly-progress-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.weekly-progress-card:hover,
.weekly-progress-card:focus-visible {
  border-color: rgba(47, 64, 83, 0.28);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(47, 64, 83, 0.12);
  transform: translateY(-1px);
}

.weekly-progress-card:focus-visible {
  outline: 3px solid rgba(33, 160, 162, 0.26);
  outline-offset: 3px;
}

.weekly-progress dt,
.weekly-progress-label {
  display: block;
  margin-bottom: 6px;
  color: rgba(16, 23, 19, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.weekly-progress dd,
.weekly-progress-status {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #101713;
  font-size: 14px;
  font-weight: 700;
}

.progress-score {
  display: block;
}

.weekly-progress dd.is-complete,
.weekly-progress-status.is-complete {
  color: #047b68;
}

.weekly-progress dd.is-progress,
.weekly-progress-status.is-progress {
  color: #a4822a;
}

.weekly-progress dd.is-empty,
.weekly-progress-status.is-empty {
  color: rgba(47, 64, 83, 0.68);
}

.weekly-puzzle-action {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.weekly-puzzle-action p {
  margin: 0;
  color: rgba(16, 23, 19, 0.64);
  font-size: 14px;
  font-weight: 700;
}

.puzzle-difficulty-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  margin-bottom: 22px;
  border: 1px solid rgba(47, 64, 83, 0.12);
  border-radius: 8px;
  background: #eef3f4;
}

.puzzle-tab {
  appearance: none;
  min-width: 92px;
  min-height: 40px;
  padding: 9px 15px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(16, 23, 19, 0.68);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.puzzle-tab:hover,
.puzzle-tab:focus-visible {
  color: #101713;
}

body[data-active-puzzle] .puzzle-difficulty-tabs .puzzle-tab {
  background: transparent !important;
  color: rgba(16, 23, 19, 0.68) !important;
  box-shadow: none !important;
}

.puzzle-difficulty-tabs .puzzle-tab.is-active,
.puzzle-difficulty-tabs .puzzle-tab[aria-selected="true"],
body[data-active-puzzle] .puzzle-difficulty-tabs .puzzle-tab.is-active {
  background: var(--brand-blue) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(47, 64, 83, 0.16) !important;
}

.puzzle-panel[hidden] {
  display: none;
}

.puzzle-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
  gap: 24px;
  align-items: start;
}

.puzzle-board-panel,
.validation-card,
.rules-card {
  border-radius: 8px;
  box-shadow: 0 22px 65px rgba(29, 37, 48, 0.11);
}

.puzzle-board-panel {
  min-width: 0;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(29, 37, 48, 0.12);
}

.puzzle-board-panel.hexaku-board-panel {
  padding: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.hexaku-board-panel .puzzle-stage {
  padding: 12px 0;
  background: transparent;
}

.hexaku-board-panel .puzzle-board {
  width: 100%;
  max-width: none;
}

.hexaku-board-panel .fixed-value,
.hexaku-board-panel .cell-input {
  font-size: 26px;
}

.puzzle-board-panel.is-waiting-to-start .puzzle-stage,
.puzzle-board-panel.is-waiting-to-start .puzzle-keypad,
.puzzle-board-panel.is-waiting-to-start .puzzle-actions {
  display: none;
}

.puzzle-board-panel.is-showing-completion .puzzle-stage,
.puzzle-board-panel.is-showing-completion .puzzle-keypad,
.puzzle-board-panel.is-showing-completion .puzzle-actions {
  display: none;
}

.puzzle-start-panel {
  display: grid;
  gap: 18px;
  min-height: min(560px, 72vh);
  align-content: center;
  padding: clamp(24px, 6vw, 54px);
  border: 1px solid rgba(47, 64, 83, 0.14);
  border-radius: 8px;
  background: #f7faf9;
}

.puzzle-start-panel[hidden] {
  display: none;
}

.puzzle-start-panel .eyebrow {
  color: #c56a90;
}

.puzzle-start-panel h2 {
  margin: 0;
  color: #101713;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1;
  letter-spacing: 0;
}

.puzzle-start-summary,
.puzzle-start-note {
  max-width: 46rem;
  margin: 0;
  color: rgba(16, 23, 19, 0.72);
  font-size: 16px;
  line-height: 1.42;
}

.puzzle-start-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.puzzle-start-stats div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(47, 64, 83, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.puzzle-start-stats dt {
  color: rgba(16, 23, 19, 0.58);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.puzzle-start-stats dd {
  margin: 7px 0 0;
  color: var(--brand-blue);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.puzzle-start-button {
  justify-self: start;
  min-width: 128px;
}

.puzzle-completion-panel {
  display: grid;
  gap: 18px;
  min-height: min(560px, 72vh);
  align-content: center;
  padding: clamp(24px, 6vw, 54px);
  border: 1px solid rgba(47, 64, 83, 0.14);
  border-radius: 8px;
  background: #f7faf9;
}

.puzzle-completion-panel[hidden] {
  display: none;
}

.puzzle-completion-panel .eyebrow {
  color: #047b68;
}

.puzzle-completion-panel h2 {
  margin: 0;
  color: #101713;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1;
  letter-spacing: 0;
}

.puzzle-completion-score {
  margin: 0;
  color: var(--brand-blue);
  font-size: clamp(44px, 8vw, 74px);
  font-weight: 900;
  line-height: 0.95;
}

.puzzle-completion-summary {
  max-width: 46rem;
  margin: 0;
  color: rgba(16, 23, 19, 0.72);
  font-size: 17px;
  line-height: 1.42;
}

.puzzle-completion-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.puzzle-completion-stats div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(47, 64, 83, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.puzzle-completion-stats dt {
  color: rgba(16, 23, 19, 0.58);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.puzzle-completion-stats dd {
  margin: 7px 0 0;
  color: #101713;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.puzzle-completion-stats .is-earned dd {
  color: #047b68;
}

.puzzle-completion-button {
  justify-self: start;
  min-width: 190px;
}

.puzzle-stage {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: visible;
  padding: 14px 18px;
  border-radius: 8px;
  background: #ffffff;
  border: 0;
}

.puzzle-stage.is-celebrating {
  z-index: 10;
}

.puzzle-fireworks {
  position: absolute;
  inset: -18% -8%;
  z-index: 30;
  overflow: visible;
  pointer-events: none;
}

.puzzle-firework {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 1px;
  height: 1px;
  transform: translate(-50%, -50%);
}

.puzzle-firework::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: currentColor;
  color: var(--burst-color);
  box-shadow:
    0 0 0 4px color-mix(in srgb, currentColor 22%, transparent),
    0 0 24px 10px color-mix(in srgb, currentColor 42%, transparent);
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
  animation: puzzle-firework-flash 980ms ease-out both;
  animation-delay: var(--delay);
}

.puzzle-firework-spark {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  color: var(--spark-color);
  box-shadow: 0 0 10px currentColor;
  opacity: 0;
  transform: rotate(var(--angle)) translateX(0) scale(0.2);
  animation: puzzle-firework-spark 1280ms cubic-bezier(0.16, 0.86, 0.24, 1) both;
  animation-delay: var(--delay);
}

.puzzle-board {
  --cell-size: 14%;
  --cell-width: var(--cell-size);
  --cell-height: auto;
  --board-ratio: 1.1;
  --board-structure-color: #aeb8bd;
  --hex-border: 3px;
  --guide-line-width: 7px;
  --center-guide-line-width: 8.14px;
  --center-guide-line-half-width: 4.07px;
  --cell-scale: 0.86;
  --cell-rotation: 0deg;
  --content-rotation: 0deg;
  position: relative;
  width: min(100%, 640px);
  max-width: 100%;
  aspect-ratio: var(--board-ratio);
  margin: 0 auto;
  overflow: visible;
}

.ring-guide {
  --guide-diameter: 0;
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 1;
  width: var(--guide-diameter);
  height: var(--guide-diameter);
  border: var(--guide-line-width) solid var(--board-structure-color);
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.spoke-line {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 1;
  width: var(--line-length);
  height: var(--guide-line-width);
  border-radius: 999px;
  background: var(--board-structure-color);
  transform: translate(-50%, -50%) rotate(var(--line-angle));
  transform-origin: center;
  pointer-events: none;
}

.puzzle-cell {
  --ring-color: var(--board-structure-color);
  --region-fill: #f7faf9;
  --region-color: var(--board-structure-color);
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  width: var(--cell-width);
  height: var(--cell-height);
  aspect-ratio: 1.1547 / 1;
  padding: var(--hex-border);
  transform: translate(-50%, -50%) rotate(var(--cell-rotation)) scale(var(--cell-scale));
  background: var(--ring-color);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  isolation: isolate;
  transition: filter 180ms ease, transform 180ms ease;
}

.puzzle-board.is-celebrating .puzzle-cell {
  animation: solved-cell-pop 620ms ease both;
}

.puzzle-board.is-celebrating .puzzle-cell:nth-child(3n) {
  animation-delay: 70ms;
}

.puzzle-board.is-celebrating .puzzle-cell:nth-child(3n + 1) {
  animation-delay: 140ms;
}

.puzzle-cell:not(.fixed-cell):not(.center-cell):not(.is-complete):not(.is-error):hover {
  z-index: 6;
}

.puzzle-cell:not(.fixed-cell):not(.center-cell):not(.is-complete):not(.is-error):hover .cell-face {
  background: color-mix(in srgb, var(--region-fill) 76%, var(--region-color));
}

.puzzle-cell.is-active:not(.is-complete):not(.is-error),
.puzzle-cell:not(.fixed-cell):not(.is-complete):not(.is-error):focus-within {
  --ring-color: var(--region-color);
  z-index: 8;
}

.puzzle-cell.is-active:not(.is-complete):not(.is-error) .cell-face,
.puzzle-cell:not(.fixed-cell):not(.is-complete):not(.is-error):focus-within .cell-face {
  background: color-mix(in srgb, var(--region-fill) 58%, var(--region-color));
}

.hexaku-board-panel .puzzle-cell.is-active:not(.is-complete):not(.is-error) .cell-face,
.hexaku-board-panel .puzzle-cell:not(.fixed-cell):not(.is-complete):not(.is-error):focus-within .cell-face {
  background: color-mix(in srgb, var(--region-fill) 38%, var(--region-color));
}

.puzzle-cell.is-hint-context {
  z-index: 4;
  filter: drop-shadow(0 0 10px rgba(33, 160, 162, 0.24));
}

.puzzle-cell.is-hint-context .cell-face {
  background: color-mix(in srgb, var(--region-fill) 70%, #ffffff);
}

.puzzle-cell.is-hint-focus {
  --ring-color: #21a0a2;
  z-index: 10;
  filter: drop-shadow(0 0 14px rgba(33, 160, 162, 0.46));
}

.puzzle-cell.is-hint-focus .cell-face {
  background: #e8f6f4;
}

.puzzle-cell.region-north {
  --region-color: #6c55c4;
  --region-accent-color: #4d30a7;
  --region-fill: #e6def5;
}

.puzzle-cell.region-north-east {
  --region-color: #4eaf8e;
  --region-accent-color: #287c62;
  --region-fill: #d8eee5;
}

.puzzle-cell.region-east {
  --region-color: #aa4f83;
  --region-accent-color: #87305f;
  --region-fill: #f0dbe6;
}

.puzzle-cell.region-south {
  --region-color: #87b734;
  --region-accent-color: #5f8b19;
  --region-fill: #e2f0c6;
}

.puzzle-cell.region-south-west {
  --region-color: #4d97c7;
  --region-accent-color: #3378aa;
  --region-fill: #d7e8f3;
}

.puzzle-cell.region-west {
  --region-color: #ad9134;
  --region-accent-color: #80651b;
  --region-fill: #ece2c7;
}

.cell-face {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--region-fill);
  clip-path: inherit;
}

.caged-cell {
  --cage-color: var(--brand-blue);
}

.hexaku-thermo-layer {
  --thermo-color: var(--brand-blue);
  position: absolute;
  inset: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.hexaku-thermo-shape {
  color: var(--thermo-color);
  opacity: 0.34;
}

.hexaku-thermo-tube {
  fill: none;
  stroke: currentColor;
  stroke-width: 11px;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.hexaku-thermo-bulb {
  fill: currentColor;
  stroke: none;
}

.hexaku-whisper-layer {
  --whisper-color: var(--brand-blue);
  position: absolute;
  inset: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.hexaku-whisper-line {
  fill: none;
  stroke: var(--whisper-color);
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  opacity: 0.34;
}

.hexaku-comparison-layer {
  --comparison-color: var(--brand-blue);
  position: absolute;
  inset: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.hexaku-comparison-marker {
  fill: none;
  stroke: var(--comparison-color);
  stroke-width: 3.6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  opacity: 0.86;
}

.hexaku-parity-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 52%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: var(--brand-blue);
  opacity: 0.34;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hexaku-parity-odd {
  border-radius: 50%;
}

.hexaku-parity-even {
  border-radius: 0;
}

.hexaku-content-overlay {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 14;
  width: var(--cell-width);
  height: var(--cell-height);
  aspect-ratio: 1.1547 / 1;
  display: grid;
  place-items: center;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(var(--cell-rotation)) scale(var(--cell-scale));
}

.hexaku-content-overlay-value {
  width: 58%;
  height: 54%;
  position: relative;
  display: none;
  place-items: center;
  color: #101713;
  font-family: inherit;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: rotate(var(--content-rotation));
}

.hexaku-content-overlay.has-value .hexaku-content-overlay-value {
  display: grid;
}

.hexaku-content-overlay.is-fixed .hexaku-content-overlay-value,
.hexaku-content-overlay.is-complete .hexaku-content-overlay-value {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(16, 23, 19, 0.22);
}

.hexaku-content-overlay.is-error .hexaku-content-overlay-value {
  color: #101713;
  text-shadow: none;
}

.hexaku-content-overlay-notes {
  width: 58%;
  height: 54%;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.94;
  transform: rotate(var(--content-rotation));
}

.hexaku-content-overlay.has-notes .hexaku-content-overlay-notes {
  display: grid;
}

.hexaku-content-overlay-note {
  min-width: 0;
  text-align: center;
  opacity: 0;
}

.hexaku-content-overlay-note.is-visible {
  opacity: 1;
}

.hexaku-cage-boundary-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.hexaku-cage-boundary {
  fill: none;
  stroke: var(--cage-color);
  stroke-width: 4.4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  opacity: 0.96;
}

.hexaku-cage-label {
  position: absolute;
  left: var(--x);
  top: calc(var(--y) - var(--cage-label-top-offset, 28px));
  z-index: 12;
  width: 36px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--cage-color);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.center-cell {
  z-index: 5;
  --ring-color: var(--board-structure-color);
  color: var(--board-structure-color);
}

.center-cell .cell-face {
  background: var(--board-structure-color);
  position: relative;
  overflow: hidden;
}

.center-cell .cell-face::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(var(--content-rotation));
  background:
    linear-gradient(
      0deg,
      transparent 0 calc(50% - var(--center-guide-line-half-width)),
      var(--board-structure-color) calc(50% - var(--center-guide-line-half-width)) calc(50% + var(--center-guide-line-half-width)),
      transparent calc(50% + var(--center-guide-line-half-width)) 100%
    ),
    linear-gradient(
      60deg,
      transparent 0 calc(50% - var(--center-guide-line-half-width)),
      var(--board-structure-color) calc(50% - var(--center-guide-line-half-width)) calc(50% + var(--center-guide-line-half-width)),
      transparent calc(50% + var(--center-guide-line-half-width)) 100%
    ),
    linear-gradient(
      120deg,
      transparent 0 calc(50% - var(--center-guide-line-half-width)),
      var(--board-structure-color) calc(50% - var(--center-guide-line-half-width)) calc(50% + var(--center-guide-line-half-width)),
      transparent calc(50% + var(--center-guide-line-half-width)) 100%
    ),
    radial-gradient(
      circle,
      transparent 0 31%,
      #ffffff 31% 73%,
      transparent 73%
    );
}

.center-cell .cell-face::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 27%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(var(--content-rotation));
  background: var(--board-structure-color);
}

.puzzle-cell.fixed-cell {
  --ring-color: var(--region-color);
}

.puzzle-cell.fixed-cell .cell-face {
  background: var(--region-color);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, #ffffff 16%, var(--region-color) 84%);
}

.puzzle-cell.is-complete {
  --ring-color: var(--region-color);
  z-index: 3;
  filter: none;
}

.puzzle-cell.is-complete .cell-face {
  background: var(--region-color);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, #ffffff 16%, var(--region-color) 84%);
}

.puzzle-cell.is-complete .cell-input {
  color: #ffffff;
  caret-color: transparent;
  text-shadow: 0 1px 1px rgba(16, 23, 19, 0.22);
}

.puzzle-cell.is-complete .cell-input[readonly] {
  cursor: default;
}

.puzzle-cell.is-newly-complete {
  z-index: 12;
  animation: cell-complete-lock 620ms ease both;
}

.puzzle-cell.is-newly-complete .cell-face {
  animation: cell-complete-face 620ms ease both;
}

.puzzle-cell.is-newly-complete .cell-face::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140%;
  aspect-ratio: 1;
  z-index: 0;
  border-radius: 999px;
  background: var(--region-color);
  opacity: 1;
  pointer-events: none;
  transform-origin: 50% 50%;
  animation: cell-complete-fill 620ms cubic-bezier(0.16, 0.9, 0.2, 1) both;
}

.puzzle-cell.is-unit-pulse {
  z-index: 13;
  animation: unit-complete-pulse var(--unit-pulse-duration, 340ms) cubic-bezier(0.18, 0.88, 0.24, 1) both;
  animation-delay: var(--unit-pulse-delay, 0ms);
}

.fixed-value,
.cell-input {
  width: 58%;
  height: 54%;
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  border-radius: 0;
  font-family: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: rotate(var(--content-rotation));
}

.pencil-marks {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 58%;
  height: 54%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(var(--content-rotation));
  transition: opacity 140ms ease;
}

.pencil-marks.has-visible-marks {
  opacity: 0.92;
}

.pencil-mark {
  min-width: 0;
  text-align: center;
  opacity: 0;
}

.pencil-mark.is-visible {
  opacity: 1;
}

.fixed-value {
  color: #ffffff;
  background: transparent;
  text-shadow: 0 1px 1px rgba(16, 23, 19, 0.22);
}

.cell-input {
  border: 0;
  outline: 0;
  color: #101713;
  background: transparent;
  box-shadow: none;
  caret-color: #047b68;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.cell-input[readonly] {
  cursor: pointer;
}

.cell-input:focus {
  background: transparent;
  box-shadow: none;
}

.cell-input::selection {
  color: inherit;
  background: transparent;
}

.puzzle-cell.is-active .cell-input {
  box-shadow: none;
}

.puzzle-cell.is-error {
  --ring-color: #d92d20;
  --region-fill: #ffe1dd;
  z-index: 5;
  filter: brightness(1.04);
}

.puzzle-cell.is-error.is-active,
.puzzle-cell.is-error:focus-within {
  z-index: 9;
}

.puzzle-cell.is-error.is-active .cell-face,
.puzzle-cell.is-error:focus-within .cell-face {
  background: #ffc8bf;
}

.puzzle-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
}

.puzzle-keypad {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
  padding: 10px;
  border: 1px solid rgba(47, 64, 83, 0.12);
  border-radius: 8px;
  background: #f4f7f8;
}

.puzzle-keypad.is-open {
  display: grid;
}

.puzzle-keypad[hidden] {
  display: none;
}

.puzzle-key {
  grid-column: span 2;
  min-height: 44px;
  border: 1px solid rgba(47, 64, 83, 0.16);
  border-radius: 8px;
  background: #ffffff;
  color: #101713;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.puzzle-key:not(:disabled):active {
  transform: translateY(1px);
  border-color: rgba(47, 64, 83, 0.34);
  background: #eef3f4;
}

.puzzle-key-clear {
  grid-column: span 3;
  color: var(--brand-blue);
  font-size: 14px;
}

.puzzle-key-mode {
  grid-column: span 3;
  color: var(--brand-blue);
  font-size: 14px;
}

.puzzle-key-mode[aria-pressed="true"] {
  border-color: var(--brand-blue);
  background: var(--brand-blue);
  color: #ffffff;
}

.puzzle-key:disabled {
  border-color: rgba(47, 64, 83, 0.1);
  background: #edf2f3;
  color: rgba(47, 64, 83, 0.42);
  cursor: not-allowed;
}

.puzzle-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 17px;
  border: 1px solid rgba(16, 23, 19, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: #101713;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.puzzle-action:not(:disabled):hover,
.puzzle-action:not(:disabled):focus {
  transform: translateY(-1px);
}

.puzzle-action:disabled {
  cursor: not-allowed;
  transform: none;
}

.puzzle-action.primary {
  border-color: #6fbd91;
  background: #6fbd91;
  color: #ffffff;
}

.puzzle-action.primary:disabled {
  border-color: rgba(47, 64, 83, 0.14);
  background: #dfe5e7;
  color: rgba(47, 64, 83, 0.48);
}

.puzzle-action.primary.is-ready {
  border-color: #21a0a2;
  background: #21a0a2;
  color: #ffffff;
}

@keyframes solved-cell-pop {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(var(--cell-rotation)) scale(var(--cell-scale));
    filter: none;
  }

  42% {
    transform: translate(-50%, -50%) rotate(var(--cell-rotation)) scale(1.02);
    filter: drop-shadow(0 10px 16px rgba(47, 64, 83, 0.18));
  }
}

@keyframes cell-complete-lock {
  0% {
    background: color-mix(in srgb, var(--region-fill) 48%, var(--region-color) 52%);
    filter: none;
  }

  46% {
    background: color-mix(in srgb, var(--region-color) 82%, #ffffff 18%);
    filter: none;
  }

  100% {
    background: var(--region-color);
    filter: none;
  }
}

@keyframes cell-complete-face {
  0% {
    background: color-mix(in srgb, var(--region-fill) 62%, var(--region-color) 38%);
  }

  45% {
    background: color-mix(in srgb, var(--region-color) 88%, #ffffff 12%);
  }

  100% {
    background: var(--region-color);
  }
}

@keyframes cell-complete-fill {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes unit-complete-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(var(--cell-rotation)) scale(var(--cell-scale));
    filter: none;
  }

  44% {
    transform: translate(-50%, -50%) rotate(var(--cell-rotation)) scale(calc(var(--cell-scale) + 0.075));
    filter: drop-shadow(0 10px 18px rgba(47, 64, 83, 0.18));
  }

  70% {
    transform: translate(-50%, -50%) rotate(var(--cell-rotation)) scale(calc(var(--cell-scale) + 0.025));
    filter: drop-shadow(0 6px 12px rgba(47, 64, 83, 0.12));
  }
}

@keyframes puzzle-firework-flash {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25);
  }

  16% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  58% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(2.15);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3.2);
  }
}

@keyframes puzzle-firework-spark {
  0% {
    opacity: 0;
    transform: rotate(var(--angle)) translateX(0) scale(0.2);
  }

  12% {
    opacity: 1;
  }

  70% {
    opacity: 1;
    transform: rotate(var(--angle)) translateX(var(--distance)) scale(1);
  }

  100% {
    opacity: 0;
    transform: rotate(var(--angle)) translateX(var(--distance)) translateY(16px) scale(0.18);
  }
}

.puzzle-rules {
  display: grid;
  gap: 18px;
}

.validation-card,
.rules-card {
  padding: 26px;
}

.validation-card {
  background: #ffffff;
  border: 1px solid rgba(29, 37, 48, 0.12);
  color: #101713;
}

.validation-card .eyebrow {
  margin-bottom: 14px;
  color: #c56a90;
}

.validation-card h2,
.rules-card h2 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

.puzzle-score-line {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(29, 37, 48, 0.12);
  color: #047b68;
  font-size: 16px;
  font-weight: 700;
}

.puzzle-timer-line {
  margin: 0 0 16px;
  color: var(--brand-blue);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.puzzle-timer-line.is-waiting {
  color: var(--brand-blue);
}

.puzzle-timer-line.is-expired {
  color: #a23a2e;
}

.puzzle-timer-line.is-earned {
  color: #047b68;
}

.warning-list {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.warning-list li {
  padding: 12px 0;
  border-top: 1px solid rgba(29, 37, 48, 0.12);
  color: rgba(16, 23, 19, 0.72);
  font-size: 15px;
  line-height: 1.28;
}

.rules-card {
  background: #ffffff;
  border: 1px solid rgba(16, 23, 19, 0.1);
}

.rules-card h2 {
  color: #101713;
}

.rules-card ol {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 20px;
}

.rules-card li {
  color: rgba(16, 23, 19, 0.72);
  font-size: 16px;
  line-height: 1.32;
}

.shape-puzzle-layout {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
}

.shape-board-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.shape-board-panel .puzzle-actions {
  grid-column: 1;
}

.shape-cell {
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.shape-cell:focus-visible {
  outline: 0;
}

.shape-cell:focus-visible .cell-face {
  background: color-mix(in srgb, var(--region-fill) 58%, var(--region-color));
}

.shape-cell.center-cell {
  cursor: default;
}

.shape-cell .shape-cell-value:empty {
  opacity: 0;
}

.shape-cell.is-covered {
  z-index: 5;
  touch-action: none;
}

.shape-cell.is-placeable {
  --ring-color: #21a0a2;
  z-index: 6;
  filter: drop-shadow(0 10px 16px rgba(33, 160, 162, 0.14));
}

.shape-cell.is-blocked-target {
  --ring-color: #d3b86b;
}

.shape-cell.is-placement-active {
  --ring-color: #30b0d5;
  z-index: 7;
}

.shape-cell.is-drop-preview {
  --ring-color: #047b68;
  z-index: 8;
  filter: drop-shadow(0 12px 18px rgba(4, 123, 104, 0.22));
}

.shape-cell.is-drop-invalid {
  --ring-color: #d92d20;
  z-index: 8;
  filter: drop-shadow(0 10px 16px rgba(217, 45, 32, 0.18));
}

.shape-boundary-layer {
  position: absolute;
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.shape-boundary {
  fill: none;
  stroke: rgba(16, 23, 19, 0.64);
  stroke-width: var(--shape-border, 3px);
  stroke-linecap: butt;
  stroke-linejoin: miter;
  vector-effect: non-scaling-stroke;
}

.shape-boundary.is-active {
  stroke: #30b0d5;
}

.shape-workbench {
  min-width: 0;
  display: block;
  grid-column: 1;
  padding: 8px;
  border: 1px solid rgba(47, 64, 83, 0.1);
  border-radius: 8px;
  background: #f7fafb;
}

.shape-selected-bar {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(260px, 1fr);
  gap: 14px;
  align-items: end;
  padding: 14px;
  border: 1px solid rgba(47, 64, 83, 0.12);
  border-radius: 8px;
  background: #f7fafb;
}

.shape-selected-bar .eyebrow {
  margin-bottom: 8px;
  font-size: 12px;
}

.shape-selected-preview {
  min-height: 72px;
  display: flex;
  align-items: center;
}

.shape-selection-status {
  margin-top: 8px;
  color: rgba(16, 23, 19, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.shape-tool-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.shape-tool-actions .puzzle-action {
  min-width: 86px;
  min-height: 40px;
  padding-inline: 13px;
}

.shape-inventory {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  justify-content: center;
  gap: 4px 6px;
}

.shape-tile {
  min-width: 0;
  min-height: 0;
  position: relative;
  display: grid;
  place-items: center;
  padding: 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #101713;
  font-family: inherit;
  cursor: pointer;
  overflow: visible;
  touch-action: none;
  transition: filter 160ms ease, opacity 160ms ease;
}

.shape-tile:hover,
.shape-tile:focus-visible {
  outline: 0;
  filter: drop-shadow(0 12px 18px rgba(29, 37, 48, 0.12));
}

.shape-tile.is-selected {
  filter: drop-shadow(0 12px 18px rgba(48, 176, 213, 0.22));
}

.shape-tile.is-used {
  cursor: default;
  filter: none;
  opacity: 1;
}

.shape-tile.is-rotation-locked {
  border-radius: 8px;
  background: rgba(252, 244, 218, 0.78);
  box-shadow: inset 0 0 0 2px #d3b86b;
}

.shape-tile.is-rotation-locked:hover,
.shape-tile.is-rotation-locked:focus-visible {
  filter: drop-shadow(0 12px 18px rgba(173, 145, 52, 0.18));
}

.shape-tile.is-used.is-rotation-locked {
  background: rgba(247, 243, 232, 0.72);
  box-shadow: inset 0 0 0 2px rgba(173, 145, 52, 0.44);
}

.shape-piece {
  --shape-cell: 54px;
  --shape-piece-width: 4.05;
  --shape-piece-height: 2.95;
  --shape-cell-scale: 0.86;
  position: relative;
  display: block;
  width: calc(var(--shape-cell) * var(--shape-piece-width));
  height: calc(var(--shape-cell) * var(--shape-piece-height));
  overflow: visible;
  user-select: none;
}

.shape-inventory-piece {
  --shape-cell: var(--shape-inventory-cell, 34px);
}

.shape-preview-piece {
  --shape-cell: 42px;
  width: calc(var(--shape-cell) * 3.6);
  height: calc(var(--shape-cell) * 2.7);
}

.shape-piece-link {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 0;
  width: var(--link-width);
  height: max(5px, calc(var(--shape-cell) * 0.16));
  border-radius: 999px;
  background: rgba(47, 64, 83, 0.78);
  transform: translate(-50%, -50%) rotate(var(--link-angle));
  pointer-events: none;
}

.shape-tile.is-used .shape-piece-link {
  background: rgba(104, 116, 123, 0.28);
}

.shape-piece-cell {
  --region-fill: #f7faf9;
  --region-color: rgba(47, 64, 83, 0.82);
  --region-accent-color: var(--brand-blue);
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: calc(var(--shape-cell) * 1.1547);
  height: var(--shape-cell);
  display: grid;
  place-items: center;
  padding: max(2px, calc(var(--shape-cell) * 0.055));
  background: var(--region-color);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  transform: translate(-50%, -50%) rotate(90deg) scale(var(--shape-cell-scale));
  z-index: 1;
}

.shape-tile.is-used .shape-piece-cell {
  --region-color: #c9ced1;
  --region-fill: #fbfcfc;
}

.shape-piece-cell::before {
  content: "";
  position: absolute;
  inset: max(2px, calc(var(--shape-cell) * 0.055));
  background: var(--region-fill);
  clip-path: inherit;
  z-index: 0;
}

.shape-piece-cell span {
  position: relative;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  color: #101713;
  font-size: clamp(14px, calc(var(--shape-cell) * 0.28), 20px);
  font-weight: 700;
  line-height: 1;
  transform: rotate(-90deg);
}

.shape-tile.is-used .shape-piece-cell span {
  color: rgba(16, 23, 19, 0.28);
}

.shape-piece-cell.has-region-hint span {
  color: var(--region-color);
}

.shape-drag-preview {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  filter: drop-shadow(0 18px 24px rgba(16, 23, 19, 0.22));
}

.shape-piece-cell.region-north {
  --region-color: #6c55c4;
  --region-accent-color: #4d30a7;
  --region-fill: #e6def5;
}

.shape-tile.is-used .shape-piece-cell.region-north {
  --region-color: #c1b8e6;
  --region-fill: #f4f1fb;
}

.shape-piece-cell.region-north-east {
  --region-color: #4eaf8e;
  --region-accent-color: #287c62;
  --region-fill: #d8eee5;
}

.shape-tile.is-used .shape-piece-cell.region-north-east {
  --region-color: #b5ddd0;
  --region-fill: #eff8f4;
}

.shape-piece-cell.region-east {
  --region-color: #aa4f83;
  --region-accent-color: #87305f;
  --region-fill: #f0dbe6;
}

.shape-tile.is-used .shape-piece-cell.region-east {
  --region-color: #dbb5cb;
  --region-fill: #f9f0f5;
}

.shape-piece-cell.region-south {
  --region-color: #87b734;
  --region-accent-color: #5f8b19;
  --region-fill: #e2f0c6;
}

.shape-tile.is-used .shape-piece-cell.region-south {
  --region-color: #cde1aa;
  --region-fill: #f3f9e7;
}

.shape-piece-cell.region-south-west {
  --region-color: #4d97c7;
  --region-accent-color: #3378aa;
  --region-fill: #d7e8f3;
}

.shape-tile.is-used .shape-piece-cell.region-south-west {
  --region-color: #b4d3e7;
  --region-fill: #eef5fa;
}

.shape-piece-cell.region-west {
  --region-color: #ad9134;
  --region-accent-color: #80651b;
  --region-fill: #ece2c7;
}

.shape-tile.is-used .shape-piece-cell.region-west {
  --region-color: #ddd1aa;
  --region-fill: #f7f3e8;
}

.shape-empty-selection {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  color: rgba(16, 23, 19, 0.58);
  font-size: 14px;
  font-weight: 700;
}

.letter-puzzle-layout {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
}

.letter-board-panel {
  display: grid;
  gap: 14px;
}

.letter-cell {
  --ring-color: var(--region-color);
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.letter-cell.letter-subgroup-spoke {
  --region-fill: color-mix(in srgb, var(--region-color) 16%, #ffffff);
}

.letter-cell.letter-subgroup-rim {
  --region-fill: color-mix(in srgb, var(--region-color) 32%, #ffffff);
}

.letter-cell:focus-visible .cell-face {
  background: color-mix(in srgb, var(--region-fill) 58%, var(--region-color));
}

.letter-cell.is-active {
  z-index: 8;
}

.letter-cell.is-active .cell-face {
  background: color-mix(in srgb, var(--region-fill) 58%, var(--region-color));
}

.letter-cell.center-cell {
  cursor: default;
}

.letter-value {
  pointer-events: none;
  user-select: none;
}

.letter-separator {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 9;
  min-width: 10px;
  min-height: 10px;
  display: grid;
  place-items: center;
  color: #101713;
  font-size: clamp(12px, calc(var(--cell-width, 62px) * 0.23), 18px);
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.letter-separator.is-word-gap {
  width: clamp(17px, calc(var(--cell-width, 62px) * 0.32), 24px);
  height: clamp(17px, calc(var(--cell-width, 62px) * 0.32), 24px);
  min-width: 0;
  min-height: 0;
  border: 0;
  border-radius: 5px;
  background: #101713;
  color: #ffffff;
  font-size: clamp(12px, calc(var(--cell-width, 62px) * 0.22), 16px);
  box-shadow: 0 3px 8px rgba(16, 23, 19, 0.22);
  text-shadow: none;
}

.letter-separator.is-word-gap::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 46%;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transform: translateX(-50%);
}

.letter-answer-layout {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
}

.letter-answer-panel {
  min-height: 340px;
}

.letter-answer-stage {
  position: relative;
  min-height: 292px;
  display: grid;
  align-content: start;
  gap: 18px;
  overflow: hidden;
}

.letter-answer-stage h2 {
  margin: 0;
  color: #101713;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

.letter-answer-clue {
  max-width: 680px;
  margin: 0;
  color: rgba(16, 23, 19, 0.76);
  font-size: 22px;
  line-height: 1.36;
}

.final-answer-form {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.final-answer-form label {
  color: rgba(16, 23, 19, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.final-answer-entry {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.final-answer-input {
  min-height: 52px;
  width: min(100%, 260px);
  padding: 10px 14px;
  border: 1px solid rgba(16, 23, 19, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: #101713;
  font-family: inherit;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.final-answer-input:focus {
  outline: 0;
  border-color: #21a0a2;
  box-shadow: 0 0 0 3px rgba(33, 160, 162, 0.18);
}

.title-bonus-card[hidden] {
  display: none;
}

.title-bonus-card {
  position: relative;
  overflow: hidden;
}

.title-bonus-card.is-complete {
  border-color: rgba(33, 160, 162, 0.34);
  box-shadow: inset 0 0 0 1px rgba(33, 160, 162, 0.2);
}

.title-bonus-card .eyebrow {
  margin-bottom: 14px;
  color: #21a0a2;
}

.title-bonus-description {
  margin: 18px 0 0;
  color: rgba(16, 23, 19, 0.72);
  font-size: 15px;
  line-height: 1.36;
}

.title-bonus-form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.title-bonus-form label {
  color: rgba(16, 23, 19, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.title-bonus-entry {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.title-bonus-input {
  min-height: 48px;
  width: 96px;
  padding: 8px 12px;
  border: 1px solid rgba(16, 23, 19, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: #101713;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.title-bonus-input:focus {
  outline: 0;
  border-color: #21a0a2;
  box-shadow: 0 0 0 3px rgba(33, 160, 162, 0.18);
}

.title-bonus-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: rgba(16, 23, 19, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.title-bonus-card.is-complete .title-bonus-status {
  color: #147a7c;
}

.move-counter {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 13px;
  border: 1px solid rgba(16, 23, 19, 0.1);
  border-radius: 8px;
  background: #f7fafb;
  color: rgba(16, 23, 19, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.move-counter strong {
  color: #101713;
  font-size: 16px;
}

.pair-puzzle-layout {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
}

.pair-board-panel {
  display: grid;
  gap: 18px;
}

.pair-puzzle-board {
  --cage-border: 3px;
}

.pair-puzzle-board .ring-guide,
.pair-puzzle-board .spoke-line {
  opacity: 0.7;
}

.pair-cell.ring-inner {
  --region-fill: #ffffff;
}

.pair-cell.ring-middle {
  --region-fill: #ffffff;
}

.pair-cell.ring-outer {
  --region-fill: #ffffff;
}

.pair-cell.is-caged {
  --region-fill: var(--cage-fill, #f8fbfc);
}

.pair-cell.is-covered .cell-face {
  background:
    linear-gradient(145deg, rgba(33, 160, 162, 0.08), rgba(234, 103, 82, 0.05)),
    var(--region-fill);
}

.pair-cell.is-covered .cell-input {
  color: #101713;
  caret-color: transparent;
  pointer-events: none;
}

.pair-cell.is-anchor {
  --ring-color: #ea6752;
  z-index: 7;
  filter: drop-shadow(0 12px 18px rgba(234, 103, 82, 0.18));
}

.pair-cell.is-placeable {
  --ring-color: #21a0a2;
  z-index: 6;
}

.pair-cell.is-blocked-target {
  --ring-color: #a4822a;
  z-index: 6;
}

.pair-cell.is-placement-active {
  --ring-color: #30b0d5;
  z-index: 6;
}

.pair-placement-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hex-pair-tile {
  --pair-cell: 32px;
  --pair-angle: 0deg;
  --pair-counter-angle: 0deg;
  --pair-hex-width: calc(var(--pair-cell) * 0.866);
  --pair-gap: calc(var(--pair-cell) * 0.1);
  --pair-center-distance: calc(var(--pair-hex-width) + var(--pair-gap));
  --pair-origin-x: calc(var(--pair-cell) * 1.55);
  --pair-origin-y: calc(var(--pair-cell) * 1.55);
  --pair-tab-width: calc(var(--pair-gap) + var(--pair-cell) * 0.14);
  width: calc(var(--pair-cell) * 3.1);
  height: calc(var(--pair-cell) * 3.1);
  display: block;
  position: relative;
  overflow: visible;
  touch-action: none;
  user-select: none;
}

.hex-pair-body {
  position: absolute;
  inset: 0;
  transform: rotate(var(--pair-angle));
  transform-origin: var(--pair-origin-x) var(--pair-origin-y);
}

.hex-pair-connector {
  position: absolute;
  left: calc(var(--pair-origin-x) + var(--pair-center-distance) / 2);
  top: var(--pair-origin-y);
  z-index: 2;
  width: var(--pair-tab-width);
  height: calc(var(--pair-cell) * 0.56);
  transform: translate(-50%, -50%);
}

.hex-pair-connector::before,
.hex-pair-connector::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: max(4px, calc(var(--pair-cell) * 0.075));
  border-radius: 999px;
  background: #101713;
}

.hex-pair-connector::before {
  top: 0;
}

.hex-pair-connector::after {
  bottom: 0;
}

.hex-pair-cell {
  position: absolute;
  left: var(--pair-origin-x);
  top: var(--pair-origin-y);
  z-index: 1;
  width: var(--pair-hex-width);
  height: var(--pair-cell);
  display: grid;
  place-items: center;
  padding: max(2px, calc(var(--pair-cell) * 0.055));
  background: rgba(47, 64, 83, 0.82);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.hex-pair-cell::before,
.hex-pair-cell::after {
  content: "";
  position: absolute;
  clip-path: inherit;
}

.hex-pair-cell::before {
  inset: max(2px, calc(var(--pair-cell) * 0.055));
  background: #ffffff;
}

.hex-pair-cell::after {
  inset: max(6px, calc(var(--pair-cell) * 0.14));
  background: rgba(33, 160, 162, 0.08);
  clip-path: inherit;
}

.hex-pair-cell span {
  position: relative;
  z-index: 1;
  color: #101713;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transform: rotate(var(--pair-counter-angle));
}

.hex-pair-cell-first {
  transform: translate(-50%, -50%);
}

.hex-pair-cell-second {
  transform: translate(calc(-50% + var(--pair-center-distance)), -50%);
}

.pair-placement-connector {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--connector-length);
  height: calc(var(--cell-width) * 0.34);
  pointer-events: auto;
  cursor: grab;
  transform: translate(-50%, -50%) rotate(var(--connector-angle));
  transform-origin: center;
}

.pair-placement-connector::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: max(4px, calc(var(--cell-width) * 0.11));
  border-radius: 999px;
  background: rgba(47, 64, 83, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  transform: translateY(-50%);
}

.pair-placement-connector:active {
  cursor: grabbing;
}

.pair-placement-connector.is-active::after {
  background: rgba(48, 176, 213, 0.9);
  box-shadow: 0 8px 16px rgba(48, 176, 213, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.pair-drag-ghost {
  --pair-cell: 46px;
  position: fixed;
  z-index: 200;
  pointer-events: none;
  opacity: 0.92;
  filter: drop-shadow(0 18px 28px rgba(29, 37, 48, 0.24));
  transform: translate(-50%, -50%);
}

.cage-boundary-layer {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.cage-boundary {
  fill: none;
  stroke: var(--cage-color);
  stroke-width: var(--cage-border);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1 8;
  vector-effect: non-scaling-stroke;
}

.cage-label {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 12;
  width: clamp(16px, calc(var(--cell-width) * 0.28), 28px);
  height: clamp(16px, calc(var(--cell-width) * 0.28), 28px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  background: var(--cage-color);
  color: #ffffff;
  font-size: clamp(8px, calc(var(--cell-width) * 0.1), 12px);
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}

.cage-label span {
  display: grid;
  place-items: center;
  max-width: 2ch;
  transform: rotate(-45deg);
}

.cage-color-0 {
  --cage-color: #5f45bd;
  --cage-fill: #e6dcfa;
}

.cage-color-1 {
  --cage-color: #047b68;
  --cage-fill: #d2efdf;
}

.cage-color-2 {
  --cage-color: #aa447b;
  --cage-fill: #f4d6e7;
}

.cage-color-3 {
  --cage-color: #a4822a;
  --cage-fill: #f4e6bf;
}

.cage-color-4 {
  --cage-color: #2f75a8;
  --cage-fill: #cfe6f3;
}

.cage-color-5 {
  --cage-color: #c35643;
  --cage-fill: #ffd7ca;
}

.cage-color-6 {
  --cage-color: #78a829;
  --cage-fill: #e3f2c7;
}

.cage-color-7 {
  --cage-color: #008f8f;
  --cage-fill: #c8eeeb;
}

.cage-color-8 {
  --cage-color: #6d5ac7;
  --cage-fill: #e2dcfa;
}

.cage-color-9 {
  --cage-color: #b76623;
  --cage-fill: #ffddc5;
}

.cage-color-10 {
  --cage-color: #207f91;
  --cage-fill: #c8eaf0;
}

.cage-color-11 {
  --cage-color: #6f6f18;
  --cage-fill: #e6e6bd;
}

.pair-workbench {
  display: grid;
  gap: 14px;
}

.pair-selected-bar {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(260px, 1fr);
  gap: 14px;
  align-items: end;
  padding: 14px;
  border: 1px solid rgba(47, 64, 83, 0.12);
  border-radius: 8px;
  background: #f7fafb;
}

.pair-selected-bar .eyebrow {
  margin-bottom: 8px;
  font-size: 12px;
}

.pair-selected-tile {
  min-height: 46px;
  display: flex;
  align-items: center;
}

.pair-selection-status {
  margin-top: 8px;
  color: rgba(16, 23, 19, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.pair-tool-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.pair-tool-actions .puzzle-action {
  min-width: 86px;
  min-height: 40px;
  padding-inline: 13px;
}

.pair-inventory {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(var(--pair-inventory-cell, 64px) * 3.1), 1fr));
  gap: clamp(12px, calc(var(--pair-inventory-cell, 64px) * 0.18), 20px);
  align-items: center;
  padding-block: calc(var(--pair-inventory-cell, 64px) * 0.35) calc(var(--pair-inventory-cell, 64px) * 0.12);
}

.pair-tile {
  min-width: 0;
  min-height: calc(var(--pair-inventory-cell, 64px) * 1.5);
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #101713;
  font-family: inherit;
  cursor: pointer;
  overflow: visible;
  transition: filter 160ms ease, opacity 160ms ease;
}

.pair-tile:hover,
.pair-tile:focus-visible {
  outline: 0;
  filter: drop-shadow(0 12px 18px rgba(29, 37, 48, 0.12));
}

.pair-tile.is-selected {
  filter: drop-shadow(0 12px 18px rgba(234, 103, 82, 0.16));
}

.pair-tile.is-used {
  color: rgba(16, 23, 19, 0.68);
  opacity: 0.32;
}

.pair-tile.is-placement-active {
  filter: drop-shadow(0 12px 18px rgba(48, 176, 213, 0.22));
}

.pair-inventory-shape {
  --pair-cell: var(--pair-inventory-cell, 64px);
  --pair-origin-x: calc(var(--pair-hex-width) / 2);
  --pair-origin-y: calc(var(--pair-cell) / 2);
  width: calc(var(--pair-hex-width) * 2 + var(--pair-gap));
  height: var(--pair-cell);
}

.pair-preview-tile {
  --pair-cell: 38px;
}

.pair-empty-selection {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  color: rgba(16, 23, 19, 0.58);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .weekly-puzzle-card {
    grid-template-columns: 1fr;
  }

  .weekly-puzzle-action {
    justify-items: start;
  }

  .puzzle-layout {
    grid-template-columns: 1fr;
  }

  .puzzle-rules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pair-puzzle-layout {
    grid-template-columns: 1fr;
  }

  .shape-puzzle-layout {
    grid-template-columns: 1fr;
  }

  .letter-puzzle-layout {
    grid-template-columns: 1fr;
  }

  .letter-answer-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .puzzle-shell {
    min-height: 0;
    padding: 40px 10px 72px;
    background: #ffffff;
  }

  .puzzle-copy h1 {
    font-size: 46px;
  }

  .puzzle-copy > p:not(.eyebrow) {
    font-size: 19px;
  }

  .weekly-puzzle-card {
    padding: 18px;
  }

  .weekly-progress {
    grid-template-columns: 1fr;
  }

  .weekly-puzzle-action {
    justify-items: stretch;
  }

  .puzzle-difficulty-tabs {
    display: flex;
    width: 100%;
  }

  .puzzle-tab {
    flex: 1;
    min-width: 0;
  }

  .puzzle-board-panel {
    padding: 8px;
  }

  .puzzle-start-panel {
    min-height: 420px;
    padding: 24px;
  }

  .puzzle-completion-panel {
    min-height: 420px;
    padding: 24px;
  }

  .puzzle-start-stats {
    grid-template-columns: 1fr;
  }

  .puzzle-completion-stats {
    grid-template-columns: 1fr;
  }

  .puzzle-stage {
    padding: 30px 4px;
  }

  .fixed-value,
  .cell-input {
    width: 64%;
    height: 58%;
    border-radius: 5px;
    font-size: 15px;
  }

  .hexaku-board-panel .fixed-value,
  .hexaku-board-panel .cell-input {
    font-size: 18px;
  }

  .hexaku-content-overlay-value {
    font-size: 18px;
  }

  .hexaku-content-overlay-notes {
    font-size: 14px;
  }

  .hexaku-cage-label {
    top: calc(var(--y) - var(--cage-label-top-offset, 28px) - 10px);
    width: 30px;
    padding: 2px 7px;
    font-size: 12px;
  }

  .puzzle-actions {
    justify-content: stretch;
  }

  .puzzle-action {
    flex: 1 1 150px;
  }

  .puzzle-rules {
    grid-template-columns: 1fr;
  }

  .pair-selected-bar {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .shape-selected-bar {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .shape-board-panel {
    grid-template-columns: 1fr;
  }

  .shape-board-panel .puzzle-stage,
  .shape-workbench,
  .shape-board-panel .puzzle-actions {
    grid-column: 1;
  }

  .shape-board-panel .puzzle-stage {
    padding: 18px 10px;
  }

  .letter-board-panel .puzzle-stage {
    padding: 24px 8px;
  }

  .letter-answer-clue {
    font-size: 19px;
  }

  .final-answer-entry {
    display: grid;
    grid-template-columns: 1fr;
  }

  .final-answer-input {
    width: 100%;
    font-size: 24px;
  }

  .title-bonus-entry {
    display: grid;
    grid-template-columns: 1fr;
  }

  .title-bonus-input {
    width: 100%;
  }

  .pair-tool-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .shape-tool-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }

  .pair-tool-actions .puzzle-action {
    min-width: 0;
    flex: initial;
    padding-inline: 8px;
  }

  .shape-tool-actions .puzzle-action {
    min-width: 0;
    flex: initial;
    padding-inline: 8px;
  }

  .pair-inventory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .shape-inventory {
    min-width: 0;
    gap: 6px;
  }

  .pair-tile {
    min-width: 0;
    min-height: calc(var(--pair-inventory-cell, 64px) * 1.5);
  }

  .shape-tile {
    min-width: 0;
    min-height: 0;
  }

  .cage-label {
    width: clamp(14px, calc(var(--cell-width) * 0.3), 24px);
    height: clamp(14px, calc(var(--cell-width) * 0.3), 24px);
  }
}

@media (max-width: 420px) {
  .puzzle-copy h1 {
    font-size: 38px;
  }

  .puzzle-stage {
    padding-inline: 0;
  }

  .fixed-value,
  .cell-input {
    font-size: 13px;
  }

  .pair-inventory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .shape-inventory {
    gap: 10px;
  }

  .pair-tile {
    padding-inline: 0;
  }

  .shape-tile {
    padding-inline: 0;
  }
}

/* Homepage value proposition redesign */
.home-page {
  --brand-blue: #273c4e;
  --ink: #111820;
  --graphite: #1d2530;
  --teal: #21a0a2;
  --teal-deep: #005b67;
  --blue: #30b0d5;
  --coral: #ea6752;
  --mist: #edf4f5;
  --soft-grey: #e2e4ef;
  --paper: #f8fbfc;
  --white: #ffffff;
  --line: rgba(17, 24, 32, 0.13);
  --line-invert: rgba(255, 255, 255, 0.16);
  background: var(--paper);
  color: var(--ink);
}

.home-page .global-header {
  min-height: 58px;
  padding: 0 18px;
  background: var(--brand-blue);
}

.home-page .brand img {
  width: 98px;
}

.home-page .menu-toggle {
  display: block;
}

.home-page .global-nav {
  position: fixed;
  inset: 58px 0 auto;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 14px 18px 22px;
  background: rgba(39, 60, 78, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page .global-nav.open {
  display: flex;
}

.home-page .global-nav a {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
}

.home-page .product-nav {
  min-height: 52px;
  padding: 0 18px;
  background: rgba(248, 251, 252, 0.9);
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.home-page .product-name {
  max-width: 56%;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.05;
}

.home-page .product-links {
  display: none;
  gap: 12px;
}

.home-page .product-links a:not(.pill-link) {
  display: none;
}

.home-page .pill-link {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--coral);
  color: var(--white) !important;
  font-size: 0.8rem;
}

.home-page .hero {
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
  padding: 54px 18px 48px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(90deg, rgba(237, 244, 245, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(237, 244, 245, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, #111820 0%, #273c4e 72%, #005b67 100%);
  background-size: 48px 48px, 48px 48px, auto;
  color: var(--white);
  text-align: left;
}

.home-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 68%, rgba(234, 103, 82, 0.18) 68% 69%, transparent 69%),
    linear-gradient(180deg, transparent 0 26%, rgba(48, 176, 213, 0.16) 26% 27%, transparent 27%);
  opacity: 0.9;
}

.home-page .hero-copy,
.home-page .hero-visual {
  position: relative;
  z-index: 1;
}

.home-page .hero-copy {
  max-width: 680px;
  margin: 0;
  min-width: 0;
}

.home-page .brand-strap,
.home-page .eyebrow,
.home-page .phase-label {
  margin-bottom: 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-page .hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: 2.82rem;
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.home-page .hero-intro {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.16rem;
  line-height: 1.25;
}

.home-page .hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  margin-top: 30px;
}

.home-page .button {
  min-height: 46px;
  border-radius: 999px;
  padding: 13px 20px;
  font-size: 0.92rem;
}

.home-page .button-coral {
  background: var(--coral);
  color: var(--white);
  box-shadow: 0 18px 38px rgba(234, 103, 82, 0.22);
}

.home-page .button-quiet {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.home-page .visual-panel {
  min-width: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(237, 244, 245, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(237, 244, 245, 0.07) 1px, transparent 1px),
    linear-gradient(145deg, rgba(17, 24, 32, 0.96), rgba(39, 60, 78, 0.98));
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 0 28px 70px rgba(17, 24, 32, 0.2);
}

.home-page .hero-visual {
  width: 100%;
  aspect-ratio: 1.04;
  min-height: 300px;
  margin: 0;
}

.home-page .visible-grid {
  position: absolute;
  inset: 0;
  opacity: 0.55;
}

.home-page .visible-grid span {
  position: absolute;
  background: rgba(165, 218, 236, 0.18);
}

.home-page .visible-grid span:nth-child(1),
.home-page .visible-grid span:nth-child(2),
.home-page .visible-grid span:nth-child(3),
.home-page .visible-grid span:nth-child(4) {
  width: 1px;
  height: 100%;
  top: 0;
}

.home-page .visible-grid span:nth-child(1) {
  left: 18%;
}

.home-page .visible-grid span:nth-child(2) {
  left: 40%;
}

.home-page .visible-grid span:nth-child(3) {
  left: 64%;
}

.home-page .visible-grid span:nth-child(4) {
  left: 84%;
}

.home-page .visible-grid span:nth-child(5),
.home-page .visible-grid span:nth-child(6),
.home-page .visible-grid span:nth-child(7),
.home-page .visible-grid span:nth-child(8) {
  width: 100%;
  height: 1px;
  left: 0;
}

.home-page .visible-grid span:nth-child(5) {
  top: 18%;
}

.home-page .visible-grid span:nth-child(6) {
  top: 42%;
}

.home-page .visible-grid span:nth-child(7) {
  top: 66%;
}

.home-page .visible-grid span:nth-child(8) {
  top: 84%;
}

.home-page .hero-system-map {
  position: absolute;
  inset: 0;
}

.home-page .system-node {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 7px rgba(48, 176, 213, 0.12);
}

.home-page .node-primary {
  width: 58px;
  height: 58px;
  left: 43%;
  top: 43%;
  border-width: 4px;
  background: var(--coral);
  box-shadow: 0 0 0 18px rgba(234, 103, 82, 0.16);
}

.home-page .node-a {
  left: 17%;
  top: 20%;
}

.home-page .node-b {
  left: 72%;
  top: 18%;
  background: var(--teal);
}

.home-page .node-c {
  left: 18%;
  top: 74%;
  background: var(--teal);
}

.home-page .node-d {
  left: 76%;
  top: 68%;
}

.home-page .node-e {
  left: 55%;
  top: 84%;
  background: var(--coral);
}

.home-page .route,
.home-page .assurance-band {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.home-page .route {
  background: rgba(165, 218, 236, 0.32);
}

.home-page .route-a {
  width: 27%;
  height: 3px;
  left: 18%;
  top: 24%;
}

.home-page .route-b {
  width: 3px;
  height: 24%;
  left: 72%;
  top: 20%;
}

.home-page .route-c {
  width: 3px;
  height: 33%;
  left: 21%;
  top: 43%;
}

.home-page .route-d {
  width: 28%;
  height: 3px;
  left: 49%;
  top: 70%;
}

.home-page .assurance-band {
  height: 10px;
  right: 10%;
  background: rgba(234, 103, 82, 0.7);
}

.home-page .band-one {
  width: 42%;
  bottom: 22%;
}

.home-page .band-two {
  width: 32%;
  bottom: 17%;
  background: rgba(48, 176, 213, 0.7);
}

.home-page .band-three {
  width: 22%;
  bottom: 12%;
  background: rgba(33, 160, 162, 0.72);
}

.home-page .certainty-statement,
.home-page .section-pad {
  padding: 68px 18px;
}

.home-page .certainty-statement {
  background: var(--white);
}

.home-page .statement-copy,
.home-page .section-heading {
  max-width: 880px;
  margin: 0 0 34px;
  min-width: 0;
}

.home-page .statement-copy h2,
.home-page .section-heading h2 {
  color: var(--ink);
  font-size: 2rem;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.home-page .statement-copy > p:not(.eyebrow),
.home-page .section-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(17, 24, 32, 0.72);
  font-size: 1.12rem;
  line-height: 1.32;
}

.home-page .value-grid,
.home-page .phase-list,
.home-page .capability-grid,
.home-page .ownership-grid,
.home-page .advanced-list {
  display: grid;
  gap: 14px;
}

.home-page .capability-grid {
  grid-auto-rows: auto;
}

.home-page .value-card,
.home-page .phase-card,
.home-page .capability-card,
.home-page .ownership-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.home-page .value-card span,
.home-page .ownership-card span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 700;
}

.home-page .value-card h3,
.home-page .phase-card h3,
.home-page .capability-card h3,
.home-page .ownership-card h3,
.home-page .advanced-copy h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.home-page .value-card p,
.home-page .phase-card p,
.home-page .capability-card p,
.home-page .ownership-card p,
.home-page .advanced-copy p {
  color: rgba(17, 24, 32, 0.72);
  font-size: 1rem;
  line-height: 1.36;
}

.home-page .lifecycle-section {
  background: var(--mist);
}

.home-page .lifecycle-layout,
.home-page .model-layout,
.home-page .capability-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.home-page .lifecycle-visual,
.home-page .model-visual,
.home-page .capability-visual {
  aspect-ratio: 1.1;
  min-height: 290px;
}

.home-page .phase-orbit {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(165, 218, 236, 0.22);
  border-radius: 50%;
}

.home-page .phase-core,
.home-page .phase-marker {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 700;
}

.home-page .phase-core {
  width: 86px;
  height: 86px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--coral);
  color: var(--white);
}

.home-page .phase-marker {
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(237, 244, 245, 0.1);
  color: var(--white);
  font-size: 0.82rem;
}

.home-page .phase-one {
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
}

.home-page .phase-two {
  right: -12px;
  bottom: 18%;
}

.home-page .phase-three {
  left: -12px;
  bottom: 18%;
}

.home-page .phase-label {
  color: var(--teal-deep);
}

.home-page .delivery-model {
  background: var(--brand-blue);
  color: var(--white);
}

.home-page .delivery-model .section-heading h2,
.home-page .delivery-model .model-steps span {
  color: var(--white);
}

.home-page .delivery-model .section-heading > p:not(.eyebrow),
.home-page .model-steps p {
  color: rgba(255, 255, 255, 0.74);
}

.home-page .model-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: model;
}

.home-page .model-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid var(--line-invert);
}

.home-page .model-steps li::before {
  counter-increment: model;
  content: "0" counter(model);
  grid-row: 1 / span 2;
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 700;
}

.home-page .model-steps span {
  grid-column: 2;
  display: block;
  margin-bottom: 7px;
  font-size: 1.22rem;
  font-weight: 700;
}

.home-page .model-steps p {
  grid-column: 2;
}

.home-page .evidence-stack {
  position: absolute;
  inset: 14%;
  display: grid;
  align-content: center;
  gap: 18px;
}

.home-page .evidence-stack span {
  display: block;
  height: 20px;
  border-radius: 999px;
  background: rgba(237, 244, 245, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.home-page .evidence-stack span:nth-child(1) {
  width: 92%;
  background: rgba(234, 103, 82, 0.82);
}

.home-page .evidence-stack span:nth-child(2) {
  width: 74%;
}

.home-page .evidence-stack span:nth-child(3) {
  width: 86%;
  background: rgba(48, 176, 213, 0.72);
}

.home-page .evidence-stack span:nth-child(4) {
  width: 58%;
}

.home-page .evidence-stack span:nth-child(5) {
  width: 68%;
  background: rgba(33, 160, 162, 0.72);
}

.home-page .capabilities {
  background: var(--white);
  color: var(--ink);
}

.home-page .capability-network {
  position: absolute;
  inset: 12%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-page .capability-network::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8%;
  width: 1px;
  height: 84%;
  background: rgba(165, 218, 236, 0.2);
}

.home-page .capability-network::after {
  content: "";
  position: absolute;
  left: 8%;
  top: 50%;
  width: 84%;
  height: 1px;
  background: rgba(165, 218, 236, 0.2);
}

.home-page .capability-network span {
  display: grid;
  place-items: center;
  min-height: 70px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(237, 244, 245, 0.1);
  color: var(--white);
  font-weight: 700;
  text-align: center;
}

.home-page .capability-network span:nth-child(2n) {
  color: var(--coral);
}

.home-page .advanced-services {
  background: var(--mist);
}

.home-page .advanced-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.home-page .advanced-copy {
  align-self: center;
}

.home-page .advanced-visual {
  aspect-ratio: 1.18;
  min-height: 250px;
  box-shadow: none;
}

.home-page .dashboard-placeholder,
.home-page .logic-placeholder,
.home-page .knowledge-placeholder {
  position: absolute;
  inset: 12%;
}

.home-page .dashboard-placeholder {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}

.home-page .dashboard-placeholder span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(237, 244, 245, 0.1);
}

.home-page .dashboard-placeholder span:first-child {
  grid-row: span 2;
  background:
    linear-gradient(180deg, rgba(234, 103, 82, 0.76) 0 34%, transparent 34%),
    rgba(237, 244, 245, 0.1);
}

.home-page .logic-placeholder {
  display: grid;
  align-content: center;
  gap: 16px;
}

.home-page .logic-placeholder span {
  width: 76%;
  height: 16px;
  border-radius: 999px;
  background: rgba(237, 244, 245, 0.18);
}

.home-page .logic-placeholder span:nth-child(2),
.home-page .logic-placeholder span:nth-child(4) {
  margin-left: 20%;
  background: rgba(48, 176, 213, 0.66);
}

.home-page .logic-placeholder span:nth-child(3) {
  width: 50%;
  background: rgba(234, 103, 82, 0.76);
}

.home-page .knowledge-placeholder span {
  position: absolute;
  width: 56px;
  height: 56px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(33, 160, 162, 0.6);
}

.home-page .knowledge-placeholder span:nth-child(1) {
  left: 40%;
  top: 36%;
  width: 84px;
  height: 84px;
  background: rgba(234, 103, 82, 0.8);
}

.home-page .knowledge-placeholder span:nth-child(2) {
  left: 8%;
  top: 8%;
}

.home-page .knowledge-placeholder span:nth-child(3) {
  right: 10%;
  top: 10%;
  background: rgba(48, 176, 213, 0.68);
}

.home-page .knowledge-placeholder span:nth-child(4) {
  left: 12%;
  bottom: 8%;
  background: rgba(48, 176, 213, 0.68);
}

.home-page .knowledge-placeholder span:nth-child(5) {
  right: 8%;
  bottom: 14%;
}

.home-page .knowledge-placeholder span:nth-child(6) {
  left: 42%;
  bottom: 0;
}

.home-page .phase-card .phase-label,
.home-page .advanced-copy .phase-label {
  margin-bottom: 14px;
  color: var(--teal-deep);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-page .ownership {
  background: var(--white);
}

.home-page .contact-cta {
  min-height: 0;
  display: block;
  padding: 76px 18px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(90deg, rgba(237, 244, 245, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(237, 244, 245, 0.05) 1px, transparent 1px),
    var(--brand-blue);
  background-size: 48px 48px, 48px 48px, auto;
  color: var(--white);
  text-align: left;
}

.home-page .contact-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 38%;
  width: 100%;
  height: 1px;
  background: rgba(234, 103, 82, 0.55);
}

.home-page .cta-copy {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.home-page .contact-cta h2 {
  max-width: 840px;
  color: var(--white);
  font-size: 2.1rem;
  line-height: 1.03;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.home-page .contact-cta .cta-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.32;
}

@media (max-width: 360px) {
  .home-page .hero h1 {
    font-size: 2.4rem;
  }

  .home-page .statement-copy h2,
  .home-page .section-heading h2,
  .home-page .contact-cta h2 {
    font-size: 1.86rem;
  }
}

@media (min-width: 640px) {
  .home-page .product-links {
    display: flex;
  }

  .home-page .hero-actions {
    flex-direction: row;
    align-items: center;
  }

  .home-page .value-grid,
  .home-page .ownership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 780px) {
  .home-page .global-header {
    padding: 0 28px;
  }

  .home-page .menu-toggle {
    display: none;
  }

  .home-page .global-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
    padding: 0;
    background: transparent;
    border-top: 0;
  }

  .home-page .global-nav a {
    padding: 0;
    border-bottom: 0;
    font-size: 0.82rem;
  }

  .home-page .product-nav {
    padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  }

  .home-page .product-name {
    max-width: none;
    font-size: 1.18rem;
  }

  .home-page .product-links a:not(.pill-link) {
    display: inline-flex;
  }

  .home-page .hero,
  .home-page .certainty-statement,
  .home-page .section-pad {
    padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  }

  .home-page .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
    gap: 46px;
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .home-page .hero h1 {
    font-size: 4.85rem;
  }

  .home-page .hero-intro {
    font-size: 1.42rem;
  }

  .home-page .statement-copy h2,
  .home-page .section-heading h2 {
    font-size: 3.55rem;
  }

  .home-page .contact-cta h2 {
    font-size: 3.8rem;
  }

  .home-page .value-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-page .lifecycle-layout,
  .home-page .model-layout,
  .home-page .capability-layout {
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
  }

  .home-page .model-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  }

  .home-page .model-visual {
    order: 2;
  }

  .home-page .model-steps {
    order: 1;
  }

  .home-page .advanced-item {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
    gap: 28px;
    padding: 30px;
  }
}

@media (min-width: 1040px) {
  .home-page .brand img {
    width: 108px;
  }

  .home-page .hero h1 {
    font-size: 5.7rem;
  }

  .home-page .hero-visual {
    aspect-ratio: 0.95;
  }

  .home-page .certainty-statement,
  .home-page .section-pad {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .home-page .statement-copy {
    max-width: 1040px;
  }

  .home-page .statement-copy h2 {
    font-size: 4.15rem;
  }

  .home-page .capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .ownership-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Homepage refresh: Protect / Deliver / Optimise */
.refresh-page {
  --icss-ink: #111820;
  --icss-blue: #273c4e;
  --icss-blue-dark: #1d2f3d;
  --icss-coral: #ea6752;
  --icss-teal: #21a0a2;
  --icss-teal-dark: #005b67;
  --icss-sky: #30b0d5;
  --icss-mist: #edf4f5;
  --icss-lilac: #e2e4ef;
  --icss-paper: #f8fbfc;
  --icss-white: #ffffff;
  --icss-line: rgba(17, 24, 32, 0.12);
  --icss-shadow: 0 24px 70px rgba(39, 60, 78, 0.12);
  background: var(--icss-paper);
  color: var(--icss-ink);
}

.refresh-page .global-header {
  min-height: 58px;
  padding: 0 18px;
  background: var(--icss-blue);
}

.refresh-page .brand img {
  width: 98px;
}

.refresh-page .menu-toggle {
  display: block;
}

.refresh-page .global-nav {
  position: fixed;
  inset: 58px 0 auto;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 14px 18px 22px;
  background: rgba(39, 60, 78, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.refresh-page .global-nav.open {
  display: flex;
}

.refresh-page .global-nav a {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  letter-spacing: 0;
}

.refresh-page .product-nav {
  min-height: 52px;
  padding: 0 18px;
  background: rgba(248, 251, 252, 0.92);
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.refresh-page .product-name {
  color: var(--icss-ink);
  font-size: 1.05rem;
}

.refresh-page .product-links {
  display: none;
}

.refresh-page .pill-link {
  background: var(--icss-coral);
  color: var(--icss-white) !important;
}

.hp-kicker {
  margin: 0 0 14px;
  color: var(--icss-coral);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.hp-hero {
  min-height: 680px;
  display: grid;
  align-items: end;
  overflow: hidden;
  position: relative;
  padding: 78px 18px 56px;
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.06) 1px, transparent 1px),
    linear-gradient(132deg, #ffffff 0%, #f8fbfc 45%, #edf4f5 100%);
  background-size: 48px 48px, 48px 48px, auto;
}

.hp-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 5px;
  background: linear-gradient(90deg, var(--icss-coral), var(--icss-teal), var(--icss-sky));
}

.hp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(248, 251, 252, 0.98) 0%, rgba(248, 251, 252, 0.9) 42%, rgba(248, 251, 252, 0.18) 74%, transparent 100%);
}

.hp-hero-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.hp-hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--icss-ink);
  font-size: 4rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.hp-hero p:not(.hp-kicker) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(17, 24, 32, 0.72);
  font-size: 1.22rem;
  line-height: 1.34;
}

.hp-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}

.hp-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.hp-button:hover,
.hp-button:focus {
  transform: translateY(-2px);
}

.hp-button-primary {
  background: var(--icss-coral);
  color: var(--icss-white);
  box-shadow: 0 18px 34px rgba(234, 103, 82, 0.24);
}

.hp-button-secondary {
  background: rgba(255, 255, 255, 0.7);
  color: var(--icss-blue);
  box-shadow: inset 0 0 0 1px rgba(39, 60, 78, 0.2);
}

.hp-hero-art {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hp-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.88;
}

.hp-grid-lines {
  position: absolute;
  right: -22%;
  top: 4%;
  width: 86%;
  height: 88%;
  border: 1px solid rgba(39, 60, 78, 0.1);
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  transform: skewX(-5deg);
}

.hp-hero-module,
.hp-signal,
.hp-node {
  position: absolute;
  display: block;
}

.hp-hero-module {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(39, 60, 78, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--icss-shadow);
  color: var(--icss-blue);
  font-weight: 700;
}

.hp-hero-module::before,
.hp-hero-module::after {
  content: "";
  position: absolute;
  background: currentColor;
  opacity: 0.16;
}

.hp-hero-module::before {
  width: 42px;
  height: 3px;
}

.hp-hero-module::after {
  width: 3px;
  height: 42px;
}

.module-protect {
  right: 10%;
  top: 13%;
  color: var(--icss-coral);
}

.module-deliver {
  right: 34%;
  top: 37%;
  color: var(--icss-teal);
}

.module-optimise {
  right: 9%;
  bottom: 14%;
  color: var(--icss-sky);
}

.hp-signal {
  height: 4px;
  border-radius: 999px;
  background: rgba(39, 60, 78, 0.22);
  transform-origin: left center;
}

.signal-one {
  width: 26%;
  right: 17%;
  top: 33%;
  transform: rotate(90deg);
}

.signal-two {
  width: 28%;
  right: 15%;
  bottom: 36%;
}

.signal-three {
  width: 24%;
  right: 34%;
  top: 55%;
  background: rgba(234, 103, 82, 0.46);
}

.hp-node {
  width: 18px;
  height: 18px;
  border: 4px solid var(--icss-white);
  border-radius: 50%;
  background: var(--icss-teal);
  box-shadow: 0 0 0 10px rgba(33, 160, 162, 0.14);
  animation: nodePulse 3s ease-in-out infinite;
}

.hero-node-one {
  right: 18%;
  top: 32%;
  background: var(--icss-coral);
}

.hero-node-two {
  right: 44%;
  top: 55%;
  animation-delay: 0.7s;
}

.hero-node-three {
  right: 21%;
  bottom: 35%;
  background: var(--icss-sky);
  animation-delay: 1.2s;
}

@keyframes nodePulse {
  0%,
  100% {
    box-shadow: 0 0 0 8px rgba(33, 160, 162, 0.12);
  }

  50% {
    box-shadow: 0 0 0 16px rgba(33, 160, 162, 0.04);
  }
}

.hp-section,
.hp-category {
  padding: 68px 18px;
  scroll-margin-top: 112px;
}

.hp-section-heading,
.hp-category-intro {
  max-width: 790px;
  margin: 0 0 34px;
}

.hp-section-heading h2,
.hp-category-intro h2,
.hp-cta h2 {
  margin: 0;
  color: var(--icss-ink);
  font-size: 2.12rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.hp-section-heading > p:not(.hp-kicker),
.hp-category-intro > p:not(.hp-kicker),
.hp-cta p:not(.hp-kicker) {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(17, 24, 32, 0.7);
  font-size: 1.08rem;
  line-height: 1.36;
}

.hp-overview,
.hp-deliver,
.hp-lifecycle {
  background: var(--icss-white);
}

.hp-protect,
.hp-optimise {
  background: var(--icss-paper);
}

.service-map {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--icss-line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.06) 1px, transparent 1px),
    #ffffff;
  background-size: 42px 42px;
  box-shadow: var(--icss-shadow);
}

.service-map::before,
.service-map::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(39, 60, 78, 0.11);
  border-radius: 50%;
}

.service-map::after {
  inset: 28%;
  border-color: rgba(234, 103, 82, 0.2);
}

.service-map-center,
.map-service,
.map-category {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  text-align: center;
}

.service-map-center {
  left: 50%;
  top: 50%;
  width: 142px;
  height: 142px;
  padding: 18px;
  border-radius: 50%;
  background: var(--icss-blue);
  color: var(--icss-white);
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 55px rgba(39, 60, 78, 0.24);
}

.service-map-center span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
}

.service-map-center strong {
  display: block;
  font-size: 1.08rem;
}

.map-service {
  width: 138px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid var(--icss-line);
  border-radius: 8px;
  background: var(--icss-white);
  color: var(--icss-blue);
  font-weight: 700;
  box-shadow: 0 14px 36px rgba(39, 60, 78, 0.09);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.map-service:hover,
.map-service:focus {
  transform: translateY(-3px);
  border-color: currentColor;
  color: var(--icss-coral);
}

.map-cyber {
  left: 7%;
  top: 20%;
}

.map-safety {
  right: 7%;
  top: 20%;
}

.map-ci {
  left: 7%;
  top: 48%;
}

.map-commissioning {
  right: 7%;
  top: 48%;
}

.map-systems {
  left: 7%;
  bottom: 9%;
}

.map-control {
  right: 7%;
  bottom: 9%;
}

.map-category {
  left: 50%;
  width: 110px;
  height: 34px;
  border-radius: 999px;
  color: var(--icss-white);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.map-protect {
  top: 12%;
  background: var(--icss-coral);
}

.map-deliver {
  top: 45%;
  background: var(--icss-teal);
}

.map-optimise {
  bottom: 18%;
  background: var(--icss-sky);
}

.hp-service-pair,
.advanced-grid,
.lifecycle-track {
  display: grid;
  gap: 16px;
}

.hp-service-card,
.advanced-card,
.lifecycle-track article {
  min-width: 0;
  border: 1px solid var(--icss-line);
  border-radius: 8px;
  background: var(--icss-white);
  box-shadow: 0 18px 44px rgba(39, 60, 78, 0.08);
}

.hp-service-card {
  padding: 24px;
}

.hp-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  position: relative;
  border: 1px solid rgba(39, 60, 78, 0.12);
  border-radius: 8px;
  background: var(--icss-mist);
}

.hp-icon span {
  position: absolute;
  display: block;
}

.hp-icon span:nth-child(1) {
  width: 38px;
  height: 38px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.hp-icon span:nth-child(2) {
  width: 48px;
  height: 3px;
  background: currentColor;
}

.hp-icon span:nth-child(3) {
  width: 3px;
  height: 48px;
  background: currentColor;
}

.hp-icon-cyber,
.hp-icon-safety {
  color: var(--icss-coral);
}

.hp-icon-engineering,
.hp-icon-commissioning {
  color: var(--icss-teal);
}

.hp-icon-systems,
.hp-icon-control {
  color: var(--icss-sky);
}

.hp-icon-cyber span:nth-child(1) {
  border-radius: 8px;
}

.hp-icon-commissioning span:nth-child(2) {
  transform: rotate(45deg);
}

.hp-icon-systems span:nth-child(1) {
  width: 14px;
  height: 14px;
  box-shadow: 26px 0 0 currentColor, 13px 26px 0 currentColor;
  background: currentColor;
}

.hp-icon-systems span:nth-child(2),
.hp-icon-systems span:nth-child(3) {
  opacity: 0.42;
}

.hp-icon-control span:nth-child(1) {
  width: 44px;
  height: 28px;
  border-radius: 999px;
}

.hp-service-card h3,
.advanced-card h3,
.lifecycle-track h3 {
  margin: 0 0 12px;
  color: var(--icss-ink);
  font-size: 1.52rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.hp-service-card p,
.advanced-card p,
.lifecycle-track p {
  margin: 0;
  color: rgba(17, 24, 32, 0.7);
  font-size: 1rem;
  line-height: 1.36;
}

.hp-read-more {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--icss-blue);
  font-size: 0.92rem;
  font-weight: 700;
}

.hp-read-more::after {
  content: "";
  width: 22px;
  height: 2px;
  margin-left: 10px;
  background: currentColor;
  transition: width 180ms ease;
}

.hp-read-more:hover,
.hp-read-more:focus {
  color: var(--icss-coral);
}

.hp-read-more:hover::after,
.hp-read-more:focus::after {
  width: 34px;
}

.hp-advanced {
  overflow: hidden;
  position: relative;
  background: var(--icss-blue);
  color: var(--icss-white);
}

.hp-advanced::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(237, 244, 245, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(237, 244, 245, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
}

.hp-advanced .hp-section-heading,
.hp-advanced .advanced-grid {
  position: relative;
  z-index: 1;
}

.hp-advanced .hp-section-heading h2 {
  color: var(--icss-white);
}

.hp-advanced .hp-section-heading > p:not(.hp-kicker) {
  color: rgba(255, 255, 255, 0.76);
}

.advanced-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
}

.advanced-mark {
  width: 100%;
  height: 120px;
  margin-bottom: 24px;
  border: 1px solid rgba(39, 60, 78, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.08) 1px, transparent 1px),
    var(--icss-mist);
  background-size: 30px 30px;
  position: relative;
  overflow: hidden;
}

.advanced-mark::before,
.advanced-mark::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.advanced-mark::before {
  left: 18%;
  top: 30%;
  width: 30%;
  height: 12px;
  background: var(--icss-coral);
}

.advanced-mark::after {
  right: 16%;
  bottom: 28%;
  width: 38%;
  height: 12px;
  background: var(--icss-teal);
}

.mark-testing::before {
  background: var(--icss-sky);
}

.mark-testing::after {
  background: var(--icss-coral);
}

.mark-ai::before {
  width: 52px;
  height: 52px;
  top: 27%;
  background: var(--icss-coral);
}

.mark-ai::after {
  width: 52px;
  height: 52px;
  right: 22%;
  bottom: 20%;
  background: var(--icss-sky);
}

.lifecycle-track {
  position: relative;
}

.lifecycle-track::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(var(--icss-coral), var(--icss-teal), var(--icss-sky));
}

.lifecycle-track article {
  position: relative;
  padding: 24px 24px 24px 74px;
}

.lifecycle-track span {
  position: absolute;
  left: 14px;
  top: 24px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--icss-blue);
  color: var(--icss-white);
  font-size: 0.74rem;
  font-weight: 700;
}

.hp-cta {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: 68px 18px;
  scroll-margin-top: 112px;
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.08) 1px, transparent 1px),
    var(--icss-mist);
  background-size: 42px 42px;
}

@media (prefers-reduced-motion: reduce) {
  .hp-node {
    animation: none;
  }

  .hp-button,
  .map-service,
  .hp-read-more::after {
    transition: none;
  }
}

@media (max-width: 390px) {
  .hp-hero h1 {
    font-size: 3.45rem;
  }

  .hp-section-heading h2,
  .hp-category-intro h2,
  .hp-cta h2 {
    font-size: 1.92rem;
  }

  .map-service {
    width: 126px;
    font-size: 0.86rem;
  }
}

@media (min-width: 560px) {
  .hp-actions {
    flex-direction: row;
  }

  .refresh-page .product-links {
    display: flex;
  }

  .hp-service-pair,
  .advanced-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 780px) {
  .refresh-page .global-header {
    padding: 0 28px;
  }

  .refresh-page .menu-toggle {
    display: none;
  }

  .refresh-page .global-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
    padding: 0;
    background: transparent;
    border-top: 0;
  }

  .refresh-page .global-nav a {
    padding: 0;
    border-bottom: 0;
    font-size: 0.82rem;
  }

  .refresh-page .product-nav,
  .hp-hero,
  .hp-section,
  .hp-category,
  .hp-cta {
    padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  }

  .hp-hero {
    min-height: 720px;
    align-items: center;
    padding-top: 92px;
    padding-bottom: 86px;
  }

  .hp-hero h1 {
    font-size: 5.8rem;
  }

  .hp-hero p:not(.hp-kicker) {
    font-size: 1.34rem;
  }

  .hp-section,
  .hp-category,
  .hp-cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .hp-section-heading h2,
  .hp-category-intro h2,
  .hp-cta h2 {
    font-size: 3.35rem;
  }

  .service-map {
    min-height: 540px;
  }

  .map-cyber {
    left: 10%;
    top: 18%;
  }

  .map-safety {
    right: 10%;
    top: 18%;
  }

  .map-ci {
    left: 18%;
    top: 48%;
  }

  .map-commissioning {
    right: 18%;
    top: 48%;
  }

  .map-systems {
    left: 10%;
    bottom: 12%;
  }

  .map-control {
    right: 10%;
    bottom: 12%;
  }

  .hp-category {
    display: grid;
    grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
  }

  .hp-category-intro {
    position: sticky;
    top: 92px;
    margin-bottom: 0;
  }

  .hp-service-pair {
    align-self: stretch;
  }

  .advanced-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lifecycle-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .lifecycle-track::before {
    left: 0;
    right: 0;
    top: 28px;
    bottom: auto;
    width: auto;
    height: 2px;
  }

  .lifecycle-track article {
    padding: 76px 24px 24px;
  }

  .lifecycle-track span {
    left: 24px;
    top: 14px;
  }

  .hp-cta {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 1080px) {
  .refresh-page .brand img {
    width: 108px;
  }

  .hp-hero h1 {
    font-size: 6.7rem;
  }

  .module-protect,
  .module-deliver,
  .module-optimise {
    width: 154px;
    height: 154px;
  }
}

/* Refinements after browser review */
.refresh-page .service-map {
  min-height: 0;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.refresh-page .service-map::before,
.refresh-page .service-map::after {
  display: none;
}

.refresh-page .service-map-center,
.refresh-page .map-service,
.refresh-page .map-category {
  position: relative;
  inset: auto;
  transform: none;
}

.refresh-page .service-map-center {
  width: auto;
  height: auto;
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 14px 18px;
  border-radius: 8px;
  background: var(--icss-blue);
  color: var(--icss-white);
  box-shadow: none;
}

.refresh-page .service-map-center span {
  color: var(--icss-white);
  font-size: 1rem;
  font-weight: 700;
}

.refresh-page .service-group {
  display: grid;
  gap: 12px;
  padding: 16px;
  position: relative;
  border: 1px solid rgba(39, 60, 78, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.refresh-page .service-group::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 68px;
  bottom: 24px;
  width: 2px;
  background: currentColor;
  opacity: 0.16;
}

.refresh-page .service-group-protect {
  color: var(--icss-coral);
}

.refresh-page .service-group-deliver {
  color: var(--icss-teal);
}

.refresh-page .service-group-optimise {
  color: var(--icss-sky);
}

.refresh-page .map-category {
  width: max-content;
  height: auto;
  min-height: 32px;
  padding: 8px 18px;
  border-radius: 999px;
  background: currentColor;
  color: var(--icss-white);
}

.refresh-page .map-category span {
  color: var(--icss-white);
}

.refresh-page .map-service {
  width: auto;
  min-height: 66px;
  color: var(--icss-blue);
}

@media (max-width: 559px) {
  .refresh-page .hp-hero-module {
    opacity: 0.34;
  }

  .refresh-page .hp-hero-module span {
    display: none;
  }

  .refresh-page .hp-grid-lines {
    right: -48%;
    opacity: 0.62;
  }

  .refresh-page .hp-signal,
  .refresh-page .hp-node {
    opacity: 0.62;
  }

  .refresh-page .module-protect {
    right: 6%;
    top: 13%;
  }

  .refresh-page .module-deliver {
    right: 28%;
    top: 34%;
  }

  .refresh-page .module-optimise {
    right: 4%;
    bottom: 13%;
  }
}

@media (min-width: 780px) {
  .refresh-page .service-map {
    gap: 20px;
    padding: 30px;
  }

  .refresh-page .service-map-center {
    justify-self: center;
    width: 260px;
  }

  .refresh-page .service-group {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    padding: 24px;
  }

  .refresh-page .service-group::before {
    left: 24px;
    right: 24px;
    top: 50%;
    bottom: auto;
    width: auto;
    height: 2px;
    transform: translateY(-50%);
  }

  .refresh-page .map-category {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    min-width: 128px;
  }

  .refresh-page .service-group .map-service:first-of-type {
    grid-column: 1;
    justify-self: end;
  }

  .refresh-page .service-group .map-service:last-of-type {
    grid-column: 3;
    justify-self: start;
  }

  .refresh-page .map-service {
    width: min(100%, 220px);
  }
}

/* Apple-inspired layout pass: fewer boxes, bigger scenes */
.refresh-page .hp-section,
.refresh-page .hp-category,
.refresh-page .hp-cta {
  overflow: hidden;
}

.refresh-page .hp-section-heading,
.refresh-page .hp-category-intro {
  max-width: 860px;
}

.refresh-page .hp-section-heading h2,
.refresh-page .hp-category-intro h2,
.refresh-page .hp-cta h2 {
  max-width: 780px;
}

.refresh-page .hp-overview {
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.035) 1px, transparent 1px),
    var(--icss-white);
  background-size: 52px 52px;
}

.refresh-page .service-map {
  width: min(100%, 1180px);
  margin: 24px auto 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.refresh-page .service-map-image,
.refresh-page .hp-category-media img,
.refresh-page .advanced-media img,
.refresh-page .lifecycle-media img {
  display: block;
  width: 100%;
  height: auto;
}

.refresh-page .service-map-image {
  margin-bottom: 34px;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(39, 60, 78, 0.1);
}

.refresh-page .service-map-center {
  margin-bottom: 22px;
  background: transparent;
  color: var(--icss-blue);
}

.refresh-page .service-map-center span {
  color: var(--icss-blue);
  font-size: 1.18rem;
}

.refresh-page .service-group {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.refresh-page .service-group::before {
  opacity: 0.26;
}

.refresh-page .map-category {
  background: transparent;
  color: currentColor;
  padding: 0;
}

.refresh-page .map-category span {
  color: currentColor;
  font-size: 0.9rem;
  letter-spacing: 0;
}

.refresh-page .map-service {
  min-height: 62px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--icss-ink);
}

.refresh-page .map-service::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.42;
}

.refresh-page .map-service:hover,
.refresh-page .map-service:focus {
  transform: translateY(-2px);
}

.refresh-page .hp-category {
  min-height: 680px;
}

.refresh-page .hp-protect,
.refresh-page .hp-deliver,
.refresh-page .hp-optimise {
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.035) 1px, transparent 1px),
    var(--icss-paper);
  background-size: 52px 52px;
}

.refresh-page .hp-deliver {
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.035) 1px, transparent 1px),
    var(--icss-white);
  background-size: 52px 52px;
}

.refresh-page .hp-service-pair {
  gap: 42px;
}

.refresh-page .hp-category-content {
  display: grid;
  gap: 42px;
}

.refresh-page .hp-category-media {
  margin: 0;
}

.refresh-page .hp-category-media img {
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(39, 60, 78, 0.1);
}

.refresh-page .hp-service-card {
  padding: 0 0 36px;
  border: 0;
  border-bottom: 1px solid var(--icss-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.refresh-page .hp-category-content .hp-icon {
  display: none;
}

.refresh-page .hp-service-card:last-child {
  border-bottom: 0;
}

.refresh-page .hp-icon {
  width: 112px;
  height: 112px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 50%;
  background: color-mix(in srgb, currentColor 10%, white);
}

.refresh-page .hp-service-card h3 {
  font-size: 2rem;
}

.refresh-page .hp-service-card p {
  max-width: 460px;
}

.refresh-page .hp-read-more {
  margin-top: 20px;
}

.refresh-page .hp-advanced {
  background:
    linear-gradient(90deg, rgba(237, 244, 245, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(237, 244, 245, 0.045) 1px, transparent 1px),
    var(--icss-blue);
  background-size: 52px 52px;
}

.refresh-page .hp-advanced::before {
  display: none;
}

.refresh-page .advanced-grid {
  width: min(100%, 1180px);
  margin: 20px auto 0;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.refresh-page .advanced-media {
  width: min(100%, 1180px);
  margin: 0 auto 42px;
}

.refresh-page .advanced-media img {
  border-radius: 8px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.22);
}

.refresh-page .advanced-card {
  padding: 34px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.refresh-page .advanced-card .advanced-mark {
  display: none;
}

.refresh-page .advanced-card h3 {
  color: var(--icss-white);
}

.refresh-page .advanced-card p {
  color: rgba(255, 255, 255, 0.74);
}

.refresh-page .advanced-card .hp-read-more {
  color: var(--icss-white);
}

.refresh-page .advanced-mark {
  height: 86px;
  max-width: 320px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(237, 244, 245, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(237, 244, 245, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
}

.refresh-page .hp-lifecycle {
  background: var(--icss-white);
}

.refresh-page .lifecycle-track {
  width: min(100%, 1180px);
  margin: 24px auto 0;
}

.refresh-page .lifecycle-media {
  width: min(100%, 1180px);
  margin: 0 auto 38px;
}

.refresh-page .lifecycle-media img {
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(39, 60, 78, 0.1);
}

.refresh-page .lifecycle-track article {
  padding-right: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.refresh-page .hp-cta {
  min-height: 460px;
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff, var(--icss-mist));
  background-size: 52px 52px, 52px 52px, auto;
}

@media (min-width: 780px) {
  .refresh-page .hp-section-heading {
    margin-bottom: 58px;
  }

  .refresh-page .hp-overview .hp-section-heading {
    text-align: center;
    margin-inline: auto;
  }

  .refresh-page .hp-overview .hp-section-heading h2,
  .refresh-page .hp-overview .hp-section-heading > p:not(.hp-kicker) {
    margin-inline: auto;
  }

  .refresh-page .service-map {
    gap: 18px;
    padding: 0;
  }

  .refresh-page .service-group {
    min-height: 132px;
    padding: 0;
  }

  .refresh-page .service-group::before {
    left: 10%;
    right: 10%;
  }

  .refresh-page .map-service {
    width: auto;
    min-width: 220px;
    font-size: 1.08rem;
  }

  .refresh-page .map-category {
    font-size: 1rem;
  }

  .refresh-page .hp-category {
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
    gap: 90px;
    align-items: center;
  }

  .refresh-page .hp-service-pair {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .refresh-page .hp-service-card {
    display: block;
    padding-bottom: 54px;
  }

  .refresh-page .hp-icon {
    grid-row: span 4;
    margin-bottom: 0;
  }

  .refresh-page .hp-service-card h3 {
    font-size: 2.42rem;
  }

  .refresh-page .advanced-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .refresh-page .advanced-card {
    padding: 42px 34px 48px;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  .refresh-page .advanced-card:last-child {
    border-right: 0;
  }

  .refresh-page .lifecycle-track article {
    padding-right: 32px;
  }
}

/* Consultancy capability redesign */
.capability-page {
  --cap-navy: #07151d;
  --cap-blue: #273c4e;
  --cap-blue-soft: #2f4053;
  --cap-ink: #101820;
  --cap-paper: #f7fbfc;
  --cap-white: #ffffff;
  --cap-mist: #edf4f5;
  --cap-line: rgba(16, 24, 32, 0.14);
  --cap-coral: #ea6752;
  --cap-teal: #21a0a2;
  --cap-sky: #30b0d5;
  --cap-violet: #8a6df4;
  --cap-pink: #ef58b6;
  --cap-orange: #f39a5d;
  --cap-max: 1260px;
  background: var(--cap-paper);
  color: var(--cap-ink);
}

.capability-page main {
  background: var(--cap-paper);
}

.capability-page .global-header {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
  backdrop-filter: none;
}

.capability-page .pill-link,
.cap-button-primary {
  background: var(--cap-coral);
  color: var(--cap-white) !important;
}

.cap-kicker {
  margin-bottom: 24px;
  color: var(--cap-coral);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cap-lede {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.16rem;
  line-height: 1.36;
}

.cap-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.cap-button:hover,
.cap-button:focus {
  transform: translateY(-2px);
}

.cap-button-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--cap-white);
}

.cap-button-secondary:hover,
.cap-button-secondary:focus {
  background: rgba(255, 255, 255, 0.16);
}

.cap-hero {
  min-height: calc(100svh - 104px);
  display: grid;
  gap: 46px;
  align-items: center;
  padding: 64px 18px 70px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(48, 176, 213, 0.28), transparent 27%),
    radial-gradient(circle at 94% 83%, rgba(234, 103, 82, 0.24), transparent 30%),
    linear-gradient(135deg, #06121b 0%, #0a2435 54%, #07151d 100%);
  color: var(--cap-white);
}

.cap-hero::before,
.cap-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cap-hero::before {
  background:
    linear-gradient(90deg, rgba(237, 244, 245, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(237, 244, 245, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 26%, #000 100%);
}

.cap-hero::after {
  inset: auto -20% -18% -20%;
  height: 34%;
  background:
    radial-gradient(circle at 78% 50%, rgba(234, 103, 82, 0.32), transparent 28%),
    radial-gradient(circle at 22% 50%, rgba(33, 160, 162, 0.24), transparent 30%);
  filter: blur(26px);
  opacity: 0.72;
}

.cap-hero-copy,
.cap-hero-visual {
  position: relative;
  z-index: 1;
}

.cap-hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: 3.2rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.cap-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 70px;
}

.cap-hero-visual {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.cap-hero-panel {
  width: min(100%, 520px);
  min-height: 360px;
  padding: 22px;
  position: relative;
  border: 1px solid rgba(48, 176, 213, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(7, 21, 29, 0.72);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.cap-panel-top {
  display: flex;
  gap: 8px;
  margin-bottom: 26px;
}

.cap-panel-top span {
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.cap-panel-top span:nth-child(2) {
  background: var(--cap-teal);
}

.cap-panel-top span:nth-child(3) {
  background: var(--cap-coral);
}

.cap-signal-grid {
  min-height: 240px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.cap-signal-grid span {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    rgba(255, 255, 255, 0.04);
  background-size: 16px 16px;
}

.cap-signal-grid span:nth-child(3n + 1) {
  border-color: rgba(33, 160, 162, 0.62);
}

.cap-signal-grid span:nth-child(4n + 2) {
  border-color: rgba(234, 103, 82, 0.66);
}

.cap-decision-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.cap-decision-line span {
  padding-top: 12px;
  border-top: 2px solid currentColor;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
}

.cap-decision-line span:nth-child(1) {
  color: var(--cap-teal);
}

.cap-decision-line span:nth-child(2) {
  color: var(--cap-coral);
}

.cap-decision-line span:nth-child(3) {
  color: var(--cap-sky);
}

.cap-arc {
  position: absolute;
  border: 1px solid rgba(48, 176, 213, 0.28);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.cap-arc-one {
  width: 420px;
  height: 420px;
  right: -40px;
  top: 4%;
}

.cap-arc-two {
  width: 560px;
  height: 560px;
  right: -110px;
  top: -8%;
  border-color: rgba(234, 103, 82, 0.24);
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.cap-floating-card {
  position: absolute;
  width: min(46%, 210px);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 21, 29, 0.82);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.26);
}

.cap-floating-card span {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cap-floating-card strong {
  display: block;
  margin-top: 8px;
  color: var(--cap-white);
  font-size: 1.08rem;
}

.cap-card-one {
  left: 0;
  top: 62px;
  border-color: rgba(33, 160, 162, 0.42);
}

.cap-card-two {
  right: 0;
  bottom: 86px;
  border-color: rgba(234, 103, 82, 0.42);
}

.cap-card-three {
  left: 8%;
  bottom: 28px;
  border-color: rgba(48, 176, 213, 0.38);
}

.cap-statement,
.cap-framework-band,
.cap-detail-section,
.cap-advanced-band,
.cap-lifecycle-band,
.cap-cta {
  padding: 72px 18px;
  scroll-margin-top: 108px;
}

.cap-statement {
  background: var(--cap-white);
}

.cap-statement > p {
  max-width: 1120px;
  margin: 0 auto;
  color: var(--cap-ink);
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.cap-value-row {
  max-width: var(--cap-max);
  display: grid;
  gap: 22px;
  margin: 48px auto 0;
}

.cap-value-row article {
  padding-top: 20px;
  border-top: 1px solid var(--cap-line);
}

.cap-value-row span,
.cap-service-title span {
  color: var(--cap-coral);
  font-size: 0.78rem;
  font-weight: 700;
}

.cap-value-row h2 {
  margin: 10px 0 12px;
  font-size: 1.6rem;
  line-height: 1.06;
  letter-spacing: 0;
}

.cap-value-row p,
.cap-section-heading > p:not(.cap-kicker),
.cap-detail-intro > p:not(.cap-kicker),
.cap-service-detail > p,
.cap-lifecycle-matrix h3 + ul,
.cap-cta p {
  color: rgba(16, 24, 32, 0.72);
}

.cap-section-heading,
.cap-detail-intro {
  max-width: 920px;
  margin-bottom: 44px;
}

.cap-section-heading h2,
.cap-detail-intro h2,
.cap-cta h2 {
  max-width: 860px;
  margin-bottom: 18px;
  color: var(--cap-ink);
  font-size: 2.35rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.cap-section-heading > p:not(.cap-kicker),
.cap-detail-intro > p:not(.cap-kicker),
.cap-cta p {
  max-width: 820px;
  font-size: 1.08rem;
  line-height: 1.36;
}

.cap-framework-band {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(48, 176, 213, 0.24), transparent 28%),
    radial-gradient(circle at 88% 86%, rgba(234, 103, 82, 0.2), transparent 30%),
    linear-gradient(135deg, #07151d 0%, #0a2435 100%);
  color: var(--cap-white);
}

.cap-framework-band .cap-section-heading h2,
.cap-framework-band .cap-section-heading > p:not(.cap-kicker),
.cap-advanced-band .cap-section-heading h2,
.cap-advanced-band .cap-section-heading > p:not(.cap-kicker) {
  color: var(--cap-white);
}

.cap-framework {
  max-width: var(--cap-max);
  display: grid;
  gap: 30px;
  margin: 0 auto;
}

.cap-track {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid currentColor;
}

.cap-track-protect {
  color: var(--cap-violet);
}

.cap-track-deliver {
  color: var(--cap-teal);
}

.cap-track-optimise {
  color: var(--cap-orange);
}

.cap-track-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
}

.cap-track-heading span {
  color: currentColor;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.cap-track-heading strong {
  color: var(--cap-white);
  font-size: 0.96rem;
}

.cap-card-grid {
  display: grid;
  gap: 14px;
}

.cap-framework-card {
  min-width: 0;
  padding: 20px;
  border: 2px solid currentColor;
  border-radius: 8px;
  background: rgba(7, 21, 29, 0.34);
}

.cap-framework-card h3 {
  margin: 16px 0 18px;
  color: currentColor;
  font-size: 1.35rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.cap-framework-card ul,
.cap-lifecycle-matrix ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cap-framework-card li,
.cap-lifecycle-matrix li {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  line-height: 1.15;
}

.cap-framework-card li::before,
.cap-lifecycle-matrix li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  background: currentColor;
  vertical-align: 0.12em;
}

.cap-icon {
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  color: currentColor;
}

.cap-icon::before,
.cap-icon::after {
  content: "";
  position: absolute;
}

.cap-icon-shield::before {
  inset: 4px 10px 6px;
  border: 3px solid currentColor;
  border-radius: 22px 22px 26px 26px;
}

.cap-icon-shield::after {
  left: 22px;
  top: 16px;
  width: 16px;
  height: 9px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg);
}

.cap-icon-network::before {
  inset: 8px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.cap-icon-network::after {
  left: 8px;
  right: 8px;
  top: 25px;
  height: 3px;
  background: currentColor;
  box-shadow: 15px -15px 0 -1px currentColor, 15px 15px 0 -1px currentColor;
}

.cap-icon-tools::before {
  left: 8px;
  top: 10px;
  width: 38px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.cap-icon-tools::after {
  left: 21px;
  top: 6px;
  width: 10px;
  height: 42px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-45deg);
}

.cap-icon-system::before {
  inset: 9px 7px;
  border: 3px solid currentColor;
  border-radius: 6px;
}

.cap-icon-system::after {
  left: 17px;
  right: 17px;
  top: 19px;
  height: 3px;
  background: currentColor;
  box-shadow: 0 9px 0 currentColor, 0 18px 0 currentColor;
}

.cap-icon-puzzle::before {
  inset: 9px;
  border: 3px solid currentColor;
}

.cap-icon-puzzle::after {
  left: 23px;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 3px solid currentColor;
  border-radius: 50%;
  background: var(--cap-navy);
}

.cap-icon-control::before {
  left: 6px;
  right: 6px;
  bottom: 8px;
  height: 3px;
  background: currentColor;
}

.cap-icon-control::after {
  left: 10px;
  bottom: 8px;
  width: 7px;
  height: 20px;
  background: currentColor;
  box-shadow: 13px -10px 0 currentColor, 26px -24px 0 currentColor;
}

.cap-icon-light::before {
  left: 13px;
  top: 7px;
  width: 26px;
  height: 32px;
  border: 3px solid currentColor;
  border-radius: 50% 50% 42% 42%;
}

.cap-icon-light::after {
  left: 18px;
  bottom: 4px;
  width: 16px;
  height: 9px;
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
}

.cap-lifecycle-strip {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(48, 176, 213, 0.42);
  border-radius: 8px;
  background: rgba(7, 21, 29, 0.38);
}

.cap-lifecycle-strip span {
  min-height: 42px;
  display: grid;
  place-items: center;
  color: var(--cap-white);
  font-size: 1rem;
  font-weight: 700;
}

.cap-lifecycle-strip span:nth-child(1) {
  color: var(--cap-teal);
}

.cap-lifecycle-strip span:nth-child(2) {
  color: var(--cap-sky);
}

.cap-lifecycle-strip span:nth-child(3) {
  color: var(--cap-pink);
}

.cap-detail-section {
  background: var(--cap-white);
}

.cap-deliver-section,
.cap-lifecycle-band {
  background: var(--cap-paper);
}

.cap-abstract-visual,
.cap-advanced-visual {
  max-width: var(--cap-max);
  min-height: 260px;
  display: grid;
  gap: 18px;
  margin: 0 auto 42px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--cap-line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px),
    var(--cap-white);
  background-size: 36px 36px;
}

.cap-abstract-visual::before,
.cap-abstract-visual::after,
.cap-advanced-visual::before,
.cap-advanced-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.cap-abstract-visual::before {
  width: 240px;
  height: 240px;
  right: -72px;
  top: -72px;
  border: 1px solid rgba(48, 176, 213, 0.3);
}

.cap-abstract-visual::after {
  width: 160px;
  height: 160px;
  left: -54px;
  bottom: -54px;
  border: 1px solid rgba(234, 103, 82, 0.26);
}

.cap-abstract-visual span,
.cap-advanced-visual span {
  min-height: 42px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 0 0 1px rgba(16, 24, 32, 0.08);
}

.cap-abstract-visual span:nth-child(1) {
  width: 62%;
  border-left: 4px solid var(--cap-coral);
}

.cap-abstract-visual span:nth-child(2) {
  width: 74%;
  justify-self: end;
  border-left: 4px solid var(--cap-teal);
}

.cap-abstract-visual span:nth-child(3) {
  width: 48%;
  border-left: 4px solid var(--cap-sky);
}

.cap-abstract-visual span:nth-child(4) {
  width: 82%;
  justify-self: end;
  border-left: 4px solid var(--cap-violet);
}

.cap-abstract-visual span:nth-child(5) {
  width: 54%;
  border-left: 4px solid var(--cap-orange);
}

.cap-visual-protect span:nth-child(1),
.cap-visual-protect span:nth-child(4) {
  border-left-color: var(--cap-violet);
}

.cap-visual-deliver span:nth-child(1),
.cap-visual-deliver span:nth-child(4) {
  border-left-color: var(--cap-teal);
}

.cap-visual-optimise span:nth-child(1),
.cap-visual-optimise span:nth-child(4) {
  border-left-color: var(--cap-orange);
}

.cap-service-detail-grid,
.cap-advanced-grid,
.cap-optimise-grid {
  max-width: var(--cap-max);
  display: grid;
  gap: 20px;
  margin: 0 auto;
}

.cap-service-detail {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--cap-line);
  border-radius: 8px;
  background: var(--cap-white);
  box-shadow: 0 18px 42px rgba(16, 24, 32, 0.06);
}

.cap-service-detail.dark {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.cap-service-title {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.cap-service-title h3 {
  color: var(--cap-ink);
  font-size: 1.82rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.cap-service-detail > p {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.36;
}

.cap-step-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cap-step;
}

.cap-step-list li {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 14px 0 14px 40px;
  position: relative;
  border-top: 1px solid rgba(16, 24, 32, 0.1);
  counter-increment: cap-step;
}

.cap-step-list li::before {
  content: counter(cap-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cap-blue);
  color: var(--cap-white);
  font-size: 0.7rem;
  font-weight: 700;
}

.cap-step-list strong {
  color: var(--cap-ink);
  font-size: 0.98rem;
  line-height: 1.15;
}

.cap-step-list span {
  color: rgba(16, 24, 32, 0.68);
  font-size: 0.92rem;
  line-height: 1.3;
}

.cap-text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--cap-blue);
  font-size: 0.92rem;
  font-weight: 700;
}

.cap-text-link::after {
  content: "";
  width: 24px;
  height: 2px;
  margin-left: 10px;
  background: currentColor;
  transition: width 180ms ease;
}

.cap-text-link:hover,
.cap-text-link:focus {
  color: var(--cap-coral);
}

.cap-text-link:hover::after,
.cap-text-link:focus::after {
  width: 36px;
}

.cap-advanced-band {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 16%, rgba(239, 88, 182, 0.2), transparent 24%),
    radial-gradient(circle at 12% 84%, rgba(33, 160, 162, 0.24), transparent 26%),
    linear-gradient(135deg, #07151d 0%, #263b4d 100%);
  color: var(--cap-white);
}

.cap-advanced-visual {
  min-height: 300px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background:
    linear-gradient(90deg, rgba(237, 244, 245, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(237, 244, 245, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.05);
  background-size: 34px 34px;
  border-color: rgba(255, 255, 255, 0.16);
}

.cap-advanced-visual::before {
  width: 330px;
  height: 330px;
  right: -120px;
  top: -120px;
  border: 1px solid rgba(48, 176, 213, 0.3);
}

.cap-advanced-visual::after {
  width: 260px;
  height: 260px;
  left: -110px;
  bottom: -110px;
  border: 1px solid rgba(234, 103, 82, 0.28);
}

.cap-advanced-visual span {
  min-height: 58px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.cap-advanced-visual span:nth-child(1),
.cap-advanced-visual span:nth-child(6) {
  grid-column: 1 / -1;
}

.cap-advanced-band .cap-service-title h3,
.cap-advanced-band .cap-step-list strong {
  color: var(--cap-white);
}

.cap-advanced-band .cap-service-detail > p,
.cap-advanced-band .cap-step-list span {
  color: rgba(255, 255, 255, 0.72);
}

.cap-advanced-band .cap-step-list li {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.cap-lifecycle-matrix {
  max-width: var(--cap-max);
  display: grid;
  gap: 18px;
  margin: 0 auto;
}

.cap-lifecycle-matrix article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--cap-line);
  border-radius: 8px;
  background: var(--cap-white);
  box-shadow: 0 18px 42px rgba(16, 24, 32, 0.06);
}

.cap-lifecycle-matrix span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--cap-teal);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cap-lifecycle-matrix article:nth-child(2) span {
  color: var(--cap-sky);
}

.cap-lifecycle-matrix article:nth-child(3) span {
  color: var(--cap-pink);
}

.cap-lifecycle-matrix h3 {
  margin-bottom: 20px;
  color: var(--cap-ink);
  font-size: 1.7rem;
  line-height: 1.02;
}

.cap-lifecycle-matrix li {
  color: rgba(16, 24, 32, 0.74);
}

.cap-cta {
  display: grid;
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 24, 32, 0.045) 1px, transparent 1px),
    var(--cap-white);
  background-size: 42px 42px;
}

@media (prefers-reduced-motion: reduce) {
  .cap-button,
  .cap-text-link::after {
    transition: none;
  }
}

@media (max-width: 390px) {
  .cap-hero h1 {
    font-size: 2.78rem;
  }

  .cap-section-heading h2,
  .cap-detail-intro h2,
  .cap-cta h2 {
    font-size: 2rem;
  }

  .cap-service-detail {
    padding: 20px;
  }
}

@media (min-width: 560px) {
  .cap-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cap-card-grid,
  .cap-lifecycle-strip,
  .cap-value-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cap-track-protect .cap-card-grid,
  .cap-track-optimise .cap-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 780px) {
  .capability-page .global-header {
    padding: 0 28px;
  }

  .capability-page .menu-toggle {
    display: none;
  }

  .capability-page .global-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
    padding: 0;
    background: transparent;
    border-top: 0;
  }

  .capability-page .global-nav a {
    padding: 0;
    border-bottom: 0;
    font-size: 15px;
  }

  .cap-hero,
  .cap-statement,
  .cap-framework-band,
  .cap-detail-section,
  .cap-advanced-band,
  .cap-lifecycle-band,
  .cap-cta {
    padding-inline: max(26px, calc((100vw - var(--cap-max)) / 2));
  }

  .cap-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
    gap: 56px;
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .cap-hero h1 {
    font-size: 4.7rem;
  }

  .cap-lede {
    font-size: 1.26rem;
  }

  .cap-statement,
  .cap-framework-band,
  .cap-detail-section,
  .cap-advanced-band,
  .cap-lifecycle-band,
  .cap-cta {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .cap-statement > p {
    font-size: 3.75rem;
  }

  .cap-section-heading h2,
  .cap-detail-intro h2,
  .cap-cta h2 {
    font-size: 3.55rem;
  }

  .cap-section-heading > p:not(.cap-kicker),
  .cap-detail-intro > p:not(.cap-kicker),
  .cap-cta p {
    font-size: 1.22rem;
  }

  .cap-track {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
  }

  .cap-card-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cap-lifecycle-strip {
    padding: 18px 42px;
  }

  .cap-lifecycle-strip span {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  .cap-lifecycle-strip span:last-child {
    border-right: 0;
  }

  .cap-service-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cap-service-detail-grid-three,
  .cap-advanced-grid,
  .cap-lifecycle-matrix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cap-optimise-grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
    align-items: stretch;
  }

  .cap-service-wide {
    align-self: start;
  }

  .cap-step-list-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }

  .cap-abstract-visual {
    min-height: 360px;
    padding: 34px;
  }

  .cap-advanced-visual {
    min-height: 380px;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    padding: 34px;
  }

  .cap-advanced-visual span:nth-child(1),
  .cap-advanced-visual span:nth-child(6) {
    grid-column: auto;
  }

  .cap-advanced-visual span:nth-child(2),
  .cap-advanced-visual span:nth-child(5) {
    transform: translateY(54px);
  }

  .cap-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 420px;
  }
}

@media (min-width: 1120px) {
  .cap-hero h1 {
    font-size: 5.65rem;
  }

  .cap-card-grid-three .cap-framework-card {
    min-height: 420px;
  }
}

/* Service story layout pass */
.capability-page {
  background: #f7fbfc;
}

.story-hero,
.summary-section,
.service-story,
.advanced-story,
.lifecycle-story,
.cap-cta {
  padding: 72px 18px;
  scroll-margin-top: 108px;
}

.story-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #06131d url("assets/images/home-hero-offshore-clean-background.jpg") 66% center / cover no-repeat;
  color: #fff;
}

.story-hero::before {
  content: none;
}

.story-hero-copy {
  min-width: 0;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.story-hero h1,
.section-copy h2,
.service-copy h2,
.cap-cta h2 {
  letter-spacing: 0;
}

.story-hero h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: 3.15rem;
  line-height: 0.96;
}

.story-hero-copy > p:not(.cap-kicker) {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.13rem;
  line-height: 1.38;
}

.decision-core {
  width: min(88vw, 420px);
  min-height: 270px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: end;
  gap: 10px;
  padding: 24px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    rgba(255, 255, 255, 0.08);
  background-size: 18px 18px;
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.decision-core span {
  min-height: 58px;
  display: flex;
  align-items: end;
  padding-top: 12px;
  border-top: 2px solid currentColor;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  font-weight: 700;
}

.decision-core span:nth-child(1) {
  color: #21a0a2;
}

.decision-core span:nth-child(2) {
  color: #ea6752;
}

.decision-core span:nth-child(3) {
  color: #30b0d5;
}

.decision-node {
  position: absolute;
  z-index: 3;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 21, 29, 0.88);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.node-scope {
  left: 0;
  top: 54px;
  border-color: rgba(33, 160, 162, 0.48);
}

.node-risk {
  right: 0;
  bottom: 92px;
  border-color: rgba(234, 103, 82, 0.48);
}

.node-value {
  left: 12%;
  bottom: 26px;
  border-color: rgba(48, 176, 213, 0.48);
}

.node-owner {
  right: 10%;
  top: 16px;
  border-color: rgba(138, 109, 244, 0.48);
}

.section-copy,
.service-copy {
  max-width: 890px;
}

.compact-copy {
  margin-bottom: 44px;
}

.section-copy h2,
.service-copy h2 {
  max-width: 890px;
  margin-bottom: 18px;
  color: #101820;
  font-size: 2.3rem;
  line-height: 0.98;
}

.section-copy > p:not(.cap-kicker),
.service-copy > p:not(.cap-kicker) {
  max-width: 800px;
  color: rgba(16, 24, 32, 0.72);
  font-size: 1.08rem;
  line-height: 1.38;
}

.summary-section {
  background: #fff;
}

.summary-layout {
  max-width: 1260px;
  display: grid;
  gap: 26px;
  margin: 0 auto;
}

.summary-infographic {
  min-height: 560px;
  display: grid;
  gap: 16px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 10%, rgba(48, 176, 213, 0.12), transparent 24%),
    linear-gradient(90deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px),
    #f7fbfc;
  background-size: auto, 36px 36px, 36px 36px, auto;
}

.summary-ring {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid rgba(39, 60, 78, 0.14);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.summary-ring strong {
  display: block;
  color: #101820;
  font-size: 1.55rem;
  line-height: 1;
}

.summary-ring span {
  display: block;
  margin-top: 9px;
  color: rgba(16, 24, 32, 0.62);
  font-size: 0.92rem;
  font-weight: 700;
}

.summary-group {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 2px solid currentColor;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.summary-group span {
  color: currentColor;
  font-size: 1.35rem;
  font-weight: 700;
}

.summary-group a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-top: 1px solid rgba(16, 24, 32, 0.1);
  color: #101820;
  font-weight: 700;
}

.group-protect {
  color: #8a6df4;
}

.group-deliver {
  color: #21a0a2;
}

.group-optimise {
  color: #f39a5d;
}

.summary-stats {
  display: grid;
  gap: 16px;
}

.summary-stats article {
  padding: 22px 0;
  border-top: 1px solid rgba(16, 24, 32, 0.14);
}

.summary-stats span {
  display: block;
  color: #ea6752;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 0.9;
}

.summary-stats p {
  margin-top: 12px;
  color: rgba(16, 24, 32, 0.7);
  font-size: 1rem;
  line-height: 1.34;
}

.service-story {
  display: grid;
  gap: 34px;
  overflow: hidden;
  background: #f7fbfc;
}

.service-story:nth-of-type(odd) {
  background: #fff;
}

.service-copy h2 {
  font-size: 2.38rem;
}

.service-action {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(16, 24, 32, 0.14);
}

.service-action h3,
.split-points h3,
.service-action-row h3 {
  margin-bottom: 9px;
  color: #101820;
  font-size: 1.15rem;
  line-height: 1.08;
}

.service-action p,
.split-points p,
.service-action-row p {
  color: rgba(16, 24, 32, 0.68);
  font-size: 0.98rem;
  line-height: 1.35;
}

.service-visual,
.ci-workbench,
.advanced-visual {
  min-height: 340px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px),
    #fff;
  background-size: 36px 36px;
  box-shadow: 0 24px 70px rgba(16, 24, 32, 0.08);
}

.safety-visual {
  min-height: 420px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(138, 109, 244, 0.12), transparent 45%),
    #07151d;
  color: #fff;
}

.safety-layer,
.safety-core {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 700;
}

.safety-layer {
  border: 1px solid currentColor;
  color: rgba(255, 255, 255, 0.34);
}

.layer-one {
  width: 330px;
  height: 330px;
  color: rgba(234, 103, 82, 0.38);
}

.layer-two {
  width: 260px;
  height: 260px;
  color: rgba(33, 160, 162, 0.46);
}

.layer-three {
  width: 190px;
  height: 190px;
  color: rgba(48, 176, 213, 0.56);
}

.layer-four {
  width: 122px;
  height: 122px;
  color: rgba(138, 109, 244, 0.72);
}

.safety-core {
  width: 74px;
  height: 74px;
  background: #ea6752;
  color: #fff;
  font-size: 0.82rem;
}

.service-proof {
  display: grid;
  gap: 16px;
}

.service-proof article {
  padding: 18px 0;
  border-top: 1px solid rgba(16, 24, 32, 0.14);
}

.service-proof span {
  color: #ea6752;
  font-size: 1.08rem;
  font-weight: 700;
}

.service-proof p {
  margin-top: 8px;
  color: rgba(16, 24, 32, 0.68);
}

.service-cyber {
  background: #07151d;
  color: #fff;
}

.service-cyber .service-copy h2,
.service-cyber .split-points h3 {
  color: #fff;
}

.service-cyber .service-copy > p:not(.cap-kicker),
.service-cyber .split-points p {
  color: rgba(255, 255, 255, 0.72);
}

.cyber-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  background:
    radial-gradient(circle at 88% 18%, rgba(33, 160, 162, 0.2), transparent 30%),
    linear-gradient(90deg, rgba(237, 244, 245, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(237, 244, 245, 0.05) 1px, transparent 1px),
    #0a2636;
  background-size: auto, 34px 34px, 34px 34px, auto;
  border-color: rgba(33, 160, 162, 0.38);
}

.cyber-step {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 2px solid #21a0a2;
  border-radius: 8px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.cyber-step span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ea6752;
  color: #fff;
  font-size: 0.82rem;
}

.split-points,
.service-action-row {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.split-points article,
.service-action-row article {
  padding-top: 18px;
  border-top: 1px solid rgba(16, 24, 32, 0.14);
}

.service-cyber .split-points article {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.service-cyber .cap-text-link {
  color: #ffffff;
}

.wide-copy {
  max-width: 1040px;
}

.ci-workbench {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.ci-workbench span {
  min-height: 112px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  border: 1px solid rgba(33, 160, 162, 0.34);
  border-radius: 8px;
  background: rgba(33, 160, 162, 0.06);
  color: #273c4e;
  font-weight: 700;
}

.ci-workbench span:nth-child(2),
.ci-workbench span:nth-child(5) {
  border-color: rgba(234, 103, 82, 0.36);
  background: rgba(234, 103, 82, 0.06);
}

.standalone-link {
  align-self: start;
}

.service-systems {
  background:
    radial-gradient(circle at 90% 10%, rgba(48, 176, 213, 0.12), transparent 22%),
    #fff;
}

.systems-flow {
  display: grid;
  gap: 14px;
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px),
    #f7fbfc;
  background-size: 34px 34px;
}

.systems-flow div {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(16, 24, 32, 0.1);
  color: #101820;
  font-weight: 700;
}

.systems-flow div:nth-child(2n) {
  justify-self: end;
  width: 78%;
  border-left: 4px solid #30b0d5;
}

.systems-flow div:nth-child(2n + 1) {
  width: 82%;
  border-left: 4px solid #21a0a2;
}

.commissioning-runway {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 22px;
  background:
    radial-gradient(circle at 20% 80%, rgba(234, 103, 82, 0.12), transparent 28%),
    #07151d;
}

.commissioning-runway span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
}

.commissioning-runway span::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 12px;
  border-radius: 50%;
  background: #ea6752;
}

.commissioning-runway span:nth-child(2n)::before {
  background: #21a0a2;
}

.control-visual {
  min-height: 390px;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px),
    #fff;
  background-size: 34px 34px;
}

.control-band {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 96px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.band-before {
  top: 30%;
  color: rgba(234, 103, 82, 0.44);
  transform: rotate(-7deg);
}

.band-after {
  top: 48%;
  color: rgba(33, 160, 162, 0.7);
  transform: rotate(4deg);
}

.control-target {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 106px;
  height: 106px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #273c4e;
  color: #fff;
  font-weight: 700;
  transform: translate(-50%, -50%);
}

.advanced-story {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 12%, rgba(239, 88, 182, 0.2), transparent 26%),
    linear-gradient(135deg, #07151d 0%, #263b4d 100%);
  color: #fff;
}

.advanced-story .section-copy h2,
.advanced-story .section-copy > p:not(.cap-kicker) {
  color: #fff;
}

.advanced-visual {
  max-width: 1260px;
  min-height: 300px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto 28px;
  padding: 18px;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(237, 244, 245, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(237, 244, 245, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 34px 34px;
}

.advanced-visual span {
  min-height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.advanced-visual span:nth-child(1),
.advanced-visual span:nth-child(6) {
  grid-column: 1 / -1;
}

.advanced-services-grid {
  max-width: 1260px;
  display: grid;
  gap: 18px;
  margin: 0 auto;
}

.advanced-services-grid article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.advanced-services-grid span {
  color: #ea6752;
  font-weight: 700;
}

.advanced-services-grid h3 {
  margin: 12px 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.05;
}

.advanced-services-grid p,
.advanced-services-grid strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.36;
}

.advanced-services-grid strong {
  display: block;
  margin-top: 18px;
  color: #fff;
}

.lifecycle-story {
  background: #f7fbfc;
}

.lifecycle-path {
  max-width: 1260px;
  display: grid;
  gap: 18px;
  margin: 0 auto;
}

.lifecycle-path article {
  padding: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(16, 24, 32, 0.06);
}

.lifecycle-path article::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 4px;
  background: currentColor;
}

.lifecycle-path article:nth-child(1) {
  color: #21a0a2;
}

.lifecycle-path article:nth-child(2) {
  color: #30b0d5;
}

.lifecycle-path article:nth-child(3) {
  color: #ef58b6;
}

.lifecycle-path span {
  display: block;
  margin-bottom: 18px;
  color: currentColor;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.lifecycle-path h3 {
  margin-bottom: 12px;
  color: #101820;
  font-size: 1.62rem;
  line-height: 1.04;
}

.lifecycle-path p {
  color: rgba(16, 24, 32, 0.68);
  font-size: 0.98rem;
  line-height: 1.36;
}

.affiliations-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 62px 18px;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(51, 170, 186, 0.22) 0, rgba(51, 170, 186, 0) 42%),
    radial-gradient(ellipse at 78% 68%, rgba(236, 105, 82, 0.16) 0, rgba(236, 105, 82, 0) 46%),
    radial-gradient(ellipse at 50% 115%, rgba(244, 250, 251, 0.1) 0, rgba(244, 250, 251, 0) 48%),
    #203a46;
}

.affiliations-inner {
  max-width: 1260px;
  display: grid;
  gap: 26px;
  margin: 0 auto;
}

.affiliations-heading {
  max-width: 760px;
}

.affiliations-heading .cap-kicker {
  margin-bottom: 14px;
}

.affiliations-grid {
  --badge-height: clamp(40px, 12vw, 132px);
  --badge-gap: clamp(8px, 3vw, 48px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: var(--badge-gap);
}

.affiliation-badge {
  min-height: var(--badge-height);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
}

.affiliation-badge img {
  width: auto;
  height: var(--badge-height);
  max-width: none;
  display: block;
  object-fit: contain;
}

.affiliation-badge--achilles img {
  box-sizing: content-box;
  padding: 3px 5px;
  background: #fff;
}

.affiliation-badge iframe {
  width: var(--badge-height) !important;
  height: var(--badge-height) !important;
  display: block;
}

@media (max-width: 520px) {
  .affiliations-grid {
    --badge-height: clamp(66px, 20vw, 104px);
    --badge-gap: clamp(11px, 3vw, 18px);
    display: grid;
    grid-template-columns: repeat(6, auto);
    justify-items: center;
    column-gap: var(--badge-gap);
    row-gap: clamp(16px, 4vw, 22px);
  }

  .affiliations-grid > .affiliation-badge:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .affiliations-grid > .affiliation-badge:nth-child(2) {
    grid-column: 3 / span 2;
    grid-row: 1;
  }

  .affiliations-grid > .affiliation-badge--iframe {
    grid-column: 5 / span 2;
    grid-row: 1;
  }

  .affiliations-grid > .affiliation-badge--achilles:nth-child(3) {
    grid-column: 1 / span 3;
    grid-row: 2;
  }

  .affiliations-grid > .affiliation-badge--achilles:nth-child(4) {
    grid-column: 4 / span 3;
    grid-row: 2;
  }
}

@media (max-width: 390px) {
  .story-hero h1,
  .section-copy h2,
  .service-copy h2,
  .cap-cta h2 {
    font-size: 2.35rem;
  }

  .decision-node {
    font-size: 0.78rem;
  }

  .node-owner {
    right: 0;
  }
}

@media (min-width: 560px) {
  .summary-stats,
  .service-proof,
  .service-action-row,
  .advanced-services-grid,
  .lifecycle-path {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ci-workbench {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 779px) {
  .story-hero {
    min-height: 100svh;
    background-position: 68% center;
  }

  .story-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(6, 19, 29, 0.14);
    pointer-events: none;
  }

  .story-hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .story-hero-copy > p:not(.cap-kicker) {
    max-width: 32ch;
    overflow-wrap: break-word;
  }

  .story-hero-copy > p:not(.cap-kicker) br {
    display: none;
  }

  .story-hero .cap-actions {
    width: 100%;
    max-width: calc(100vw - 36px);
    margin-top: 102px;
  }

  .story-hero .cap-button {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 780px) {
  .story-hero,
  .summary-section,
  .service-story,
  .advanced-story,
  .lifecycle-story,
  .cap-cta {
    padding-inline: max(26px, calc((100vw - 1260px) / 2));
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .story-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
    gap: 70px;
  }

  .story-hero h1 {
    font-size: 60px;
  }

  .story-hero-copy > p:not(.cap-kicker) {
    font-size: 1.24rem;
  }

  .section-copy h2,
  .service-copy h2,
  .cap-cta h2 {
    font-size: 3.7rem;
  }

  .summary-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: stretch;
  }

  .summary-infographic {
    min-height: 640px;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    padding: 32px;
  }

  .summary-ring {
    grid-column: 1 / -1;
    width: min(100%, 420px);
    min-height: 220px;
    justify-self: center;
    border-radius: 50%;
  }

  .summary-stats {
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .service-story {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
    align-items: center;
    gap: 70px;
  }

  .service-story.service-safety {
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.9fr);
  }

  .service-safety .service-proof {
    grid-column: 1 / -1;
  }

  .service-cyber,
  .service-systems,
  .service-control {
    grid-template-columns: minmax(420px, 0.96fr) minmax(0, 0.92fr);
  }

  .service-ci {
    grid-template-columns: 1fr;
  }

  .service-ci .service-copy,
  .service-ci .standalone-link {
    margin-inline: auto;
  }

  .ci-workbench {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-height: 280px;
  }

  .ci-workbench span:nth-child(2),
  .ci-workbench span:nth-child(5) {
    transform: translateY(34px);
  }

  .service-action-row {
    max-width: 1260px;
    width: 100%;
    margin-inline: auto;
  }

  .service-commissioning {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  }

  .service-control .control-visual {
    min-height: 520px;
  }

  .advanced-visual {
    min-height: 390px;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    padding: 32px;
  }

  .advanced-visual span:nth-child(1),
  .advanced-visual span:nth-child(6) {
    grid-column: auto;
  }

  .advanced-visual span:nth-child(2),
  .advanced-visual span:nth-child(5) {
    transform: translateY(56px);
  }

  .cap-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 420px;
  }
}

@media (min-width: 1120px) {
  .story-hero h1 {
    font-size: 60px;
  }

  .service-copy h2,
  .section-copy h2 {
    font-size: 4.25rem;
  }

  .summary-ring strong {
    font-size: 2rem;
  }
}

/* PowerPoint-matched service page */
.generated-visual-img {
  display: block;
  width: 100%;
  height: auto;
}

.capability-page .summary-section,
.capability-page .service-story {
  scroll-margin-top: 0;
}

.section-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 0;
}

.capability-page .summary-section {
  --summary-protect: #30b0d5;
  --summary-delivery: #ea6752;
  --summary-optimise: #21a0a2;
  min-height: auto;
  display: grid;
  align-content: start;
  gap: clamp(16px, 2.1vw, 26px);
  padding: clamp(114px, 10.5vw, 162px) max(28px, calc((100vw - 1360px) / 2));
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #dcd7d6;
}

.summary-head,
.summary-layout {
  position: relative;
  z-index: 1;
}

.summary-head {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.summary-head .cap-kicker {
  margin-bottom: clamp(12px, 1.6vw, 18px);
  color: #ea6752;
  font-size: clamp(0.84rem, 0.9vw, 0.96rem);
}

.summary-head h2 {
  max-width: 850px;
  color: #273c4e;
  font-size: clamp(38px, 3.8vw, 50px);
  line-height: 0.95;
  letter-spacing: 0;
}

.summary-layout {
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: clamp(14px, 1.8vw, 22px);
  margin-inline: auto;
}

@media (min-width: 780px) {
  .capability-page .summary-section {
    gap: clamp(36px, 4.6vw, 56px);
    background: #ece9e8;
  }

  .capability-page .summary-section::before {
    content: "";
    position: absolute;
    inset: -34% -18%;
    z-index: 0;
    background:
      conic-gradient(
        from 60deg at 50% 48%,
        color-mix(in srgb, var(--summary-optimise) 40%, transparent) 0deg,
        color-mix(in srgb, var(--summary-optimise) 22%, var(--summary-delivery)) 58deg,
        color-mix(in srgb, var(--summary-delivery) 38%, transparent) 120deg,
        color-mix(in srgb, var(--summary-delivery) 22%, var(--summary-protect)) 182deg,
        color-mix(in srgb, var(--summary-protect) 42%, transparent) 240deg,
        color-mix(in srgb, var(--summary-protect) 22%, var(--summary-optimise)) 302deg,
        color-mix(in srgb, var(--summary-optimise) 40%, transparent) 360deg
      );
    filter: blur(86px);
    opacity: 0.58;
    pointer-events: none;
    transform-origin: center;
    animation: summary-lifecycle-spin 24s linear infinite;
  }

  .summary-layout {
    gap: clamp(36px, 4.6vw, 56px);
  }
}

.summary-visual {
  --summary-protect: #30b0d5;
  --summary-delivery: #ea6752;
  --summary-optimise: #21a0a2;
  --summary-card-height: 126px;
  --summary-panel-gap: clamp(12px, 1.35vw, 18px);
  --summary-panel-pad: 14px;
  --summary-side-expand: 8.667px;
  display: grid;
  grid-template-columns:
    minmax(0, calc(33.333333% + var(--summary-side-expand)))
    minmax(0, calc(33.333333% - (var(--summary-panel-gap) * 2) - (var(--summary-side-expand) * 2)))
    minmax(0, calc(33.333333% + var(--summary-side-expand)));
  grid-template-areas:
    "protect lifecycle optimise"
    "delivery delivery delivery";
  align-items: stretch;
  gap: var(--summary-panel-gap);
  margin: 0;
  position: relative;
  isolation: isolate;
  overflow: visible;
  color: #ffffff;
}

.summary-mobile-map {
  display: none;
}

.summary-lifecycle-visual {
  grid-area: lifecycle;
  width: min(100%, 260px);
  min-height: 100%;
  display: grid;
  place-items: center;
  justify-self: center;
  align-self: stretch;
  position: relative;
  isolation: isolate;
  z-index: 1;
}

.summary-lifecycle-glow {
  width: min(138%, 360px);
  aspect-ratio: 1;
  display: block;
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  background:
    conic-gradient(
      from 60deg,
      var(--summary-optimise) 0deg,
      color-mix(in srgb, var(--summary-optimise) 56%, var(--summary-delivery)) 58deg,
      var(--summary-delivery) 120deg,
      color-mix(in srgb, var(--summary-delivery) 56%, var(--summary-protect)) 182deg,
      var(--summary-protect) 240deg,
      color-mix(in srgb, var(--summary-protect) 56%, var(--summary-optimise)) 302deg,
      var(--summary-optimise) 360deg
    );
  filter: blur(42px);
  opacity: 0.18;
  pointer-events: none;
  transform-origin: center;
  animation: summary-lifecycle-spin 24s linear infinite;
}

.summary-lifecycle-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: min(96%, 264px);
  aspect-ratio: 1;
  border: 2px solid rgba(39, 60, 78, 0.22);
  border-radius: 50%;
  background:
    conic-gradient(
      from 60deg,
      var(--summary-optimise) 0deg,
      color-mix(in srgb, var(--summary-optimise) 56%, var(--summary-delivery)) 58deg,
      var(--summary-delivery) 120deg,
      color-mix(in srgb, var(--summary-delivery) 56%, var(--summary-protect)) 182deg,
      var(--summary-protect) 240deg,
      color-mix(in srgb, var(--summary-protect) 56%, var(--summary-optimise)) 302deg,
      var(--summary-optimise) 360deg
  );
  box-shadow: 0 18px 44px rgba(16, 24, 32, 0.12);
  opacity: 0.94;
  transform-origin: center;
  animation: summary-lifecycle-spin 24s linear infinite;
}

.summary-lifecycle-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: min(calc(96% - 51px), 213px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 0%, rgba(48, 176, 213, 0.14), transparent 38%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, #07151d, #0a2636);
  background-size: auto, 24px 24px, 24px 24px, auto;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 18px 36px rgba(255, 255, 255, 0.02);
}

.summary-lifecycle-label {
  max-width: 164px;
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

@keyframes summary-lifecycle-spin {
  to {
    transform: rotate(1turn);
  }
}

@media (prefers-reduced-motion: reduce) {
  .capability-page .summary-section::before,
  .summary-lifecycle-glow,
  .summary-lifecycle-visual::before {
    animation: none;
  }
}

.summary-service-group {
  --summary-accent: #ea6752;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: var(--summary-panel-pad);
  padding: var(--summary-panel-pad);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--summary-accent) 14%, transparent), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(145deg, #07151d, #0a2636);
  background-size: auto, 30px 30px, 30px 30px, auto;
  box-shadow: 0 18px 46px rgba(16, 24, 32, 0.14);
}

.summary-service-group::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--summary-accent);
}

.summary-service-group--protect {
  --summary-accent: var(--summary-protect);
  grid-area: protect;
}

.summary-service-group--delivery {
  --summary-accent: var(--summary-delivery);
  grid-area: delivery;
  padding-block: var(--summary-panel-pad);
  padding-inline: var(--summary-panel-pad);
  background:
    radial-gradient(circle at 50% 0%, rgba(234, 103, 82, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(145deg, #07151d, #0a2636);
  background-size: auto, 30px 30px, 30px 30px, auto;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
}

.summary-service-group--delivery::before {
  height: 4px;
}

.summary-service-group--optimise {
  --summary-accent: var(--summary-optimise);
  grid-area: optimise;
}

.summary-service-group h3 {
  margin: 0;
  color: var(--summary-accent);
  font-size: 0.84rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.summary-service-list {
  display: grid;
  gap: calc(var(--summary-panel-pad) + 1px);
}

.summary-service-group--delivery .summary-service-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(var(--summary-panel-pad) + 1px);
}

.summary-service-card {
  height: var(--summary-card-height);
  display: grid;
  grid-template-columns: var(--summary-card-height) minmax(0, 1fr);
  align-items: center;
  gap: calc(var(--summary-panel-pad) + 1px);
  padding: 0 18px 0 0;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.summary-service-card::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 5px;
  background: var(--summary-accent);
}

.summary-service-card:hover,
.summary-service-card:focus {
  background: rgba(255, 255, 255, 0.09);
}

.summary-service-card:focus-visible {
  outline: 3px solid var(--summary-accent);
  outline-offset: 3px;
}

.summary-service-image {
  width: var(--summary-card-height);
  height: var(--summary-card-height);
  display: block;
  align-self: stretch;
  border-radius: 8px 0 0 8px;
  object-fit: cover;
  object-position: center;
}

.summary-service-copy {
  min-width: 0;
}

.summary-service-name {
  display: block;
  color: var(--summary-accent);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.summary-service-card strong {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: clamp(0.84rem, 0.86vw, 0.94rem);
  line-height: 1.14;
}

.summary-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 20px);
}

.summary-points article {
  max-width: none;
  padding-top: 16px;
  border-top: 1px solid rgba(39, 60, 78, 0.16);
}

.summary-points h3,
.split-points h3 {
  margin-bottom: 12px;
  color: #ea6752;
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.08;
}

.summary-points p {
  color: #273c4e;
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  line-height: 1.34;
}

.capability-page .service-story {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.capability-page .service-light {
  background: #ffffff;
  color: #273c4e;
}

.capability-page .service-dark {
  background: #07151d;
  color: #ffffff;
}

.capability-page .service-visual {
  width: 100%;
  min-height: 100%;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #07151d;
  box-shadow: none;
}

.service-visual .generated-visual-img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  box-shadow: none;
}

.service-ci .generated-visual-img {
  object-position: 100% 50%;
}

.service-systems .generated-visual-img {
  object-position: 67% 50%;
}

.service-commissioning .generated-visual-img {
  object-position: 91% 50%;
}

.service-control .generated-visual-img {
  object-position: 91% 50%;
}

.service-digital .generated-visual-img {
  object-position: 88% 50%;
}

.capability-page .service-copy {
  --service-copy-block: clamp(114px, 10.5vw, 162px);
  --service-copy-inline: clamp(120px, 10.8vw, 192px);
  max-width: none;
  min-width: 0;
  margin-inline: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--service-copy-block) var(--service-copy-inline);
}

.capability-page .service-copy > * {
  width: 100%;
  max-width: 620px;
}

.service-copy .cap-kicker {
  margin-bottom: clamp(14px, 1.8vw, 22px);
  color: #ea6752;
  font-size: clamp(0.86rem, 0.92vw, 0.98rem);
}

.service-copy h2 {
  max-width: 620px;
  margin: 0;
  color: #273c4e;
  font-size: clamp(2.65rem, 3.2vw, 54px);
  line-height: 0.97;
  letter-spacing: 0;
}

.service-copy > p:not(.cap-kicker) {
  max-width: 620px;
  margin-top: clamp(20px, 2.3vw, 28px);
  color: #273c4e;
  font-size: clamp(1rem, 1.12vw, 1.14rem);
  line-height: 1.38;
}

.service-dark .service-copy h2,
.service-dark .service-copy > p:not(.cap-kicker),
.service-dark .split-points p,
.service-dark .cap-text-link {
  color: #ffffff;
}

.split-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
  max-width: 620px;
  margin-top: clamp(26px, 3vw, 36px);
}

.split-points article {
  padding: 0;
  border: 0;
}

.split-points p {
  color: #273c4e;
  font-size: clamp(0.94rem, 1vw, 1.02rem);
  line-height: 1.36;
}

.capability-page .cap-text-link {
  align-self: flex-start;
  margin-top: clamp(24px, 2.8vw, 34px);
  color: #273c4e;
}

.capability-page .split-points h3 {
  color: #ea6752;
}

.capability-page .service-dark .cap-text-link {
  color: #ffffff;
}

.service-dark .cap-text-link:hover,
.service-dark .cap-text-link:focus {
  color: #ea6752;
}

.lifecycle-stage-band {
  min-height: 100svh;
  padding: clamp(82px, 11vh, 122px) max(18px, calc((100vw - 1260px) / 2));
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(120deg, rgba(234, 103, 82, 0.16), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(48, 176, 213, 0.22), transparent 28%),
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.045) 58%, rgba(255, 255, 255, 0.075) 100%),
    linear-gradient(180deg, #07151d 0%, #102735 100%);
  color: #ffffff;
}

.lifecycle-stage-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.lifecycle-stage-head,
.lifecycle-stage-grid {
  position: relative;
  z-index: 1;
}

.lifecycle-stage-head {
  max-width: 860px;
  margin-bottom: clamp(44px, 7vh, 78px);
}

.lifecycle-stage-head h2 {
  max-width: 820px;
  color: #ffffff;
  font-size: 60px;
  line-height: 0.96;
  letter-spacing: 0;
}

.lifecycle-stage-head > p:not(.cap-kicker) {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.1rem;
  line-height: 1.38;
}

.lifecycle-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.lifecycle-stage-card {
  --stage-accent-a: rgba(48, 176, 213, 0.2);
  --stage-accent-b: rgba(33, 160, 162, 0.16);
  --stage-swirl-x: 72%;
  --stage-swirl-y: 18%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 720px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(145deg, rgba(7, 21, 29, 0.98), rgba(10, 38, 54, 0.96)),
    #07151d;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
}

.lifecycle-stage-card--greenfield {
  --stage-accent-a: rgba(33, 160, 162, 0.22);
  --stage-accent-b: rgba(48, 176, 213, 0.18);
  --stage-swirl-x: 78%;
  --stage-swirl-y: 16%;
}

.lifecycle-stage-card--brownfield {
  --stage-accent-a: rgba(234, 103, 82, 0.2);
  --stage-accent-b: rgba(48, 176, 213, 0.16);
  --stage-swirl-x: 24%;
  --stage-swirl-y: 20%;
}

.lifecycle-stage-card--late-life {
  --stage-accent-a: rgba(234, 103, 82, 0.16);
  --stage-accent-b: rgba(33, 160, 162, 0.2);
  --stage-swirl-x: 68%;
  --stage-swirl-y: 22%;
}

.lifecycle-stage-media {
  min-height: 0;
  aspect-ratio: 1 / 1;
  margin: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    #0a2636;
  background-size: auto, 30px 30px, 30px 30px, auto;
}

.lifecycle-stage-media::before,
.lifecycle-stage-media::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.lifecycle-stage-media::before {
  inset: 18% 16%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.lifecycle-stage-media::after {
  inset: 16% -10% -18% 30%;
  background: linear-gradient(135deg, rgba(48, 176, 213, 0.42), rgba(234, 103, 82, 0.3));
  clip-path: polygon(22% 0, 100% 0, 76% 100%, 0 100%);
  opacity: 0.82;
  z-index: -1;
}

.lifecycle-stage-card--greenfield .lifecycle-stage-media {
  background-color: #0b2f35;
}

.lifecycle-stage-card--brownfield .lifecycle-stage-media {
  background-color: #18283b;
}

.lifecycle-stage-card--late-life .lifecycle-stage-media {
  background-color: #2a2632;
}

.lifecycle-stage-media--greenfield-image {
  background:
    linear-gradient(180deg, rgba(7, 21, 29, 0.02), rgba(7, 21, 29, 0.18)),
    url("assets/images/greenfield.jpg") 50% 50% / cover no-repeat,
    #07151d;
}

.lifecycle-stage-media--brownfield-image {
  background:
    linear-gradient(180deg, rgba(7, 21, 29, 0.02), rgba(7, 21, 29, 0.2)),
    url("assets/images/brownfield.jpg") 50% 50% / cover no-repeat,
    #07151d;
}

.lifecycle-stage-media--late-life-image {
  background:
    linear-gradient(180deg, rgba(7, 21, 29, 0.04), rgba(7, 21, 29, 0.22)),
    url("assets/images/late-life.jpg") 50% 50% / cover no-repeat,
    #07151d;
}

.lifecycle-stage-media--greenfield-image::before,
.lifecycle-stage-media--greenfield-image::after,
.lifecycle-stage-media--brownfield-image::before,
.lifecycle-stage-media--brownfield-image::after,
.lifecycle-stage-media--late-life-image::before,
.lifecycle-stage-media--late-life-image::after {
  content: none;
}

.lifecycle-stage-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.4vw, 42px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.lifecycle-stage-copy::before {
  content: "";
  position: absolute;
  inset: -34% -46% -24%;
  z-index: 0;
  background:
    conic-gradient(from 215deg at var(--stage-swirl-x) var(--stage-swirl-y), transparent 0 14%, var(--stage-accent-a) 22%, transparent 34%, var(--stage-accent-b) 48%, transparent 62%, var(--stage-accent-a) 74%, transparent 88%),
    radial-gradient(circle at var(--stage-swirl-x) var(--stage-swirl-y), var(--stage-accent-b), transparent 42%);
  filter: blur(12px);
  opacity: 0.75;
  pointer-events: none;
}

.lifecycle-stage-copy > * {
  position: relative;
  z-index: 1;
}

.lifecycle-stage-copy h3 {
  max-width: 340px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.lifecycle-stage-copy > p:not(.cap-kicker) {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.38;
}

.lifecycle-stage-copy .cap-text-link {
  margin-top: auto;
  padding-top: 30px;
  color: #ffffff;
}

.lifecycle-stage-copy .cap-text-link:hover,
.lifecycle-stage-copy .cap-text-link:focus {
  color: #ea6752;
}

.approach-section {
  padding: clamp(82px, 10vh, 118px) max(18px, calc((100vw - 1260px) / 2));
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 14% 20%, rgba(33, 160, 162, 0.14), transparent 28%),
    linear-gradient(180deg, #edf4f5 0%, #ffffff 100%);
  background-size: 44px 44px, 44px 44px, auto, auto;
  color: #273c4e;
}

.approach-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #30b0d5, #21a0a2 46%, #ea6752);
}

.approach-head,
.approach-layout {
  position: relative;
  z-index: 1;
}

.approach-head {
  max-width: 860px;
  margin-bottom: clamp(34px, 5vh, 58px);
}

.approach-head .cap-kicker {
  margin-bottom: 0;
  color: #ea6752;
  font-size: clamp(0.84rem, 0.9vw, 0.96rem);
}

.approach-layout {
  --approach-fixed-height: clamp(400px, 25vw, 430px);
  width: 100%;
  display: grid;
  grid-template-columns: minmax(460px, 0.48fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: start;
}

.approach-list {
  height: var(--approach-fixed-height);
  display: grid;
  align-content: space-between;
  gap: 0;
  position: relative;
}

.approach-item,
.approach-panel {
  --approach-accent: #30b0d5;
}

.approach-item--automation {
  --approach-accent: #21a0a2;
}

.approach-item--compliance {
  --approach-accent: #ea6752;
}

.approach-item--collaboration {
  --approach-accent: #21a0a2;
}

.approach-item--costs {
  --approach-accent: #30b0d5;
}

.approach-panel--automation {
  --approach-accent: #21a0a2;
}

.approach-panel--compliance {
  --approach-accent: #ea6752;
}

.approach-panel--collaboration {
  --approach-accent: #21a0a2;
}

.approach-panel--costs {
  --approach-accent: #30b0d5;
}

.approach-item {
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 8px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.approach-trigger {
  width: 100%;
  min-height: 64px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 10px 18px 10px 10px;
  position: relative;
  border: 0;
  border-radius: 8px;
  background: rgba(210, 216, 220, 0.56);
  color: #273c4e;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(7, 21, 29, 0.06);
}

.approach-item:hover,
.approach-item:focus-within {
  border-color: color-mix(in srgb, var(--approach-accent) 52%, rgba(39, 60, 78, 0.14));
}

.approach-trigger:focus-visible {
  outline: 3px solid var(--approach-accent);
  outline-offset: 3px;
}

.approach-trigger::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 6px;
  border-radius: 0 8px 8px 0;
  background: var(--approach-accent);
}

.approach-item.is-active {
  border-color: color-mix(in srgb, var(--approach-accent) 64%, rgba(39, 60, 78, 0.14));
}

.approach-item.is-active .approach-trigger {
  background: color-mix(in srgb, var(--approach-accent) 9%, rgba(210, 216, 220, 0.7));
  box-shadow: 0 18px 48px rgba(7, 21, 29, 0.12);
}

.approach-number {
  width: 40px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid var(--approach-accent);
  border-radius: 50%;
  background: transparent;
  color: var(--approach-accent);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.approach-item.is-active .approach-number {
  background: var(--approach-accent);
  color: #ffffff;
  box-shadow: none;
}

.approach-summary-title {
  min-width: 0;
  margin: 0;
  color: #273c4e;
  font-size: clamp(1.12rem, 1.38vw, 1.42rem);
  font-weight: 700;
  line-height: 1.05;
  white-space: nowrap;
}

.approach-content {
  height: var(--approach-fixed-height);
  display: grid;
}

.approach-panel {
  display: grid;
  align-content: start;
  gap: 16px;
  height: 100%;
  padding: clamp(26px, 3vw, 38px);
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: rgba(210, 216, 220, 0.56);
  box-shadow: 0 18px 48px rgba(7, 21, 29, 0.09);
}

.approach-panel[hidden] {
  display: none;
}

.approach-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--approach-accent);
}

.approach-panel p {
  max-width: 860px;
  position: relative;
  z-index: 1;
  color: #273c4e;
  font-size: clamp(0.98rem, 1.03vw, 1.07rem);
  line-height: 1.46;
}

.home-case-studies {
  padding: clamp(82px, 10vh, 118px) max(18px, calc((100vw - 1260px) / 2));
  background:
    radial-gradient(circle at 88% 12%, rgba(48, 176, 213, 0.16), transparent 30%),
    radial-gradient(circle at 12% 22%, rgba(234, 103, 82, 0.12), transparent 28%),
    #edf4f5;
  color: #273c4e;
}

.home-case-study-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 4vw, 46px);
}

.capability-page .cap-cta {
  background: #ebeaea;
}

.capability-page .cap-cta .cap-kicker {
  margin-bottom: clamp(12px, 1.6vw, 18px);
  color: #ea6752;
  font-size: clamp(0.84rem, 0.9vw, 0.96rem);
}

.cap-cta h2 {
  color: #273c4e;
  font-size: 60px;
}

.capability-page .cap-cta p:not(.cap-kicker) {
  color: #273c4e;
}

@media (max-width: 1080px) {
  .summary-layout {
    grid-template-columns: 1fr;
  }

  .summary-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .capability-page .service-copy {
    --service-copy-inline: clamp(102px, 13.8vw, 156px);
    padding-inline: var(--service-copy-inline);
  }

  .service-copy h2 {
    font-size: clamp(2.55rem, 4.6vw, 4rem);
  }

  .approach-layout {
    --approach-fixed-height: clamp(430px, 42vw, 470px);
    grid-template-columns: minmax(410px, 0.48fr) minmax(0, 1fr);
    gap: 24px;
  }

  .approach-summary-title {
    font-size: 1.08rem;
  }

  .lifecycle-stage-grid {
    grid-template-columns: 1fr;
  }

  .lifecycle-stage-card {
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
    grid-template-rows: none;
    min-height: 0;
  }

  .lifecycle-stage-media {
    aspect-ratio: auto;
    min-height: 100%;
  }
}

@media (min-width: 780px) {
  .capability-page .service-image-right .service-copy {
    align-items: flex-end;
    padding-left: var(--service-copy-inline);
    padding-right: var(--service-copy-inline);
  }

  .capability-page .service-image-right .cap-text-link {
    align-self: flex-end;
  }
}

@media (max-width: 779px) {
  .capability-page .summary-section {
    min-height: auto;
    padding: 72px 18px;
  }

  .summary-head h2,
  .lifecycle-stage-head h2,
  .service-copy h2,
  .cap-cta h2 {
    font-size: 35px;
  }

  .summary-visual {
    display: none;
  }

  .summary-mobile-map {
    display: grid;
    padding: 0;
    position: relative;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #ffffff;
  }

  .summary-mobile-map::before {
    content: none;
  }

  .summary-mobile-service:focus-visible {
    outline: 3px solid #ea6752;
    outline-offset: 3px;
  }

  .summary-mobile-groups {
    display: grid;
    gap: 14px;
  }

  .summary-mobile-group {
    --summary-accent: #ea6752;
    display: grid;
    gap: 10px;
    padding: 16px;
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background:
      radial-gradient(circle at 50% 0%, rgba(48, 176, 213, 0.2), transparent 35%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
      linear-gradient(180deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
      linear-gradient(145deg, #07151d, #0a2636);
    background-size: auto, 28px 28px, 28px 28px, auto;
    box-shadow: 0 18px 44px rgba(16, 24, 32, 0.16);
  }

  .summary-mobile-group::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--summary-accent);
  }

  .summary-mobile-group--protect {
    --summary-accent: #30b0d5;
  }

  .summary-mobile-group--deliver {
    --summary-accent: #ea6752;
  }

  .summary-mobile-group--optimise {
    --summary-accent: #21a0a2;
  }

  .summary-mobile-group h3 {
    margin: 0 0 2px;
    color: var(--summary-accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .summary-mobile-service {
    min-height: 84px;
    display: grid;
    align-content: center;
    padding: 16px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
      rgba(7, 21, 29, 0.58);
    color: #ffffff;
  }

  .summary-mobile-service::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 5px;
    background: var(--summary-accent);
  }

  .summary-mobile-service span {
    color: var(--summary-accent);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .summary-mobile-service strong {
    max-width: 260px;
    margin-top: 8px;
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.14;
  }

  .summary-points {
    grid-template-columns: 1fr;
  }

  .capability-page .service-story {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    position: relative;
    isolation: isolate;
    overflow: visible;
  }

  .capability-page .service-story .service-visual {
    order: 1;
    min-height: clamp(320px, 92vw, 430px);
    height: clamp(320px, 92vw, 430px);
    position: sticky;
    top: 0;
    z-index: 0;
    align-self: start;
  }

  .capability-page .service-story .service-copy {
    order: 2;
    position: relative;
    z-index: 1;
  }

  .service-visual .generated-visual-img {
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .capability-page .service-copy {
    min-height: auto;
    padding: 72px 18px 54px;
    box-shadow: 0 -34px 72px rgba(7, 21, 29, 0.26);
  }

  .capability-page .service-light .service-copy {
    background: #ffffff;
  }

  .capability-page .service-dark .service-copy {
    background: #07151d;
  }

  .service-copy > p:not(.cap-kicker) {
    margin-top: 24px;
  }

  .split-points {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }

  .approach-section {
    padding: 72px 18px;
    overflow: visible;
  }

  .approach-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .approach-list {
    height: auto;
    align-content: start;
    gap: 18px;
  }

  .approach-item {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .approach-item.is-active {
    border-color: transparent;
    background: transparent;
  }

  .approach-trigger {
    min-height: 76px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
    position: sticky;
    top: 18px;
    z-index: 3;
    border: 1px solid transparent;
    border-radius: 8px;
    background: rgba(210, 216, 220, 0.56);
    box-shadow: 0 16px 38px rgba(7, 21, 29, 0.08);
    transition:
      background 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease;
  }

  .approach-item:hover .approach-trigger,
  .approach-item:focus-within .approach-trigger {
    border-color: color-mix(in srgb, var(--approach-accent) 52%, rgba(39, 60, 78, 0.14));
  }

  .approach-item.is-active .approach-trigger {
    border-color: transparent;
    background: rgba(210, 216, 220, 0.56);
    box-shadow: 0 16px 38px rgba(7, 21, 29, 0.08);
    transform: none;
  }

  .approach-trigger.is-stuck {
    background: rgb(210, 216, 220);
    box-shadow: 0 18px 42px rgba(7, 21, 29, 0.13);
  }

  .approach-number {
    width: 38px;
    font-size: 0.74rem;
  }

  .approach-summary-title {
    font-size: 1.24rem;
    white-space: normal;
  }

  .approach-content {
    height: auto;
    display: none;
  }

  .approach-mobile-slot:not(:empty) {
    margin-top: 14px;
  }

  .approach-panel {
    height: auto;
    min-height: auto;
    overflow: hidden;
    margin: 0;
    padding: 24px 18px;
    border: 0;
    border-radius: 8px;
    background: rgba(210, 216, 220, 0.56);
    box-shadow: 0 16px 38px rgba(7, 21, 29, 0.08);
  }

  .approach-panel::before {
    height: 3px;
  }

  .lifecycle-stage-band {
    min-height: auto;
    padding: 72px 18px;
  }

  .lifecycle-stage-card {
    grid-template-columns: 1fr;
  }

  .lifecycle-stage-media {
    min-height: 250px;
  }

  .lifecycle-stage-copy {
    padding: 30px 22px;
  }

  .lifecycle-stage-copy h3 {
    font-size: 35px;
  }

  .lifecycle-stage-copy .cap-text-link {
    margin-top: 0;
  }
}

/* Cyber security service detail page */
.cyber-detail-page {
  background: #07151d;
}

.cyber-detail-page main {
  background:
    linear-gradient(180deg, #07151d 0%, #0a1f2e 36%, #edf4f5 36%, #edf4f5 100%);
}

.cyber-detail-hero,
.cyber-practical,
.cyber-value-flow,
.cyber-process,
.digital-service-section,
.digital-process-panel,
.cyber-detail-cta {
  scroll-margin-top: 0;
}

.cyber-detail-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  background: #07151d;
  color: #ffffff;
}

.cyber-detail-hero-media {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.cyber-detail-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 21, 29, 0) 58%, #07151d 100%),
    linear-gradient(180deg, rgba(7, 21, 29, 0.08), rgba(7, 21, 29, 0.36));
  pointer-events: none;
}

.cyber-detail-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
  object-position: 50% 50%;
}

.cyber-detail-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(92px, 13vh, 132px) clamp(48px, 8vw, 130px);
  position: relative;
  isolation: isolate;
}

.cyber-detail-hero-copy::before {
  content: "";
  position: absolute;
  inset: 14% 9% 12% -18%;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(48, 176, 213, 0.16), transparent 28%),
    conic-gradient(from 210deg at 52% 50%, rgba(33, 160, 162, 0.22), transparent 26%, rgba(234, 103, 82, 0.18), transparent 66%, rgba(48, 176, 213, 0.22));
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  opacity: 0.9;
}

.cyber-detail-hero h1,
.cyber-section-heading h2,
.cyber-value-copy h2,
.cyber-difference h2,
.cyber-process-intro h2,
.cyber-detail-cta h2 {
  letter-spacing: 0;
}

.cyber-detail-hero h1 {
  max-width: 660px;
  color: #ffffff;
  font-size: 60px;
  line-height: 0.97;
}

.cyber-detail-hero-copy > p:not(.cap-kicker) {
  max-width: 660px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.15rem;
  line-height: 1.4;
}

.cyber-detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.cyber-practical {
  padding: clamp(76px, 10vw, 124px) max(18px, calc((100vw - 1260px) / 2));
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(237, 244, 245, 0.88)),
    radial-gradient(circle at 80% 18%, rgba(48, 176, 213, 0.18), transparent 28%),
    #edf4f5;
  color: #101820;
}

.cyber-section-heading {
  max-width: 920px;
}

.cyber-section-heading h2 {
  max-width: 850px;
  color: #273c4e;
  font-size: 60px;
  line-height: 0.96;
}

.cyber-section-heading > p:not(.cap-kicker) {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(16, 24, 32, 0.72);
  font-size: 1.12rem;
  line-height: 1.42;
}

.cyber-practical-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(44px, 6vw, 74px);
  background: linear-gradient(90deg, rgba(33, 160, 162, 0.22), rgba(234, 103, 82, 0.24));
  border-radius: 8px;
  overflow: hidden;
}

.cyber-practical-grid article {
  min-height: 250px;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(237, 244, 245, 0.8)),
    #ffffff;
}

.cyber-practical-grid span,
.cyber-process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 32px;
  margin-bottom: 24px;
  border: 1px solid rgba(234, 103, 82, 0.36);
  border-radius: 999px;
  color: #ea6752;
  font-size: 0.82rem;
  font-weight: 700;
}

.cyber-practical-grid h3 {
  margin-bottom: 14px;
  color: #273c4e;
  font-size: 1.35rem;
  line-height: 1.08;
}

.cyber-practical-grid p {
  color: rgba(16, 24, 32, 0.68);
  line-height: 1.4;
}

.cyber-value-flow {
  padding: 0 max(18px, calc((100vw - 1260px) / 2)) clamp(82px, 10vw, 128px);
  background: #edf4f5;
  color: #101820;
}

.cyber-value-row {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  min-height: 440px;
  padding: clamp(54px, 7vw, 88px) 0;
  border-top: 1px solid rgba(16, 24, 32, 0.13);
}

.cyber-value-row-alt {
  direction: rtl;
}

.cyber-value-row-alt > * {
  direction: ltr;
}

.cyber-value-marker {
  min-height: 220px;
  display: grid;
  align-content: center;
  padding: 32px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 21, 29, 0.98), rgba(10, 38, 54, 0.96)),
    #07151d;
  color: #ffffff;
  isolation: isolate;
}

.cyber-value-marker::before {
  content: "";
  position: absolute;
  inset: -40% -12% -10% auto;
  width: 76%;
  background: linear-gradient(135deg, rgba(48, 176, 213, 0.62), rgba(234, 103, 82, 0.32));
  clip-path: polygon(34% 0, 100% 0, 66% 100%, 0 100%);
  opacity: 0.72;
  z-index: -1;
}

.cyber-value-marker--image {
  aspect-ratio: 16 / 10;
  min-height: 220px;
  align-content: stretch;
  padding: 0;
  background: #07151d;
}

.cyber-value-marker--image::before {
  content: none;
}

.cyber-value-marker--image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.cyber-value-marker span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  text-transform: uppercase;
}

.cyber-value-marker strong {
  margin-top: 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.15vw, 2.65rem);
  line-height: 1;
  white-space: nowrap;
}

.cyber-value-copy {
  max-width: 760px;
}

.cyber-value-copy h2,
.cyber-difference h2,
.cyber-process-intro h2,
.cyber-detail-cta h2 {
  color: #273c4e;
  font-size: 60px;
  line-height: 0.96;
}

.cyber-value-copy p,
.cyber-difference p,
.cyber-process-intro p,
.cyber-detail-cta p {
  max-width: 780px;
  margin-top: 18px;
  color: rgba(16, 24, 32, 0.7);
  font-size: 1.06rem;
  line-height: 1.43;
}

.cyber-value-copy h3 {
  margin-top: 26px;
  color: #273c4e;
  font-size: 1.3rem;
  line-height: 1.08;
}

.cyber-value-copy h3:first-child {
  margin-top: 0;
}

.service-detail--digital .cyber-value-marker strong {
  font-size: clamp(1.3rem, 1.8vw, 2.05rem);
  line-height: 1.06;
  white-space: normal;
}

.digital-service-flow {
  padding: 0 max(18px, calc((100vw - 1260px) / 2));
  background: #edf4f5;
  color: #101820;
}

.digital-service-section {
  padding-top: clamp(78px, 10vw, 126px);
  border-top: 1px solid rgba(16, 24, 32, 0.13);
}

.digital-service-section:first-child {
  border-top: 0;
}

.digital-service-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.digital-service-heading h2 {
  max-width: 880px;
  color: #273c4e;
  font-size: 60px;
  line-height: 0.96;
  letter-spacing: 0;
}

.digital-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  gap: 1px;
  margin-top: clamp(38px, 5vw, 64px);
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(33, 160, 162, 0.24), rgba(234, 103, 82, 0.26));
}

.digital-service-overview,
.digital-service-difference,
.digital-detail-card {
  padding: clamp(26px, 3.4vw, 44px);
}

.digital-service-overview {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(237, 244, 245, 0.78)),
    #ffffff;
}

.digital-service-difference {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(7, 21, 29, 0.98), rgba(10, 38, 54, 0.95)),
    #07151d;
  color: #ffffff;
}

.digital-service-difference::before {
  content: "";
  position: absolute;
  inset: auto -14% -18% 22%;
  height: 48%;
  z-index: -1;
  background: linear-gradient(135deg, rgba(33, 160, 162, 0.24), rgba(234, 103, 82, 0.2));
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}

.digital-service-overview p,
.digital-service-difference p,
.digital-detail-card p {
  color: rgba(16, 24, 32, 0.7);
  font-size: 1.02rem;
  line-height: 1.43;
}

.digital-service-overview p:first-child {
  color: #273c4e;
  font-size: 1.16rem;
}

.digital-service-overview p + p,
.digital-service-difference p + p,
.digital-detail-card p + p {
  margin-top: 16px;
}

.digital-service-difference .cap-kicker {
  margin-bottom: 22px;
}

.digital-service-difference p {
  color: rgba(255, 255, 255, 0.74);
}

.digital-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(34px, 4.8vw, 62px);
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(120deg, rgba(33, 160, 162, 0.24), rgba(234, 103, 82, 0.26));
}

.digital-detail-card {
  min-height: 410px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(237, 244, 245, 0.82)),
    #ffffff;
}

.digital-detail-card h3 {
  margin-bottom: 18px;
  color: #273c4e;
  font-size: 1.32rem;
  line-height: 1.08;
}

.digital-process-panel {
  margin: clamp(56px, 7vw, 92px) min(-18px, calc((1260px - 100vw) / 2)) 0;
  padding: clamp(72px, 9vw, 112px) max(18px, calc((100vw - 1260px) / 2));
  background:
    linear-gradient(180deg, #07151d 0%, #0a2636 100%);
  color: #ffffff;
}

.service-detail--digital .digital-process-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 14% 20%, rgba(48, 176, 213, 0.14), transparent 28%),
    linear-gradient(180deg, #edf4f5 0%, #ffffff 100%);
  background-size: 44px 44px, 44px 44px, auto, auto;
  color: #273c4e;
}

.service-detail--digital .digital-process-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #30b0d5, #21a0a2 46%, #ea6752);
}

.service-detail--digital .digital-process-panel .cyber-process-intro,
.service-detail--digital .digital-process-panel .cyber-process-layout {
  position: relative;
  z-index: 1;
}

.service-detail--digital .digital-process-panel .cyber-process-intro .cap-kicker {
  color: #ea6752;
}

.service-detail--digital .digital-process-panel .cyber-process-intro h2 {
  color: #273c4e;
}

.digital-process-panel .cyber-process-intro {
  margin-bottom: clamp(38px, 5.4vw, 66px);
}

.digital-process-grid {
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
}

.cyber-difference {
  display: grid;
  gap: 16px;
  padding: clamp(42px, 6vw, 70px);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.96), rgba(237, 244, 245, 0.8)),
    linear-gradient(90deg, rgba(33, 160, 162, 0.18), rgba(234, 103, 82, 0.16));
}

.cyber-difference::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 42%;
  background: linear-gradient(135deg, transparent 0 28%, rgba(48, 176, 213, 0.18) 28% 58%, rgba(234, 103, 82, 0.16) 58% 100%);
  pointer-events: none;
}

.cyber-process {
  padding: clamp(76px, 10vw, 124px) max(18px, calc((100vw - 1260px) / 2));
  background:
    linear-gradient(180deg, #07151d 0%, #0a2636 100%);
  color: #ffffff;
}

.cyber-process-intro {
  max-width: 880px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.cyber-process-intro h2 {
  color: #ffffff;
}

.cyber-process-intro p {
  color: rgba(255, 255, 255, 0.74);
}

.cyber-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: linear-gradient(120deg, rgba(48, 176, 213, 0.4), rgba(234, 103, 82, 0.42));
  border-radius: 8px;
  overflow: hidden;
}

.cyber-process-grid li {
  min-height: 390px;
  padding: clamp(22px, 2.6vw, 32px);
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(7, 21, 29, 0.98), rgba(10, 38, 54, 0.94)),
    #07151d;
}

.cyber-process-grid li::before {
  content: "";
  position: absolute;
  inset: auto -14% -22% 20%;
  height: 45%;
  background: linear-gradient(135deg, rgba(33, 160, 162, 0.22), rgba(234, 103, 82, 0.24));
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  pointer-events: none;
}

.cyber-process-grid h3 {
  min-height: 3.1em;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.08;
}

.cyber-process-grid p {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.38;
}

.cyber-process-grid p + p {
  margin-top: 14px;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) {
  --service-process-accent: #30b0d5;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-detail-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 21, 29, 0) 58%,
    rgba(7, 21, 29, 0.18) 74%,
    rgba(7, 21, 29, 0.6) 91%,
    #07151d 100%
  );
  pointer-events: none;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 14% 20%, rgba(48, 176, 213, 0.14), transparent 28%),
    linear-gradient(180deg, #edf4f5 0%, #ffffff 100%);
  background-size: 44px 44px, 44px 44px, auto, auto;
  color: #273c4e;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #30b0d5, #21a0a2 46%, #ea6752);
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-intro,
:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-layout {
  position: relative;
  z-index: 1;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-intro .cap-kicker {
  color: #ea6752;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-intro h2 {
  color: #273c4e;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-intro p {
  color: rgba(39, 60, 78, 0.72);
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 56px) clamp(28px, 3.8vw, 52px);
  align-items: start;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-item {
  display: grid;
  align-content: start;
  gap: clamp(18px, 1.8vw, 24px);
  border: 0;
  border-radius: 0;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-trigger {
  min-height: clamp(82px, 6.6vw, 100px);
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  padding: 16px 24px 16px 16px;
  cursor: default;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-trigger .approach-number {
  width: 48px;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-panel {
  height: auto;
  min-height: clamp(250px, 21vw, 318px);
  align-content: start;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-panel p {
  max-width: none;
}

.cyber-process-item--governance,
.cyber-process-panel--governance,
.cyber-process-item--requirements,
.cyber-process-panel--requirements,
.cyber-process-item--training,
.cyber-process-panel--training {
  --approach-accent: #30b0d5;
}

.cyber-process-item--zones,
.cyber-process-panel--zones,
.cyber-process-item--countermeasures,
.cyber-process-panel--countermeasures,
.cyber-process-item--respond,
.cyber-process-panel--respond {
  --approach-accent: #21a0a2;
}

.cyber-process-item--risk,
.cyber-process-panel--risk,
.cyber-process-item--verify,
.cyber-process-panel--verify {
  --approach-accent: #ea6752;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-item:nth-child(3n + 1),
:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-item:nth-child(3n + 1) .cyber-process-panel {
  --approach-accent: #30b0d5;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-item:nth-child(3n + 2),
:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-item:nth-child(3n + 2) .cyber-process-panel {
  --approach-accent: #21a0a2;
}

:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-item:nth-child(3n),
:is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-item:nth-child(3n) .cyber-process-panel {
  --approach-accent: #ea6752;
}

.cyber-process-set + .cyber-process-set {
  margin-top: clamp(54px, 7vw, 90px);
}

.cyber-detail-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 6vw, 96px);
  padding: clamp(70px, 9vw, 112px) max(18px, calc((100vw - 1260px) / 2));
  background: #ebeaea;
}

.cyber-detail-cta .cap-kicker {
  max-width: none;
  margin: 0 0 clamp(14px, 1.7vw, 22px);
  color: #ea6752;
  font-size: clamp(0.86rem, 0.95vw, 0.98rem);
}

.cyber-detail-cta h2 {
  max-width: 980px;
  margin: 0;
}

.cyber-detail-cta p:not(.cap-kicker) {
  max-width: 820px;
  margin-top: 24px;
  color: #273c4e;
  font-size: clamp(1.08rem, 1.35vw, 1.25rem);
  line-height: 1.36;
}

.cyber-detail-cta .cap-button {
  justify-self: end;
  white-space: nowrap;
}

.puzzle-landing-page .puzzle-hero .cyber-detail-hero-media img {
  object-position: 35% 50%;
}

.puzzle-purpose-section,
.puzzle-archive-section {
  padding: clamp(76px, 10vw, 124px) max(18px, calc((100vw - 1260px) / 2));
  background:
    radial-gradient(circle at 86% 12%, rgba(48, 176, 213, 0.14), transparent 30%),
    linear-gradient(180deg, #edf4f5 0%, #ffffff 100%);
  color: #101820;
}

.puzzle-archive-section {
  padding-top: clamp(36px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(39, 60, 78, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(39, 60, 78, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #edf4f5 100%);
  background-size: 44px 44px, 44px 44px, auto;
}

.puzzle-current-challenge {
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(120deg, rgba(234, 103, 82, 0.16), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(48, 176, 213, 0.22), transparent 28%),
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.045) 58%, rgba(255, 255, 255, 0.075) 100%),
    linear-gradient(180deg, #07151d 0%, #102735 100%);
  color: #ffffff;
}

.puzzle-current-challenge::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.puzzle-current-challenge .cyber-section-heading h2 {
  color: #ffffff;
}

.puzzle-current-challenge .cyber-section-heading > p:not(.cap-kicker) {
  color: rgba(255, 255, 255, 0.76);
}

.puzzle-section-heading {
  position: relative;
  z-index: 1;
}

.puzzle-purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(44px, 6vw, 74px);
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(33, 160, 162, 0.22), rgba(234, 103, 82, 0.24));
}

.puzzle-purpose-grid article {
  min-height: 240px;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(237, 244, 245, 0.82)),
    #ffffff;
}

.puzzle-purpose-grid h3 {
  margin-bottom: 14px;
  color: #273c4e;
  font-size: 1.35rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.puzzle-purpose-grid p {
  color: rgba(16, 24, 32, 0.68);
  line-height: 1.4;
}

.puzzle-archive-section .weekly-puzzle-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(44px, 6vw, 74px);
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(33, 160, 162, 0.22), rgba(234, 103, 82, 0.24));
}

.puzzle-archive-section .weekly-puzzle-card {
  min-width: 0;
  min-height: 190px;
  display: block;
  padding: clamp(24px, 3vw, 34px);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(237, 244, 245, 0.82)),
    #ffffff;
  box-shadow: none;
}

.puzzle-archive-section .weekly-puzzle-main .cap-kicker {
  margin-bottom: 20px;
}

.puzzle-archive-section .weekly-puzzle-main h3 {
  color: #273c4e;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1;
  letter-spacing: 0;
}

.puzzle-archive-section .puzzle-type {
  margin-top: 16px;
  color: rgba(16, 24, 32, 0.68);
  font-size: 1rem;
  line-height: 1.38;
}

@media (max-width: 1100px) {
  .cyber-detail-hero,
  .cyber-value-row,
  .cyber-detail-cta {
    grid-template-columns: 1fr;
  }

  .cyber-detail-cta .cap-button {
    justify-self: start;
  }

  .cyber-detail-hero-media {
    min-height: 48svh;
  }

  .cyber-detail-hero-media img {
    min-height: 48svh;
  }

  .cyber-value-row-alt {
    direction: ltr;
  }

  .cyber-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .puzzle-purpose-grid,
  .puzzle-archive-section .weekly-puzzle-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .digital-service-heading,
  .digital-service-layout,
  .digital-detail-grid {
    grid-template-columns: 1fr;
  }

  .digital-detail-card {
    min-height: auto;
  }
}

@media (max-width: 779px) {
  .cyber-detail-hero {
    min-height: auto;
  }

  .cyber-detail-hero-media {
    min-height: 360px;
    order: 1;
  }

  .cyber-detail-hero-copy {
    order: 2;
    padding: 54px 18px 68px;
  }

  .cyber-detail-hero-copy::before {
    inset: 34px -18px 38px -18px;
  }

  .cyber-detail-page:not(.lifecycle-detail-page) .cyber-detail-hero-media::after {
    display: none;
  }

  .cyber-detail-page:not(.lifecycle-detail-page) .cyber-detail-hero-copy {
    padding-top: 36px;
  }

  .cyber-detail-page:not(.lifecycle-detail-page) .cyber-detail-hero-copy::before {
    inset: 0 -18px;
    clip-path: none;
    opacity: 1;
  }

  :is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life, .case-study-landing-page, .about-page, .puzzle-landing-page) .cyber-detail-hero {
    position: relative;
    isolation: isolate;
    overflow-x: clip;
    overflow-y: visible;
  }

  :is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life, .case-study-landing-page, .about-page, .puzzle-landing-page) .cyber-detail-hero-media {
    height: clamp(360px, 92vw, 430px);
    min-height: clamp(360px, 92vw, 430px);
    position: sticky;
    top: 0;
    z-index: 0;
    align-self: start;
  }

  :is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life, .case-study-landing-page, .about-page, .puzzle-landing-page) .cyber-detail-hero-media img {
    height: 100%;
    min-height: 100%;
  }

  :is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life, .case-study-landing-page, .about-page, .puzzle-landing-page) .cyber-detail-hero-copy {
    position: relative;
    z-index: 1;
    background: #07151d;
    box-shadow: 0 -34px 72px rgba(7, 21, 29, 0.26);
  }

  .challenge-landing-page .puzzle-hero {
    position: relative;
    isolation: isolate;
    overflow-x: clip;
    overflow-y: visible;
  }

  .challenge-landing-page .puzzle-hero .cyber-detail-hero-media {
    position: sticky;
    top: 0;
    z-index: 0;
  }

  .challenge-landing-page .puzzle-hero .cyber-detail-hero-copy {
    position: relative;
    z-index: 1;
  }

  .cyber-detail-hero h1,
  .cyber-section-heading h2,
  .digital-service-heading h2,
  .cyber-value-copy h2,
  .cyber-difference h2,
  .cyber-process-intro h2,
  .cyber-detail-cta h2 {
    font-size: 35px;
  }

  .cyber-detail-hero-copy > p:not(.cap-kicker),
  .cyber-section-heading > p:not(.cap-kicker),
  .cyber-value-copy p,
  .cyber-difference p,
  .cyber-process-intro p,
  .cyber-detail-cta p {
    font-size: 1rem;
  }

  .cyber-practical,
  .cyber-value-flow,
  .digital-service-flow,
  .cyber-process,
  .cyber-detail-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cyber-practical-grid,
  .cyber-process-grid {
    grid-template-columns: 1fr;
  }

  .puzzle-purpose-section,
  .puzzle-archive-section {
    padding: 58px 18px;
  }

  .puzzle-purpose-grid,
  .puzzle-archive-section .weekly-puzzle-list {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .puzzle-purpose-grid article,
  .puzzle-archive-section .weekly-puzzle-card {
    min-height: auto;
  }

  :is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process {
    overflow: visible;
  }

  :is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  :is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-item {
    gap: 14px;
  }

  :is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-trigger {
    min-height: 76px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
  }

  :is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-trigger.is-stuck {
    background: rgb(210, 216, 220);
    box-shadow: 0 18px 42px rgba(7, 21, 29, 0.13);
  }

  :is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-trigger .approach-number {
    width: 38px;
  }

  :is(.service-detail--cyber-security, .service-detail--functional-safety, .service-detail--ci-engineering, .service-detail--systems-engineering, .service-detail--commissioning, .service-detail--process-control, .service-detail--digital, .service-detail--greenfield, .service-detail--brownfield, .service-detail--late-life) .cyber-process-panel {
    min-height: auto;
  }

  .cyber-practical-grid article,
  .cyber-process-grid li {
    min-height: auto;
  }

  .cyber-value-row {
    min-height: auto;
    gap: 24px;
    padding: 48px 0;
  }

  .cyber-value-marker {
    min-height: 160px;
  }

  .cyber-difference {
    padding: 30px 22px;
  }

  .digital-service-overview,
  .digital-service-difference,
  .digital-detail-card {
    padding: 30px 22px;
  }

  .digital-service-section {
    padding-top: 58px;
  }

  .digital-service-layout,
  .digital-detail-grid {
    border-radius: 8px;
  }

  .digital-process-panel {
    margin-right: -18px;
    margin-left: -18px;
    padding: 62px 18px;
  }

  .service-detail--digital .digital-process-panel {
    overflow: visible;
  }
}

.global-nav .global-nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.global-nav .global-nav-link.global-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.global-nav button.global-nav-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.global-nav button.global-nav-link:hover,
.global-nav button.global-nav-link:focus {
  color: var(--white);
}

.global-nav .global-nav-link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.global-nav .global-nav-dropdown {
  min-width: 260px;
  display: grid;
  gap: 2px;
  padding: 12px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 80;
  transform: translate(-50%, -6px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(7, 21, 29, 0.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.global-nav .global-nav-item:hover .global-nav-dropdown,
.global-nav .global-nav-item:focus-within .global-nav-dropdown,
.global-nav .global-nav-item.is-open .global-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.global-nav .global-nav-dropdown a {
  display: block;
  padding: 10px 12px;
  border-bottom: 0;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.global-nav .global-nav-dropdown a:hover,
.global-nav .global-nav-dropdown a:focus,
.global-nav .global-nav-dropdown a[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
}

@media (max-width: 760px) {
  .global-nav .global-nav-item {
    display: block;
  }

  .global-nav .global-nav-link.global-nav-link {
    padding: 16px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 18px;
    width: 100%;
    justify-content: flex-start;
  }

  .global-nav .global-nav-link::after {
    margin-left: auto;
  }

  .global-nav .global-nav-dropdown {
    min-width: 0;
    display: none;
    position: static;
    transform: none;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    gap: 0;
    padding: 4px 0 8px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .global-nav .global-nav-item:hover .global-nav-dropdown,
  .global-nav .global-nav-item:focus-within .global-nav-dropdown,
  .global-nav .global-nav-item.is-open .global-nav-dropdown {
    transform: none;
  }

  .global-nav .global-nav-item.is-open .global-nav-dropdown {
    display: grid;
  }

  .global-nav .global-nav-dropdown a {
    padding: 10px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    font-size: 15px;
  }
}
