.site-v2 .site-header {
  background: rgba(5, 6, 7, 0.72);
}

.site-v2 .brand span {
  text-transform: uppercase;
}

.site-v2 video {
  display: block;
  max-width: 100%;
}

.reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 640ms ease var(--reveal-delay, 0ms),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tilt-card {
  transition: transform 260ms ease, box-shadow 260ms ease;
  will-change: transform;
}

.v2-hero {
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.92fr);
  align-items: center;
  min-height: 100vh;
}

.v2-hero .hero-heading {
  max-width: 840px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.hero-facts span {
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 8px;
  background: rgba(5, 6, 7, 0.58);
  color: rgba(247, 244, 238, 0.66);
}

.hero-facts strong {
  display: block;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.hero-showcase {
  transform-style: preserve-3d;
}

.media-frame {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: 8px;
  background: #071210;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.52),
    0 0 80px rgba(0, 224, 189, 0.18);
}

.media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.04), rgba(5, 6, 7, 0.82)),
    radial-gradient(circle at 70% 12%, rgba(0, 224, 189, 0.28), transparent 36%);
  pointer-events: none;
}

.media-frame video,
.media-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
}

.media-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: 8px;
  background: rgba(5, 6, 7, 0.72);
  backdrop-filter: blur(18px);
}

.media-caption span,
.priority-card span {
  color: var(--amber);
  font-size: var(--type-caption);
  font-weight: 900;
}

.media-caption strong {
  display: block;
  margin: 8px 0;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.media-caption p {
  margin: 0;
  color: rgba(247, 244, 238, 0.68);
}

.v2-signal strong {
  font-size: 2rem;
}

.product-priority {
  min-height: auto;
  padding-top: 86px;
  background: linear-gradient(180deg, rgba(13, 17, 19, 0.92), rgba(5, 6, 7, 0.84));
}

.priority-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr;
  gap: 14px;
  margin-top: 34px;
}

.priority-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 8px;
  background: #071210;
  transform-style: preserve-3d;
}

.priority-card video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  opacity: 0.82;
  transition: transform 520ms ease, opacity 520ms ease;
}

.priority-card:hover video {
  transform: scale(1.045);
  opacity: 1;
}

.priority-card:hover {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.priority-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(5, 6, 7, 0.92));
}

.priority-card > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 22px;
}

.priority-card h3 {
  margin: 10px 0;
  font-size: 2.6rem;
  line-height: 0.98;
}

.priority-card p {
  color: rgba(247, 244, 238, 0.72);
  font-size: var(--type-body-small);
}

.priority-card a,
.inline-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--mint);
  color: #03100d;
  font-weight: 900;
}

.reference-strip {
  min-height: auto;
  padding-top: 86px;
  background: var(--paper);
  color: #101312;
}

.reference-strip .eyebrow,
.guarantee-section .eyebrow {
  color: #0c7f72;
}

.reference-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.reference-row figure {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.reference-row img,
.reference-row video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reference-row video {
  object-fit: contain;
}

.reference-row figure:hover img,
.reference-row figure:hover video,
.refs-grid figure:hover img,
.refs-grid figure:hover video {
  transform: scale(1.035);
}

.reference-row figcaption,
.refs-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  background: linear-gradient(180deg, transparent, rgba(5, 6, 7, 0.86));
  color: var(--paper);
  font-weight: 900;
}

.inline-cta {
  margin-top: 18px;
}

.guarantee-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: 36px;
  align-items: start;
  min-height: auto;
  background: var(--paper);
  color: #101312;
}

.guarantee-copy p:not(.eyebrow) {
  max-width: 700px;
  color: #4c5552;
  font-size: var(--type-lead);
}

.guarantee-grid {
  display: grid;
  gap: 14px;
}

.guarantee-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(5, 6, 7, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.guarantee-grid span {
  color: #0c7f72;
  font-size: var(--type-caption);
  font-weight: 900;
}

.guarantee-grid strong {
  display: block;
  margin: 12px 0;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.guarantee-grid p {
  margin: 0;
  color: #4c5552;
}

.site-v2 .quote {
  min-height: auto;
}

.refs-hero .page-visual video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
}

.refs-hero {
  align-items: center;
}

.refs-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 42px;
}

.refs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 310px;
  gap: 14px;
  margin-top: 28px;
}

.refs-grid figure {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.refs-grid figure.is-large {
  grid-column: span 2;
  grid-row: span 2;
}

.refs-grid img,
.refs-grid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.refs-grid video {
  object-fit: contain;
}

.refs-gallery-section {
  border-top-color: rgba(244, 240, 232, 0.12);
}

@media (max-width: 980px) {
  .v2-hero,
  .guarantee-section,
  .refs-intro {
    grid-template-columns: 1fr;
  }

  .priority-grid,
  .reference-row,
  .refs-grid {
    grid-template-columns: 1fr;
  }

  .refs-grid figure.is-large {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .site-v2 .site-header {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-v2 .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .site-v2 .call-link {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    min-width: 98px;
    min-height: 40px;
    padding: 0 14px;
  }

  .site-v2 .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .v2-hero {
    padding-top: 124px;
  }

  .hero-showcase {
    order: -1;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .media-frame {
    min-height: 320px;
  }

  .priority-card {
    min-height: 430px;
  }

  .reference-row figure,
  .refs-grid {
    grid-auto-rows: 290px;
  }

  .refs-grid figure {
    min-height: 290px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item,
  .tilt-card,
  .priority-card video,
  .reference-row img,
  .reference-row video,
  .refs-grid img,
  .refs-grid video {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.factory-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding: 142px 52px 62px;
  overflow: hidden;
  color: var(--paper);
  background: #050807;
}

.factory-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, #050807 0%, #050807 43%, rgba(5, 8, 7, 0.95) 52%, rgba(5, 8, 7, 0.48) 69%, rgba(5, 8, 7, 0.06) 100%),
    linear-gradient(180deg, rgba(5, 8, 7, 0.3), transparent 38%, rgba(5, 8, 7, 0.5));
  pointer-events: none;
}

.factory-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--amber), var(--mint) 44%, transparent 82%);
}

.factory-hero-media {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 48%;
  overflow: hidden;
  background: #10191b;
}

.factory-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 8, 7, 0.55), transparent 40%),
    linear-gradient(180deg, rgba(7, 18, 25, 0.08), rgba(5, 8, 7, 0.36));
}

.factory-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 9%;
  filter: saturate(0.92) contrast(1.08) brightness(0.9);
  transform: scale(1.015);
}

.factory-hero-media > span {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 24px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(5, 8, 7, 0.72);
  border-left: 2px solid var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
}

.factory-hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, 54vw);
}

.factory-hero-kicker {
  margin: 0 0 24px;
  color: var(--amber);
  font-size: 0.88rem;
  font-weight: 900;
}

.factory-hero h1 {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin: 0 0 26px;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.82;
}

.factory-hero h1 strong {
  color: #ffffff;
  font-size: 11rem;
  line-height: 0.72;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.48);
}

.factory-hero h1 span {
  max-width: 380px;
  color: var(--paper);
  font-size: 4.05rem;
  line-height: 0.88;
}

.factory-hero-lead {
  max-width: 650px;
  margin: 0;
  color: rgba(247, 244, 238, 0.74);
  font-size: 1.13rem;
  line-height: 1.65;
}

.factory-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.factory-trust-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
  margin-top: 42px;
  border-top: 1px solid rgba(244, 240, 232, 0.24);
  border-bottom: 1px solid rgba(244, 240, 232, 0.16);
}

.factory-trust-line span {
  min-height: 88px;
  padding: 18px 18px 16px 0;
  color: rgba(247, 244, 238, 0.58);
  font-size: 0.82rem;
  line-height: 1.35;
}

.factory-trust-line span + span {
  padding-left: 18px;
  border-left: 1px solid rgba(244, 240, 232, 0.18);
}

.factory-trust-line strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.85rem;
  line-height: 1;
}

@media (max-width: 1080px) {
  .factory-hero {
    padding-right: 32px;
    padding-left: 32px;
  }

  .factory-hero-media {
    left: 44%;
  }

  .factory-hero-copy {
    width: min(650px, 62vw);
  }

  .factory-hero h1 strong {
    font-size: 8.5rem;
  }

  .factory-hero h1 span {
    font-size: 3.2rem;
  }
}

@media (max-width: 720px) {
  .factory-hero {
    align-items: flex-end;
    min-height: 900px;
    padding: 130px 16px 34px;
  }

  .factory-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 8, 7, 0.14) 0%, rgba(5, 8, 7, 0.42) 34%, #050807 68%, #050807 100%),
      linear-gradient(90deg, rgba(5, 8, 7, 0.22), rgba(5, 8, 7, 0.08));
  }

  .factory-hero-media {
    inset: 0;
  }

  .factory-hero-media img {
    object-position: center 12%;
  }

  .factory-hero-media > span {
    top: 106px;
    right: 14px;
    bottom: auto;
  }

  .factory-hero-copy {
    width: 100%;
  }

  .factory-hero-kicker {
    margin-bottom: 16px;
  }

  .factory-hero h1 {
    gap: 13px;
    margin-bottom: 20px;
  }

  .factory-hero h1 strong {
    font-size: 7rem;
  }

  .factory-hero h1 span {
    font-size: 2.55rem;
  }

  .factory-hero-lead {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .factory-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .factory-hero-actions a {
    width: 100%;
  }

  .factory-trust-line {
    margin-top: 26px;
  }

  .factory-trust-line span {
    min-height: 74px;
    padding: 14px 8px 12px 0;
    font-size: 0.7rem;
  }

  .factory-trust-line span + span {
    padding-left: 9px;
  }

  .factory-trust-line strong {
    font-size: 1.35rem;
  }
}

/* Premium, product-led first viewport */
.site-v2 .site-header {
  min-height: 88px;
  padding: 10px 34px;
  background: rgba(4, 8, 8, 0.82);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

.site-v2 .brand {
  gap: 16px;
}

.site-v2 .brand img {
  width: 68px;
  height: 68px;
}

.site-v2 .brand span {
  font-size: 1.65rem;
}

.site-v2 .site-nav {
  gap: 22px;
}

.v2-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 790px) minmax(260px, 1fr);
  align-items: end;
  gap: 48px;
  min-height: calc(100svh - 54px);
  padding: 138px 34px 42px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #08110f;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 9, 9, 0.95) 0%, rgba(3, 9, 9, 0.78) 40%, rgba(3, 9, 9, 0.2) 76%, rgba(3, 9, 9, 0.42) 100%),
    linear-gradient(180deg, rgba(3, 9, 9, 0.12) 34%, rgba(3, 9, 9, 0.86) 100%);
}

.hero-media img,
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 69% 50%;
  filter: saturate(0.92) contrast(1.08);
  transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0) scale(1.045);
  opacity: 1;
  transition:
    opacity 280ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-media.is-switching video {
  opacity: 0.18;
  transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0) scale(1.07);
}

.v2-hero .hero-copy {
  position: relative;
  z-index: 1;
  max-width: 790px;
  padding: 0;
}

.v2-hero .hero-heading {
  max-width: 790px;
  margin-bottom: 20px;
  font-size: 5.25rem;
  line-height: 0.94;
  text-wrap: balance;
}

.v2-hero .lead {
  max-width: 650px;
  color: rgba(247, 244, 238, 0.84);
}

.hero-proof {
  min-height: 132px;
  max-width: 340px;
  justify-self: end;
  padding: 2px 0 2px 20px;
  border-left: 3px solid var(--amber);
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.72);
}

.hero-sector-switcher {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(244, 240, 232, 0.2);
  border-bottom: 1px solid rgba(244, 240, 232, 0.2);
  background: #07110f;
}

.hero-sector-switcher button {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  min-height: 118px;
  padding: 22px 34px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(244, 240, 232, 0.18);
  border-radius: 0;
  background: transparent;
  color: rgba(247, 244, 238, 0.68);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.hero-sector-switcher button:last-child {
  border-right: 0;
}

.hero-sector-switcher button::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-sector-switcher button:hover,
.hero-sector-switcher button.is-active {
  background: #0b211d;
  color: #ffffff;
}

.hero-sector-switcher button.is-active::before {
  transform: scaleX(1);
}

.hero-sector-switcher button:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: -5px;
}

.hero-sector-switcher span {
  grid-row: 1 / 3;
  padding-top: 4px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
}

.hero-sector-switcher strong {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.hero-sector-switcher small {
  align-self: end;
  margin-top: 9px;
  color: rgba(247, 244, 238, 0.6);
  font-size: 0.92rem;
  line-height: 1.25;
}

.hero-sector-switcher button.is-active small {
  color: rgba(247, 244, 238, 0.82);
}

.production-story {
  scroll-margin-top: 88px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  min-height: 760px;
  background: #eef2ef;
  color: #0b1715;
}

.production-story-visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #d8dedb;
}

.production-story-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(3, 10, 9, 0.86) 100%);
  pointer-events: none;
}

.production-story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
  filter: saturate(0.92) contrast(1.06);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.production-story:hover .production-story-visual img {
  transform: scale(1.025);
}

.production-story-caption {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 34px;
  left: 34px;
  padding-left: 18px;
  border-left: 3px solid var(--amber);
  color: #ffffff;
}

.production-story-caption span {
  display: block;
  margin-bottom: 8px;
  color: var(--amber);
  font-size: var(--type-caption);
  font-weight: 900;
}

.production-story-caption strong {
  display: block;
  max-width: 480px;
  font-family: var(--font-display);
  font-size: 2.3rem;
  line-height: 1;
}

.production-story-content {
  align-self: center;
  padding: 72px clamp(32px, 5vw, 88px);
}

.production-story-header {
  max-width: 700px;
  margin-bottom: 36px;
}

.production-story-header h2 {
  max-width: 650px;
  margin: 10px 0 18px;
  color: #0b1715;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 0.98;
}

.production-story-header > p:last-child {
  max-width: 650px;
  margin: 0;
  color: #53635f;
  font-size: 1.08rem;
}

.journey-accordion {
  max-width: 760px;
  border-bottom: 1px solid rgba(11, 23, 21, 0.2);
}

.journey-accordion details {
  border-top: 1px solid rgba(11, 23, 21, 0.2);
}

.journey-accordion summary {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 15px 0;
  color: #0b1715;
  cursor: pointer;
  list-style: none;
}

.journey-accordion summary::-webkit-details-marker {
  display: none;
}

.journey-accordion summary::after {
  content: "+";
  grid-column: 3;
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(11, 23, 21, 0.3);
  border-radius: 50%;
  font-size: 1.3rem;
  line-height: 1;
}

.journey-accordion details[open] summary::after {
  content: "−";
  border-color: #078c78;
  background: #078c78;
  color: #ffffff;
}

.journey-accordion summary > span:first-child {
  color: #b57600;
  font-size: 0.78rem;
  font-weight: 900;
}

.journey-accordion summary > span:nth-child(2) {
  min-width: 0;
}

.journey-accordion summary strong,
.journey-accordion summary small {
  display: block;
}

.journey-accordion summary strong {
  font-size: 1.15rem;
  line-height: 1.25;
}

.journey-accordion summary small {
  margin-top: 5px;
  color: #687772;
  font-size: 0.84rem;
}

.journey-accordion details[open] summary strong {
  color: #078c78;
}

.journey-answer {
  padding: 0 48px 24px 58px;
  animation: production-reveal 260ms ease both;
}

.journey-answer p {
  max-width: 650px;
  margin: 0;
  color: #44544f;
  line-height: 1.65;
}

@keyframes production-reveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-proof span {
  color: var(--amber);
  font-size: var(--type-caption);
  font-weight: 900;
}

.hero-proof strong {
  display: block;
  margin: 10px 0 8px;
  font-family: var(--font-display);
  font-size: 2.15rem;
  line-height: 0.98;
}

.hero-proof p {
  margin: 0;
  color: rgba(247, 244, 238, 0.74);
  font-size: var(--type-body-small);
}

.v2-hero .hero-facts {
  max-width: 720px;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid rgba(244, 240, 232, 0.3);
}

.v2-hero .hero-facts span {
  min-height: 0;
  padding: 16px 18px 0;
  border: 0;
  border-right: 1px solid rgba(244, 240, 232, 0.22);
  border-radius: 0;
  background: transparent;
  color: rgba(247, 244, 238, 0.82);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.62);
}

.v2-hero .hero-facts span:first-child {
  padding-left: 0;
}

.v2-hero .hero-facts span:last-child {
  border-right: 0;
}

.v2-hero .hero-facts strong {
  color: #ffffff;
  font-size: 1.9rem;
}

.hero-copy > * {
  animation: hero-rise 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-copy > :nth-child(2) {
  animation-delay: 80ms;
}

.hero-copy > :nth-child(3) {
  animation-delay: 150ms;
}

.hero-copy > :nth-child(4) {
  animation-delay: 220ms;
}

.hero-copy > :nth-child(5) {
  animation-delay: 290ms;
}

.priority-card.is-primary {
  border-color: rgba(0, 224, 189, 0.52);
  box-shadow: inset 0 0 0 1px rgba(0, 224, 189, 0.12);
}

.product-priority .section-title h2,
.reference-strip .section-title h2 {
  max-width: 920px;
}

.priority-card video,
.reference-row video,
.refs-grid video {
  background: #101817;
}

.refs-hero {
  min-height: calc(100svh - 170px);
  align-items: center;
  padding-bottom: 40px;
}

.refs-hero h1 {
  font-size: 4.4rem;
}

.refs-hero .page-visual {
  height: min(560px, calc(100svh - 170px));
  min-height: 440px;
}

.refs-hero .page-visual video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .site-v2 .site-nav {
    gap: 14px;
  }

  .v2-hero {
    grid-template-columns: minmax(0, 720px) minmax(220px, 1fr);
  }

  .v2-hero .hero-heading {
    font-size: 4.65rem;
  }

  .reference-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .v2-hero {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    max-width: 430px;
    justify-self: start;
  }

  .hero-sector-switcher {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 58vw);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .hero-sector-switcher button {
    min-height: 108px;
    padding: 20px 24px;
    scroll-snap-align: start;
  }

  .production-story {
    grid-template-columns: 1fr;
  }

  .production-story-visual {
    min-height: 480px;
    max-height: 620px;
  }

  .production-story-content {
    padding: 68px 28px 76px;
  }

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

  .refs-hero {
    min-height: auto;
  }

  .refs-hero .page-visual {
    height: 520px;
  }
}

@media (max-width: 640px) {
  .site-v2 .site-header {
    min-height: auto;
    padding: 8px 14px 10px;
  }

  .site-v2 .brand {
    gap: 10px;
  }

  .site-v2 .brand img {
    width: 52px;
    height: 52px;
  }

  .site-v2 .brand span {
    display: inline;
    font-size: 1.28rem;
  }

  .v2-hero {
    min-height: calc(100svh - 44px);
    padding: 142px 18px 34px;
  }

  .hero-media img,
  .hero-media video {
    object-position: center;
    filter: saturate(0.88) contrast(1.06) brightness(0.78);
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(3, 9, 9, 0.5) 0%, rgba(3, 9, 9, 0.78) 46%, rgba(3, 9, 9, 0.97) 100%),
      linear-gradient(90deg, rgba(3, 9, 9, 0.64), rgba(3, 9, 9, 0.28));
  }

  .v2-hero .hero-heading {
    font-size: 3.25rem;
    line-height: 0.96;
  }

  .v2-hero .lead {
    font-size: 1.02rem;
  }

  .hero-proof {
    display: none;
  }

  .hero-sector-switcher {
    grid-auto-columns: minmax(220px, 78vw);
  }

  .hero-sector-switcher button {
    min-height: 102px;
    padding: 18px 20px;
  }

  .hero-sector-switcher strong {
    font-size: 1.65rem;
  }

  .production-story-visual {
    min-height: 390px;
  }

  .production-story-caption {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .production-story-caption strong {
    font-size: 1.85rem;
  }

  .production-story-content {
    padding: 54px 20px 64px;
  }

  .production-story-header h2 {
    font-size: 3rem;
  }

  .journey-accordion summary {
    grid-template-columns: 34px minmax(0, 1fr) 32px;
    gap: 10px;
    min-height: 90px;
  }

  .journey-accordion summary strong {
    font-size: 1rem;
  }

  .journey-answer {
    padding: 0 4px 24px 44px;
  }

  .v2-hero .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
  }

  .v2-hero .hero-facts span {
    padding: 12px 8px 0;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .v2-hero .hero-facts span:first-child {
    padding-left: 0;
  }

  .v2-hero .hero-facts strong {
    font-size: 1.45rem;
  }

  .reference-row {
    grid-template-columns: 1fr;
  }

  .refs-hero h1 {
    font-size: 3.05rem;
  }

  .refs-hero .page-visual {
    height: 430px;
    min-height: 430px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > * {
    animation: none;
  }

  .hero-media img,
  .hero-media video,
  .hero-sector-switcher button,
  .hero-sector-switcher button::before {
    transform: none;
    transition: none;
  }

  .production-story-visual img,
  .journey-answer {
    animation: none;
    transform: none;
    transition: none;
  }
}
