:root {
  --ink: #07131f;
  --ink-soft: #40505f;
  --line: #dce4eb;
  --surface: #f4f7fa;
  --light-canvas: #f4f5f8;
  --surface-blue: #edf5ff;
  /* Extracted from the approved MarsLab logo. */
  --brand-night: #120938;
  --brand-indigo: #3010b8;
  --brand-violet: #7008d8;
  --brand-electric: #9000e8;
  --brand-lavender: #ded8f5;
  --eyebrow-on-dark: #a695e8;
  --dark-canvas: #080912;
  --dark-canvas-violet: #100b20;
  --dark-canvas-raised: #15102a;
  --dark-technical-surface: #0a0717;
  --dark-brand-surface:
    radial-gradient(ellipse at 82% 22%, rgba(112, 8, 216, .15), transparent 38rem),
    radial-gradient(ellipse at 8% 92%, rgba(48, 16, 184, .12), transparent 34rem),
    linear-gradient(122deg, var(--dark-canvas) 0%, var(--dark-canvas-violet) 58%, var(--dark-canvas-raised) 100%);
  --text-caption: .75rem;
  --text-small: .875rem;
  --text-body: 1rem;
  --text-lead: 1.125rem;
  --text-subheading: 1.25rem;
  --blue: var(--brand-violet);
  --blue-deep: #531fb3;
  --violet: #6940e7;
  --cyan: var(--brand-lavender);
  --content: 1440px;
  --pad: clamp(24px, 5vw, 80px);
  --section-space: clamp(88px, 10vw, 148px);
}

/* Header identity is isolated from legacy .brand treatments. */
.page-home .site-header .home-brand-clean,
.page-home .site-header .home-brand-clean:hover,
.page-home .site-header .home-brand-clean:focus-visible {
  display: inline-flex;
  align-items: center;
  color: #07111f;
  text-decoration: none;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  overflow: visible !important;
}

.page-home .site-header .home-brand-clean::before,
.page-home .site-header .home-brand-clean::after {
  content: none !important;
  display: none !important;
}

.page-home .site-header .home-brand-clean .official-logo--header {
  display: block;
  width: clamp(168px, 13.2vw, 212px);
  height: auto;
  flex: 0 0 auto;
  padding: 0 !important;
  margin: 0 !important;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  clip-path: none !important;
}

.official-logo--header-light { display: none !important; }

@media (max-width: 700px) {
  .page-home .site-header .home-brand-clean .official-logo--header {
    width: 154px;
  }
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.6;
  letter-spacing: 0;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--brand-night);
  background: var(--brand-lavender);
  border-radius: 6px;
  font-weight: 750;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

:where(a, button):focus-visible {
  outline: 3px solid #a98aea;
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(218, 226, 234, .76);
  backdrop-filter: blur(18px) saturate(150%);
  transition: box-shadow var(--dur-fast) var(--ease-out-strong), background var(--dur-fast) var(--ease-out-strong);
}

.page-home .site-header:not(.is-scrolled) {
  color: #fff;
  background: linear-gradient(180deg, rgba(2, 3, 10, .74), rgba(2, 3, 10, 0));
  border-bottom-color: transparent;
  backdrop-filter: none;
}

.page-home .site-header:not(.is-scrolled) .official-logo--header-dark { display: none; }
.page-home .site-header:not(.is-scrolled) .official-logo--header-light { display: block !important; }
.page-home .site-header:not(.is-scrolled) .site-nav a { color: rgba(255, 255, 255, .88); }
.page-home .site-header:not(.is-scrolled) .site-nav a::after { background: linear-gradient(90deg, #8b7bff, #c155ff); }

.site-header.is-scrolled {
  color: #fff;
  background: rgba(8, 9, 18, .94);
  border-bottom-color: rgba(184, 170, 226, .17);
  box-shadow: 0 8px 30px rgba(4, 3, 12, .18);
}

.page-home .site-header.is-scrolled .official-logo--header-dark { display: none; }
.page-home .site-header.is-scrolled .official-logo--header-light { display: block !important; }
.page-home .site-header.is-scrolled .site-nav a { color: rgba(255, 255, 255, .78); }
.page-home .site-header.is-scrolled .site-nav a:hover,
.page-home .site-header.is-scrolled .site-nav a:focus-visible { color: #fff; }
.page-home .site-header.is-scrolled .menu-toggle span { background: #fff; }

.header-inner {
  width: min(100%, var(--content));
  min-height: 76px;
  margin: 0 auto;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.official-logo {
  display: block;
  height: auto;
  object-fit: contain;
}

.footer-brand .official-logo--footer {
  width: 174px;
}

.brand-wordmark {
  color: var(--ink);
  font-size: 27px;
  font-weight: 730;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.2vw, 34px);
}

.site-nav a {
  position: relative;
  color: #273644;
  font-size: var(--text-small);
  font-weight: 650;
  line-height: 76px;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-indigo), var(--brand-electric));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--dur-fast) var(--ease-out-strong);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle { display: none; }

.hero {
  --hero-x: 0px;
  --hero-y: 0px;
  position: relative;
  min-height: max(700px, 100svh);
  padding: 132px var(--pad) 88px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--dark-canvas);
  isolation: isolate;
}

.hero-backdrop,
.hero-shade,
.hero-ambient {
  position: absolute;
  pointer-events: none;
}

.hero-backdrop {
  inset: -2%;
  z-index: -4;
  width: 104%;
  height: 104%;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
  transform: translate3d(var(--hero-x), var(--hero-y), 0) scale(1.035);
  transition: transform var(--dur-slow) var(--ease-out-strong);
  animation: none;
}

.hero-shade {
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(5, 7, 18, .72) 0%, rgba(5, 7, 18, .42) 47%, rgba(5, 7, 18, .08) 78%),
    linear-gradient(180deg, rgba(5, 7, 18, .14) 0%, rgba(5, 7, 18, 0) 48%, rgba(5, 7, 18, .2) 100%);
}

.hero-ambient {
  z-index: -2;
  top: 8%;
  right: -12%;
  width: min(70vw, 1080px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112, 8, 216, .18), rgba(78, 30, 168, .06) 38%, transparent 69%);
  filter: blur(20px);
  animation: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--content));
  margin: 0 auto;
  display: block;
}

.hero-copy {
  max-width: 820px;
  padding: 0 0 clamp(118px, 17vh, 180px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--brand-violet);
  font-size: var(--text-caption);
  font-weight: 650;
  letter-spacing: .12em;
  line-height: 1.25;
}

h1, h2, h3, p { letter-spacing: 0; }

.hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.25rem, 4.7vw, 4.75rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.028em;
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .24);
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-summary {
  max-width: 60ch;
  margin: 24px 0 0;
  color: rgba(242, 244, 255, .78);
  font-size: var(--text-lead);
  line-height: 1.6;
}

.hero .eyebrow {
  color: var(--eyebrow-on-dark);
  animation: none;
}

.hero h1,
.hero-summary,
.hero-actions { animation: none; }

.hero-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.button {
  min-height: 52px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: .9375rem;
  font-weight: 720;
  transition: transform var(--dur-fast) var(--ease-out-strong), box-shadow var(--dur-fast) var(--ease-out-strong), background var(--dur-fast) var(--ease-out-strong);
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-violet), var(--brand-indigo));
  box-shadow: none;
}

.hero .button-primary {
  position: relative;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-violet), var(--brand-indigo));
  border: 0;
  box-shadow: none;
  transition: transform var(--dur-fast) var(--ease-out-strong), box-shadow var(--dur-fast) var(--ease-out-strong), filter var(--dur-fast) var(--ease-out-strong);
}

.hero .button-primary span {
  position: relative;
  z-index: 1;
  text-shadow: none;
}

.hero .button-primary:hover,
.hero .button-primary:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-violet), var(--brand-indigo));
  box-shadow: 0 4px 24px rgba(112, 8, 216, .35);
  filter: saturate(1.05) brightness(1.04);
  transform: translateY(-1px);
}

.hero .button-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(112, 8, 216, .24);
}
.hero .text-link { color: #fff; }

.button-primary:hover { box-shadow: 0 4px 24px rgba(112, 8, 216, .35); transform: translateY(-1px); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: .9375rem;
  font-weight: 720;
}

.text-link span { transition: transform var(--dur-fast) var(--ease-out-strong); }
.text-link:hover span { transform: translateX(5px); }

.scroll-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  width: 28px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 18px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 4px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  transform: translateX(-50%);
  animation: none;
}

@keyframes hero-image-arrival {
  from { transform: translate3d(0, 28px, 0) scale(1.08); filter: saturate(.78) brightness(.72); }
  to { transform: translate3d(var(--hero-x), var(--hero-y), 0) scale(1.035); filter: saturate(1) brightness(1); }
}

@keyframes hero-copy-arrival {
  from { opacity: .2; transform: translateY(22px); clip-path: inset(0 0 28% 0); }
  to { opacity: 1; transform: translateY(0); clip-path: inset(0); }
}

@keyframes hero-ambient-pulse {
  from { opacity: .5; transform: translate3d(-1%, 1%, 0) scale(.96); }
  to { opacity: .9; transform: translate3d(2%, -2%, 0) scale(1.04); }
}

@keyframes scroll-cue {
  0%, 100% { opacity: .2; transform: translate(-50%, 0); }
  45% { opacity: 1; transform: translate(-50%, 11px); }
}

.section { padding: var(--section-space) var(--pad); }
.section-inner { width: min(100%, var(--content)); margin: 0 auto; }

.section-heading {
  margin-bottom: clamp(48px, 6vw, 82px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 56px;
}

.section-heading.compact { align-items: center; }

.section-heading h2,
.technology h2,
.careers h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(2.25rem, 3.6vw, 3.25rem);
  font-weight: 680;
  line-height: 1.08;
  letter-spacing: -.018em;
  text-wrap: balance;
}

.section-heading > p {
  max-width: 58ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--text-lead);
  line-height: 1.65;
}

.products {
  position: relative;
  padding-bottom: 0;
  background: var(--light-canvas);
  overflow-x: clip;
}

.products::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 56px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 7, 18, .2), rgba(244, 245, 248, 0));
}

.product-feature {
  position: relative;
  padding: clamp(38px, 5vw, 74px) 0;
  border-top: 1px solid var(--line);
}

.product-l100 {
  display: grid;
  grid-template-columns: minmax(290px, .68fr) minmax(0, 1.32fr);
  align-items: center;
  gap: clamp(48px, 6vw, 96px);
}

.product-copy h3 {
  margin: 0;
  font-size: clamp(2.25rem, 3.4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.018em;
  text-wrap: balance;
}

.product-index {
  margin: 0 0 16px;
  color: var(--ink-soft);
  font-size: var(--text-caption);
  font-weight: 650;
  letter-spacing: .12em;
}

.product-subtitle {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: var(--text-subheading);
  font-weight: 630;
  line-height: 1.4;
}

.product-copy > p:not(.product-index):not(.product-subtitle) {
  max-width: 500px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: var(--text-body);
  line-height: 1.65;
}

.product-tags {
  margin: 28px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-tags span,
.status-label {
  padding: 7px 10px;
  border: 1px solid #cbd8e5;
  color: #30445a;
  font-size: var(--text-caption);
  font-weight: 720;
  letter-spacing: .06em;
}

.product-gallery {
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  align-items: stretch;
  gap: 16px;
}

.product-image {
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.product-image-media {
  height: clamp(360px, 35vw, 510px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f2f4f6;
  border-radius: 6px;
}

/* Keep the complete Hydro chassis and its grounding shadow inside the frame. */
.product-image-wide .product-image-media {
  padding: clamp(18px, 2vw, 28px) clamp(14px, 1.5vw, 22px) clamp(26px, 2.6vw, 38px);
  box-sizing: border-box;
}

.product-image-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.product-image-tall .product-image-media img {
  width: 118%;
  max-width: none;
  height: auto;
  max-height: 100%;
}

.product-image figcaption {
  min-height: 78px;
  padding: 15px 2px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 3px 16px;
  border-top: 1px solid #dbe3ea;
}

.product-image figcaption strong { color: var(--ink); font-size: clamp(1.125rem, 1.35vw, 1.25rem); font-weight: 700; }
.product-image figcaption span { color: #697582; font-size: .875rem; font-weight: 450; text-align: right; }

.product-m100 {
  position: relative;
  z-index: 0;
  padding: clamp(34px, 3.6vw, 54px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
  color: #fff;
  border-top: 0;
  background: transparent;
  overflow: visible;
}

.product-m100::before {
  content: none;
}

.product-m100::after {
  content: none;
}

.section-motion {
  position: absolute;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: .42;
  filter: hue-rotate(18deg) saturate(.72) contrast(1.05) brightness(.68);
  animation: none;
}

.section-motion--m100 {
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: none;
  object-position: 64% center;
  opacity: .2;
  mix-blend-mode: screen;
  filter: hue-rotate(12deg) saturate(.42) contrast(1.02) brightness(.42);
}

.product-m100 .product-index { color: var(--eyebrow-on-dark); }
.product-m100 .product-subtitle { color: #fff; }
.product-m100 .product-copy > p:not(.product-index):not(.product-subtitle) { color: #b8c1d1; }
.product-m100 .status-label { color: #d2c8ff; border-color: rgba(185, 164, 255, .4); }

.m100-visual {
  position: relative;
  min-height: 420px;
  padding: 24px 32px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 48%, rgba(112, 8, 216, .12), transparent 42%);
}

.m100-visual::after {
  content: none;
}

.m100-visual img {
  position: relative;
  z-index: 1;
  width: 116%;
  max-width: none;
  max-height: 430px;
  object-fit: contain;
}

.status-label { display: inline-block; margin-top: 28px; color: var(--brand-violet); }

.newsroom { background: var(--light-canvas); }

.news-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(36px, 6vw, 90px);
}

.news-feature { background: #fff; }
.news-image {
  position: relative;
  height: clamp(300px, 29vw, 420px);
  display: block;
  overflow: hidden;
  background: #fff;
}
.news-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform var(--dur-slow) var(--ease-out-strong); }
.news-feature:hover .news-image img { transform: scale(1.02); }
.news-content { padding: 24px 30px 30px; }
.news-content > p { max-width: 58ch; }
.news-content .text-link { margin-top: 22px; }

.news-meta {
  margin: 0 0 12px;
  color: var(--ink-soft);
  font-size: var(--text-caption);
  font-weight: 650;
  letter-spacing: .1em;
}

.news-content h3,
.news-item h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 660;
  line-height: 1.2;
  letter-spacing: -.01em;
  text-wrap: balance;
}

.news-content p:last-child,
.news-item p:not(.news-meta) {
  margin: 15px 0 0;
  color: var(--ink-soft);
}

.news-list { border-top: 1px solid #cfd9e1; }

.news-item {
  position: relative;
  padding: 28px 86px 30px 0;
  border-bottom: 1px solid #cfd9e1;
}

.news-item--planned {
  margin-top: 14px;
  padding: 26px 84px 28px 24px;
  border: 1px solid #cfd9e1;
  background: transparent;
}

.news-item--planned + .news-item--planned { margin-top: 14px; }
.news-item--planned .news-meta,
.news-item--planned > span { color: #7a8490; }

.news-item h3 { font-size: clamp(1.375rem, 1.7vw, 1.75rem); }
.news-item > span { position: absolute; top: 30px; right: 0; color: #667584; font-size: var(--text-caption); }

.technology {
  position: relative;
  isolation: isolate;
  padding-top: clamp(72px, 8vw, 118px);
  padding-right: var(--pad);
  padding-left: var(--pad);
  color: #fff;
  background:
    radial-gradient(ellipse at 78% 42%, rgba(112, 8, 216, .045), transparent 44%),
    var(--dark-technical-surface);
  overflow: hidden;
}

.technology::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 7, 18, .9) 0%, rgba(10, 7, 23, .82) 52%, rgba(10, 7, 23, .86) 100%),
    radial-gradient(ellipse at 78% 42%, rgba(112, 8, 216, .04), transparent 44%);
}

.section-motion--technology {
  inset: 0;
  z-index: -1;
  object-position: 38% center;
}

.technology-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--content));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  align-items: center;
  gap: clamp(50px, 8vw, 128px);
}

.technology .eyebrow { color: var(--eyebrow-on-dark); }
.technology-copy { padding-inline-start: clamp(12px, 2vw, 32px); }
.technology-copy > p:not(.eyebrow) { max-width: 60ch; margin: 24px 0 0; color: #aab9ca; font-size: var(--text-lead); line-height: 1.65; }

.technology-points { margin-top: 44px; border-top: 1px solid rgba(255,255,255,.15); }
.technology-points div { min-height: 64px; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.15); }
.technology-points span { color: #9f8cff; font-size: .5rem; font-weight: 760; }
.technology-points strong { font-size: .9375rem; font-weight: 600; }

.technology-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.technology-visual::before {
  content: "";
  position: absolute;
  width: 84%;
  height: 66%;
  background: radial-gradient(ellipse at center, rgba(133, 102, 220, .14), rgba(100, 38, 199, .1) 42%, transparent 70%);
  filter: blur(20px);
}
.technology-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 670px;
  object-fit: contain;
  filter: saturate(.76) hue-rotate(10deg) brightness(.96);
}

.company {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 86% 58%, rgba(112, 8, 216, .065), transparent 34%),
    var(--light-canvas);
}

.company::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, var(--light-canvas) 0%, rgba(244,245,248,.94) 43%, rgba(244,245,248,.48) 68%, rgba(244,245,248,.06) 100%);
}

.m100-section {
  position: relative;
  padding: 64px var(--pad) 0;
  color: #fff;
  background:
    radial-gradient(ellipse at 76% 18%, rgba(112, 8, 216, .055), transparent 36rem),
    linear-gradient(180deg, #0b0818 0%, var(--dark-technical-surface) 72%, var(--dark-technical-surface) 100%);
  overflow: hidden;
  isolation: isolate;
}

.m100-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 64px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(244, 245, 248, .68), rgba(5, 7, 18, 0));
}

.m100-section .product-m100 { margin: 0; }

.m100-section .section-inner {
  position: relative;
  z-index: 1;
}

.company-wafer-accent {
  position: absolute;
  z-index: -2;
  top: 50%;
  right: clamp(-180px, -8vw, -92px);
  width: min(62vw, 900px);
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  opacity: .58;
  filter: saturate(.92) contrast(1.08);
  transform: translateY(-50%);
  transform-origin: center;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.46) 19%, #000 48%, #000 100%);
}

.company-statement {
  position: relative;
  z-index: 1;
  max-width: 1060px;
  text-align: center;
}

.company-statement h2 {
  max-width: 19ch;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(2.5rem, 4.5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.company-note {
  max-width: 68ch;
  margin: 30px auto 0;
  color: var(--ink-soft);
  font-size: var(--text-body);
  line-height: 1.65;
  text-wrap: pretty;
}

.careers {
  position: relative;
  padding: clamp(70px, 8vw, 108px) var(--pad);
  color: #fff;
  background: var(--dark-brand-surface);
  isolation: isolate;
  overflow: hidden;
}

.careers::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 9, 18, .88) 0%, rgba(14, 9, 29, .7) 58%, rgba(19, 12, 39, .76) 100%),
    linear-gradient(180deg, rgba(8, 9, 18, .42), rgba(8, 9, 18, .68));
}

.careers-motion {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .42;
  filter: hue-rotate(18deg) saturate(.72) contrast(1.05) brightness(.68);
  animation: none;
}

@keyframes section-motion-drift {
  from { transform: scale(1.04) translate3d(-1.5%, -.5%, 0); }
  to { transform: scale(1.1) translate3d(1.5%, .8%, 0); }
}

.section-motion--m100 {
  animation-name: section-motion-drift;
}

.careers-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--content));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.careers .eyebrow { color: var(--eyebrow-on-dark); }
.careers h2 { max-width: 760px; font-size: clamp(2.125rem, 3.25vw, 3rem); }
.careers p:not(.eyebrow) { max-width: 60ch; margin: 20px 0 0; color: var(--brand-lavender); font-size: var(--text-body); line-height: 1.65; letter-spacing: .01em; }
.careers .button-primary { flex: 0 0 auto; }

.site-footer {
  padding: 54px var(--pad) 32px;
  color: rgba(255, 255, 255, .76);
  background:
    radial-gradient(ellipse at 78% 12%, rgba(112, 8, 216, .1), transparent 34rem),
    linear-gradient(112deg, var(--dark-canvas) 0%, var(--dark-canvas-violet) 100%);
  border-top: 1px solid rgba(184, 170, 226, .17);
}
.footer-inner { width: min(100%, var(--content)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 40px; }
.footer-inner > div > p { margin: 16px 0 0; color: rgba(255, 255, 255, .64); font-size: var(--text-small); }
.footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; color: var(--brand-lavender); font-size: var(--text-small); }
.footer-links a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; margin: 22px 0 0; padding-top: 22px; border-top: 1px solid rgba(184, 170, 226, .17); color: rgba(255, 255, 255, .52); font-size: var(--text-caption); }

.reveal {
  opacity: 1;
  transform: none;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: none;
}

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

@media (max-width: 1100px) {
  .hero-copy { max-width: 760px; }
  .product-l100 { grid-template-columns: 1fr; }
  .product-copy { max-width: 700px; }
  .product-m100 { grid-template-columns: 1fr 1fr; }
  .technology-inner { grid-template-columns: .9fr 1.1fr; gap: 40px; }
}

@media (max-width: 860px) {
  :root { --section-space: 84px; }

  .menu-toggle {
    position: relative;
    z-index: 102;
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span { width: 22px; height: 2px; background: var(--ink); transition: transform var(--dur-fast) var(--ease-out-strong), opacity var(--dur-fast) var(--ease-out-strong); }
  .page-home .site-header:not(.is-scrolled) .menu-toggle span { background: #fff; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .site-nav {
    position: absolute;
    top: 68px;
    right: 18px;
    width: min(310px, calc(100vw - 36px));
    padding: 12px 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: rgba(255, 255, 255, .98);
    border: 1px solid var(--line);
    box-shadow: 0 20px 45px rgba(7, 19, 31, .12);
  }

  .site-nav.is-open { display: flex; }
  .site-nav a { line-height: 48px; border-bottom: 1px solid #edf1f4; }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { display: none; }

  .hero { min-height: max(680px, 100svh); padding-top: 124px; }
  .hero-copy { max-width: 690px; }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 7, 18, .76) 0%, rgba(5, 7, 18, .45) 70%, rgba(5, 7, 18, .2) 100%),
      linear-gradient(180deg, rgba(5, 7, 18, .12), rgba(5, 7, 18, .18));
  }

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

  .section-heading > p { max-width: 680px; }
  .product-gallery { grid-template-columns: 1.08fr .92fr; }
  .product-m100 { grid-template-columns: 1fr; }
  .m100-visual { min-height: 410px; order: 2; }
  .m100-visual img { width: 108%; }
  .news-grid { grid-template-columns: 1fr; }
  .technology-inner { grid-template-columns: 1fr; }
  .technology-copy { padding-inline-start: 0; }
  .technology-visual { min-height: 500px; }
  .careers-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  :root { --pad: 20px; --section-space: 70px; }

  .header-inner { min-height: 66px; }
  .footer-brand .official-logo--footer { width: 154px; }
  .site-nav { top: 60px; }

  .hero { min-height: max(620px, 100svh); padding-top: 98px; padding-bottom: 74px; align-items: end; }
  .hero-backdrop { inset: 0; width: 100%; height: 100%; object-position: 58% bottom; transform: scale(1.025); }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 7, 18, .44) 0%, rgba(5, 7, 18, .28) 43%, rgba(5, 7, 18, .56) 100%),
      linear-gradient(90deg, rgba(5, 7, 18, .7), rgba(5, 7, 18, .18));
  }
  .hero h1 { font-size: clamp(2.25rem, 10vw, 3.25rem); line-height: 1.02; letter-spacing: -.018em; }
  .hero h1 span { white-space: normal; }
  .hero-copy { padding-bottom: clamp(96px, 17vh, 128px); }
  .hero-summary {
    max-width: 31ch;
    margin-top: 20px;
    color: #dddbe7;
    font-size: .98rem;
    line-height: 1.55;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .48);
  }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .scroll-cue { display: none; }

  .section-heading { margin-bottom: 40px; }
  .section-heading h2,
  .technology h2,
  .careers h2 { font-size: 2.125rem; }
  .section-heading > p { font-size: var(--text-body); }

  .product-feature { padding: 42px 0; }
  .product-m100 { padding: 40px 0; }
  .product-copy h3 { font-size: 2.25rem; }
  .product-subtitle { font-size: var(--text-lead); }
  .product-gallery { grid-template-columns: 1fr; }
  .product-image-media { height: auto; aspect-ratio: 1.38; }
  .product-image-wide .product-image-media { padding: 16px 12px 24px; }
  .product-image-tall .product-image-media img { width: 112%; }
  .product-image figcaption { min-height: 62px; }
  .product-image figcaption span { font-size: var(--text-caption); }
  .m100-visual { min-height: 320px; padding: 12px; }
  .m100-visual img { width: 112%; max-height: 330px; }

  .news-image { height: 260px; }
  .news-content { padding: 24px 22px 28px; }
  .news-item { padding-right: 0; padding-bottom: 50px; }
  .news-item > span { top: auto; right: auto; bottom: 25px; left: 0; }

  .technology-visual { min-height: 390px; }
  .technology-copy > p:not(.eyebrow) { font-size: var(--text-body); }
  .company { min-height: 600px; }
  .company::after { background: linear-gradient(180deg, var(--light-canvas) 0%, rgba(244,245,248,.91) 55%, rgba(244,245,248,.48) 100%); }
  .company-wafer-accent {
    top: auto;
    right: -122px;
    bottom: -132px;
    width: 540px;
    max-height: none;
    opacity: .4;
    filter: saturate(.9) contrast(1.1);
    transform: none;
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.38) 26%, #000 58%);
  }

  .careers .button-primary { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { gap: 16px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-backdrop { animation: none; transform: none; transition: none; }
  .hero .eyebrow,
  .hero h1,
  .hero-summary,
  .hero-actions,
  .hero-ambient { animation: none; }
  .careers-motion { display: none; }
  .section-motion { display: none; }
}
