.school-is-visual-demo .site-header,
.school-is-visual-demo .storefront-breadcrumb,
.school-is-visual-demo .entry-header,
.school-is-visual-demo .school-mobile-quick-nav,
.school-is-visual-demo .school-floating-inquiry,
.school-is-visual-demo .site-footer {
  display: none !important;
}

.school-is-visual-demo .site-content,
.school-is-visual-demo .col-full,
.school-is-visual-demo .content-area,
.school-is-visual-demo .site-main,
.school-is-visual-demo .hentry,
.school-is-visual-demo .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.school-is-visual-demo .col-full {
  max-width: none;
}

.school-is-visual-demo {
  --sv-paper: #f5f2eb;
  --sv-paper-light: #fffdf7;
  --sv-ink: #0f0f0e;
  --sv-blue: #1a4d8f;
  --sv-blue-light: #6fa8dc;
  --sv-red: #c0392b;
  --sv-gold: #b5862a;
  --sv-rule: rgba(15, 15, 14, 0.17);
  --sv-grid: rgba(26, 77, 143, 0.075);
  background: var(--sv-paper);
}

.science-demo,
.science-demo * {
  box-sizing: border-box;
}

.science-demo {
  min-height: 100vh;
  overflow: hidden;
  color: var(--sv-ink);
  background:
    linear-gradient(var(--sv-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--sv-grid) 1px, transparent 1px),
    var(--sv-paper);
  background-size: 40px 40px;
}

.science-demo button {
  font: inherit;
}

.science-demo-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 70px;
  align-items: end;
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  padding: 56px 0 34px;
  border-bottom: 1px solid var(--sv-rule);
}

.science-kicker,
.science-index,
.science-demo-controls,
.science-card-number,
.science-card-copy > span,
.science-stage-caption,
.science-demo-footer {
  font-family: "DM Mono", "Noto Sans SC", monospace;
  letter-spacing: 0;
}

.science-kicker,
.science-index {
  color: var(--sv-blue);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.science-demo-masthead h1 {
  margin: 12px 0 0;
  font-family: "Playfair Display", "Noto Serif SC", serif;
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.94;
  letter-spacing: 0;
}

.science-demo-intro {
  display: grid;
  gap: 22px;
}

.science-demo-intro p,
.science-hero-copy > p,
.science-section-heading > p {
  margin: 0;
  color: rgba(15, 15, 14, 0.66);
  font-size: 16px;
  line-height: 1.85;
}

.science-demo-controls {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  width: fit-content;
  border: 1px solid var(--sv-rule);
  background: rgba(255, 253, 247, 0.7);
}

.science-demo-controls button {
  min-width: 86px;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-right: 1px solid var(--sv-rule);
  border-radius: 0;
  background: transparent;
  color: var(--sv-ink);
  font-size: 12px;
  cursor: pointer;
}

.science-demo-controls button:last-child {
  border-right: 0;
}

.science-demo-controls button[aria-pressed="true"] {
  background: var(--sv-ink);
  color: var(--sv-paper-light);
}

.science-hero-lab {
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(620px, 1.28fr);
  gap: 52px;
  align-items: center;
  width: min(1440px, calc(100% - 64px));
  min-height: 760px;
  margin: 0 auto;
  padding: 58px 0 70px;
}

.science-hero-copy {
  position: relative;
  z-index: 4;
}

.science-hero-copy h2,
.science-section-heading h2 {
  margin: 18px 0 26px;
  font-family: "Playfair Display", "Noto Serif SC", serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  letter-spacing: 0;
}

.science-hero-copy dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 36px 0 0;
  border-top: 1px solid var(--sv-rule);
  border-left: 1px solid var(--sv-rule);
}

.science-hero-copy dl div {
  min-height: 82px;
  padding: 14px;
  border-right: 1px solid var(--sv-rule);
  border-bottom: 1px solid var(--sv-rule);
}

.science-hero-copy dt {
  color: var(--sv-blue);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.science-hero-copy dd {
  margin: 9px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.science-core-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1.32;
  isolation: isolate;
  border: 1px solid var(--sv-rule);
  background:
    linear-gradient(rgba(26, 77, 143, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 77, 143, 0.065) 1px, transparent 1px),
    rgba(255, 253, 247, 0.83);
  background-size: 34px 34px;
  box-shadow: 0 30px 80px rgba(36, 31, 23, 0.1);
  perspective: 1100px;
  transform-style: preserve-3d;
}

.science-grid-plane {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(26, 77, 143, 0.12);
  transform: rotateX(68deg) translateZ(-90px);
  transform-origin: center bottom;
  background:
    linear-gradient(rgba(26, 77, 143, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 77, 143, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.48;
}

.science-halo {
  position: absolute;
  border: 1px solid rgba(26, 77, 143, 0.17);
  border-radius: 50%;
  pointer-events: none;
}

.science-halo-a {
  inset: 16% 19%;
  transform: translateZ(-40px);
}

.science-halo-b {
  inset: 28% 31%;
  border-color: rgba(181, 134, 42, 0.24);
  transform: translateZ(18px);
}

.science-orbit {
  position: absolute;
  inset: 6% 4%;
  width: 92%;
  height: 88%;
  overflow: visible;
  fill: none;
  stroke: var(--sv-blue);
  stroke-width: 2;
  transform-origin: center;
  transform-style: preserve-3d;
}

.science-orbit-a {
  transform: rotateZ(5deg) rotateX(62deg) translateZ(30px);
}

.science-orbit-b {
  transform: rotateZ(65deg) rotateX(64deg) translateZ(12px);
}

.science-orbit-c {
  transform: rotateZ(124deg) rotateX(60deg) translateZ(-6px);
}

.orbit-particle {
  fill: var(--sv-blue);
  stroke: var(--sv-paper-light);
  stroke-width: 4;
}

.orbit-particle-gold {
  fill: var(--sv-gold);
}

.orbit-particle-red {
  fill: var(--sv-red);
}

.science-flask-3d {
  position: absolute;
  left: 31%;
  top: 20%;
  z-index: 5;
  width: 30%;
  height: 60%;
  transform-style: preserve-3d;
  filter: drop-shadow(0 24px 18px rgba(15, 15, 14, 0.15));
}

.flask-neck,
.chem-neck {
  position: absolute;
  left: 38%;
  top: 1%;
  width: 24%;
  height: 34%;
  border: 5px solid rgba(54, 73, 87, 0.64);
  border-top: 0;
  border-bottom: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.68), rgba(148, 202, 226, .12) 46%, rgba(255,255,255,.32));
  box-shadow: inset 8px 0 10px rgba(255,255,255,.55);
}

.flask-rim,
.chem-rim {
  position: absolute;
  left: 32%;
  top: 0;
  z-index: 4;
  width: 36%;
  height: 8%;
  border: 5px solid rgba(54, 73, 87, 0.72);
  border-radius: 50%;
  background: rgba(220, 240, 244, 0.42);
  box-shadow: inset 0 4px 7px rgba(255,255,255,.75);
}

.flask-body,
.chem-body {
  position: absolute;
  left: 7%;
  bottom: 3%;
  width: 86%;
  height: 72%;
  overflow: hidden;
  border: 5px solid rgba(54, 73, 87, 0.64);
  border-radius: 45% 45% 24% 24% / 68% 68% 24% 24%;
  background:
    linear-gradient(110deg, rgba(255,255,255,.72), transparent 26%),
    linear-gradient(90deg, rgba(178, 220, 235, .2), rgba(255,255,255,.48) 55%, rgba(139, 189, 210, .18));
  box-shadow:
    inset 14px 0 18px rgba(255,255,255,.5),
    inset -10px -10px 18px rgba(26,77,143,.09);
}

.flask-liquid,
.chem-liquid {
  position: absolute;
  left: -8%;
  bottom: -6%;
  width: 116%;
  height: 49%;
  border-radius: 48% 52% 15% 15% / 12% 12% 18% 18%;
  background:
    linear-gradient(180deg, rgba(255, 150, 128, .76), rgba(192, 57, 43, .94)),
    var(--sv-red);
  box-shadow: inset 0 10px 14px rgba(255, 220, 200, .34);
  transform-origin: center 80%;
}

.flask-bubble,
.chem-bubble {
  position: absolute;
  z-index: 4;
  border: 2px solid rgba(255,255,255,.8);
  border-radius: 50%;
  background: rgba(255, 183, 160, 0.38);
}

.bubble-one { left: 28%; bottom: 26%; width: 15px; height: 15px; }
.bubble-two { right: 26%; bottom: 16%; width: 10px; height: 10px; }
.bubble-three { left: 52%; bottom: 35%; width: 8px; height: 8px; }

.flask-glint {
  position: absolute;
  left: 24%;
  top: 34%;
  z-index: 6;
  width: 8%;
  height: 35%;
  border-radius: 50%;
  background: rgba(255,255,255,.75);
  filter: blur(1px);
  transform: rotate(17deg);
}

.science-thermometer {
  position: absolute;
  right: 17%;
  top: 17%;
  z-index: 6;
  width: 15%;
  height: 66%;
  filter: drop-shadow(0 18px 12px rgba(15,15,14,.13));
}

.thermo-stem {
  position: absolute;
  left: 38%;
  top: 4%;
  width: 22%;
  height: 72%;
  border: 4px solid #8c651e;
  border-radius: 18px;
  background: linear-gradient(90deg, #d9b04e, #f0d177 45%, #a9761d);
}

.thermo-stem i {
  position: absolute;
  left: 38%;
  bottom: 0;
  width: 24%;
  height: 48%;
  border-radius: 8px;
  background: var(--sv-red);
}

.thermo-bulb {
  position: absolute;
  left: 15%;
  bottom: 4%;
  width: 68%;
  aspect-ratio: 1;
  border: 5px solid #8c651e;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 28%, #f8dc85, #b5862a 70%);
}

.thermo-scale {
  position: absolute;
  left: 64%;
  top: 15%;
  display: grid;
  gap: 28px;
}

.thermo-scale i {
  display: block;
  width: 38px;
  height: 3px;
  border-radius: 4px;
  background: var(--sv-gold);
}

.thermo-scale i:nth-child(even) {
  width: 25px;
}

.science-core-nucleus {
  position: absolute;
  left: 49%;
  top: 47%;
  z-index: 8;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #7eb9e6, var(--sv-blue) 68%);
  box-shadow: 0 0 0 10px rgba(26,77,143,.08), 0 10px 18px rgba(15,15,14,.2);
}

.science-core-nucleus i,
.science-core-nucleus b {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.science-core-nucleus i {
  left: -34px;
  top: 38px;
  background: var(--sv-red);
}

.science-core-nucleus b {
  right: -48px;
  top: -29px;
  background: var(--sv-gold);
}

.science-stage-caption {
  position: absolute;
  right: 20px;
  bottom: 17px;
  display: grid;
  justify-items: end;
  gap: 3px;
  font-size: 10px;
}

.science-stage-caption span {
  color: var(--sv-red);
}

.science-stage-caption strong {
  font-weight: 500;
}

.science-category-study {
  padding: 80px max(32px, calc((100vw - 1440px) / 2)) 92px;
  border-top: 1px solid var(--sv-rule);
  background: rgba(255,253,247,.56);
}

.science-section-heading {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.72fr;
  gap: 38px;
  align-items: end;
  margin-bottom: 36px;
}

.science-section-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4.6vw, 66px);
}

.science-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--sv-rule);
  border-left: 1px solid var(--sv-rule);
}

.science-category-card {
  position: relative;
  min-width: 0;
  min-height: 510px;
  padding: 18px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid var(--sv-rule);
  border-bottom: 1px solid var(--sv-rule);
  outline: 0;
  background: rgba(245,242,235,.52);
  transition: background 240ms ease;
  perspective: 900px;
}

.science-category-card:is(:hover, :focus-visible, .is-active) {
  background: var(--sv-paper-light);
}

.science-card-number {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 6;
  color: var(--sv-red);
  font-size: 12px;
}

.science-card-visual {
  position: relative;
  height: 310px;
  margin: -18px -18px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--sv-rule);
  background:
    linear-gradient(rgba(26,77,143,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,77,143,.06) 1px, transparent 1px),
    rgba(255,253,247,.68);
  background-size: 26px 26px;
  transform-style: preserve-3d;
}

.science-card-visual::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 32px;
  height: 22px;
  border-radius: 50%;
  background: rgba(15,15,14,.12);
  filter: blur(12px);
  transform: rotateX(64deg);
}

.science-card-copy {
  padding: 26px 4px 4px;
}

.science-card-copy > span {
  color: var(--sv-blue);
  font-size: 10px;
  font-weight: 700;
}

.science-card-copy h3 {
  margin: 12px 0 9px;
  font-family: "Playfair Display", "Noto Serif SC", serif;
  font-size: 30px;
  line-height: 1;
}

.science-card-copy p {
  margin: 0;
  color: rgba(15,15,14,.62);
  font-size: 14px;
  line-height: 1.65;
}

.science-replay {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--sv-rule);
  border-radius: 50%;
  background: transparent;
  color: var(--sv-blue);
  cursor: pointer;
}

.physics-model,
.chemistry-model,
.biology-model,
.safety-model {
  position: absolute;
  inset: 15% 11% 10%;
  transform-style: preserve-3d;
}

.physics-base {
  position: absolute;
  left: 8%;
  right: 6%;
  bottom: 19%;
  height: 14px;
  border-radius: 7px;
  background: linear-gradient(#77736a, #292b2f);
  box-shadow: 0 9px 10px rgba(15,15,14,.15);
  transform: rotateX(58deg) translateZ(4px);
}

.physics-post {
  position: absolute;
  bottom: 22%;
  width: 13px;
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(90deg, #a7a398, #3d3c39 75%);
}

.post-left { left: 17%; height: 36%; }
.post-right { right: 15%; height: 63%; }

.physics-track {
  position: absolute;
  left: 18%;
  top: 45%;
  width: 69%;
  height: 13px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f06451, var(--sv-red));
  box-shadow: 0 5px 0 #8e271d, 0 10px 12px rgba(15,15,14,.12);
  transform: rotate(-27deg);
  transform-origin: center;
}

.physics-scale {
  position: absolute;
  right: 9%;
  top: 17%;
  width: 17px;
  height: 59%;
  border-radius: 4px;
  background:
    repeating-linear-gradient(180deg, transparent 0 10px, rgba(15,15,14,.65) 11px 13px),
    linear-gradient(90deg, #ebcf82, var(--sv-gold));
}

.physics-ball {
  position: absolute;
  left: 26%;
  top: 54%;
  z-index: 5;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 24%, #ea7565, var(--sv-red) 68%);
  box-shadow: 0 9px 10px rgba(15,15,14,.2);
}

.physics-shadow,
.chem-shadow,
.safety-shadow {
  position: absolute;
  left: 17%;
  right: 12%;
  bottom: 11%;
  height: 18px;
  border-radius: 50%;
  background: rgba(15,15,14,.16);
  filter: blur(9px);
}

.chemistry-model {
  inset: 10% 20% 8%;
}

.chemistry-model .chem-neck {
  left: 39%;
  width: 22%;
  height: 35%;
}

.chemistry-model .chem-rim {
  left: 33%;
  width: 34%;
  height: 9%;
}

.chemistry-model .chem-body {
  left: 8%;
  width: 84%;
  height: 69%;
}

.chemistry-model .chem-liquid {
  height: 43%;
}

.chem-bubble.bubble-a { left: 32%; bottom: 26%; width: 12px; height: 12px; }
.chem-bubble.bubble-b { right: 29%; bottom: 15%; width: 8px; height: 8px; }
.chem-bubble.bubble-c { left: 52%; bottom: 35%; width: 6px; height: 6px; }

.chem-molecule {
  position: absolute;
  z-index: 8;
  width: 18px;
  height: 18px;
  border: 3px solid var(--sv-paper-light);
  border-radius: 50%;
  box-shadow: 0 5px 8px rgba(15,15,14,.17);
}

.molecule-a {
  left: -4%;
  top: 40%;
  background: var(--sv-blue);
}

.molecule-b {
  right: -7%;
  top: 28%;
  width: 14px;
  height: 14px;
  background: var(--sv-gold);
}

.biology-model {
  inset: 9% 8% 8%;
}

.micro-base {
  position: absolute;
  left: 4%;
  bottom: 16%;
  width: 54%;
  height: 16%;
  border: 4px solid #3a3b3a;
  border-radius: 50% 18% 22% 38%;
  background: linear-gradient(160deg, #fffdf7, #c9c5b9);
  box-shadow: 0 13px 12px rgba(15,15,14,.16);
}

.micro-arm {
  position: absolute;
  left: 15%;
  top: 8%;
  width: 31%;
  height: 58%;
  border: 17px solid #494944;
  border-right-width: 10px;
  border-bottom: 0;
  border-radius: 65% 56% 0 0;
  transform: rotate(-14deg);
}

.micro-lens {
  position: absolute;
  left: 31%;
  top: 38%;
  width: 18%;
  height: 26%;
  border: 4px solid #282a2c;
  border-radius: 8px 8px 16px 16px;
  background: linear-gradient(90deg, #d7d4ca, #575852);
  transform: rotate(12deg);
}

.micro-stage {
  position: absolute;
  left: 19%;
  top: 59%;
  width: 37%;
  height: 10px;
  border-radius: 5px;
  background: var(--sv-blue);
  box-shadow: 0 6px 0 #123766;
}

.micro-light {
  position: absolute;
  left: 29%;
  bottom: 28%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, #fffce5 0 22%, #e5b84b 30%, transparent 68%);
  opacity: .5;
}

.petri {
  position: absolute;
  right: 2%;
  bottom: 13%;
  width: 45%;
  aspect-ratio: 1.55;
  border: 5px solid rgba(60,91,112,.62);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(205,234,240,.65), rgba(255,255,255,.22));
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.28), 0 13px 12px rgba(15,15,14,.12);
  transform: rotateX(54deg) rotateZ(-7deg);
}

.cell {
  position: absolute;
  width: 22px;
  height: 18px;
  border: 3px solid rgba(255,255,255,.75);
  border-radius: 48% 52% 45% 55%;
  background: var(--sv-red);
}

.cell-a { left: 23%; top: 35%; }
.cell-b { right: 22%; top: 43%; width: 16px; height: 16px; background: var(--sv-blue); }
.cell-c { left: 48%; bottom: 18%; width: 13px; height: 13px; background: var(--sv-gold); }

.dna {
  position: absolute;
  right: 8%;
  top: 5%;
  width: 26%;
  height: 45%;
  transform: rotate(15deg);
}

.dna::before,
.dna::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  border: 3px solid var(--sv-blue);
  border-top: 0;
  border-bottom: 0;
  border-radius: 50%;
}

.dna::before { left: 18%; }
.dna::after { right: 18%; }

.dna i {
  position: absolute;
  left: 21%;
  width: 58%;
  height: 3px;
  background: var(--sv-red);
}

.dna i:nth-child(1) { top: 10%; transform: rotate(18deg); }
.dna i:nth-child(2) { top: 28%; transform: rotate(-18deg); }
.dna i:nth-child(3) { top: 46%; transform: rotate(18deg); }
.dna i:nth-child(4) { top: 64%; transform: rotate(-18deg); }
.dna i:nth-child(5) { top: 82%; transform: rotate(18deg); }

.safety-model {
  inset: 10% 9% 8%;
}

.safety-shield {
  position: absolute;
  left: 28%;
  top: 2%;
  width: 48%;
  height: 68%;
  overflow: hidden;
  clip-path: polygon(50% 0, 92% 16%, 88% 61%, 50% 100%, 12% 61%, 8% 16%);
  background:
    linear-gradient(120deg, rgba(255,255,255,.78), transparent 32%),
    linear-gradient(160deg, rgba(178,220,235,.42), rgba(255,255,255,.2));
  border: 1px solid transparent;
  filter: drop-shadow(0 12px 11px rgba(15,15,14,.15));
}

.safety-shield::before {
  content: "";
  position: absolute;
  inset: 5px;
  clip-path: inherit;
  border: 5px solid rgba(54,73,87,.7);
}

.safety-shield i {
  position: absolute;
  left: 24%;
  top: 20%;
  width: 18%;
  height: 64%;
  border-radius: 50%;
  background: rgba(255,255,255,.6);
  transform: rotate(18deg);
}

.safety-goggles {
  position: absolute;
  left: 5%;
  bottom: 17%;
  z-index: 5;
  width: 72%;
  height: 32%;
  border: 6px solid #33383a;
  border-radius: 42% 42% 48% 48%;
  background: linear-gradient(110deg, rgba(255,255,255,.72), rgba(133,197,219,.24));
  box-shadow: 0 12px 14px rgba(15,15,14,.13);
  transform: rotate(-6deg);
}

.safety-goggles::before,
.safety-goggles::after {
  content: "";
  position: absolute;
  top: 14%;
  width: 39%;
  height: 67%;
  border: 3px solid rgba(26,77,143,.48);
  border-radius: 50%;
}

.safety-goggles::before { left: 6%; }
.safety-goggles::after { right: 6%; }

.safety-goggles i {
  position: absolute;
  left: 44%;
  top: 39%;
  width: 12%;
  height: 5px;
  background: #33383a;
}

.safety-glove {
  position: absolute;
  right: 0;
  bottom: 12%;
  width: 34%;
  height: 39%;
  border-radius: 48% 48% 34% 38%;
  background: linear-gradient(145deg, #78a9dc, var(--sv-blue));
  box-shadow: 0 12px 13px rgba(15,15,14,.16);
  transform: rotate(17deg);
}

.safety-glove::before {
  content: "";
  position: absolute;
  left: -11%;
  top: 16%;
  width: 32%;
  height: 44%;
  border-radius: 50%;
  background: var(--sv-blue);
  transform: rotate(-25deg);
}

.safety-scan {
  position: absolute;
  left: 27%;
  top: 8%;
  z-index: 8;
  width: 52%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--sv-gold), transparent);
  box-shadow: 0 0 10px rgba(181,134,42,.65);
  opacity: 0;
}

.science-demo-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px max(32px, calc((100vw - 1440px) / 2));
  border-top: 1px solid var(--sv-rule);
  background: var(--sv-ink);
  color: var(--sv-paper);
  font-size: 11px;
  text-transform: uppercase;
}

.science-demo-footer p {
  margin: 0;
  color: rgba(245,242,235,.66);
}

@media (max-width: 1120px) {
  .science-demo-masthead,
  .science-hero-lab {
    width: min(100% - 40px, 960px);
  }

  .science-hero-lab {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .science-core-stage {
    max-width: 820px;
    margin: 0 auto;
  }

  .science-section-heading {
    grid-template-columns: .4fr 1fr;
  }

  .science-section-heading > p {
    grid-column: 2;
  }

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

@media (max-width: 700px) {
  .science-demo {
    background-size: 28px 28px;
  }

  .science-demo-masthead {
    grid-template-columns: 1fr;
    gap: 26px;
    width: calc(100% - 30px);
    padding-top: 34px;
  }

  .science-demo-masthead h1 {
    font-size: clamp(42px, 14vw, 64px);
  }

  .science-demo-controls {
    width: 100%;
  }

  .science-demo-controls button {
    min-width: 0;
    padding: 0 8px;
  }

  .science-hero-lab {
    width: calc(100% - 30px);
    gap: 36px;
    padding: 46px 0 54px;
  }

  .science-hero-copy h2 {
    font-size: 42px;
  }

  .science-hero-copy dl {
    grid-template-columns: 1fr;
  }

  .science-hero-copy dl div {
    min-height: 62px;
  }

  .science-core-stage {
    aspect-ratio: .92;
  }

  .science-orbit {
    inset: 14% -14%;
    width: 128%;
    height: 72%;
  }

  .science-flask-3d {
    left: 20%;
    top: 25%;
    width: 42%;
    height: 54%;
  }

  .science-thermometer {
    right: 9%;
    top: 23%;
    width: 20%;
    height: 58%;
  }

  .thermo-scale {
    gap: 22px;
  }

  .thermo-scale i {
    width: 25px;
  }

  .science-core-nucleus {
    left: 47%;
    top: 49%;
  }

  .science-category-study {
    padding: 56px 15px 62px;
  }

  .science-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .science-section-heading > p {
    grid-column: auto;
  }

  .science-category-grid {
    grid-template-columns: 1fr;
  }

  .science-category-card {
    min-height: 480px;
  }

  .science-card-visual {
    height: 290px;
  }

  .science-demo-footer {
    display: grid;
    padding: 24px 15px;
  }
}

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