:root {
  --ink: #11130f;
  --paper: #f4f3ed;
  --white: #fff;
  --muted: #666a62;
  --line: #d4d5cc;
  --acid: #dff25e;
  --orange: #f26335;
  --green: #1f4b3a;
  --blue: #2456e6;
  --max: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 3px;
}
.shell { width: min(100% - 56px, var(--max)); margin-inline: auto; }
.site-header { position: absolute; z-index: 5; inset: 0 0 auto; color: var(--white); }
.nav {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: env(safe-area-inset-top);
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.brand { font-size: 14px; font-weight: 900; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { font-size: 12px; font-weight: 800; text-decoration: none; }
.language-switch { display: inline-flex; min-height: 36px; align-items: center; padding: 0 10px; border: 1px solid rgba(255,255,255,.62); border-radius: 2px; white-space: nowrap; }
.nav-links .nav-rfq { padding: 9px 13px; border: 1px solid rgba(255,255,255,.62); border-radius: 2px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.eyebrow::before { width: 23px; height: 2px; content: ""; background: currentColor; }
.product-hero {
  position: relative;
  display: grid;
  height: 76svh;
  min-height: min(620px, 76svh);
  max-height: 800px;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: #101815 var(--hero-image) var(--hero-position, center) / cover no-repeat;
}
.product-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,9,7,.82), rgba(5,9,7,.39) 62%, rgba(5,9,7,.18)); }
.hero-inner { position: relative; z-index: 1; padding-top: 130px; padding-bottom: 70px; }
.product-hero .eyebrow { color: var(--acid); }
h1 { max-width: 800px; margin: 18px 0 20px; font-size: 70px; line-height: .97; letter-spacing: 0; }
.hero-copy { max-width: 640px; margin: 0; color: rgba(255,255,255,.86); font-size: 17px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: var(--acid);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.button::after { content: "\2192"; font-size: 18px; }
.button.outline { border-color: rgba(255,255,255,.7); background: transparent; color: var(--white); }
.button.dark { background: var(--ink); color: var(--white); }
.fit-band { background: var(--acid); }
.fit-grid { display: grid; grid-template-columns: auto repeat(3, 1fr); gap: 26px; align-items: center; padding-block: 24px; }
.fit-grid > b { font-size: 11px; text-transform: uppercase; }
.fit-grid span { color: #3d421f; font-size: 13px; font-weight: 800; }
.section { padding-block: 96px; }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; margin-bottom: 45px; }
h2 { margin: 14px 0 0; font-size: 48px; line-height: 1.04; letter-spacing: 0; }
.section-copy { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.spec-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 50px; }
.spec-layout > * { min-width: 0; }
.spec-table { width: 100%; border-collapse: collapse; background: var(--white); }
.spec-table th, .spec-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); font-size: 13px; text-align: left; vertical-align: top; }
.spec-table th { background: var(--ink); color: var(--white); font-size: 11px; text-transform: uppercase; }
.spec-table tbody tr:nth-child(even) { background: #eef0e9; }
.status-panel { padding: 28px; border-left: 3px solid var(--orange); background: #fff0e7; }
.status-panel.green { border-left-color: var(--green); background: #e8f0e9; }
.status-panel h3 { margin: 0 0 12px; font-size: 20px; }
.status-panel p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.status-panel p + p { margin-top: 14px; }
.evidence { background: var(--ink); color: var(--white); }
.evidence-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: stretch; }
.evidence-media { min-height: 520px; }
.evidence-media img { height: 100%; object-fit: cover; }
.evidence-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px max(28px, calc((100vw - var(--max)) / 2)); padding-left: 58px; }
.evidence-copy .eyebrow { color: var(--acid); }
.evidence-copy h2 { margin-bottom: 23px; font-size: 43px; }
.evidence-copy > p { margin: 0; color: #c6c9c1; font-size: 15px; line-height: 1.72; }
.check-list { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid #3b4039; }
.check-list div { padding: 13px 0; border-bottom: 1px solid #3b4039; color: #e2e7e0; font-size: 13px; }
.check-list b { display: inline-block; width: 24px; color: var(--acid); }
.brief-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px; }
.brief-step { padding-top: 16px; border-top: 3px solid var(--ink); }
.brief-step b { display: block; margin-bottom: 28px; color: var(--orange); font-size: 11px; }
.brief-step h3 { margin: 0 0 9px; font-size: 17px; }
.brief-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.compliance { margin-top: 42px; padding: 18px 20px; border-left: 3px solid var(--blue); background: var(--white); color: var(--muted); font-size: 12px; line-height: 1.65; }
.rfq { background: var(--blue); color: var(--white); }
.rfq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; padding-block: 88px; }
.rfq .eyebrow { color: var(--acid); }
.rfq h2 { margin-bottom: 20px; font-size: 43px; }
.rfq-copy > p { color: #d6dbff; font-size: 15px; line-height: 1.7; }
.direct-email { display: inline-block; margin-top: 20px; color: var(--white); font-size: 14px; font-weight: 900; overflow-wrap: anywhere; }
.rfq-form { padding: 29px; border-radius: 4px; background: var(--white); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 10px; font-weight: 900; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 47px; padding: 11px 12px; border: 1px solid #bfc2b9; border-radius: 2px; background: #fbfbf8; color: var(--ink); font-size: 14px; }
.field textarea { min-height: 100px; resize: vertical; }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; }
.form-foot p { max-width: 320px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.form-status { min-height: 18px; margin: 13px 0 0; color: #31421e; font-size: 12px; font-weight: 800; }
footer { background: var(--ink); color: #c5c8bf; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 36px; padding-block: 34px; font-size: 12px; }
.footer-brand { color: var(--white); font-weight: 900; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a { color: var(--white); text-decoration: none; }
@media (max-width: 900px) {
  h1 { font-size: 58px; }
  .section-head { gap: 42px; }
  .spec-layout { grid-template-columns: 1fr; }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-media { min-height: 440px; }
  .evidence-copy { padding: 58px 28px; }
  .brief-grid { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
  .rfq-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 38px, var(--max)); }
  .nav { min-height: 70px; }
  .nav-links { display: flex; gap: 8px; }
  .nav-links a:not(.nav-rfq):not(.language-switch) { display: none; }
  .nav-links .nav-rfq { display: inline-flex; min-height: 42px; align-items: center; padding-inline: 10px; text-align: center; }
  .language-switch { min-height: 42px; padding-inline: 9px; }
  .product-hero { height: 82svh; min-height: min(650px, 82svh); }
  .hero-inner { padding-top: 112px; padding-bottom: 44px; }
  h1 { max-width: 360px; font-size: 46px; }
  .hero-copy { max-width: 350px; font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .fit-grid { grid-template-columns: 1fr; gap: 8px; }
  .section { padding-block: 72px; }
  .section-head { grid-template-columns: 1fr; gap: 26px; }
  h2, .evidence-copy h2, .rfq h2 { font-size: 35px; }
  .spec-table { display: block; width: 100%; max-width: 100%; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
  .evidence-media { min-height: 330px; }
  .evidence-copy { padding: 54px 19px; }
  .brief-grid { grid-template-columns: 1fr; }
  .brief-step b { margin-bottom: 19px; }
  .rfq-grid { padding-block: 70px; }
  .rfq-form { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-foot { align-items: stretch; flex-direction: column; }
  .form-foot .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; padding-bottom: calc(34px + env(safe-area-inset-bottom)); }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 370px) {
  h1 { font-size: 41px; }
  h2, .evidence-copy h2, .rfq h2 { font-size: 32px; }
  .button { padding-inline: 14px; }
}
@media (hover: hover) { a, button { transition: opacity .18s ease; } a:hover, button:hover { opacity: .78; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
