:root {
  --ink: #14201c;
  --ink-soft: #31423b;
  --paper: #ffffff;
  --mist: #eef3f0;
  --line: #d8e0dc;
  --green: #0d6c58;
  --green-deep: #08493d;
  --amber: #d69a37;
  --blue: #326879;
  --coral: #a54d3e;
  --radius: 6px;
  --shadow: 0 18px 45px rgba(20, 32, 28, .12);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  inset-inline-start: 16px;
  top: -60px;
  z-index: 1000;
  padding: 10px 14px;
  color: white;
  background: var(--green);
  border-radius: var(--radius);
}
.skip-link:focus { top: 10px; }

.shell { width: var(--shell); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 72px;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(216, 224, 220, .9);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-logo { width: auto; height: 48px; }
.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: white;
  background: var(--green);
  border-radius: 4px;
  font-weight: 800;
}
.brand-word, .footer-brand { font-size: 18px; font-weight: 800; }
.desktop-nav { display: flex; justify-content: center; gap: 28px; }
.desktop-nav a, .footer-links a, .footer-links button {
  border: 0;
  background: none;
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 14px;
  cursor: pointer;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-picker select {
  width: 88px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: white;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.language-picker select:focus-visible { border-color: var(--green); outline: 3px solid rgba(13,108,88,.12); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.mobile-nav { position: absolute; inset: 72px 0 auto; padding: 18px 24px 24px; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 650; }

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: .68; transform: none; }
.button-small { min-height: 40px; padding: 9px 14px; font-size: 13px; }
.button-solid { color: white; background: var(--ink); }
.button-accent { color: #14201c; background: #f2b34e; }
.button-accent:hover { background: #ffbf57; }
.button-ghost { color: white; border-color: rgba(255,255,255,.65); background: rgba(0,0,0,.12); }
.button-outline { border-color: var(--ink); background: transparent; }
.button-wide { width: 100%; }

.hero { --hero-shift-x: 0px; --hero-shift-y: 0px; position: relative; height: calc(100svh - 130px); min-height: 610px; max-height: 780px; overflow: hidden; color: white; background: #14201c; }
.hero-media { position: absolute; inset: -14px; transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 0); transition: transform .8s ease-out; }
.hero-slide { position: absolute; inset: 0; opacity: 0; background-position: center; background-size: cover; filter: saturate(.62) contrast(1.08) brightness(.74); transform: scale(1.08); transition: opacity 1.15s ease, transform 7s ease; }
.hero-slide:first-child { background-position: center 58%; transform: scaleX(-1) scale(1.08); }
.hero-slide.is-active { opacity: 1; transform: scale(1.015); }
.hero-slide:first-child.is-active { transform: scaleX(-1) scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 21, 18, .92) 0%, rgba(10, 21, 18, .76) 42%, rgba(10, 21, 18, .28) 78%, rgba(10, 21, 18, .45) 100%); }
.hero-content { position: relative; display: flex; height: 100%; flex-direction: column; justify-content: center; padding-block: 50px 34px; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: 0; text-transform: uppercase; }
.eyebrow.light { color: #9ed7c9; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: 68px; line-height: 1.03; font-weight: 500; }
h2 { margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: 46px; line-height: 1.12; font-weight: 500; }
h3 { line-height: 1.25; }
.hero-copy { max-width: 670px; margin-bottom: 28px; color: rgba(255,255,255,.86); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-kicker { animation: hero-kicker-in .8s ease both; }
.hero-title { max-width: 880px; font-size: 60px; animation: hero-copy-in .8s .08s ease both; }
.hero-intro { animation: hero-copy-in .8s .16s ease both; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; width: min(770px, 100%); margin-top: auto; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.28); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 14px; }
.hero-proof span { margin-top: 3px; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.4; }
.hero-frames { position: absolute; z-index: 2; inset-inline-end: max(24px, calc((100vw - 1180px) / 2)); top: 50%; display: grid; gap: 8px; transform: translateY(-50%); }
.hero-frame { display: grid; grid-template-columns: 30px auto; gap: 10px; min-width: 146px; padding: 9px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 4px; color: rgba(255,255,255,.72); background: rgba(5,16,13,.3); font-size: 11px; text-align: start; cursor: pointer; transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }
.hero-frame span { color: #9ed7c9; font-size: 10px; font-weight: 800; }
.hero-frame small { font-size: 11px; font-weight: 750; }
.hero-frame:hover, .hero-frame:focus-visible, .hero-frame.is-active { border-color: #f2b34e; color: white; background: rgba(5,16,13,.68); transform: translateX(-4px); }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s cubic-bezier(.2,.75,.2,1) var(--reveal-delay, 0ms); }
[data-reveal="hero"] { transform: translateY(14px); }
[data-reveal].is-revealed { opacity: 1; transform: translateY(0); }
@keyframes hero-kicker-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

.trust-strip { border-bottom: 1px solid var(--line); background: #f7f9f8; }
.trust-strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 68px; align-items: center; }
.trust-strip span { padding: 8px 18px; border-inline-start: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; font-weight: 700; text-align: center; }
.trust-strip span:last-child { border-inline-end: 1px solid var(--line); }

.buyer-questions { border-bottom: 1px solid var(--line); background: #fff; }
.buyer-questions-layout { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: 80px; padding-block: 54px; }
.buyer-questions-intro h2 { max-width: 430px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 500; line-height: 1.12; }
.buyer-question-links { border-top: 1px solid var(--ink); }
.buyer-question-links a { display: grid; grid-template-columns: 34px 1fr 18px; gap: 14px; align-items: center; min-height: 58px; border-bottom: 1px solid var(--line); text-decoration: none; }
.buyer-question-links a::after { color: var(--green); content: "\2197"; }
.buyer-question-links span { color: #718078; font-size: 10px; font-weight: 850; }
.buyer-question-links strong { font-size: 14px; }
.buyer-question-links a:hover strong { color: var(--green); }

.visual-story { overflow: hidden; background: #f3f5f4; }
.visual-story-layout { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr); gap: 82px; align-items: center; }
.visual-story-media { position: relative; min-height: 610px; }
.visual-story-media figure { margin: 0; overflow: hidden; background: var(--ink); }
.visual-primary { position: absolute; inset: 0 92px 58px 0; }
.visual-primary img, .visual-secondary img { width: 100%; height: 100%; object-fit: cover; }
.visual-primary img { filter: saturate(.72) contrast(1.04); }
.visual-primary figcaption { position: absolute; inset: auto 16px 14px; padding: 7px 9px; color: rgba(255,255,255,.82); background: rgba(10,21,18,.72); font-size: 10px; }
.visual-secondary { position: absolute; width: 42%; aspect-ratio: 1 / 1.15; inset: auto 0 0 auto; border: 8px solid #f3f5f4; }
.visual-secondary img { filter: saturate(.58) contrast(1.08); }
.visual-story-copy h2 { max-width: 540px; }
.visual-story-copy > p:not(.eyebrow) { max-width: 510px; color: var(--ink-soft); font-size: 18px; }
.context-list { margin-top: 42px; border-top: 1px solid var(--ink); }
.context-list div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: center; min-height: 68px; border-bottom: 1px solid var(--line); }
.context-list span { color: var(--green); font-size: 11px; font-weight: 850; }
.context-list strong { font-size: 15px; }

.capability-routes { border-top: 1px solid var(--line); background: white; }
.route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.route-card { display: flex; min-height: 450px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 4px; }
.route-card > span { align-self: flex-end; color: rgba(20,32,28,.42); font-family: Georgia, "Times New Roman", serif; font-size: 42px; line-height: 1; }
.route-card .route-label { margin: 54px 0 12px; color: var(--green); font-size: 11px; font-weight: 850; }
.route-card h3 { max-width: 290px; margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 500; line-height: 1.1; }
.route-card > p:not(.route-label) { color: var(--ink-soft); }
.route-card ul { margin: auto 0 26px; padding: 18px 0 0; border-top: 1px solid rgba(20,32,28,.18); list-style: none; }
.route-card li { position: relative; margin-top: 9px; padding-inline-start: 16px; color: var(--ink-soft); font-size: 12px; }
.route-card li::before { position: absolute; inset-inline-start: 0; top: .7em; width: 6px; height: 1px; background: currentColor; content: ""; }
.route-card .text-command { text-decoration: none; }
.route-cosmetic { background: #e9f3f6; }
.route-bioactive { background: #f5ebe7; }
.route-bioactive .route-label, .route-bioactive .text-command { color: #9a493c; }
.route-research { background: #fff7e8; }
.route-regulated { color: white; border-color: var(--ink); background: var(--ink); }
.route-regulated > span, .route-regulated .route-label { color: #f2b34e; }
.route-regulated > p:not(.route-label), .route-regulated li { color: #c5d2cc; }
.route-regulated ul { border-color: rgba(255,255,255,.2); }
.route-regulated .text-command { color: #f2b34e; }

.section { padding-block: 104px; }
.section-heading { margin-bottom: 42px; }
.heading-row { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .7fr); gap: 70px; align-items: end; }
.heading-row h2 { max-width: 700px; margin-bottom: 0; }
.heading-row > p { margin-bottom: 3px; color: var(--ink-soft); }

.segment-control { display: inline-flex; flex-wrap: wrap; gap: 4px; margin-bottom: 24px; padding: 4px; border: 1px solid var(--line); border-radius: 6px; background: #f7f9f8; }
.segment { min-height: 38px; padding: 8px 14px; border: 0; border-radius: 4px; color: var(--ink-soft); background: transparent; font-size: 13px; font-weight: 750; cursor: pointer; }
.segment.active { color: white; background: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.product-card { display: flex; min-height: 390px; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.product-card[hidden] { display: none; }
.product-card:hover { border-color: #a8b8b0; box-shadow: 0 12px 34px rgba(20,32,28,.07); }
.product-card-dark { color: white; border-color: var(--ink); background: var(--ink); }
.product-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; color: #6a7972; font-size: 12px; }
.product-card-dark .product-topline { color: #aebbb5; }
.track { display: inline-flex; min-height: 27px; align-items: center; padding: 4px 8px; border-radius: 3px; font-size: 11px; font-weight: 850; }
.track-cosmetic { color: #24566a; background: #e5f0f4; }
.track-bioactive { color: #8b4337; background: #f5e5df; }
.track-ruo { color: #785112; background: #fff0d3; }
.track-regulated { color: #e4b6ad; background: rgba(165,77,62,.28); }
.product-card h3 { min-height: 58px; margin-bottom: 12px; font-size: 22px; }
.product-card > p { color: var(--ink-soft); }
.product-card-dark > p { color: #c6d0cb; }
.product-card dl { margin: auto 0 20px; }
.product-card dl div { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-top: 1px solid var(--line); font-size: 12px; }
.product-card-dark dl div { border-color: rgba(255,255,255,.2); }
.product-card dt { color: #68766f; }
.product-card-dark dt { color: #a9b7b0; }
.product-card dd { margin: 0; text-align: end; font-weight: 750; }
.text-command { align-self: flex-start; padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; color: var(--green); background: none; font-weight: 800; cursor: pointer; }
.product-card-dark .text-command { color: #f2b34e; }

.quality-band { background: var(--mist); }
.quality-layout { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: 100px; align-items: start; }
.quality-intro { position: sticky; top: 110px; }
.quality-intro > p:not(.eyebrow) { max-width: 500px; color: var(--ink-soft); }
.quality-index { display: flex; align-items: baseline; gap: 10px; margin: 42px 0 0; color: var(--green); font-size: 13px; font-weight: 800; }
.quality-index span:first-child { font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 500; line-height: 1; }
.quality-steps { --quality-progress: 0%; position: relative; margin: 0; padding: 0; list-style: none; }
.quality-steps::before, .quality-steps::after { position: absolute; inset-inline-start: 25px; top: 28px; width: 2px; content: ""; }
.quality-steps::before { height: calc(100% - 56px); background: #cbd6d1; }
.quality-steps::after { height: var(--quality-progress); max-height: calc(100% - 56px); background: var(--green); transition: height .55s ease; }
.quality-steps li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 27px 0; border-top: 1px solid #cbd6d1; transition: opacity .35s ease, transform .35s ease; }
.quality-steps li:last-child { border-bottom: 1px solid #cbd6d1; }
.quality-steps li > span { z-index: 1; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #b9cbc3; border-radius: 50%; color: #68766f; background: var(--mist); font-size: 12px; font-weight: 850; transition: color .3s ease, border-color .3s ease, background .3s ease; }
.quality-steps li:not(.is-active) { opacity: .64; }
.quality-steps li.is-active { opacity: 1; transform: translateX(8px); }
.quality-steps li.is-active > span { border-color: var(--green); color: white; background: var(--green); }
.quality-steps h3 { margin-bottom: 7px; font-size: 20px; }
.quality-steps p { margin-bottom: 0; color: var(--ink-soft); }

.document-showcase { border-top: 1px solid var(--line); background: #f7f9f8; }
.document-gallery { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: 16px; }
.certificate-preview, .sample-evidence { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #e7ded6; }
.certificate-preview { display: block; min-height: 560px; color: white; text-decoration: none; }
.certificate-preview img, .sample-evidence img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.certificate-preview img { position: absolute; inset: 0; object-fit: contain; }
.certificate-preview:hover img, .sample-evidence:hover img { transform: scale(1.02); }
.media-caption, .sample-evidence figcaption { position: absolute; inset: auto 0 0; z-index: 1; padding: 52px 22px 20px; color: white; background: linear-gradient(transparent, rgba(10,21,18,.88)); }
.media-caption strong, .media-caption small, .sample-evidence figcaption strong, .sample-evidence figcaption span { display: block; }
.media-caption strong, .sample-evidence figcaption strong { font-size: 17px; }
.media-caption small, .sample-evidence figcaption span { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 12px; }
.document-detail { display: flex; min-height: 560px; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 66px); color: white; background: #173b34; }
.document-detail h3 { max-width: 520px; margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 500; line-height: 1.08; }
.document-detail > p:not(.eyebrow) { color: #c5d7d0; }
.document-facts { margin: 18px 0 28px; border-top: 1px solid rgba(255,255,255,.2); }
.document-facts div { display: grid; grid-template-columns: 125px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.document-facts dt { color: #9eb5ac; font-size: 11px; }
.document-facts dd { margin: 0; font-size: 13px; font-weight: 750; }
.document-detail .button { align-self: flex-start; }
.sample-evidence { min-height: 320px; }
.sample-evidence img { position: absolute; inset: 0; }
.verification-note { display: grid; min-height: 320px; grid-template-columns: 82px 1fr; gap: 28px; align-items: center; padding: clamp(30px, 4vw, 52px); border: 1px solid var(--line); background: white; }
.verification-note > span { font-family: Georgia, "Times New Roman", serif; color: var(--coral); font-size: 58px; line-height: 1; }
.verification-note p { margin: 0; }
.verification-note strong, .verification-note small { display: block; }
.verification-note strong { margin-bottom: 9px; font-size: 19px; }
.verification-note small { color: var(--ink-soft); font-size: 13px; line-height: 1.65; }

.facility-film { display: grid; grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr); margin-bottom: 16px; overflow: hidden; color: white; background: #0d1714; }
.facility-film-media { min-width: 0; background: #050806; }
.facility-film video { display: block; width: 100%; height: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #050806; }
.facility-film-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 78px); }
.facility-film-copy h3 { max-width: 650px; margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: 42px; font-weight: 500; line-height: 1.08; }
.facility-film-copy > p:not(.eyebrow) { max-width: 610px; color: #bdcbc5; font-size: 17px; }
.facility-film-copy .text-command { margin-top: 18px; color: #f2b34e; text-decoration: none; }

.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.media-grid figure { position: relative; min-height: 300px; margin: 0; overflow: hidden; background: var(--mist); }
.media-grid .media-large { grid-column: span 2; grid-row: span 2; min-height: 616px; }
.media-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.media-grid figure:hover img { transform: scale(1.025); }
.media-grid figcaption { position: absolute; inset: auto 0 0; padding: 42px 20px 18px; color: white; background: linear-gradient(transparent, rgba(10,21,18,.82)); }
.media-grid figcaption strong, .media-grid figcaption span { display: block; }
.media-grid figcaption strong { font-size: 16px; }
.media-grid figcaption span { color: rgba(255,255,255,.72); font-size: 12px; }

.resources { border-top: 1px solid var(--line); background: #f7f9f8; }
.resource-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.resource-intro > p:last-child { max-width: 430px; color: var(--ink-soft); }
.resource-list { border-top: 1px solid var(--ink); }
.resource-list a { display: flex; min-height: 105px; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.resource-list a:hover strong { color: var(--green); }
.resource-list small, .resource-list strong { display: block; }
.resource-list small { margin-bottom: 5px; color: #68766f; font-size: 10px; font-weight: 850; }
.resource-list strong { font-size: 18px; }
.resource-list b { font-size: 20px; }

.faq-section { border-top: 1px solid var(--line); background: #eef3f0; }
.faq-layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro > p:last-child { max-width: 430px; color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid #c8d3ce; }
.faq-list summary { position: relative; padding: 24px 46px 24px 0; font-size: 18px; font-weight: 760; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; inset-inline-end: 4px; top: 24px; color: var(--green); content: "+"; font-size: 22px; font-weight: 400; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details p { max-width: 720px; margin: -6px 0 24px; padding-inline-end: 48px; color: var(--ink-soft); }

.company { color: white; background: #173b34; }
.company-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.company-statement h2 { max-width: 570px; font-size: 52px; }
.company-details > p { color: #c5d7d0; font-size: 18px; }
.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 32px 0; padding: 26px 0; border-block: 1px solid rgba(255,255,255,.2); }
.company-facts span, .company-facts strong { display: block; }
.company-facts span { color: #9eb5ac; font-size: 11px; }
.company-facts strong { margin-top: 5px; font-size: 14px; }
.company-details .legal-note { margin: 0; color: #9eb5ac; font-size: 12px; }

.rfq-section { color: white; background: #101815; }
.rfq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.rfq-intro { position: sticky; top: 110px; }
.rfq-intro > p { color: #b8c5bf; }
.rfq-intro ul { padding-inline-start: 19px; color: #b8c5bf; }
.rfq-form { padding: 30px; border-radius: var(--radius); color: var(--ink); background: white; box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.rfq-form label > span, .rfq-form legend { display: block; margin-bottom: 6px; color: #435149; font-size: 12px; font-weight: 750; }
.rfq-form input, .rfq-form select, .rfq-form textarea { width: 100%; min-height: 45px; padding: 10px 11px; border: 1px solid #cbd6d1; border-radius: 4px; color: var(--ink); background: white; outline: none; }
.rfq-form textarea { min-height: 108px; resize: vertical; }
.rfq-form input:focus, .rfq-form select:focus, .rfq-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(13,108,88,.12); }
.rfq-form [aria-invalid="true"] { border-color: var(--coral); }
.rfq-form fieldset { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; padding: 0; border: 0; }
.rfq-form fieldset legend { width: 100%; }
.rfq-form .check { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 4px; cursor: pointer; }
.rfq-form .check input, .rfq-form .consent input { width: 16px; min-height: 16px; margin: 0; accent-color: var(--green); }
.rfq-form .check span, .rfq-form .consent span { margin: 0; color: var(--ink); }
.rfq-form .consent { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; }
.honeypot { position: absolute !important; inset: 0 auto auto 0; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.form-note, .form-error { margin: 10px 0 0; font-size: 11px; }
.form-note { color: #68766f; }
.form-error { color: var(--coral); font-weight: 750; }
.rfq-result { margin-top: 18px; padding: 14px; border-inline-start: 3px solid var(--green); background: var(--mist); }
.rfq-result strong, .rfq-result span { display: block; }
.rfq-result span { margin: 3px 0 8px; color: var(--ink-soft); font-size: 12px; }

.site-footer { color: #c6d0cb; background: #0a0f0d; }
.footer-top { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 50px; padding-block: 60px; }
.footer-brand { color: white; }
.footer-top p { max-width: 360px; margin-top: 8px; font-size: 13px; }
.footer-contact { display: grid; gap: 6px; margin-top: 20px; font-size: 12px; }
.footer-contact span { color: #91a19a; font-size: 10px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.footer-contact a { color: #f2b34e; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links a, .footer-links button { color: #c6d0cb; padding: 0; }
.footer-language-picker select { min-width: 112px; padding: 6px 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; color: #c6d0cb; background: #0a0f0d; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.product-dialog { width: min(600px, calc(100% - 32px)); padding: 34px; border: 0; border-radius: var(--radius); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.product-dialog::backdrop { background: rgba(5,12,10,.72); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; inset: 14px 14px auto auto; width: 36px; height: 36px; border: 0; border-radius: 4px; color: var(--ink); background: var(--mist); font-size: 24px; cursor: pointer; }
[dir="rtl"] .dialog-close { inset: 14px auto auto 14px; }
.product-dialog h2 { padding-inline-end: 30px; font-size: 36px; }
.product-dialog > p:not(.eyebrow) { color: var(--ink-soft); }
.product-dialog dl { margin: 22px 0; border-top: 1px solid var(--line); }
.product-dialog dl div { display: grid; grid-template-columns: 145px 1fr; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.product-dialog dt { color: #68766f; }
.product-dialog dd { margin: 0; font-weight: 700; }

.legal-page { min-height: 100svh; background: var(--mist); }
.legal-main { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0; }
.legal-main article { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.legal-main h1 { color: var(--ink); font-size: 50px; }
.legal-main h2 { margin-top: 34px; font-family: inherit; font-size: 21px; font-weight: 800; }
.legal-main p, .legal-main li { color: var(--ink-soft); }
.launch-warning { padding: 14px 16px; border-inline-start: 4px solid var(--amber); background: #fff7e8; }
.legal-translation { margin-top: 48px; padding-top: 36px; border-top: 1px solid var(--line); }
.legal-translation h2 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 500; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 900px); }
  .desktop-nav, .header-actions .button-small { display: none; }
  .site-header { grid-template-columns: auto 1fr; padding-inline: 18px; }
  .header-actions { justify-self: end; }
  .menu-toggle { display: block; }
  h1 { font-size: 56px; }
  h2 { font-size: 40px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .route-card { min-height: 430px; padding: 24px; }
  .route-card h3 { font-size: 26px; }
  .quality-layout, .resource-layout, .company-layout, .rfq-layout, .faq-layout { gap: 56px; }
  .document-gallery { grid-template-columns: 1fr 1fr; }
  .document-detail { padding: 40px; }
  .document-detail h3 { font-size: 32px; }
  .visual-story-layout { gap: 48px; }
  .visual-story-media { min-height: 520px; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .media-grid .media-large { grid-column: span 2; min-height: 480px; }
  .facility-film { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); }
  .facility-film-copy { padding: 42px; }
  .facility-film-copy h3 { font-size: 34px; }
  .hero-frames { inset-inline-end: 20px; }
  .company-facts { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 28px); }
  html { scroll-padding-top: 70px; }
  .site-header { min-height: 66px; }
  .brand-logo { height: 40px; }
  .mobile-nav { inset-block-start: 66px; }
  .hero { height: calc(100svh - 112px); min-height: 560px; max-height: 680px; }
  .hero-slide { background-position: 34% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,21,18,.94), rgba(10,21,18,.61)); }
  .hero-content { padding-block: 42px 24px; }
  h1 { font-size: 46px; }
  h2 { font-size: 36px; }
  .hero-copy { font-size: 17px; }
  .hero-proof { grid-template-columns: 1fr; gap: 9px; padding-top: 18px; }
  .hero-proof div { display: grid; grid-template-columns: 150px 1fr; gap: 10px; }
  .hero-proof span { margin: 0; }
  .hero-frames { display: none; }
  .trust-strip-inner { grid-template-columns: repeat(2, 1fr); padding-block: 4px; }
  .trust-strip span { min-height: 46px; display: grid; place-items: center; padding: 7px; border: 0; font-size: 11px; }
  .section { padding-block: 76px; }
  .heading-row, .quality-layout, .resource-layout, .company-layout, .rfq-layout, .visual-story-layout, .buyer-questions-layout, .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .buyer-questions-layout { padding-block: 42px; }
  .buyer-questions-intro h2 { font-size: 28px; }
  .visual-story-media { min-height: 420px; }
  .visual-primary { inset: 0 44px 42px 0; }
  .visual-secondary { width: 44%; border-width: 6px; }
  .visual-story-copy > p:not(.eyebrow) { font-size: 16px; }
  .heading-row { align-items: start; }
  .section-heading { margin-bottom: 30px; }
  .segment-control { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 390px; }
  .route-card .route-label { margin-top: 34px; }
  .product-card { min-height: 350px; }
  .quality-intro, .rfq-intro, .faq-intro { position: static; }
  .quality-index { margin-top: 28px; }
  .document-gallery { grid-template-columns: 1fr; }
  .certificate-preview { min-height: 390px; }
  .document-detail { min-height: 0; padding: 36px 24px; }
  .document-detail h3 { font-size: 30px; }
  .sample-evidence { min-height: 280px; }
  .verification-note { min-height: 0; grid-template-columns: 60px 1fr; padding: 30px 22px; }
  .verification-note > span { font-size: 46px; }
  .media-grid { grid-template-columns: 1fr; }
  .media-grid .media-large { grid-column: auto; grid-row: auto; min-height: 330px; }
  .media-grid figure { min-height: 270px; }
  .facility-film { grid-template-columns: 1fr; }
  .facility-film-media { max-height: 620px; }
  .facility-film video { height: auto; max-height: 620px; object-fit: contain; }
  .facility-film-copy { padding: 32px 24px 38px; }
  .facility-film-copy h3 { font-size: 30px; }
  .company-statement h2 { font-size: 40px; }
  .form-grid { grid-template-columns: 1fr; }
  .rfq-form { padding: 22px 18px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-top > div:first-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  h1 { font-size: 40px; }
  .hero-title { font-size: 34px; overflow-wrap: normal; }
  h2 { font-size: 32px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero-proof div { grid-template-columns: 125px 1fr; }
  .product-dialog { padding: 28px 20px; }
  .product-dialog h2 { font-size: 30px; }
  .product-dialog dl div { grid-template-columns: 1fr; gap: 2px; }
}

[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
[dir="rtl"] .desktop-nav, [dir="rtl"] .header-actions, [dir="rtl"] .hero-actions { direction: rtl; }
[dir="rtl"] .product-card dd { text-align: start; }
[dir="rtl"] .visual-primary { inset: 0 0 58px 92px; }
[dir="rtl"] .visual-secondary { inset: auto auto 0 0; }
[dir="rtl"] .quality-steps li.is-active { transform: translateX(-8px); }
[dir="rtl"] .rfq-form input[type="email"],
[dir="rtl"] .rfq-form input[name="product"],
[dir="rtl"] .rfq-form input[name="purity"],
[dir="rtl"] .rfq-form input[name="quantity"],
[dir="rtl"] #rfqReference { direction: ltr; text-align: right; }
[dir="rtl"] .eyebrow { text-transform: none; }

@media (max-width: 720px) {
  [dir="rtl"] .visual-primary { inset: 0 0 42px 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
