:root {
  --void: #080906;
  --charcoal: #10110d;
  --panel: #151811;
  --panel-2: #1f2318;
  --graphite: #2b2f24;
  --steel: #f0eee6;
  --paper: #10110d;
  --paper-2: #151811;
  --ink: #f3f5ed;
  --muted: #aeb8a0;
  --line: #34382b;
  --line-dark: #34382b;
  --signal: #b9ff2f;
  --signal-2: #e1ff77;
  --amber: #ff9d1f;
  --copper: #b94e22;
  --white: #ffffff;
  --shadow-dark: 0 26px 70px rgba(0, 0, 0, 0.38);
  --shadow-soft: 0 18px 42px rgba(22, 24, 18, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--void);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

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

p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 64px);
  color: var(--white);
  background: #090a07;
  border-bottom: 1px solid #2f3427;
}

.site-header::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 64px);
  bottom: -1px;
  width: min(36vw, 460px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--signal), var(--amber));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 154px;
  height: 52px;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand span {
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #d8ddd0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--signal);
  border-color: #4d5a34;
  background: #151a10;
  transform: translateY(-1px);
}

.site-nav.is-static {
  display: flex;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid #3c4430;
  border-radius: 4px;
  background: #151a10;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--signal);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-home {
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: stretch;
  padding: 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(185, 255, 47, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(185, 255, 47, 0.06) 0 1px, transparent 1px 100%),
    var(--void);
  background-size: 76px 76px, 76px 76px, auto;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  right: 0;
  left: auto;
  width: 68%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 6% 100%);
  transform: scale(1.02);
  transition: transform 900ms ease;
}

.hero.is-pointer-active .hero-media {
  transform: scale(1.04) translate3d(var(--mx, 0), var(--my, 0), 0);
}

.hero-shade {
  background:
    linear-gradient(90deg, #080906 0%, #080906 39%, rgba(8, 9, 6, 0.82) 52%, rgba(8, 9, 6, 0.1) 82%),
    linear-gradient(180deg, rgba(8, 9, 6, 0.22), rgba(8, 9, 6, 0.7));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.58fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  width: 100%;
  min-height: calc(100svh - 76px);
  padding: clamp(32px, 4vw, 58px) clamp(18px, 5vw, 72px) clamp(30px, 4vw, 54px);
}

.hero-content {
  position: relative;
  max-width: 720px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--signal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--signal);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  font-size: clamp(44px, 5vw, 76px);
}

.hero-content h1 {
  max-width: 720px;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 0.96;
}

h2 {
  font-size: clamp(32px, 4.2vw, 58px);
}

h3 {
  font-size: 22px;
}

.hero-copy {
  max-width: 610px;
  margin-top: 18px;
  color: #e4e8dd;
  font-size: clamp(17px, 1.42vw, 21px);
}

.keyword-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.keyword-row span {
  padding: 7px 10px;
  color: #efffde;
  border: 1px solid #4d6232;
  border-radius: 4px;
  background: #11160d;
  font-size: 12px;
  font-weight: 900;
}

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

.hero-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 660px;
  margin-top: 18px;
  border: 1px solid #38432a;
  background: #38432a;
}

.hero-status span {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  color: #dcebc7;
  background: #10130d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  font-weight: 900;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.btn.primary {
  color: #080906;
  background: var(--signal);
  border-color: var(--signal);
}

.btn.primary:hover {
  background: var(--signal-2);
}

.btn.ghost {
  color: var(--white);
  border-color: #5a614c;
  background: #10130d;
}

.btn.ghost:hover {
  color: var(--signal);
  border-color: var(--signal);
}

.hero-console {
  position: relative;
  justify-self: end;
  align-self: end;
  width: min(100%, 430px);
  padding: 22px;
  border: 1px solid #4b5638;
  border-radius: 6px;
  color: var(--white);
  background: #10130d;
  box-shadow: var(--shadow-dark);
}

.hero-console::before,
.hero-console::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  pointer-events: none;
}

.hero-console::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--signal);
  border-left: 2px solid var(--signal);
}

.hero-console::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--amber);
  border-bottom: 2px solid var(--amber);
}

.console-label {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-console dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.hero-console dt {
  color: #aeb8a0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-console dd {
  margin: 5px 0 0;
  color: var(--white);
  font-weight: 900;
}

.metric-ribbon {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: -26px clamp(18px, 5vw, 72px) 0;
  padding: 0;
  background: #252b1c;
  box-shadow: var(--shadow-dark);
}

.metric-ribbon div {
  min-height: 138px;
  padding: 28px 0;
  color: var(--white);
  background: #10130d;
  border-top: 1px solid #303829;
}

.metric-ribbon dt {
  color: var(--signal);
  font-size: clamp(25px, 2.7vw, 42px);
  font-weight: 900;
}

.metric-ribbon dd {
  margin: 6px 0 0;
  color: #aeb8a0;
  font-size: 14px;
}

.section {
  padding: clamp(78px, 9vw, 132px) clamp(18px, 5vw, 72px);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(185, 255, 47, 0.05) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(185, 255, 47, 0.035) 0 1px, transparent 1px 100%),
    var(--paper);
  background-size: 92px 92px, 92px 92px, auto;
}

.intro-grid,
.product-detail-grid,
.form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: start;
}

.lead-stack,
.detail-copy {
  display: grid;
  gap: 18px;
  color: #eef3e7;
  font-size: 18px;
}

.section-head {
  position: relative;
  max-width: 920px;
  margin-bottom: 40px;
}

.section-head::after {
  content: "";
  display: block;
  width: min(280px, 60vw);
  height: 3px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--signal), var(--amber), transparent);
}

.capability-section,
.product-catalog,
.blog-list,
.process-section,
.cards-section,
.value-table-section {
  background:
    linear-gradient(90deg, rgba(185, 255, 47, 0.055) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(185, 255, 47, 0.04) 0 1px, transparent 1px 100%),
    #0d0f0a;
  background-size: 92px 92px, 92px 92px, auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.capability-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1.05fr;
  grid-auto-rows: minmax(188px, auto);
  gap: 14px;
}

.capability-grid article,
.equipment-grid article,
.metric-card,
.post-card,
.contact-info,
.response-panel,
.spec-row,
.product-orbit article {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--white);
  background: #151811;
  box-shadow: var(--shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.capability-grid article::before,
.equipment-grid article::before,
.metric-card::before,
.post-card::before,
.contact-info::before,
.response-panel::before,
.spec-row::before,
.product-orbit article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 36px;
  height: 2px;
  background: var(--signal);
}

.capability-grid article:hover,
.equipment-grid article:hover,
.metric-card:hover,
.post-card:hover,
.contact-info:hover,
.response-panel:hover,
.spec-row:hover,
.product-orbit article:hover {
  transform: translateY(-7px);
  background: #182011;
  border-color: #9bc34d;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34);
}

.capability-grid article {
  min-height: 238px;
  padding: 24px;
}

.capability-grid article:nth-child(1) {
  grid-row: span 2;
}

.capability-grid article:nth-child(2) {
  grid-column: span 2;
}

.capability-grid article:nth-child(5) {
  grid-column: span 2;
}

.capability-grid span,
.process-list span,
.product-orbit .orbit-main span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.capability-grid h3,
.equipment-grid h3,
.process-list h3,
.product-orbit h3 {
  margin-top: 22px;
}

.capability-grid p,
.equipment-grid p,
.process-list p,
.product-orbit p {
  margin-top: 14px;
  color: #d6decc;
}

.product-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(185, 255, 47, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(185, 255, 47, 0.06) 0 1px, transparent 1px 100%),
    var(--charcoal);
  background-size: 76px 76px, 76px 76px, auto;
}

.product-stage h2 {
  color: var(--white);
}

.stage-copy p:not(.eyebrow) {
  margin-top: 20px;
  color: #dce3d0;
  font-size: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 26px;
  color: var(--copper);
  font-weight: 900;
  border-bottom: 2px solid var(--copper);
  transition: transform 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.text-link:hover {
  color: #5d791f;
  border-color: var(--signal);
  transform: translateX(6px);
}

.product-orbit {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 0.92fr;
  grid-auto-rows: minmax(128px, auto);
  gap: 1px;
  border: 1px solid #3b452e;
  background: #3b452e;
}

.product-orbit article {
  min-height: 154px;
  padding: 22px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.product-orbit .orbit-main {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 260px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(185, 255, 47, 0.1) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #11130e, #253114);
  background-size: 54px 54px, auto;
  border-color: #4e6131;
}

.product-orbit .orbit-main p,
.product-orbit .orbit-main span {
  color: #dcebc7;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-catalog .equipment-grid {
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
}

.equipment-grid article {
  min-height: 236px;
  padding: 24px;
  overflow-wrap: anywhere;
}

.equipment-grid article.is-featured {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(185, 255, 47, 0.1) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #11130e, #253114);
  background-size: 54px 54px, auto;
  border-color: #4e6131;
}

.equipment-grid article.is-featured p,
.equipment-grid article.is-featured a {
  color: #dcebc7;
}

.equipment-grid a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--copper);
  font-weight: 900;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  min-height: 270px;
  padding: 28px;
  border: 1px solid #39422c;
  border-radius: 6px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(185, 255, 47, 0.1) 0 1px, transparent 1px 100%),
    linear-gradient(160deg, #12140f, #232c16);
  background-size: 54px 54px, auto;
}

.process-list li:hover {
  border-color: var(--signal);
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.74fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 560px;
  padding: clamp(70px, 9vw, 116px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(185, 255, 47, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(185, 255, 47, 0.06) 0 1px, transparent 1px 100%),
    var(--charcoal);
  background-size: 76px 76px, 76px 76px, auto;
}

.page-hero h1 {
  max-width: 980px;
  color: var(--white);
  font-size: clamp(40px, 5vw, 72px);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 22px;
  color: #dce3d0;
  font-size: 18px;
}

.page-hero img {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #3c4430;
  border-radius: 6px;
  box-shadow: var(--shadow-dark);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  transition: transform 0.35s ease;
}

.page-hero img:hover {
  transform: translateY(-5px) scale(1.012);
}

.blog-hero {
  display: block;
}

.product-hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: end;
  padding: clamp(52px, 7vw, 88px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(185, 255, 47, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(185, 255, 47, 0.06) 0 1px, transparent 1px 100%),
    var(--void);
  background-size: 76px 76px, 76px 76px, auto;
}

.product-hero img {
  position: absolute;
  inset: 0;
  right: 0;
  left: auto;
  width: 54%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}

.product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #080906 0%, #080906 48%, transparent 48%);
}

.product-hero-content {
  position: relative;
  z-index: 1;
  max-width: 660px;
}

.product-hero-content p:not(.eyebrow) {
  margin-top: 20px;
  color: #e4e8dd;
  font-size: 19px;
}

.spec-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  background: var(--paper);
}

.metric-card {
  min-height: 160px;
  padding: 28px;
}

.metric-card span {
  color: #aeb8a0;
  font-weight: 900;
}

.metric-card strong {
  display: block;
  margin-top: 14px;
  color: var(--signal);
  font-size: clamp(26px, 3vw, 42px);
}

.spec-panel {
  display: grid;
  gap: 12px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
  padding: 22px;
}

.spec-row span {
  color: #aeb8a0;
}

.spec-row strong {
  max-width: 62%;
  text-align: right;
}

.featured-product article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid #4e6131;
  border-radius: 6px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(185, 255, 47, 0.1) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #11130e, #253114);
  background-size: 54px 54px, auto;
  box-shadow: var(--shadow-dark);
}

.featured-product p:not(.eyebrow) {
  margin-top: 16px;
  color: #dcebc7;
}

.featured-product dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.featured-product dt {
  color: var(--signal);
  font-size: 30px;
  font-weight: 900;
}

.featured-product dd {
  margin: 0;
  color: #aeb8a0;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}

table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: #11130e;
}

th,
td {
  padding: 16px 18px;
  border-bottom: 1px solid #2f3427;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--signal);
  background: var(--charcoal);
}

tbody tr:nth-child(even) {
  background: #151911;
}

.blog-list {
  display: grid;
  gap: 18px;
}

.post-card {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 18px;
}

.post-card img {
  aspect-ratio: 16 / 10;
  width: 100%;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: transform 0.32s ease;
}

.post-card:hover img {
  transform: scale(1.025);
}

.post-meta {
  display: block;
  margin-bottom: 10px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
}

.post-card h2 {
  font-size: clamp(24px, 2.5vw, 38px);
}

.post-card p {
  margin-top: 14px;
  color: #aeb8a0;
}

.article-page {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 108px) clamp(18px, 5vw, 42px);
  color: var(--ink);
  background: var(--paper);
}

.article-header {
  max-width: 900px;
}

.article-header h1 {
  color: var(--ink);
  font-size: clamp(40px, 5vw, 72px);
}

.article-header p:not(.post-meta) {
  margin-top: 20px;
  color: #aeb8a0;
  font-size: 19px;
}

.article-cover {
  width: 100%;
  aspect-ratio: 16 / 8;
  margin-top: 36px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}

.article-content {
  max-width: 780px;
  margin-top: 44px;
  color: #aeb8a0;
  font-size: 18px;
}

.article-content h2 {
  margin-top: 36px;
  color: var(--ink);
  font-size: 31px;
}

.article-content p {
  margin-top: 16px;
}

.contact-info {
  display: grid;
  gap: 8px;
  padding: 30px;
}

.contact-info span {
  color: #aeb8a0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-info strong {
  margin-bottom: 13px;
}

.contact-info a {
  color: var(--copper);
}

.inquiry-form {
  display: grid;
  gap: 22px;
}

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

label {
  display: grid;
  gap: 8px;
  color: #d8ddd0;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #3c4430;
  border-radius: 4px;
  color: var(--ink);
  background: #0f120d;
  font: inherit;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #8cae3c;
  box-shadow: 0 0 0 4px rgba(185, 255, 47, 0.16);
  background: #11160d;
}

textarea {
  resize: vertical;
}

.honey-field {
  display: none;
}

.response-panel {
  padding: 30px;
}

.response-panel h2 {
  font-size: 30px;
}

.response-panel ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 18px;
  color: #aeb8a0;
}

.thank-hero {
  min-height: calc(100vh - 76px);
  display: flex;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(185, 255, 47, 0.1) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #11130e, #253114);
  background-size: 54px 54px, auto;
}

.cta-section div {
  max-width: 860px;
}

.cta-section p:not(.eyebrow) {
  margin-top: 16px;
  color: #dcebc7;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 44px clamp(18px, 5vw, 72px);
  color: #aeb8a0;
  background: var(--void);
  border-top: 1px solid #2f3427;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.footer-brand strong {
  color: var(--white);
  font-size: 24px;
}

.site-footer p {
  max-width: 500px;
  margin-top: 12px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 18px;
}

.site-footer a {
  color: #d8ddd0;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: var(--signal);
}

.js-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.48s ease, transform 0.48s ease;
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .js-enabled [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .capability-grid,
  .product-catalog .equipment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-grid article:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-content h1 {
    font-size: clamp(42px, 4.6vw, 62px);
  }
}

@media (max-width: 1050px) {
  .hero-grid,
  .product-stage,
  .intro-grid,
  .product-detail-grid,
  .form-section,
  .page-hero {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-template-rows: auto;
  }

  .metric-ribbon,
  .equipment-grid,
  .process-list,
  .spec-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .page-hero img {
    clip-path: none;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 68px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    color: var(--white);
    background: #090a07;
    border: 1px solid #3c4430;
    border-radius: 6px;
    box-shadow: var(--shadow-dark);
  }

  .site-nav.is-open,
  .site-nav.is-static {
    display: flex;
  }

  .site-nav a {
    justify-content: flex-start;
  }

  .hero-home {
    min-height: auto;
    display: block;
    padding: 0;
  }

  .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: 280px;
    clip-path: none;
    transform: none;
  }

  .hero.is-pointer-active .hero-media {
    transform: none;
  }

  .hero-shade {
    display: none;
  }

  .hero-grid {
    display: block;
    padding: 34px 18px 32px;
    background:
      linear-gradient(90deg, rgba(185, 255, 47, 0.08) 0 1px, transparent 1px 100%),
      linear-gradient(180deg, rgba(185, 255, 47, 0.06) 0 1px, transparent 1px 100%),
      var(--void);
    background-size: 60px 60px, 60px 60px, auto;
  }

  .hero-console {
    display: none;
  }

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

  .product-hero {
    display: block;
    min-height: 0;
    padding: 0;
  }

  .product-hero img {
    position: relative;
    inset: auto;
    width: 100%;
    height: 310px;
    clip-path: none;
  }

  .product-hero::after {
    display: none;
  }

  .product-hero-content {
    padding: 38px 18px 50px;
    background:
      linear-gradient(90deg, rgba(185, 255, 47, 0.08) 0 1px, transparent 1px 100%),
      linear-gradient(180deg, rgba(185, 255, 47, 0.06) 0 1px, transparent 1px 100%),
      var(--void);
    background-size: 60px 60px, 60px 60px, auto;
  }

  .page-hero img {
    aspect-ratio: 16 / 10;
  }

  .post-card {
    grid-template-columns: 1fr;
  }

  .cta-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .brand {
    min-width: 132px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand span {
    font-size: 20px;
  }

  h1,
  .hero-content h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .keyword-row span {
    padding: 7px 8px;
    font-size: 11px;
    overflow-wrap: anywhere;
  }

  .btn {
    width: 100%;
  }

  .metric-ribbon,
  .capability-grid,
  .equipment-grid,
  .product-catalog .equipment-grid,
  .product-orbit,
  .process-list,
  .spec-overview,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .metric-ribbon {
    margin: 0;
    padding: 0;
  }

  .spec-row {
    flex-direction: column;
    gap: 6px;
  }

  .spec-row strong {
    max-width: none;
    text-align: left;
  }

  .site-footer {
    flex-direction: column;
  }

  .article-cover {
    aspect-ratio: 16 / 10;
  }
}
