.temperature-operations-page {
  color: var(--white);
  background: #08090e;
}

.temperature-operations-page main {
  overflow: hidden;
}

.temperature-hero,
.operational-proof-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.temperature-hero {
  --photo-position: center center;
  --photo-size: cover;
  --hero-left-shade: rgba(8, 9, 14, 0.96);
  --hero-mid-shade: rgba(8, 9, 14, 0.72);
  --hero-clear-shade: rgba(8, 9, 14, 0.28);
  --hero-right-shade: rgba(8, 9, 14, 0.44);
  min-height: 100vh;
  padding: 118px 0 58px;
  background: var(--black-sky);
}

.temperature-photo,
.temperature-system-grid,
.temperature-hero::after,
.operational-proof-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.temperature-photo {
  z-index: -4;
  background:
    radial-gradient(circle at 63% 56%, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.026) 20%, transparent 38%),
    radial-gradient(circle at 68% 58%, rgba(202, 239, 86, 0.08), transparent 30%),
    radial-gradient(circle at 72% 22%, rgba(37, 63, 246, 0.14), transparent 32%),
    radial-gradient(ellipse at center, transparent 45%, rgba(5, 6, 11, 0.28) 100%),
    linear-gradient(90deg, var(--hero-left-shade) 0%, var(--hero-mid-shade) 28%, var(--hero-clear-shade) 58%, var(--hero-right-shade) 100%),
    linear-gradient(180deg, rgba(8, 9, 14, 0.08) 0%, rgba(8, 9, 14, 0.52) 100%),
    url("assets/photos/temperature-controlled/warehouse-panorama-editorial.jpg") var(--photo-position) / var(--photo-size) no-repeat;
  filter: saturate(0.98) contrast(1.06) brightness(1.01);
}

.temperature-system-grid {
  z-index: -3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, black 0%, black 62%, transparent 94%);
  opacity: 0.46;
}

.temperature-hero::after {
  z-index: -2;
  background:
    radial-gradient(circle at 23% 80%, rgba(202, 239, 86, 0.08), transparent 28%),
    radial-gradient(circle at 77% 24%, rgba(37, 63, 246, 0.16), transparent 34%);
}

.temperature-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.56fr);
  gap: clamp(44px, 6vw, 94px);
  align-items: end;
  min-height: calc(100vh - 176px);
}

.temperature-hero-copy {
  position: relative;
  z-index: 1;
}

.concept-marker {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.temperature-hero-copy h1 {
  max-width: 940px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-primary);
  font-size: clamp(4rem, 7.25vw, 7.15rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.temperature-hero-copy p:not(.eyebrow):not(.concept-marker) {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.55;
}

.release-standard-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 410px);
  justify-self: end;
  align-self: end;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(37, 63, 246, 0.2), rgba(19, 19, 21, 0.6)),
    rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(116, 152, 253, 0.28);
  border-radius: 8px;
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.authorization-panel {
  background:
    radial-gradient(circle at 82% 8%, rgba(202, 239, 86, 0.13), transparent 26%),
    linear-gradient(180deg, rgba(37, 63, 246, 0.2), rgba(8, 9, 14, 0.68)),
    rgba(10, 12, 18, 0.58);
  border-color: rgba(202, 239, 86, 0.2);
}

.authorization-panel > * {
  position: relative;
  z-index: 1;
}

.authorization-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.authorization-header span,
.release-gate-core span,
.decision-state span,
.authorization-statement span,
.decision-approval span {
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 880;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.authorization-header b {
  flex: 0 0 auto;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(202, 239, 86, 0.18);
}

.authorization-statement,
.release-gate-core,
.decision-state {
  margin-top: 24px;
}

.authorization-statement strong,
.release-gate-core strong,
.decision-state strong {
  display: block;
  margin-top: 9px;
  color: var(--white);
  font-family: var(--font-primary);
  font-size: clamp(1.95rem, 2.4vw, 2.55rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.authorization-evidence-list {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.authorization-evidence-list div {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 0 12px 0 10px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.authorization-evidence-list i {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.authorization-evidence-list span {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 820;
}

.authorization-evidence-list em {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.authorization-footer,
.decision-approval {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.authorization-footer span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.3;
}

.authorization-footer b,
.decision-approval b {
  width: 100%;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  padding: 12px 16px;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.authorization-panel-gate .release-gate-core {
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(37, 63, 246, 0.24), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(116, 152, 253, 0.28);
  border-radius: 8px;
}

.release-gate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}

.release-gate-grid div {
  min-height: 82px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}

.release-gate-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.release-gate-grid b {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-primary);
  font-size: 1.08rem;
  line-height: 1;
}

.authorization-panel-gate .authorization-footer b {
  width: max-content;
  min-width: 140px;
  justify-self: end;
}

.decision-state {
  min-height: 158px;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 20%, rgba(202, 239, 86, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(202, 239, 86, 0.2);
  border-radius: 8px;
}

.decision-chain {
  display: grid;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  overflow: hidden;
}

.decision-chain span {
  position: relative;
  padding: 13px 16px 13px 38px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
  font-weight: 820;
}

.decision-chain span:last-child {
  border-bottom: 0;
}

.decision-chain span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 8px;
  height: 8px;
  background: var(--lime);
  border-radius: 999px;
  transform: translateY(-50%);
  box-shadow: 0 0 18px rgba(202, 239, 86, 0.48);
}

.decision-approval {
  margin-top: 16px;
}

.hero-option-scale {
  --photo-position: center center;
}

.hero-option-field {
  --photo-position: right center;
  --photo-size: contain;
  --hero-left-shade: rgba(8, 9, 14, 0.98);
  --hero-mid-shade: rgba(8, 9, 14, 0.72);
  --hero-clear-shade: rgba(8, 9, 14, 0.12);
  --hero-right-shade: rgba(8, 9, 14, 0.2);
}

.hero-option-field .temperature-hero-layout {
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 0.46fr);
  align-items: center;
}

.hero-option-field .temperature-hero-copy {
  align-self: start;
  padding-top: clamp(60px, 9vh, 108px);
}

.hero-option-field .release-standard-panel {
  align-self: end;
  margin-bottom: clamp(24px, 7vh, 82px);
}

.hero-option-cover {
  --photo-position: center center;
  --hero-left-shade: rgba(8, 9, 14, 0.88);
  --hero-mid-shade: rgba(8, 9, 14, 0.54);
  --hero-clear-shade: rgba(8, 9, 14, 0.22);
  --hero-right-shade: rgba(8, 9, 14, 0.36);
}

.hero-option-cover .temperature-hero-layout {
  position: relative;
  display: block;
}

.hero-option-cover .temperature-hero-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: min(980px, 66vw);
}

.hero-option-cover .release-standard-panel {
  position: absolute;
  top: clamp(118px, 18vh, 190px);
  right: 0;
  width: min(420px, 32vw);
}

.release-standard-panel::before {
  content: "";
  position: absolute;
  inset: 16px;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.32;
}

.release-panel-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding-bottom: 15px;
  color: var(--lime);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.7rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.release-panel-header b {
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  padding: 7px 11px;
}

.release-standard-list {
  position: relative;
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.release-standard-list span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  font-weight: 820;
}

.release-standard-list span::after {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(202, 239, 86, 0.5);
}

.operational-proof-section {
  padding: 94px 0 108px;
  background: #08090e;
}

.operational-proof-section::before {
  z-index: -2;
  background:
    radial-gradient(circle at 76% 18%, rgba(37, 63, 246, 0.2), transparent 32%),
    radial-gradient(circle at 18% 76%, rgba(202, 239, 86, 0.07), transparent 30%),
    linear-gradient(180deg, #08090e 0%, #111217 100%);
}

.operational-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1fr);
  gap: clamp(40px, 6vw, 86px);
  align-items: center;
}

.proof-copy h2 {
  max-width: 820px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-primary);
  font-size: clamp(2.85rem, 5.1vw, 5.8rem);
  line-height: 0.93;
  letter-spacing: 0;
}

.proof-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.55;
}

.proof-evidence-system {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 22px;
  background:
    radial-gradient(circle at 70% 20%, rgba(202, 239, 86, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(37, 63, 246, 0.2), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(116, 152, 253, 0.3);
  border-radius: 8px;
}

.proof-evidence-system::before {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(202, 239, 86, 0.15);
  border-radius: 6px;
}

.proof-evidence-system article {
  position: relative;
  z-index: 1;
  min-height: 164px;
  padding: 18px;
  background: rgba(19, 19, 21, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

.proof-evidence-system article:first-child,
.proof-evidence-system article:last-child {
  border-color: rgba(202, 239, 86, 0.3);
}

.proof-evidence-system span {
  display: block;
  color: var(--lime);
  font-family: var(--font-primary);
  font-size: 1.48rem;
  font-weight: 860;
  line-height: 1;
}

.proof-evidence-system strong {
  display: block;
  max-width: 250px;
  margin-top: 28px;
  color: var(--white);
  font-family: var(--font-primary);
  font-size: 1.5rem;
  line-height: 1.04;
}

.proof-evidence-system p {
  max-width: 275px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.94rem;
  line-height: 1.42;
}

.proof-photo-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr 0.85fr;
  gap: 10px;
  margin-top: 58px;
}

.proof-photo-grid figure {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: var(--black-sky);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.proof-photo-grid img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.proof-photo-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 28%, rgba(8, 9, 14, 0.78) 100%),
    radial-gradient(circle at 72% 18%, rgba(37, 63, 246, 0.15), transparent 34%);
  pointer-events: none;
}

.proof-photo-grid figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  left: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.35;
}

.proof-photo-grid figcaption span {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-family: var(--font-primary);
  font-size: 1.2rem;
  font-weight: 860;
  line-height: 1;
}

.act-two-release-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 124px;
  padding: 58px 0 64px;
  background:
    radial-gradient(circle at 78% 14%, rgba(37, 63, 246, 0.18), transparent 34%),
    radial-gradient(circle at 12% 82%, rgba(202, 239, 86, 0.07), transparent 30%),
    linear-gradient(180deg, #08090e 0%, #0d0f18 100%);
  isolation: isolate;
}

.act-two-release-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at 56% 34%, black 0%, transparent 72%);
  opacity: 0.38;
}

.act-two-release-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.52fr);
  gap: 12px clamp(26px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 54px);
}

.act-two-release-intro .eyebrow {
  grid-column: 1 / -1;
}

.act-two-release-intro h2 {
  grid-column: 1;
  grid-row: 2;
}

.act-two-release-intro > p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
}

.act-two-release-intro h2,
.release-concept-heading h3,
.release-question-copy h4,
.mission-question h4,
.dossier-question h4 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-primary);
  letter-spacing: 0;
}

.act-two-release-intro h2 {
  max-width: 760px;
  font-size: clamp(2.2rem, 3.95vw, 4.35rem);
  line-height: 0.94;
}

.act-two-release-intro > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.46;
}

.release-framework-method {
  display: flex;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(32px, 4.4vw, 58px);
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.release-framework-method p,
.release-framework-method strong {
  margin: 0;
}

.release-framework-method p {
  flex: 0 0 auto;
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 880;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.release-framework-method strong {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.98rem, 1.18vw, 1.16rem);
  font-weight: 760;
  line-height: 1.38;
}

.release-concept-stack {
  display: grid;
  gap: clamp(42px, 5vw, 68px);
}

.release-concept {
  position: relative;
  display: grid;
  gap: 18px;
  padding-top: clamp(18px, 2.5vw, 28px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.release-concept::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(360px, 36vw);
  height: 1px;
  background: linear-gradient(90deg, var(--lime), rgba(37, 63, 246, 0.5), transparent);
}

.release-concept-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(280px, 0.38fr);
  gap: 8px clamp(22px, 4vw, 58px);
  align-items: end;
}

.release-concept-heading .concept-marker {
  margin: 0;
  color: rgba(202, 239, 86, 0.72);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.release-concept-heading .concept-marker {
  grid-column: 1 / -1;
}

.release-concept-heading h3 {
  grid-column: 1;
  grid-row: 2;
}

.release-concept-heading > p:not(.concept-marker) {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
}

.release-concept-heading h3 {
  max-width: 640px;
  font-size: clamp(1.42rem, 2.35vw, 2.68rem);
  line-height: 0.98;
}

.release-concept-heading > p:not(.concept-marker) {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
  line-height: 1.38;
}

.release-question-ledger,
.release-mission-board,
.release-evidence-dossier,
.execution-journey-rail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.release-question-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(116, 152, 253, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 12%, rgba(202, 239, 86, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(37, 63, 246, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.026);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.release-question-ledger li {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(150px, 0.82fr) minmax(142px, auto);
  gap: 0;
  min-height: 306px;
  padding: 0;
  background: rgba(8, 9, 14, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.release-question-ledger li:nth-child(even) {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.release-question-ledger li:nth-child(3n) {
  border-right: 0;
}

.release-question-ledger li:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.release-question-copy {
  display: grid;
  grid-row: 2;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-content: center;
  padding: 16px;
}

.release-question-copy span,
.mission-question span,
.dossier-question span {
  color: var(--lime);
  font-family: var(--font-primary);
  font-weight: 880;
  line-height: 0.9;
}

.release-question-copy span {
  font-size: clamp(1.22rem, 1.65vw, 1.9rem);
}

.release-question-copy h4 {
  max-width: 520px;
  font-size: clamp(0.95rem, 1.16vw, 1.2rem);
  line-height: 1.05;
}

.release-question-copy p {
  grid-column: 2;
  max-width: 460px;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.76rem;
  line-height: 1.28;
}

.release-question-ledger figure,
.release-mission-board figure,
.release-evidence-dossier figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.release-question-ledger figure {
  grid-row: 1;
  min-height: 150px;
  border-width: 0 0 1px;
  border-radius: 0;
}

.release-question-ledger figure::after,
.release-mission-board figure::after,
.release-evidence-dossier figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 24%, rgba(202, 239, 86, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(8, 9, 14, 0.04), rgba(8, 9, 14, 0.32));
}

.release-question-ledger img,
.release-mission-board img,
.release-evidence-dossier img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.06) brightness(0.88);
}

.execution-journey-system {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 38px);
  overflow: hidden;
  padding: clamp(16px, 1.8vw, 22px);
  background:
    radial-gradient(circle at 78% 16%, rgba(202, 239, 86, 0.08), transparent 28%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.15), rgba(255, 255, 255, 0.024)),
    rgba(255, 255, 255, 0.026);
  border: 1px solid rgba(116, 152, 253, 0.28);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.execution-journey-system::before {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
}

.execution-journey-rail {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: clamp(6px, 0.8vw, 10px) 0;
}

.execution-journey-rail::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 18px;
  width: 1px;
  background:
    linear-gradient(180deg, transparent, rgba(202, 239, 86, 0.46), rgba(116, 152, 253, 0.42), transparent);
}

.execution-journey-rail li {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 0;
  align-items: start;
  min-height: 76px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.execution-journey-rail li:first-child {
  padding-top: 0;
}

.execution-journey-rail li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.execution-journey-rail li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 12px;
  z-index: 2;
  width: 13px;
  height: 13px;
  background: var(--lime);
  border: 5px solid rgba(8, 9, 14, 0.86);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(202, 239, 86, 0.32);
}

.execution-journey-rail span {
  display: block;
  position: relative;
  z-index: 3;
  color: rgba(202, 239, 86, 0.86);
  font-family: var(--font-primary);
  font-size: 0.86rem;
  font-weight: 880;
  line-height: 1;
  text-align: center;
}

.execution-journey-rail h4 {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-primary);
  font-size: clamp(0.98rem, 1.22vw, 1.25rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.execution-journey-rail p {
  grid-column: 2;
  max-width: 460px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  line-height: 1.32;
}

.execution-evidence-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
  height: clamp(410px, 36vw, 500px);
  min-height: 0;
}

.execution-evidence-strip figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.execution-evidence-strip figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 38%, rgba(8, 9, 14, 0.76) 100%),
    radial-gradient(circle at 78% 18%, rgba(202, 239, 86, 0.065), transparent 32%);
}

.execution-evidence-strip img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.06) brightness(0.88);
}

.execution-photo-wide {
  grid-row: span 3;
}

.execution-evidence-strip figcaption {
  position: absolute;
  right: 14px;
  bottom: 13px;
  left: 14px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.7rem;
  font-weight: 860;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.execution-evidence-strip figure:hover {
  opacity: 0.94;
  transform: translateY(-2px);
}

.release-dossier-concept {
  gap: 22px;
}

.release-record-board {
  position: relative;
  overflow: hidden;
  padding: clamp(16px, 2vw, 24px);
  background:
    radial-gradient(circle at 86% 12%, rgba(202, 239, 86, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(37, 63, 246, 0.18), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.028);
  border: 1px solid rgba(116, 152, 253, 0.3);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.release-record-board::before {
  content: "";
  position: absolute;
  inset: 16px;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.34;
}

.release-dossier-system {
  padding: clamp(14px, 1.65vw, 20px);
}

.release-record-header,
.release-record-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.release-record-header {
  min-height: 48px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.release-record-header span,
.release-record-footer span {
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 880;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.release-record-header b {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.68rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.release-dossier-core {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(238px, 0.34fr) minmax(0, 1fr);
  overflow: hidden;
  margin-top: 16px;
  background: rgba(116, 152, 253, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.release-dossier-status {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 100%;
  padding: clamp(18px, 2vw, 24px);
  background:
    radial-gradient(circle at 50% 22%, rgba(202, 239, 86, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(15, 18, 30, 0.94), rgba(8, 9, 14, 0.86));
}

.release-dossier-status::before {
  content: "";
  position: absolute;
  top: clamp(18px, 2vw, 28px);
  left: clamp(18px, 2vw, 28px);
  width: 12px;
  height: 12px;
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 30px rgba(202, 239, 86, 0.4);
}

.release-dossier-status span {
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 880;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.release-dossier-status strong {
  display: block;
  max-width: 260px;
  margin-top: 10px;
  color: var(--white);
  font-family: var(--font-primary);
  font-size: clamp(1.5rem, 2.1vw, 2.16rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.release-evidence-dossier {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  background: rgba(116, 152, 253, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.release-dossier-system .release-evidence-dossier {
  margin-top: 0;
  background: rgba(255, 255, 255, 0.11);
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
}

.release-evidence-dossier li {
  position: relative;
  display: block;
  min-height: 154px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(15, 18, 30, 0.92), rgba(8, 9, 14, 0.82)),
    rgba(255, 255, 255, 0.025);
}

.release-evidence-dossier li::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 9px;
  height: 9px;
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(202, 239, 86, 0.34);
}

.release-evidence-dossier li::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.4), rgba(202, 239, 86, 0.2), transparent);
}

.dossier-question {
  display: block;
  min-height: 0;
  padding: clamp(14px, 1.45vw, 18px);
}

.dossier-question span {
  display: block;
  margin-bottom: clamp(18px, 1.9vw, 26px);
  color: rgba(202, 239, 86, 0.78);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dossier-question h4 {
  max-width: 320px;
  font-size: clamp(1rem, 1.26vw, 1.28rem);
  line-height: 1.05;
}

.dossier-question p {
  max-width: 310px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.32;
}

.release-record-footer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.release-record-footer span:last-child {
  color: rgba(255, 255, 255, 0.56);
}

.business-protection-section,
.executive-confidence-section {
  position: relative;
  overflow: hidden;
  background: #08090e;
  isolation: isolate;
}

.business-protection-section {
  padding: clamp(76px, 7vw, 112px) 0 clamp(36px, 4vw, 60px);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.business-protection-section::before,
.executive-confidence-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.business-protection-section::before {
  background:
    radial-gradient(circle at 78% 20%, rgba(37, 63, 246, 0.16), transparent 34%),
    radial-gradient(circle at 12% 86%, rgba(202, 239, 86, 0.055), transparent 30%),
    linear-gradient(180deg, #0d0f18 0%, #08090e 100%);
}

.business-protection-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(520px, 1fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: start;
}

.business-protection-copy h2,
.executive-confidence-layout h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-primary);
  letter-spacing: 0;
}

.business-protection-copy h2 {
  max-width: 760px;
  font-size: clamp(2.55rem, 4.35vw, 5rem);
  line-height: 0.94;
}

.business-protection-copy p:not(.eyebrow) {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 1.14vw, 1.12rem);
  line-height: 1.52;
}

.protected-outcomes-ledger {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(37, 63, 246, 0.13), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.024);
  border: 1px solid rgba(116, 152, 253, 0.24);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

.protected-outcomes-ledger::before {
  content: "";
  position: absolute;
  inset: 16px;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.34;
}

.outcome-ledger-header,
.protected-outcomes-ledger li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 56px minmax(190px, 0.42fr) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: baseline;
}

.outcome-ledger-header {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.outcome-ledger-header span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.68rem;
  font-weight: 880;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.outcome-ledger-header span:first-child {
  grid-column: 2;
}

.outcome-ledger-header span:last-child {
  grid-column: 3;
}

.protected-outcomes-ledger ol {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.protected-outcomes-ledger li {
  min-height: 88px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.protected-outcomes-ledger li:last-child {
  border-bottom: 0;
}

.protected-outcomes-ledger li span {
  color: rgba(202, 239, 86, 0.82);
  font-family: var(--font-primary);
  font-size: 0.94rem;
  font-weight: 880;
  line-height: 1;
}

.protected-outcomes-ledger li strong {
  color: var(--white);
  font-family: var(--font-primary);
  font-size: clamp(1.04rem, 1.28vw, 1.34rem);
  font-weight: 860;
  line-height: 1.04;
  letter-spacing: 0;
}

.protected-outcomes-ledger li p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  line-height: 1.4;
}

.executive-confidence-section {
  padding: clamp(64px, 5vw, 88px) 0 clamp(68px, 5.2vw, 94px);
  background:
    linear-gradient(180deg, #08090e 0, rgba(80, 80, 76, 0.54) 30px, rgba(210, 210, 204, 0.9) 92px, #f7f7f5 178px, #f7f7f5 100%),
    #f7f7f5;
  border-top: 0;
  color: #111217;
}

.executive-confidence-section::before {
  display: none;
}

.executive-confidence-layout {
  display: grid;
  justify-items: center;
  text-align: center;
}

.executive-confidence-layout h2 {
  max-width: 940px;
  font-size: clamp(3.1rem, 5.7vw, 6.9rem);
  line-height: 0.92;
  color: #111217;
}

.executive-confidence-layout p:not(.eyebrow) {
  max-width: 680px;
  margin: 34px 0 0;
  color: rgba(17, 18, 23, 0.7);
  font-size: clamp(1.05rem, 1.28vw, 1.22rem);
  line-height: 1.62;
}

.executive-confidence-layout .button {
  margin-top: 38px;
  color: #111217;
  background: rgba(17, 18, 23, 0.06);
  border-color: rgba(17, 18, 23, 0.18);
  box-shadow: none;
}

.executive-confidence-layout .button:hover {
  background: rgba(17, 18, 23, 0.1);
  border-color: rgba(17, 18, 23, 0.28);
}

.release-framework-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.4fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: start;
}

.release-framework-copy {
  position: sticky;
  top: 116px;
}

.release-framework-copy h2,
.release-framework-copy h3,
.release-module-title h4 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-primary);
  letter-spacing: 0;
}

.release-framework-copy h2 {
  font-size: clamp(2.95rem, 4.65vw, 5.15rem);
  line-height: 0.92;
}

.release-framework-copy h3 {
  max-width: 640px;
  margin-top: 18px;
  font-size: clamp(1.72rem, 2.25vw, 2.55rem);
  line-height: 1;
}

.release-framework-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.48;
}

.executive-release-board {
  position: relative;
  overflow: hidden;
  padding: 0 clamp(14px, 1.55vw, 22px) 0;
  background:
    radial-gradient(circle at 84% 12%, rgba(202, 239, 86, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(37, 63, 246, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.028);
  border: 1px solid rgba(116, 152, 253, 0.28);
  border-radius: 8px;
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.executive-release-board::before {
  content: "";
  position: absolute;
  inset: 16px;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.36;
}

.release-board-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.release-board-header span {
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 880;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.release-board-header b {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.release-verification-modules {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.release-module {
  display: grid;
  grid-template-columns: 54px minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: clamp(14px, 1.45vw, 22px);
  align-items: start;
  min-height: 92px;
  padding: clamp(14px, 1.5vw, 18px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.release-module:last-child {
  border-bottom: 0;
}

.release-index {
  color: var(--lime);
  font-family: var(--font-primary);
  font-size: clamp(1.58rem, 2vw, 2.35rem);
  font-weight: 880;
  line-height: 0.92;
}

.release-module-title h4 {
  font-size: clamp(1.2rem, 1.42vw, 1.52rem);
  line-height: 1.02;
}

.release-module-title p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.release-module ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px clamp(14px, 1.45vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.release-module ul li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.26;
}

.release-module ul li::before {
  content: "";
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(202, 239, 86, 0.42);
  transform: translateY(-50%);
}

.release-module:hover .release-module-title h4,
.release-module:hover ul li {
  color: var(--white);
}

.act-two-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.46fr);
  gap: clamp(40px, 7vw, 112px);
  align-items: end;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.act-two-heading h2,
.concept-intro h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-primary);
  letter-spacing: 0;
}

.act-two-heading h2 {
  font-size: clamp(4rem, 7.6vw, 8.1rem);
  line-height: 0.9;
}

.act-two-heading > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.45;
}

.before-release-concepts {
  display: grid;
  gap: 84px;
  margin-top: 76px;
}

.before-release-concept {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: start;
  padding-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.concept-intro {
  position: sticky;
  top: 116px;
}

.concept-intro h3 {
  font-size: clamp(2.7rem, 4.6vw, 5.3rem);
  line-height: 0.92;
}

.concept-intro > p:not(.concept-marker) {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1.02rem;
  line-height: 1.46;
}

.release-gates {
  margin: 0;
  padding: 0;
  list-style: none;
}

.release-gates li {
  position: relative;
}

.release-gates span {
  color: var(--lime);
  font-family: var(--font-primary);
  font-weight: 880;
  line-height: 1;
  letter-spacing: 0;
}

.release-gates strong {
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-primary);
  font-weight: 850;
  letter-spacing: 0;
}

.release-gates-ledger {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.release-gates-ledger li {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 26px;
  align-items: baseline;
  padding: 27px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.release-gates-ledger span {
  font-size: clamp(2.3rem, 3.7vw, 4.6rem);
}

.release-gates-ledger strong {
  max-width: 960px;
  font-size: clamp(1.75rem, 2.7vw, 3.25rem);
  line-height: 0.98;
}

.release-clearance-field {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  padding: 32px 0 0;
}

.release-clearance-field::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(202, 239, 86, 0.42), transparent);
}

.release-clearance-field::after {
  content: "";
  position: absolute;
  top: 114px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 152, 253, 0.44), rgba(202, 239, 86, 0.24), transparent);
}

.clearance-core {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: min(100%, 560px);
  padding: 28px 0;
  border-top: 2px solid rgba(202, 239, 86, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.clearance-core span,
.release-review-status span {
  display: block;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 880;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.clearance-core strong,
.release-review-status strong {
  display: block;
  max-width: 520px;
  margin-top: 18px;
  color: var(--white);
  font-family: var(--font-primary);
  font-size: clamp(1.9rem, 3vw, 3.15rem);
  line-height: 0.96;
}

.release-gates-field {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 36px;
}

.release-gates-field li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  min-height: 118px;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.release-gates-field span {
  font-size: 1.35rem;
}

.release-gates-field strong {
  font-size: clamp(1.25rem, 1.55vw, 1.7rem);
  line-height: 1.04;
}

.release-review-board {
  display: grid;
  grid-template-columns: minmax(270px, 0.44fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: stretch;
}

.release-review-status {
  position: relative;
  min-height: 100%;
  padding: 30px 0;
  border-top: 2px solid var(--lime);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.release-review-status::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--lime), rgba(37, 63, 246, 0.45), transparent);
}

.release-gates-board {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.release-gates-board li {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.release-gates-board span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  font-size: 0.94rem;
}

.release-gates-board strong {
  max-width: 760px;
  padding-top: 3px;
  font-size: clamp(1.35rem, 1.9vw, 2.2rem);
  line-height: 1.01;
}

@media (max-width: 920px) {
  .temperature-hero-layout,
  .operational-proof-layout,
	  .act-two-release-intro,
	  .release-concept-heading,
	  .business-protection-layout,
	  .act-two-heading,
	  .before-release-concept,
	  .release-review-board,
	  .release-framework-layout,
	  .execution-journey-system,
  .release-dossier-core {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .release-framework-copy {
    position: relative;
    top: auto;
  }

  .release-module {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .release-module ul {
    grid-column: 2;
    grid-template-columns: 1fr;
  }

  .release-framework-method {
    display: grid;
    align-items: start;
  }

  .release-question-ledger li,
  .release-evidence-dossier li {
    grid-template-columns: 1fr;
  }

  .release-question-ledger,
  .release-evidence-dossier {
    grid-template-columns: 1fr;
  }

  .act-two-release-intro .eyebrow,
  .act-two-release-intro h2,
  .act-two-release-intro > p:not(.eyebrow),
  .release-concept-heading .concept-marker,
  .release-concept-heading h3,
  .release-concept-heading > p:not(.concept-marker) {
    grid-column: auto;
    grid-row: auto;
  }

  .release-question-copy {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .release-question-copy p {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .release-question-ledger figure,
  .release-evidence-dossier figure {
    min-height: 220px;
  }

  .execution-journey-system {
    padding: 16px;
  }

  .execution-journey-rail::before {
    display: none;
  }

  .execution-journey-rail li {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-left: 0;
  }

  .execution-journey-rail li::before {
    display: none;
  }

  .execution-journey-rail span {
    text-align: left;
  }

  .execution-evidence-strip {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
    min-height: auto;
  }

  .execution-photo-wide {
    grid-row: auto;
  }

  .execution-evidence-strip figure {
    min-height: 180px;
  }

  .release-evidence-dossier {
    grid-template-columns: 1fr;
  }

  .release-dossier-system .release-evidence-dossier {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .release-dossier-status {
    min-height: 220px;
  }

	  .release-record-header,
	  .release-record-footer {
	    align-items: flex-start;
	    flex-direction: column;
	  }

	  .outcome-ledger-header {
	    display: none;
	  }

	  .protected-outcomes-ledger li {
	    grid-template-columns: 46px minmax(0, 1fr);
	  }

	  .protected-outcomes-ledger li p {
	    grid-column: 2;
	  }

	  .concept-intro {
	    position: relative;
	    top: auto;
	  }

  .release-gates-field {
    grid-template-columns: 1fr;
  }

  .hero-option-field .temperature-hero-copy {
    padding-top: 0;
  }

  .hero-option-field .release-standard-panel {
    margin-bottom: 0;
  }

  .hero-option-cover .temperature-hero-layout {
    display: grid;
  }

  .hero-option-cover .temperature-hero-copy,
  .hero-option-cover .release-standard-panel {
    position: relative;
    inset: auto;
    max-width: none;
  }

  .hero-option-cover .release-standard-panel {
    width: min(100%, 410px);
  }

  .release-standard-panel {
    justify-self: start;
  }

  .proof-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .temperature-hero {
    min-height: auto;
    padding: 112px 0 44px;
  }

  .temperature-photo {
    background-position: var(--photo-position);
    background-size: cover;
  }

  .temperature-hero-copy h1 {
    font-size: clamp(3.3rem, 14vw, 5.2rem);
  }

  .release-standard-panel {
    width: 100%;
  }

  .operational-proof-section {
    padding: 74px 0 84px;
  }

	  .act-two-release-section {
	    padding: 74px 0 86px;
	  }

	  .business-protection-section,
	  .executive-confidence-section {
	    padding: 74px 0 86px;
	  }

	  .proof-evidence-system,
	  .proof-photo-grid,
	  .release-module,
  .release-module ul {
    grid-template-columns: 1fr;
  }

  .release-module ul {
    grid-column: auto;
  }

  .release-board-header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }
}
