:root {
  --ac-bg: #02010b;
  --ac-ink: #e8edff;
  --ac-muted: #9ba6c8;
  --ac-blue: #4ef3ff;
  --ac-pink: #ff4fa8;
  --ac-green: #3dff6b;
  --ac-yellow: #feff00;
  --ac-orange: #ef3925;
  --ac-line: rgba(155, 166, 200, 0.22);
  --ac-shell: min(1540px, calc(100% - 72px));
  --page-progress: 0%;
}

body.accolades-page {
  min-width: 0;
  margin: 0;
  overflow-x: clip;
  background: var(--ac-bg);
  color: var(--ac-ink);
  font-family: "Space Grotesk", system-ui, sans-serif;
  line-height: 1.55;
}

.accolades-page *,
.accolades-page *::before,
.accolades-page *::after {
  box-sizing: border-box;
}

.accolades-page img { max-width: 100%; }
.accolades-page a { color: inherit; }

.accolades-page h1,
.accolades-page h2,
.accolades-page h3,
.accolades-page p,
.accolades-page blockquote,
.accolades-page dl,
.accolades-page dd { margin-top: 0; }

.accolades-page h1,
.accolades-page h2,
.accolades-page h3,
.section-kicker,
.section-index,
.recommendation-toggle {
  font-family: "Oxanium", system-ui, sans-serif;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border: 2px solid var(--ac-blue);
  border-radius: 10px;
  background: var(--ac-bg);
  color: var(--ac-ink);
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus { transform: translateY(0); }

.accolades-page :focus-visible {
  outline: 3px solid var(--ac-yellow);
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.page-progress {
  position: fixed;
  z-index: 500;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.04);
}

.page-progress span {
  width: var(--page-progress);
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--ac-blue), var(--ac-pink), var(--ac-yellow));
  box-shadow: 0 0 22px rgba(78, 243, 255, 0.9);
  transition: width 100ms linear;
}

/* This page owns its scene transitions; bypass the generic cross-page reveal so
   the first viewport is never hidden while the shared observer initializes. */
.motion-enhanced body.accolades-page .shared-reveal,
.motion-enhanced body.accolades-page .shared-reveal:nth-of-type(even) {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

/* Hero: a full-height cinematic scene, not a banner. */
.accolades-hero {
  position: relative;
  min-height: max(720px, calc(100svh - 20px));
  isolation: isolate;
  overflow: clip;
  display: grid;
  align-items: end;
  background: #050410;
}

.accolades-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 38%, transparent 0 5%, rgba(78, 243, 255, 0.11) 5.2% 5.4%, transparent 5.6% 10%, rgba(255, 79, 168, 0.1) 10.2% 10.35%, transparent 10.5%),
    linear-gradient(115deg, transparent 56%, rgba(78, 243, 255, 0.11) 56.1%, transparent 56.25%),
    linear-gradient(104deg, transparent 72%, rgba(255, 79, 168, 0.12) 72.1%, transparent 72.25%);
}

.accolades-hero__media,
.accolades-hero__grid {
  position: absolute;
  z-index: -3;
  inset: -5%;
  will-change: transform;
}

.accolades-hero__media {
  background:
    linear-gradient(90deg, rgba(2, 1, 11, 0.99) 0%, rgba(2, 1, 11, 0.8) 42%, rgba(2, 1, 11, 0.18) 85%),
    linear-gradient(0deg, #02010b 0%, transparent 52%),
    url("images/hero_accolades.png") center 42% / cover no-repeat;
  transform: scale(1.06) translate3d(0, var(--hero-shift, 0), 0);
}

.accolades-hero__grid {
  z-index: -2;
  opacity: 0.45;
  background:
    linear-gradient(rgba(78, 243, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 243, 255, 0.12) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.7) 58%, transparent 92%);
  transform: perspective(900px) rotateX(58deg) scale(1.5) translate3d(0, var(--grid-shift, 8%), 0);
  transform-origin: bottom;
}

.accolades-hero__content {
  width: var(--ac-shell);
  margin-inline: auto;
  padding: clamp(150px, 20vh, 230px) 0 clamp(54px, 7vh, 88px);
}

.section-kicker {
  margin-bottom: 24px;
  color: var(--ac-blue);
  font-size: clamp(0.72rem, 0.9vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.accolades-hero .section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
}

.accolades-hero .section-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.accolades-hero h1 {
  max-width: 1270px;
  margin-bottom: 0;
  color: var(--ac-ink);
  font-size: clamp(3.7rem, 7.4vw, 9.3rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.83;
  text-wrap: balance;
  text-shadow: 0 12px 40px rgba(2, 1, 11, 0.82);
}

.accolades-hero h1 br:nth-of-type(2) + * { color: var(--ac-blue); }

.accolades-hero__footer {
  margin-top: clamp(40px, 7vh, 74px);
  display: flex;
  align-items: center;
  gap: 26px;
}

.accolades-hero__signal {
  width: min(520px, 55vw);
  height: 2px;
  display: block;
  position: relative;
  overflow: hidden;
  background: rgba(232, 237, 255, 0.13);
}

.accolades-hero__signal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--ac-blue), var(--ac-pink), transparent);
  transform: translateX(-100%);
  animation: signal-run 3.8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.accolades-hero__scroll {
  color: var(--ac-muted);
  font-family: "Oxanium", system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes signal-run { to { transform: translateX(100%); } }

/* Main flow */
.accolades-shell {
  width: var(--ac-shell);
  min-width: 0;
  margin-inline: auto;
}

.accolades-section {
  position: relative;
  padding-block: clamp(110px, 13vw, 210px);
  border-bottom: 1px solid var(--ac-line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  margin-bottom: clamp(68px, 8vw, 120px);
}

.section-heading > div:first-child { max-width: 900px; }

.section-heading h2 {
  max-width: 1020px;
  margin-bottom: 20px;
  color: var(--ac-ink);
  font-size: clamp(3.2rem, 6.2vw, 7.8rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.section-heading > div:first-child > p:last-child:not(.section-kicker) {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--ac-muted);
  font-size: clamp(1rem, 1.35vw, 1.28rem);
}

.section-index {
  align-self: start;
  margin-top: 8px;
  color: var(--ac-pink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

/* Impact becomes one strong typographic sequence. */
.impact-section {
  min-height: 160svh;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(60px, 9vw, 150px);
}

.impact-section .section-heading {
  position: sticky;
  top: 150px;
  display: block;
  margin-bottom: 0;
}

.impact-section .section-heading h2 {
  font-size: clamp(3.4rem, 5.2vw, 6.5rem);
}

.impact-section .section-index {
  display: block;
  margin-top: 42px;
}

.impact-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(78, 243, 255, 0.38);
  border-bottom: 1px solid rgba(78, 243, 255, 0.18);
}

.impact-stat {
  min-width: 0;
  min-height: clamp(430px, 62vh, 650px);
  padding: clamp(34px, 4vw, 68px) clamp(22px, 3vw, 50px);
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid var(--ac-line);
  transition: background 360ms ease, color 360ms ease;
}

.impact-stat:last-child { border-bottom: 0; }

.impact-stat dt {
  max-width: 260px;
  color: var(--ac-muted);
  font-family: "Oxanium", system-ui, sans-serif;
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.impact-stat dd {
  color: var(--ac-ink);
  font-family: "Oxanium", system-ui, sans-serif;
  font-size: clamp(5.4rem, 11vw, 13rem);
  font-weight: 500;
  letter-spacing: -0.085em;
  line-height: 0.7;
  transition: color 300ms ease, text-shadow 300ms ease, transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.impact-stat:hover,
.impact-stat:focus-within { background: rgba(78, 243, 255, 0.035); }

.impact-stat:nth-child(2):hover { background: rgba(255, 79, 168, 0.04); }
.impact-stat:nth-child(3):hover { background: rgba(61, 255, 107, 0.035); }
.impact-stat:hover dd { color: var(--ac-blue); transform: translateY(-10px); text-shadow: 0 0 35px rgba(78, 243, 255, 0.25); }
.impact-stat:nth-child(2):hover dd { color: var(--ac-pink); text-shadow: 0 0 35px rgba(255, 79, 168, 0.22); }
.impact-stat:nth-child(3):hover dd { color: var(--ac-green); text-shadow: 0 0 35px rgba(61, 255, 107, 0.2); }

/* Platform matrix: a dense, scan-first enterprise capability wall. */
.platform-section { padding-bottom: clamp(130px, 15vw, 220px); }
.platform-section .section-heading { margin-bottom: clamp(48px, 6vw, 82px); }

.platform-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  padding: 1px;
  border: 1px solid rgba(78, 243, 255, 0.2);
  border-radius: 24px;
  background: rgba(78, 243, 255, 0.16);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
}

.platform-card {
  --platform-accent: var(--ac-blue);
  position: relative;
  z-index: 0;
  min-width: 0;
  min-height: clamp(220px, 18vw, 280px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 36px);
  border: 0;
  background:
    radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--platform-accent) 12%, transparent), transparent 38%),
    #050412;
  transition: background-color 260ms ease, box-shadow 260ms ease, transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.platform-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--platform-accent), transparent 78%);
  opacity: 0.7;
}

.platform-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -45px;
  bottom: -55px;
  width: 140px;
  height: 140px;
  border: 1px solid color-mix(in srgb, var(--platform-accent) 22%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 50px color-mix(in srgb, var(--platform-accent) 7%, transparent);
  transition: transform 420ms ease;
}

.platform-card[data-stack="automation"] { --platform-accent: var(--ac-pink); }
.platform-card[data-stack="infrastructure"] { --platform-accent: var(--ac-green); }
.platform-card[data-stack="delivery"] { --platform-accent: var(--ac-yellow); }

.platform-card:hover,
.platform-card:focus-within {
  z-index: 1;
  background-color: #0a0920;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.44);
  transform: translateY(-5px);
}

.platform-card:hover::after,
.platform-card:focus-within::after { transform: scale(1.18); }

.platform-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.platform-code {
  min-width: 44px;
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  padding: 6px 9px;
  border: 1px solid color-mix(in srgb, var(--platform-accent) 46%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--platform-accent) 9%, transparent);
  color: var(--platform-accent);
  font-family: "Oxanium", system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
}

.platform-category {
  overflow: hidden;
  color: var(--ac-muted);
  font-family: "Oxanium", system-ui, sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.platform-name {
  max-width: 16ch;
  margin: auto 0 12px;
  padding-top: clamp(30px, 4vw, 54px);
  color: var(--ac-ink);
  font-size: clamp(1.22rem, 1.65vw, 1.72rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.platform-description {
  max-width: 30ch;
  margin: 0;
  color: var(--ac-muted);
  font-size: clamp(0.82rem, 0.85vw, 0.94rem);
  line-height: 1.5;
}

/* Recommendations occupy a cinematic scene between sections. */
.recommendations {
  position: relative;
  min-height: max(760px, 100svh);
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-items: center;
  border-block: 1px solid rgba(255, 79, 168, 0.25);
  background: #05040f;
}

.recommendations__media {
  position: absolute;
  z-index: -2;
  inset: -8%;
  background:
    linear-gradient(90deg, rgba(2, 1, 11, 0.98) 0%, rgba(2, 1, 11, 0.74) 46%, rgba(2, 1, 11, 0.45) 100%),
    linear-gradient(0deg, rgba(2, 1, 11, 0.92), transparent 60%),
    url("images/accolades_banner.png") center / cover no-repeat;
  filter: saturate(0.85) contrast(1.05);
  transform: translate3d(0, var(--recommendation-shift, 0), 0) scale(1.08);
}

.recommendations::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 79, 168, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 243, 255, 0.06) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.recommendations__inner {
  width: var(--ac-shell);
  margin-inline: auto;
  padding: clamp(100px, 12vw, 180px) 0;
}

.recommendations__heading {
  margin-bottom: clamp(54px, 7vw, 96px);
}

.recommendations__heading h2 {
  font-size: clamp(3.8rem, 8vw, 9rem);
  white-space: nowrap;
}

.recommendation-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 24px);
}

.recommendation-card {
  --recommendation-accent: var(--ac-pink);
  position: relative;
  min-width: 0;
  min-height: clamp(330px, 29vw, 430px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(255, 79, 168, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 79, 168, 0.14), transparent 38%),
    rgba(5, 4, 18, 0.86);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.recommendation-card:nth-child(even) {
  --recommendation-accent: var(--ac-blue);
  border-color: rgba(78, 243, 255, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(78, 243, 255, 0.12), transparent 38%),
    rgba(5, 4, 18, 0.86);
}

.recommendation-card:hover,
.recommendation-card:focus-within {
  border-color: color-mix(in srgb, var(--recommendation-accent) 58%, transparent);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38), 0 0 36px color-mix(in srgb, var(--recommendation-accent) 9%, transparent);
  transform: translateY(-7px);
}

.recommendation-card__mark {
  color: var(--recommendation-accent);
  font-family: Georgia, serif;
  font-size: clamp(4rem, 6vw, 6.5rem);
  line-height: 0.7;
  opacity: 0.86;
}

.recommendation-card blockquote {
  margin: auto 0 clamp(34px, 4vw, 54px);
  padding-top: 30px;
  color: var(--ac-ink);
  font-family: "Oxanium", system-ui, sans-serif;
  font-size: clamp(1.35rem, 1.85vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.18;
  text-wrap: balance;
}

.recommendation-card footer {
  display: grid;
  gap: 5px;
  padding-top: 18px;
  border-top: 1px solid color-mix(in srgb, var(--recommendation-accent) 30%, transparent);
}

.recommendation-card footer strong {
  color: #fff;
  font-family: "Oxanium", system-ui, sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.035em;
}

.recommendation-card footer span {
  color: var(--ac-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

/* Complete recommendation archive becomes a readable testimonial wall. */
.accolades-shell--lower { padding-block: clamp(100px, 12vw, 190px); }

.recommendation-archive {
  border-top: 1px solid var(--ac-line);
  border-bottom: 1px solid var(--ac-line);
}

.has-reordered-accolades-flow .recommendation-archive {
  width: var(--ac-shell);
  margin-inline: auto;
  padding-block: clamp(100px, 12vw, 190px);
}

/* These sections are placed independently in the editorial flow by accolades.js. */
.has-reordered-accolades-flow .platform-section { width: var(--ac-shell); margin-inline: auto; }
.has-reordered-accolades-flow .accolades-cta { width: var(--ac-shell); margin-inline: auto; }

.recommendation-toggle {
  width: 100%;
  min-height: 118px;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  background: transparent;
  color: var(--ac-ink);
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.recommendation-toggle span:last-child {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(78, 243, 255, 0.45);
  border-radius: 50%;
  transition: transform 350ms ease, background 200ms ease, color 200ms ease;
}

.recommendation-toggle:hover span:last-child { background: var(--ac-blue); color: var(--ac-bg); }
.recommendation-toggle[aria-expanded="true"] span:last-child { transform: rotate(180deg); }

.recommendation-panel {
  padding-top: clamp(28px, 4vw, 56px);
  border-top: 1px solid var(--ac-line);
  columns: 2;
  column-gap: clamp(18px, 2.5vw, 34px);
}
.recommendation-panel[hidden] { display: none; }

.recommendation-row {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 clamp(18px, 2.5vw, 34px);
  padding: clamp(28px, 3.2vw, 46px);
  break-inside: avoid;
  border: 1px solid rgba(232, 237, 255, 0.11);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(232, 237, 255, 0.045), rgba(78, 243, 255, 0.018));
}

.recommendation-row::before {
  content: "“";
  display: block;
  margin-bottom: 12px;
  color: var(--ac-pink);
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 0.7;
}

.recommendation-row header { position: static; margin-bottom: 24px; }
.recommendation-row h3 { margin-bottom: 8px; font-size: clamp(1.35rem, 2vw, 2rem); }
.recommendation-row header p { margin-bottom: 0; color: var(--ac-pink); }
.recommendation-row > p { margin-bottom: 0; color: #c6cee8; font-size: clamp(0.96rem, 1.1vw, 1.08rem); line-height: 1.75; }

/* Case-study and contact scenes */
.case-study-banner {
  position: relative;
  min-height: clamp(520px, 72vh, 760px);
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-items: end;
  margin-top: clamp(110px, 14vw, 220px);
  border-block: 1px solid rgba(254, 255, 0, 0.27);
}

.case-study-banner__media {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 1, 11, 0.96), rgba(2, 1, 11, 0.52)),
    linear-gradient(0deg, rgba(2, 1, 11, 0.85), transparent 65%),
    url("images/banner_accolades_case_studies.png") center / cover no-repeat;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1), filter 1.2s ease;
}

.case-study-banner:hover .case-study-banner__media { transform: scale(1.035); filter: saturate(1.2); }

.case-study-banner__body { padding: clamp(42px, 7vw, 98px); }
.case-study-banner h2 { margin-bottom: 22px; font-size: clamp(4rem, 10vw, 11rem); font-weight: 600; letter-spacing: -0.07em; line-height: 0.78; }
.case-study-banner__body > p:last-child { max-width: 780px; margin-bottom: 0; color: var(--ac-muted); font-size: clamp(1.05rem, 1.5vw, 1.35rem); }

.accolades-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(430px, 1.2fr);
  gap: clamp(54px, 9vw, 140px);
  align-items: start;
  padding-block: clamp(130px, 14vw, 220px) 0;
}

.accolades-cta__copy { position: sticky; top: 150px; }
.accolades-cta h2 { max-width: 650px; margin-bottom: 26px; font-size: clamp(3.2rem, 6vw, 7rem); font-weight: 600; letter-spacing: -0.06em; line-height: 0.9; }
.keep-together { white-space: nowrap; }
.accolades-cta__copy > p:last-child { max-width: 520px; color: var(--ac-muted); font-size: clamp(1.05rem, 1.35vw, 1.25rem); }

.accolades-cta__form {
  min-width: 0;
  padding-left: clamp(28px, 4vw, 70px);
  border-left: 1px solid rgba(78, 243, 255, 0.26);
}

/* Let HubSpot determine the form height; the former 580px minimum left an empty strip below it. */
.accolades-cta .cp-email,
.accolades-cta .hs-form-frame {
  min-width: 0;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 0;
  background: #0B1020;
}

.accolades-cta .hs-form-frame iframe {
  display: block;
  width: 100% !important;
  margin: 0;
  border: 0;
}

/* Scroll entrance states. Content stays visible when JS is absent. */
.js-motion .section-heading,
.js-motion .impact-stat,
.js-motion .case-study-banner,
.js-motion .accolades-cta > * {
  opacity: 0;
  transform: translateY(54px);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.js-motion .is-revealed.section-heading,
.js-motion .impact-stat.is-revealed,
.js-motion .case-study-banner.is-revealed,
.js-motion .accolades-cta > *.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.js-motion .impact-stat:nth-child(2) { transition-delay: 100ms; }
.js-motion .impact-stat:nth-child(3) { transition-delay: 200ms; }

@media (max-width: 1080px) {
  :root { --ac-shell: min(100% - 44px, 1540px); }

  .accolades-hero { min-height: 790px; }
  .accolades-hero h1 { font-size: clamp(4rem, 9vw, 7rem); }

  .impact-section { min-height: 0; display: block; }
  .impact-section .section-heading { position: static; display: grid; margin-bottom: 68px; }
  .impact-section .section-index { margin-top: 8px; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-stat {
    min-height: 240px;
    flex-direction: row-reverse;
    align-items: end;
    border-right: 0;
    border-bottom: 1px solid var(--ac-line);
  }
  .impact-stat:last-child { border-bottom: 0; }
  .impact-stat dd { font-size: clamp(6rem, 19vw, 11rem); }

  .platform-matrix { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .platform-card { min-height: 230px; }

  .recommendation-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .recommendation-card { min-height: 330px; }

  .accolades-cta { grid-template-columns: 1fr; }
  .accolades-cta__copy { position: static; }
  .accolades-cta__form { padding: 40px 0 0; border-left: 0; border-top: 1px solid rgba(78, 243, 255, 0.26); }
}

@media (max-width: 720px) {
  :root { --ac-shell: calc(100% - 36px); }

  .accolades-hero {
    min-height: max(690px, 100svh);
    align-items: center;
  }

  .accolades-hero__media {
    background:
      linear-gradient(90deg, rgba(2, 1, 11, 0.94), rgba(2, 1, 11, 0.58)),
      linear-gradient(0deg, #02010b, transparent 70%),
      url("images/hero_accolades.png") 62% center / cover no-repeat;
  }

  .accolades-hero__grid { background-size: 56px 56px; }
  .accolades-hero__content { padding: 130px 0 64px; }
  .accolades-hero h1 { font-size: clamp(3.25rem, 16vw, 5rem); line-height: 0.87; }
  .accolades-hero h1 br { display: none; }
  .accolades-hero__footer { margin-top: 50px; gap: 16px; }
  .accolades-hero__signal { width: 42vw; }
  .accolades-hero__scroll { font-size: 0.58rem; }

  .accolades-section { padding-block: 94px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 58px; }
  .section-heading h2 { font-size: clamp(3rem, 15vw, 5rem); }
  .section-index { grid-row: 1; }

  .impact-section { min-height: 0; }
  .impact-section .section-heading { display: block; }
  .impact-section .section-index { margin-top: 28px; }
  .impact-stat { min-height: 210px; padding: 34px 4px; }
  .impact-stat dd { font-size: clamp(5.2rem, 28vw, 7.3rem); }
  .impact-stat dt { max-width: 150px; font-size: 0.68rem; }

  .platform-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 18px;
  }

  .platform-card {
    min-height: 218px;
    padding: 22px;
  }

  .platform-name { font-size: clamp(1.2rem, 4.8vw, 1.55rem); }

  .recommendations { min-height: max(720px, 100svh); }
  .recommendations__inner { padding-block: 88px; }
  .recommendations__heading h2 { font-size: clamp(1.95rem, 9.4vw, 4.4rem); }
  .recommendation-showcase { grid-template-columns: 1fr; }
  .recommendation-card { min-height: 300px; }

  .accolades-shell--lower { padding-block: 88px; }
  .recommendation-panel { columns: 1; }

  .case-study-banner { min-height: 560px; margin-top: 100px; }
  .case-study-banner__body { padding: 36px 24px; }
  .case-study-banner h2 { font-size: clamp(4rem, 20vw, 6.5rem); }

  .accolades-cta { padding-top: 110px; gap: 46px; }
  .accolades-cta h2 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .accolades-cta__form { padding-top: 32px; }
}

@media (max-width: 420px) {
  :root { --ac-shell: calc(100% - 28px); }
  .accolades-hero h1 { font-size: clamp(3rem, 15.5vw, 4.1rem); }
  .accolades-hero__scroll { white-space: normal; }
  .platform-matrix { grid-template-columns: 1fr; }
  .platform-card { min-height: 190px; }
  .recommendation-card { min-height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  .accolades-page *,
  .accolades-page *::before,
  .accolades-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js-motion .section-heading,
  .js-motion .impact-stat,
  .js-motion .case-study-banner,
  .js-motion .accolades-cta > * {
    opacity: 1;
    transform: none;
  }
}
