@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/manrope-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/manrope-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/manrope-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/manrope-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/manrope-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Arabic";
  src: url("./assets/fonts/noto-sans-arabic-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Arabic";
  src: url("./assets/fonts/noto-sans-arabic-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Arabic";
  src: url("./assets/fonts/noto-sans-arabic-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Arabic";
  src: url("./assets/fonts/noto-sans-arabic-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-sans: "Manrope", "Noto Sans Arabic", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Manrope", "Noto Sans Arabic", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
  --font-label: "Manrope", "Noto Sans Arabic", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-arabic: "Noto Sans Arabic", "Manrope", Arial, sans-serif;
  --ink: #171717;
  --body: #4d4d4d;
  --muted: #737373;
  --line: #eaeaea;
  --line-strong: #cfcfcf;
  --paper: #ffffff;
  --paper-soft: #fafafa;
  --paper-warm: #f5f5f5;
  --green: #0f3d35;
  --green-soft: #eef5f2;
  --amber: #b85f34;
  --teal: #13a89e;
  --teal-soft: #e8faf7;
  --gold: #f0a23a;
  --gold-soft: #fff4df;
  --sky-soft: #edf8ff;
  --surface-glass: rgba(255, 255, 255, 0.78);
  --shadow-soft: 0 24px 70px rgba(18, 63, 54, 0.12);
  --shadow-card: 0 18px 44px rgba(15, 61, 53, 0.1);
  --max: 1280px;
  --radius: 8px;
  --radius-sm: 6px;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --motion: cubic-bezier(0.2, 0, 0, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 900px) {
  html {
    scroll-snap-type: none;
  }
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdfc 38%, #ffffff 100%);
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.55;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

section[id],
article[id] {
  scroll-margin-top: 74px;
}

main {
  overflow-x: clip;
}

.snap-section {
  scroll-snap-align: start;
  scroll-margin-top: 52px;
}

.product-reel.snap-section,
.purchase-path.snap-section {
  scroll-margin-top: 0;
}

.legacy-showcase {
  display: none !important;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 16px;
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 720;
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 640;
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 620;
  line-height: 1.25;
  letter-spacing: 0;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.utility-bar {
  color: var(--muted);
  background: linear-gradient(90deg, #f8fffc 0%, #fff9ef 52%, #f7fbff 100%);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max), calc(100% - 48px));
  min-height: 40px;
  margin: 0 auto;
}

.utility-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
  color: var(--ink);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 700;
}

.main-header {
  display: grid;
  grid-template-columns: 210px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 26px;
  width: min(var(--max), calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
  padding: 18px 0;
  background: var(--paper);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  padding-left: 8px;
  color: var(--green);
  text-decoration: none;
  transform-origin: left center;
}

.brand img {
  width: 148px;
  height: auto;
}

.brand-motion-logo {
  --logo-mask: url("./assets/brand/anmx-logo.png");
  position: relative;
  display: block;
  width: 158px;
  aspect-ratio: 617 / 191;
  isolation: isolate;
  overflow: visible;
}

.brand .brand-logo-static,
.brand-logo-fill {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.brand .brand-logo-static {
  object-fit: contain;
  opacity: 0.1;
  filter: saturate(0.35) contrast(1.3);
}

.brand-logo-fill {
  -webkit-mask-image: var(--logo-mask);
  mask-image: var(--logo-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.brand-logo-fill {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 232, 121, 0.95), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(91, 126, 255, 0.92), transparent 28%),
    linear-gradient(112deg, #0f3d35 0%, #10b981 20%, #1ea7ff 43%, #7c5cff 59%, #f39b36 78%, #0f3d35 100%);
  background-size: 260% 260%;
  filter: drop-shadow(0 10px 20px rgba(15, 61, 53, 0.14));
  transform-origin: 50% 55%;
  animation:
    anmx-logo-assemble 920ms var(--motion) both,
    anmx-logo-gradient 8.8s ease-in-out 900ms infinite;
}

.brand:hover .brand-logo-fill,
.brand:focus-visible .brand-logo-fill {
  filter: drop-shadow(0 14px 24px rgba(15, 61, 53, 0.18));
}

.brand-subline {
  color: var(--muted);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

@keyframes anmx-logo-assemble {
  0% {
    opacity: 0;
    transform: translateY(9px) scale(0.92);
    filter: blur(2px) drop-shadow(0 10px 20px rgba(15, 61, 53, 0.1));
  }
  58% {
    opacity: 1;
    transform: translateY(-1px) scale(1.018);
    filter: blur(0) drop-shadow(0 10px 20px rgba(15, 61, 53, 0.14));
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0) drop-shadow(0 10px 20px rgba(15, 61, 53, 0.14));
  }
}

@keyframes anmx-logo-gradient {
  0%,
  100% {
    background-position: 0% 48%;
  }
  45% {
    background-position: 100% 52%;
  }
  70% {
    background-position: 62% 88%;
  }
}

.search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  height: 46px;
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--paper);
  transition: border-color 120ms var(--motion), box-shadow 120ms var(--motion);
}

.search:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(19, 168, 158, 0.12);
}

.search input {
  min-width: 0;
  padding: 0 16px;
  border: 0;
  color: var(--ink);
  outline: 0;
}

.search button {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--teal));
  font-weight: 700;
  cursor: pointer;
  transition: background 120ms var(--motion);
}

.search button:hover {
  background: linear-gradient(135deg, var(--teal), var(--green));
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 122px;
  color: var(--muted);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.language-switcher > span {
  display: none;
}

.language-switcher select {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

.quote-link,
.tool-link,
.auth-button,
.auth-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.quote-link {
  color: var(--ink);
  border: 1px solid var(--line);
}

.auth-button,
.auth-logout {
  color: var(--green);
  background: var(--teal-soft);
  border: 1px solid rgba(19, 168, 158, 0.26);
  cursor: pointer;
  transition: background 120ms var(--motion), border-color 120ms var(--motion), transform 120ms var(--motion);
}

.auth-button:hover,
.auth-logout:hover {
  background: #dff6f2;
  border-color: rgba(19, 168, 158, 0.42);
  transform: translateY(-1px);
}

.auth-logout {
  color: var(--muted);
  background: var(--paper);
  border-color: var(--line);
}

.auth-status {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  max-width: 140px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tool-link {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--teal));
  box-shadow: 0 10px 24px rgba(19, 168, 158, 0.18);
}

[data-auth-tool][hidden],
.auth-status[hidden],
.auth-button[hidden],
.auth-logout[hidden],
.auth-modal[hidden],
.quote-modal[hidden] {
  display: none !important;
}

.category-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.82);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  scrollbar-width: none;
}

.category-nav::-webkit-scrollbar {
  display: none;
}

.category-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  color: var(--body);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: color 120ms var(--motion);
}

.category-nav a::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--teal), var(--gold));
  opacity: 0;
  transform: scaleX(0.65);
  transition: opacity 120ms var(--motion), transform 120ms var(--motion);
}

.category-nav a:hover,
.category-nav a.is-active {
  color: var(--green);
}

.category-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 31, 28, 0.42);
  backdrop-filter: blur(14px);
}

.auth-panel {
  position: relative;
  width: min(440px, 100%);
  padding: 30px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    var(--paper);
  border: 1px solid rgba(15, 61, 53, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 28px 90px rgba(15, 61, 53, 0.22);
}

.auth-panel h2 {
  margin-bottom: 10px;
  font-size: 28px;
}

.auth-panel > p:not(.eyebrow) {
  margin-bottom: 20px;
  color: var(--muted);
}

.auth-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--muted);
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
}

.auth-form {
  display: grid;
  gap: 14px;
}

.auth-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.auth-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  outline: 0;
}

.auth-form input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(19, 168, 158, 0.12);
}

.auth-error {
  margin: 0;
  color: #9f2d1f;
  font-size: 13px;
  font-weight: 700;
}

.auth-form button {
  min-height: 46px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--teal));
  border: 0;
  border-radius: var(--radius-sm);
  font-weight: 800;
  cursor: pointer;
}

body.auth-modal-open {
  overflow: hidden;
}

body.media-modal-open {
  overflow: hidden;
}

body.quote-modal-open {
  overflow: hidden;
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 24px;
}

.quote-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(19, 168, 158, 0.18), transparent 34%),
    rgba(6, 24, 20, 0.64);
  border: 0;
  backdrop-filter: blur(16px);
  cursor: zoom-out;
}

.quote-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1fr);
  width: min(1060px, 100%);
  max-height: min(760px, calc(100svh - 48px));
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  box-shadow: 0 42px 130px rgba(4, 22, 18, 0.38);
}

.quote-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-radius: 50%;
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transition: background 180ms var(--motion), transform 180ms var(--motion);
}

.quote-modal-close:hover {
  background: var(--teal-soft);
  transform: rotate(5deg);
}

.quote-modal-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
  background:
    linear-gradient(150deg, rgba(238, 245, 242, 0.96), rgba(255, 255, 255, 0.84)),
    var(--paper-soft);
  border-right: 1px solid rgba(15, 61, 53, 0.1);
}

.quote-modal-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.1vw, 54px);
  line-height: 1.02;
}

.quote-modal-copy > p:not(.eyebrow) {
  color: var(--body);
  font-size: 16px;
  line-height: 1.65;
}

.quote-modal-points {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.quote-modal-points li {
  position: relative;
  padding: 12px 14px 12px 34px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(15, 61, 53, 0.1);
  border-radius: var(--radius-sm);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 700;
}

.quote-modal-points li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 14px;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  border-radius: 50%;
}

.quote-modal-form {
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
  overflow-y: auto;
}

.media-viewer-trigger {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  background: var(--paper-soft);
  border: 0;
  cursor: zoom-in;
  text-align: inherit;
}

.media-viewer-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 52%, rgba(8, 28, 24, 0.26));
  opacity: 0;
  transition: opacity 240ms var(--motion);
  pointer-events: none;
}

.media-viewer-trigger::after {
  content: "+";
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(10, 38, 33, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(8, 28, 24, 0.24);
  backdrop-filter: blur(14px);
  font-family: var(--font-label);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  transform: translate3d(0, 8px, 0) scale(0.9);
  transition: opacity 240ms var(--motion), transform 320ms var(--motion), background 240ms var(--motion);
  pointer-events: none;
}

.media-viewer-trigger:hover::before,
.media-viewer-trigger:focus-visible::before,
.media-viewer-trigger:hover::after,
.media-viewer-trigger:focus-visible::after {
  opacity: 1;
}

.media-viewer-trigger:hover::after,
.media-viewer-trigger:focus-visible::after {
  transform: translate3d(0, 0, 0) scale(1);
}

.media-viewer-trigger:focus-visible {
  outline: 3px solid rgba(19, 168, 158, 0.52);
  outline-offset: -3px;
}

.line-grid .media-viewer-trigger {
  min-height: 330px;
}

.category-card .media-viewer-trigger {
  height: 220px;
}

.feature-row .media-viewer-trigger {
  min-height: 360px;
}

.media-viewer-trigger img {
  pointer-events: none;
}

.media-modal[hidden] {
  display: none;
}

.media-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.media-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(5, 20, 17, 0.76);
  border: 0;
  backdrop-filter: blur(15px);
  cursor: zoom-out;
}

.media-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, 0.72fr);
  align-items: stretch;
  width: min(1180px, 100%);
  height: min(780px, calc(100svh - 48px));
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  box-shadow: 0 40px 120px rgba(4, 22, 18, 0.42);
}

.media-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  background: rgba(8, 28, 24, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transition: background 180ms var(--motion), transform 180ms var(--motion);
}

.media-modal-close:hover {
  background: var(--teal);
  transform: rotate(5deg);
}

.media-modal-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #e8efec;
}

.media-modal-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(6, 30, 25, 0.54));
  pointer-events: none;
}

.media-modal-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-gallery-switcher {
  position: absolute;
  right: 22px;
  bottom: 54px;
  left: 22px;
  z-index: 3;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 3px;
  scrollbar-width: thin;
}

.media-gallery-switcher[hidden] {
  display: none;
}

.media-gallery-switcher button {
  display: grid;
  grid-template-columns: 46px minmax(70px, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 148px;
  padding: 6px 9px 6px 6px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(8, 28, 24, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background 180ms var(--motion), border-color 180ms var(--motion), transform 180ms var(--motion);
}

.media-gallery-switcher button:hover,
.media-gallery-switcher button:focus-visible,
.media-gallery-switcher button.is-active {
  background: rgba(19, 168, 158, 0.82);
  border-color: rgba(255, 255, 255, 0.48);
  transform: translateY(-2px);
}

.media-gallery-switcher img {
  width: 46px;
  height: 34px;
  object-fit: cover;
  border-radius: 5px;
}

.media-gallery-switcher span {
  position: static;
  color: inherit;
  font-size: 10px;
  line-height: 1.25;
  text-transform: none;
}

.media-modal-visual span {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.media-modal-visual .media-gallery-switcher span {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  color: inherit;
  font-size: 10px;
  line-height: 1.25;
  text-transform: none;
}

.media-modal-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(32px, 5vw, 64px);
  overflow-y: auto;
}

.media-modal-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.04;
}

.media-modal-copy > p:not(.eyebrow) {
  color: var(--body);
  font-size: 16px;
  line-height: 1.65;
}

.media-modal-highlights {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.media-modal-highlights h3 {
  margin-bottom: 14px;
  font-size: 16px;
}

.media-modal-highlights ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.media-modal-highlights li {
  position: relative;
  padding: 12px 0 12px 24px;
  color: var(--body);
  border-bottom: 1px solid rgba(15, 61, 53, 0.09);
  font-size: 14px;
  line-height: 1.45;
}

.media-modal-highlights li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  border-radius: 50%;
}

.media-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.digital-explorer {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: stretch;
  width: min(var(--max), calc(100% - 48px));
  margin: clamp(70px, 10vw, 128px) auto;
}

.digital-explorer-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 48px) 0;
  border-top: 1px solid rgba(15, 61, 53, 0.14);
  border-bottom: 1px solid rgba(15, 61, 53, 0.14);
}

.digital-explorer-copy h2 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(38px, 5.4vw, 76px);
  line-height: 0.98;
}

.digital-explorer-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--body);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.65;
}

.explorer-metrics {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.explorer-metrics span {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  min-height: 58px;
  padding: 10px 12px;
  color: var(--body);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 61, 53, 0.11);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(15, 61, 53, 0.07);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 800;
}

.explorer-metrics strong {
  color: var(--green);
  font-size: 28px;
  line-height: 1;
}

.explorer-stage {
  position: relative;
  min-height: clamp(560px, 56vw, 760px);
  overflow: hidden;
  background:
    linear-gradient(135deg, #f2f6f4 0%, #fbfcfb 52%, #eff8f5 100%);
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 32px 90px rgba(15, 61, 53, 0.16);
  isolation: isolate;
}

.explorer-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.2) 34%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(246, 249, 247, 0.9) 100%);
  pointer-events: none;
}

.explorer-stage > img,
.explorer-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.explorer-stage > img {
  z-index: 0;
  filter: saturate(1.05) contrast(1.02);
}

.explorer-video {
  z-index: 1;
  filter: saturate(1.05) contrast(1.03);
}

.explorer-glass {
  position: absolute;
  inset: 22px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  pointer-events: none;
}

.explorer-flow {
  position: absolute;
  top: 61%;
  left: 9%;
  z-index: 4;
  width: 82%;
  height: 3px;
  background:
    linear-gradient(90deg, rgba(19, 168, 158, 0), rgba(19, 168, 158, 0.86), rgba(240, 162, 58, 0.72), rgba(19, 168, 158, 0));
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(19, 168, 158, 0.34);
  pointer-events: none;
}

.explorer-flow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 12px;
  height: 12px;
  border-top: 3px solid rgba(240, 162, 58, 0.9);
  border-right: 3px solid rgba(240, 162, 58, 0.9);
  transform: translateY(-50%) rotate(45deg);
}

.explorer-hotspot {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 132px;
  max-width: 176px;
  min-height: 52px;
  padding: 8px 12px 8px 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 61, 53, 0.15);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 28, 23, 0.16);
  backdrop-filter: blur(16px);
  cursor: pointer;
  text-align: left;
  transform: translate3d(-50%, -50%, 0);
  transition:
    transform 260ms var(--motion),
    box-shadow 260ms var(--motion),
    border-color 260ms var(--motion),
    background 260ms var(--motion);
}

.explorer-hotspot::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  background: inherit;
  border-right: 1px solid rgba(15, 61, 53, 0.12);
  border-bottom: 1px solid rgba(15, 61, 53, 0.12);
  transform: rotate(45deg);
}

.explorer-hotspot span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--teal));
  border-radius: var(--radius-sm);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
}

.explorer-hotspot strong {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.explorer-hotspot:hover,
.explorer-hotspot:focus-visible {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(19, 168, 158, 0.42);
  box-shadow: 0 26px 58px rgba(6, 28, 23, 0.22);
  transform: translate3d(-50%, calc(-50% - 8px), 0);
  outline: 0;
}

.hotspot-receiving {
  top: 72%;
  left: 12%;
}

.hotspot-washing {
  top: 58%;
  left: 24%;
}

.hotspot-inspection {
  top: 49%;
  left: 36%;
}

.hotspot-extraction {
  top: 57%;
  left: 48%;
}

.hotspot-tanks {
  top: 42%;
  left: 60%;
}

.hotspot-evaporation {
  top: 33%;
  left: 71%;
}

.hotspot-sterilization {
  top: 50%;
  left: 82%;
}

.hotspot-filling {
  top: 64%;
  left: 90%;
}

.explorer-route-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 5;
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 20px 56px rgba(6, 28, 23, 0.16);
  backdrop-filter: blur(16px);
}

.explorer-route-card span {
  color: var(--muted);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.explorer-route-card strong {
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.3;
}

body.equipment-modal-open {
  overflow: hidden;
}

.equipment-modal[hidden] {
  display: none;
}

.equipment-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 24px;
}

.equipment-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(5, 20, 17, 0.68);
  border: 0;
  backdrop-filter: blur(16px);
  cursor: zoom-out;
}

.equipment-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  width: min(1180px, 100%);
  height: min(820px, calc(100svh - 48px));
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  box-shadow: 0 44px 128px rgba(4, 22, 18, 0.42);
}

.equipment-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  background: rgba(8, 28, 24, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transition: background 180ms var(--motion), transform 180ms var(--motion);
}

.equipment-modal-close:hover {
  background: var(--teal);
  transform: rotate(5deg);
}

.equipment-visual-stack {
  display: grid;
  grid-template-rows: minmax(280px, 1.05fr) minmax(250px, 0.82fr);
  min-width: 0;
  min-height: 0;
  background: #f5f8f7;
  border-right: 1px solid rgba(15, 61, 53, 0.1);
}

.equipment-live-view {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #e9f0ed;
}

.equipment-live-view::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(6, 30, 25, 0.5));
  pointer-events: none;
}

.equipment-live-view img,
.equipment-live-view video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipment-live-view video {
  background: #071b17;
}

.equipment-live-view figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.equipment-media-switcher {
  position: absolute;
  right: 18px;
  bottom: 52px;
  left: 18px;
  z-index: 3;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 3px;
  scrollbar-width: thin;
}

.equipment-media-switcher[hidden] {
  display: none;
}

.equipment-media-switcher button {
  display: grid;
  grid-template-columns: 48px minmax(78px, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 170px;
  padding: 6px 9px 6px 6px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(8, 28, 24, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
  cursor: pointer;
  text-align: left;
  transition: background 180ms var(--motion), border-color 180ms var(--motion), transform 180ms var(--motion);
}

.equipment-media-switcher button:hover,
.equipment-media-switcher button:focus-visible,
.equipment-media-switcher button.is-active {
  background: rgba(19, 168, 158, 0.86);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  outline: 0;
}

.equipment-media-switcher img {
  width: 48px;
  height: 34px;
  object-fit: cover;
  border-radius: 5px;
}

.equipment-media-switcher span {
  min-width: 0;
  overflow: hidden;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.22;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.equipment-cad-view {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 18px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(15, 61, 53, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 61, 53, 0.04) 1px, transparent 1px),
    #f8fbfa;
  background-size: 32px 32px;
}

.equipment-cad-view svg {
  width: 100%;
  height: 100%;
  min-height: 230px;
}

.cad-grid {
  fill: rgba(255, 255, 255, 0.72);
  stroke: rgba(15, 61, 53, 0.12);
  stroke-width: 1.2;
}

.cad-lines path,
.cad-lines rect,
.cad-lines circle,
.cad-lines ellipse {
  fill: none;
  stroke: url("#cadLine");
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cad-label {
  fill: var(--green);
  font-family: var(--font-label);
  font-size: 18px;
  font-weight: 800;
}

.equipment-detail {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(30px, 4.2vw, 56px);
  overflow-y: auto;
}

.equipment-detail h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 1.02;
}

.equipment-detail > p:not(.eyebrow) {
  color: var(--body);
  font-size: 16px;
  line-height: 1.65;
}

.equipment-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
}

.equipment-tabs button {
  min-height: 38px;
  padding: 8px 12px;
  color: var(--body);
  background: #fff;
  border: 1px solid rgba(15, 61, 53, 0.14);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 800;
  transition: color 180ms var(--motion), background 180ms var(--motion), border-color 180ms var(--motion), transform 180ms var(--motion);
}

.equipment-tabs button:hover,
.equipment-tabs button:focus-visible,
.equipment-tabs button.is-active {
  color: var(--green);
  background: var(--green-soft);
  border-color: rgba(19, 168, 158, 0.42);
  transform: translateY(-1px);
  outline: 0;
}

.equipment-panels {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(15, 61, 53, 0.1);
}

.equipment-tab-panel {
  display: none;
}

.equipment-tab-panel.is-active {
  display: block;
}

.equipment-tab-panel h3 {
  margin-bottom: 14px;
  font-size: 16px;
}

.equipment-tab-panel p {
  color: var(--body);
  line-height: 1.65;
}

.equipment-benefits {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.equipment-benefits li {
  position: relative;
  padding: 13px 0 13px 26px;
  color: var(--body);
  border-bottom: 1px solid rgba(15, 61, 53, 0.09);
  font-size: 14px;
  line-height: 1.45;
}

.equipment-benefits li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 2px;
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  border-radius: 50%;
}

.equipment-parameters {
  display: grid;
  gap: 0;
  margin: 0;
}

.equipment-parameters div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(15, 61, 53, 0.09);
}

.equipment-parameters dt {
  color: var(--green);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.equipment-parameters dd {
  margin: 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.45;
}

.equipment-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

@media (max-width: 1120px) {
  .digital-explorer {
    grid-template-columns: 1fr;
  }

  .digital-explorer-copy {
    padding: 0 0 30px;
    border-top: 0;
  }

  .explorer-stage {
    min-height: 640px;
  }

  .equipment-modal-panel {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  }
}

@media (max-width: 760px) {
  .digital-explorer {
    width: calc(100% - 28px);
    margin: 58px auto;
  }

  .digital-explorer-copy h2 {
    font-size: clamp(34px, 12vw, 52px);
  }

  .explorer-metrics span {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .explorer-metrics strong {
    font-size: 24px;
  }

  .explorer-stage {
    display: flex;
    min-height: 760px;
    flex-wrap: wrap;
    align-content: flex-end;
    gap: 8px;
    padding: 16px;
  }

  .explorer-stage::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.88) 58%, rgba(246, 249, 247, 0.96) 100%);
  }

  .explorer-glass,
  .explorer-flow {
    display: none;
  }

  .explorer-hotspot {
    position: relative;
    top: auto;
    left: auto;
    min-width: calc(50% - 4px);
    max-width: none;
    flex: 1 1 calc(50% - 4px);
    transform: none;
  }

  .explorer-hotspot::after {
    display: none;
  }

  .explorer-hotspot:hover,
  .explorer-hotspot:focus-visible {
    transform: translateY(-3px);
  }

  .explorer-route-card {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 2px;
  }

  .equipment-modal {
    padding: 12px;
  }

  .equipment-modal-panel {
    grid-template-columns: 1fr;
    height: auto;
    max-height: calc(100svh - 24px);
    overflow-y: auto;
  }

  .equipment-visual-stack {
    grid-template-rows: 280px 250px;
    border-right: 0;
    border-bottom: 1px solid rgba(15, 61, 53, 0.1);
  }

  .equipment-media-switcher {
    right: 12px;
    bottom: 46px;
    left: 12px;
  }

  .equipment-media-switcher button {
    grid-template-columns: 42px minmax(66px, 1fr);
    min-width: 138px;
  }

  .equipment-media-switcher img {
    width: 42px;
    height: 30px;
  }

  .equipment-detail {
    padding: 28px 22px 24px;
    overflow: visible;
  }

  .equipment-detail h2 {
    max-width: calc(100% - 42px);
    font-size: clamp(32px, 10vw, 44px);
  }

  .equipment-parameters div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .equipment-modal-close {
    top: 10px;
    right: 10px;
  }

  .equipment-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .equipment-modal-actions .button {
    width: 100%;
  }
}

.cinematic-home {
  position: relative;
  min-height: calc(100svh - 52px);
  background: #f6f8f5;
  border-bottom: 1px solid rgba(15, 61, 53, 0.1);
  isolation: isolate;
}

.cinematic-stage {
  position: relative;
  top: auto;
  min-height: calc(100svh - 52px);
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 38%, rgba(255, 255, 255, 0.45) 65%, rgba(255, 255, 255, 0.1) 100%),
    linear-gradient(180deg, #fbfcf9 0%, #eff7f4 100%);
  transition: background 780ms var(--motion), color 780ms var(--motion);
}

.cinematic-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(15, 61, 53, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 61, 53, 0.04) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, #000 0%, #000 46%, transparent 78%);
  opacity: 0.46;
  pointer-events: none;
}

.cinematic-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0.82) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.72) 36%, rgba(255, 255, 255, 0.14) 68%, rgba(255, 255, 255, 0.02) 100%);
  pointer-events: none;
  transition: background 780ms var(--motion);
}

.cinematic-home[data-tone="warm"] .cinematic-stage {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 239, 0.82) 44%, rgba(255, 247, 229, 0.18) 100%),
    linear-gradient(180deg, #fffaf0 0%, #eef9f5 100%);
}

.cinematic-home[data-tone="contrast"] .cinematic-stage {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10, 27, 24, 0.96) 0%, rgba(10, 27, 24, 0.82) 42%, rgba(10, 27, 24, 0.3) 72%, rgba(10, 27, 24, 0.12) 100%),
    #0c1b18;
}

.cinematic-home[data-tone="contrast"] .cinematic-stage::after {
  background:
    linear-gradient(180deg, rgba(10, 27, 24, 0) 60%, rgba(10, 27, 24, 0.78) 100%),
    linear-gradient(90deg, rgba(10, 27, 24, 0.96) 0%, rgba(10, 27, 24, 0.82) 38%, rgba(10, 27, 24, 0.2) 72%, rgba(10, 27, 24, 0.04) 100%);
}

.cinematic-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #e9efeb;
}

.cinematic-visual {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translate3d(var(--cinematic-media-x, 0px), var(--cinematic-media-y, 0px), 0) scale(var(--cinematic-media-scale, 1.035));
  transition: opacity 680ms var(--motion);
  will-change: auto;
}

.cinematic-visual.is-active {
  opacity: 1;
  will-change: opacity, transform;
}

.cinematic-visual img,
.cinematic-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  filter: saturate(1.08) contrast(1.04);
}

.cinematic-visual video {
  position: relative;
  z-index: 1;
  display: block;
}

.cinematic-visual video + img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cinematic-visual.is-video-ready img {
  opacity: 0;
}

.cinematic-content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.48fr);
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
  width: min(var(--max), calc(100% - 48px));
  min-height: calc(100svh - 52px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 68px) 0;
}

.cinematic-copy {
  max-width: 850px;
  transform: translate3d(0, var(--cinematic-panel-y, 0px), 0);
  will-change: transform;
}

.cinematic-copy > .eyebrow {
  display: none;
}

.cinematic-scenes {
  position: relative;
  min-height: clamp(420px, 54svh, 560px);
  perspective: 1400px;
}

.cinematic-scene {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: visibility 0s linear 560ms;
  transform-origin: 50% 58%;
  will-change: opacity, transform;
}

.cinematic-scene.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.cinematic-scene [data-cinematic-kicker] {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 168, 158, 0.22);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(15, 61, 53, 0.08);
  backdrop-filter: blur(12px);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cinematic-scene h1,
.cinematic-scene h2 {
  max-width: 900px;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(42px, 7.2vw, 96px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.cinematic-scene h2 {
  font-size: clamp(38px, 6.2vw, 82px);
}

.cinematic-scene p {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--body);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.62;
}

.cinematic-home[data-tone="contrast"] .cinematic-scene p {
  color: rgba(255, 255, 255, 0.78);
}

.cinematic-home[data-tone="contrast"] .cinematic-scene [data-cinematic-kicker] {
  color: #c7fff4;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.cinematic-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.cinematic-route {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 760px;
  margin-top: 26px;
}

.cinematic-route span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 168, 158, 0.24);
  border-radius: var(--radius-sm);
  box-shadow: 0 10px 24px rgba(15, 61, 53, 0.08);
  backdrop-filter: blur(12px);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 800;
}

.cinematic-route span:not(:last-child)::after {
  content: ">";
  margin-left: 9px;
  color: var(--gold);
}

.cinematic-product-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 820px;
  margin-top: 26px;
}

.cinematic-product-chips button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 12px;
  min-height: 78px;
  padding: 13px 14px;
  color: var(--body);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 61, 53, 0.13);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(15, 61, 53, 0.08);
  cursor: pointer;
  text-align: left;
  backdrop-filter: blur(16px);
  transition: transform 220ms var(--motion), border-color 220ms var(--motion), background 220ms var(--motion), box-shadow 220ms var(--motion);
}

.cinematic-product-chips button:hover,
.cinematic-product-chips button.is-active {
  color: var(--ink);
  background: #fff;
  border-color: rgba(19, 168, 158, 0.42);
  box-shadow: 0 20px 48px rgba(15, 61, 53, 0.13);
  transform: translate3d(6px, -2px, 0);
}

.cinematic-product-chips span {
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--green);
  background: rgba(19, 168, 158, 0.11);
  border: 1px solid rgba(19, 168, 158, 0.18);
  border-radius: var(--radius-sm);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
}

.cinematic-product-chips strong,
.cinematic-product-chips small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cinematic-product-chips strong {
  font-size: 14px;
  line-height: 1.25;
}

.cinematic-product-chips small {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
}

.cinematic-panel {
  display: grid;
  gap: 14px;
  align-self: stretch;
  align-content: center;
  transform: translate3d(0, var(--cinematic-panel-y, 0px), 0);
  perspective: 1400px;
  will-change: transform;
}

.cinematic-panel > * {
  transform-origin: 50% 58%;
  will-change: opacity, transform;
}

.cinematic-proof {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 61, 53, 0.13);
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(15, 61, 53, 0.14);
  backdrop-filter: blur(18px);
}

.cinematic-proof span {
  min-height: 78px;
  padding: 17px 18px;
  color: var(--body);
  border-bottom: 1px solid rgba(15, 61, 53, 0.09);
  font-size: 13px;
  line-height: 1.35;
}

.cinematic-proof span:last-child {
  border-bottom: 0;
}

.cinematic-proof strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 15px;
  line-height: 1.2;
}

.cinematic-word {
  min-height: 188px;
  padding: 22px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15, 61, 53, 0.96), rgba(19, 168, 158, 0.86)),
    var(--green);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 26px 70px rgba(15, 61, 53, 0.18);
}

.cinematic-word span {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.cinematic-word strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.cinematic-home[data-tone="contrast"] .cinematic-proof {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.cinematic-home[data-tone="contrast"] .cinematic-proof span {
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.12);
}

.cinematic-home[data-tone="contrast"] .cinematic-proof strong {
  color: #b9fff2;
}

.cinematic-progress {
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 22px;
  left: max(24px, calc((100vw - var(--max)) / 2));
  z-index: 4;
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr);
  align-items: center;
  gap: 14px;
  color: rgba(15, 61, 53, 0.62);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cinematic-progress i {
  display: block;
  height: 4px;
  overflow: hidden;
  background: rgba(15, 61, 53, 0.12);
  border-radius: 999px;
}

.cinematic-progress b {
  display: block;
  width: calc(var(--cinematic-progress, 0) * 100%);
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--teal), var(--gold));
  border-radius: inherit;
}

.cinematic-home[data-tone="contrast"] .cinematic-progress {
  color: rgba(255, 255, 255, 0.7);
}

.cinematic-home[data-tone="contrast"] .cinematic-progress i {
  background: rgba(255, 255, 255, 0.16);
}

.hero {
  position: relative;
  min-height: clamp(640px, calc(100svh - 52px), 820px);
  overflow: hidden;
  background: #f8fbfa;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 42%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.82) 100%),
    linear-gradient(120deg, rgba(19, 168, 158, 0.16), rgba(240, 162, 58, 0) 40%);
  pointer-events: none;
}

.hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  filter: saturate(1.08) contrast(1.04);
  transform: translate3d(0, var(--hero-media-y, 0px), 0) scale(1.08);
  will-change: transform;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 38%, rgba(255, 255, 255, 0.32) 64%, rgba(255, 255, 255, 0.04) 100%),
    linear-gradient(135deg, rgba(19, 168, 158, 0.18) 0%, rgba(255, 255, 255, 0) 34%, rgba(240, 162, 58, 0.14) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: clamp(640px, calc(100svh - 52px), 820px);
  flex-direction: column;
  justify-content: center;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 44px;
  transform: translate3d(0, var(--hero-copy-y, 0px), 0);
  will-change: transform;
}

.hero-scroll-cue {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 18px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-scroll-cue i {
  display: block;
  width: 62px;
  height: 2px;
  overflow: hidden;
  background: rgba(15, 61, 53, 0.16);
  border-radius: 999px;
}

.hero-scroll-cue i::before {
  content: "";
  display: block;
  width: 22px;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--teal), var(--gold));
  animation: cueSlide 1600ms var(--motion) infinite;
}

.hero-marquee {
  position: absolute;
  right: max(18px, calc((100vw - var(--max)) / 2));
  bottom: 18px;
  left: max(18px, calc((100vw - var(--max)) / 2));
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(15, 61, 53, 0.09);
  font-family: var(--font-display);
  font-size: clamp(42px, 7.4vw, 104px);
  font-weight: 800;
  line-height: 0.86;
  white-space: nowrap;
  pointer-events: none;
}

.hero-marquee span:nth-child(2) {
  color: rgba(19, 168, 158, 0.08);
}

.hero-marquee span:nth-child(3) {
  color: rgba(240, 162, 58, 0.09);
}

.hero-content > p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--body);
  font-size: 17px;
  line-height: 1.6;
}

.mobile-title {
  display: none;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  transition: transform 120ms var(--motion), background 120ms var(--motion), border-color 120ms var(--motion);
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--teal));
  box-shadow: 0 16px 34px rgba(19, 168, 158, 0.2);
}

.button.primary:hover {
  background: linear-gradient(135deg, var(--teal), var(--green));
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 61, 53, 0.12);
  backdrop-filter: blur(16px);
}

.button.secondary:hover {
  border-color: var(--line-strong);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 820px;
  margin-top: 24px;
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface-glass);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.hero-proof span {
  min-height: 72px;
  padding: 14px 16px;
  color: var(--muted);
  border-right: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.35;
}

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

.hero-proof strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 15px;
  line-height: 1.2;
}

.hero-route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 790px;
  margin-top: 12px;
}

.hero-route span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(19, 168, 158, 0.28);
  box-shadow: 0 8px 20px rgba(19, 168, 158, 0.09);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-sm);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 700;
}

.hero-route span:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: var(--gold);
}

@keyframes heroDrift {
  from {
    transform: scale(1.018) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.055) translate3d(-1.5%, 0, 0);
  }
}

@keyframes cueSlide {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(310%);
  }
}

.product-reel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  min-height: calc(100svh - 52px);
  padding: 54px max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 253, 252, 0.98)),
    linear-gradient(135deg, rgba(232, 250, 247, 0.72), rgba(255, 244, 223, 0.46));
  border-bottom: 1px solid rgba(15, 61, 53, 0.1);
  isolation: isolate;
}

.product-reel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 61, 53, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 61, 53, 0.04) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 24%, #000 76%, transparent 100%);
  opacity: 0.46;
}

.reel-copy {
  transform: translate3d(0, var(--reel-copy-y, 0px), 0);
  will-change: transform;
}

.reel-copy h2 {
  max-width: 760px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
}

.path-heading h2 {
  max-width: 760px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
}

.reel-copy > p:not(.eyebrow),
.path-heading > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--body);
  font-size: 17px;
}

.reel-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.reel-controls button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 10px 12px;
  color: var(--body);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-radius: var(--radius);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 28px rgba(15, 61, 53, 0.05);
  transition: transform 180ms var(--motion), border-color 180ms var(--motion), background 180ms var(--motion), box-shadow 180ms var(--motion);
}

.reel-controls button:hover,
.reel-controls button.is-active {
  color: var(--ink);
  background: #ffffff;
  border-color: rgba(19, 168, 158, 0.42);
  box-shadow: 0 16px 40px rgba(15, 61, 53, 0.09);
  transform: translateX(5px);
}

.reel-controls span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--green);
  background: var(--teal-soft);
  border: 1px solid rgba(19, 168, 158, 0.18);
  border-radius: var(--radius-sm);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
}

.reel-controls strong {
  min-width: 0;
  font-size: 14px;
  line-height: 1.28;
}

.reel-stage {
  position: relative;
  transform: translate3d(0, var(--reel-stage-y, 0px), 0);
  will-change: transform;
}

.reel-direction {
  position: absolute;
  top: -28px;
  right: 2px;
  z-index: 3;
  display: flex;
  gap: 5px;
  opacity: 0.64;
  pointer-events: none;
}

.reel-direction span {
  display: block;
  width: 42px;
  height: 30px;
  background: linear-gradient(135deg, rgba(15, 61, 53, 0.94), rgba(19, 168, 158, 0.88));
  clip-path: polygon(0 0, 62% 0, 100% 50%, 62% 100%, 0 100%, 38% 50%);
  filter: drop-shadow(0 12px 22px rgba(15, 61, 53, 0.14));
}

.reel-direction span:nth-child(2) {
  background: linear-gradient(135deg, var(--teal), var(--gold));
  opacity: 0.78;
}

.reel-direction span:nth-child(3) {
  opacity: 0.42;
}

.reel-screen {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 390px;
  overflow: hidden;
  background: #111c19;
  border: 1px solid rgba(15, 61, 53, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(15, 61, 53, 0.22);
}

.reel-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 38%, rgba(0, 0, 0, 0.46)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 46%);
  pointer-events: none;
}

.reel-frame {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 520ms var(--motion), transform 960ms var(--motion);
}

.reel-frame.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.reel-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.02);
}

.reel-frame figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  display: grid;
  max-width: 620px;
  gap: 7px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(12, 29, 25, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
}

.reel-frame figcaption span {
  display: inline-flex;
  width: fit-content;
  color: #b9fff2;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
}

.reel-frame figcaption strong {
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.08;
}

.reel-frame figcaption p {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.reel-progress {
  height: 4px;
  margin-top: 14px;
  overflow: hidden;
  background: rgba(15, 61, 53, 0.12);
  border-radius: 999px;
}

.reel-progress span {
  display: block;
  width: var(--reel-progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--teal), var(--gold));
}

.purchase-path {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  min-height: calc(100svh - 52px);
  padding: 82px max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(180deg, #ffffff 0%, #f9fbfa 100%);
  border-bottom: 1px solid rgba(15, 61, 53, 0.1);
}

.path-heading {
  max-width: 640px;
  transform: translate3d(0, var(--path-copy-y, 0px), 0);
  will-change: transform;
}

.path-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  transform: translate3d(0, var(--path-cards-y, 0px), 0);
  will-change: transform;
}

.path-actions article {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 330px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(15, 61, 53, 0.06);
  transition: transform 180ms var(--motion), border-color 180ms var(--motion), box-shadow 180ms var(--motion);
}

.path-actions article::before {
  content: attr(data-path-word);
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 0;
  color: rgba(15, 61, 53, 0.055);
  font-family: var(--font-display);
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 800;
  line-height: 0.8;
  pointer-events: none;
}

.path-actions article > * {
  position: relative;
  z-index: 1;
}

.path-actions article:hover {
  transform: translateY(-5px);
  border-color: rgba(19, 168, 158, 0.36);
  box-shadow: 0 22px 54px rgba(15, 61, 53, 0.1);
}

.path-actions .path-primary {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15, 61, 53, 0.96), rgba(19, 168, 158, 0.92)),
    var(--green);
  border-color: rgba(15, 61, 53, 0.3);
}

.path-actions .path-primary::before {
  color: rgba(255, 255, 255, 0.13);
}

.path-actions .path-learn {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 252, 0.9)),
    linear-gradient(135deg, rgba(232, 250, 247, 0.72), rgba(255, 255, 255, 0));
}

.path-actions .path-detail {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 242, 0.82)),
    var(--paper);
}

.path-actions span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  margin-bottom: 22px;
  color: var(--green);
  background: var(--teal-soft);
  border: 1px solid rgba(19, 168, 158, 0.18);
  border-radius: var(--radius-sm);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
}

.path-actions .path-primary span {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.path-actions h3 {
  font-size: 22px;
  line-height: 1.18;
}

.path-actions p {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 14px;
}

.path-actions .path-primary p {
  color: rgba(255, 255, 255, 0.78);
}

.path-actions a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  padding: 9px 14px;
  color: var(--ink);
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 800;
}

.path-actions a::after {
  content: ">";
  margin-left: 8px;
  color: var(--gold);
  transition: transform 180ms var(--motion);
}

.path-actions article:hover a::after {
  transform: translateX(4px);
}

.path-actions .path-primary a {
  color: var(--green);
  background: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--max), calc(100% - 48px));
  position: relative;
  z-index: 3;
  margin: -34px auto 0;
  background: var(--surface-glass);
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.assurance article {
  display: flex;
  min-height: 104px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
  transition: background 180ms var(--motion), transform 180ms var(--motion);
}

.assurance article:hover {
  background: rgba(232, 250, 247, 0.56);
}

.assurance article:last-child {
  border-right: 0;
}

.assurance strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.assurance span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.process-flow,
.process-insights,
.field-rhythm,
.section,
.specs,
.contact {
  width: min(var(--max), calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.process-flow {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 42px;
  padding: 82px 0 0;
  align-items: start;
}

.process-copy {
  position: sticky;
  top: 86px;
  padding-top: 8px;
}

.process-copy p:not(.eyebrow),
.field-copy p:not(.eyebrow),
.section-title p,
.map-intro p,
.module-list p,
.quote-notes li,
.spec-copy p,
.feature-row p,
.contact p,
.site-footer p {
  color: var(--muted);
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-right: 0;
  border-bottom: 0;
}

.flow-steps li {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 182px;
  padding: 22px;
  background: var(--paper);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  cursor: default;
  position: relative;
  transition: background 180ms var(--motion), transform 180ms var(--motion), box-shadow 180ms var(--motion);
}

.flow-steps li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--teal), var(--gold));
  opacity: 0;
  transition: opacity 180ms var(--motion);
}

.flow-steps li:hover,
.flow-steps li.is-process-active {
  z-index: 1;
  background: linear-gradient(135deg, #ffffff, var(--teal-soft));
  box-shadow: 0 18px 42px rgba(19, 168, 158, 0.12);
  transform: translateY(-3px);
}

.flow-steps li:focus-visible,
.line-tabs button:focus-visible,
.reel-controls button:focus-visible,
.category-card a:focus-visible,
.path-actions a:focus-visible,
.button:focus-visible {
  outline: 3px solid rgba(19, 168, 158, 0.28);
  outline-offset: 3px;
}

.flow-steps li:hover::before,
.flow-steps li.is-process-active::before {
  opacity: 1;
}

.flow-steps span,
.module-list span,
.rhythm-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  margin-bottom: 14px;
  color: var(--green);
  background: #fff;
  border: 1px solid rgba(19, 168, 158, 0.2);
  border-radius: var(--radius-sm);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 700;
}

.flow-steps strong {
  display: block;
  margin-bottom: 8px;
}

.flow-steps p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.process-insights {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 42px;
  margin-top: 72px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(232, 250, 247, 0.86), rgba(255, 248, 236, 0.72)),
    #ffffff;
  border: 1px solid rgba(15, 61, 53, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(15, 61, 53, 0.08);
}

.insights-heading {
  align-self: start;
}

.insights-heading p:not(.eyebrow),
.insight-grid p {
  color: var(--muted);
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(15, 61, 53, 0.12);
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-radius: var(--radius-sm);
}

.insight-grid article {
  min-height: 210px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  transition: transform 180ms var(--motion), background 180ms var(--motion), box-shadow 180ms var(--motion);
}

.insight-grid article:hover {
  z-index: 1;
  background: #fff;
  box-shadow: 0 20px 44px rgba(15, 61, 53, 0.12);
  transform: translateY(-3px);
}

.insight-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  margin-bottom: 16px;
  color: var(--green);
  background: var(--teal-soft);
  border: 1px solid rgba(19, 168, 158, 0.2);
  border-radius: var(--radius-sm);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 700;
}

.insight-grid h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

.insight-grid p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.58;
}

.field-rhythm {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 42px;
  margin-top: 96px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.rhythm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-bottom: 0;
}

.rhythm-grid article {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 164px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.rhythm-grid article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.rhythm-grid strong {
  display: block;
  margin-bottom: 6px;
}

.rhythm-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 82px 0 0;
}

.assurance + .section {
  padding-top: 72px;
}

.section-title {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(0, 0.88fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 28px;
}

.section-title .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-title h2,
.section-title p {
  margin-bottom: 0;
}

.section-title h2,
.process-copy h2,
.map-intro h2,
.spec-copy h2,
.feature-row h2,
.field-copy h2 {
  color: var(--ink);
}

.line-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-right: 0;
  background: linear-gradient(90deg, #ffffff 0%, #fbfffd 55%, #fffaf2 100%);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(15, 61, 53, 0.08);
}

.line-tabs button {
  min-height: 58px;
  padding: 12px 14px;
  color: var(--body);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  cursor: pointer;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  transition: color 120ms var(--motion), background 120ms var(--motion);
}

.line-tabs button:hover,
.line-tabs button.is-active {
  color: var(--green);
  background: linear-gradient(135deg, var(--teal-soft), var(--gold-soft));
}

.line-tabs button.is-active {
  box-shadow: inset 0 -4px 0 var(--teal);
}

.line-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.line-grid article,
.category-card {
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(15, 61, 53, 0.11);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(15, 61, 53, 0.06);
  transition: border-color 180ms var(--motion), transform 180ms var(--motion), opacity 180ms var(--motion), background 180ms var(--motion), box-shadow 180ms var(--motion);
}

.line-grid article {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(0, 1.1fr);
}

.line-grid article.is-active {
  border-color: rgba(19, 168, 158, 0.52);
  background: linear-gradient(180deg, #ffffff 0%, #f4fffc 100%);
  box-shadow: var(--shadow-card);
}

.line-grid article:hover,
.category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(19, 168, 158, 0.4);
  box-shadow: var(--shadow-card);
}

.line-grid img {
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  border-right: 1px solid var(--line);
  transition: transform 520ms var(--motion), filter 520ms var(--motion);
}

.line-grid article:hover img,
.category-card:hover img,
.feature-row:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.03);
}

.line-grid article > div,
.category-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
}

.line-capacity,
.spec-list span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 8px;
  color: var(--green);
  background: linear-gradient(135deg, var(--teal-soft), #fff);
  border: 1px solid rgba(19, 168, 158, 0.18);
  border-radius: var(--radius-sm);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 700;
}

.line-grid p,
.category-card p,
.spec-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.line-facts {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 61, 53, 0.12);
}

.line-facts div {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 12px;
}

.line-facts dt,
.line-facts dd {
  margin: 0;
}

.line-facts dt {
  color: var(--muted);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.line-facts dd {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.4;
}

.system-map {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr) minmax(270px, 0.72fr);
  gap: 34px;
  align-items: start;
  margin-top: 82px;
  padding: 72px max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(135deg, #f6fffc 0%, #ffffff 45%, #fff8ec 100%);
  border-top: 1px solid rgba(15, 61, 53, 0.1);
  border-bottom: 1px solid rgba(15, 61, 53, 0.1);
}

.module-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.module-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(15, 61, 53, 0.1);
  transition: transform 180ms var(--motion), color 180ms var(--motion);
}

.module-list article:hover {
  transform: translateX(4px);
}

.module-list span {
  margin: 0;
  background: var(--paper);
}

.module-list strong {
  display: block;
  margin-bottom: 4px;
}

.module-list p,
.quote-notes li {
  margin: 0;
  font-size: 14px;
}

.quote-notes {
  padding: 24px;
  background: var(--paper);
  border: 1px solid rgba(19, 168, 158, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(15, 61, 53, 0.08);
}

.quote-notes h3 {
  margin-bottom: 14px;
}

.quote-notes ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.category-card {
  display: grid;
  grid-template-rows: 220px 1fr;
  height: 100%;
}

.category-card img {
  height: 220px;
  object-fit: cover;
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
  transition: transform 520ms var(--motion), filter 520ms var(--motion);
}

.equipment-specs {
  display: grid;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.equipment-specs li {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 5px 8px;
  color: var(--green);
  background: var(--teal-soft);
  border: 1px solid rgba(19, 168, 158, 0.18);
  border-radius: var(--radius-sm);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.category-card a {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: var(--ink);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 700;
}

.category-card a::after {
  content: ">";
  margin-left: 8px;
  color: var(--gold);
  transition: transform 180ms var(--motion);
}

.category-card:hover a::after {
  transform: translateX(4px);
}

.category-card.is-search-match {
  border-color: rgba(18, 63, 54, 0.52);
  background: #fbfdfc;
}

.category-card.is-search-dim {
  opacity: 0.36;
}

.specs {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 0;
  margin-top: 82px;
  border: 1px solid rgba(15, 61, 53, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 20px 54px rgba(15, 61, 53, 0.08);
}

.spec-copy {
  padding: 34px;
  background: linear-gradient(135deg, var(--teal-soft), #ffffff);
  border-right: 1px solid var(--line);
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spec-list article {
  min-height: 184px;
  padding: 24px;
  background: var(--paper);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.spec-list article {
  transition: background 180ms var(--motion), transform 180ms var(--motion);
}

.spec-list article:hover {
  background: #fffaf2;
  transform: translateY(-2px);
}

.spec-list article:nth-child(3n) {
  border-right: 0;
}

.spec-list article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.spec-list strong {
  display: block;
  margin-bottom: 8px;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(15, 61, 53, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(15, 61, 53, 0.07);
}

.feature-row img {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-right: 1px solid var(--line);
  transition: transform 520ms var(--motion), filter 520ms var(--motion);
}

.feature-row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 46px;
  margin-top: 82px;
  margin-bottom: 96px;
  padding: 42px;
  color: var(--ink);
  background:
    linear-gradient(135deg, #f2fffb 0%, #ffffff 48%, #fff3da 100%);
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.contact .eyebrow {
  color: var(--teal);
}

.contact p {
  color: var(--body);
}

.contact form,
.quote-modal-form [data-quote-form] {
  display: grid;
  gap: 14px;
}

.contact label,
.quote-modal-form label {
  display: grid;
  gap: 7px;
  color: var(--green);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 700;
}

.contact input,
.contact select,
.contact textarea,
.quote-modal-form input,
.quote-modal-form select,
.quote-modal-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 61, 53, 0.16);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.contact input:focus,
.contact select:focus,
.contact textarea:focus,
.quote-modal-form input:focus,
.quote-modal-form select:focus,
.quote-modal-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(19, 168, 158, 0.12);
}

.contact option,
.quote-modal-form option {
  color: var(--ink);
}

.contact button,
.quote-modal-form button {
  min-height: 48px;
  border: 0;
  border-radius: var(--radius-sm);
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--teal));
  font-weight: 700;
  cursor: pointer;
  transition: transform 120ms var(--motion), background 120ms var(--motion);
}

.contact button:hover,
.quote-modal-form button:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--teal), var(--green));
}

.contact button:disabled,
.quote-modal-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.quote-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.quote-form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.quote-form-status.is-pending {
  color: var(--teal);
}

.quote-form-status.is-success {
  color: var(--green);
  font-weight: 700;
}

.quote-form-status.is-error {
  color: #9a332d;
  font-weight: 700;
}

/* Lower-page chapters use the same paced, full-width narrative as the hero. */
.page-chapter {
  position: relative;
  isolation: isolate;
  margin-top: 0;
  padding-top: clamp(88px, 9vw, 132px);
  padding-bottom: clamp(88px, 9vw, 132px);
  border: 0;
  scroll-margin-top: 92px;
}

.page-chapter::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  border-top: 1px solid rgba(15, 61, 53, 0.09);
  border-bottom: 1px solid rgba(15, 61, 53, 0.07);
  pointer-events: none;
}

.page-chapter > * {
  position: relative;
  z-index: 1;
}

.chapter-lines::before,
.chapter-equipment::before,
.chapter-support::before {
  background: #ffffff;
}

.chapter-process::before,
.chapter-specs::before,
.chapter-contact::before {
  background: linear-gradient(135deg, #f1faf7 0%, #ffffff 58%, #fff9ee 100%);
}

.chapter-engineering::before,
.chapter-about::before {
  background: linear-gradient(135deg, #fffaf0 0%, #ffffff 52%, #eef9f5 100%);
}

.chapter-lines .section-title,
.chapter-equipment .section-title {
  margin-bottom: 38px;
}

.chapter-lines .line-grid {
  position: relative;
  display: block;
  min-height: 390px;
}

.chapter-lines .line-grid article {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(340px, 1.05fr) minmax(0, 0.95fr);
  width: 100%;
  min-height: 390px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(44px, 0, 0) scale(0.985);
}

.chapter-lines .line-grid article.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.chapter-lines .line-grid img {
  min-height: 390px;
}

.system-map.page-chapter {
  width: min(var(--max), calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  background: transparent;
  border: 0;
}

.specs.page-chapter {
  overflow: visible;
  gap: 34px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.chapter-specs .spec-copy {
  align-self: stretch;
  border: 1px solid rgba(15, 61, 53, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(15, 61, 53, 0.06);
}

.chapter-specs .spec-list {
  overflow: hidden;
  border: 1px solid rgba(15, 61, 53, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(15, 61, 53, 0.06);
}

.chapter-support .feature-row {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.chapter-support .feature-row img {
  border-radius: var(--radius);
  box-shadow: 0 22px 62px rgba(15, 61, 53, 0.12);
}

.field-rhythm.page-chapter {
  margin-top: 0;
  border-top: 0;
}

.contact.page-chapter {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.chapter-contact form {
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(15, 61, 53, 0.1);
}

.site-footer {
  display: block;
  padding: 36px max(24px, calc((100vw - var(--max)) / 2)) 24px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.site-footer img {
  width: 130px;
}

.site-footer p {
  max-width: 560px;
  margin: 10px 0 0;
}

.site-footer a {
  color: var(--ink);
  font-weight: 700;
}

.site-footer .icp-link {
  display: block;
  width: fit-content;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.reveal-item {
  opacity: 0.98;
  transform: translateY(4px);
  transition: opacity 360ms ease, transform 360ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    scroll-snap-type: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .hero > img,
  .hero-content,
  .reel-copy,
  .reel-stage,
  .path-heading,
  .path-actions,
  .cinematic-visual,
  .cinematic-scene,
  .cinematic-panel {
    transform: none !important;
  }

  .hero-scroll-cue i::before {
    animation: none !important;
  }

  .brand-logo-fill {
    animation: none !important;
    background-position: 42% 52%;
    transform: none !important;
  }

  .cinematic-visual video {
    display: none;
  }

  .cinematic-visual.is-video-ready img {
    opacity: 1;
  }
}

@media (max-width: 1120px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 34px;
  }

  .main-header {
    grid-template-columns: 180px 1fr;
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .auth-status {
    max-width: 120px;
  }

  .category-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .category-nav a {
    white-space: nowrap;
  }

  .cinematic-home {
    min-height: calc(100svh - 52px);
  }

  .cinematic-content {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 22px;
  }

  .cinematic-copy {
    max-width: 920px;
  }

  .cinematic-scenes {
    min-height: clamp(420px, 50svh, 540px);
  }

  .cinematic-panel {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.5fr);
    align-self: auto;
  }

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

  .cinematic-proof span {
    border-right: 1px solid rgba(15, 61, 53, 0.09);
    border-bottom: 0;
  }

  .cinematic-proof span:last-child {
    border-right: 0;
  }

  .process-flow,
  .process-insights,
  .product-reel,
  .purchase-path,
  .field-rhythm,
  .system-map,
  .specs,
  .feature-row,
  .contact {
    grid-template-columns: 1fr;
  }

  .process-copy {
    position: static;
  }

  .flow-steps,
  .insight-grid,
  .rhythm-grid,
  .line-grid,
  .category-grid,
  .path-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reel-screen {
    min-height: 360px;
  }

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

  .line-grid article {
    grid-template-columns: 1fr;
  }

  .line-grid img {
    height: 250px;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .line-grid .media-viewer-trigger {
    min-height: 250px;
    border-bottom: 1px solid var(--line);
  }

  .media-modal-panel {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  }

  .quote-modal-panel {
    grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  }

  .media-modal-visual {
    min-height: 500px;
  }

  .quote-notes {
    padding: 24px;
    border: 1px solid rgba(19, 168, 158, 0.22);
  }

  .spec-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-row img {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .utility-inner,
  .main-header,
  .hero-content,
  .assurance,
  .process-flow,
  .process-insights,
  .field-rhythm,
  .section,
  .specs,
  .contact {
    width: calc(100% - 28px);
  }

  .utility-inner {
    min-height: 38px;
  }

  .utility-inner nav {
    display: none;
  }

  .main-header {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 16px 0;
  }

  .media-modal {
    padding: 12px;
  }

  .media-modal-panel {
    grid-template-columns: 1fr;
    height: auto;
    max-height: calc(100svh - 24px);
    overflow-y: auto;
  }

  .quote-modal {
    padding: 12px;
  }

  .quote-modal-panel {
    grid-template-columns: 1fr;
    max-height: calc(100svh - 24px);
    overflow-y: auto;
  }

  .quote-modal-copy {
    padding: 30px 22px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(15, 61, 53, 0.1);
  }

  .quote-modal-copy h2 {
    max-width: calc(100% - 38px);
    font-size: clamp(30px, 9vw, 42px);
  }

  .quote-modal-points {
    margin-top: 20px;
  }

  .quote-modal-form {
    padding: 24px 22px 26px;
    overflow: visible;
  }

  .media-modal-visual {
    min-height: 0;
    height: min(68vw, 310px);
  }

  .media-gallery-switcher {
    right: 12px;
    bottom: 42px;
    left: 12px;
  }

  .media-gallery-switcher button {
    grid-template-columns: 40px minmax(62px, 1fr);
    min-width: 128px;
  }

  .media-gallery-switcher img {
    width: 40px;
    height: 30px;
  }

  .media-modal-copy {
    padding: 28px 22px 24px;
    overflow: visible;
  }

  .media-modal-copy h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .media-modal-close {
    top: 10px;
    right: 10px;
  }

  .quote-modal-close {
    top: 10px;
    right: 10px;
  }

  .media-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .media-modal-actions .button {
    width: 100%;
  }

  .media-viewer-trigger::after {
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    opacity: 1;
    transform: none;
  }

  .cinematic-home {
    height: auto;
    min-height: 0;
  }

  .cinematic-stage {
    position: relative;
    top: auto;
    min-height: 0;
    padding: 22px 0 42px;
  }

  .cinematic-stage::before {
    background-size: 62px 62px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
  }

  .cinematic-stage::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.96) 330px, rgba(255, 255, 255, 0.96) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.18));
  }

  .cinematic-home[data-tone="contrast"] .cinematic-stage {
    color: var(--ink);
    background: #f6f8f5;
  }

  .cinematic-home[data-tone="contrast"] .cinematic-stage::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.96) 330px, rgba(255, 255, 255, 0.96) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.18));
  }

  .cinematic-media {
    position: relative;
    z-index: 3;
    width: calc(100% - 28px);
    height: min(62vw, 330px);
    min-height: 250px;
    margin: 0 auto 22px;
    border: 1px solid rgba(15, 61, 53, 0.12);
    border-radius: var(--radius);
    box-shadow: 0 18px 48px rgba(15, 61, 53, 0.12);
  }

  .cinematic-visual {
    transform: none;
  }

  .cinematic-visual video {
    display: none;
  }

  .cinematic-visual.is-video-ready img {
    opacity: 1;
  }

  .cinematic-visual.is-active {
    transform: none;
  }

  .cinematic-content {
    display: block;
    width: calc(100% - 28px);
    min-height: 0;
    padding: 0;
  }

  .cinematic-copy,
  .cinematic-panel {
    transform: none;
  }

  .cinematic-scenes {
    display: block;
    min-height: 0;
  }

  .cinematic-scene {
    position: relative;
    inset: auto;
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    padding: 0;
    border-bottom: 0;
  }

  .cinematic-scene.is-active {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .cinematic-scene h1,
  .cinematic-scene h2 {
    font-size: clamp(36px, 12vw, 52px);
    line-height: 1;
  }

  .cinematic-home[data-tone="contrast"] .cinematic-scene p {
    color: var(--body);
  }

  .cinematic-home[data-tone="contrast"] .cinematic-scene [data-cinematic-kicker] {
    color: var(--green);
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(19, 168, 158, 0.22);
  }

  .cinematic-product-chips,
  .cinematic-panel {
    grid-template-columns: 1fr;
  }

  .cinematic-product-chips strong,
  .cinematic-product-chips small {
    white-space: normal;
  }

  .cinematic-proof {
    grid-template-columns: 1fr;
    margin-top: 8px;
  }

  .cinematic-proof span {
    border-right: 0;
    border-bottom: 1px solid rgba(15, 61, 53, 0.09);
  }

  .cinematic-word {
    min-height: 138px;
  }

  .cinematic-progress {
    display: none;
  }

  .brand-motion-logo {
    width: 134px;
  }

  .search {
    grid-template-columns: 1fr;
    height: 42px;
  }

  .search input {
    font-size: 14px;
    text-overflow: ellipsis;
  }

  .search button {
    display: none;
  }

  .header-actions {
    grid-column: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .language-switcher {
    flex: 1 1 160px;
    min-width: 0;
  }

  .language-switcher select,
  .quote-link,
  .tool-link,
  .auth-button,
  .auth-logout {
    min-height: 42px;
    height: 42px;
  }

  .auth-status {
    order: 3;
    flex: 1 1 100%;
    min-height: 20px;
    max-width: none;
  }

  .auth-panel {
    padding: 26px 20px 22px;
  }

  .auth-panel h2 {
    font-size: 24px;
  }

  .category-nav a {
    min-height: 46px;
    padding: 0 15px;
    font-size: 12px;
  }

  .hero {
    min-height: 590px;
  }

  .hero > img {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.9)),
      linear-gradient(135deg, rgba(19, 168, 158, 0.14), rgba(240, 162, 58, 0.14));
  }

  .hero-content {
    display: flex;
    min-height: 590px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 0;
  }

  h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  h2 {
    font-size: 28px;
  }

  .desktop-title {
    display: none;
  }

  .mobile-title {
    display: inline;
  }

  .hero-content > p:not(.eyebrow) {
    font-size: 15px;
  }

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

  .hero-proof span {
    min-height: 0;
    padding: 13px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-proof span:last-child {
    border-bottom: 0;
  }

  .hero-route {
    gap: 6px;
  }

  .hero-route span {
    min-height: 30px;
    font-size: 11px;
  }

  .hero-scroll-cue {
    margin-top: 14px;
    font-size: 11px;
  }

  .hero-marquee {
    right: 14px;
    bottom: 8px;
    left: 14px;
    gap: 10px;
    font-size: 38px;
    opacity: 0.82;
  }

  .hero-marquee span:nth-child(2),
  .hero-marquee span:nth-child(3) {
    display: none;
  }

  .product-reel,
  .purchase-path {
    min-height: auto;
    padding: 58px 14px;
  }

  .product-reel::before {
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  }

  .reel-copy h2,
  .path-heading h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .reel-copy > p:not(.eyebrow),
  .path-heading > p:not(.eyebrow) {
    font-size: 15px;
  }

  .reel-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .reel-controls button {
    grid-template-columns: 1fr;
    min-height: 86px;
    padding: 12px;
  }

  .reel-controls button:hover,
  .reel-controls button.is-active {
    transform: translateY(-2px);
  }

  .reel-screen {
    min-height: 0;
    aspect-ratio: 4 / 5;
    margin-top: 4px;
  }

  .reel-direction {
    top: -18px;
    right: 6px;
  }

  .reel-direction span {
    width: 28px;
    height: 20px;
  }

  .reel-frame figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px;
  }

  .reel-frame figcaption strong {
    font-size: 22px;
  }

  .reel-frame figcaption p {
    font-size: 13px;
  }

  .path-actions {
    grid-template-columns: 1fr;
  }

  .path-actions article {
    min-height: 0;
  }

  .path-actions article::before {
    font-size: 54px;
    opacity: 0.82;
  }

  .assurance,
  .flow-steps,
  .insight-grid,
  .rhythm-grid,
  .section-title,
  .line-tabs,
  .line-grid,
  .category-grid,
  .spec-list {
    grid-template-columns: 1fr;
  }

  .process-insights {
    padding: 28px 18px;
  }

  .assurance article,
  .rhythm-grid article:nth-child(odd) {
    border-right: 0;
  }

  .assurance article {
    border-bottom: 1px solid var(--line);
  }

  .assurance article:last-child {
    border-bottom: 0;
  }

  .process-flow,
  .section {
    padding-top: 58px;
  }

  .field-rhythm,
  .system-map {
    margin-top: 58px;
  }

  .field-rhythm {
    gap: 24px;
    padding-top: 28px;
  }

  .system-map {
    padding: 42px 14px;
  }

  .line-facts div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .category-card {
    grid-template-rows: 210px 1fr;
  }

  .category-card img {
    height: 210px;
  }

  .spec-list article,
  .spec-list article:nth-child(3n),
  .spec-list article:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .spec-list article:last-child {
    border-bottom: 0;
  }

  .feature-row > div,
  .spec-copy,
  .contact {
    padding: 24px;
  }

  .contact {
    gap: 28px;
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .site-footer {
    padding: 30px 20px 24px;
  }

  .footer-main {
    display: block;
  }
}

[dir="rtl"] body {
  font-family: var(--font-arabic);
  text-align: right;
}

[dir="rtl"] :is(
  h1,
  h2,
  h3,
  .eyebrow,
  .utility-inner nav,
  .brand-subline,
  .language-switcher,
  .category-nav a,
  .hero-proof strong,
  .hero-route span,
  .flow-steps span,
  .module-list span,
  .rhythm-grid span,
  .line-tabs button,
  .category-card a,
  .spec-list span,
  .feature-row strong,
  .site-footer strong
) {
  font-family: var(--font-arabic);
}

[dir="rtl"] .utility-inner,
[dir="rtl"] .main-header,
[dir="rtl"] .hero-actions,
[dir="rtl"] .header-actions,
[dir="rtl"] .site-footer {
  direction: rtl;
}

[dir="rtl"] .category-nav {
  direction: rtl;
}

[dir="rtl"] .auth-close {
  right: auto;
  left: 14px;
}

[dir="rtl"] .hero-route span:not(:last-child)::after,
[dir="rtl"] .category-card a::after {
  margin-right: 8px;
  margin-left: 0;
  transform: rotate(180deg);
}

[dir="rtl"] .quote-notes {
  padding-right: 24px;
  padding-left: 24px;
  border: 1px solid rgba(19, 168, 158, 0.22);
}

[dir="rtl"] .module-list article:hover {
  transform: translateX(-4px);
}

[dir="rtl"] .media-modal-close {
  right: auto;
  left: 16px;
}

[dir="rtl"] .quote-modal-close {
  right: auto;
  left: 16px;
}

[dir="rtl"] .quote-modal-copy {
  border-right: 0;
  border-left: 1px solid rgba(15, 61, 53, 0.1);
}

[dir="rtl"] .quote-modal-points li {
  padding-right: 34px;
  padding-left: 14px;
}

[dir="rtl"] .quote-modal-points li::before {
  right: 14px;
  left: auto;
}

[dir="rtl"] .media-modal-highlights li {
  padding-right: 24px;
  padding-left: 0;
}

[dir="rtl"] .media-modal-highlights li::before {
  right: 2px;
  left: auto;
}

[dir="rtl"] .explorer-hotspot {
  padding-right: 8px;
  padding-left: 12px;
  text-align: right;
}

[dir="rtl"] .explorer-hotspot::after {
  right: auto;
  left: 10px;
  border-right: 0;
  border-left: 1px solid rgba(15, 61, 53, 0.12);
}

[dir="rtl"] .equipment-modal-close {
  right: auto;
  left: 16px;
}

[dir="rtl"] .equipment-visual-stack {
  border-right: 0;
  border-left: 1px solid rgba(15, 61, 53, 0.1);
}

[dir="rtl"] .equipment-tabs,
[dir="rtl"] .equipment-modal-actions {
  direction: rtl;
}

[dir="rtl"] .equipment-benefits li {
  padding-right: 26px;
  padding-left: 0;
}

[dir="rtl"] .equipment-benefits li::before {
  right: 2px;
  left: auto;
}

@media (max-width: 1120px) {
  [dir="rtl"] .quote-notes {
    padding-right: 24px;
    border: 1px solid rgba(19, 168, 158, 0.22);
  }
}

@media (max-width: 760px) {
  .page-chapter {
    width: calc(100% - 28px);
    padding-top: 68px;
    padding-bottom: 68px;
    scroll-margin-top: 76px;
  }

  .chapter-lines .line-grid {
    min-height: 0;
  }

  .chapter-lines .line-grid article {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .chapter-lines .line-grid img {
    height: 250px;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .system-map.page-chapter {
    width: calc(100% - 28px);
    padding-right: 0;
    padding-left: 0;
  }

  .specs.page-chapter,
  .contact.page-chapter {
    gap: 24px;
    padding: 68px 0;
  }

  .chapter-support .feature-row img {
    border-radius: var(--radius);
  }

  .chapter-contact form {
    padding: 22px;
  }

  [dir="rtl"] .quote-modal-copy {
    border-left: 0;
  }

  [dir="rtl"] .equipment-visual-stack {
    border-left: 0;
  }
}

/* Fullscreen 3D digital showroom */
.digital-explorer {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  scroll-margin-top: 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 22%, rgba(19, 168, 158, 0.15), transparent 34%),
    linear-gradient(135deg, #f7faf8 0%, #ffffff 42%, #eef7f4 100%);
  isolation: isolate;
}

.digital-explorer-copy {
  position: absolute;
  top: clamp(34px, 7vh, 82px);
  left: clamp(18px, 5vw, 72px);
  z-index: 8;
  width: min(390px, calc(100% - 36px));
  padding: 0 0 0 clamp(16px, 2vw, 22px);
  color: var(--ink);
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 3px solid rgba(19, 168, 158, 0.7);
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.84);
  pointer-events: none;
}

.digital-explorer-copy h2 {
  max-width: 460px;
  margin-bottom: 16px;
  font-size: clamp(38px, 4.1vw, 62px);
  line-height: 0.98;
}

.digital-explorer-copy > p:not(.eyebrow) {
  max-width: 540px;
  color: rgba(35, 56, 51, 0.88);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.58;
}

.explorer-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 520px;
  margin-top: 22px;
}

.explorer-metrics span {
  display: inline-flex;
  grid-template-columns: none;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(15, 61, 53, 0.12);
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(15, 61, 53, 0.08);
  backdrop-filter: blur(18px);
}

.explorer-metrics strong {
  font-size: 20px;
}

.digital-explorer .explorer-metrics {
  display: none;
}

.explorer-stage {
  position: relative;
  width: 100%;
  height: clamp(640px, calc(100svh - 72px), 900px);
  min-height: clamp(640px, calc(100svh - 72px), 900px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(238, 248, 244, 0.78) 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.explorer-stage::before {
  display: none;
}

.showroom-canvas,
.showroom-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.showroom-canvas {
  z-index: 1;
  display: block;
  cursor: grab;
}

.explorer-stage.has-3d-hover .showroom-canvas {
  cursor: pointer;
}

.showroom-fallback {
  z-index: 0;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.03);
  transform-origin: center;
  transition:
    opacity 420ms var(--motion),
    transform 620ms var(--motion),
    filter 420ms var(--motion);
}

.explorer-stage.is-3d .showroom-fallback {
  opacity: 0;
  pointer-events: none;
}

.digital-explorer[data-showroom-scroll-story] .showroom-panorama-image {
  opacity: 0.92;
  filter: saturate(1.03) contrast(1.02) brightness(0.96);
  transform:
    scale(1.08)
    translate3d(calc((var(--showroom-progress, 0) - 0.5) * -34px), 0, 0);
}

.digital-explorer[data-showroom-scroll-story] .explorer-stage.is-3d .showroom-panorama-image {
  opacity: 0.74;
}

.digital-explorer[data-showroom-scroll-story] .showroom-canvas {
  z-index: 2;
}

.explorer-stage.is-panorama .showroom-panorama-image {
  z-index: 1;
  max-width: none;
  max-height: none;
  object-fit: fill;
  opacity: 1;
  filter: saturate(1.04) contrast(1.04) brightness(0.98);
  transform-origin: 0 0;
  will-change: transform, width, height;
  pointer-events: none;
  user-select: none;
}

.digital-explorer[data-showroom-scroll-story] .explorer-stage.is-panorama .showroom-panorama-image {
  opacity: 1;
}

.explorer-stage.is-panorama.is-dragging {
  cursor: grabbing;
}

.explorer-stage.is-panorama .showroom-atmosphere {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.16) 32%, rgba(255, 255, 255, 0) 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(7, 36, 30, 0.1) 100%);
}

.showroom-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  padding: 12px 16px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(15, 61, 53, 0.12);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.showroom-loader[hidden] {
  display: none;
}

.showroom-controls {
  position: absolute;
  top: clamp(18px, 4vh, 38px);
  right: clamp(18px, 4vw, 54px);
  z-index: 8;
  display: inline-flex;
  gap: 8px;
}

.showroom-controls button {
  min-height: 38px;
  padding: 0 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 61, 53, 0.13);
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(15, 61, 53, 0.08);
  backdrop-filter: blur(18px);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  transition:
    background 220ms var(--motion),
    border-color 220ms var(--motion),
    transform 220ms var(--motion);
}

.showroom-controls button:hover,
.showroom-controls button:focus-visible,
.showroom-controls button[aria-pressed="true"] {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(19, 168, 158, 0.44);
  outline: 0;
  transform: translateY(-2px);
}

.explorer-stage.is-3d .explorer-hotspot,
.explorer-stage.is-panorama .explorer-hotspot {
  position: absolute;
  z-index: 7;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  min-width: 130px;
  max-width: 178px;
  min-height: 52px;
  opacity: 0.96;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(15, 61, 53, 0.14);
  box-shadow: 0 18px 44px rgba(7, 36, 30, 0.14);
  backdrop-filter: blur(18px);
  transform:
    translate3d(var(--hotspot-x, 50%), var(--hotspot-y, 50%), 0)
    translate(-50%, -50%)
    translateY(var(--hotspot-lift, 0));
  transition:
    opacity 260ms var(--motion),
    background 220ms var(--motion),
    border-color 220ms var(--motion),
    box-shadow 220ms var(--motion),
    transform 280ms var(--motion);
}

.explorer-stage.is-panorama .explorer-hotspot {
  top: 0;
  left: 0;
  grid-template-columns: 1fr;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  overflow: visible;
  opacity: 0.82;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  box-shadow:
    0 0 0 calc(7px + var(--proximity, 0) * 11px) rgba(19, 168, 158, 0.1),
    0 14px 38px rgba(7, 36, 30, 0.12);
  backdrop-filter: blur(8px);
}

.explorer-stage.is-panorama .explorer-hotspot::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(19, 168, 158, 0.38);
  border-radius: inherit;
  opacity: calc(0.2 + var(--proximity, 0) * 0.55);
  transform: scale(calc(0.9 + var(--proximity, 0) * 0.46));
  transition:
    opacity 220ms var(--motion),
    transform 220ms var(--motion);
  pointer-events: none;
}

.explorer-stage.is-panorama .explorer-hotspot span {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  margin: auto;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 113, 101, 0.22);
}

.explorer-stage.is-panorama .explorer-hotspot strong {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  z-index: 3;
  width: max-content;
  max-width: 190px;
  padding: 8px 11px;
  overflow: visible;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 61, 53, 0.12);
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(7, 36, 30, 0.14);
  opacity: 0;
  transform: translate3d(-8px, -50%, 0);
  transition:
    opacity 180ms var(--motion),
    transform 220ms var(--motion);
  white-space: nowrap;
  pointer-events: none;
}

.explorer-stage.is-3d .explorer-hotspot::after,
.explorer-stage.is-panorama .explorer-hotspot::after {
  display: none;
}

.explorer-stage.is-3d .explorer-hotspot:hover,
.explorer-stage.is-3d .explorer-hotspot:focus-visible,
.explorer-stage.is-3d .explorer-hotspot.is-focused,
.explorer-stage.is-panorama .explorer-hotspot:hover,
.explorer-stage.is-panorama .explorer-hotspot:focus-visible,
.explorer-stage.is-panorama .explorer-hotspot.is-focused,
.explorer-stage.is-panorama .explorer-hotspot.is-near {
  --hotspot-lift: -7px;
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(19, 168, 158, 0.5);
  box-shadow: 0 24px 58px rgba(7, 36, 30, 0.2);
}

.explorer-stage.is-panorama .explorer-hotspot:hover strong,
.explorer-stage.is-panorama .explorer-hotspot:focus-visible strong,
.explorer-stage.is-panorama .explorer-hotspot.is-focused strong,
.explorer-stage.is-panorama .explorer-hotspot.is-near strong {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

.explorer-stage.is-3d .explorer-hotspot.is-behind,
.explorer-stage.is-panorama .explorer-hotspot.is-behind {
  opacity: 0;
  pointer-events: none;
}

.explorer-stage.is-3d .explorer-route-card,
.explorer-stage.is-panorama .explorer-route-card {
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(84px, 11vh, 118px);
  left: auto;
  z-index: 8;
  width: min(520px, calc(100% - 36px));
  color: var(--green);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(15, 61, 53, 0.13);
  border-radius: 18px;
  box-shadow: 0 20px 56px rgba(7, 36, 30, 0.13);
  backdrop-filter: blur(18px);
  pointer-events: none;
}

.explorer-stage.is-panorama .explorer-route-card {
  display: none;
}

@media (max-width: 1120px) {
  .digital-explorer {
    min-height: 100svh;
  }

  .digital-explorer-copy {
    top: 34px;
  }

  .explorer-stage {
    min-height: 820px;
  }
}

@media (max-width: 760px) {
  .digital-explorer {
    width: 100%;
    min-height: 100svh;
    margin: 0;
  }

  .digital-explorer-copy {
    position: absolute;
    top: 76px;
    left: 14px;
    z-index: 8;
    width: calc(100% - 28px);
    margin: 0;
    padding-top: 0;
  }

  .digital-explorer-copy h2 {
    max-width: 330px;
    font-size: clamp(34px, 10vw, 46px);
  }

  .digital-explorer-copy > p:not(.eyebrow) {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.5;
  }

  .explorer-metrics span {
    min-height: 38px;
  }

  .explorer-metrics {
    display: none;
  }

  .explorer-stage {
    display: block;
    height: calc(100svh - 48px);
    min-height: 760px;
    padding: 0;
  }

  .showroom-controls {
    top: auto;
    right: 14px;
    bottom: 142px;
    left: 14px;
    justify-content: flex-end;
  }

  .showroom-controls button {
    min-height: 36px;
    padding: 0 11px;
    font-size: 11px;
  }

  .explorer-stage.is-3d .explorer-hotspot,
  .explorer-stage.is-panorama .explorer-hotspot {
    position: absolute;
    min-width: 162px;
    max-width: 172px;
    min-height: 44px;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 7px;
    padding: 7px;
  }

  .explorer-stage.is-panorama .explorer-hotspot {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .explorer-stage.is-3d .explorer-hotspot span,
  .explorer-stage.is-panorama .explorer-hotspot span {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }

  .explorer-stage.is-3d .explorer-hotspot strong,
  .explorer-stage.is-panorama .explorer-hotspot strong {
    max-width: 150px;
    font-size: 11px;
    white-space: nowrap;
  }

  .explorer-stage.is-3d .explorer-route-card,
  .explorer-stage.is-panorama .explorer-route-card {
    right: 14px;
    bottom: 28px;
    left: 14px;
    width: auto;
  }
}

[dir="rtl"] .digital-explorer-copy {
  right: clamp(18px, 5vw, 72px);
  left: auto;
  padding-right: clamp(16px, 2vw, 22px);
  padding-left: 0;
  border-right: 3px solid rgba(19, 168, 158, 0.7);
  border-left: 0;
}

/* Scroll-driven immersive production line journey */
.digital-explorer[data-showroom-scroll-story] {
  min-height: 620svh;
  overflow: visible;
  background:
    radial-gradient(circle at 76% 16%, rgba(128, 122, 255, 0.13), transparent 30%),
    radial-gradient(circle at 24% 74%, rgba(19, 168, 158, 0.16), transparent 34%),
    linear-gradient(135deg, #f7fbf9 0%, #ffffff 48%, #edf7f4 100%);
}

.digital-explorer[data-showroom-scroll-story]::before {
  content: "";
  position: sticky;
  top: 72px;
  z-index: 0;
  display: block;
  height: 0;
  pointer-events: none;
}

.digital-explorer[data-showroom-scroll-story] .explorer-stage {
  position: sticky;
  top: 72px;
  height: calc(100svh - 72px);
  min-height: 648px;
  max-height: none;
}

.showroom-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at calc(18% + var(--showroom-progress, 0) * 52%) 38%, rgba(116, 102, 255, 0.12), transparent 24%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.16) 36%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(245, 251, 248, 0.22) 100%);
  pointer-events: none;
  mix-blend-mode: normal;
}

.showroom-focus-card {
  position: absolute;
  bottom: clamp(28px, 5vh, 54px);
  left: clamp(18px, 5vw, 72px);
  z-index: 8;
  display: inline-flex;
  width: fit-content;
  max-width: min(520px, calc(100% - 36px));
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(7, 36, 30, 0.1);
  backdrop-filter: blur(18px);
  pointer-events: none;
}

.showroom-focus-card::before {
  display: none;
}

.showroom-focus-card::after {
  display: none;
}

.showroom-focus-card span {
  color: var(--teal);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  white-space: nowrap;
}

.showroom-focus-card h3 {
  margin: 0;
  max-width: 330px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showroom-focus-card p {
  display: none;
}

.showroom-focus-card .button {
  display: none;
}

.showroom-step-rail {
  display: none;
}

.showroom-step-rail span {
  display: block;
  width: 9px;
  height: 9px;
  background: rgba(15, 61, 53, 0.2);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(19, 168, 158, 0);
  transition:
    background 220ms var(--motion),
    box-shadow 220ms var(--motion),
    transform 220ms var(--motion);
}

.showroom-step-rail span.is-active {
  background: var(--teal);
  box-shadow: 0 0 0 7px rgba(19, 168, 158, 0.13);
  transform: scale(1.18);
}

.digital-explorer[data-showroom-scroll-story] .explorer-route-card {
  width: min(480px, calc(100% - 36px));
}

@media (max-width: 1120px) {
  .digital-explorer[data-showroom-scroll-story] {
    min-height: 560svh;
  }

  .digital-explorer[data-showroom-scroll-story] .explorer-stage {
    min-height: 760px;
  }
}

@media (max-width: 760px) {
  .digital-explorer[data-showroom-scroll-story] {
    min-height: 500svh;
  }

  .digital-explorer[data-showroom-scroll-story] .explorer-stage {
    top: 48px;
    height: calc(100svh - 48px);
    min-height: 796px;
  }

  .showroom-atmosphere {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.36) 45%, rgba(245, 251, 248, 0.2) 100%),
      radial-gradient(circle at 76% 36%, rgba(128, 122, 255, 0.16), transparent 34%);
  }

  .explorer-stage.is-panorama .showroom-atmosphere {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.34) 42%, rgba(7, 36, 30, 0.1) 100%);
  }

  .showroom-focus-card {
    top: auto;
    right: 14px;
    bottom: 150px;
    left: 14px;
    width: fit-content;
    max-width: calc(100% - 28px);
    gap: 8px;
    padding: 8px 11px;
    border-radius: 999px;
  }

  .showroom-focus-card h3 {
    max-width: 220px;
    font-size: 13px;
  }

  .showroom-step-rail {
    top: auto;
    right: 24px;
    bottom: 34px;
    display: none;
    transform: none;
  }

  .digital-explorer[data-showroom-scroll-story] .showroom-controls {
    top: 14px;
    right: 14px;
    bottom: auto;
  }

  .digital-explorer[data-showroom-scroll-story] .explorer-stage.is-3d .explorer-route-card,
  .digital-explorer[data-showroom-scroll-story] .explorer-stage.is-panorama .explorer-route-card {
    bottom: 18px;
  }
}
