:root {
  --black: #191817;
  --ink: #292826;
  --paper: #f5f3f0;
  --white: #ffffff;
  --line: #ded9d3;
  --line-strong: #a59e96;
  --line-dark: #494641;
  --muted: #625d57;
  --acid: #f6b94d;
  --blue: #f05a24;
  --accent-fill: #f05a24;
  --accent-text: #b83b0c;
  --control-border: #767873;
  --mint: #eeeae5;
  --forest: #2b2926;
  --orange-pale: #fff1e9;
  --max: 1380px;
  --narrow: 1120px;
}

/* Fixed multilingual routing control. It is independent from both navigation bars. */
.lindencook-language-switcher {
  position: fixed;
  top: 124px;
  right: 16px;
  z-index: 2147482500;
  width: 166px;
  direction: ltr;
}
.lindencook-language-switcher label {
  width: 100%;
  height: 42px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border: 1px solid rgba(17, 24, 39, .16);
  border-radius: 4px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 8px 24px rgba(17, 24, 39, .12);
}
.lindencook-language-switcher svg {
  width: 18px;
  height: 18px;
  color: #111827;
}
.lindencook-language-switcher select {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 20px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
  font: 700 12px/1 Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
html[dir="rtl"] body {
  direction: rtl;
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
}
html[dir="rtl"] .site-header,
html[dir="rtl"] .gedon-mobile-site-nav,
html[dir="rtl"] .ticker,
html[dir="rtl"] .mobile-contact,
html[dir="rtl"] .lindencook-language-switcher {
  direction: ltr;
}
html[dir="rtl"] .site-header,
html[dir="rtl"] .gedon-mobile-site-nav,
html[dir="rtl"] .gedon-mobile-menu-panel,
html[dir="rtl"] .desktop-nav,
html[dir="rtl"] .mobile-nav,
html[dir="rtl"] .header-grid,
html[dir="rtl"] .wordmark {
  direction: ltr;
}
html[data-site-language]:not([data-site-language="en"]) [data-gedon-flow-size] {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

@media (max-width: 920px) {
  html[data-gedon-mobile-render="true"] .insights-page .page-hero {
    padding-top: 28px !important;
    padding-bottom: 44px !important;
  }
  html[data-gedon-mobile-render="true"] .insights-page .page-hero-grid {
    gap: 28px !important;
  }
  .lindencook-language-switcher {
    top: auto;
    right: 12px;
    bottom: 84px;
    width: 148px;
  }
  .lindencook-language-switcher label {
    height: 40px;
    grid-template-columns: 17px minmax(0, 1fr);
    padding: 0 9px;
  }
  .lindencook-language-switcher select {
    height: 38px;
    font-size: 11px;
  }
  .gedon-mobile-site-nav.is-open ~ .lindencook-language-switcher {
    opacity: 0;
    pointer-events: none;
  }
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--black);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.shell-narrow { width: min(var(--narrow), calc(100% - 48px)); margin-inline: auto; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font: 600 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-transform: uppercase;
}
.kicker::before { width: 26px; height: 2px; content: ''; background: currentColor; }
.kicker-blue { color: var(--blue); }
.kicker-acid { color: var(--acid); }

.section-title {
  max-width: 900px;
  margin: 0 0 24px;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}
.section-intro { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; }
.section-head { margin-bottom: 52px; }

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.btn:hover { transform: translate(-2px, -2px); }
.btn-dark { color: var(--white); background: var(--black); }
.btn-dark:hover { color: var(--black); background: var(--acid); }
.btn-acid { color: var(--black); background: var(--acid); }
.btn-acid:hover { color: var(--white); background: var(--blue); }
.btn-blue { color: var(--white); background: var(--blue); }
.btn-blue:hover { color: var(--black); background: var(--acid); }
.btn-line { color: var(--black); background: transparent; border-color: var(--line-strong); }
.btn-line:hover { color: var(--white); background: var(--black); }
.icon { width: 18px; height: 18px; flex: 0 0 auto; stroke-width: 2; }

.ticker {
  min-height: 34px;
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--blue);
  overflow: hidden;
}
.ticker-track {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 34px;
  padding-left: 24px;
  font: 500 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-transform: uppercase;
}
.ticker-dot { width: 6px; height: 6px; background: var(--acid); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247,248,244,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-grid {
  min-height: 72px;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: stretch;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 24px;
  border-right: 1px solid var(--line);
}
.wordmark-mark { display: grid; grid-template-columns: repeat(5, 3px); gap: 3px; height: 28px; }
.wordmark-mark i { display: block; width: 3px; background: var(--black); }
.wordmark-mark i:nth-child(2), .wordmark-mark i:nth-child(4) { height: 19px; align-self: center; }
.wordmark-copy { display: grid; line-height: 1; }
.wordmark-copy strong { font-size: 21px; }
.wordmark-copy small { margin-top: 5px; font: 500 8px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.lindencook-logo {
  display: block;
  width: 218px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.site-header .wordmark .lindencook-logo { width: 218px; max-height: 30px; }
.footer-wordmark .lindencook-logo { width: 230px; max-height: 31px; }
.desktop-nav { display: flex; align-items: stretch; }
.desktop-nav > a {
  min-width: 110px;
  display: grid;
  place-items: center;
  padding: 0 18px;
  border-right: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.desktop-nav > a:hover, .desktop-nav > a.active { color: var(--white); background: var(--black); }
.header-actions { display: flex; align-items: stretch; }
.header-actions .btn { min-height: 72px; }
.menu-button {
  display: none;
  width: 72px;
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}
.mobile-nav { display: none; }

.home-hero {
  position: relative;
  height: calc(100vh - 154px);
  min-height: 560px;
  max-height: 650px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #ecece7;
}
.home-hero-media { position: absolute; inset: 0; }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero-copy {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: end;
  padding-top: 92px;
}
.hero-statement { max-width: 810px; padding: 44px 46px 48px 0; }
.hero-statement h1 {
  margin: 0 0 25px;
  font-size: 72px;
  line-height: .96;
  letter-spacing: 0;
  text-wrap: balance;
}
.hero-statement p { max-width: 680px; margin: 0 0 30px; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-index {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  background: rgba(10,13,12,.93);
  color: var(--white);
  border-left: 1px solid var(--line);
}
.hero-index-item { padding: 23px 25px; border-top: 1px solid var(--line-dark); }
.hero-index-item strong { display: block; font-size: 27px; line-height: 1; }
.hero-index-item span { display: block; margin-top: 6px; color: #aeb6b1; font: 500 10px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }

.proof-band { color: var(--white); background: var(--black); border-bottom: 1px solid var(--line-dark); }
.proof-band-grid { display: grid; grid-template-columns: 1.3fr repeat(5, 1fr); }
.proof-band-label, .proof-chip { min-height: 92px; display: flex; align-items: center; padding: 18px 24px; border-right: 1px solid var(--line-dark); }
.proof-band-label { color: #aeb6b1; font: 500 11px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.proof-chip { justify-content: center; font-weight: 800; }
.proof-chip:last-child { border-right: 0; }

.home-products { padding: 110px 0; }
.catalog-list { border-top: 1px solid var(--line); }
.catalog-row {
  display: grid;
  grid-template-columns: 90px 1fr 230px 80px;
  align-items: center;
  gap: 30px;
  min-height: 150px;
  border-bottom: 1px solid var(--line);
  transition: background-color .18s ease;
}
.catalog-row:hover { background: var(--white); }
.catalog-num { color: var(--blue); font: 600 12px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.catalog-main { display: flex; align-items: center; gap: 26px; min-width: 0; }
.catalog-thumb { width: 150px; aspect-ratio: 1; flex: 0 0 auto; overflow: hidden; background: #f0f1ef; }
.catalog-thumb img { width: 100%; height: 100%; object-fit: contain; }
.catalog-main h3 { margin: 0 0 6px; font-size: 28px; line-height: 1.05; }
.catalog-main p { margin: 0; color: var(--muted); }
.catalog-spec { color: var(--muted); font: 500 11px/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.catalog-arrow { width: 48px; height: 48px; display: grid; place-items: center; justify-self: end; border: 1px solid var(--line-strong); }
.catalog-row:hover .catalog-arrow { color: var(--black); background: var(--acid); }

.signal-section { padding: 110px 0; color: var(--white); background: var(--blue); }
.signal-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: start; }
.signal-section .section-title { font-size: 62px; }
.signal-copy p { max-width: 650px; color: #d4e2de; font-size: 18px; }
.signal-list { border-top: 1px solid rgba(255,255,255,.5); }
.signal-item { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.5); }
.signal-item span { color: var(--acid); font: 600 11px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.signal-item h3 { margin: 0 0 6px; font-size: 21px; }
.signal-item p { margin: 0; color: #d4e2de; font-size: 14px; }

.media-system { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 650px; border-bottom: 1px solid var(--line); }
.media-system-image { min-height: 650px; overflow: hidden; border-right: 1px solid var(--line); }
.media-system-image img { width: 100%; height: 100%; object-fit: cover; }
.media-system-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 65px; background: var(--mint); }
.media-system-copy h2 { margin: 0; font-size: 52px; line-height: 1.02; }
.media-system-copy p { max-width: 580px; margin: 20px 0 0; font-size: 18px; }
.metric-stack { display: grid; grid-template-columns: 1fr 1fr; margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.metric { min-height: 125px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric strong { display: block; font-size: 36px; line-height: 1; }
.metric span { display: block; margin-top: 9px; font: 500 10px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }

.insights-strip { padding: 100px 0; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.insight-card { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.insight-card:hover { color: var(--white); background: var(--black); }
.insight-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--blue); font: 500 10px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.insight-card:hover .insight-meta { color: var(--acid); }
.insight-card h3 { margin: 28px 0 14px; font-size: 27px; line-height: 1.12; }
.insight-card p { margin: 0; color: var(--muted); }
.insight-card:hover p { color: #aeb6b1; }
.insight-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; font-size: 12px; font-weight: 800; text-transform: uppercase; }

.cta-band { padding: 92px 0; color: var(--black); background: var(--acid); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cta-band-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.cta-band h2 { max-width: 900px; margin: 0; font-size: 58px; line-height: 1; }
.cta-band p { max-width: 720px; margin: 20px 0 0; }

.page-hero { padding: 92px 0 70px; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1fr 320px; gap: 80px; align-items: end; }
.page-hero h1 { max-width: 980px; margin: 0; font-size: 72px; line-height: .98; letter-spacing: 0; text-wrap: balance; }
.page-hero p { max-width: 780px; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.page-hero-aside { border-top: 1px solid var(--line); }
.page-hero-meta { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font: 500 10px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.page-hero-meta span:last-child { text-align: right; }

.products-page { padding: 90px 0 110px; }
.filterbar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; margin-bottom: 38px; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-pill { min-height: 42px; padding: 8px 14px; color: var(--black); background: transparent; border: 1px solid var(--line-strong); border-radius: 0; font: 600 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; cursor: pointer; }
.filter-pill.active, .filter-pill:hover { color: var(--black); background: var(--acid); }
.search-field { min-width: 280px; min-height: 42px; padding: 8px 12px; background: var(--white); border: 1px solid var(--line-strong); border-radius: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { display: flex; min-width: 0; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.product-card[hidden] { display: none; }
.product-card-image { aspect-ratio: 1; overflow: hidden; background: #f0f1ef; border-bottom: 1px solid var(--line); }
.product-card-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.product-card:hover .product-card-image img { transform: scale(1.025); }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.product-card-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--blue); font: 600 10px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.product-card h2, .product-card h3 { margin: 22px 0 10px; font-size: 26px; line-height: 1.08; }
.product-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.product-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; font-size: 12px; font-weight: 800; text-transform: uppercase; }

.product-hero { border-bottom: 1px solid var(--line); }
.product-hero-grid { min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; }
.product-hero-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 72px 60px 55px max(24px, calc((100vw - var(--max))/2)); border-right: 1px solid var(--line); }
.breadcrumb { margin: 0 0 45px; color: var(--muted); font: 500 10px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--blue); }
.product-hero h1 { margin: 0; font-size: 64px; line-height: .98; }
.product-hero-lead { max-width: 620px; margin: 22px 0 28px; color: var(--muted); font-size: 17px; }
.product-hero-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.product-hero-tags span { padding: 7px 10px; border: 1px solid var(--line-strong); font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.product-hero-media { position: relative; min-width: 0; background: var(--white); overflow: hidden; }
.product-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.product-model { position: absolute; top: 20px; right: 20px; padding: 8px 10px; color: var(--white); background: var(--blue); font: 600 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

.product-detail { padding: 95px 0; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 70px; align-items: start; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-cell { min-height: 190px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-cell .mono { color: var(--blue); font-size: 11px; }
.feature-cell h3 { margin: 34px 0 8px; font-size: 22px; }
.feature-cell p { margin: 0; color: var(--muted); }
.spec-table { margin-top: 70px; border-top: 1px solid var(--line); }
.spec-row { display: grid; grid-template-columns: 240px 1fr; gap: 30px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.spec-row dt { font: 600 11px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.spec-row dd { margin: 0; }
.sticky-rfq { position: sticky; top: 100px; padding: 26px; color: var(--white); background: var(--black); }
.sticky-rfq .mono { color: var(--acid); font-size: 10px; text-transform: uppercase; }
.sticky-rfq h2 { margin: 20px 0 12px; font-size: 28px; line-height: 1.08; }
.sticky-rfq p { margin: 0 0 24px; color: #aeb6b1; font-size: 14px; }
.sticky-rfq .btn { width: 100%; }
.sticky-rfq-note { margin-top: 14px; text-align: center; color: #838c87; font-size: 11px; }

.story-section { padding: 100px 0; border-bottom: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: start; }
.story-copy h2 { margin: 0 0 20px; font-size: 50px; line-height: 1.03; }
.story-copy p { color: var(--muted); font-size: 18px; }
.story-media { min-height: 520px; overflow: hidden; }
.story-media img { width: 100%; height: 100%; object-fit: cover; }
.number-list { margin-top: 45px; border-top: 1px solid var(--line); }
.number-item { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.number-item > span { color: var(--blue); font: 600 11px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.number-item h3 { margin: 0 0 6px; font-size: 21px; }
.number-item p { margin: 0; color: var(--muted); }

.dark-section { padding: 100px 0; color: var(--white); background: var(--black); }
.dark-section .section-intro { color: #aeb6b1; }
.dark-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 52px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.dark-cell { min-height: 230px; padding: 26px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.dark-cell .mono { color: var(--acid); font-size: 11px; }
.dark-cell h3 { margin: 70px 0 10px; font-size: 20px; }
.dark-cell p { margin: 0; color: #aeb6b1; font-size: 14px; }

.blog-page { padding: 80px 0 110px; }
.blog-tools { display: grid; grid-template-columns: 1fr 280px; gap: 18px; margin-bottom: 35px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.blog-card { min-height: 370px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.blog-card[hidden] { display: none; }
.blog-card:hover { color: var(--white); background: var(--black); }
.blog-card-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--blue); font: 600 10px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.blog-card:hover .blog-card-meta { color: var(--acid); }
.blog-card h2 { margin: 50px 0 13px; font-size: 25px; line-height: 1.13; }
.blog-card p { margin: 0 0 35px; color: var(--muted); font-size: 14px; }
.blog-card:hover p { color: #aeb6b1; }
.blog-card .product-card-link { margin-top: auto; }

.article-hero { padding: 80px 0 65px; color: var(--white); background: var(--black); border-bottom: 1px solid var(--line-dark); }
.article-hero-grid { display: grid; grid-template-columns: 1fr 270px; gap: 80px; align-items: end; }
.article-hero h1 { max-width: 990px; margin: 0; font-size: 62px; line-height: 1; }
.article-hero p { max-width: 800px; margin: 24px 0 0; color: #aeb6b1; font-size: 18px; }
.article-meta { border-top: 1px solid var(--line-dark); }
.article-meta div { display: flex; justify-content: space-between; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); font: 500 10px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.article-body { padding: 85px 0 110px; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px) 1fr; gap: 50px; align-items: start; }
.article-rail { position: sticky; top: 105px; }
.article-rail p { margin: 0 0 14px; font: 600 10px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.article-rail a { display: block; padding: 9px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }
.article-rail a:hover { color: var(--blue); }
.prose { min-width: 0; }
.prose h2 { margin: 64px 0 19px; font-size: 36px; line-height: 1.08; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 42px 0 14px; font-size: 24px; line-height: 1.15; }
.prose p { margin: 0 0 22px; color: #343b38; font-size: 17px; line-height: 1.75; }
.prose ul { margin: 0 0 26px; padding-left: 20px; }
.prose li { margin-bottom: 9px; }
.article-aside { padding: 23px; background: var(--mint); border-top: 4px solid var(--blue); }
.article-aside .mono { font-size: 10px; text-transform: uppercase; }
.article-aside h3 { margin: 22px 0 12px; font-size: 23px; line-height: 1.1; }
.article-aside p { color: #34403b; font-size: 13px; }
.article-aside .btn { width: 100%; margin-top: 14px; }

.form-section { padding: 90px 0 110px; }
.form-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.contact-stack { border-top: 1px solid var(--line); }
.contact-line { padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-line .mono { color: var(--blue); font-size: 10px; text-transform: uppercase; }
.contact-line a, .contact-line strong { display: block; margin-top: 9px; font-size: 20px; }
.contact-line a:hover { color: var(--blue); }
.lead-form { padding: 32px; background: var(--white); border: 1px solid var(--line-strong); }
.lead-form h2 { margin: 0 0 10px; font-size: 32px; }
.lead-form > p { margin: 0 0 28px; color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field-full { grid-column: 1/-1; }
.field label { display: block; margin-bottom: 7px; font: 600 10px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 11px 12px; color: var(--black); background: var(--paper); border: 1px solid var(--line-strong); border-radius: 0; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(242,97,34,.22); border-color: var(--blue); }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--blue); }
.form-status { min-height: 20px; margin: 8px 0 0; color: var(--blue); font-size: 12px; font-weight: 700; }

.rfq-page { min-height: calc(100vh - 106px); display: grid; grid-template-columns: .8fr 1.2fr; }
.rfq-intro { display: flex; flex-direction: column; justify-content: space-between; padding: 70px max(30px, calc((100vw - var(--max))/2)) 55px max(24px, calc((100vw - var(--max))/2)); color: var(--white); background: var(--blue); }
.rfq-intro h1 { max-width: 600px; margin: 0; font-size: 60px; line-height: .98; }
.rfq-intro p { max-width: 560px; color: #d3e1de; }
.rfq-assurance { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.45); border-left: 1px solid rgba(255,255,255,.45); }
.rfq-assurance div { padding: 18px; border-right: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); }
.rfq-assurance strong { display: block; font-size: 24px; }
.rfq-assurance span { font: 500 9px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.rfq-form-wrap { padding: 60px max(24px, calc((100vw - var(--max))/2)) 70px 55px; background: var(--white); }
.step-indicator { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 38px; border-top: 1px solid var(--line); }
.step-dot { padding: 12px 0; color: var(--muted); border-bottom: 3px solid var(--line); font: 600 10px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.step-dot.active { color: var(--black); border-color: var(--blue); }
.form-step { display: none; }
.form-step.active { display: block; }
.form-step h2 { margin: 0 0 26px; font-size: 34px; }
.form-step-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 28px; }

.site-footer { padding: 70px 0 24px; color: #aeb6b1; background: var(--black); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding-bottom: 52px; }
.footer-wordmark { color: var(--white); }
.footer-wordmark .wordmark-mark i { background: var(--white); }
.footer-about { max-width: 360px; margin: 24px 0 0; }
.footer-title { margin: 0 0 18px; color: var(--white); font: 600 11px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.footer-links a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 23px; border-top: 1px solid var(--line-dark); font: 500 10px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 18px; }

.mobile-contact { display: none; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .45s ease, transform .45s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .desktop-nav > a { min-width: auto; padding: 0 12px; }
  .header-grid { grid-template-columns: 215px 1fr auto; }
  .home-hero { min-height: 560px; }
  .hero-statement h1 { font-size: 62px; }
  .product-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .dark-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 190px minmax(0,1fr); }
  .article-aside { grid-column: 2; }
}

@media (max-width: 920px) {
  .desktop-nav, .header-actions { display: none; }
  .header-grid { grid-template-columns: 1fr 72px; }
  .wordmark { border-right: 0; }
  .site-header .wordmark .lindencook-logo { width: 210px; max-height: 28px; }
  .menu-button { display: grid; place-items: center; }
  .mobile-nav {
    position: fixed;
    inset: 72px 0 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    padding: 28px 24px 100px;
    color: var(--white);
    background: var(--black);
    transform: translateX(102%);
    transition: transform .22s ease;
  }
  .mobile-nav.open { transform: none; }
  .mobile-nav a:not(.btn) { padding: 17px 0; border-bottom: 1px solid var(--line-dark); font-size: 24px; font-weight: 800; }
  .mobile-nav .btn { margin-top: 24px; }
  .home-hero-copy { grid-template-columns: 1fr; }
  .hero-index { display: grid; grid-template-columns: repeat(4,1fr); align-self: end; }
  .hero-index-item { border-right: 1px solid var(--line-dark); }
  .hero-statement { padding: 50px 30px 45px 0; }
  .home-hero-media img { object-position: 58% center; opacity: .65; }
  .proof-band-grid { grid-template-columns: repeat(5,1fr); }
  .proof-band-label { grid-column: 1/-1; min-height: 55px; justify-content: center; border-bottom: 1px solid var(--line-dark); }
  .catalog-row { grid-template-columns: 55px 1fr 60px; }
  .catalog-spec { display: none; }
  .signal-grid, .media-system, .page-hero-grid, .story-grid, .form-layout, .product-detail-grid { grid-template-columns: 1fr; }
  .media-system-image { min-height: 520px; border-right: 0; border-bottom: 1px solid var(--line); }
  .page-hero-aside { max-width: 500px; }
  .product-hero-grid { grid-template-columns: 1fr; }
  .product-hero-copy { min-height: 480px; padding: 60px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-hero-media { min-height: 520px; }
  .sticky-rfq { position: static; }
  .article-hero-grid { grid-template-columns: 1fr; }
  .article-meta { max-width: 500px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-rail { position: static; }
  .article-aside { grid-column: 1; }
  .rfq-page { grid-template-columns: 1fr; }
  .rfq-intro { min-height: 560px; padding: 60px 24px; }
  .rfq-form-wrap { padding: 55px 24px 80px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  .shell, .shell-narrow { width: calc(100% - 28px); }
  .ticker-track { gap: 18px; padding-left: 14px; }
  .section-title { font-size: 38px; }
  .section-intro { font-size: 16px; }
  .section-head { margin-bottom: 36px; }
  .home-products, .signal-section, .insights-strip, .product-detail, .story-section, .dark-section, .blog-page, .article-body, .form-section { padding: 72px 0; }
  .home-hero { height: auto; min-height: 675px; max-height: none; }
  .home-hero-media img { object-position: 58% center; opacity: .48; }
  .home-hero-copy { padding-top: 16px; }
  .hero-statement { padding: 24px 0 18px; }
  .hero-statement .kicker { margin-bottom: 14px; }
  .hero-statement h1 { font-size: 44px; line-height: .98; }
  .hero-statement > p:not(.kicker) { margin-bottom: 18px; font-size: 15px; line-height: 1.45; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .hero-actions .btn { min-height: 48px; padding: 9px 8px; font-size: 10px; }
  .hero-actions .btn { width: 100%; }
  .hero-index { grid-template-columns: repeat(2,1fr); }
  .hero-index-item { padding: 16px; }
  .proof-band-grid { grid-template-columns: repeat(2,1fr); }
  .proof-chip { min-height: 65px; font-size: 12px; }
  .proof-chip:nth-last-child(1) { grid-column: 1/-1; }
  .catalog-row { grid-template-columns: 38px 1fr 40px; gap: 10px; min-height: 130px; }
  .catalog-thumb { width: 86px; }
  .catalog-main { gap: 14px; }
  .catalog-main h3 { font-size: 21px; }
  .catalog-main p { display: none; }
  .catalog-arrow { width: 36px; height: 36px; }
  .signal-section .section-title { font-size: 40px; }
  .signal-grid { gap: 45px; }
  .signal-item { grid-template-columns: 42px 1fr; }
  .media-system { display: block; }
  .media-system-image { min-height: 380px; }
  .media-system-copy { padding: 48px 18px; }
  .media-system-copy h2 { font-size: 39px; }
  .metric strong { font-size: 28px; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 290px; }
  .cta-band { padding: 65px 0; }
  .cta-band-grid { grid-template-columns: 1fr; }
  .cta-band h2 { font-size: 40px; }
  .page-hero { padding: 65px 0 50px; }
  .page-hero h1 { font-size: 46px; }
  .page-hero p { font-size: 16px; }
  .page-hero-grid { gap: 45px; }
  .filterbar, .blog-tools { display: grid; grid-template-columns: 1fr; }
  .search-field { min-width: 0; width: 100%; }
  .product-grid, .blog-grid { grid-template-columns: 1fr; }
  .product-hero-copy { min-height: 440px; padding: 52px 14px; }
  .product-hero h1 { font-size: 45px; }
  .product-hero-media { min-height: 360px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-cell { min-height: 165px; }
  .spec-row { grid-template-columns: 1fr; gap: 7px; }
  .story-grid { gap: 40px; }
  .story-copy h2 { font-size: 38px; }
  .story-media { min-height: 360px; }
  .dark-grid { grid-template-columns: 1fr; }
  .dark-cell { min-height: 190px; }
  .dark-cell h3 { margin-top: 45px; }
  .article-hero { padding: 58px 0 48px; }
  .article-hero h1 { font-size: 42px; }
  .article-hero p { font-size: 16px; }
  .article-hero-grid { gap: 38px; }
  .prose h2 { font-size: 30px; }
  .prose p { font-size: 16px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: 1; }
  .lead-form { padding: 24px 16px; }
  .rfq-intro h1 { font-size: 44px; }
  .rfq-assurance { grid-template-columns: 1fr 1fr; }
  .step-indicator { gap: 10px; }
  .step-dot { font-size: 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 22px; }
  .footer-bottom { flex-direction: column; padding-bottom: 68px; }
  .mobile-contact {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 7px;
    padding: 9px 14px;
    background: var(--paper);
    border-top: 1px solid var(--line);
  }
  .mobile-contact .btn { min-height: 44px; padding: 10px; font-size: 11px; }
}

@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; }
}

/* Orange factory-led redesign */
h1, h2, h3, .wordmark-copy strong, .btn { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.section-title { font-weight: 600; }
.section-action { margin-top: 30px; }
.text-link, .footer-factory-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font: 700 12px/1.2 Inter, ui-sans-serif, system-ui, sans-serif, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.text-link:hover, .footer-factory-link:hover { color: var(--blue); }
.btn-light { color: var(--black); background: var(--white); border-color: var(--white); }
.btn-light:hover { color: var(--white); background: var(--black); border-color: var(--black); }
.btn-acid { background: var(--blue); color: var(--white); }
.btn-acid:hover { background: var(--black); color: var(--white); }
.btn-blue { background: var(--blue); }
.btn-blue:hover { background: #c74612; color: var(--white); }
.btn-dark:hover { background: var(--blue); color: var(--white); }
.btn-line:hover { background: var(--blue); border-color: var(--blue); }

.ticker { background: var(--blue); min-height: 36px; }
.ticker-dot { background: var(--white); border-radius: 50%; }
.site-header { background: rgba(255,255,255,.96); }
.wordmark-mark i { background: var(--blue); }
.wordmark-copy small { color: var(--muted); }
.desktop-nav > a:hover, .desktop-nav > a.active { background: var(--black); }

.factory-first { height: min(760px, calc(100vh - 108px)); max-height: 760px; min-height: 620px; color: var(--white); background: var(--black); }
.factory-first .home-hero-media img { object-position: center 45%; filter: saturate(.8) contrast(1.04); }
.home-hero-shade { position: absolute; inset: 0; background: rgba(20,16,13,.64); }
.factory-first .home-hero-copy { padding-top: 50px; }
.factory-first .hero-statement { max-width: 900px; padding-bottom: 54px; }
.factory-first .hero-statement h1 { max-width: 830px; font-size: 78px; font-weight: 600; }
.factory-first .hero-statement p:not(.kicker) { max-width: 760px; color: #eee9e4; }
.factory-first .hero-index { background: rgba(23,20,17,.96); border-color: rgba(255,255,255,.28); }
.factory-first .hero-index-item { border-color: rgba(255,255,255,.2); }
.factory-first .hero-index-item strong { color: var(--acid); }
.factory-first .hero-index-item span { color: #d1cbc5; }

.proof-band { background: var(--black); }
.proof-chip { color: var(--white); }
.proof-chip:hover { color: var(--black); background: var(--acid); }

.factory-showcase { padding: 112px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.factory-showcase-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 48px; }
.factory-showcase-head .section-title { margin-bottom: 0; }
.factory-gallery { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 1px; margin-bottom: 30px; background: var(--line); border: 1px solid var(--line-strong); }
.factory-stage { min-width: 0; background: var(--white); }
.factory-stage img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.factory-stage-main img { aspect-ratio: 16 / 9; }
.factory-stage > div { padding: 24px; border-top: 1px solid var(--line); }
.factory-stage span { color: var(--blue); font: 600 10px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.factory-stage h3 { margin: 18px 0 8px; font-size: 23px; line-height: 1.08; }
.factory-stage p { margin: 0; color: var(--muted); font-size: 14px; }

.signal-section { background: var(--forest); }
.signal-copy p { color: #d4e2de; }
.oem-home .signal-grid { grid-template-columns: .72fr 1.28fr; }
.oem-levels { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.35); border-left: 1px solid rgba(255,255,255,.35); }
.oem-level { min-width: 0; padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.oem-level > span { color: var(--acid); font: 600 10px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.oem-level h3 { margin: 42px 0 12px; font-size: 25px; }
.oem-level p { color: #d4e2de; font-size: 14px; }
.oem-level ul { margin: 22px 0 0; padding: 18px 0 0 18px; border-top: 1px solid rgba(255,255,255,.25); color: #eff5f2; font-size: 12px; }
.oem-level li { margin: 7px 0; }

.process-section { padding: 108px 0; background: var(--orange-pale); border-bottom: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 220px; padding: 25px; background: rgba(255,255,255,.5); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article span { color: var(--blue); font: 600 11px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.process-grid article h3 { margin: 52px 0 9px; font-size: 22px; }
.process-grid article p { margin: 0; color: var(--muted); font-size: 14px; }
.process-grid article b { display: block; margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 11px; }
.process-grid-detailed article { min-height: 280px; }

.home-products { background: var(--paper); }
.catalog-row:hover { background: var(--orange-pale); }
.catalog-arrow { border-color: var(--blue); color: var(--blue); }
.catalog-row:hover .catalog-arrow { color: var(--white); background: var(--blue); }
.media-system-copy { background: var(--orange-pale); }
.compact-media { min-height: 540px; }
.compact-media .media-system-image { min-height: 540px; }
.compact-media .media-system-copy { min-height: 540px; }
.metric { border-color: rgba(24,21,18,.35); }
.insight-card:hover { background: var(--orange-pale); color: var(--black); }
.cta-band { color: var(--white); background: var(--blue); }
.cta-band .kicker, .cta-band p { color: #fff2ea; }

.page-hero { position: relative; padding: 100px 0 80px; background: var(--white); }
.page-hero::before { position: absolute; top: 0; bottom: 0; left: 0; width: 10px; content: ''; background: var(--blue); }
.page-hero h1 { max-width: 1050px; font-weight: 600; }
.page-hero-aside { padding: 22px; color: var(--white); background: var(--blue); border-top: 0; }
.page-hero-meta { border-color: rgba(255,255,255,.42); }
.page-hero-meta:first-child { border-top: 1px solid rgba(255,255,255,.42); }

.platform-proof { background: var(--black); color: var(--white); }
.platform-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.platform-proof-grid > * { position: relative; min-height: 180px; padding: 24px; border-right: 1px solid var(--line-dark); }
.platform-proof-grid > *:last-child { border-right: 0; background: var(--blue); }
.platform-proof-grid .mono { display: block; color: var(--acid); font-size: 10px; text-transform: uppercase; }
.platform-proof-grid strong { display: block; margin: 28px 0 8px; font-size: 28px; }
.platform-proof-grid p { margin: 0; color: #c8c1bb; font-size: 13px; }
.platform-proof-grid > *:last-child p { color: #fff0e8; }
.platform-proof-grid > a .icon { position: absolute; right: 20px; bottom: 20px; }
.products-page { background: var(--paper); }
.product-card { background: var(--white); }
.product-card-meta, .catalog-num { color: var(--blue); }

.factory-intro { padding: 96px 0; background: var(--orange-pale); border-bottom: 1px solid var(--line); }
.factory-intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.factory-intro-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--line-strong); }
.factory-intro-copy h2 { margin: 0 0 22px; font-size: 50px; line-height: 1.02; }
.factory-intro-copy > p:not(.kicker) { color: var(--muted); font-size: 17px; }
.factory-facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 35px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.factory-facts div { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.factory-facts strong { display: block; color: var(--blue); font-size: 27px; }
.factory-facts span { display: block; margin-top: 4px; font: 500 9px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.capability-section { padding: 105px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article { position: relative; min-height: 260px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid article > .icon { width: 27px; height: 27px; color: var(--blue); }
.capability-grid article > span { position: absolute; top: 28px; right: 27px; color: var(--muted); font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.capability-grid h3 { margin: 70px 0 10px; font-size: 24px; }
.capability-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.factory-gallery-section { padding: 105px 0; color: var(--white); background: var(--forest); border-bottom: 1px solid var(--line); }
.factory-gallery-section .factory-gallery { background: rgba(255,255,255,.4); border-color: rgba(255,255,255,.4); }
.factory-gallery-section .factory-stage { color: var(--white); background: var(--forest); }
.factory-gallery-section .factory-stage > div { border-color: rgba(255,255,255,.35); }
.factory-gallery-section .factory-stage span { color: var(--acid); }
.factory-gallery-section .factory-stage p { color: #c9d9d5; }
.six-grid { grid-template-columns: repeat(3,1fr); }
.story-section { background: var(--white); }

.oem-intro { padding: 105px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.oem-intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.customization-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.customization-grid article { min-height: 230px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.customization-grid .icon { color: var(--blue); }
.customization-grid h3 { margin: 46px 0 9px; font-size: 20px; }
.customization-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.oem-depth { padding: 105px 0; color: var(--white); background: var(--blue); }
.oem-depth-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.5); border-left: 1px solid rgba(255,255,255,.5); }
.oem-depth-grid article { min-height: 465px; padding: 28px; border-right: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5); }
.oem-depth-top { display: flex; justify-content: space-between; align-items: center; }
.oem-depth-top span { font: 600 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.oem-depth-top em { padding: 6px 8px; color: var(--black); background: var(--acid); font: 600 9px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-style: normal; text-transform: uppercase; }
.oem-depth-grid h3 { margin: 60px 0 14px; font-size: 30px; }
.oem-depth-grid p { color: #fff0e8; }
.oem-depth-grid ul { padding: 20px 0 0 18px; border-top: 1px solid rgba(255,255,255,.4); }
.oem-depth-grid li { margin: 9px 0; }
.oem-depth-grid strong { display: block; margin-top: 26px; font-size: 12px; }
.factory-oem-link { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 720px; color: var(--white); background: var(--forest); border-bottom: 1px solid var(--line); }
.factory-oem-media { min-height: 720px; }
.factory-oem-media img { width: 100%; height: 100%; object-fit: cover; }
.factory-oem-copy { padding: 70px max(30px, calc((100vw - var(--max))/2)) 70px 65px; }
.factory-oem-copy h2 { margin: 0 0 22px; font-size: 50px; line-height: 1.02; }
.factory-oem-copy > p { color: #ceddd9; }
.factory-oem-copy .number-list { border-color: rgba(255,255,255,.35); }
.factory-oem-copy .number-item { border-color: rgba(255,255,255,.35); }
.factory-oem-copy .number-item > span { color: var(--acid); }
.factory-oem-copy .number-item p { color: #ceddd9; }
.deliverables-section { padding: 105px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.deliverables-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.deliverables-grid > div { min-height: 235px; padding: 23px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverables-grid .icon { color: var(--blue); }
.deliverables-grid h3 { margin: 55px 0 8px; font-size: 20px; }
.deliverables-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.product-factory-band, .article-factory-bridge, .contact-proof { color: var(--white); background: var(--forest); border-bottom: 1px solid var(--line); }
.product-factory-grid { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 610px; }
.product-factory-media { margin-left: calc((100vw - var(--max))/2 * -1); min-height: 610px; }
.product-factory-media img { width: 100%; height: 100%; object-fit: cover; }
.product-factory-copy { padding: 65px 0 65px 60px; }
.product-factory-copy h2 { margin: 0 0 20px; font-size: 48px; line-height: 1.03; }
.product-factory-copy > p { color: #ceddd9; }
.mini-proof-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 32px 0; border-top: 1px solid rgba(255,255,255,.35); border-left: 1px solid rgba(255,255,255,.35); }
.mini-proof-grid div { padding: 16px; border-right: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.mini-proof-grid strong { display: block; color: var(--acid); font-size: 22px; }
.mini-proof-grid span { display: block; margin-top: 4px; font-size: 10px; text-transform: uppercase; }
.article-factory-bridge { padding: 76px 0; }
.article-factory-grid { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.article-factory-grid h2 { max-width: 820px; margin: 0; font-size: 44px; line-height: 1.04; }
.article-factory-grid p { max-width: 760px; color: #ceddd9; }
.article-factory-actions { display: flex; flex-direction: column; gap: 9px; min-width: 220px; }
.knowledge-context { padding: 48px 0; color: var(--white); background: var(--forest); }
.knowledge-context-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 45px; align-items: center; }
.knowledge-context h2 { margin: 0; font-size: 30px; line-height: 1.08; }
.knowledge-context p { margin: 0; color: #ceddd9; }
.knowledge-context .text-link:hover { color: var(--acid); }
.article-hero { border-top: 8px solid var(--blue); }
.article-aside { background: var(--orange-pale); border-top-color: var(--blue); }

.contact-brief { margin-top: 35px; padding: 24px; background: var(--orange-pale); border-left: 5px solid var(--blue); }
.contact-brief h3 { margin: 0 0 14px; font-size: 19px; }
.contact-brief ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 13px; }
.contact-proof { padding: 95px 0; }
.contact-proof-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.contact-proof-grid > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.contact-proof h2 { margin: 0; font-size: 46px; line-height: 1.03; }
.contact-proof .number-list, .contact-proof .number-item { border-color: rgba(255,255,255,.35); }
.contact-proof .number-item > span { color: var(--acid); }
.contact-proof .number-item p { color: #ceddd9; }
.rfq-intro { background: var(--forest); }
.rfq-intro p { color: #d3e1de; }
.step-dot.active { border-color: var(--blue); }
.field input:focus, .field select:focus, .field textarea:focus { outline-color: rgba(242,97,34,.2); }
.footer-factory-link { margin-top: 24px; color: var(--acid); }
.footer-wordmark .wordmark-mark i { background: var(--blue); }

@media (max-width: 1180px) {
  .factory-first .hero-statement h1 { font-size: 66px; }
  .oem-home .signal-grid { grid-template-columns: 1fr; }
  .factory-showcase-head, .oem-intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .deliverables-grid { grid-template-columns: repeat(3,1fr); }
  .knowledge-context-grid { grid-template-columns: 1fr 1fr; }
  .knowledge-context-grid .text-link { justify-self: start; }
}

@media (max-width: 920px) {
  .mobile-nav {
    position: absolute;
    inset: 100% 0 auto;
    height: calc(100dvh - 72px);
    overflow-y: auto;
  }
  .factory-first { min-height: 720px; height: auto; }
  .factory-first .home-hero-copy { grid-template-columns: 1fr; }
  .factory-first .hero-index { display: grid; grid-template-columns: repeat(4,1fr); }
  .factory-gallery { grid-template-columns: 1fr 1fr; }
  .factory-stage-main { grid-column: 1/-1; }
  .oem-levels, .oem-depth-grid { grid-template-columns: 1fr; }
  .oem-level, .oem-depth-grid article { min-height: 0; }
  .process-grid, .capability-grid, .customization-grid, .six-grid { grid-template-columns: repeat(2,1fr); }
  .platform-proof-grid { grid-template-columns: 1fr 1fr; }
  .platform-proof-grid > * { border-bottom: 1px solid var(--line-dark); }
  .factory-intro-grid, .factory-oem-link, .product-factory-grid, .contact-proof-grid { grid-template-columns: 1fr; }
  .factory-oem-media, .product-factory-media { min-height: 520px; margin-left: 0; }
  .factory-oem-copy, .product-factory-copy { padding: 60px 24px; }
  .deliverables-grid { grid-template-columns: repeat(2,1fr); }
  .article-factory-grid { grid-template-columns: 1fr; }
  .article-factory-actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .section-title { font-size: 37px; }
  .factory-showcase, .process-section, .factory-intro, .capability-section, .factory-gallery-section, .oem-intro, .oem-depth, .deliverables-section, .contact-proof { padding: 70px 0; }
  .factory-first { min-height: 720px; }
  .factory-first .home-hero-media img { opacity: 1; object-position: 53% center; }
  .home-hero-shade { background: rgba(20,16,13,.7); }
  .factory-first .hero-statement { padding: 30px 0 22px; }
  .factory-first .hero-statement h1 { font-size: 43px; }
  .factory-first .hero-index { grid-template-columns: 1fr 1fr; }
  .factory-showcase-head { display: block; }
  .factory-showcase-head .section-intro { margin-top: 22px; }
  .factory-gallery { grid-template-columns: 1fr; }
  .factory-stage-main { grid-column: auto; }
  .factory-stage img, .factory-stage-main img { aspect-ratio: 16 / 10; }
  .oem-home .signal-grid { grid-template-columns: 1fr; }
  .process-grid, .capability-grid, .customization-grid, .six-grid, .platform-proof-grid { grid-template-columns: 1fr; }
  .process-grid article, .capability-grid article, .customization-grid article { min-height: 190px; }
  .process-grid article h3, .capability-grid h3, .customization-grid h3 { margin-top: 38px; }
  .page-hero::before { width: 6px; }
  .page-hero-aside { padding: 16px; }
  .platform-proof-grid > * { min-height: 145px; }
  .factory-intro-grid { gap: 35px; }
  .factory-intro-copy h2, .factory-oem-copy h2, .product-factory-copy h2, .contact-proof h2 { font-size: 37px; }
  .factory-facts, .mini-proof-grid { grid-template-columns: 1fr 1fr; }
  .oem-depth-grid h3 { margin-top: 40px; }
  .oem-depth-grid article { min-height: 0; }
  .factory-oem-media, .product-factory-media { min-height: 360px; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .deliverables-grid > div { min-height: 190px; }
  .article-factory-grid h2 { font-size: 36px; }
  .article-factory-actions { display: grid; grid-template-columns: 1fr; }
  .knowledge-context-grid { grid-template-columns: 1fr; gap: 22px; }
  .product-factory-copy { padding-inline: 14px; }
  .contact-proof-grid { gap: 40px; }
}

/* Component alignment and product-gallery refinement */
body { color: var(--ink); background: var(--paper); }
.section-head { margin-bottom: 48px; }
.section-head-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.section-head-split .section-title { margin-bottom: 0; }
.section-head-split .section-intro { justify-self: end; }
.section-title { max-width: 920px; }
.page-hero-grid, .story-grid, .signal-grid, .form-layout, .product-detail-grid { align-items: start; }
.product-card-body, .blog-card, .capability-grid article, .process-grid article, .customization-grid article, .dark-cell { padding: 28px; }
.product-card h2, .product-card h3 { min-height: 56px; }
.product-card p { min-height: 66px; }
.insight-card h3, .blog-card h2 { text-wrap: balance; }
.site-footer { border-top: 1px solid var(--line-dark); }

.product-showcase { padding: 28px 0 0; background: var(--white); border-bottom: 1px solid var(--line); }
.product-showcase > .shell > .breadcrumb { margin: 0 0 25px; }
.product-showcase-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(390px,.8fr); gap: 58px; align-items: start; padding-bottom: 55px; }
.product-gallery { min-width: 0; display: grid; grid-template-columns: 86px minmax(0,1fr); gap: 14px; }
.product-gallery-thumbs { display: flex; flex-direction: column; gap: 10px; }
.product-gallery-thumb { position: relative; width: 86px; aspect-ratio: 1; padding: 0; overflow: hidden; background: #f0f1ef; border: 1px solid var(--line); cursor: pointer; }
.product-gallery-thumb::after { position: absolute; inset: 0; content: ''; border: 3px solid transparent; pointer-events: none; }
.product-gallery-thumb.active::after { border-color: var(--blue); }
.product-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery-thumb span { position: absolute; right: 4px; bottom: 4px; min-width: 20px; padding: 3px 4px; color: var(--white); background: rgba(25,24,23,.82); font: 600 8px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.product-gallery-main { position: relative; aspect-ratio: 1; margin: 0; overflow: hidden; background: #f0f1ef; border: 1px solid var(--line); }
.product-gallery-main > img { width: 100%; height: 100%; object-fit: contain; transition: opacity .18s ease; }
.product-gallery-main figcaption { position: absolute; bottom: 18px; left: 18px; padding: 8px 10px; color: var(--white); background: rgba(25,24,23,.9); font: 600 9px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.product-gallery-count { position: absolute; top: 18px; left: 18px; padding: 8px 10px; background: rgba(255,255,255,.94); font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.product-gallery-count b { color: var(--blue); }
.gallery-zoom { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--black); background: rgba(255,255,255,.94); border: 1px solid var(--line-strong); cursor: pointer; }
.gallery-zoom:hover, .gallery-arrows button:hover { color: var(--white); background: var(--blue); }
.gallery-arrows { position: absolute; right: 18px; bottom: 18px; display: flex; }
.gallery-arrows button { width: 44px; height: 44px; display: grid; place-items: center; color: var(--black); background: rgba(255,255,255,.94); border: 1px solid var(--line-strong); cursor: pointer; }
.gallery-arrows button + button { border-left: 0; }

.product-summary { min-height: 620px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px 0 0; }
.product-summary h1 { margin: 0; font-size: 54px; line-height: 1; text-wrap: balance; }
.product-summary .product-hero-lead { margin-bottom: 26px; }
.product-value-list { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.product-value-list li { display: grid; grid-template-columns: 26px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.product-value-list .icon { color: var(--blue); }
.product-value-list strong { display: block; margin-bottom: 3px; font-size: 14px; }
.product-value-list span { color: var(--muted); font-size: 12px; }
.product-option { padding: 20px 0; border-bottom: 1px solid var(--line); }
.option-label { display: block; margin-bottom: 12px; font: 600 10px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.color-options { display: flex; align-items: center; gap: 9px; }
.color-option { width: 34px; height: 34px; padding: 4px; background: var(--white); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.color-option i { display: block; width: 100%; height: 100%; border: 1px solid rgba(0,0,0,.12); border-radius: 50%; }
.color-option.active { border-color: var(--line-strong); box-shadow: 0 0 0 2px var(--white), 0 0 0 3px var(--blue); }
.color-options > strong { margin-left: 4px; font-size: 13px; }
.product-summary-actions { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8px; margin-top: 22px; }
.product-summary-actions .btn { width: 100%; }
.product-summary-actions > p { grid-column: 1/-1; display: flex; align-items: center; gap: 8px; margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.product-summary-actions > p .icon { width: 15px; color: var(--blue); }
.product-proof-strip { display: grid; grid-template-columns: .7fr 1fr 1.2fr 1.1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-proof-strip > div { min-height: 105px; padding: 19px 20px; border-right: 1px solid var(--line); }
.product-proof-strip span { display: block; color: var(--blue); font: 600 9px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.product-proof-strip strong { display: block; margin-top: 12px; font-size: 14px; line-height: 1.25; }

.gallery-dialog { width: min(1120px, calc(100% - 40px)); height: min(850px, calc(100dvh - 40px)); padding: 0; overflow: hidden; background: #f0f1ef; border: 1px solid var(--line-strong); }
.gallery-dialog::backdrop { background: rgba(12,12,11,.84); }
.gallery-dialog > img { width: 100%; height: 100%; object-fit: contain; }
.gallery-dialog-close { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; display: grid; place-items: center; background: var(--white); border: 1px solid var(--line-strong); cursor: pointer; }
.gallery-dialog-nav { position: absolute; bottom: 18px; left: 50%; display: grid; grid-template-columns: 46px auto 46px; align-items: center; color: var(--white); background: var(--black); transform: translateX(-50%); }
.gallery-dialog-nav button { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); background: transparent; border: 0; cursor: pointer; }
.gallery-dialog-nav button:hover { color: var(--black); background: var(--acid); }
.gallery-dialog-nav span { min-width: 90px; text-align: center; font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

.product-visual-section { padding: 100px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.product-visual-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line-strong); }
.product-visual-grid figure { margin: 0; background: var(--white); }
.product-visual-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #f3f1ed; }
.product-visual-grid figcaption { display: flex; gap: 14px; padding: 18px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.product-visual-grid figcaption span { color: var(--blue); font: 600 10px/1.6 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

.product-detail { background: var(--white); }
.product-detail-grid { grid-template-columns: minmax(0,1fr) 370px; }
.spec-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: end; margin-top: 72px; }
.spec-heading h2 { margin: 0; font-size: 36px; line-height: 1.05; }
.spec-heading > p { margin: 0; color: var(--muted); font-size: 13px; }
.spec-table { margin-top: 28px; }
.sticky-rfq ul { margin: 0 0 24px; padding: 18px 0 18px 18px; color: #d4d1cd; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); font-size: 12px; }
.sticky-rfq li { margin: 7px 0; }

.buyer-kit-section { padding: 100px 0; color: var(--white); background: var(--forest); border-bottom: 1px solid var(--line); }
.buyer-kit-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.buyer-kit-copy h2 { margin: 0 0 20px; font-size: 52px; line-height: 1.02; }
.buyer-kit-copy > p { color: #cfddd8; font-size: 17px; }
.buyer-kit-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.35); border-left: 1px solid rgba(255,255,255,.35); }
.buyer-kit-list article { position: relative; min-height: 245px; padding: 25px; border-right: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.buyer-kit-list .icon { color: var(--acid); }
.buyer-kit-list article > span { position: absolute; top: 27px; right: 25px; font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.buyer-kit-list h3 { margin: 62px 0 9px; font-size: 22px; }
.buyer-kit-list p { margin: 0; color: #cfddd8; font-size: 13px; }
.related-products { padding-top: 100px; }

@media (max-width: 1180px) {
  .product-showcase-grid { grid-template-columns: minmax(0,1fr) minmax(350px,.78fr); gap: 35px; }
  .product-summary h1 { font-size: 46px; }
  .product-gallery { grid-template-columns: 72px minmax(0,1fr); }
  .product-gallery-thumb { width: 72px; }
  .product-detail-grid { grid-template-columns: minmax(0,1fr) 330px; gap: 45px; }
}

@media (max-width: 920px) {
  .section-head-split { grid-template-columns: 1fr; gap: 24px; }
  .section-head-split .section-intro { justify-self: start; }
  .product-showcase-grid { grid-template-columns: 1fr; }
  .product-summary { min-height: 0; padding: 10px 0 0; }
  .product-proof-strip { grid-template-columns: 1fr 1fr; }
  .product-proof-strip > div { border-bottom: 1px solid var(--line); }
  .product-visual-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-visual-grid figure:first-child { grid-column: auto; }
  .buyer-kit-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 640px) {
  .section-head { margin-bottom: 36px; }
  .product-card h2, .product-card h3, .product-card p { min-height: 0; }
  .product-showcase { padding-top: 18px; }
  .product-showcase > .shell > .breadcrumb { margin-bottom: 16px; }
  .product-showcase-grid { gap: 32px; padding-bottom: 38px; }
  .product-gallery { display: flex; flex-direction: column; gap: 9px; }
  .product-gallery-main { order: 1; aspect-ratio: 1; }
  .product-gallery-thumbs { order: 2; display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; }
  .product-gallery-thumb { width: 100%; }
  .product-gallery-main figcaption { bottom: 12px; left: 12px; max-width: calc(100% - 122px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .product-gallery-count { top: 12px; left: 12px; }
  .gallery-zoom { top: 12px; right: 12px; }
  .gallery-arrows { right: 12px; bottom: 12px; }
  .product-summary h1 { font-size: 42px; }
  .product-summary-actions { grid-template-columns: 1fr; }
  .product-summary-actions > p { grid-column: 1; }
  .product-proof-strip { margin-inline: -14px; }
  .product-proof-strip > div { min-height: 92px; padding: 14px; }
  .product-proof-strip strong { font-size: 12px; }
  .gallery-dialog { width: calc(100% - 20px); height: calc(100dvh - 20px); }
  .product-visual-section, .buyer-kit-section { padding: 72px 0; }
  .product-visual-grid { grid-template-columns: 1fr; }
  .product-visual-grid figure:first-child { grid-column: auto; }
  .spec-heading { grid-template-columns: 1fr; gap: 15px; margin-top: 55px; }
  .spec-heading h2 { font-size: 31px; }
  .buyer-kit-copy h2 { font-size: 38px; }
  .buyer-kit-list { grid-template-columns: 1fr; }
  .buyer-kit-list article { min-height: 205px; }
  .related-products { padding-top: 72px; }
}

/* Product-detail interaction and alignment pass */
.product-showcase-grid { align-items: stretch; }
.product-showcase-grid > * { min-width: 0; }
.product-summary { height: 100%; padding-top: 0; }
.product-gallery-main { cursor: zoom-in; }
.product-gallery-main > img {
  pointer-events: none;
  will-change: transform;
  transition: transform .18s ease, opacity .18s ease;
}
.product-gallery-main.is-zooming { cursor: zoom-out; }
.product-gallery-main.is-zooming > img { transition: transform .06s linear; }
.product-gallery-main.is-zooming figcaption,
.product-gallery-main.is-zooming .product-gallery-count { opacity: .18; }
.product-gallery-main figcaption,
.product-gallery-count { transition: opacity .16s ease; }

.product-value-list li { min-height: 72px; align-items: start; }
.product-option { min-height: 96px; }
.color-options { min-height: 42px; }
.color-option { position: relative; width: 38px; height: 38px; transition: transform .16s ease, box-shadow .16s ease; }
.color-option:hover { transform: translateY(-2px); }
.color-option.active { transform: translateY(-2px); box-shadow: 0 0 0 2px var(--white), 0 0 0 4px var(--blue); }
.color-option.active::after {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  content: '✓';
  color: var(--white);
  background: var(--blue);
  border: 2px solid var(--white);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
}
.color-options > strong {
  position: relative;
  min-width: 138px;
  margin-left: 10px;
  padding: 9px 48px 9px 30px;
  background: var(--orange-pale);
  border: 1px solid var(--line);
  font-size: 13px;
  line-height: 1;
}
.color-options > strong::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 12px;
  height: 12px;
  content: '';
  background: var(--selected-finish, #f4f1dc);
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 50%;
  transform: translateY(-50%);
}
.color-options > strong::after {
  position: absolute;
  top: 50%;
  right: 9px;
  content: 'selected';
  color: var(--blue);
  font: 600 7px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-transform: uppercase;
  transform: translateY(-50%);
}
.product-option.is-updating .color-options > strong { animation: finish-confirm .28s ease; }
@keyframes finish-confirm {
  0% { transform: translateY(0); }
  45% { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}

.product-proof-strip > div { display: flex; flex-direction: column; justify-content: center; }
.product-visual-section, .product-detail, .buyer-kit-section { padding-block: 96px; }
.product-visual-grid { grid-auto-rows: auto; }
.product-visual-grid figure { display: flex; min-width: 0; flex-direction: column; }
.product-visual-grid figure img { flex: 0 0 auto; }
.product-visual-grid figcaption { min-height: 58px; align-items: center; }
.product-detail-grid > div { min-width: 0; }
.product-detail .section-head { max-width: 850px; }
.feature-grid { grid-auto-rows: 1fr; }
.feature-cell { display: flex; min-width: 0; flex-direction: column; }
.feature-cell h3 { min-height: 52px; }
.feature-cell p { margin-top: auto; }
.spec-row { min-height: 62px; align-items: center; padding-block: 12px; }
.buyer-kit-grid { align-items: stretch; }
.buyer-kit-copy { display: flex; flex-direction: column; align-items: flex-start; }
.buyer-kit-copy .btn { margin-top: auto; }
.buyer-kit-list { grid-auto-rows: 1fr; }
.buyer-kit-list article { display: flex; flex-direction: column; }
.buyer-kit-list article p { margin-top: auto; }
.buyer-kit-section + .signal-section { padding-block: 96px; }
.product-factory-grid { align-items: stretch; }
.product-factory-copy { align-self: stretch; }
.related-products { padding-block: 96px; }
.related-products .product-grid { align-items: stretch; }
.related-products .product-card { height: 100%; }

@media (max-width: 920px) {
  .product-summary { height: auto; }
  .product-gallery-main,
  .product-gallery-main.is-zooming { cursor: default; }
  .product-gallery-main.is-zooming > img,
  .product-gallery-main > img { transform: none !important; }
  .buyer-kit-copy .btn { margin-top: 20px; }
}

@media (max-width: 640px) {
  .color-options { flex-wrap: wrap; }
  .color-options > strong { width: 100%; margin: 8px 0 0; }
  .product-value-list li { min-height: 0; }
  .product-visual-section, .product-detail, .buyer-kit-section,
  .buyer-kit-section + .signal-section, .related-products { padding-block: 72px; }
  .feature-cell h3 { min-height: 0; }
}

/* Trust, accessibility and conversion refinement */
.btn-blue { color: var(--black); background: var(--accent-fill); }
.btn-blue:hover { color: var(--black); background: var(--acid); }
.btn-acid { color: var(--black); background: var(--accent-fill); }
.btn-acid:hover { color: var(--white); background: var(--black); }
.btn-line:hover { color: var(--black); background: var(--accent-fill); border-color: var(--accent-fill); }
.btn:focus-visible,
.menu-button:focus-visible,
.filter-pill:focus-visible,
.color-option:focus-visible,
.product-gallery-thumb:focus-visible,
.gallery-zoom:focus-visible,
.gallery-arrows button:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }

.ticker { color: var(--black); background: var(--accent-fill); }
.ticker-dot { background: var(--black); }
.kicker-blue,
.catalog-num,
.insight-meta,
.product-card-meta,
.blog-card-meta,
.factory-stage span,
.process-grid article span,
.factory-facts strong,
.product-proof-strip span,
.product-visual-grid figcaption span,
.product-gallery-count b,
.contact-line .mono,
.number-item > span { color: var(--accent-text); }
.catalog-arrow { color: var(--accent-text); border-color: var(--accent-text); }
.color-options > strong::after { color: var(--accent-text); }
.color-option.active { box-shadow: 0 0 0 2px var(--white), 0 0 0 4px var(--accent-text); }
.color-option.active::after { content: '\2713'; color: var(--black); background: var(--accent-fill); }

.home-hero-media img { opacity: 1; }
.home-hero-shade { background: rgba(20,16,13,.52); }
.proof-band-grid { grid-template-columns: 1.7fr repeat(5,1fr); }
.proof-band-label,
.proof-chip { padding-inline: 18px; }
.proof-band-label { color: #c3c9c5; font-size: 11px; }
.proof-chip { justify-content: center; text-align: center; font-size: 13px; line-height: 1.25; }
.proof-band-note { margin: 0 auto; padding-block: 14px 16px; color: #b9c0bc; font: 500 11px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

.field label { font-size: 12px; }
.field input,
.field select,
.field textarea { border-color: var(--control-border); }
.field input:focus,
.field select:focus,
.field textarea:focus { outline-color: rgba(240,90,36,.25); border-color: var(--accent-text); }
.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form-status { color: var(--accent-text); line-height: 1.5; }
.form-status.is-success { color: #176043; }
.form-status.is-error { color: #9b2413; }
.form-status a { text-decoration: underline; text-underline-offset: 2px; }

.spec-disclosure {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin-top: 28px;
  padding: 26px;
  background: var(--orange-pale);
  border: 1px solid var(--line);
}
.spec-disclosure .mono { color: var(--accent-text); text-transform: uppercase; }
.spec-disclosure h3 { margin: 7px 0 6px; font-size: 22px; }
.spec-disclosure p { max-width: 650px; margin: 0; color: var(--muted); font-size: 14px; }

.editorial-note { margin: 0 0 38px; padding: 22px 24px; background: var(--mint); border-left: 3px solid var(--forest); }
.editorial-note strong { display: block; margin-bottom: 6px; font-size: 14px; }
.editorial-note p { margin: 0; color: #44524d; font-size: 14px; }
.article-meta span:last-child { max-width: 220px; text-align: right; }

.legal-hero { padding: 96px 0 70px; color: var(--white); background: var(--forest); }
.legal-hero h1 { max-width: 820px; margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .98; }
.legal-hero > div > p:not(.kicker) { max-width: 720px; margin: 22px 0 26px; color: #d3e1de; font-size: 19px; }
.legal-updated { color: #b8c9c3; font: 600 11px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.legal-section { padding: 84px 0 110px; background: var(--white); }
.legal-prose { max-width: 850px; }
.legal-prose h2 { margin: 52px 0 12px; font-size: 28px; }
.legal-prose h2:first-child { margin-top: 0; }
.legal-prose p { margin: 0; color: #4f514d; font-size: 17px; line-height: 1.75; }
.legal-prose a { color: var(--accent-text); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 920px) {
  .proof-band-grid { grid-template-columns: repeat(3,1fr); }
  .proof-band-label { grid-column: 1/-1; }
  .rfq-intro { min-height: 0; gap: 38px; padding: 48px 24px 36px; }
  .rfq-form-wrap { padding: 38px 24px 70px; }
}

@media (max-width: 640px) {
  .home-hero-media img { opacity: .78; }
  .home-hero-shade { background: rgba(20,16,13,.58); }
  .proof-band-grid { grid-template-columns: repeat(2,1fr); }
  .proof-band-label { justify-content: flex-start; text-align: left; }
  .proof-chip:nth-last-child(1) { grid-column: auto; }
  .proof-band-note { padding-inline: 14px; }
  .rfq-intro { gap: 20px; padding: 26px 24px 22px; }
  .rfq-intro h1 { font-size: 34px; }
  .rfq-intro p { margin-bottom: 0; font-size: 14px; line-height: 1.45; }
  .rfq-assurance div { padding: 9px 11px; }
  .rfq-assurance strong { font-size: 19px; }
  .rfq-assurance span { font-size: 8px; }
  .rfq-form-wrap { padding: 24px 14px 62px; }
  .step-indicator { margin-bottom: 22px; }
  .form-step h2 { margin-bottom: 20px; font-size: 27px; }
  .is-rfq-page .mobile-contact { display: none; }
  .spec-disclosure { grid-template-columns: 1fr; gap: 20px; padding: 22px 18px; }
  .spec-disclosure .btn { width: 100%; }
  .article-meta div { font-size: 11px; }
  .editorial-note { padding: 19px 18px; }
  .legal-hero { padding: 65px 0 52px; }
  .legal-hero h1 { font-size: 46px; }
  .legal-hero > div > p:not(.kicker) { font-size: 16px; }
  .legal-section { padding: 64px 0 84px; }
  .legal-prose h2 { margin-top: 40px; font-size: 25px; }
  .legal-prose p { font-size: 16px; }
}

/* Full-screen named posters with product-safe desktop and portrait art direction */
.poster-hero { color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.poster-hero-frame {
  position: relative;
  width: 100%;
  height: calc(100svh - 109px);
  min-height: 560px;
  overflow: hidden;
  background: #f2efeb;
}
.poster-hero-media,
.poster-hero-media picture { position: absolute; inset: 0; display: block; }
.poster-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}
.poster-hero-copy {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.poster-hero-copy-inner { width: min(34vw, 490px); pointer-events: auto; }
.poster-hero-oem .poster-hero-copy-inner { width: min(29vw, 430px); }
.poster-hero-products .poster-hero-copy { align-items: flex-start; padding-top: clamp(46px, 6vh, 72px); }
.poster-hero-products .poster-hero-copy-inner {
  width: min(100%, 940px);
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(280px, 360px);
  column-gap: 60px;
  align-items: start;
}
.poster-hero-products .poster-hero-copy .kicker { grid-column: 1; grid-row: 1; }
.poster-hero-products .poster-hero-copy h1 { grid-column: 1; grid-row: 2; }
.poster-hero-products .poster-hero-copy-inner > p:not(.kicker) {
  grid-column: 2;
  grid-row: 2;
  margin-top: 4px;
}
.poster-hero-copy .kicker { margin-bottom: 18px; color: var(--accent-text); }
.poster-hero-copy h1 {
  margin: 0;
  font-size: clamp(46px, 4.4vw, 68px);
  line-height: .98;
  text-wrap: balance;
}
.poster-hero-oem .poster-hero-copy h1,
.poster-hero-products .poster-hero-copy h1 { font-size: clamp(43px, 3.5vw, 52px); }
.poster-hero-copy-inner > p:not(.kicker) {
  max-width: 470px;
  margin: 20px 0 0;
  color: #4f514d;
  font-size: 16px;
  line-height: 1.55;
}
.poster-hero-copy .hero-actions { margin-top: 27px; }
.poster-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: 0;
  background: var(--white);
  border-left: 1px solid var(--line);
}
.poster-hero-home-meta { grid-template-columns: repeat(4, 1fr); }
.poster-hero-meta > div {
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 18px 24px;
  border-right: 1px solid var(--line);
}
.poster-hero-meta span { color: var(--muted); font: 600 10px/1.35 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.poster-hero-meta strong { font-size: 18px; line-height: 1.25; }
.poster-hero-home-meta strong { font-size: 27px; }

/* Orange-led interaction and warm-neutral palette enforcement */
.btn-blue,
.btn-acid,
.ticker,
.product-model,
.color-option.active::after {
  color: var(--white);
  background: var(--accent-fill);
}
.btn-blue:hover,
.btn-acid:hover,
.btn-dark:hover,
.btn-light:hover,
.btn-line:hover {
  color: var(--white);
  background: #cf4916;
  border-color: #cf4916;
}
.desktop-nav > a:hover,
.desktop-nav > a.active {
  color: var(--white);
  background: var(--accent-fill);
}
.ticker-dot { background: var(--white); }
.proof-chip:hover,
.gallery-dialog-nav button:hover {
  color: var(--white);
  background: var(--accent-fill);
}
.footer-links a:hover,
.knowledge-context .text-link:hover { color: #ff7a45; }

.cta-band,
.page-hero-aside,
.oem-depth,
.platform-proof-grid > *:last-child {
  color: var(--white);
  background: var(--accent-fill);
}
.cta-band .kicker,
.cta-band p,
.oem-depth .kicker,
.platform-proof-grid > *:last-child .mono,
.platform-proof-grid > *:last-child p { color: var(--white); }
.oem-depth-top em { color: var(--black); }

.signal-copy p,
.signal-item p,
.oem-level p,
.factory-gallery-section .factory-stage p,
.factory-oem-copy > p,
.factory-oem-copy .number-item p,
.product-factory-copy > p,
.article-factory-grid p,
.knowledge-context p,
.contact-proof .number-item p,
.rfq-intro p,
.buyer-kit-copy > p,
.buyer-kit-list p,
.legal-hero > div > p:not(.kicker) { color: #ddd7d0; }
.legal-updated { color: #bbb3aa; }
.editorial-note p,
.article-aside p,
.prose p { color: #514c47; }

@media (max-width: 1099px) {
  .poster-hero-frame { height: max(560px, calc(100svh - 109px)); min-height: 0; }
  .poster-hero-copy-inner { width: min(42vw, 430px); }
  .poster-hero-oem .poster-hero-copy-inner { width: min(38vw, 390px); }
  .poster-hero-products .poster-hero-copy-inner { width: min(100%, 900px); grid-template-columns: minmax(0, 430px) minmax(260px, 330px); column-gap: 42px; }
  .poster-hero-copy h1,
  .poster-hero-oem .poster-hero-copy h1,
  .poster-hero-products .poster-hero-copy h1 { font-size: 46px; }
}

@media (orientation: portrait) {
  .poster-hero-media img { object-position: center bottom; }
}

@media (max-width: 920px) {
  .ticker {
    display: none !important;
  }
  html[data-gedon-mobile-render="true"] body {
    padding-top: 72px !important;
    overflow-x: hidden !important;
  }
  html[data-gedon-mobile-render="true"] body > .gedon-mobile-site-nav {
    position: fixed !important;
    inset: 0 0 auto !important;
    z-index: 2147483000 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 72px !important;
    min-height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 0 20px !important;
    margin: 0 !important;
    overflow: visible !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(15, 23, 42, .1) !important;
    box-shadow: 0 1px 0 rgba(15, 23, 42, .04) !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav .gedon-mobile-logo {
    width: auto !important;
    min-width: 0 !important;
    max-width: 224px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 1 auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    text-decoration: none !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav .gedon-mobile-logo .lindencook-logo {
    width: 218px !important;
    max-width: 218px !important;
    height: auto !important;
    max-height: 30px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav .gedon-mobile-menu-button {
    appearance: none !important;
    position: relative !important;
    flex: 0 0 54px !important;
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(15, 23, 42, .14) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #111827 !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .08) !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav .gedon-mobile-menu-button span,
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav .gedon-mobile-menu-button::before,
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav .gedon-mobile-menu-button::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 24px !important;
    height: 3px !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #111827 !important;
    transform: translate(-50%, -50%) !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav .gedon-mobile-menu-button::before {
    transform: translate(-50%, calc(-50% - 8px)) !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav .gedon-mobile-menu-button::after {
    transform: translate(-50%, calc(-50% + 8px)) !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav.is-open .gedon-mobile-menu-button span {
    opacity: 0 !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav.is-open .gedon-mobile-menu-button::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav.is-open .gedon-mobile-menu-button::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav .gedon-mobile-menu-panel {
    position: fixed !important;
    left: 16px !important;
    right: 16px !important;
    top: 84px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: calc(100vh - 104px) !important;
    display: none !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 14px !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    visibility: hidden !important;
    pointer-events: none !important;
    background: rgba(255, 255, 255, .98) !important;
    border: 1px solid rgba(15, 23, 42, .12) !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .18) !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav.is-open .gedon-mobile-menu-panel {
    display: grid !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav .gedon-mobile-menu-link {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 18px !important;
    margin: 0 !important;
    color: #111827 !important;
    background: #fff !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
  .product-detail-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }
  .product-detail-grid > div,
  .sticky-rfq {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .sticky-rfq { position: static; }
  .poster-hero-copy,
  .poster-hero-products .poster-hero-copy { align-items: flex-start; padding: 40px 0 0; }
  .poster-hero-copy-inner,
  .poster-hero-oem .poster-hero-copy-inner,
  .poster-hero-products .poster-hero-copy-inner { width: min(620px, 100%); }
  .poster-hero-products .poster-hero-copy-inner { display: block; }
  .poster-hero-products .poster-hero-copy-inner > p:not(.kicker) { margin-top: 20px; }
  .poster-hero-copy h1,
  .poster-hero-oem .poster-hero-copy h1,
  .poster-hero-products .poster-hero-copy h1 { max-width: 620px; font-size: 46px; }
  .poster-hero-copy-inner > p:not(.kicker) { max-width: 560px; }
}

@media (max-width: 390px) {
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav .gedon-mobile-logo {
    max-width: 206px !important;
  }
  html[data-gedon-mobile-render="true"] .gedon-mobile-site-nav .gedon-mobile-logo .lindencook-logo {
    width: 202px !important;
    max-width: 202px !important;
  }
}

@media (max-width: 640px) {
  .poster-hero-frame { height: max(620px, calc(100svh - 109px)); }
  .poster-hero-copy,
  .poster-hero-products .poster-hero-copy { padding-top: 34px; }
  .poster-hero-copy .kicker { margin-bottom: 13px; }
  .poster-hero-copy h1,
  .poster-hero-oem .poster-hero-copy h1,
  .poster-hero-products .poster-hero-copy h1 { font-size: clamp(36px, 10.2vw, 40px); }
  .poster-hero-copy-inner > p:not(.kicker) { margin-top: 15px; font-size: 14px; line-height: 1.45; }
  .poster-hero-copy .hero-actions { margin-top: 18px; }
  .poster-hero-meta,
  .poster-hero-home-meta { grid-template-columns: repeat(2, 1fr); }
  .poster-hero-meta > div { min-height: 80px; padding: 14px; }
  .poster-hero:not(.poster-hero-home) .poster-hero-meta > div:last-child { grid-column: 1 / -1; }
  .poster-hero-meta strong { font-size: 15px; }
  .poster-hero-home-meta strong { font-size: 22px; }
}

/* Persian copy is materially longer than the English poster-safe text area.
   On mobile, keep it below the artwork so product imagery remains unobscured. */
@media (max-width: 920px) {
  html[dir="rtl"] .poster-hero-frame {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  html[dir="rtl"] .poster-hero-media,
  html[dir="rtl"] .poster-hero-media picture {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(360px, 78vw, 540px);
    flex: 0 0 auto;
  }
  html[dir="rtl"] .poster-hero-media img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    min-width: 0;
    min-height: 0;
    object-fit: cover;
    object-position: center bottom;
  }
  html[dir="rtl"] .poster-hero-copy,
  html[dir="rtl"] .poster-hero-products .poster-hero-copy {
    position: relative;
    z-index: 1;
    order: 1;
    width: 100%;
    height: auto;
    align-items: stretch;
    padding: 28px 0 36px;
    background: var(--white);
    border-top: 1px solid var(--line);
  }
  html[dir="rtl"] .poster-hero-copy-inner,
  html[dir="rtl"] .poster-hero-oem .poster-hero-copy-inner,
  html[dir="rtl"] .poster-hero-products .poster-hero-copy-inner {
    width: 100%;
    max-width: none;
  }
}
