/* Homepage and H template finish. Motion and navigation keep their own modules. */
:root {
  --surface: #f7f8f8;
  --text-muted: #5c686f;
  --rule: #dce1e3;
  --content-gutter: clamp(24px, 6.5vw, 120px);
}
.site-navigation {
  background: #ffffffed;
}
.site-desktop {
  gap: 40px;
}
.site-brand {
  width: 130px;
}
.site-contact {
  border-color: #cdd4d8;
  border-radius: 2px;
}
.home-page,
.h-page {
  background: #fff;
}
.home-page .section-pad,
.h-page .section-pad {
  padding: clamp(64px, 7.2vw, 112px) var(--content-gutter);
}
.home-page h2,
.h-page h2 {
  font-weight: 450;
  letter-spacing: -0.035em;
}
.home-page .small-label,
.h-page .eyebrow {
  font-size: 12px;
  letter-spacing: 0.06em;
}
.detail-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  line-height: 1.6;
}
.detail-link:hover {
  color: var(--blue);
}
.pill-link,
.round-link {
  border-radius: 2px;
}

/* A stable opening canvas, with scale tailored to each product. */
.home-page .editorial-hero {
  height: calc(100svh - 76px);
  min-height: 640px;
  max-height: 900px;
}
.hero-slide-h {
  background: #eef1f2;
}
.hero-slide-d {
  background: #f0f0eb;
}
.hero-slide-k {
  background: #e9ede4;
}
.editorial-hero .hero-text {
  top: 50%;
  transform: translateY(-54%);
  width: 43%;
}
.editorial-hero .hero-text .small-label {
  color: #536770;
  letter-spacing: 0.08em;
  margin-bottom: 26px;
}
.hero-carousel .hero-heading {
  font-size: clamp(48px, 5.25vw, 78px);
  font-weight: 450;
  line-height: 1.24;
  letter-spacing: -0.05em;
}
.hero-carousel .hero-heading br {
  display: none;
}
.hero-carousel .hero-heading span {
  margin-top: 10px;
}
.hero-carousel .hero-introduction {
  max-width: 20em;
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.85;
}
.editorial-hero .hero-subline {
  margin-top: 28px;
}
.hero-carousel .hero-product-stage {
  inset: 3% 1% 12% 43%;
}
.hero-slide-h .hero-object {
  padding: 8px;
}
.hero-slide-d .hero-object {
  padding: 25px 35px;
}
.hero-slide-k .hero-object {
  padding: 40px;
}
.hero-carousel .hero-foot {
  bottom: 22px;
}
.hero-arrow {
  width: 40px;
  height: 48px;
  background: #ffffff91;
  border-color: #cbd4d880;
}
.hero-arrow-prev {
  left: 14px;
}
.hero-arrow-next {
  right: 14px;
}

/* Product shelf: product space and concise differences. */
.home-products .compact-heading {
  margin-bottom: 44px;
}
.home-products .compact-heading h2 {
  font-size: clamp(30px, 3vw, 44px);
}
.home-product-grid {
  gap: 24px;
}
.home-product-grid > a {
  background: var(--surface);
  padding: 22px 28px 30px;
}
.home-product-art {
  height: clamp(240px, 24vw, 350px);
  background: transparent;
  padding: 0 4px 15px;
}
.home-product-grid p {
  margin-top: 22px;
  font-size: 12px;
}
.home-product-grid h3 {
  margin: 12px 0 14px;
  font-size: 30px;
  font-weight: 450;
}
.home-product-grid small {
  font-size: 13px;
  line-height: 1.8;
}
.home-product-grid .home-product-d {
  background: #f3f3ee;
}
.home-product-grid .home-product-k {
  background: #ecf0e7;
}
.home-product-k .home-product-art {
  padding: 35px 6px 40px;
}
.home-product-grid a:hover h3 {
  color: var(--blue);
}

/* One technical explanation, then useful onward links. */
.home-technology {
  grid-template-columns: 1fr 1fr;
  gap: 52px 7%;
  background: #15252d;
  color: #f5f7f8;
}
.home-technology .small-label {
  color: #94bfce;
}
.home-technology h2 {
  font-size: clamp(29px, 3.1vw, 46px);
  line-height: 1.45;
  margin: 24px 0;
}
.home-technology p:not(.small-label) {
  color: #b6c5cd;
  max-width: 29em;
}
.home-technology .detail-link {
  color: #fff;
  margin-top: 28px;
}
.home-engineering-art {
  padding: 35px 20px 20px;
  background: #f0f2f3;
  color: #56656d;
}
.home-technology img {
  height: 255px;
}
.home-engineering-art figcaption {
  text-align: right;
  font-size: 11px;
  margin-top: 20px;
}
.home-technology-topics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.home-technology-topics a {
  position: relative;
  padding-top: 24px;
  border-top: 1px solid #52636b;
}
.home-technology-topics span {
  display: block;
  font-size: 20px;
}
.home-technology-topics small {
  display: block;
  font-size: 12px;
  color: #afc0c9;
  margin-top: 10px;
}
.home-technology-topics i {
  position: absolute;
  right: 0;
  top: 26px;
  font-style: normal;
  color: #94bfce;
}
.home-technology-topics a:hover span {
  color: #9dd3e6;
}

/* Company and news create a change of pace with factual material. */
.home-company {
  background: #fff;
  margin: 88px var(--content-gutter) 0;
  gap: 7%;
}
.home-company > img {
  height: 440px;
  object-fit: cover;
}
.home-company > div {
  padding: 20px 0;
}
.home-company h2 {
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.4;
  margin: 12px 0 24px;
}
.home-company p.company-vision-label {
  font-size: 12px;
  color: #6c797f;
  margin-top: 28px;
}
.home-company p:not(.small-label) {
  max-width: 30em;
}
.home-page .news {
  background: #fff;
}
.home-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}
.home-page .news-row {
  grid-template-columns: 140px 1fr;
  padding: 26px 0 0;
  align-items: start;
  gap: 24px;
  border-color: var(--rule);
}
.home-page .news-row h3 {
  font-size: 19px;
  line-height: 1.65;
  font-weight: 450;
  margin: 12px 0 18px;
}
.home-page .news-row img {
  height: auto;
}
.home-page .news-row time {
  font-size: 11px;
  letter-spacing: 0.05em;
}

/* H: identify the device, explain training, show use, deepen the engineering. */
.h-page .h-hero {
  background: #eff2f3;
  height: calc(100svh - 76px);
  min-height: 650px;
  max-height: 880px;
}
.h-page .product-hero-copy {
  top: 50%;
  transform: translateY(-52%);
  max-width: 43%;
}
.h-page .product-hero h1 {
  font-size: clamp(64px, 7.8vw, 116px);
  font-weight: 400;
  line-height: 1.1;
  margin-top: 22px;
}
.h-page .hero-description {
  font-size: clamp(20px, 2vw, 28px);
  color: #485a65;
  line-height: 1.7;
  margin-top: 28px;
}
.h-page .product-hero-art {
  inset: 3% 1% 7% 43%;
}
.h-page .product-hero-bottom {
  font-size: 11px;
  letter-spacing: 0.05em;
  border-top: 1px solid #d4dce0;
  padding-top: 18px;
}
.product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 32px;
}
.h-page .product-hero-actions .pill-link {
  margin: 0;
}
.h-page .product-subnav {
  top: 76px;
  background: #fffffff2;
  padding-block: 18px;
}
.h-page .product-subnav > div {
  font-size: 13px;
}
.h-page [id] {
  scroll-margin-top: 48px;
}
.h-page .h-overview {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--rule);
}
.h-overview > div + div {
  border-color: var(--rule);
}
.h-overview strong {
  font-weight: 450;
  font-size: clamp(21px, 2.2vw, 30px);
}
.h-page .editorial-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  column-gap: 7%;
}
.h-page .editorial-heading .eyebrow {
  grid-column: 1 / -1;
}
.h-page .editorial-heading h2 {
  margin: 18px 0 0;
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.4;
}
.h-page .editorial-heading > p:not(.eyebrow) {
  max-width: 24em;
  padding-bottom: 5px;
}
.h-page .training-layout {
  margin-top: 48px;
  gap: 7%;
  align-items: start;
}
.h-page .training-art {
  background: #f1f3f4;
  padding: 30px 15px 20px;
}
.h-page .training-art img {
  height: 345px;
}
.training-art figcaption {
  text-align: center;
  font-size: 11px;
  color: #687a84;
  padding-top: 20px;
}
.h-page .training-modes summary {
  padding: 22px 0;
  gap: 20px;
}
.training-modes summary .mode-name {
  color: var(--ink);
  font-size: 23px;
  font-weight: 450;
}
.mode-name small {
  display: block;
  color: #61717a;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}
.h-page .training-modes details p {
  font-size: 15px;
  color: var(--text-muted);
}
.h-page .training-modes details[open] {
  border-top-color: var(--blue);
}
.h-page .h-use-story {
  background: #f0f3f4;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 7%;
}
.h-use-story h2 {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.45;
}
.h-page .h-use-story p {
  color: var(--text-muted);
  font-size: 15px;
}
.h-page .h-use-story .quiet-note {
  font-size: 12px;
}
.h-use-story figcaption {
  color: #64717a;
  line-height: 1.8;
}
.h-page .h-engineering {
  background: #15252d;
  padding-block: 96px;
}
.h-engineering h2 {
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.45;
}
.h-engineering > img {
  background: #f0f2f3;
  padding: 30px;
}
.h-drive-principle {
  gap: 26px;
}
.h-detail-pair {
  gap: 7%;
}
.h-detail-pair article {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 24px;
  align-items: center;
}
.h-detail-pair figure {
  height: 255px;
  background: #f7f8f8;
  border: 0;
  margin: 0;
  padding: 12px;
}
.h-detail-pair img {
  max-height: 230px;
}
.h-detail-pair h3 {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 450;
}
.h-detail-pair p {
  font-size: 14px;
  color: var(--text-muted);
}
.h-page .product-specs {
  background: #fafbfb;
  border-color: var(--rule);
}
.h-page .product-specs > div p:not(.eyebrow) {
  max-width: 26em;
  color: var(--text-muted);
}
.h-page .product-specs dl {
  margin: 0;
}
.h-page .product-specs dl > div:first-child {
  padding-top: 0;
}
.h-page .product-specs dl > div {
  border-color: var(--rule);
}
.h-page .product-enquiry {
  background: #e9eff2;
}
.h-page .product-enquiry h2 {
  font-size: clamp(28px, 3vw, 40px);
}
.h-page .related {
  background: #fff;
}

/* Shared footer: navigation and one contact route. */
.contact.section-pad {
  background: #f3f5f6;
  padding: 58px var(--content-gutter) 22px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr 0.75fr 1.25fr;
  gap: 38px;
  margin-bottom: 54px;
}
.footer-brand img {
  width: 130px;
  height: auto;
}
.footer-brand p {
  margin: 22px 0 12px;
  font-size: 15px;
}
.footer-brand > span {
  color: #63717a;
  font-size: 12px;
  line-height: 1.9;
}
.footer-main h2 {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 24px;
  letter-spacing: 0;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 14px;
  font-size: 13px;
  color: #56666f;
}
.footer-links h2 {
  color: var(--ink);
  margin-bottom: 8px;
}
.footer-links a:hover,
.footer-contact a:hover {
  color: var(--blue);
}
.footer-contact > a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.7;
  border-bottom: 1px solid #b9c7cf;
  padding-bottom: 10px;
}
.footer-contact > a span {
  margin-left: 12px;
}
.footer-contact p {
  font-size: 12px;
  color: #63717a;
  margin-top: 18px;
  line-height: 1.9;
}
.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid #d2dade;
  font-size: 12px;
  color: #536670;
}
.contact .concept-notice {
  border: 0;
  margin-top: 16px;
  padding-top: 0;
  font-size: 11px;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .site-desktop {
    gap: 24px;
  }
  .home-product-grid > a {
    padding: 18px 22px 24px;
  }
  .home-news-grid {
    gap: 28px;
  }
  .home-page .news-row {
    grid-template-columns: 110px 1fr;
    gap: 18px;
  }
  .h-detail-pair article {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .h-detail-pair figure {
    height: 290px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 900px) {
  .home-page .section-pad,
  .h-page .section-pad {
    padding: 64px 24px;
  }
  .home-page .editorial-hero,
  .h-page .h-hero {
    height: calc(100svh - 72px);
  }
  .hero-arrow {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .home-technology {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .home-technology h2 {
    font-size: 36px;
  }
  .home-engineering-art {
    max-width: 680px;
    width: 100%;
  }
  .home-technology-topics {
    gap: 24px;
  }
  .home-company {
    margin: 64px 24px 0;
    gap: 32px;
  }
  .home-company > img {
    height: 380px;
  }
  .home-news-grid {
    grid-template-columns: 1fr;
  }
  .home-page .news-row {
    grid-template-columns: 160px 1fr;
  }
  .h-page .product-subnav {
    top: 72px;
    padding-inline: 24px;
  }
  .h-page .h-overview {
    padding-block: 32px;
  }
  .h-page .h-use-story {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .h-page .h-engineering {
    padding-block: 64px;
  }
  .h-page .training-layout {
    gap: 32px;
  }
  .h-page .training-art img {
    height: 300px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-contact {
    grid-column: 1 / -1;
  }
}
@media (max-width: 700px) {
  .site-brand {
    width: 120px;
  }
  .home-page .editorial-hero {
    min-height: 760px;
    max-height: none;
    height: calc(100svh - 72px);
  }
  .editorial-hero .hero-text {
    top: 36px;
    transform: none;
    width: auto;
    left: 24px;
    right: 24px;
  }
  .editorial-hero .hero-text .small-label {
    margin-bottom: 20px;
    font-size: 11px;
  }
  .hero-carousel .hero-heading {
    font-size: clamp(40px, 10.5vw, 58px);
  }
  .hero-carousel .hero-heading span {
    margin-top: 4px;
  }
  .hero-slide-d .hero-heading span {
    font-size: 0.62em;
    margin-top: 12px;
  }
  .hero-carousel .hero-introduction {
    font-size: 14px;
    max-width: 22em;
    margin-top: 18px;
  }
  .editorial-hero .hero-subline {
    margin-top: 20px;
    gap: 24px;
  }
  .editorial-hero .round-link {
    padding: 11px 16px;
    font-size: 13px;
  }
  .hero-secondary {
    font-size: 13px;
  }
  .hero-carousel .hero-product-stage {
    inset: 332px 0 75px;
  }
  .hero-slide-h .hero-object {
    padding: 0 8px;
  }
  .hero-slide-d .hero-object {
    padding: 0 24px;
  }
  .hero-slide-k .hero-object {
    padding: 20px 28px;
  }
  .hero-carousel .hero-foot {
    bottom: 18px;
  }
  .hero-arrow {
    top: auto;
    bottom: 175px;
    transform: none;
    width: 38px;
    height: 46px;
  }
  .hero-arrow-prev {
    left: 10px;
  }
  .hero-arrow-next {
    right: 10px;
  }
  .home-product-grid {
    gap: 16px;
  }
  .home-product-grid > a {
    grid-template-columns: 42% 1fr;
    padding: 20px 16px;
    gap: 0 16px;
    border: 0;
  }
  .home-product-art {
    height: 170px;
    padding: 0;
  }
  .home-product-k .home-product-art {
    padding: 20px 0;
  }
  .home-product-grid h3 {
    font-size: 24px;
    margin: 8px 0;
  }
  .home-product-grid p {
    font-size: 11px;
    margin-top: 20px;
  }
  .home-product-grid small {
    font-size: 12px;
  }
  .home-technology h2 {
    font-size: 28px;
  }
  .home-technology p:not(.small-label) {
    font-size: 15px;
  }
  .home-technology img {
    height: 155px;
  }
  .home-engineering-art {
    padding: 18px 12px 16px;
  }
  .home-technology-topics {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home-technology-topics a {
    padding-top: 18px;
  }
  .home-technology-topics span {
    font-size: 18px;
  }
  .home-technology-topics small {
    margin-top: 7px;
  }
  .home-technology-topics i {
    top: 20px;
  }
  .home-company {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-company > img {
    height: 280px;
  }
  .home-company > div {
    padding: 0;
  }
  .home-company h2 {
    font-size: 34px;
  }
  .home-page .news-row {
    grid-template-columns: 95px 1fr;
    gap: 18px;
  }
  .home-page .news-row h3 {
    font-size: 17px;
  }
  .h-page .h-hero {
    min-height: 780px;
    max-height: none;
  }
  .h-page .product-breadcrumb {
    left: 24px;
    top: 24px;
  }
  .h-page .product-hero-copy {
    top: 84px;
    left: 24px;
    right: 24px;
    transform: none;
    max-width: none;
  }
  .h-page .product-hero h1 {
    font-size: 66px;
    margin-top: 16px;
  }
  .h-page .hero-description {
    font-size: 20px;
    margin-top: 16px;
    line-height: 1.65;
  }
  .product-hero-actions {
    margin-top: 22px;
    gap: 18px;
  }
  .product-hero-actions .detail-link {
    font-size: 12px;
  }
  .h-page .product-hero-art {
    inset: 350px -3% 58px;
  }
  .h-page .product-hero-bottom {
    left: 24px;
    right: 24px;
    font-size: 9px;
  }
  .h-page .product-subnav {
    gap: 12px;
  }
  .h-page .product-subnav > div {
    font-size: 11px;
    gap: 12px;
  }
  .h-page .subnav-name {
    font-size: 15px;
  }
  .h-page .h-overview {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .h-overview > div {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0 12px;
    align-items: baseline;
  }
  .h-overview > div + div {
    border-left: 0;
    border-top: 1px solid var(--rule);
    padding: 20px 0 0;
  }
  .h-overview strong {
    font-size: 21px;
    margin: 0;
  }
  .h-overview p {
    grid-column: 2;
    font-size: 12px;
    margin-top: 8px;
  }
  .h-page .editorial-heading {
    display: block;
  }
  .h-page .editorial-heading h2 {
    font-size: 32px;
  }
  .h-page .editorial-heading > p:not(.eyebrow) {
    margin-top: 22px;
    font-size: 15px;
  }
  .h-page .training-layout {
    margin-top: 30px;
  }
  .h-page .training-art img {
    height: 245px;
  }
  .h-page .training-modes summary {
    padding-block: 20px;
  }
  .training-modes summary .mode-name {
    font-size: 21px;
  }
  .h-use-story h2 {
    font-size: 31px;
  }
  .h-engineering h2 {
    font-size: 32px;
  }
  .h-detail-pair {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .h-detail-pair article {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .h-detail-pair figure {
    height: 270px;
  }
  .h-page .product-specs h2 {
    font-size: 34px;
  }
  .contact.section-pad {
    padding: 44px 24px 24px;
  }
  .footer-main {
    gap: 36px 22px;
    margin-bottom: 34px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-brand img {
    width: 120px;
  }
  .footer-main h2 {
    font-size: 13px;
    margin-top: 0;
  }
  .footer-brand p {
    margin-top: 18px;
  }
  .footer-legal {
    flex-wrap: wrap;
    line-height: 1.8;
  }
}

.footer-contact > a {
  display: block;
  margin-bottom: 12px;
}

/* H and D use a whole-product orbit; K keeps its established close-up sequence. */
.h-sequence,
.d-sequence {
  height: 320vh;
}
.h-sequence .sequence-art,
.d-sequence .sequence-art {
  width: 68%;
  right: -1%;
  top: 2%;
  height: 92%;
}
.static-motion .h-sequence,
.static-motion .d-sequence {
  height: auto;
}
.static-motion .h-sequence .sequence-art,
.static-motion .d-sequence .sequence-art {
  position: relative;
  width: 100%;
  inset: auto;
  height: min(650px, 90vw);
}
.h-page .film-dialog video,
.d-page .film-dialog video {
  max-height: 72svh;
  object-fit: contain;
  background: #10171c;
}
.h-sequence .sequence-top > .small-label,
.d-sequence .sequence-top > .small-label,
.h-sequence .sequence-chapters .chapter-number,
.d-sequence .sequence-chapters .chapter-number {
  color: #77c0e0;
}
.h-sequence .sequence-track i,
.d-sequence .sequence-track i {
  background: #77c0e0;
}
@media (min-width: 701px) {
  html:not(.static-motion) .h-sequence .sequence-stage,
  html:not(.static-motion) .d-sequence .sequence-stage {
    top: 142px;
    height: calc(100svh - 142px);
    min-height: 0;
  }
}

.h-page #h-design {
  scroll-margin-top: 142px;
}

/* The global header recedes while reading; product navigation stays available. */
:root {
  --header-height: 76px;
  --header-visible-height: var(--header-height);
  --product-subnav-height: 66px;
}
html[data-header-hidden='true'] {
  --header-visible-height: 0px;
}
.site-navigation {
  transition: transform 260ms ease;
}
.site-navigation[data-scroll-hidden='true'] {
  transform: translateY(-100%);
  pointer-events: none;
}
.product-page .product-subnav {
  top: var(--header-visible-height);
  transition: top 260ms ease;
}
.hero-product-stage:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: -10px;
}
.hero-product-stage .hero-object {
  transition: transform 350ms ease;
}
@media (hover: hover) {
  .hero-product-stage:hover .hero-object {
    transform: scale(1.025);
  }
}
.footer-product span,
.footer-product small {
  display: block;
}
.footer-product span {
  color: var(--ink);
  font-weight: 500;
}
.footer-product small {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.7;
  color: var(--text-muted);
}
.footer-product:hover span,
.footer-product:hover small {
  color: var(--blue);
}
@media (min-width: 1101px) {
  .footer-main {
    grid-template-columns: 1.15fr 1fr 0.75fr 1.15fr;
  }
}
@media (max-width: 900px) {
  :root {
    --header-height: 72px;
  }
}
@media (min-width: 701px) {
  html:not(.static-motion) .product-page .sequence-stage {
    top: calc(var(--header-visible-height) + var(--product-subnav-height));
    height: calc(100svh - var(--header-visible-height) - var(--product-subnav-height));
    min-height: 0;
    transition:
      top 260ms ease,
      height 260ms ease;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-navigation,
  .product-page .product-subnav,
  .product-page .sequence-stage,
  .hero-product-stage .hero-object {
    transition: none;
  }
}

/* Compact navigation: six products read left to right, in three rows. */
.footer-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  align-items: start;
  gap: 18px 24px;
}
.footer-products > h2,
.footer-products > a:last-child {
  grid-column: 1 / -1;
}
.footer-main {
  margin-bottom: 32px;
}
.footer-product small {
  font-size: 11px;
}
@media (min-width: 1101px) {
  .footer-main {
    grid-template-columns: 0.9fr 1.65fr 0.7fr 1.1fr;
    gap: 32px;
  }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .footer-main {
    grid-template-columns: 1.7fr 0.85fr 1.1fr;
  }
  .footer-contact {
    grid-column: auto;
  }
}
@media (max-width: 700px) {
  .footer-main {
    gap: 28px;
  }
  .footer-products,
  .footer-company {
    grid-column: 1 / -1;
  }
  .footer-company {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
  }
  .footer-company h2 {
    grid-column: 1 / -1;
  }
  .footer-brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }
  .footer-brand p {
    margin: 0;
    font-size: 13px;
  }
}

/* A product detail opens with product navigation and an editorial product spread. */
.h-page .h-hero {
  background: #fff;
  height: calc(100svh - 160px);
  min-height: 560px;
  max-height: 700px;
}
.h-page .product-breadcrumb {
  z-index: 2;
  color: #51636e;
}
@media (min-width: 701px) {
  .h-page .product-hero-copy {
    left: 57%;
    right: 6.5%;
    max-width: none;
  }
  .h-page .product-hero-art {
    inset: 10% 47% 8% 3%;
  }
  .h-page .product-hero h1 {
    font-size: clamp(60px, 7vw, 100px);
  }
  .h-page .product-hero-copy .eyebrow {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .h-page .hero-description {
    font-size: clamp(19px, 2vw, 26px);
  }
}
@media (max-width: 700px) {
  .h-page .h-hero {
    height: auto;
    min-height: 700px;
    max-height: none;
  }
  .h-page .product-hero-copy {
    top: 72px;
  }
  .h-page .product-hero h1 {
    font-size: 52px;
  }
  .h-page .hero-description {
    font-size: 18px;
  }
  .h-page .product-hero-art {
    inset: 310px 4% 48px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .product-page main {
    animation: detail-arrive 280ms ease-out both;
  }
  @keyframes detail-arrive {
    from {
      opacity: 0.25;
    }
    to {
      opacity: 1;
    }
  }
}
.product-subnav a[aria-current='location'] {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}
.motion-hint {
  max-width: 28em;
  margin-top: 16px;
  font-size: 12px;
  color: #c1cbd1;
  line-height: 1.8;
}
.motion-enable {
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #80b2c9;
  padding: 8px 0;
  margin-top: 8px;
  cursor: pointer;
  font-size: 12px;
}
.sequence-art .scroll-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.video-sequence .sequence-stage {
  background: #10171c;
}
.video-failed.sequence {
  height: auto;
}
.video-failed .sequence-stage {
  position: relative !important;
  top: 0 !important;
  height: auto !important;
  padding: 60px 6.5%;
}
.video-failed .sequence-top {
  position: relative;
  inset: auto;
}
.video-failed .sequence-art {
  position: relative;
  inset: auto;
  width: 100%;
  height: min(650px, 80vw);
}
.video-failed .sequence-chapters {
  position: relative;
  inset: auto;
  width: 100%;
}
.video-failed .sequence-chapters article {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.video-failed .sequence-bottom {
  display: none;
}
.connected-care {
  background: #eff3f5;
}
.connected-heading {
  max-width: 780px;
}
.connected-heading h2 {
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 450;
  line-height: 1.4;
  margin: 24px 0;
}
.connected-heading > p:last-child {
  max-width: 42em;
  font-size: 16px;
  line-height: 1.9;
  color: #52646f;
}
.connected-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 56px 0 40px;
}
.connected-flow li {
  border-top: 1px solid #b6cbd4;
  padding-top: 24px;
}
.connected-flow span {
  color: #3c798f;
  font-size: 12px;
}
.connected-flow h3 {
  font-weight: 500;
  font-size: 23px;
  margin: 18px 0;
}
.connected-flow p {
  color: #52646f;
  line-height: 1.9;
  font-size: 14px;
}
.connected-bottom {
  border-top: 1px solid #ccd8de;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.connected-bottom p {
  font-size: 12px;
  color: #52646f;
}
.connected-bottom a {
  font-size: 14px;
}
@media (max-width: 700px) {
  .connected-heading h2 {
    font-size: clamp(28px, 8vw, 32px);
  }
  .connected-flow {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 36px;
  }
  .connected-bottom {
    align-items: start;
    flex-direction: column;
  }
}
/* Use one measured anchor offset instead of adding scroll-padding and section margins. */
html:has(.product-subnav) {
  scroll-padding-top: calc(
    var(--header-visible-height, 76px) + var(--product-subnav-height, 64px) + 16px
  );
}
html:has(.technology-page) {
  scroll-padding-top: calc(var(--header-visible-height, 76px) + 20px);
}
.product-page main [id] {
  scroll-margin-top: 0;
}

/* A quiet contact link; the small directional mark carries the action. */
.site-navigation .site-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #27343c;
  font-size: 13px;
  text-decoration: none;
}
.site-navigation .site-contact .contact-icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  margin: 0;
  border-radius: 50%;
  background: #eaf0f3;
  color: #345f75;
  transition:
    background 180ms ease,
    color 180ms ease;
}
.contact-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.5;
}
.site-navigation .site-contact:hover .contact-icon {
  background: #286782;
  color: #fff;
}
.site-navigation .site-contact:focus-visible {
  outline: 2px solid #286782;
  outline-offset: 5px;
}
@media (max-width: 700px) {
  .site-navigation .site-contact {
    font-size: 12px;
    gap: 8px;
  }
  .site-navigation .site-contact .contact-icon {
    width: 26px;
    height: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-navigation .site-contact .contact-icon {
    transition: none;
  }
}
