/* Image-led layout layered over the established G62 type and interface system. */
.hero.hero-immersive {
  padding: 0;
}
.hero-immersive .hero-canvas {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 48vw, 760px);
  margin: 0 20px;
  overflow: hidden;
  border-radius: 7px;
  background: #f1ece5;
}
.hero-immersive .hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.hero-immersive .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #f1ece5 0%,
    #f1ece5 18%,
    #f1ece5a6 37%,
    #f1ece500 56%
  );
}
.hero-immersive .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  max-width: none;
  transition: transform 1.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.hero-immersive .hero-copy {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-block: 80px;
}
.hero-immersive h1 {
  font-size: clamp(3.8rem, 5.5vw, 5.5rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  max-width: 680px;
}
.hero-immersive .hero-description {
  margin-top: 25px;
  max-width: 395px;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #53544c;
}
.hero-immersive .hero-footnote {
  font-size: 0.75rem;
}
.proof-strip {
  background: var(--paper);
  border-top: 0;
}
.proof-item,
.proof-item:first-child,
.proof-item:last-child {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-block: 30px;
}
.proof-number {
  font-size: 2.7rem;
  margin: 0;
  white-space: nowrap;
}
.proof-desc {
  font-size: 0.8125rem;
  max-width: 190px;
}
.product {
  padding: 86px 0 82px;
}
.product-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 37px;
}
.product-heading h2 {
  font-size: clamp(2.7rem, 4vw, 3.7rem);
}
.product-heading .section-lede {
  font-size: 1rem;
  max-width: 355px;
}
.product-stage {
  padding: 48px;
  border-radius: 7px;
  background: #323832;
  box-shadow: inset 0 1px 0 #ffffff20;
}
.demo {
  border-color: #ffffff46;
  box-shadow: 0 22px 54px #0000002e;
}
.product-caption {
  max-width: 100%;
}
.invention {
  padding: 52px 0 94px;
}
.invention-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr;
  align-items: center;
  gap: 74px;
}
.discovery-figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #f4efe5;
  border-radius: 7px;
}
.discovery-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  transition: transform 1.2s ease;
}
.discovery-figure figcaption {
  padding: 0 20px 17px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #65604f;
}
.invention-copy {
  min-width: 0;
}
.invention-copy h2 {
  font-size: clamp(2.6rem, 3.8vw, 3.6rem);
}
.invention-features {
  margin-top: 32px;
  display: grid;
  gap: 23px;
}
.invention-features article {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
}
.feature-index {
  color: #8e8877;
  font-size: 0.75rem;
  line-height: 1.7;
  padding-top: 3px;
  font-variant-numeric: tabular-nums;
}
.invention-features h3 {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 5px;
}
.invention-features p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  color: var(--muted);
}
.evidence {
  padding-block: 83px;
}
.evidence-grid {
  align-items: center;
}
.access-grid {
  padding-block: 78px;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .hero-canvas:hover .hero-image {
    transform: translate3d(-7px, -3px, 0) rotate(-0.35deg);
  }
  .discovery-figure:hover img {
    transform: translateY(-4px) scale(1.025);
  }
}
@media (max-width: 1100px) {
  .hero-immersive .hero-canvas {
    min-height: 590px;
    margin-inline: 16px;
  }
  .hero-immersive h1 {
    font-size: clamp(3.5rem, 5.8vw, 4.5rem);
    max-width: 550px;
  }
  .hero-immersive .hero-image {
    right: -65px;
  }
  .hero-immersive .hero-media::after {
    background: linear-gradient(
      90deg,
      #f1ece5 0%,
      #f1ece5 20%,
      #f1ece5d9 37%,
      #f1ece500 67%
    );
  }
  .proof-item,
  .proof-item:first-child,
  .proof-item:last-child {
    gap: 14px;
    padding-inline: 20px;
  }
  .proof-item:first-child {
    padding-left: 0;
  }
  .proof-item:last-child {
    padding-right: 0;
  }
  .proof-number {
    font-size: 2.4rem;
  }
  .proof-desc {
    font-size: 0.75rem;
  }
  .product-stage {
    padding: 30px;
  }
  .invention-grid {
    gap: 42px;
    grid-template-columns: 1.1fr 0.9fr;
  }
  .invention-copy h2 {
    font-size: 2.9rem;
  }
  .invention-features {
    gap: 20px;
  }
}
@media (max-width: 820px) {
  .hero-immersive .hero-canvas {
    min-height: 560px;
    margin-inline: 12px;
  }
  .hero-immersive .hero-copy {
    padding-block: 64px;
  }
  .hero-immersive h1 {
    font-size: clamp(3rem, 6.5vw, 3.7rem);
    max-width: 470px;
  }
  .hero-immersive .hero-description {
    max-width: 330px;
    font-size: 1rem;
  }
  .hero-immersive .hero-image {
    right: -100px;
  }
  .proof-item,
  .proof-item:first-child,
  .proof-item:last-child {
    display: block;
    padding-inline: 20px;
  }
  .proof-item:first-child {
    padding-left: 0;
  }
  .proof-item:last-child {
    padding-right: 0;
  }
  .proof-number {
    margin-bottom: 12px;
  }
  .product {
    padding-block: 68px;
  }
  .product-stage {
    padding: 24px;
  }
  .invention {
    padding: 8px 0 72px;
  }
  .invention-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .discovery-figure {
    max-width: 100%;
  }
  .invention-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 36px;
  }
  .invention-copy > .eyebrow {
    grid-column: 1 / -1;
    margin: 0;
  }
  .invention-copy h2 {
    font-size: 3rem;
  }
  .invention-features {
    margin: 0;
  }
  .evidence {
    padding-block: 68px;
  }
}
@media (max-width: 620px) {
  .hero.hero-immersive {
    padding: 0;
  }
  .hero-immersive .hero-canvas {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin: 0 10px;
    border-radius: 5px;
    background: #f1ece5;
  }
  .hero-immersive .hero-copy {
    width: calc(100% - 40px);
    padding: 88px 0 12px;
    min-height: 0;
    order: 0;
  }
  .js .hero-immersive .hero-copy {
    padding-top: 38px;
  }
  .hero-immersive .hero-media {
    position: relative;
    inset: auto;
    order: 1;
    z-index: 0;
    width: 100%;
    aspect-ratio: 1.05;
    margin-top: 0;
  }
  .hero-immersive .hero-image {
    width: 150%;
    max-width: none;
    height: auto;
    top: 0;
    right: 0;
  }
  .hero-immersive .hero-media::after {
    background: linear-gradient(180deg, #f1ece5 0%, #f1ece500 13%);
  }
  .hero-immersive h1 {
    font-size: clamp(2.55rem, 10.3vw, 3.7rem);
    line-height: 1.06;
    max-width: 100%;
    letter-spacing: -0.035em;
  }
  .hero-immersive .hero-description {
    font-size: 1rem;
    max-width: 380px;
    margin-top: 22px;
  }
  .hero-immersive .hero-actions {
    gap: 19px;
  }
  .hero-immersive .hero-actions .button {
    padding-inline: 14px;
  }
  .hero-immersive .hero-actions .text-link {
    font-size: 0.8125rem;
  }
  .hero-immersive .hero-footnote {
    margin-top: 18px;
    font-size: 0.75rem;
  }
  .proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .proof-item,
  .proof-item:first-child,
  .proof-item:last-child {
    display: block;
    border-bottom: 0;
    border-right: 1px solid var(--line);
    padding: 24px 12px;
  }
  .proof-item:first-child {
    padding-left: 0;
  }
  .proof-item:last-child {
    border-right: 0;
    padding-right: 0;
  }
  .proof-number {
    font-size: clamp(1.7rem, 7.7vw, 2.4rem);
    margin-bottom: 10px;
  }
  .proof-desc {
    font-size: 0.75rem;
    line-height: 1.6;
  }
  .product {
    padding: 56px 0 60px;
  }
  .product-heading {
    display: block;
    margin-bottom: 27px;
  }
  .product-heading h2 {
    font-size: clamp(2.35rem, 9.3vw, 3.15rem);
  }
  .product-heading .section-lede {
    margin-top: 18px;
    font-size: 1rem;
  }
  .product-stage {
    padding: 12px;
    border-radius: 5px;
  }
  .invention {
    padding: 0 0 60px;
  }
  .invention-grid {
    gap: 29px;
  }
  .invention-copy {
    display: block;
  }
  .invention-copy > .eyebrow {
    margin-bottom: 18px;
  }
  .invention-copy h2 {
    font-size: clamp(2.35rem, 9.3vw, 3.15rem);
  }
  .invention-features {
    margin-top: 26px;
    gap: 21px;
  }
  .discovery-figure figcaption {
    padding: 0 15px 13px;
  }
  .evidence {
    padding-block: 59px;
  }
  .access-grid {
    padding-block: 62px;
  }
}
