@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Manrope:wght@400;600;700&family=Marck+Script&display=swap');

/*
Theme Name: Peptides Sourcer
Theme URI: https://example.com/peptide-suppliers
Author: Peptides Sourcer
Description: High-end research-use-only peptide catalog theme.
 Version: 3.0.1
Requires at least: 6.0
Text Domain: aureline-bio
*/

:root {
  --ink: #10212b;
  --muted: #60717b;
  --line: #dce7e8;
  --paper: #f6faf9;
  --white: #ffffff;
  --teal: #0b7170;
  --teal-dark: #075150;
  --cyan: #b9ece8;
  --lime: #d7ee9b;
  --coral: #e7775d;
  --shadow: 0 16px 45px rgba(16, 33, 43, 0.09);
  --radius: 6px;
}

/* Product record presentation: a quiet technical sheet below the image and
   summary, inspired by laboratory datasheets rather than a retail checkout. */
body.single-product .product-research-record {
  width: 100%;
  margin: 54px 0 0;
  padding: 30px clamp(20px, 4vw, 54px) 42px;
  background: #132022;
  border: 1px solid rgba(145, 199, 191, .22);
  color: #f2e9df;
  box-sizing: border-box;
  box-shadow: 0 24px 70px rgba(5, 2, 8, .24);
}
body.single-product .product-research-record-head,
body.single-product .product-data-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
body.single-product .product-research-record-head { padding-bottom: 22px; border-bottom: 1px solid rgba(145, 199, 191, .2); }
body.single-product .product-research-record-head p,
body.single-product .product-data-sheet-head span {
  margin: 0;
  color: #d9b56e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
body.single-product .product-research-record .record-status {
  padding: 7px 10px;
  border: 1px solid rgba(227, 194, 118, .48);
  color: #e8c982;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
body.single-product .product-overview { padding: 34px 0 28px; }
body.single-product .product-overview h2,
body.single-product .product-data-sheet h2 {
  margin: 0 0 13px;
  color: #fff6ed;
  font-family: Italiana, Georgia, serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 400;
  line-height: 1;
}
body.single-product .product-overview p {
  max-width: 850px;
  margin: 0;
  color: rgba(244, 233, 224, .78);
  font-size: 16px;
  line-height: 1.75;
}
body.single-product .product-data-sheet {
  overflow: hidden;
  margin-top: 10px;
  border: 1px solid rgba(145, 199, 191, .22);
  background: rgba(10, 18, 19, .42);
}
body.single-product .product-data-sheet-head { padding: 17px 20px; background: rgba(145, 199, 191, .07); }
body.single-product .product-data-sheet-head h2 { margin: 0; font-family: inherit; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
body.single-product .product-data-sheet dl { margin: 0; }
body.single-product .product-data-sheet dl > div { display: grid; grid-template-columns: minmax(170px, 28%) minmax(0, 1fr); gap: 20px; padding: 15px 20px; border-top: 1px solid rgba(145, 199, 191, .16); }
body.single-product .product-data-sheet dt { color: rgba(238, 218, 193, .68); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
body.single-product .product-data-sheet dd { margin: 0; color: #f4e8dd; font-size: 15px; line-height: 1.5; overflow-wrap: anywhere; }
@media (min-width: 821px) {
  body.single-product.woocommerce div.product .product-research-record { grid-column: 1; grid-row: 2; width: auto; margin: 0; }
  body.single-product.woocommerce div.product .woocommerce-tabs { grid-column: 2; grid-row: 2; width: auto; min-width: 0; }
  body.single-product.woocommerce div.product .product-reviews { grid-column: 1 / -1; grid-row: 3; }
}
@media (max-width: 820px) {
  body.single-product .product-research-record { margin-top: 32px; padding: 23px 17px 30px; }
  body.single-product .product-overview { padding: 26px 0 22px; }
  body.single-product .product-overview p { font-size: 14px; line-height: 1.65; }
  body.single-product .product-data-sheet dl > div { grid-template-columns: minmax(115px, 38%) minmax(0, 1fr); gap: 12px; padding: 13px 15px; }
  body.single-product .product-data-sheet dt { font-size: 10px; letter-spacing: .05em; }
  body.single-product .product-data-sheet dd { font-size: 13px; }
}

/* Final QA cascade: keep the common header/footer contract later than legacy experiments. */
.site-header .nav-wrap,
body.home .site-header .nav-wrap { position: relative; }
.site-header .language-switcher,
body.home .site-header .language-switcher { position: relative; overflow: visible; border-radius: 4px; }
.site-header .language-switcher::after,
body.home .site-header .language-switcher::after { position: absolute; top: 50%; right: 12px; width: 6px; height: 6px; border-right: 1px solid rgba(248,233,220,.78); border-bottom: 1px solid rgba(248,233,220,.78); content: ''; pointer-events: none; transform: translateY(-68%) rotate(45deg); }
.site-header .language-switcher select,
body.home .site-header .language-switcher select { appearance: none; -webkit-appearance: none; max-width: none; border: 0; border-radius: 0; background: transparent; line-height: 1.2; }
.site-header .language-switcher:focus-within,
body.home .site-header .language-switcher:focus-within { border-color: #e3c276; box-shadow: 0 0 0 3px rgba(227,194,118,.14); }
.site-footer .footer-grid { grid-template-columns: minmax(260px, 1.26fr) minmax(145px, .74fr) minmax(125px, .64fr) minmax(155px, .86fr); gap: clamp(24px, 2.6vw, 44px); }
.site-footer .footer-grid > div:first-child > p { max-width: 290px; }
@media (max-width: 820px) {
  .site-footer .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 24px; }
  .site-footer .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .site-header .nav-wrap,
  body.home .site-header .nav-wrap { min-height: 60px; }
  .mobile-nav-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; margin-left: auto; padding: 0 9px; border: 1px solid rgba(227,194,118,.36); border-radius: 4px; background: rgba(10,5,9,.24); color: #f8e9dc; font: 700 9px/1 var(--font-body, Arial, sans-serif); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
  .mobile-nav-toggle i,
  .mobile-nav-toggle i::before,
  .mobile-nav-toggle i::after { display: block; width: 13px; height: 1px; background: currentColor; content: ''; transition: transform .18s ease, opacity .18s ease; }
  .mobile-nav-toggle i { position: relative; }
  .mobile-nav-toggle i::before { position: absolute; top: -4px; }
  .mobile-nav-toggle i::after { position: absolute; top: 4px; }
  .site-menu-open .mobile-nav-toggle i { background: transparent; }
  .site-menu-open .mobile-nav-toggle i::before { transform: translateY(4px) rotate(45deg); }
  .site-menu-open .mobile-nav-toggle i::after { transform: translateY(-4px) rotate(-45deg); }
  .site-header .main-nav,
  body.home .site-header .main-nav { display: none !important; position: absolute; top: calc(100% + 8px); right: 0; z-index: 120; width: min(286px, calc(100vw - 24px)); margin: 0; padding: 10px; border: 1px solid rgba(227,194,118,.3); border-radius: 6px; background: rgba(25,12,22,.98); box-shadow: 0 18px 38px rgba(4,1,5,.38); backdrop-filter: blur(18px); }
  .site-menu-open .site-header .main-nav { display: grid !important; width: min(286px, calc(100vw - 24px)) !important; max-width: none !important; gap: 2px; }
  .site-header .main-nav > a,
  body.home .site-header .main-nav > a,
  .site-header .quote-link,
  body.home .site-header .quote-link { display: flex !important; width: 100%; min-height: 42px; padding: 0 11px; }
  .site-header .main-nav > a,
  body.home .site-header .main-nav > a { color: rgba(248,233,220,.9); border-bottom: 1px solid rgba(248,233,220,.08); font-size: 12px; }
  .site-header .quote-link,
  body.home .site-header .quote-link { justify-content: space-between; margin-top: 7px; border-radius: 3px; }
  .site-header .language-switcher,
  body.home .site-header .language-switcher { display: inline-flex; width: 100% !important; max-width: none !important; height: 38px; margin-top: 6px; padding: 0 10px; }
  .site-header .language-switcher span,
  body.home .site-header .language-switcher span { display: inline; }
  .site-header .language-switcher select,
  body.home .site-header .language-switcher select { width: auto; min-width: 0; flex: 1; height: 34px; padding-left: 8px; font-size: 11px; }
}
@media (max-width: 760px) {
  .site-menu-open .site-header .main-nav { width: min(286px, calc(100vw - 24px)) !important; max-width: none !important; }
  .site-menu-open .site-header .language-switcher { width: 100% !important; max-width: none !important; }
  .quote-drawer { width: 100% !important; max-width: 100% !important; }
}
/* Final brand/library/trust cascade. */
@media (min-width: 761px) {
  .site-header .nav-wrap,
  body.home .site-header .nav-wrap { min-height: 82px; width: min(1300px, calc(100% - 64px)); }
  .site-header .brand-mark,
  body.home .site-header .brand-mark { width: 38px; height: 38px; border-radius: 8px; }
  .site-header .brand-name,
  body.home .site-header .brand-name { font-size: 16px; letter-spacing: .055em; }
  .site-header .main-nav,
  body.home .site-header .main-nav { gap: clamp(14px, 1.45vw, 24px); font-size: 12.5px; }
  .site-header .main-nav > a,
  body.home .site-header .main-nav > a { min-height: 44px; }
  .site-header .quote-link,
  body.home .site-header .quote-link { min-height: 42px; padding: 9px 14px; font-size: 11px; }
  .site-header .language-switcher,
  body.home .site-header .language-switcher { height: 42px; padding-left: 12px; }
  .site-header .language-switcher select,
  body.home .site-header .language-switcher select { width: 108px; min-width: 108px; height: 32px; font-size: 11px; }
  .site-menu-open .site-header .main-nav { display: flex !important; }
}
.home-trust-strip { position: relative; z-index: 3; border-top: 1px solid rgba(227,194,118,.26); border-bottom: 1px solid rgba(227,194,118,.26); background: #f4f6f1; color: #1d2622; }
.home-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.home-trust-item { display: flex; align-items: center; gap: 13px; min-height: 116px; padding: 20px clamp(15px, 2vw, 28px); border-right: 1px solid rgba(33,49,42,.13); }
.home-trust-item:last-child { border-right: 0; }
.home-trust-item .dashicons { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #deeee6; color: #176d59; font-size: 19px; line-height: 38px; }
.home-trust-item strong { display: block; color: #193128; font-size: 13px; line-height: 1.25; }
.home-trust-item p { margin: 5px 0 0; color: #66736b; font-size: 11px; line-height: 1.45; }
.research-library-page .research-support-hero { overflow: hidden; background-image: linear-gradient(92deg, rgba(13,7,12,.97) 0%, rgba(24,10,19,.92) 47%, rgba(16,7,14,.76) 100%), var(--research-library-image) !important; background-position: center, center; background-size: cover, cover; }
.research-library-page .research-support-hero::after { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(227,191,106,.08) 1px, transparent 1px); background-size: 20% 100%; content: ''; pointer-events: none; }
.research-library-page .research-support-hero-grid { position: relative; z-index: 1; }
.site-research-notice { display: grid; grid-template-columns: minmax(150px, .24fr) minmax(0, 1fr); gap: 18px; margin-top: 38px; padding: 17px 0; border-top: 1px solid rgba(227,194,118,.28); border-bottom: 1px solid rgba(227,194,118,.18); color: rgba(247,235,222,.78); font-size: 12px; line-height: 1.65; }
.site-research-notice strong { color: #e7c274; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
@media (max-width: 900px) { .home-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home-trust-item:nth-child(2) { border-right: 0; } .home-trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(33,49,42,.13); } }
@media (max-width: 620px) { .home-trust-item { min-height: 102px; padding: 16px 13px; gap: 10px; } .home-trust-item .dashicons { flex-basis: 33px; width: 33px; height: 33px; font-size: 17px; line-height: 33px; } .home-trust-item strong { font-size: 12px; } .home-trust-item p { font-size: 10px; } .site-research-notice { grid-template-columns: 1fr; gap: 7px; margin-top: 28px; font-size: 11px; } }
@media (max-width: 620px) {
  .site-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .site-footer .footer-grid > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .site-footer .footer-grid { grid-template-columns: 1fr; }
  .site-footer .footer-grid > div:last-child { grid-column: auto; }
}

/* Brand, library, and trust-strip consolidation. */
@media (min-width: 761px) {
  .site-header .nav-wrap,
  body.home .site-header .nav-wrap { min-height: 82px; width: min(1300px, calc(100% - 64px)); }
  .site-header .brand-mark,
  body.home .site-header .brand-mark { width: 38px; height: 38px; border-radius: 8px; }
  .site-header .brand-name,
  body.home .site-header .brand-name { font-size: 16px; letter-spacing: .055em; }
  .site-header .main-nav,
  body.home .site-header .main-nav { gap: clamp(14px, 1.45vw, 24px); font-size: 12.5px; }
  .site-header .main-nav > a,
  body.home .site-header .main-nav > a { min-height: 44px; }
  .site-header .quote-link,
  body.home .site-header .quote-link { min-height: 42px; padding: 9px 14px; font-size: 11px; }
  .site-header .language-switcher,
  body.home .site-header .language-switcher { height: 42px; padding-left: 12px; }
  .site-header .language-switcher select,
  body.home .site-header .language-switcher select { width: 108px; min-width: 108px; height: 32px; font-size: 11px; }
}

.home-trust-strip { position: relative; z-index: 3; border-top: 1px solid rgba(227,194,118,.26); border-bottom: 1px solid rgba(227,194,118,.26); background: #f4f6f1; color: #1d2622; }
.home-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.home-trust-item { display: flex; align-items: center; gap: 13px; min-height: 116px; padding: 20px clamp(15px, 2vw, 28px); border-right: 1px solid rgba(33,49,42,.13); }
.home-trust-item:last-child { border-right: 0; }
.home-trust-item .dashicons { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #deeee6; color: #176d59; font-size: 19px; line-height: 38px; }
.home-trust-item strong { display: block; color: #193128; font-size: 13px; line-height: 1.25; }
.home-trust-item p { margin: 5px 0 0; color: #66736b; font-size: 11px; line-height: 1.45; }

.research-library-page .research-support-hero { overflow: hidden; background-image: linear-gradient(92deg, rgba(13,7,12,.97) 0%, rgba(24,10,19,.92) 47%, rgba(16,7,14,.76) 100%), var(--research-library-image) !important; background-position: center, center; background-size: cover, cover; }
.research-library-page .research-support-hero::after { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(227,191,106,.08) 1px, transparent 1px); background-size: 20% 100%; content: ''; pointer-events: none; }
.research-library-page .research-support-hero-grid { position: relative; z-index: 1; }

.site-research-notice { display: grid; grid-template-columns: minmax(150px, .24fr) minmax(0, 1fr); gap: 18px; margin-top: 38px; padding: 17px 0; border-top: 1px solid rgba(227,194,118,.28); border-bottom: 1px solid rgba(227,194,118,.18); color: rgba(247,235,222,.78); font-size: 12px; line-height: 1.65; }
.site-research-notice strong { color: #e7c274; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
@media (max-width: 900px) { .home-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home-trust-item:nth-child(2) { border-right: 0; } .home-trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(33,49,42,.13); } }
@media (max-width: 620px) { .home-trust-item { min-height: 102px; padding: 16px 13px; gap: 10px; } .home-trust-item .dashicons { flex-basis: 33px; width: 33px; height: 33px; font-size: 17px; line-height: 33px; } .home-trust-item strong { font-size: 12px; } .home-trust-item p { font-size: 10px; } .site-research-notice { grid-template-columns: 1fr; gap: 7px; margin-top: 28px; font-size: 11px; } }

@media (max-width: 760px) {
  .site-menu-open .site-header .main-nav { width: min(286px, calc(100vw - 24px)) !important; max-width: none !important; }
  .site-menu-open .site-header .language-switcher { width: 100% !important; max-width: none !important; }
}

/* A fixed panel must follow the layout viewport, not dynamic viewport width.
   The latter includes the scrollbar in Chromium and was clipping the drawer on phones. */
.quote-drawer { width: min(460px, 100%); max-width: 100%; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
.site-shell { min-height: 100vh; overflow: hidden; }
.site-header {
  position: relative;
  z-index: 5;
  background: rgba(246,250,249,.96);
  border-bottom: 1px solid var(--line);
}
.nav-wrap, .content-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: .02em; }
.brand-mark { width: 34px; height: 34px; border: 2px solid var(--teal); border-radius: 50%; display: grid; place-items: center; color: var(--teal); font-size: 13px; }
.brand-mark::after { content: ""; width: 8px; height: 8px; background: var(--coral); border-radius: 50%; }
.brand-name { font-size: 17px; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; color: var(--muted); }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--teal); }
.quote-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; background: var(--teal); color: var(--white) !important; border-radius: 4px; font-weight: 700; }
.quote-count { min-width: 19px; height: 19px; padding: 0 5px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 11px; }
.hero {
  position: relative;
  min-height: 615px;
  display: flex;
  align-items: center;
  background-image: url('/wp-content/uploads/2026/07/lab-glassware.jpg');
  background-size: cover;
  background-position: center;
  color: var(--white);
}
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(8, 33, 39, .72); }
.hero-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 96px 0; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); align-items: end; gap: 55px; }
.hero-copy-block { max-width: 720px; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: var(--cyan); }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(44px, 7vw, 82px); line-height: .98; letter-spacing: -.035em; }
.hero-copy { max-width: 570px; margin: 26px 0 0; font-size: 19px; color: #dcebea; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 33px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 11px 19px; border-radius: 4px; border: 1px solid transparent; font-weight: 750; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--lime); color: var(--ink); }
.button-secondary { border-color: rgba(255,255,255,.55); color: var(--white); }
.button-dark { background: var(--teal); color: var(--white); }
.button-light { border-color: var(--line); background: var(--white); color: var(--ink); }
.hero-proof { border: 1px solid rgba(255,255,255,.32); border-radius: 5px; padding: 22px; background: rgba(12, 40, 45, .72); box-shadow: 0 22px 60px rgba(0,0,0,.2); }
.hero-proof-label { margin: 0 0 17px; color: var(--cyan); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 800; }
.hero-proof-line { display: flex; justify-content: space-between; align-items: baseline; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.18); gap: 18px; }
.hero-proof-line strong { color: var(--lime); font-size: 25px; letter-spacing: .04em; }
.hero-proof-line span { color: #d3e4e1; font-size: 12px; text-align: right; }
.hero-proof-foot { padding-top: 15px; color: #9fbab6; font-size: 11px; }
.notice { background: var(--ink); color: #e7f1ef; padding: 11px 20px; text-align: center; font-size: 12px; letter-spacing: .02em; }
.section { padding: 88px 0; }
.section-white { background: var(--white); }
.section-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 30px; }
.section-kicker { margin: 0 0 8px; color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; }
.section h2 { margin: 0; font-size: clamp(30px, 4vw, 50px); line-height: 1.04; letter-spacing: -.03em; }
.section-intro { max-width: 485px; color: var(--muted); margin: 0; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.metric { padding: 25px; background: var(--white); }
.metric strong { display: block; font-size: 30px; line-height: 1; }
.metric span { display: block; margin-top: 9px; color: var(--muted); font-size: 13px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.catalog-shell { display: grid; gap: 18px; }
.catalog-tools { display: grid; grid-template-columns: minmax(240px, 1.6fr) repeat(2, minmax(150px, .7fr)); gap: 12px; padding: 14px; background: var(--white); border: 1px solid var(--line); }
.catalog-tools label { display: grid; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-tools input, .catalog-tools select { width: 100%; min-height: 42px; border: 1px solid var(--line); border-radius: 4px; padding: 9px 11px; background: var(--paper); color: var(--ink); font: inherit; text-transform: none; letter-spacing: 0; }
.catalog-result { margin: -5px 0 0; color: var(--muted); font-size: 12px; }
.catalog-empty { padding: 30px; background: var(--white); border: 1px solid var(--line); color: var(--muted); text-align: center; }
.product-actions, .product-detail-actions { display: flex; gap: 9px; flex-wrap: wrap; margin-top: auto; }
.product-actions .button { flex: 1 1 130px; width: auto; }
.product-detail-actions { margin-top: 24px; }
.doc-status { margin: 12px 0 0; color: var(--teal); font-size: 13px; }
.breadcrumb { display: flex; gap: 9px; align-items: center; margin: 0 0 28px; color: var(--muted); font-size: 13px; }
.breadcrumb span { color: #a6b5b7; }
.product-card { position: relative; display: flex; flex-direction: column; min-height: 100%; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 5px 18px rgba(16,33,43,.03); }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); transition: .2s ease; }
.product-image { position: relative; aspect-ratio: 1.55; display: grid; place-items: center; overflow: hidden; background: #dfeeea; color: var(--teal); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.product-image::after { content: "RUO"; position: absolute; top: 13px; right: 13px; padding: 5px 7px; border: 1px solid rgba(255,255,255,.7); background: rgba(8,33,39,.74); color: #fff; font-size: 9px; letter-spacing: .12em; font-weight: 800; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-body { display: flex; flex-direction: column; gap: 10px; padding: 22px; flex: 1; }
.product-tag { margin: 0; color: var(--teal); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-title { margin: 0; font-size: 21px; line-height: 1.1; }
.product-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 6px 0 10px; color: var(--muted); font-size: 12px; }
.product-meta strong { display: block; color: var(--ink); font-size: 13px; }
.product-card .button { margin-top: auto; width: 100%; }
.quality-band { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.quality-panel { padding: 0; overflow: hidden; background: var(--teal-dark); color: var(--white); border-radius: var(--radius); }
.quality-media { height: 235px; background: #123e3f; overflow: hidden; }
.quality-media img { width: 100%; height: 100%; object-fit: cover; opacity: .88; }
.quality-panel-copy { padding: 28px 32px 32px; }
.quality-panel h3 { margin: 0 0 15px; font-size: 28px; line-height: 1.08; }
.quality-panel p { margin: 0; color: #d6ece8; }
.quality-list { display: grid; gap: 15px; margin: 25px 0 0; padding: 0; list-style: none; }
.quality-list li { display: flex; gap: 12px; align-items: start; }
.quality-list li::before { content: "01"; flex: 0 0 auto; color: var(--coral); font-weight: 800; }
.legal-callout { border-left: 4px solid var(--coral); padding: 18px 20px; background: #fff8f4; color: #633428; }
.legal-callout strong { display: block; margin-bottom: 5px; }
.cta-band { padding: 62px 0; background: var(--lime); }
.cta-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-band h2 { margin: 0; max-width: 650px; font-size: clamp(28px, 4vw, 46px); line-height: 1; letter-spacing: -.03em; }
.site-footer { padding: 43px 0 30px; background: var(--ink); color: #c5d4d3; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 35px; }
.site-footer .brand { color: var(--white); }
.site-footer h3 { margin: 0 0 12px; color: var(--white); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.site-footer p, .site-footer a { color: #a9bfbd; font-size: 13px; }
.footer-links { display: grid; gap: 7px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; color: #89a4a2; }
.language-switcher { display: inline-flex; align-items: center; gap: 7px; color: inherit; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.language-switcher span { opacity: .68; }
.language-switcher select { appearance: none; border: 1px solid currentColor; border-radius: 999px; padding: 7px 25px 7px 10px; color: inherit; background: rgba(255,255,255,.04); font: inherit; letter-spacing: .04em; cursor: pointer; }
.language-switcher select:focus-visible { outline: 2px solid var(--lime); outline-offset: 2px; }
html, body { overflow-x: hidden; }
html[data-site-language] { scroll-behavior: smooth; }
.notranslate, [translate="no"] { -webkit-user-select: text; }
.language-switcher select { min-width: 96px; }
[lang="zh-CN"], [lang="zh-TW"] { font-family: "Noto Sans SC", "Noto Sans TC", "PingFang SC", "Microsoft YaHei", var(--font-sans, sans-serif); }
.page-hero { padding: 78px 0 55px; background: var(--ink); color: var(--white); }
.page-hero h1 { margin: 0; font-size: clamp(40px, 6vw, 68px); line-height: .98; letter-spacing: -.04em; }
.page-hero p { max-width: 650px; margin: 20px 0 0; color: #c5d4d3; font-size: 18px; }
.content-narrow { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.content-narrow h2 { margin-top: 40px; }
.content-narrow p, .content-narrow li { color: #40545c; }
.content-narrow details { margin: 12px 0; padding: 0 18px; border: 1px solid var(--line); background: var(--white); }
.content-narrow summary { padding: 17px 0; cursor: pointer; color: var(--ink); font-weight: 800; }
.content-narrow details p { margin: 0 0 17px; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 25px 0 30px; }
.feature-list > div { display: grid; gap: 8px; padding: 19px; background: var(--white); border: 1px solid var(--line); }
.feature-list strong { color: var(--teal); }
.feature-list span { color: var(--muted); font-size: 14px; }
.contact-panel { margin: 25px 0; padding: 22px 25px; background: var(--white); border: 1px solid var(--line); }
.contact-panel strong { color: var(--teal); }
.quote-shell { max-width: 900px; margin: 0 auto; }
.quote-table { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--line); }
.quote-table th, .quote-table td { padding: 15px; border-bottom: 1px solid var(--line); text-align: left; font-size: 14px; }
.quote-table th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.quote-empty { padding: 60px 20px; text-align: center; background: var(--white); border: 1px solid var(--line); }
.quote-form { display: grid; gap: 14px; margin-top: 25px; }
.quote-form label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; font-weight: 700; }
.quote-form textarea { min-height: 120px; resize: vertical; }
.quote-form textarea, .quote-form input { border: 1px solid var(--line); padding: 12px; border-radius: 4px; font: inherit; }
.quote-actions { display: flex; flex-wrap: wrap; gap: 11px; align-items: center; margin-top: 16px; }
.quote-status { color: var(--muted); font-size: 13px; }
.wc-block-components-notice-banner, .woocommerce-message { border-radius: 4px; }
.woocommerce .site-main { padding: 65px 0; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none; width: auto; margin: 0; padding: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.woocommerce ul.products li.product .button { margin: 0 22px 22px; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 50px; }
.woocommerce div.product .summary { float: none; width: auto; }
.woocommerce div.product .images { float: none; width: auto; }
.woocommerce div.product .price { color: var(--teal); }
@media (max-width: 820px) {
  .nav-wrap { min-height: 68px; }
  .main-nav { gap: 12px; font-size: 12px; }
  .main-nav a:not(.quote-link) { display: none; }
  .hero { min-height: 560px; }
  .hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .hero-proof { max-width: 480px; }
  .metric-grid { grid-template-columns: repeat(2,1fr); }
  .product-grid, .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
  .quality-band, .footer-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .catalog-tools { grid-template-columns: 1fr 1fr; }
  .catalog-search { grid-column: 1 / -1; }
  .cta-band-inner { align-items: start; flex-direction: column; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 25px; }
}
@media (max-width: 520px) {
  .nav-wrap, .content-wrap, .hero-inner, .content-narrow { width: min(100% - 28px, 1180px); }
  .section { padding: 62px 0; }
  .section-head { display: block; }
  .section-intro { margin-top: 15px; }
  .product-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .catalog-tools { grid-template-columns: 1fr; }
  .catalog-search { grid-column: auto; }
  .metric { padding: 20px 15px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 6px; }
}

/* Navigation and footer QA consolidation ------------------------------------------------
   These rules deliberately replace the older home-only experiments above. The header is
   one component on every page; small screens receive a real, keyboard-accessible menu
   instead of a partially hidden set of links. */
.site-header .nav-wrap,
body.home .site-header .nav-wrap { position: relative; }
.mobile-nav-toggle { display: none; }
.site-header .language-switcher,
body.home .site-header .language-switcher {
  position: relative;
  overflow: visible;
  border-radius: 4px;
}
.site-header .language-switcher::after,
body.home .site-header .language-switcher::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  border-right: 1px solid rgba(248,233,220,.78);
  border-bottom: 1px solid rgba(248,233,220,.78);
  content: '';
  pointer-events: none;
  transform: translateY(-68%) rotate(45deg);
}
.site-header .language-switcher select,
body.home .site-header .language-switcher select {
  appearance: none;
  -webkit-appearance: none;
  max-width: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1.2;
}
.site-header .language-switcher:focus-within,
body.home .site-header .language-switcher:focus-within {
  border-color: #e3c276;
  box-shadow: 0 0 0 3px rgba(227,194,118,.14);
}
.site-footer .footer-grid {
  grid-template-columns: minmax(260px, 1.26fr) minmax(145px, .74fr) minmax(125px, .64fr) minmax(155px, .86fr);
  gap: clamp(24px, 2.6vw, 44px);
}
.site-footer .footer-grid > div:first-child > p { max-width: 290px; }

@media (max-width: 820px) {
  .site-footer .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 24px; }
  .site-footer .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .site-header .nav-wrap,
  body.home .site-header .nav-wrap { min-height: 60px; }
  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    margin-left: auto;
    padding: 0 9px;
    border: 1px solid rgba(227,194,118,.36);
    border-radius: 4px;
    background: rgba(10,5,9,.24);
    color: #f8e9dc;
    font: 700 9px/1 var(--font-body, Arial, sans-serif);
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .mobile-nav-toggle i,
  .mobile-nav-toggle i::before,
  .mobile-nav-toggle i::after { display: block; width: 13px; height: 1px; background: currentColor; content: ''; transition: transform .18s ease, opacity .18s ease; }
  .mobile-nav-toggle i { position: relative; }
  .mobile-nav-toggle i::before { position: absolute; top: -4px; }
  .mobile-nav-toggle i::after { position: absolute; top: 4px; }
  .site-menu-open .mobile-nav-toggle i { background: transparent; }
  .site-menu-open .mobile-nav-toggle i::before { transform: translateY(4px) rotate(45deg); }
  .site-menu-open .mobile-nav-toggle i::after { transform: translateY(-4px) rotate(-45deg); }
  .site-header .main-nav,
  body.home .site-header .main-nav {
    display: none !important;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 120;
    width: min(286px, calc(100vw - 24px));
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(227,194,118,.3);
    border-radius: 6px;
    background: rgba(25,12,22,.98);
    box-shadow: 0 18px 38px rgba(4,1,5,.38);
    backdrop-filter: blur(18px);
  }
  .site-menu-open .site-header .main-nav,
  .site-menu-open body.home .site-header .main-nav { display: grid !important; gap: 2px; }
  .site-header .main-nav > a,
  body.home .site-header .main-nav > a,
  .site-header .quote-link,
  body.home .site-header .quote-link { display: flex !important; width: 100%; min-height: 42px; padding: 0 11px; }
  .site-header .main-nav > a,
  body.home .site-header .main-nav > a { color: rgba(248,233,220,.9); border-bottom: 1px solid rgba(248,233,220,.08); font-size: 12px; }
  .site-header .quote-link,
  body.home .site-header .quote-link { justify-content: space-between; margin-top: 7px; border-radius: 3px; }
  .site-header .language-switcher,
  body.home .site-header .language-switcher { width: 100%; height: 38px; margin-top: 6px; padding: 0 10px; }
  .site-header .language-switcher span,
  body.home .site-header .language-switcher span { display: inline; }
  .site-header .language-switcher select,
  body.home .site-header .language-switcher select { width: auto; min-width: 0; flex: 1; height: 34px; padding-left: 8px; font-size: 11px; }
}
@media (min-width: 761px) {
  .site-menu-open .site-header .main-nav { display: flex !important; }
}
@media (max-width: 620px) {
  .site-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .site-footer .footer-grid > div:last-child { grid-column: 1 / -1; }
}

/* CSS-generated catalog marker follows the active interface language. */
html[data-site-language="zh-CN"] .catalog-section::before { content: "目录 // 在线"; }
html[data-site-language="zh-TW"] .catalog-section::before { content: "目錄 // 線上"; }
html[data-site-language="es"] .catalog-section::before { content: "CATÁLOGO // ACTIVO"; }
html[data-site-language="de"] .catalog-section::before { content: "KATALOG // LIVE"; }
html[data-site-language="fr"] .catalog-section::before { content: "CATALOGUE // ACTIF"; }
html[data-site-language="it"] .catalog-section::before { content: "CATALOGO // ATTIVO"; }
html[data-site-language="pt"] .catalog-section::before { content: "CATÁLOGO // ATIVO"; }
html[data-site-language="ja"] .catalog-section::before { content: "カタログ // 稼働中"; }
html[data-site-language="ko"] .catalog-section::before { content: "카탈로그 // 활성"; }

/* Biotech Neon motion layer */
:root {
  --ink: #06131b;
  --muted: #91aeb4;
  --line: rgba(119, 238, 227, .18);
  --paper: #071821;
  --white: #0c2430;
  --teal: #58e8dc;
  --teal-dark: #082b38;
  --cyan: #9affef;
  --lime: #d8ff72;
  --coral: #ff7d75;
  --violet: #9f8cff;
  --shadow: 0 20px 70px rgba(0, 0, 0, .35);
}
html { background: var(--ink); letter-spacing: 0; overflow-x: hidden; }
body { background: var(--paper); color: #e8ffff; letter-spacing: 0; overflow-x: hidden; }
a { letter-spacing: 0; }
.site-shell { background: var(--paper); }
.site-header { position: sticky; top: 0; background: rgba(5, 19, 27, .88); border-bottom-color: rgba(109, 233, 225, .18); backdrop-filter: blur(16px); }
.brand { color: #f3ffff; }
.brand-mark { width: 42px; height: 42px; border: 0; border-radius: 12px; box-shadow: 0 0 22px rgba(88, 232, 220, .35); object-fit: contain; }
.brand-name { letter-spacing: .04em; }
.main-nav { color: #9fbcc2; }
.main-nav a:hover { color: var(--cyan); text-shadow: 0 0 14px rgba(154, 255, 239, .6); }
.quote-link { border: 1px solid rgba(154, 255, 239, .5); background: #0b3541; color: #efffff !important; box-shadow: 0 0 20px rgba(88, 232, 220, .16); font: inherit; cursor: pointer; }
.quote-link:hover { background: #0f4653; box-shadow: 0 0 28px rgba(88, 232, 220, .34); }
.quote-count { background: var(--lime); box-shadow: 0 0 14px rgba(216, 255, 114, .55); }
.notice { background: #030b10; color: #bfe8e4; border-bottom: 1px solid rgba(88, 232, 220, .12); }
.hero { min-height: 720px; background-position: center 38%; isolation: isolate; overflow: hidden; color: #efffff; }
.hero::before { background: rgba(3, 18, 24, .76); z-index: -2; }
.hero::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(154, 255, 239, .22); pointer-events: none; z-index: -1; }
.hero-canvas { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; opacity: .9; pointer-events: none; }
.hero-inner { min-height: 720px; padding: 118px 0 78px; }
.hero h1, .section h2, .cta-band h2 { letter-spacing: 0; }
.hero h1 { color: #efffff; font-size: 78px; line-height: .98; text-shadow: 0 0 34px rgba(154, 255, 239, .16); }
.hero-copy { color: #d1f3f0; }
.eyebrow, .section-kicker { color: var(--cyan); letter-spacing: .18em; }
.button { border-radius: 3px; letter-spacing: .02em; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); box-shadow: 0 0 24px rgba(88, 232, 220, .32); }
.button-primary { background: var(--lime); box-shadow: 0 0 24px rgba(216, 255, 114, .2); }
.button-primary:hover, .button-primary:focus-visible { background: #eaff9b; box-shadow: 0 0 32px rgba(216, 255, 114, .5); }
.button-secondary { border-color: rgba(154, 255, 239, .72); background: rgba(5, 25, 33, .38); color: #efffff; }
.button-secondary:hover, .button-secondary:focus-visible { border-color: var(--cyan); background: rgba(10, 54, 64, .7); }
.button-dark { background: #0b3b49; border-color: rgba(88, 232, 220, .52); box-shadow: 0 0 18px rgba(88, 232, 220, .14); }
.button-dark:hover, .button-dark:focus-visible { background: #0e5260; }
.button-light { background: #0b2530; border-color: rgba(154, 255, 239, .24); color: #e9ffff; }
.hero-proof { border-color: rgba(154, 255, 239, .42); background: rgba(4, 26, 35, .74); color: #efffff; box-shadow: 0 0 40px rgba(88, 232, 220, .13), inset 0 0 30px rgba(88, 232, 220, .05); }
.hero-proof-label { color: var(--violet); }
.hero-proof-line { border-top-color: rgba(154, 255, 239, .18); }
.hero-proof-line strong { color: var(--lime); text-shadow: 0 0 18px rgba(216, 255, 114, .45); }
.hero-proof-line span, .hero-proof-foot { color: #b0d3d0; }
.scroll-cue { display: inline-flex; align-items: center; gap: 10px; margin-top: 34px; color: #b8e8e4; text-decoration: none; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue span { width: 28px; height: 42px; border: 1px solid rgba(154, 255, 239, .7); border-radius: 18px; position: relative; }
.scroll-cue span::after { content: ""; position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; border-radius: 3px; background: var(--lime); transform: translateX(-50%); animation: scroll-pulse 1.6s ease-in-out infinite; }
.section { background: var(--paper); }
.section-white { background: #091e28; }
.section h2 { color: #f0ffff; font-size: 46px; }
.section-intro { color: #9eb9be; }
.metric-grid { background: rgba(88, 232, 220, .24); border-color: rgba(88, 232, 220, .24); }
.metric { background: #0b2430; border: 1px solid rgba(154, 255, 239, .08); }
.metric strong { color: var(--cyan); text-shadow: 0 0 20px rgba(154, 255, 239, .3); }
.metric span { color: #9eb9be; }
.catalog-section { position: relative; }
.catalog-section::before { content: "CATALOG // LIVE"; position: absolute; top: 26px; right: 5%; color: rgba(154, 255, 239, .2); font-size: 10px; letter-spacing: .2em; }
.catalog-tools { background: #0b2430; border-color: rgba(88, 232, 220, .22); box-shadow: 0 0 32px rgba(0, 0, 0, .18); }
.catalog-tools label { color: #9ec6c8; }
.catalog-tools input, .catalog-tools select { background: #061923; border-color: rgba(154, 255, 239, .2); color: #e7ffff; }
.catalog-tools input:focus, .catalog-tools select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(88, 232, 220, .12), 0 0 22px rgba(88, 232, 220, .16); outline: none; }
.catalog-result { color: #9ec6c8; }
.catalog-empty { background: #0b2430; border-color: rgba(88, 232, 220, .2); color: #9eb9be; }
.product-card { background: #0b2430; border-color: rgba(154, 255, 239, .16); box-shadow: 0 8px 28px rgba(0, 0, 0, .24); }
.product-card:hover { border-color: rgba(154, 255, 239, .7); box-shadow: 0 0 30px rgba(88, 232, 220, .23), 0 20px 46px rgba(0, 0, 0, .3); transform: translateY(-8px); }
.product-image { background: #061923; }
.product-image::after { background: rgba(3, 15, 22, .8); border-color: rgba(154, 255, 239, .62); color: var(--cyan); box-shadow: 0 0 14px rgba(88, 232, 220, .15); }
.product-index { position: absolute; left: 14px; top: 14px; z-index: 1; color: rgba(216, 255, 114, .9); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-shadow: 0 0 12px rgba(216, 255, 114, .45); }
.product-image img { filter: saturate(.9) contrast(1.04); }
.product-card:hover .product-image img { transform: scale(1.07); filter: saturate(1.08) contrast(1.06); }
.product-body { padding: 22px; }
.product-category, .product-tag { color: var(--cyan); letter-spacing: .12em; }
.product-tag { color: #8faeb3; }
.product-title { color: #f0ffff; }
.product-title a { text-decoration: none; }
.product-title a:hover { color: var(--lime); }
.product-meta { color: #9eb9be; }
.product-meta strong { color: #e9ffff; }
.quality-band { position: relative; }
.quality-panel { background: #0b3541; border: 1px solid rgba(154, 255, 239, .3); box-shadow: 0 0 34px rgba(88, 232, 220, .12); }
.quality-panel-copy p { color: #c6e7e4; }
.quality-list li::before { color: var(--violet); }
.legal-callout { background: #251d25; border-left-color: var(--coral); color: #ffd4c9; box-shadow: inset 0 0 28px rgba(255, 125, 117, .05); }
.cta-band { background: #c8f35f; color: #06131b; }
.site-footer { background: #030b10; border-top: 1px solid rgba(88, 232, 220, .16); }
.site-footer .brand { color: #efffff; }
.site-footer p, .site-footer a { color: #9eb9be; }
.page-hero { background: #06131b; border-bottom: 1px solid rgba(88, 232, 220, .18); }
.content-narrow p, .content-narrow li { color: #aac2c5; }
.content-narrow details, .contact-panel, .quote-empty, .quote-table { background: #0b2430; border-color: rgba(154, 255, 239, .18); }
.content-narrow summary, .quote-table strong { color: #e8ffff; }
.quote-table th, .quote-table td { border-color: rgba(154, 255, 239, .12); }
.quote-table th { color: #9ec6c8; }
.quote-status, .drawer-status { color: #9eb9be; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .product-card[data-reveal] { transition-delay: calc(var(--card-index, 0) * 35ms); }
html.page-ready body { animation: page-in .65s ease both; }
html.page-leaving body { animation: page-out .16s ease both; }
@keyframes page-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes page-out { from { opacity: 1; } to { opacity: 0; } }
@keyframes scroll-pulse { 0%, 100% { transform: translate(-50%, 0); opacity: .4; } 50% { transform: translate(-50%, 10px); opacity: 1; } }

.drawer-backdrop { position: fixed; inset: 0; z-index: 20; background: rgba(0, 7, 11, .72); backdrop-filter: blur(6px); }
.quote-drawer { position: fixed; top: 0; right: 0; z-index: 21; display: flex; flex-direction: column; width: min(460px, 100%); height: 100vh; background: #071923; border-left: 1px solid rgba(154, 255, 239, .35); box-shadow: -18px 0 60px rgba(0, 0, 0, .4); transform: translateX(102%); transition: transform .42s cubic-bezier(.2,.8,.2,1); }
.quote-drawer[aria-hidden="false"] { transform: translateX(0); }
.quote-drawer-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding: 28px 28px 22px; border-bottom: 1px solid rgba(154, 255, 239, .14); }
.drawer-kicker { margin: 0 0 6px; color: var(--violet); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.quote-drawer h2 { margin: 0; color: #eaffff; font-size: 30px; }
.drawer-close { width: 36px; height: 36px; border: 1px solid rgba(154, 255, 239, .3); border-radius: 50%; background: transparent; color: #eaffff; font-size: 25px; line-height: 1; cursor: pointer; }
.drawer-close:hover, .drawer-close:focus-visible { border-color: var(--cyan); color: var(--cyan); outline: none; box-shadow: 0 0 18px rgba(88, 232, 220, .3); }
.quote-drawer-body { flex: 1; overflow: auto; padding: 22px 28px; }
.drawer-empty { padding: 34px 18px; border: 1px dashed rgba(154, 255, 239, .25); color: #9eb9be; text-align: center; }
.drawer-items { display: grid; gap: 10px; }
.drawer-item { display: grid; gap: 13px; padding: 15px; border: 1px solid rgba(154, 255, 239, .18); background: #0b2430; }
.drawer-item-copy { display: grid; gap: 4px; }
.drawer-item-copy strong { color: #efffff; font-size: 14px; }
.drawer-item-copy small { color: #8fb2b6; font-size: 11px; letter-spacing: .08em; }
.drawer-item-controls { display: flex; align-items: center; gap: 8px; }
.drawer-item-controls > button:not(.drawer-remove) { width: 28px; height: 28px; border: 1px solid rgba(154, 255, 239, .28); background: #071923; color: var(--cyan); cursor: pointer; }
.drawer-item-controls > span { min-width: 24px; text-align: center; color: #eaffff; font-weight: 800; }
.drawer-remove, .drawer-clear { margin-left: auto; border: 0; background: transparent; color: #ffaaa3; cursor: pointer; font-size: 12px; }
.drawer-note { display: grid; gap: 8px; margin-top: 22px; color: #a8c7ca; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.drawer-note textarea { min-height: 100px; resize: vertical; border: 1px solid rgba(154, 255, 239, .2); background: #061923; color: #efffff; padding: 12px; font: inherit; letter-spacing: 0; text-transform: none; }
.drawer-note textarea:focus-visible { border-color: var(--cyan); outline: none; box-shadow: 0 0 18px rgba(88, 232, 220, .18); }
.quote-drawer-foot { display: grid; gap: 12px; padding: 20px 28px 26px; border-top: 1px solid rgba(154, 255, 239, .14); }
.drawer-whatsapp { width: 100%; }
.drawer-full-link { color: var(--cyan); font-size: 12px; text-align: center; text-decoration: none; }
.drawer-full-link:hover { color: var(--lime); }
.drawer-clear { margin: 0; justify-self: center; }
body.drawer-open { overflow: hidden; }

@media (max-width: 820px) {
  .hero, .hero-inner { min-height: 680px; }
  .hero h1 { font-size: 60px; }
  .catalog-section::before { display: none; }
}
@media (max-width: 520px) {
  .hero, .hero-inner { min-height: 700px; }
  .hero h1 { font-size: 44px; }
  .section h2 { font-size: 34px; }
  .hero-inner { padding-top: 80px; }
  .quote-drawer-head, .quote-drawer-body, .quote-drawer-foot { padding-left: 20px; padding-right: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}

/* Mobile layout contract: keep every surface inside the viewport. */
@media (max-width: 520px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .site-shell { width: 100%; overflow-x: hidden; }
  .nav-wrap { width: calc(100% - 24px); min-height: 62px; gap: 8px; }
  .brand { min-width: 0; gap: 7px; }
  .brand-mark { width: 30px; height: 30px; flex: 0 0 30px; }
  .brand-name { max-width: 132px; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
  .main-nav { min-width: 0; gap: 6px; font-size: 11px; }
  .quote-link { min-height: 36px; padding: 7px 9px; gap: 5px; font-size: 10px; white-space: nowrap; }
  .quote-count { min-width: 16px; height: 16px; font-size: 9px; }
  .language-switcher { flex: 0 0 auto; }
  .language-switcher select { width: 78px; max-width: 78px; padding: 6px 17px 6px 7px; font-size: 9px; }
  .content-wrap, .content-narrow { width: calc(100% - 28px); }
  .section { padding: 54px 0; }
  .section-head { gap: 18px; }
  .section h2 { max-width: 100%; font-size: 34px; line-height: 1.02; overflow-wrap: anywhere; }
  .section-intro { font-size: 14px; line-height: 1.55; }
  .catalog-tools { width: 100%; padding: 11px; gap: 9px; }
  .catalog-tools input, .catalog-tools select { min-height: 44px; font-size: 14px; }
  .catalog-tools .catalog-clear { width: 100%; min-height: 42px; }
  .product-grid, .woocommerce ul.products { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .product-card { min-width: 0; }
  .product-body { min-width: 0; padding: 17px; }
  .product-title, .product-title a { max-width: 100%; font-size: 20px; overflow-wrap: anywhere; }
  .product-meta { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .product-actions, .product-detail-actions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .product-actions .button, .product-detail-actions .button { width: 100%; min-width: 0; min-height: 43px; }
  .quality-band, .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .quality-panel-copy { padding: 22px; }
  .cta-band-inner { align-items: stretch; gap: 20px; }
  .cta-band-inner .button { width: 100%; text-align: center; }
  .footer-bottom { overflow-wrap: anywhere; }
  .page-hero { min-height: 230px; padding: 64px 0 44px; }
  .page-hero h1 { font-size: 48px; overflow-wrap: anywhere; }
  .page-hero p { font-size: 15px; line-height: 1.5; }
  body:not(.home).woocommerce div.product { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  body:not(.home).woocommerce div.product .images,
  body:not(.home).woocommerce div.product .summary { width: 100%; min-width: 0; padding: 17px; }
  body:not(.home).woocommerce div.product .images .woocommerce-product-gallery__wrapper { width: 100%; aspect-ratio: 1 / 1; }
  body:not(.home).woocommerce div.product .summary { overflow-wrap: anywhere; }
  .quote-table { display: block; max-width: 100%; overflow-x: auto; white-space: nowrap; }
  .quote-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .quote-actions .button { width: 100%; }
  .quote-drawer { width: 100vw; max-width: 100vw; }
  .quote-drawer-head, .quote-drawer-body, .quote-drawer-foot { padding-left: 17px; padding-right: 17px; }

  /* The home hero is intentionally taller on phones so its title, actions and records never overlap. */
  body.home .site-header { display: block; position: absolute; top: 50px; left: 0; right: 0; z-index: 60; background: transparent; border: 0; }
  body.home .site-header .nav-wrap { width: calc(100% - 24px); min-height: 48px; justify-content: flex-end; }
  body.home .site-header .main-nav { gap: 0; }
  body.home .site-header .language-switcher { display: inline-flex; color: #f8e9dc; }
  body.home .hero, body.home .hero-frame { min-height: 860px; }
  body.home .hero-frame { width: calc(100% - 20px); height: auto; padding: 132px 0 112px; }
  body.home .hero-topline { padding: 0 12px; gap: 10px; }
  body.home .hero-identity { min-width: 0; max-width: calc(100% - 100px); }
  body.home .hero-identity strong { max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  body.home .hero-identity small { max-width: 140px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  body.home .hero-cta { flex: 0 0 auto; min-height: 40px; padding: 0 11px; font-size: 11px; }
  body.home .hero-main-title { top: 270px; bottom: auto; left: 12px; right: 12px; width: auto; text-align: left; }
  body.home .hero-main-title h1 { max-width: 100%; font-size: clamp(43px, 13vw, 58px); line-height: .94; overflow-wrap: anywhere; }
  body.home .hero-subtitle { max-width: 300px; margin-top: 16px; font-size: 13px; line-height: 1.5; }
  body.home .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; margin-top: 18px; }
  body.home .hero-actions .button { width: 100%; min-height: 42px; padding: 0 8px; font-size: 10px; text-align: center; }
  body.home .hero-product-rail { left: 12px; right: 12px; top: auto; bottom: 78px; width: auto; }
  body.home .hero-product-rail-head { margin-bottom: 7px; font-size: 8px; }
  body.home .hero-product-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  body.home .hero-product-card { display: block; min-width: 0; padding: 6px; }
  body.home .hero-product-image { width: 100%; height: 54px; }
  body.home .hero-product-copy { display: block; min-width: 0; margin-top: 6px; }
  body.home .hero-product-copy strong { display: -webkit-box; overflow: hidden; font-size: 9px; line-height: 1.2; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  body.home .hero-product-copy small, body.home .hero-product-arrow { display: none; }
  body.home .hero-bottomline { left: 0; right: 0; bottom: 0; padding: 0 12px; min-height: 52px; }
}

/* Interaction polish */
.is-scrolled .site-header { box-shadow: 0 12px 32px rgba(0, 0, 0, .22); }
.is-scrolled .nav-wrap { min-height: 64px; }
.hero-proof { animation: neon-breathe 4.5s ease-in-out infinite; }
.hero-proof::before { content: ""; position: absolute; inset: -1px; border: 1px solid rgba(216, 255, 114, .22); pointer-events: none; animation: proof-pulse 3.8s ease-in-out infinite; }
.hero-proof { position: relative; }
.product-card { transform: translateY(0) perspective(900px) rotateX(0) rotateY(0); transition: opacity .75s ease, transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.product-card.is-tilting { transform: translateY(-8px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .08s linear, box-shadow .2s ease, border-color .2s ease; }
.product-card::before { content: ""; position: absolute; inset: 0; z-index: 2; border: 1px solid transparent; pointer-events: none; opacity: 0; transition: opacity .3s ease, border-color .3s ease; }
.product-card:hover::before { opacity: 1; border-color: rgba(216, 255, 114, .42); }
.product-category { margin: 0; color: var(--violet); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.catalog-tools { grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(135px, .75fr)) minmax(116px, .55fr); align-items: end; }
.catalog-tools .catalog-clear { min-height: 42px; padding: 9px 12px; font-size: 11px; }
.quality-panel:hover { border-color: rgba(216, 255, 114, .55); box-shadow: 0 0 42px rgba(88, 232, 220, .2); transform: translateY(-4px); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
@keyframes neon-breathe { 0%, 100% { box-shadow: 0 0 40px rgba(88, 232, 220, .13), inset 0 0 30px rgba(88, 232, 220, .05); } 50% { box-shadow: 0 0 55px rgba(159, 140, 255, .2), inset 0 0 38px rgba(88, 232, 220, .08); } }
@keyframes proof-pulse { 0%, 100% { opacity: .25; } 50% { opacity: .75; } }
@media (max-width: 820px) {
  .catalog-tools { grid-template-columns: 1fr 1fr; }
  .catalog-search { grid-column: 1 / -1; }
  .catalog-tools .catalog-clear { width: 100%; }
}
@media (max-width: 520px) {
  .catalog-tools { grid-template-columns: 1fr; }
  .catalog-search { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-proof, .hero-proof::before { animation: none; }
  .product-card.is-tilting { transform: none; }
}

/* Immersive two-screen transition */
.signal-section { position: relative; min-height: 820px; overflow: hidden; background: #e5485f; color: #fff; display: flex; align-items: center; justify-content: center; isolation: isolate; }
.signal-cloud { position: absolute; z-index: 3; top: -104px; left: 0; width: 100%; height: 220px; transform: translateY(var(--cloud-offset, 0px)); pointer-events: none; }
.signal-cloud span { position: absolute; bottom: 0; display: block; height: 150px; background: var(--paper); border-radius: 48% 52% 0 0 / 76% 76% 0 0; }
.signal-cloud span:nth-child(1) { left: 0; width: 40%; }
.signal-cloud span:nth-child(2) { left: 26%; width: 44%; height: 185px; }
.signal-cloud span:nth-child(3) { right: 0; width: 48%; height: 138px; }
.signal-inner { position: relative; z-index: 4; width: min(720px, calc(100% - 40px)); padding: 210px 0 120px; text-align: center; }
.signal-mark { width: 76px; height: 76px; margin: 0 auto 25px; border-radius: 22px; box-shadow: 0 0 30px rgba(255, 255, 255, .25); object-fit: contain; }
.signal-kicker { margin: 0 0 22px; color: rgba(255, 255, 255, .82); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.signal-inner h2 { margin: 0; color: #fff; font-family: Italiana, Georgia, serif; font-size: 76px; font-weight: 400; line-height: .94; letter-spacing: 0; }
.signal-inner h2 em { color: #fff4a8; font-style: normal; }
.signal-copy { max-width: 520px; margin: 28px auto 0; color: rgba(255, 255, 255, .9); font-size: 17px; line-height: 1.7; }
.signal-signature { margin: 22px 0 18px; color: #fff4a8; font-family: 'Marck Script', cursive; font-size: 108px; line-height: .8; text-shadow: 0 8px 30px rgba(101, 12, 28, .2); }
.signal-foot { max-width: 470px; margin: 0 auto 28px; color: rgba(255, 255, 255, .84); font-size: 14px; line-height: 1.65; }
.signal-button { border-color: rgba(255, 255, 255, .85); color: #fff; background: rgba(7, 24, 33, .16); }
.signal-button:hover, .signal-button:focus-visible { background: rgba(7, 24, 33, .36); border-color: #fff; box-shadow: 0 0 30px rgba(255, 255, 255, .24); }
@media (max-width: 820px) {
  .signal-section { min-height: 760px; }
  .signal-inner { padding-top: 180px; }
  .signal-inner h2 { font-size: 58px; }
}
@media (max-width: 520px) {
  .signal-section { min-height: 720px; }
  .signal-inner { width: min(100% - 30px, 720px); padding-top: 150px; padding-bottom: 80px; }
  .signal-mark { width: 62px; height: 62px; border-radius: 18px; }
  .signal-inner h2 { font-size: 46px; }
  .signal-copy { font-size: 15px; }
  .signal-signature { font-size: 84px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video, .signal-video-block video { display: none; }
  .signal-cloud { transform: none; }
}

/* Full-screen editorial landing treatment */
body.home .notice { position: absolute; top: 0; left: 0; right: 0; z-index: 50; background: rgba(3, 10, 15, .52); border-bottom-color: rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .82); }
body.home .site-header { position: absolute; top: 30px; left: 0; right: 0; z-index: 40; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; pointer-events: none; }
body.home .site-header .nav-wrap { justify-content: flex-end; min-height: 54px; }
body.home .site-header .brand, body.home .site-header .main-nav a:not(.quote-link) { display: none; }
body.home .site-header .main-nav { pointer-events: auto; }
body.home .site-header .quote-link { display: none; }
.immersive-hero { min-height: max(760px, 100svh); height: max(760px, 100svh); position: relative; overflow: hidden; background: #050f17; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -4; background-position: center; background-size: cover; filter: saturate(.72) contrast(1.1); transform: scale(1.04); }
.hero-video { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; opacity: .48; filter: saturate(.85) contrast(1.08); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 12, 18, .93) 0%, rgba(3, 19, 26, .65) 47%, rgba(3, 13, 20, .72) 100%), linear-gradient(0deg, rgba(2, 10, 15, .8), transparent 48%, rgba(2, 10, 15, .45)); }
.hero-frame { position: relative; width: min(1320px, calc(100% - 80px)); height: 100%; margin: 0 auto; padding: 118px 0 56px; border-left: 1px solid rgba(189, 255, 240, .25); border-right: 1px solid rgba(189, 255, 240, .25); }
.hero-frame::before, .hero-frame::after { content: ""; position: absolute; left: -1px; right: -1px; height: 1px; background: rgba(189, 255, 240, .25); }
.hero-frame::before { top: 90px; }
.hero-frame::after { bottom: 32px; }
.hero-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 0 32px; }
.hero-identity { display: inline-flex; align-items: center; gap: 18px; color: #fff; text-decoration: none; }
.hero-identity img { width: 62px; height: 62px; border-radius: 18px; box-shadow: 0 0 30px rgba(88, 232, 220, .32); object-fit: contain; }
.hero-identity span { display: grid; gap: 6px; }
.hero-identity strong { font-size: 19px; letter-spacing: .03em; }
.hero-identity small { color: rgba(229, 255, 247, .68); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.hero-cta { display: inline-flex; align-items: center; gap: 15px; min-height: 56px; padding: 0 28px; border: 1px solid rgba(255, 255, 255, .75); border-radius: 999px; background: rgba(6, 18, 25, .16); backdrop-filter: blur(12px); color: #fff; font-family: Italiana, Georgia, serif; font-size: 17px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .3s ease, transform .3s ease, box-shadow .3s ease; }
.hero-cta:hover, .hero-cta:focus-visible { background: rgba(255, 255, 255, .14); box-shadow: 0 0 34px rgba(255, 255, 255, .18); transform: translateY(-3px); outline: none; }
.hero-cta span { font-family: Manrope, sans-serif; font-size: 18px; }
.hero-left-note { position: absolute; left: 32px; bottom: 172px; width: 250px; color: rgba(225, 255, 247, .8); font-size: 12px; line-height: 1.7; }
.hero-serial { margin: 0 0 18px; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.hero-mini-rule { display: flex; align-items: center; gap: 10px; margin-top: 24px; color: rgba(225, 255, 247, .62); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-mini-rule span { width: 25px; height: 1px; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.hero-mini-rule em { font-style: normal; }
.hero-main-title { position: absolute; right: 32px; bottom: 126px; width: min(760px, 65%); text-align: right; }
.hero-eyebrow { margin: 0 0 20px; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.hero-main-title h1 { margin: 0; color: #f1ffff; font-family: Italiana, Georgia, serif; font-size: clamp(64px, 8.2vw, 126px); font-weight: 400; line-height: .86; letter-spacing: 0; text-shadow: 0 0 45px rgba(164, 255, 238, .18); }
.hero-main-title h1 em { color: #e4ff7a; font-style: normal; }
.hero-subtitle { max-width: 480px; margin: 26px 0 0 auto; color: rgba(235, 255, 249, .78); font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 28px; }
.hero-actions .button { min-height: 48px; }
.hero-bottomline { position: absolute; left: 32px; right: 32px; bottom: 0; display: flex; align-items: center; justify-content: space-between; min-height: 64px; }
.hero-bottomline .scroll-cue { margin: 0; }
.hero-status { display: flex; align-items: center; gap: 11px; color: rgba(225, 255, 247, .6); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px var(--lime); animation: status-blink 2s ease-in-out infinite; }
.hero-scan { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .4; background: repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(190, 255, 239, .028) 4px, transparent 5px); mix-blend-mode: screen; }
.hero::after { inset: 92px 24px 32px; border: 1px solid rgba(189, 255, 240, .23); z-index: 1; }
.immersive-signal { min-height: 900px; background: #ef4662; }
.immersive-signal::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, rgba(255, 226, 162, .14), transparent 35%), linear-gradient(120deg, rgba(102, 11, 38, .2), transparent 46%, rgba(255, 137, 132, .16)); pointer-events: none; }
.signal-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255, 255, 255, .24) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .24) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(to bottom, transparent, #000 30%, #000 80%, transparent); }
.signal-cloud { top: -118px; height: 250px; }
.signal-cloud span { background: #071821; box-shadow: 0 18px 35px rgba(40, 4, 17, .16); }
.signal-cloud span:nth-child(1) { left: -4%; width: 33%; height: 175px; }
.signal-cloud span:nth-child(2) { left: 22%; width: 38%; height: 214px; }
.signal-cloud span:nth-child(3) { left: 54%; right: auto; width: 28%; height: 160px; }
.signal-cloud span:nth-child(4) { right: -5%; width: 28%; height: 188px; }
.signal-inner { padding-top: 245px; }
.signal-mark { width: 88px; height: 88px; border-radius: 26px; }
.signal-inner h2 { font-size: clamp(62px, 7.2vw, 104px); line-height: .84; }
.signal-copy { font-size: 18px; }
.signal-signature { font-size: 138px; margin: 34px 0 20px; }
.signal-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; max-width: 620px; margin: 0 auto 32px; color: rgba(255, 255, 255, .78); font-size: 11px; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; }
.signal-notes p { margin: 0; }
.signal-index { position: absolute; right: 38px; bottom: 34px; color: rgba(255, 255, 255, .54); font-size: 10px; letter-spacing: .2em; }
.signal-video-block { position: relative; z-index: 1; width: 100%; margin-top: 80px; overflow: hidden; }
.signal-video-block video { display: block; width: 100%; height: min(46vw, 520px); object-fit: cover; opacity: .72; filter: saturate(.85) contrast(1.05); }
.signal-video-fade { position: absolute; inset: 0 0 auto; height: 120px; z-index: 2; background: linear-gradient(180deg, #ef4662 0%, rgba(239,70,98,0) 100%); pointer-events: none; }
.catalog-head h2 em, .quality-band h2 em { color: var(--coral); font-style: normal; }
.catalog-head .text-link { display: inline-block; margin-top: 22px; color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.catalog-head .text-link:hover { color: #fff; }
.quality-section { position: relative; overflow: hidden; }
.quality-section::before { content: "QUALITY / 003"; position: absolute; right: 5%; top: 42px; color: rgba(154, 255, 239, .16); font-size: 10px; letter-spacing: .2em; }
.legal-section { padding-top: 58px; padding-bottom: 58px; }
.cta-band-inner .section-kicker { margin-bottom: 10px; color: #173b36; }
.cta-band-inner h2 { margin: 0; }
.cta-band-inner .button span { margin-left: 10px; font-size: 18px; }
@keyframes status-blink { 0%, 100% { opacity: .35; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.1); } }
@media (max-width: 820px) {
  body.home .notice { font-size: 9px; }
  .hero-frame { width: calc(100% - 30px); padding-top: 108px; }
  .hero-frame::before { top: 82px; }
  .hero-topline, .hero-bottomline { padding-left: 18px; padding-right: 18px; }
  .hero-identity img { width: 52px; height: 52px; border-radius: 15px; }
  .hero-identity strong { font-size: 16px; }
  .hero-identity small { font-size: 8px; }
  .hero-cta { min-height: 48px; padding: 0 20px; font-size: 14px; }
  .hero-left-note { left: 18px; bottom: 178px; width: 220px; }
  .hero-main-title { right: 18px; bottom: 110px; width: 70%; }
  .hero-main-title h1 { font-size: clamp(54px, 12vw, 86px); }
  .hero-subtitle { font-size: 13px; }
  .hero-bottomline { left: 0; right: 0; }
  .hero-status { display: none; }
  .immersive-signal { min-height: 820px; }
  .signal-inner { padding-top: 220px; }
  .signal-notes { gap: 14px; }
}
@media (max-width: 520px) {
  body.home .notice { padding: 6px 14px; line-height: 1.35; }
  body.home .site-header { display: none; }
  .immersive-hero { min-height: 760px; height: 100svh; }
  .hero-frame { width: calc(100% - 22px); padding-top: 74px; }
  .hero-frame::before { top: 64px; }
  .hero-topline { padding: 0 12px; }
  .hero-identity { gap: 10px; }
  .hero-identity img { width: 46px; height: 46px; border-radius: 14px; }
  .hero-identity strong { display: block; max-width: 120px; font-size: 15px; line-height: 1.05; }
  .hero-identity small { max-width: 145px; line-height: 1.2; }
  .hero-cta { min-height: 42px; padding: 0 14px; font-size: 12px; letter-spacing: .08em; }
  .hero-left-note { display: none !important; }
  .hero-main-title { left: 12px; right: 12px; bottom: 88px; width: auto; text-align: left; }
  .hero-eyebrow { margin-bottom: 14px; font-size: 9px; letter-spacing: .16em; }
  .hero-main-title h1 { font-size: 58px; line-height: .87; }
  .hero-subtitle { max-width: 300px; margin: 18px 0 0; font-size: 13px; }
  .hero-actions { justify-content: flex-start; flex-wrap: wrap; margin-top: 20px; }
  .hero-actions .button { min-height: 43px; padding: 0 15px; font-size: 11px; }
  .hero-bottomline { padding: 0 12px; min-height: 52px; }
  .scroll-cue { font-size: 10px; }
  .scroll-cue span { width: 22px; height: 34px; }
  .immersive-signal { min-height: 790px; }
  .signal-cloud { top: -86px; height: 190px; }
  .signal-cloud span:nth-child(1) { height: 125px; }
  .signal-cloud span:nth-child(2) { height: 155px; }
  .signal-cloud span:nth-child(3) { height: 116px; }
  .signal-cloud span:nth-child(4) { height: 138px; }
  .signal-inner { width: calc(100% - 30px); padding-top: 175px; }
  .signal-video-block { margin-top: 42px; }
  .signal-video-block video { height: 260px; }
  .signal-mark { width: 64px; height: 64px; margin-bottom: 18px; border-radius: 18px; }
  .signal-kicker { margin-bottom: 16px; font-size: 9px; }
  .signal-inner h2 { font-size: 49px; }
  .signal-copy { margin-top: 22px; font-size: 15px; line-height: 1.55; }
  .signal-signature { margin: 28px 0 18px; font-size: 92px; }
  .signal-notes { grid-template-columns: 1fr; gap: 12px; margin-bottom: 24px; font-size: 9px; }
  .signal-index { right: 15px; bottom: 18px; font-size: 8px; }
  .catalog-head h2 { font-size: 38px; }
  .quality-section::before { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .status-dot { animation: none; }
  .hero-media { transform: none; }
}

/* Editorial biotech palette: quieter structure, warmer highlights, clearer product focus */
:root {
  --ink: #24151d;
  --muted: #8d7b82;
  --line: #e4d6d0;
  --paper: #f5efeb;
  --white: #fffaf6;
  --teal: #a45f55;
  --teal-dark: #3a1d29;
  --cyan: #e6c3aa;
  --lime: #e3c276;
  --coral: #c36d61;
  --violet: #b28ac2;
}

body.home { background: #160e15; }
body.home .notice { background: #100a10; color: #d8b9a4; border-bottom-color: rgba(227,194,118,.24); }
body.home .immersive-hero {
  background: #120b13;
  min-height: max(760px, 100svh);
  height: max(760px, 100svh);
}
body.home .hero-media { filter: saturate(.56) sepia(.18) hue-rotate(292deg) contrast(1.08); transform: scale(1.035); }
body.home .hero-media::after {
  background: linear-gradient(90deg, rgba(18,8,18,.95) 0%, rgba(36,13,31,.76) 48%, rgba(20,9,18,.72) 100%), linear-gradient(0deg, rgba(13,6,13,.88), transparent 52%, rgba(21,7,18,.42));
}
body.home .hero-video { opacity: .24; filter: saturate(.5) sepia(.2) hue-rotate(300deg) contrast(1.08); }
body.home .hero-canvas { opacity: .34; mix-blend-mode: screen; }
body.home .immersive-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(18,8,18,.78) 0%, rgba(36,13,31,.54) 48%, rgba(20,9,18,.68) 100%), linear-gradient(0deg, rgba(13,6,13,.76), transparent 52%, rgba(21,7,18,.32)); }
body.home .hero-frame { border-color: rgba(232,195,164,.28); }
body.home .hero-frame::before, body.home .hero-frame::after { background: rgba(232,195,164,.28); }
body.home .hero-frame::before { top: 90px; }
body.home .hero::after { border-color: rgba(232,195,164,.18); }
body.home .hero-identity img { box-shadow: 0 0 30px rgba(227,194,118,.26); }
body.home .hero-identity small, body.home .hero-left-note, body.home .hero-subtitle { color: rgba(245,225,211,.72); }
body.home .hero-cta { border-color: rgba(244,220,198,.72); background: rgba(31,12,25,.28); }
body.home .hero-cta:hover, body.home .hero-cta:focus-visible { background: rgba(227,194,118,.14); box-shadow: 0 0 34px rgba(227,194,118,.22); }
body.home .hero-serial, body.home .hero-eyebrow { color: #e3c276; }
body.home .hero-mini-rule span { background: #e3c276; box-shadow: 0 0 12px rgba(227,194,118,.6); }
body.home .hero-main-title { left: 32px; right: auto; bottom: 112px; width: min(650px, 58%); text-align: left; }
body.home .hero-left-note { display: none; }
body.home .hero-main-title h1 { color: #fff3e8; text-shadow: 0 0 48px rgba(227,194,118,.12); }
body.home .hero-main-title h1 em { color: #e3c276; }
body.home .hero-subtitle { margin-left: 0; }
body.home .hero-actions { justify-content: flex-start; }
body.home .button-primary { background: #e3c276; color: #24151d; box-shadow: 0 0 26px rgba(227,194,118,.18); }
body.home .button-primary:hover, body.home .button-primary:focus-visible { background: #f0d69a; box-shadow: 0 0 34px rgba(227,194,118,.4); }
body.home .button-secondary { border-color: rgba(235,207,184,.65); background: rgba(40,17,32,.42); color: #fff3e8; }
body.home .button-secondary:hover, body.home .button-secondary:focus-visible { border-color: #e3c276; background: rgba(84,34,50,.7); }
body.home .hero-status { color: rgba(239,212,191,.62); }
body.home .status-dot { background: #e3c276; box-shadow: 0 0 16px rgba(227,194,118,.75); }
body.home .scroll-cue { color: #d8b9a4; }
body.home .scroll-cue span { border-color: rgba(227,194,118,.68); }
body.home .scroll-cue span::after { background: #e3c276; }

.hero-product-rail { position: absolute; top: 188px; right: 34px; z-index: 4; width: min(360px, 35%); }
.hero-product-rail-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; color: rgba(245,225,211,.62); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.hero-product-rail-head a { color: #e3c276; text-decoration: none; }
.hero-product-cards { display: grid; gap: 9px; }
.hero-product-card { display: grid; grid-template-columns: 62px minmax(0,1fr) 20px; gap: 12px; align-items: center; padding: 9px; border: 1px solid rgba(227,194,118,.28); background: rgba(27,12,23,.72); backdrop-filter: blur(14px); color: #fff3e8; text-decoration: none; transition: border-color .3s ease, transform .3s ease, background .3s ease; }
.hero-product-card:hover, .hero-product-card:focus-visible { border-color: rgba(227,194,118,.84); background: rgba(57,22,40,.86); transform: translateX(-6px); outline: none; }
.hero-product-image { position: relative; width: 62px; height: 62px; overflow: hidden; background: #130c13; }
.hero-product-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) sepia(.12); }
.hero-product-image b { position: absolute; right: 4px; bottom: 4px; padding: 2px 4px; background: rgba(18,8,18,.78); color: #e3c276; font-size: 7px; letter-spacing: .12em; }
.hero-product-copy { display: grid; gap: 4px; min-width: 0; }
.hero-product-copy strong { overflow: hidden; color: #fff3e8; font-size: 12px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.hero-product-copy small { color: rgba(239,212,191,.58); font-size: 9px; letter-spacing: .12em; }
.hero-product-arrow { color: #e3c276; font-size: 18px; transition: transform .3s ease; }
.hero-product-card:hover .hero-product-arrow { transform: translateX(3px); }

body.home .immersive-signal { min-height: 900px; background: #632c3a; }
body.home .immersive-signal::before { background: radial-gradient(circle at 50% 35%, rgba(227,194,118,.15), transparent 36%), linear-gradient(120deg, rgba(35,10,31,.5), transparent 50%, rgba(143,74,83,.2)); }
body.home .signal-grid { opacity: .09; }
body.home .signal-cloud span { background: #160e15; box-shadow: 0 18px 35px rgba(16,4,13,.25); }
body.home .signal-inner h2 em, body.home .signal-signature { color: #f1d298; }
body.home .signal-button { border-color: rgba(245,222,200,.72); background: rgba(24,9,20,.22); }
body.home .signal-button:hover, body.home .signal-button:focus-visible { border-color: #f1d298; background: rgba(24,9,20,.42); box-shadow: 0 0 30px rgba(227,194,118,.22); }
body.home .signal-video-block video { opacity: .46; filter: saturate(.55) sepia(.15) hue-rotate(300deg) contrast(1.06); }
body.home .signal-video-fade { background: linear-gradient(180deg, #632c3a 0%, rgba(99,44,58,0) 100%); }

body.home .metrics-section, body.home .quality-section, body.home .legal-section { background: #21131c; }
body.home .metric-grid { background: rgba(227,194,118,.22); border-color: rgba(227,194,118,.22); }
body.home .metric { background: #291923; border-color: rgba(227,194,118,.10); }
body.home .metric strong { color: #e3c276; text-shadow: 0 0 20px rgba(227,194,118,.22); }
body.home .metric span, body.home .section-intro { color: #bca3a7; }
body.home .catalog-section { background: #160e15; }
body.home .catalog-section::before { color: rgba(227,194,118,.18); }
body.home .section h2 { color: #f9eee6; }
body.home .catalog-head h2 em, body.home .quality-band h2 em { color: #e3c276; }
body.home .catalog-head .text-link { color: #e3c276; }
body.home .catalog-tools { background: #24151e; border-color: rgba(227,194,118,.2); box-shadow: 0 0 32px rgba(0,0,0,.2); }
body.home .catalog-tools input, body.home .catalog-tools select { background: #170e16; border-color: rgba(227,194,118,.2); color: #f9eee6; }
body.home .product-card { background: #281822; border-color: rgba(227,194,118,.2); box-shadow: 0 8px 28px rgba(0,0,0,.22); }
body.home .product-card:hover { border-color: rgba(227,194,118,.76); box-shadow: 0 0 30px rgba(227,194,118,.16), 0 20px 46px rgba(0,0,0,.3); }
body.home .product-image { background: #160d15; }
body.home .product-image::after { background: rgba(22,10,20,.82); border-color: rgba(227,194,118,.58); color: #e3c276; }
body.home .product-index { color: #e3c276; text-shadow: 0 0 12px rgba(227,194,118,.38); }
body.home .product-category, body.home .product-tag { color: #d8a98d; }
body.home .product-title { color: #fff0e4; }
body.home .product-meta { color: #bca3a7; }
body.home .product-meta strong { color: #f9eee6; }
body.home .quality-panel { background: #3a1d29; border-color: rgba(227,194,118,.3); box-shadow: 0 0 34px rgba(77,25,50,.22); }
body.home .quality-panel-copy p { color: #e4c7bd; }
body.home .legal-callout { background: #2b1b22; border-left-color: #e3c276; color: #f2d4c8; }
body.home .cta-band { background: #e3c276; color: #24151d; }
body.home .cta-band-inner .section-kicker { color: #5f3540; }
body.home .button-dark { background: #351826; border-color: rgba(53,24,38,.3); color: #fff3e8; }
body.home .site-footer { background: #100a10; border-top-color: rgba(227,194,118,.18); }

@media (max-width: 820px) {
  body.home .hero-main-title { left: 18px; right: auto; bottom: 106px; width: min(64%, 490px); }
  .hero-product-rail { top: 172px; right: 18px; width: min(290px, 36%); }
  .hero-product-card { grid-template-columns: 48px minmax(0,1fr) 16px; gap: 8px; padding: 7px; }
  .hero-product-image { width: 48px; height: 48px; }
  .hero-product-copy strong { font-size: 10px; }
}
@media (max-width: 520px) {
  body.home .hero-main-title { left: 12px; right: 12px; bottom: 188px; width: auto; }
  body.home .hero-main-title h1 { font-size: 57px; }
  .hero-product-rail { left: 12px; right: 12px; top: auto; bottom: 72px; width: auto; }
  .hero-product-rail-head { margin-bottom: 7px; font-size: 8px; }
  .hero-product-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .hero-product-card { display: block; padding: 6px; }
  .hero-product-image { width: 100%; height: 52px; }
  .hero-product-copy { display: block; margin-top: 6px; }
  .hero-product-copy strong { display: block; overflow: hidden; font-size: 9px; }
  .hero-product-copy small, .hero-product-arrow { display: none; }
  body.home .hero-actions { margin-top: 16px; }
  body.home .immersive-signal { min-height: 780px; }
}

/* Product-first visual calibration */
body.home .hero-media {
  filter: saturate(.7) sepia(.08) hue-rotate(322deg) contrast(1.08) brightness(.78);
  animation: hero-photo-drift 18s ease-in-out infinite alternate;
}
body.home .hero-media::after {
  background: linear-gradient(90deg, rgba(18,8,18,.84) 0%, rgba(36,13,31,.48) 48%, rgba(20,9,18,.52) 100%), linear-gradient(0deg, rgba(13,6,13,.74), transparent 54%, rgba(21,7,18,.24));
}
body.home .hero-video { opacity: .08; }
body.home .hero-product-rail { width: min(390px, 37%); }
body.home .hero-product-card { grid-template-columns: 72px minmax(0,1fr) 22px; padding: 10px; }
body.home .hero-product-image { width: 72px; height: 72px; background: #e9e3df; }
body.home .hero-product-image img { object-fit: contain; filter: saturate(.78) sepia(.08); }
body.home .hero-product-copy strong { font-size: 13px; }
body.home .hero-product-copy small { color: rgba(239,212,191,.72); }
body.home .immersive-signal { background: #6a3142; }
body.home .signal-video-block { margin-top: 70px; }
body.home .signal-image {
  display: block;
  width: 100%;
  height: min(42vw, 480px);
  object-fit: cover;
  opacity: .62;
  filter: saturate(.62) sepia(.12) hue-rotate(300deg) contrast(1.08);
}
body.home .signal-video-fade { background: linear-gradient(180deg, #6a3142 0%, rgba(106,49,66,0) 100%); }
body.home .product-image { background: #ebe6e4; }
body.home .product-image img { object-fit: contain; padding: 0; filter: saturate(.86) contrast(1.04); }
body.home .product-card:hover .product-image img { transform: scale(1.035); }
body.home .metrics-section .metric-grid { box-shadow: 0 20px 55px rgba(15,5,13,.2); }
@keyframes hero-photo-drift {
  from { transform: scale(1.035) translate3d(-.4%, 0, 0); }
  to { transform: scale(1.085) translate3d(.4%, -1%, 0); }
}
@media (max-width: 820px) {
  body.home .hero-product-rail { width: min(300px, 38%); }
  body.home .hero-product-card { grid-template-columns: 50px minmax(0,1fr) 16px; padding: 7px; }
  body.home .hero-product-image { width: 50px; height: 50px; }
}

/* Secondary pages / unified editorial lab shell */
body:not(.home) {
  background: #160d15;
  color: #f8eee7;
}
body:not(.home) .site-header {
  background: rgba(20, 10, 18, .9);
  border-bottom-color: rgba(227, 194, 118, .2);
}
body:not(.home) .brand-mark { box-shadow: 0 0 20px rgba(227, 194, 118, .24); }
body:not(.home) .main-nav { color: rgba(244, 222, 207, .7); }
body:not(.home) .main-nav a:hover { color: #e3c276; text-shadow: 0 0 16px rgba(227, 194, 118, .45); }
body:not(.home) .site-main { position: relative; background: #160d15; }
body:not(.home) .site-main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .16;
  background-image: linear-gradient(rgba(227,194,118,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(227,194,118,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}
body:not(.home) .site-main > * { position: relative; z-index: 1; }
body:not(.home) .page-hero {
  min-height: 390px;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 104px 0 62px;
  background: #24111f url('/wp-content/uploads/2026/07/lab-glassware.jpg') center 42% / cover no-repeat;
  border-bottom: 1px solid rgba(227,194,118,.28);
}
body:not(.home) .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(20,8,18,.95), rgba(45,15,35,.74) 52%, rgba(18,7,16,.9)), linear-gradient(0deg, rgba(19,7,16,.82), transparent 65%);
}
body:not(.home) .page-hero::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(227,194,118,.2);
  pointer-events: none;
  clip-path: polygon(0 0, 70px 0, 70px 1px, calc(100% - 70px) 1px, calc(100% - 70px) 0, 100% 0, 100% 70px, calc(100% - 1px) 70px, calc(100% - 1px) calc(100% - 70px), 100% calc(100% - 70px), 100% 100%, calc(100% - 70px) 100%, calc(100% - 70px) calc(100% - 1px), 70px calc(100% - 1px), 70px 100%, 0 100%, 0 calc(100% - 70px), 1px calc(100% - 70px), 1px 70px, 0 70px);
}
body:not(.home) .page-hero .content-wrap { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 34px; }
body:not(.home) .page-hero-copy { max-width: 760px; }
body:not(.home) .page-hero .eyebrow { margin-bottom: 18px; color: #e3c276; font-size: 10px; letter-spacing: .22em; }
body:not(.home) .page-hero h1 { color: #fff3e8; font-size: clamp(48px, 7vw, 90px); line-height: .92; text-shadow: 0 0 34px rgba(227,194,118,.13); }
body:not(.home) .page-hero p:not(.eyebrow) { max-width: 650px; margin: 22px 0 0; color: rgba(246, 222, 208, .72); font-size: 16px; }
body:not(.home) .page-hero-status { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 9px; min-width: 205px; padding: 13px 15px; border: 1px solid rgba(227,194,118,.34); background: rgba(23, 9, 20, .58); color: rgba(245,225,211,.67); font-size: 9px; letter-spacing: .14em; }
body:not(.home) .page-hero-status .status-dot { width: 7px; height: 7px; border-radius: 50%; background: #e3c276; box-shadow: 0 0 14px rgba(227,194,118,.8); }
body:not(.home) .page-hero-status b { color: #e3c276; font-size: 16px; letter-spacing: .08em; }
body:not(.home) .secondary-section { background: linear-gradient(180deg, #1b0f18, #160d15); padding-top: 76px; }
body:not(.home) .secondary-section::before { content: ""; display: block; position: absolute; top: 0; left: 7%; width: 86%; height: 1px; background: linear-gradient(90deg, transparent, rgba(227,194,118,.38), transparent); }
body:not(.home) .catalog-shell { gap: 22px; }
body:not(.home) .catalog-tools { padding: 18px; border: 1px solid rgba(227,194,118,.23); background: rgba(38, 19, 30, .83); box-shadow: 0 20px 50px rgba(0,0,0,.24), inset 0 0 28px rgba(227,194,118,.025); }
body:not(.home) .catalog-tools label { color: rgba(237, 205, 184, .67); font-size: 9px; letter-spacing: .16em; }
body:not(.home) .catalog-tools input, body:not(.home) .catalog-tools select { min-height: 46px; border-color: rgba(227,194,118,.25); border-radius: 2px; background: #180d16; color: #fff2e7; }
body:not(.home) .catalog-tools input:focus, body:not(.home) .catalog-tools select:focus { border-color: #e3c276; outline: none; box-shadow: 0 0 0 3px rgba(227,194,118,.1), 0 0 20px rgba(227,194,118,.1); }
body:not(.home) .catalog-tools .button-light { color: #f5ddce; border-color: rgba(227,194,118,.35); background: #2a1724; }
body:not(.home) .catalog-tools .button-light:hover { color: #24151d; background: #e3c276; }
body:not(.home) .catalog-result { color: rgba(237, 205, 184, .62); letter-spacing: .04em; }
body:not(.home) .product-grid { gap: 20px; }
body:not(.home) .product-card { border-radius: 2px; border-color: rgba(227,194,118,.22); background: linear-gradient(150deg, #2b1825, #21121d); box-shadow: 0 18px 38px rgba(0,0,0,.24); }
body:not(.home) .product-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .45; background: linear-gradient(125deg, rgba(227,194,118,.1), transparent 22%, transparent 76%, rgba(198,109,97,.08)); }
body:not(.home) .product-card:hover { transform: translateY(-8px); border-color: rgba(227,194,118,.78); box-shadow: 0 0 28px rgba(227,194,118,.15), 0 26px 48px rgba(0,0,0,.34); }
body:not(.home) .product-image { aspect-ratio: 1.25; background: #160d15; border-bottom: 1px solid rgba(227,194,118,.14); }
body:not(.home) .product-image::before { content: ""; position: absolute; inset: 10px; z-index: 1; border: 1px solid rgba(227,194,118,.2); pointer-events: none; }
body:not(.home) .product-image::after { top: 20px; right: 20px; background: rgba(22,10,20,.86); border-color: rgba(227,194,118,.58); color: #e3c276; }
body:not(.home) .product-image img { object-fit: contain; padding: 12px; filter: saturate(.84) contrast(1.05); }
body:not(.home) .product-card:hover .product-image img { transform: scale(1.06); }
body:not(.home) .product-body { padding: 21px; }
body:not(.home) .product-category { color: #e3c276; font-size: 9px; letter-spacing: .18em; }
body:not(.home) .product-tag { color: rgba(235, 199, 180, .55); font-size: 10px; letter-spacing: .12em; }
body:not(.home) .product-title, body:not(.home) .product-title a { color: #fff1e6; }
body:not(.home) .product-title a:hover { color: #e3c276; }
body:not(.home) .product-meta { color: rgba(235, 199, 180, .67); }
body:not(.home) .product-meta strong { color: #f7e5d8; font-size: 12px; }
body:not(.home) .product-card .button-light { color: #f8e8dc; border-color: rgba(227,194,118,.3); background: #2c1825; }
body:not(.home) .product-card .button-light:hover { background: #e3c276; color: #24151d; }
body:not(.home) .product-card .button-dark, body:not(.home) .button-dark { color: #fff4eb; background: #56283d; border-color: rgba(227,194,118,.36); }
body:not(.home) .product-card .button-dark:hover, body:not(.home) .button-dark:hover { background: #76344d; }
body:not(.home) .catalog-empty, body:not(.home) .quote-empty { border: 1px solid rgba(227,194,118,.22); background: #281622; color: rgba(235, 199, 180, .7); }
body:not(.home) .content-narrow { color: #f8eee7; }
body:not(.home) .content-narrow p, body:not(.home) .content-narrow li { color: rgba(239, 212, 197, .75); }
body:not(.home) .content-narrow h2, body:not(.home) .content-narrow h3 { color: #fff1e6; }
body:not(.home) .content-narrow details, body:not(.home) .contact-panel, body:not(.home) .feature-list > div { border-color: rgba(227,194,118,.2); background: #281622; }
body:not(.home) .content-narrow summary { color: #fff1e6; }
body:not(.home) .feature-list strong, body:not(.home) .contact-panel strong { color: #e3c276; }
body:not(.home) .breadcrumb { color: rgba(239, 212, 197, .65); }
body:not(.home) .breadcrumb a { color: #e3c276; }
body:not(.home) .quote-shell { max-width: 1040px; }
body:not(.home) .quote-table { overflow: hidden; border-color: rgba(227,194,118,.22); background: #281622; box-shadow: 0 20px 44px rgba(0,0,0,.22); }
body:not(.home) .quote-table th, body:not(.home) .quote-table td { border-color: rgba(227,194,118,.15); color: rgba(244, 221, 207, .8); }
body:not(.home) .quote-table th { color: #e3c276; }
body:not(.home) .quote-form label, body:not(.home) .lead-capture { color: rgba(239, 212, 197, .8); }
body:not(.home) .quote-form textarea, body:not(.home) .quote-form input, body:not(.home) .lead-form input, body:not(.home) .lead-form textarea { border-color: rgba(227,194,118,.22); background: #180d16; color: #fff2e7; }
body:not(.home) .quote-form textarea:focus, body:not(.home) .lead-form input:focus, body:not(.home) .lead-form textarea:focus { border-color: #e3c276; outline: none; box-shadow: 0 0 0 3px rgba(227,194,118,.1); }
body:not(.home) .lead-capture { border-color: rgba(227,194,118,.2); background: #25131f; }
body:not(.home) .legal-callout { border-left-color: #e3c276; background: #2b1824; color: #f1d7c9; }
body:not(.home) .woocommerce .site-main { padding: 0; }
body:not(.home) .woocommerce div.product { gap: 48px; align-items: start; }
body:not(.home) .woocommerce div.product .images, body:not(.home) .woocommerce div.product .summary { min-width: 0; padding: 24px; border: 1px solid rgba(227,194,118,.23); background: linear-gradient(150deg, #2b1825, #20111b); box-shadow: 0 20px 48px rgba(0,0,0,.2); }
body:not(.home) .woocommerce div.product .images { position: relative; }
body:not(.home) .woocommerce div.product .images::before { content: "MATERIAL / VISUAL RECORD"; display: block; margin-bottom: 15px; color: #e3c276; font-size: 9px; letter-spacing: .18em; }
body:not(.home) .woocommerce div.product .woocommerce-product-gallery__wrapper { margin: 0; }
body:not(.home) .woocommerce div.product .woocommerce-product-gallery__image { background: #160d15; border: 1px solid rgba(227,194,118,.16); }
body:not(.home) .woocommerce div.product .woocommerce-product-gallery__image img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; padding: 18px; }
body:not(.home) .woocommerce div.product .summary h1 { color: #fff1e6; font-size: clamp(32px, 4vw, 52px); line-height: 1; }
body:not(.home) .woocommerce div.product .summary .price { color: #e3c276; font-size: 15px; }
body:not(.home) .woocommerce div.product .summary .product_meta { color: rgba(239, 212, 197, .64); }
body:not(.home) .woocommerce div.product .summary .product_meta a { color: #e3c276; }
body:not(.home) [data-reveal] { transition-duration: .72s; }
@media (max-width: 820px) {
  body:not(.home) .page-hero { min-height: 350px; padding: 94px 0 46px; }
  body:not(.home) .page-hero .content-wrap { display: block; }
  body:not(.home) .page-hero-status { width: max-content; min-width: 0; margin-top: 28px; }
  body:not(.home) .secondary-section { padding-top: 58px; }
  body:not(.home) .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  body:not(.home) .page-hero { min-height: 330px; padding: 88px 0 38px; }
  body:not(.home) .page-hero::after { inset: 12px; }
  body:not(.home) .page-hero h1 { font-size: 47px; }
  body:not(.home) .page-hero p:not(.eyebrow) { font-size: 14px; }
  body:not(.home) .page-hero-status { margin-top: 22px; }
  body:not(.home) .product-grid { grid-template-columns: 1fr; }
  body:not(.home) .product-image { aspect-ratio: 1.4; }
  body:not(.home) .woocommerce div.product .images, body:not(.home) .woocommerce div.product .summary { padding: 16px; }
  body:not(.home) .woocommerce div.product .summary h1 { font-size: 34px; }
}
@media (max-width: 520px) {
  body.home .hero-media { animation-duration: 24s; }
  body.home .hero-product-rail { width: auto; }
  body.home .hero-product-image { width: 100%; height: 52px; }
  body.home .signal-image { height: 230px; }
}
@media (prefers-reduced-motion: reduce) {
  body.home .hero-media { animation: none; }
}

/* Site-wide motion language: secondary pages now enter like the same lab
   system as the landing page instead of appearing as static WordPress views. */
html.motion-ready body:not(.home) .page-hero,
html.motion-ready body:not(.home) .section,
html.motion-ready body:not(.home) .woocommerce div.product .images,
html.motion-ready body:not(.home) .woocommerce div.product .summary {
  position: relative;
  isolation: isolate;
}
html.motion-ready body:not(.home) .page-hero::after,
html.motion-ready body:not(.home) .section::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(227,194,118,.28), transparent);
  opacity: .7;
  pointer-events: none;
}
html.motion-ready body:not(.home) [data-reveal] {
  will-change: opacity, transform;
}
html.motion-ready body:not(.home) .page-hero [data-reveal] {
  transform: translate3d(0, 24px, 0) scale(.985);
}
html.motion-ready body:not(.home) .page-hero [data-reveal].is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}
body:not(.home) .content-narrow details,
body:not(.home) .feature-list > div,
body:not(.home) .contact-panel,
body:not(.home) .quote-empty,
body:not(.home) .quote-table,
body:not(.home) .woocommerce div.product .images,
body:not(.home) .woocommerce div.product .summary {
  transition: transform .38s cubic-bezier(.2,.75,.25,1), border-color .38s ease, box-shadow .38s ease;
}
body:not(.home) .content-narrow details:hover,
body:not(.home) .feature-list > div:hover,
body:not(.home) .contact-panel:hover,
body:not(.home) .quote-empty:hover,
body:not(.home) .quote-table:hover,
body:not(.home) .woocommerce div.product .images:hover,
body:not(.home) .woocommerce div.product .summary:hover {
  transform: translateY(-4px);
  border-color: rgba(227,194,118,.58);
  box-shadow: 0 18px 44px rgba(8,3,8,.28), 0 0 24px rgba(227,194,118,.08);
}

/* The signal chapter shares the dark plum / parchment system with the hero;
   the former bright rose block made the page feel like two unrelated sites. */
body.home .immersive-signal {
  min-height: 900px;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(227,194,118,.11), transparent 34%),
    linear-gradient(135deg, #1a101b 0%, #321b2a 48%, #120c16 100%);
  border-top: 1px solid rgba(227,194,118,.2);
  border-bottom: 1px solid rgba(227,194,118,.2);
}
body.home .immersive-signal::before {
  background:
    linear-gradient(90deg, rgba(14,7,16,.38), transparent 30%, transparent 70%, rgba(14,7,16,.46)),
    radial-gradient(circle at 50% 42%, rgba(227,194,118,.13), transparent 42%);
}
body.home .signal-grid {
  opacity: .16;
  background-image: linear-gradient(rgba(227,194,118,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(227,194,118,.2) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 82%, transparent);
}
body.home .signal-cloud span {
  background: #160e15;
  box-shadow: 0 18px 35px rgba(8,3,8,.4), 0 0 0 1px rgba(227,194,118,.12);
}
body.home .signal-mark { box-shadow: 0 0 34px rgba(227,194,118,.22); }
body.home .signal-kicker,
body.home .signal-notes { color: rgba(245,225,211,.68); }
body.home .signal-inner h2 { color: #fff3e8; text-shadow: 0 0 34px rgba(227,194,118,.12); }
body.home .signal-inner h2 em,
body.home .signal-signature { color: #e3c276; }
body.home .signal-copy { color: #e5cfc6; }
body.home .signal-button { border-color: rgba(227,194,118,.66); background: rgba(18,8,18,.44); color: #fff3e8; }
body.home .signal-button:hover,
body.home .signal-button:focus-visible { background: rgba(227,194,118,.14); border-color: #f1d298; }
body.home .signal-image { opacity: .34; filter: saturate(.38) sepia(.18) hue-rotate(300deg) contrast(1.08); mix-blend-mode: screen; }
body.home .signal-video-fade { background: linear-gradient(180deg, #1a101b 0%, rgba(26,16,27,0) 100%); }
body.home .signal-index { color: rgba(227,194,118,.48); }

/* Stable mobile language control: no clipped native arrow or label overlap. */
.language-switcher { min-width: 0; box-sizing: border-box; }
.language-switcher select { box-sizing: border-box; min-width: 112px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 520px) {
  .language-switcher { display: inline-flex; align-items: center; width: 112px; min-width: 112px; max-width: 112px; }
  .language-switcher select,
  body.home .site-header .language-switcher select { width: 112px; min-width: 112px; max-width: 112px; height: 32px; padding: 6px 24px 6px 10px; border-radius: 7px; font-size: 10px; line-height: 18px; background-color: rgba(16,10,16,.78); }
  body.home .site-header .nav-wrap { width: calc(100% - 20px); }
  body.home .site-header .main-nav { max-width: 112px; }
  body:not(.home) .site-header .nav-wrap { gap: 10px; }
  body:not(.home) .language-switcher { margin-left: auto; }
  body:not(.home) .site-header { height: auto; }
  body:not(.home) .site-header .nav-wrap { flex-wrap: wrap; align-items: center; padding-top: 8px; padding-bottom: 8px; }
  body:not(.home) .site-header .brand { flex: 1 1 auto; }
  body:not(.home) .site-header .main-nav { flex: 1 1 100%; justify-content: flex-end; max-width: 100%; overflow-x: auto; overflow-y: hidden; padding: 4px 0 2px; scrollbar-width: none; }
  body:not(.home) .site-header .main-nav::-webkit-scrollbar { display: none; }
  body.home .immersive-signal { min-height: 820px; }
  body.home .signal-inner { padding-top: 170px; }
  body.home .signal-inner h2 { font-size: clamp(46px, 13vw, 62px); }
  body.home .signal-copy { font-size: 14px; line-height: 1.6; }
  body.home .signal-signature { font-size: 88px; }
}
@media (prefers-reduced-motion: reduce) {
  body:not(.home) .content-narrow details:hover,
  body:not(.home) .feature-list > div:hover,
  body:not(.home) .contact-panel:hover,
  body:not(.home) .quote-empty:hover,
  body:not(.home) .quote-table:hover,
  body:not(.home) .woocommerce div.product .images:hover,
  body:not(.home) .woocommerce div.product .summary:hover { transform: none; }
}

/* Secondary pages: match the research catalogue palette */
body:not(.home) {
  --sub-ink: #160e15;
  --sub-panel: #24151e;
  --sub-panel-strong: #301b28;
  --sub-text: #f9eee6;
  --sub-muted: #c4aeb2;
  --sub-gold: #e3c276;
  --sub-line: rgba(227, 194, 118, .22);
  background: var(--sub-ink);
  color: var(--sub-text);
}
body:not(.home) .site-shell,
body:not(.home) .site-main { background: var(--sub-ink); }
body:not(.home) .notice { background: #100a10; color: #d8b9a4; border-bottom-color: var(--sub-line); }
body:not(.home) .site-header { background: rgba(16, 10, 16, .94); border-bottom-color: var(--sub-line); }
body:not(.home) .brand { color: var(--sub-text); }
body:not(.home) .brand-mark { box-shadow: 0 0 24px rgba(227, 194, 118, .28); }
body:not(.home) .main-nav { color: #c7adb0; }
body:not(.home) .main-nav a:hover { color: var(--sub-gold); text-shadow: 0 0 14px rgba(227, 194, 118, .42); }
body:not(.home) .quote-link { background: var(--sub-panel-strong); border-color: rgba(227, 194, 118, .55); color: var(--sub-text) !important; box-shadow: 0 0 22px rgba(227, 194, 118, .12); }
body:not(.home) .quote-link:hover { background: #452334; box-shadow: 0 0 30px rgba(227, 194, 118, .24); }
body:not(.home) .quote-count { background: var(--sub-gold); color: #24151d; box-shadow: 0 0 14px rgba(227, 194, 118, .42); }
body:not(.home) .page-hero { position: relative; min-height: 300px; padding: 92px 0 72px; overflow: hidden; background: #3a1d29; border-bottom: 1px solid var(--sub-line); }
body:not(.home) .page-hero::before { content: "SPECIFICATION / REVIEW"; position: absolute; right: 5%; bottom: 28px; color: rgba(227, 194, 118, .24); font-size: 10px; letter-spacing: .2em; }
body:not(.home) .page-hero .content-wrap { position: relative; z-index: 1; }
body:not(.home) .page-hero .eyebrow { color: var(--sub-gold); }
body:not(.home) .page-hero h1 { color: var(--sub-text); font-family: Italiana, Georgia, serif; font-size: clamp(48px, 7vw, 82px); font-weight: 400; letter-spacing: 0; text-shadow: 0 0 36px rgba(227, 194, 118, .1); }
body:not(.home) .page-hero p { color: #e2c9c2; }
body:not(.home) .section { background: var(--sub-ink); }
body:not(.home) .section-white { background: #21131c; }
body:not(.home) .section h2,
body:not(.home) .content-narrow h2,
body:not(.home) .content-narrow h3 { color: var(--sub-text); font-family: Italiana, Georgia, serif; font-weight: 400; letter-spacing: 0; }
body:not(.home) .section-kicker,
body:not(.home) .eyebrow { color: var(--sub-gold); }
body:not(.home) .section-intro,
body:not(.home) .content-narrow p,
body:not(.home) .content-narrow li { color: var(--sub-muted); }
body:not(.home) .content-narrow { width: min(900px, calc(100% - 40px)); }
body:not(.home) .content-narrow a,
body:not(.home) .text-link { color: var(--sub-gold); }
body:not(.home) .content-narrow details,
body:not(.home) .contact-panel,
body:not(.home) .feature-list > div,
body:not(.home) .quote-empty,
body:not(.home) .quote-table { background: var(--sub-panel); border-color: var(--sub-line); box-shadow: 0 14px 40px rgba(8, 3, 8, .18); }
body:not(.home) .content-narrow summary { color: var(--sub-text); }
body:not(.home) .feature-list strong,
body:not(.home) .contact-panel strong { color: var(--sub-gold); }
body:not(.home) .catalog-section { background: var(--sub-ink); }
body:not(.home) .catalog-tools { background: var(--sub-panel); border-color: var(--sub-line); box-shadow: 0 16px 38px rgba(8, 3, 8, .2); }
body:not(.home) .catalog-tools label { color: #d8b9a4; }
body:not(.home) .catalog-tools .catalog-clear { border: 1px solid var(--sub-line); background: rgba(227, 194, 118, .08); color: var(--sub-text); }
body:not(.home) .catalog-tools .catalog-clear:hover { background: rgba(227, 194, 118, .16); border-color: var(--sub-gold); }
body:not(.home) .catalog-tools input,
body:not(.home) .catalog-tools select,
body:not(.home) .quote-form input,
body:not(.home) .quote-form textarea { background: #170e16; border-color: var(--sub-line); color: var(--sub-text); }
body:not(.home) .catalog-tools input::placeholder,
body:not(.home) .quote-form textarea::placeholder { color: #8f777d; }
body:not(.home) .catalog-tools input:focus,
body:not(.home) .catalog-tools select:focus,
body:not(.home) .quote-form input:focus,
body:not(.home) .quote-form textarea:focus { border-color: var(--sub-gold); box-shadow: 0 0 0 3px rgba(227, 194, 118, .1), 0 0 20px rgba(227, 194, 118, .12); outline: none; }
body:not(.home) .catalog-result { color: #bca3a7; }
body:not(.home) .catalog-empty { background: var(--sub-panel); border-color: var(--sub-line); color: var(--sub-muted); }
body:not(.home) .product-card { background: #281822; border-color: var(--sub-line); box-shadow: 0 10px 30px rgba(8, 3, 8, .24); }
body:not(.home) .product-card:hover { border-color: rgba(227, 194, 118, .76); box-shadow: 0 0 30px rgba(227, 194, 118, .16), 0 20px 46px rgba(8, 3, 8, .3); }
body:not(.home) .product-image { background: #ebe6e4; }
body:not(.home) .product-image img { object-fit: contain; filter: saturate(.86) contrast(1.04); }
body:not(.home) .product-image::after { background: rgba(22, 10, 20, .84); border-color: rgba(227, 194, 118, .58); color: var(--sub-gold); }
body:not(.home) .product-index { color: var(--sub-gold); text-shadow: 0 0 12px rgba(227, 194, 118, .38); }
body:not(.home) .product-category { color: #d8a98d; }
body:not(.home) .product-tag { color: #bca3a7; }
body:not(.home) .product-title,
body:not(.home) .product-title a,
body:not(.home) .product-meta strong { color: var(--sub-text); }
body:not(.home) .product-meta { color: var(--sub-muted); }
body:not(.home) .product-title a:hover { color: var(--sub-gold); }
body:not(.home) .button-primary,
body:not(.home) .button-dark { background: var(--sub-gold); border-color: var(--sub-gold); color: #24151d; box-shadow: 0 0 22px rgba(227, 194, 118, .16); }
body:not(.home) .button-primary:hover,
body:not(.home) .button-dark:hover { background: #f0d69a; border-color: #f0d69a; box-shadow: 0 0 30px rgba(227, 194, 118, .34); }
body:not(.home) .content-narrow a.button-primary,
body:not(.home) .content-narrow a.button-dark { color: #24151d; }
body:not(.home) .button-light,
body:not(.home) .button-secondary { background: transparent; border-color: rgba(227, 194, 118, .5); color: var(--sub-text); }
body:not(.home) .button-light:hover,
body:not(.home) .button-secondary:hover { background: rgba(227, 194, 118, .12); border-color: var(--sub-gold); }
body:not(.home) .legal-callout { background: #2b1b22; border-left-color: var(--sub-gold); color: #f2d4c8; }
body:not(.home) .breadcrumb { color: var(--sub-muted); }
body:not(.home) .breadcrumb a { color: var(--sub-gold); }
body:not(.home) .woocommerce .site-main { background: var(--sub-ink); }
body:not(.home) .woocommerce .site-main { padding-top: 0; }
body:not(.home).woocommerce .site-main { padding-top: 0; }
body:not(.home).woocommerce div.product { align-items: start; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; }
body:not(.home).woocommerce div.product .images,
body:not(.home).woocommerce div.product .summary { float: none; width: auto; min-width: 0; box-sizing: border-box; }
body:not(.home).woocommerce div.product .images { display: flex; align-items: flex-start; justify-content: center; }
body:not(.home).woocommerce div.product .images { align-self: start; }
body:not(.home).woocommerce div.product .images .woocommerce-product-gallery__wrapper { width: 100%; aspect-ratio: 1 / 1; margin: 0; display: flex; align-items: center; justify-content: center; background: #ebe6e4; overflow: hidden; }
body:not(.home).woocommerce div.product .images .woocommerce-product-gallery__image { width: 100%; height: 100%; display: grid; place-items: center; }
body:not(.home).woocommerce div.product .images .woocommerce-product-gallery__image a { width: 100%; height: 100%; display: grid; place-items: center; }
body:not(.home).woocommerce div.product .images img { width: 100%; max-width: 100%; height: 100%; max-height: 100%; margin: 0 auto; object-fit: contain; }
body:not(.home).single-product .related.products { display: none; }
body:not(.home) .woocommerce div.product { align-items: start; }
body:not(.home) .woocommerce div.product .images,
body:not(.home) .woocommerce div.product .summary { padding: 26px; background: var(--sub-panel); border: 1px solid var(--sub-line); }
body:not(.home) .woocommerce div.product .images { background: #ebe6e4; }
body:not(.home) .woocommerce div.product .images img { object-fit: contain; }
body:not(.home) .woocommerce div.product .summary,
body:not(.home) .woocommerce div.product .summary p,
body:not(.home) .woocommerce div.product .summary li { color: var(--sub-muted); }
body:not(.home) .woocommerce div.product .product_title { color: var(--sub-text); font-family: Italiana, Georgia, serif; font-weight: 400; }
body:not(.home) .woocommerce div.product .price { color: var(--sub-gold); }
body:not(.home).woocommerce div.product .images,
body:not(.home).woocommerce div.product .summary { padding: 26px; background: var(--sub-panel); border: 1px solid var(--sub-line); }
body:not(.home).woocommerce div.product .images { background: #ebe6e4; }
body:not(.home).woocommerce div.product .images img { object-fit: contain; }
body:not(.home).woocommerce div.product .summary,
body:not(.home).woocommerce div.product .summary p,
body:not(.home).woocommerce div.product .summary li { color: var(--sub-muted); }
body:not(.home).woocommerce div.product .product_title { color: var(--sub-text); font-family: Italiana, Georgia, serif; font-weight: 400; }
body:not(.home).woocommerce div.product .price { color: var(--sub-gold); }
body:not(.home) .quote-empty h2,
body:not(.home) .quote-table strong { color: var(--sub-text); }
body:not(.home) .quote-empty p,
body:not(.home) .quote-status { color: var(--sub-muted); }
body:not(.home) .quote-table th,
body:not(.home) .quote-table td { border-color: var(--sub-line); color: var(--sub-muted); }
body:not(.home) .quote-table th { color: #d8b9a4; }
body:not(.home) .site-footer { background: #100a10; border-top-color: var(--sub-line); }
body:not(.home) .site-footer p,
body:not(.home) .site-footer a { color: #bca3a7; }
body:not(.home) .site-footer a:hover { color: var(--sub-gold); }
body:not(.home) .footer-bottom { border-top-color: var(--sub-line); color: #8f777d; }
body:not(.home) .quote-drawer { background: #1d111b; border-left-color: var(--sub-line); }
body:not(.home) .quote-drawer-head,
body:not(.home) .quote-drawer-foot { border-color: var(--sub-line); }
body:not(.home) .drawer-kicker,
body:not(.home) .drawer-full-link { color: var(--sub-gold); }
body:not(.home) .quote-drawer h2,
body:not(.home) .drawer-item-copy strong { color: var(--sub-text); }
body:not(.home) .drawer-item,
body:not(.home) .drawer-empty { background: var(--sub-panel); border-color: var(--sub-line); }
body:not(.home) .drawer-item-copy small,
body:not(.home) .drawer-status { color: var(--sub-muted); }
body:not(.home) .drawer-close { border-color: var(--sub-line); color: var(--sub-text); }
body:not(.home) .drawer-item-controls > button:not(.drawer-remove) { background: #170e16; border-color: var(--sub-line); color: var(--sub-gold); }
body:not(.home) .drawer-note { color: #d8b9a4; }
body:not(.home) .drawer-note textarea { background: #170e16; border-color: var(--sub-line); color: var(--sub-text); }
body:not(.home) .drawer-clear,
body:not(.home) .drawer-remove { color: #e5a39b; }
body:not(.home) .language-switcher select { background: rgba(227,194,118,.08); border-color: rgba(227,194,118,.5); }

@media (max-width: 520px) {
  body:not(.home) .page-hero { min-height: 240px; padding: 68px 0 54px; }
  body:not(.home) .page-hero h1 { font-size: 52px; }
  body:not(.home) .page-hero::before { right: 14px; bottom: 18px; font-size: 8px; }
  body:not(.home) .content-narrow { width: min(100% - 30px, 900px); }
  body:not(.home) .woocommerce div.product .images,
  body:not(.home) .woocommerce div.product .summary { padding: 18px; }
  body:not(.home).woocommerce div.product .images,
  body:not(.home).woocommerce div.product .summary { padding: 18px; }
  body:not(.home).woocommerce div.product { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  body:not(.home).woocommerce div.product .images .woocommerce-product-gallery__wrapper { aspect-ratio: 1 / 1; }
  .language-switcher { font-size: 9px; }
  .language-switcher span { display: none; }
  .language-switcher select { padding: 6px 20px 6px 8px; max-width: 96px; }
}

/* Cinematic neon layer: lines, beams and instrumentation keep the spectacle tied to the lab theme. */
body.home .immersive-hero { isolation: isolate; overflow: hidden; }
body.home .hero-media { transform: translate3d(0, var(--hero-media-y, 0px), 0) scale(var(--hero-media-scale, 1.035)); transform-origin: center center; transition: transform .16s linear, filter .35s ease; }
body.home .hero-video { transform: translate3d(0, var(--hero-media-y, 0px), 0) scale(var(--hero-media-scale, 1)); transition: transform .16s linear, opacity .35s ease; }
body.home .hero-frame { z-index: 2; }
body.home .hero-main-title { transform: translate3d(0, var(--hero-title-y, 0px), 0); opacity: var(--hero-content-opacity, 1); transition: transform .16s linear, opacity .25s ease; }
body.home .hero-product-rail { transform: translate3d(0, var(--hero-rail-y, 0px), 0); opacity: var(--hero-content-opacity, 1); transition: transform .16s linear, opacity .25s ease; }
body.home .hero-beam { position: absolute; inset: -30% -20%; z-index: 1; pointer-events: none; opacity: .5; background: linear-gradient(110deg, transparent 40%, rgba(227,194,118,.04) 46%, rgba(255,242,209,.22) 49%, rgba(227,194,118,.04) 52%, transparent 58%); transform: translateX(-70%) skewX(-12deg); animation: hero-beam-sweep 7.5s cubic-bezier(.45,0,.3,1) infinite; mix-blend-mode: screen; }
body.home .hero-hud { position: absolute; inset: 32px 24px 32px; z-index: 3; pointer-events: none; opacity: 0; transition: opacity .8s ease .2s; }
html.hero-intro-ready body.home .hero-hud { opacity: 1; }
body.home .hero-hud-corner { position: absolute; width: 44px; height: 44px; border-color: rgba(227,194,118,.62); border-style: solid; filter: drop-shadow(0 0 8px rgba(227,194,118,.24)); }
body.home .hero-hud-corner-tl { top: 0; left: 0; border-width: 1px 0 0 1px; }
body.home .hero-hud-corner-tr { top: 0; right: 0; border-width: 1px 1px 0 0; }
body.home .hero-hud-corner-bl { bottom: 0; left: 0; border-width: 0 0 1px 1px; }
body.home .hero-hud-corner-br { right: 0; bottom: 0; border-width: 0 1px 1px 0; }
body.home .hero-hud-line { position: absolute; top: 12%; bottom: 12%; width: 1px; background: linear-gradient(180deg, transparent, rgba(227,194,118,.42), transparent); opacity: .5; }
body.home .hero-hud-line-left { left: 9%; }
body.home .hero-hud-line-right { right: 9%; }
body.home .hero-hud-readout { position: absolute; color: rgba(245,225,211,.54); font-size: 8px; line-height: 1.65; letter-spacing: .18em; text-transform: uppercase; }
body.home .hero-hud-readout b { color: #e3c276; font-weight: 700; }
body.home .hero-hud-readout-a { top: 11%; left: 2%; }
body.home .hero-hud-readout-b { right: 2%; bottom: 13%; text-align: right; }
body.home .hero-hud-crosshair { position: absolute; left: 50%; top: 50%; width: 36px; height: 36px; opacity: 0; transform: translate(-50%,-50%) rotate(0deg); transition: opacity .2s ease, transform .2s ease; }
body.home .hero-hud-crosshair::before, body.home .hero-hud-crosshair::after { content: ""; position: absolute; background: rgba(227,194,118,.8); box-shadow: 0 0 10px rgba(227,194,118,.32); }
body.home .hero-hud-crosshair::before { top: 50%; left: 0; width: 100%; height: 1px; }
body.home .hero-hud-crosshair::after { top: 0; left: 50%; width: 1px; height: 100%; }
body.home .hero-hud-crosshair.is-active { opacity: .8; transform: translate(-50%,-50%) rotate(45deg); }
body.home .hero-product-rail.has-focus .hero-product-card:not(.is-focus) { opacity: .42; filter: saturate(.55); }
body.home .hero-product-card.is-focus { border-color: rgba(227,194,118,.94); box-shadow: 0 0 28px rgba(227,194,118,.28), inset 0 0 18px rgba(227,194,118,.06); }
body.home .hero-product-card.is-focus .hero-product-image { box-shadow: 0 0 18px rgba(227,194,118,.22); }
body.home .hero-product-card:focus-visible { outline: 1px solid #f1d298; outline-offset: 4px; }
html.hero-intro-ready body.home .hero-identity { animation: hero-content-in .72s cubic-bezier(.2,.8,.2,1) both; }
html.hero-intro-ready body.home .hero-cta { animation: hero-content-in .72s .12s cubic-bezier(.2,.8,.2,1) both; }
html.hero-intro-ready body.home .hero-main-title { animation: hero-title-in .82s .18s cubic-bezier(.2,.8,.2,1) both; }
html.hero-intro-ready body.home .hero-product-rail { animation: hero-content-in .82s .34s cubic-bezier(.2,.8,.2,1) both; }
@keyframes hero-beam-sweep { 0%, 18% { transform: translateX(-72%) skewX(-12deg); opacity: 0; } 35% { opacity: .8; } 58%, 100% { transform: translateX(72%) skewX(-12deg); opacity: 0; } }
@keyframes hero-content-in { from { opacity: 0; transform: translate3d(0,18px,0); } to { opacity: 1; transform: translate3d(0,0,0); } }
@keyframes hero-title-in { from { opacity: 0; transform: translate3d(0,28px,0); filter: blur(8px); } to { opacity: 1; transform: translate3d(0,0,0); filter: blur(0); } }
@media (max-width: 820px) {
  body.home .hero-hud { inset: 28px 16px 28px; }
  body.home .hero-hud-line { display: none; }
  body.home .hero-hud-readout { font-size: 7px; }
  body.home .hero-hud-readout-a { top: 8%; left: 2%; }
  body.home .hero-hud-readout-b { right: 2%; bottom: 10%; }
}
@media (max-width: 520px) {
  body.home .hero-beam { opacity: .28; animation-duration: 10s; }
  body.home .hero-hud { inset: 18px 10px 18px; }
  body.home .hero-hud-corner { width: 26px; height: 26px; }
  body.home .hero-hud-readout { font-size: 6px; letter-spacing: .12em; }
  body.home .hero-hud-readout-a { top: 3%; left: 1%; }
  body.home .hero-hud-readout-b { right: 1%; bottom: 5%; }
  body.home .hero-hud-crosshair { display: none; }
  body.home .hero-media, body.home .hero-video { transform: scale(var(--hero-media-scale, 1.035)); }
  body.home .hero-main-title, body.home .hero-product-rail { transform: none; }
  body.home .hero-product-rail.has-focus .hero-product-card:not(.is-focus) { opacity: 1; filter: none; }
}
@media (prefers-reduced-motion: reduce) {
  body.home .hero-beam, body.home .hero-identity, body.home .hero-cta, body.home .hero-main-title, body.home .hero-product-rail { animation: none; }
  body.home .hero-media, body.home .hero-video, body.home .hero-main-title, body.home .hero-product-rail { transform: none; transition: none; }
  body.home .hero-hud { opacity: .7; }
}

/* Precision specimen presentation replaces the generic card stack in the hero. */
body.home .hero-product-rail { display: none; }
body.home .hero-hud { display: none; }
body.home .hero-canvas { opacity: .14; }
body.home .hero-beam { opacity: .12; }
body.home .hero-specimen-stage { position: absolute; top: 166px; right: 32px; z-index: 4; width: min(430px, 36%); color: #fff3e8; }
body.home .specimen-stage-label { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: rgba(245,225,211,.64); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
body.home .specimen-stage-label i { width: 38px; height: 1px; background: #e3c276; box-shadow: 0 0 12px rgba(227,194,118,.6); }
body.home .specimen-stage-label b { color: #e3c276; font-weight: 700; }
body.home .specimen-visual { position: relative; display: grid; place-items: center; width: min(100%, 290px); aspect-ratio: 1; margin-left: auto; overflow: hidden; border: 1px solid rgba(227,194,118,.36); background: #e8e1dd; box-shadow: 0 24px 70px rgba(5,2,8,.38), 0 0 34px rgba(227,194,118,.08); }
body.home .specimen-visual::before { content: ""; position: absolute; inset: 12px; z-index: 1; border: 1px solid rgba(48,27,34,.24); pointer-events: none; }
body.home .specimen-visual img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.82) contrast(1.05); transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
body.home .specimen-visual:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.06); }
body.home .specimen-frame { position: absolute; z-index: 2; width: 32px; height: 32px; border-color: rgba(36,21,29,.55); border-style: solid; pointer-events: none; }
body.home .specimen-frame-a { top: 18px; left: 18px; border-width: 1px 0 0 1px; }
body.home .specimen-frame-b { right: 18px; bottom: 18px; border-width: 0 1px 1px 0; }
body.home .specimen-scan-line { position: absolute; left: 10%; right: 10%; z-index: 3; top: 14%; height: 1px; background: #e3c276; box-shadow: 0 0 14px rgba(227,194,118,.82); animation: specimen-scan 4.8s ease-in-out infinite; pointer-events: none; }
body.home .specimen-ruo { position: absolute; right: 20px; bottom: 20px; z-index: 3; padding: 4px 6px; color: #24151d; background: #e3c276; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
body.home .specimen-record { margin: -24px 0 0 auto; position: relative; z-index: 4; width: min(360px, 88%); padding: 18px 20px 16px; border: 1px solid rgba(227,194,118,.34); background: rgba(28,12,24,.88); box-shadow: 0 18px 40px rgba(5,2,8,.25); backdrop-filter: blur(16px); }
body.home .specimen-record-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: rgba(245,225,211,.56); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
body.home .specimen-record-heading a { color: #e3c276; text-decoration: none; white-space: nowrap; }
body.home .specimen-record h2 { margin: 10px 0 3px; color: #fff3e8; font-family: Italiana, Georgia, serif; font-size: 30px; font-weight: 400; line-height: 1; }
body.home .specimen-sku { margin: 0; color: rgba(239,212,191,.58); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
body.home .specimen-specs { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 9px; margin-top: 15px; padding-top: 12px; border-top: 1px solid rgba(227,194,118,.18); color: rgba(245,225,211,.68); font-size: 10px; line-height: 1.35; }
body.home .specimen-specs span { min-width: 0; overflow-wrap: anywhere; }
body.home .specimen-specs b { display: block; margin-bottom: 3px; color: #e3c276; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
body.home .hero-records-strip { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px; margin-top: 14px; color: rgba(245,225,211,.48); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
body.home .hero-records-strip > div { display: flex; gap: 8px; min-width: 0; overflow: hidden; }
body.home .hero-records-strip > div a { min-width: 0; overflow: hidden; color: rgba(245,225,211,.72); text-overflow: ellipsis; white-space: nowrap; text-decoration: none; }
body.home .hero-records-strip > div a span { margin-left: 4px; color: #e3c276; }
body.home .hero-records-all { color: #e3c276; text-decoration: none; white-space: nowrap; }
body.home .specimen-controls { display: flex; align-items: center; gap: 10px; margin-top: 12px; color: rgba(245,225,211,.58); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
body.home .specimen-control { display: inline-grid; place-items: center; width: 25px; height: 25px; padding: 0; border: 1px solid rgba(227,194,118,.36); background: rgba(28,12,24,.48); color: #e3c276; font: inherit; cursor: pointer; }
body.home .specimen-control:hover, body.home .specimen-control:focus-visible { border-color: #e3c276; background: rgba(227,194,118,.14); outline: none; }
body.home .specimen-count { min-width: 42px; }
body.home .specimen-dots { display: flex; gap: 5px; margin-left: auto; }
body.home .specimen-dots button { width: 22px; height: 2px; padding: 0; border: 0; background: rgba(245,225,211,.28); cursor: pointer; transition: width .3s ease, background .3s ease; }
body.home .specimen-dots button.is-active { width: 38px; background: #e3c276; }
body.home .specimen-dots button:focus-visible { outline: 1px solid #f1d298; outline-offset: 4px; }
body.home .specimen-slide-data { display: none; }
body.home .hero-specimen-stage.is-changing .specimen-visual img,
body.home .hero-specimen-stage.is-changing .specimen-record { animation: specimen-change .42s ease both; }
@keyframes specimen-change { 0% { opacity: 1; filter: blur(0); } 42% { opacity: .2; filter: blur(5px); } 100% { opacity: 1; filter: blur(0); } }
@keyframes specimen-scan { 0%, 12% { transform: translateY(0); opacity: 0; } 22% { opacity: .9; } 82% { opacity: .9; } 96%, 100% { transform: translateY(500%); opacity: 0; } }
@media (max-width: 820px) {
  body.home .hero-specimen-stage { top: 160px; right: 18px; width: min(360px, 42%); }
  body.home .specimen-visual { width: 100%; }
  body.home .specimen-record { width: 94%; padding: 15px 16px 14px; }
  body.home .specimen-record h2 { font-size: 24px; }
  body.home .hero-records-strip { grid-template-columns: 1fr auto; }
  body.home .hero-records-strip > div { display: none; }
  body.home .specimen-controls { margin-top: 9px; }
}
@media (max-width: 520px) {
  body.home .hero-specimen-stage { top: auto; right: 12px; bottom: 72px; left: 12px; width: auto; }
  body.home .specimen-stage-label { margin-bottom: 7px; font-size: 7px; }
  body.home .specimen-visual { width: 146px; margin-left: 0; }
  body.home .specimen-record { position: absolute; right: 0; bottom: 0; width: calc(100% - 124px); margin: 0; padding: 12px 12px 11px; }
  body.home .specimen-record-heading span { max-width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  body.home .specimen-record h2 { margin-top: 7px; font-size: 20px; }
  body.home .specimen-sku { font-size: 7px; }
  body.home .specimen-specs { gap: 5px; margin-top: 10px; padding-top: 9px; font-size: 8px; }
  body.home .specimen-specs b { font-size: 6px; }
  body.home .hero-records-strip { margin-top: 8px; font-size: 7px; }
  body.home .hero-records-strip > div { display: none; }
  body.home .hero-records-all { margin-left: auto; }
  body.home .specimen-controls { margin-top: 7px; }
  body.home .specimen-dots { gap: 4px; }
  body.home .specimen-dots button { width: 15px; }
  body.home .specimen-dots button.is-active { width: 25px; }
  body.home .specimen-scan-line { animation-duration: 6.2s; }
}
@media (prefers-reduced-motion: reduce) {
  body.home .specimen-scan-line { animation: none; opacity: .45; }
  body.home .specimen-visual img { transition: none; }
}

/* Final stacking rules for the mobile header and inquiry drawer. */
.drawer-backdrop { z-index: 90; }
.quote-drawer { z-index: 100; }

/* Buyer contact capture: a compact, accessible hand-off before WhatsApp. */
.lead-capture { margin: 28px 0 20px; padding: 22px; border: 1px solid rgba(154,255,239,.18); background: rgba(7,25,35,.72); border-radius: 10px; }
.lead-capture-head h3 { margin: 4px 0 6px; color: #eaffff; font-size: 22px; }
.lead-capture-head p:last-child { margin: 0 0 16px; color: #9eb9be; font-size: 13px; }
.lead-form { display: grid; gap: 13px; }
.lead-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.lead-form label { display: grid; gap: 6px; color: #cbe5e4; font-size: 12px; font-weight: 700; }
.lead-form label span { letter-spacing: .03em; }
.lead-form label em { color: var(--lime); font-style: normal; }
.lead-form input, .lead-form textarea { width: 100%; box-sizing: border-box; border: 1px solid rgba(154,255,239,.22); border-radius: 5px; padding: 11px 12px; background: rgba(4,15,22,.72); color: #efffff; font: inherit; font-weight: 400; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--teal); outline: none; box-shadow: 0 0 0 3px rgba(88,232,220,.12); }
.lead-form textarea { resize: vertical; min-height: 76px; }
.lead-form-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.lead-form-actions .button { min-height: 42px; }
.lead-form-status { color: #b5d8d6; font-size: 12px; }
.lead-form-status:empty { display: none; }
.lead-capture-drawer { margin: 22px 0 0; padding: 18px; }
.lead-capture-drawer .lead-capture-head h3 { font-size: 18px; }
.lead-capture-drawer .lead-form-grid { grid-template-columns: 1fr; }
.lead-capture[hidden] { display: none !important; }
@media (max-width: 620px) { .lead-capture { padding: 17px; } .lead-form-grid { grid-template-columns: 1fr; } .lead-form-actions { align-items: stretch; flex-direction: column; } .lead-form-actions .button { width: 100%; } }
@media (max-width: 520px) {
  body.home .site-header { display: block; position: absolute; top: 50px; left: 0; right: 0; z-index: 60; background: transparent; border: 0; pointer-events: none; }
  body.home .site-header .nav-wrap { width: calc(100% - 24px); min-height: 42px; justify-content: flex-end; }
  body.home .site-header .main-nav { gap: 0; pointer-events: auto; }
  body.home .site-header .language-switcher { display: inline-flex; color: #f8e9dc; }
  body.home .site-header .language-switcher select { width: 96px; max-width: 96px; }
  body.home .hero-identity strong { max-width: none; flex: 0 0 auto; white-space: nowrap; font-size: 13.5px; }
  body.home .hero-identity small { max-width: 136px; }
  body.home .hero-frame { padding-top: 132px; }
  body.home .hero-main-title { top: 270px; }
  body.home .hero-specimen-stage { top: auto; bottom: 72px; }
}

/* Desktop specimen proportions: a complete sample first, then a readable record card. */
@media (min-width: 821px) {
  /* Give the featured material a true hero-scale footprint. The source labels
     include generous white margins, so the visual needs more room than the
     surrounding copy to read as the primary object. */
  body.home .hero-main-title { width: min(570px, 48%); }
  body.home .hero-main-title h1 { font-size: clamp(64px, 6.8vw, 100px); line-height: .9; }
  body.home .hero-specimen-stage { top: 150px; right: 28px; width: min(520px, 46%); }
  body.home .specimen-visual { width: clamp(340px, 29vw, 400px); margin-left: auto; box-shadow: 0 34px 94px rgba(5,2,8,.48), 0 0 54px rgba(227,194,118,.18); }
  body.home .specimen-record { width: 100%; margin: 14px 0 0; }
  body.home .specimen-record { padding: 20px 22px 18px; }
  body.home .specimen-record h2 { font-size: clamp(30px, 2.4vw, 38px); }
  body.home .hero-records-strip { margin-top: 16px; }
  body.home .specimen-controls { margin-top: 13px; }
}
@media (min-width: 821px) and (max-width: 1120px) {
  body.home .hero-main-title { width: 46%; }
  body.home .hero-main-title h1 { font-size: clamp(58px, 7.4vw, 78px); }
  body.home .hero-specimen-stage { right: 18px; width: 48%; }
  body.home .specimen-visual { width: min(340px, 100%); }
}
@media (min-width: 521px) and (max-width: 820px) {
  body.home .hero-main-title { width: 48%; }
  body.home .hero-main-title h1 { font-size: clamp(52px, 8vw, 78px); }
  body.home .hero-specimen-stage { top: 150px; right: 18px; width: min(420px, 50%); }
  body.home .specimen-visual { width: min(100%, 288px); }
  body.home .specimen-record { width: 100%; }
}

/* Local lab atmosphere replaces the abstract external smoke footage. */
body.home .hero-atmosphere {
  position: absolute;
  inset: -4%;
  z-index: -3;
  background-position: center;
  background-size: cover;
  opacity: .16;
  filter: saturate(.62) sepia(.1) hue-rotate(318deg) contrast(1.12) brightness(.72);
  mix-blend-mode: screen;
  transform: translate3d(0, var(--hero-media-y, 0px), 0) scale(1.045);
  transform-origin: center center;
  animation: hero-atmosphere-drift 26s ease-in-out infinite alternate;
  transition: transform .16s linear, opacity .35s ease;
}
body.home .hero-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18,8,18,.76), rgba(36,13,31,.26) 52%, rgba(20,9,18,.64));
}
@keyframes hero-atmosphere-drift {
  0% { background-position: 42% 48%; }
  100% { background-position: 58% 52%; }
}
@media (max-width: 520px) {
  body.home .hero-atmosphere { opacity: .12; animation-duration: 34s; }
}
@media (prefers-reduced-motion: reduce) {
  body.home .hero-atmosphere { animation: none; transform: none; transition: none; }
}

/* Product-carousel treatment inspired by editorial ecommerce showcases. */
body.home .specimen-layout {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: end;
  gap: 14px;
}
body.home .specimen-thumb-rail {
  display: grid;
  align-content: end;
  gap: 8px;
  min-width: 0;
}
body.home .specimen-thumb {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 58px;
  padding: 9px 8px 8px;
  border: 1px solid rgba(227,194,118,.2);
  border-left: 2px solid rgba(227,194,118,.32);
  background: rgba(28,12,24,.46);
  color: rgba(245,225,211,.54);
  text-align: left;
  cursor: pointer;
  transition: color .3s ease, border-color .3s ease, background .3s ease, transform .3s ease;
}
body.home .specimen-thumb span {
  color: rgba(227,194,118,.72);
  font-size: 8px;
  letter-spacing: .16em;
}
body.home .specimen-thumb strong {
  display: block;
  overflow: hidden;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.home .specimen-thumb:hover,
body.home .specimen-thumb:focus-visible,
body.home .specimen-thumb.is-active {
  border-color: rgba(227,194,118,.8);
  border-left-color: #e3c276;
  background: rgba(84,34,50,.72);
  color: #fff3e8;
  outline: none;
  transform: translateX(4px);
}
body.home .specimen-thumb.is-active { box-shadow: 0 0 20px rgba(227,194,118,.1); }
body.home .specimen-layout .specimen-visual {
  width: min(100%, 400px);
  margin-left: auto;
}
body.home .hero-specimen-stage.is-changing .specimen-thumb.is-active { animation: specimen-thumb-pulse .42s ease both; }
@keyframes specimen-thumb-pulse {
  0%, 100% { opacity: 1; }
  45% { opacity: .42; }
}
@media (min-width: 821px) and (max-width: 1120px) {
  body.home .specimen-layout { grid-template-columns: 78px minmax(0, 1fr); gap: 10px; }
  body.home .specimen-thumb { min-height: 52px; padding: 7px 6px; }
  body.home .specimen-thumb strong { font-size: 8px; }
  body.home .specimen-layout .specimen-visual { width: min(100%, 340px); }
}
@media (max-width: 820px) {
  body.home .specimen-layout { display: block; }
  body.home .specimen-thumb-rail { display: none; }
  body.home .specimen-layout .specimen-visual { width: 100%; margin-left: 0; }
}
@media (max-width: 520px) {
  body.home .specimen-layout .specimen-visual { width: 146px; margin-left: 0; }
}

/* Hero hierarchy: keep the utility CTA in its own top band, then start the
   featured specimen below it so the label never collides with the button. */
@media (min-width: 821px) {
  body.home .hero-topline { position: relative; z-index: 8; min-height: 68px; }
  body.home .hero-specimen-stage { top: 214px; }
  body.home .specimen-stage-label { justify-content: flex-start; max-width: 100%; }
  body.home .specimen-stage-label b { margin-left: auto; white-space: nowrap; }
}
@media (min-width: 521px) and (max-width: 820px) {
  body.home .hero-topline { position: relative; z-index: 8; min-height: 60px; }
  body.home .hero-specimen-stage { top: 192px; }
}
@media (max-width: 520px) {
  body.home .specimen-stage-label { display: grid; grid-template-columns: auto 1fr auto; gap: 7px; align-items: center; }
  body.home .specimen-stage-label i { width: auto; }
  body.home .specimen-stage-label b { white-space: nowrap; }
}

/* Scroll camera layers stay on the compositor instead of forcing layout on
   every wheel event. The slight signal lift gives the section a deliberate
   hand-off from the hero without making the page feel floaty. */
body.home .hero-media,
body.home .hero-atmosphere,
body.home .hero-main-title,
body.home .hero-product-rail,
body.home .hero-specimen-stage,
body.home .signal-cloud,
body.home .signal-inner,
body.home .signal-grid,
body.home .immersive-signal::after { will-change: transform, opacity; }
body.home .signal-inner { transform: translate3d(0, var(--signal-y, 0px), 0); opacity: var(--signal-opacity, 1); transition: transform .12s linear, opacity .18s linear; }
body.home .signal-grid { transform: translate3d(0, var(--signal-grid-y, 0px), 0); }
body.home .hero-specimen-stage { transform: translate3d(0, var(--hero-specimen-y, 0px), 0) scale(var(--hero-specimen-scale, 1)); transform-origin: 80% 30%; opacity: var(--hero-content-opacity, 1); transition: transform .16s linear, opacity .25s linear; }
body.home .hero-scan { opacity: var(--hero-scan-opacity, .4); transition: opacity .12s linear; }
body.home .hero-scan::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 19%; background: linear-gradient(180deg, transparent, rgba(227,194,118,.03) 38%, rgba(241,210,152,.34) 50%, rgba(227,194,118,.03) 62%, transparent); transform: translate3d(0, var(--hero-scan-y, -22%), 0); mix-blend-mode: screen; pointer-events: none; }
body.home .hero::after { opacity: var(--hero-frame-opacity, 1); transition: opacity .16s linear; }
body.home .immersive-signal::after { content: ""; position: absolute; inset: -32% -24%; z-index: 1; background: linear-gradient(116deg, transparent 39%, rgba(241,210,152,.02) 46%, rgba(241,210,152,.22) 50%, rgba(241,210,152,.02) 54%, transparent 61%); transform: translate3d(var(--signal-sheen-x, -32%), 0, 0) rotate(-7deg); opacity: var(--signal-sheen-opacity, 0); mix-blend-mode: screen; pointer-events: none; }
body.home .signal-inner > * { opacity: 0; transform: translate3d(0, 22px, 0); transition: opacity .65s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
body.home .signal-inner.is-visible > * { opacity: 1; transform: translate3d(0, 0, 0); }
body.home .signal-inner.is-visible .signal-mark { transition-delay: 80ms; }
body.home .signal-inner.is-visible .signal-kicker { transition-delay: 150ms; }
body.home .signal-inner.is-visible h2 { transition-delay: 220ms; }
body.home .signal-inner.is-visible .signal-copy { transition-delay: 300ms; }
body.home .signal-inner.is-visible .signal-signature { transition-delay: 380ms; }
body.home .signal-inner.is-visible .signal-notes { transition-delay: 460ms; }
body.home .signal-inner.is-visible .signal-button { transition-delay: 540ms; }
/* Scroll variables are written once per animation frame. Let the compositor
   follow them directly instead of restarting a CSS transition on every wheel
   event (which is a common source of rubber-banding and perceived dropped
   frames on laptops). Opacity keeps a short fade where it helps readability. */
body.home .hero-media,
body.home .hero-atmosphere,
body.home .hero-main-title,
body.home .hero-product-rail,
body.home .hero-specimen-stage,
body.home .signal-inner,
body.home .signal-grid { transition: opacity .2s linear; }
body.home .hero-scan { transition: none; }
@media (prefers-reduced-motion: reduce) {
  body.home .hero-media,
  body.home .hero-atmosphere,
  body.home .hero-main-title,
  body.home .hero-product-rail,
  body.home .hero-specimen-stage,
  body.home .signal-cloud,
  body.home .signal-inner,
  body.home .signal-grid,
  body.home .immersive-signal::after { will-change: auto; transform: none; transition: none; }
  body.home .hero-scan { opacity: .4; }
  body.home .hero-scan::after { display: none; }
  body.home .signal-inner > * { opacity: 1; transform: none; transition: none; }
}

body.home .hero-smoke-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .72;
  pointer-events: none;
  mix-blend-mode: screen;
}
/* The hero is an interactive display surface, not a text editor. Keep its
   presentation copy from showing accidental browser selection highlights. */
body.home .hero-topline,
body.home .hero-main-title,
body.home .hero-bottomline,
body.home .hero-specimen-stage,
body.home .signal-inner,
body.home .hero,
body.home .signal-section,
body.home .hero a,
body.home .hero button {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/* Prevent accidental blue selection blocks on the presentation surface. */
body.home .hero ::selection,
body.home .signal-section ::selection {
  background: transparent;
  color: inherit;
}
body.home .hero::selection,
body.home .signal-section::selection {
  background: transparent;
}
/* Controls that accept user text must remain selectable. */
body.home .hero input,
body.home .hero textarea,
body.home .signal-section input,
body.home .signal-section textarea {
  user-select: text;
  -webkit-user-select: text;
  -webkit-touch-callout: default;
}

/* Homepage-only editorial product reveal. The first configured product is
   staged like a premium cover image, then the stage expands into the hero. */
.site-loader { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; overflow: hidden; isolation: isolate; color: #f7efe7; background: #07080a; opacity: 1; visibility: visible; transition: opacity .62s cubic-bezier(.2,.75,.2,1), clip-path .78s cubic-bezier(.22,.8,.2,1), visibility 0s linear .78s; clip-path: inset(0); }
.site-loader.is-hidden { opacity: 0; clip-path: inset(0 0 100% 0); visibility: hidden; pointer-events: none; }
.site-loader-backdrop { position: absolute; inset: -10%; z-index: -3; background: radial-gradient(ellipse at 50% 42%, rgba(110,31,44,.3), transparent 33%), linear-gradient(120deg, #050607 4%, #111116 46%, #07080a 100%); animation: editorial-bg-in 1.6s cubic-bezier(.2,.8,.2,1) both; }
.site-loader-backdrop::after { content: ""; position: absolute; inset: -20% 0; background: linear-gradient(105deg, transparent 36%, rgba(227,194,118,.08) 49%, transparent 61%); transform: translateX(-70%); animation: editorial-light-pass 1.25s cubic-bezier(.3,0,.2,1) .25s both; }
.site-loader-grain { position: absolute; inset: 0; z-index: -2; opacity: .12; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.24) .6px, transparent .7px); background-size: 6px 6px; mix-blend-mode: soft-light; }
.site-loader-index { position: absolute; top: 7vh; left: 6vw; right: 6vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; color: rgba(247,239,231,.58); font-size: 9px; letter-spacing: .24em; opacity: 0; animation: editorial-side-in .7s ease-out .16s both; }
.site-loader-index b { color: #e3c276; font-size: 12px; font-weight: 500; }.site-loader-index i { justify-self: end; color: rgba(119,225,215,.6); font-style: normal; }
.site-loader-side-note { position: absolute; right: 6vw; bottom: 7vh; color: rgba(247,239,231,.36); font-size: 9px; line-height: 1.6; letter-spacing: .22em; text-align: right; opacity: 0; animation: editorial-side-in .7s ease-out .38s both; }
.site-loader-stage { position: relative; z-index: 3; width: min(720px, 76vw); margin-top: -7vh; display: grid; justify-items: center; }
.site-loader-stage-label { width: min(430px, 62vw); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; color: rgba(247,239,231,.55); font-size: 9px; letter-spacing: .2em; opacity: 0; animation: editorial-side-in .6s ease-out .3s both; }.site-loader-stage-label i { height: 1px; background: rgba(227,194,118,.3); }.site-loader-stage-label b { color: #e3c276; font-size: 9px; font-weight: 500; }
.site-loader-product { position: relative; width: min(420px, 58vw); height: min(360px, 49vw); margin-top: 20px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(227,194,118,.42); background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(116,30,42,.12)); box-shadow: 0 34px 100px rgba(0,0,0,.5), 0 0 70px rgba(227,194,118,.07); opacity: 0; clip-path: inset(100% 0 0 0); transform: scale(.96); animation: editorial-panel-open 1.05s cubic-bezier(.18,.82,.2,1) .28s both; }
.site-loader-product::before { content: ""; position: absolute; inset: 14px; z-index: 3; border: 1px solid rgba(227,194,118,.14); pointer-events: none; }.site-loader-product::after { content: ""; position: absolute; left: 12%; right: 12%; bottom: 9%; height: 1px; background: rgba(227,194,118,.42); box-shadow: 0 0 20px rgba(227,194,118,.28); }
.site-loader-product img { position: relative; z-index: 1; width: 86%; height: 86%; object-fit: contain; filter: blur(18px) saturate(.7) brightness(.76); transform: scale(1.08); animation: editorial-focus-pull .95s cubic-bezier(.18,.8,.2,1) .48s both; }
.site-loader-product-glass { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(106deg, transparent 25%, rgba(255,255,255,.16) 49%, transparent 65%); transform: translateX(-130%); animation: editorial-glass-pass 1s cubic-bezier(.28,0,.18,1) .7s both; }.site-loader-product-shine { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: radial-gradient(ellipse at 50% 55%, transparent 36%, rgba(227,194,118,.12) 72%, transparent 74%); opacity: 0; animation: editorial-shine-in .8s ease-out .72s both; }
.site-loader-product-caption { width: min(420px, 58vw); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-top: 15px; color: rgba(247,239,231,.46); font-size: 8px; letter-spacing: .19em; opacity: 0; animation: editorial-side-in .6s ease-out .8s both; }.site-loader-product-caption i { height: 1px; background: rgba(227,194,118,.2); }.site-loader-product-caption b { color: rgba(119,225,215,.62); font-weight: 500; }
.site-loader-copy { position: relative; z-index: 4; width: min(560px, 80vw); margin-top: 25px; text-align: center; opacity: 0; transform: translateY(20px); animation: editorial-copy-in .72s cubic-bezier(.2,.75,.2,1) .74s both; }.site-loader-kicker { display: flex; justify-content: center; gap: 8px; color: rgba(247,239,231,.55); font-size: 9px; letter-spacing: .24em; }.site-loader-title { margin-top: 12px; color: #fff7ef; font-size: clamp(22px, 3.2vw, 34px); line-height: 1.08; letter-spacing: -.025em; font-weight: 500; }.site-loader-meta { display: flex; justify-content: center; gap: 16px; margin-top: 10px; color: rgba(119,225,215,.62); font-size: 8px; letter-spacing: .15em; }.site-loader-readout { display: flex; align-items: baseline; justify-content: center; gap: 10px; margin-top: 23px; }.site-loader-readout span { color: rgba(247,239,231,.42); font-size: 8px; letter-spacing: .19em; }.site-loader-progress { color: #e3c276; font-family: "IBM Plex Mono", monospace; font-size: 17px; font-weight: 400; }.site-loader-progress-rail { height: 2px; margin: 12px auto 0; overflow: hidden; background: rgba(227,194,118,.14); }.site-loader-progress-rail i { display: block; width: 100%; height: 100%; transform-origin: left; transform: scaleX(0); background: linear-gradient(90deg, #77e1d7, #e3c276); box-shadow: 0 0 13px rgba(227,194,118,.6); animation: loader-progress-fill 1.45s cubic-bezier(.2,.7,.2,1) both; }
@keyframes editorial-bg-in { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1); } }
@keyframes editorial-light-pass { from { transform: translateX(-70%); opacity: 0; } 35% { opacity: 1; } to { transform: translateX(70%); opacity: 0; } }
@keyframes editorial-side-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes editorial-panel-open { from { opacity: 0; clip-path: inset(100% 0 0 0); transform: scale(.96); } 72% { opacity: 1; clip-path: inset(0); transform: scale(1); } to { opacity: 1; clip-path: inset(0); transform: scale(1); } }
@keyframes editorial-focus-pull { from { filter: blur(18px) saturate(.7) brightness(.76); transform: scale(1.08); } to { filter: blur(0) saturate(1) brightness(1); transform: scale(1); } }
@keyframes editorial-glass-pass { from { transform: translateX(-130%); } to { transform: translateX(130%); } }
@keyframes editorial-shine-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes editorial-copy-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes loader-progress-fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* 3D specimen deck: transforms only, so the grid never reflows while the
   scroll director moves the camera. */
body.home .hero-specimen-stage { perspective: 1250px; transform-style: preserve-3d; transform: translate3d(0, var(--hero-specimen-y, 0px), 0) scale(var(--hero-specimen-scale, 1)) rotateY(var(--showcase-rotate, 0deg)) translateZ(var(--showcase-z, 0px)); }
body.home .specimen-layout, body.home .specimen-record, body.home .hero-product-cards { transform-style: preserve-3d; }
body.home .specimen-visual { transform: translate3d(var(--visual-x, 0px), var(--visual-y, 0px), var(--visual-z, 0px)) rotateY(var(--visual-rotate, 0deg)); transition: transform .18s linear, box-shadow .25s ease; }
body.home .hero-product-card { transform: translate3d(0, var(--card-y, 0px), var(--card-z, 0px)) rotateY(var(--card-rotate, 0deg)) scale(var(--card-scale, 1)); transform-origin: center center; transition: transform .18s linear, opacity .18s linear, border-color .25s ease; }
body.home .hero-product-card:nth-child(1) { --card-z: 24px; --card-rotate: -2deg; }
body.home .hero-product-card:nth-child(2) { --card-z: 0px; --card-rotate: 0deg; }
body.home .hero-product-card:nth-child(3) { --card-z: -24px; --card-rotate: 2deg; }
body.home .hero-hud-line { top: 18%; bottom: 20%; opacity: .24; }
body.home .hero-frame::before, body.home .hero-frame::after { left: 8%; right: 8%; opacity: .34; }
body.home .hero-records-strip { border-top: 1px solid rgba(227,194,118,.16); border-bottom: 0; padding-top: 8px; }
body.home .hero-bottomline { border-top: 0; }
body.home .hero-scan::before { content: ""; position: absolute; left: 8%; right: 8%; top: var(--scan-gate-y, 100%); height: 2px; opacity: var(--scan-gate-opacity, 0); background: #e3c276; box-shadow: 0 0 22px rgba(227,194,118,.7); transform: translateY(-50%); transition: opacity .12s linear; }
/* Continuous frame rules crossing the scroll/status controls looked like a
   rendering defect. Keep the HUD corners and scan gate without the strike-through. */
body.home .hero-frame::before,
body.home .hero-frame::after { display: none; }
@media (max-width: 820px) {
  .site-loader-index { top: 4vh; left: 6vw; right: 6vw; gap: 8px; font-size: 7px; letter-spacing: .16em; }
  .site-loader-index i { display: none; }
  .site-loader-side-note { right: 6vw; bottom: 4vh; font-size: 7px; }
  .site-loader-stage { width: min(390px, 84vw); margin-top: -5vh; }
  .site-loader-stage-label { width: min(320px, 70vw); font-size: 8px; }
  .site-loader-product { width: min(300px, 70vw); height: min(250px, 58vw); }
  .site-loader-product-caption { width: min(300px, 70vw); font-size: 7px; letter-spacing: .13em; }
  .site-loader-title { font-size: clamp(18px, 5vw, 25px); }
  .site-loader-meta { gap: 9px; font-size: 8px; letter-spacing: .11em; }
  .site-loader-kicker { font-size: 8px; letter-spacing: .17em; }
  body.home .hero-specimen-stage { perspective: none; transform: translate3d(0, var(--hero-specimen-y, 0px), 0) scale(var(--hero-specimen-scale, 1)); }
  body.home .hero-product-card { transform: translate3d(0, var(--card-y, 0px), 0) scale(var(--card-scale, 1)); }
  body.home .hero-product-card:nth-child(1), body.home .hero-product-card:nth-child(2), body.home .hero-product-card:nth-child(3) { --card-z: 0px; --card-rotate: 0deg; }
  body.home .hero-hud-line { opacity: .14; }
}
@media (prefers-reduced-motion: reduce) {
  .site-loader { transition-duration: .18s; }
  .site-loader-backdrop, .site-loader-backdrop::after, .site-loader-index, .site-loader-side-note, .site-loader-stage-label, .site-loader-product, .site-loader-product img, .site-loader-product-glass, .site-loader-product-shine, .site-loader-product-caption, .site-loader-copy, .site-loader-progress-rail i { animation: none; }
  .site-loader-index, .site-loader-side-note, .site-loader-stage-label, .site-loader-product, .site-loader-product-caption, .site-loader-copy { opacity: 1; transform: none; }
  .site-loader-product { clip-path: inset(0); }
  .site-loader-product img { filter: none; transform: none; }
  .site-loader-progress-rail i { transform: scaleX(1); }
  body.home .hero-specimen-stage, body.home .specimen-visual, body.home .hero-product-card { transform: none; transition: none; }
  body.home .hero-scan::before { display: none; }
}
/* Keep the product record calm: no sweeping beam or scan line over the label. */
body.home .hero-beam,
body.home .specimen-scan-line { display: none; }
body.home .hero-atmosphere { animation-duration: 19s; }
@media (max-width: 600px) {
  body.home .hero-smoke-canvas { opacity: .54; }
  body.home .hero-atmosphere { animation-duration: 25s; }
}
@media (prefers-reduced-motion: reduce) {
  body.home .hero-smoke-canvas { opacity: 0; }
}

/* Final secondary-page calibration (kept last so it wins over legacy palette rules). */
body:not(.home) .page-hero {
  min-height: 390px;
  padding: 104px 0 62px;
  isolation: isolate;
  background: #24111f url('/wp-content/uploads/2026/07/lab-glassware.jpg') center 42% / cover no-repeat;
  border-bottom-color: rgba(227,194,118,.28);
}
body:not(.home) .page-hero::before { content: ""; inset: 0; right: auto; bottom: auto; background: linear-gradient(90deg, rgba(20,8,18,.97), rgba(45,15,35,.86) 52%, rgba(18,7,16,.93)), linear-gradient(0deg, rgba(19,7,16,.88), rgba(19,7,16,.18) 70%, rgba(19,7,16,.4)); z-index: 0; }
body:not(.home) .page-hero::after { content: ""; position: absolute; inset: 18px; z-index: 1; border: 1px solid rgba(227,194,118,.24); pointer-events: none; }
body:not(.home) .page-hero .content-wrap { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 34px; }
body:not(.home) .page-hero-copy { max-width: 760px; }
body:not(.home) .page-hero .eyebrow { color: #e3c276; font-size: 10px; letter-spacing: .22em; }
body:not(.home) .page-hero h1 { color: #fff3e8; font-size: clamp(48px, 7vw, 90px); line-height: .92; }
body:not(.home) .page-hero p:not(.eyebrow) { color: rgba(246,222,208,.72); }
body:not(.home) .page-hero-status { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 9px; min-width: 205px; padding: 13px 15px; border: 1px solid rgba(227,194,118,.34); background: rgba(23,9,20,.58); color: rgba(245,225,211,.67); font-size: 9px; letter-spacing: .14em; }
body:not(.home) .page-hero-status .status-dot { width: 7px; height: 7px; border-radius: 50%; background: #e3c276; box-shadow: 0 0 14px rgba(227,194,118,.8); }
body:not(.home) .page-hero-status b { color: #e3c276; font-size: 16px; }
body:not(.home) .secondary-section { background: linear-gradient(180deg,#1b0f18,#160d15); padding-top: 76px; }
body:not(.home) .catalog-tools { padding: 18px; border-color: rgba(227,194,118,.23); background: rgba(38,19,30,.83); }
body:not(.home) .catalog-tools input, body:not(.home) .catalog-tools select { min-height: 46px; border-color: rgba(227,194,118,.25); background: #180d16; color: #fff2e7; }
body:not(.home) .product-card { border-radius: 2px; border-color: rgba(227,194,118,.22); background: linear-gradient(150deg,#2b1825,#21121d); box-shadow: 0 18px 38px rgba(0,0,0,.24); }
body:not(.home) .product-card:hover { transform: translateY(-8px); border-color: rgba(227,194,118,.78); box-shadow: 0 0 28px rgba(227,194,118,.15),0 26px 48px rgba(0,0,0,.34); }
body:not(.home) .product-image { aspect-ratio: 1.25; background: #160d15; border-bottom-color: rgba(227,194,118,.14); }
body:not(.home) .product-image::before { content: ""; position: absolute; inset: 10px; z-index: 1; border: 1px solid rgba(227,194,118,.2); pointer-events: none; }
body:not(.home) .product-image img { object-fit: contain; padding: 12px; }
body:not(.home) .product-category { color: #e3c276; }
body:not(.home) .product-title, body:not(.home) .product-title a, body:not(.home) .product-meta strong { color: #fff1e6; }
body:not(.home) .product-meta, body:not(.home) .product-tag { color: rgba(235,199,180,.67); }
body:not(.home) .woocommerce div.product .images, body:not(.home) .woocommerce div.product .summary { padding: 24px; background: linear-gradient(150deg,#2b1825,#20111b); border-color: rgba(227,194,118,.23); }
body:not(.home) .woocommerce div.product .images { background: #ebe6e4; }
body:not(.home) .woocommerce div.product .summary h1 { color: #fff1e6; }
@media (max-width: 820px) {
  body:not(.home) .page-hero { min-height: 350px; padding: 94px 0 46px; }
  body:not(.home) .page-hero .content-wrap { display: block; }
  body:not(.home) .page-hero-status { width: max-content; min-width: 0; margin-top: 28px; }
}
@media (max-width: 520px) {
  body:not(.home) .page-hero { min-height: 330px; padding: 88px 0 38px; }
  body:not(.home) .page-hero::after { inset: 12px; }
  body:not(.home) .page-hero h1 { font-size: 47px; }
  body:not(.home) .product-grid { grid-template-columns: 1fr; }
  body:not(.home) .woocommerce div.product .images, body:not(.home) .woocommerce div.product .summary { padding: 16px; }
}

/* CSS-generated catalog marker follows the active interface language. */
html[data-site-language="zh-CN"] .catalog-section::before { content: "目录 // 在线"; }
html[data-site-language="zh-TW"] .catalog-section::before { content: "目錄 // 線上"; }
html[data-site-language="es"] .catalog-section::before { content: "CATÁLOGO // ACTIVO"; }
html[data-site-language="de"] .catalog-section::before { content: "KATALOG // LIVE"; }
html[data-site-language="fr"] .catalog-section::before { content: "CATALOGUE // ACTIF"; }
html[data-site-language="it"] .catalog-section::before { content: "CATALOGO // ATTIVO"; }
html[data-site-language="pt"] .catalog-section::before { content: "CATÁLOGO // ATIVO"; }
html[data-site-language="ja"] .catalog-section::before { content: "カタログ // 稼働中"; }
html[data-site-language="ko"] .catalog-section::before { content: "카탈로그 // 활성"; }
/* Sitewide stability pass: isolate off-canvas UI and oversized visual layers. */
html, body { max-width: 100%; overflow-x: clip; }
.site-shell, .site-main, .hero, .hero-frame { max-width: 100%; overflow-x: clip; }
.hero-media, .hero-atmosphere, .hero-smoke-canvas, .hero-neon-canvas, .hero-decor, .hero-hud { max-width: 100%; contain: paint; }
.quote-drawer { right: 0; width: min(460px, 100dvw); max-width: 100dvw; box-sizing: border-box; transform: translate3d(102%,0,0); visibility: hidden; pointer-events: none; contain: paint; display: none; }
.quote-drawer[aria-hidden="false"] { display: flex; transform: translate3d(0,0,0); visibility: visible; pointer-events: auto; }
.drawer-backdrop[hidden] { display: none !important; }
body.drawer-open { overflow: hidden; }

/* Product detail: keep the title/specification block readable before the first scroll. */
@media (max-width: 820px) {
  body.single-product .site-header { position: relative; }
  body.single-product .page-hero-detail { min-height: 0; padding: 92px 0 28px; }
  body.single-product .page-hero-detail .content-wrap { display: block; }
  body.single-product .page-hero-detail h1 { font-size: clamp(34px, 10vw, 54px); line-height: .98; overflow-wrap: anywhere; }
  body.single-product .page-hero-detail .eyebrow { font-size: 10px; letter-spacing: .16em; }
  body.single-product .woocommerce div.product { width: 100%; grid-template-columns: minmax(0,1fr); }
  body.single-product .woocommerce div.product .images { padding: 12px; border-radius: 3px; }
  body.single-product .woocommerce div.product .images .woocommerce-product-gallery__wrapper { aspect-ratio: 1 / 1; min-height: 0; }
  body.single-product .woocommerce div.product .images img { width: 100%; height: 100%; object-fit: contain; }
  body.single-product div.product .summary { padding: 18px; border-radius: 3px; opacity: 1 !important; transform: none !important; }
  body.single-product div.product .summary h1 { font-size: clamp(27px, 7vw, 42px); line-height: 1.05; }
  body.single-product div.product .summary .product-meta { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 420px) {
  body.single-product .page-hero-detail { padding-top: 78px; }
  body.single-product div.product .summary .product-meta { grid-template-columns: minmax(0,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .quote-drawer { transition: none; }
  .hero-media, .hero-atmosphere, .hero-smoke-canvas, .hero-neon-canvas { transform: none !important; }
}

/* Product-detail hero legibility: keep the specimen imagery atmospheric while
   giving the record title a quiet, editorial reading zone. */
body.single-product .page-hero-detail {
  background-position: 68% 42%;
}
body.single-product .page-hero-detail::before {
  background:
    linear-gradient(90deg, rgba(11, 5, 12, .985) 0%, rgba(18, 7, 17, .94) 30%, rgba(34, 12, 28, .72) 58%, rgba(12, 5, 12, .88) 100%),
    linear-gradient(180deg, rgba(12, 5, 13, .42), rgba(12, 5, 13, .96));
}
body.single-product .page-hero-detail .page-hero-copy {
  position: relative;
  max-width: min(760px, 100%);
  padding: 18px 26px 20px 24px;
  border-left: 2px solid rgba(227, 194, 118, .84);
  background: linear-gradient(90deg, rgba(12, 6, 14, .62), rgba(12, 6, 14, .28) 72%, transparent);
  box-shadow: -12px 0 28px rgba(5, 2, 8, .18);
}
body.single-product .page-hero-detail .page-hero-copy h1 {
  color: #fff8f1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .78), 0 0 1px rgba(255, 255, 255, .35);
}
body.single-product .page-hero-detail .page-hero-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 239, 228, .82);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .65);
}
body.single-product .page-hero-detail .page-hero-status {
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 30px rgba(5, 2, 8, .26);
}
@media (max-width: 820px) {
  body.single-product .page-hero-detail { background-position: 62% 38%; }
  body.single-product .page-hero-detail .page-hero-copy {
    padding: 14px 16px 16px 17px;
    border-left-width: 1px;
    background: linear-gradient(90deg, rgba(12, 6, 14, .7), rgba(12, 6, 14, .32) 86%, transparent);
  }
  body.single-product .page-hero-detail .page-hero-copy p:not(.eyebrow) { max-width: 31em; }
}

/* All secondary heroes use a full-bleed, predictable contrast layer. The
   previous `right/bottom: auto` values left bright imagery uncovered. */
body:not(.home) .page-hero::before,
body.single-product .page-hero-detail::before {
  inset: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
}
body:not(.home) .page-hero::before {
  background:
    linear-gradient(90deg, rgba(11, 5, 12, .96) 0%, rgba(20, 8, 18, .88) 38%, rgba(30, 11, 26, .68) 72%, rgba(12, 5, 12, .84) 100%),
    linear-gradient(180deg, rgba(12, 5, 13, .44), rgba(12, 5, 13, .94));
}
body:not(.home) .page-hero .page-hero-copy {
  position: relative;
  z-index: 2;
  max-width: min(760px, 100%);
  padding: 17px 26px 19px 24px;
  border-left: 2px solid rgba(227, 194, 118, .78);
  background: linear-gradient(90deg, rgba(12, 6, 14, .68), rgba(12, 6, 14, .28) 74%, transparent);
  box-shadow: -12px 0 28px rgba(5, 2, 8, .16);
  backdrop-filter: blur(2px);
}
body:not(.home) .page-hero .page-hero-copy h1 {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .78), 0 0 1px rgba(255, 255, 255, .32);
}
body:not(.home) .page-hero .page-hero-copy p:not(.eyebrow) {
  color: rgba(255, 239, 228, .82);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .62);
}
@media (max-width: 820px) {
  body:not(.home) .page-hero .page-hero-copy {
    padding: 14px 16px 16px 17px;
    border-left-width: 1px;
    background: linear-gradient(90deg, rgba(12, 6, 14, .74), rgba(12, 6, 14, .34) 88%, transparent);
  }
}

/* Catalog filtering needs an author-level hidden rule because product cards use display:flex. */
.product-card[hidden],
.product-card.is-filtered-out { display: none !important; }

.catalog-search-control {
  display: flex;
  min-width: 0;
  gap: 8px;
}
.catalog-search-control input { min-width: 0; }
.catalog-submit {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 14px;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .catalog-submit { min-height: 44px; }
}
@media (max-width: 420px) {
  .catalog-search-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
  .catalog-submit { padding-inline: 12px; }
}

/* Soften the secondary-page framing: keep the contrast treatment without
   hard decorative rules cutting across the hero. */
body:not(.home) .page-hero {
  border: 0 !important;
}
body:not(.home) .page-hero::after {
  display: none !important;
}
body:not(.home) .page-hero .page-hero-copy {
  border-left: 0;
  padding-left: 26px;
  box-shadow: none;
}
body:not(.home) .secondary-section::before {
  display: none;
}
@media (max-width: 820px) {
  body:not(.home) .page-hero .page-hero-copy {
    padding-left: 17px;
  }
}

/* Homepage signal chapter: the legacy flex row squeezed the copy and image
   into two narrow columns. Keep the chapter as a deliberate vertical scene. */
body.home .immersive-signal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  overflow: hidden;
}
body.home .immersive-signal .signal-inner {
  flex: 0 0 auto;
  width: min(900px, calc(100% - 80px));
  padding: 132px 0 76px;
  text-align: center;
}
body.home .immersive-signal .signal-video-block {
  flex: 0 0 auto;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
}
body.home .immersive-signal .signal-image {
  width: 100%;
  height: min(31vw, 380px);
  min-height: 250px;
  object-fit: cover;
}
body.home .immersive-signal .signal-index {
  right: 32px;
  bottom: 24px;
}
@media (max-width: 820px) {
  body.home .immersive-signal .signal-inner {
    width: calc(100% - 40px);
    padding: 112px 0 58px;
  }
  body.home .immersive-signal .signal-image {
    height: 250px;
    min-height: 0;
  }
  body.home .immersive-signal .signal-index {
    right: 16px;
    bottom: 16px;
  }
}
@media (max-width: 520px) {
  body.home .immersive-signal .signal-inner {
    width: calc(100% - 30px);
    padding-top: 104px;
  }
  body.home .immersive-signal .signal-inner h2 {
    font-size: clamp(46px, 13vw, 62px);
    line-height: .9;
  }
  body.home .immersive-signal .signal-signature {
    margin: 24px 0 16px;
    font-size: 82px;
  }
  body.home .immersive-signal .signal-image { height: 220px; }
}

/* Shared scroll-story language for the homepage chapters. Each layer moves
   on its own axis while layout dimensions stay fixed. */
body.home .metrics-section .metric-grid {
  translate: 0 var(--metrics-grid-y, 0px);
  rotate: var(--metrics-grid-rotate, 0deg);
  transition: translate .16s linear, rotate .16s linear;
}
body.home .metrics-section .metric {
  translate: 0 var(--metric-card-y, 0px);
  transition: translate .16s linear, background .3s ease, border-color .3s ease;
}
body.home .catalog-section .section-head {
  translate: 0 var(--catalog-head-y, 0px);
  transition: translate .16s linear;
}
body.home .catalog-section .product-grid {
  translate: 0 var(--catalog-grid-y, 0px);
  transition: translate .16s linear;
}
body.home .catalog-section .product-card {
  translate: 0 var(--catalog-card-shift, 0px);
  transition: translate .16s linear, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
body.home .quality-band > div:first-child {
  translate: 0 var(--quality-copy-y, 0px);
  transition: translate .16s linear;
}
body.home .quality-panel {
  translate: 0 var(--quality-panel-y, 0px);
  transition: translate .16s linear, border-color .35s ease, box-shadow .35s ease;
}
body.home .quality-media img {
  translate: 0 var(--quality-media-y, 0px);
  clip-path: inset(var(--quality-media-clip, 0%) 0 0 0);
  transition: translate .16s linear, clip-path .16s linear;
}
body.home .quality-list {
  counter-reset: quality-item;
}
body.home .quality-list li {
  counter-increment: quality-item;
  opacity: 0;
  translate: -14px 0;
  transition: opacity .55s ease, translate .65s cubic-bezier(.2,.75,.25,1);
}
body.home .quality-list li::before {
  content: counter(quality-item, decimal-leading-zero);
}
body.home .quality-section [data-reveal].is-visible .quality-list li {
  opacity: 1;
  translate: 0 0;
}
body.home .quality-section [data-reveal].is-visible .quality-list li:nth-child(2) { transition-delay: 90ms; }
body.home .quality-section [data-reveal].is-visible .quality-list li:nth-child(3) { transition-delay: 180ms; }
body.home .quality-panel { position: relative; }
body.home .quality-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--quality-scan-y, -8%);
  height: 1px;
  z-index: 4;
  background: linear-gradient(90deg, transparent, rgba(227,194,118,.82) 45%, rgba(227,194,118,.2) 72%, transparent);
  box-shadow: 0 0 16px rgba(227,194,118,.42);
  opacity: var(--quality-scan-opacity, 0);
  pointer-events: none;
}
body.home .legal-section .content-wrap,
body.home .cta-band .cta-band-inner {
  translate: 0 var(--legal-y, var(--cta-y, 0px));
  transition: translate .16s linear;
}
@media (prefers-reduced-motion: reduce) {
  body.home .metrics-section .metric-grid,
  body.home .metrics-section .metric,
  body.home .catalog-section .section-head,
  body.home .catalog-section .product-grid,
  body.home .catalog-section .product-card,
  body.home .quality-band > div:first-child,
  body.home .quality-panel,
  body.home .quality-media img,
  body.home .quality-list li,
  body.home .quality-panel::after,
  body.home .legal-section .content-wrap,
  body.home .cta-band .cta-band-inner {
    translate: none;
    rotate: none;
    clip-path: none;
    transition: none;
  }
  body.home .quality-list li { opacity: 1; }
  body.home .quality-panel::after { opacity: 0; }
}

/* Administrator-managed product feedback on the detail record. */
body.single-product .product-reviews {
  --review-gold: #e3c276;
  --review-teal: #91c7bf;
  --review-ink: #140c13;
  width: 100%;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(227, 194, 118, .3);
}
body.single-product .product-reviews-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
body.single-product .product-reviews h2 {
  margin: 3px 0 0;
  color: #fff1e6;
  font-family: Italiana, Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1;
}
body.single-product .product-reviews-note {
  max-width: 260px;
  margin: 0;
  color: rgba(235, 199, 180, .62);
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
}
body.single-product .product-reviews-list {
  display: flex;
  flex-direction: column;
  will-change: transform;
}
body.single-product .product-reviews-viewport {
  overflow: hidden;
  border-bottom: 1px solid rgba(227, 194, 118, .22);
  position: relative;
  transition: height 220ms ease;
}
body.single-product .product-review {
  box-sizing: border-box;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 156px;
  padding: 1px;
  border: 1px solid rgba(227, 194, 118, .2);
  background: rgba(227, 194, 118, .08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
}
body.single-product .product-review-content {
  position: relative;
  min-height: 154px;
  box-sizing: border-box;
  padding: 27px 31px 29px;
  background: #1a0f18;
}
body.single-product .product-review-content::before {
  position: absolute;
  top: 0;
  left: 31px;
  width: 48px;
  height: 2px;
  background: var(--review-teal);
  content: "";
}
body.single-product .product-review-content::after {
  position: absolute;
  top: 13px;
  right: 24px;
  color: rgba(227, 194, 118, .22);
  content: "\201D";
  font-family: Italiana, Georgia, serif;
  font-size: 58px;
  line-height: .5;
}
body.single-product .product-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}
body.single-product .product-review-stars {
  color: var(--review-gold);
  font-size: 12px;
  letter-spacing: .14em;
  white-space: nowrap;
}
body.single-product .product-review-meta {
  max-width: 68%;
  padding-top: 2px;
  color: rgba(246, 222, 208, .62);
  font-size: 10px;
  letter-spacing: .12em;
  text-align: right;
}
body.single-product .product-review p {
  margin: 0;
  position: relative;
  z-index: 1;
  max-width: 820px;
  color: rgba(255, 239, 228, .9);
  font-size: 16px;
  line-height: 1.7;
}
body.single-product .product-reviews-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
body.single-product .review-carousel-button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(227, 194, 118, .28);
  border-radius: 0;
  background: transparent;
  color: var(--review-gold);
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}
body.single-product .review-carousel-button:hover,
body.single-product .review-carousel-button:focus-visible {
  border-color: var(--review-teal);
  background: rgba(145, 199, 191, .1);
  color: #dff4ed;
  outline: none;
}
body.single-product .review-carousel-scale {
  position: relative;
  width: 1px;
  height: 30px;
  margin-left: 4px;
  background: rgba(227, 194, 118, .28);
}
body.single-product .review-carousel-scale::before,
body.single-product .review-carousel-scale::after {
  position: absolute;
  left: -2px;
  width: 5px;
  height: 1px;
  background: rgba(227, 194, 118, .4);
  content: "";
}
body.single-product .review-carousel-scale::before { top: 0; }
body.single-product .review-carousel-scale::after { bottom: 0; }
body.single-product .review-carousel-scale span {
  position: absolute;
  inset: 0;
  background: var(--review-teal);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}
body.single-product .review-carousel-count { color: rgba(246, 222, 208, .62); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; letter-spacing: .12em; }
@media (max-width: 820px) {
  body.single-product .product-reviews-head { display: block; }
  body.single-product .product-reviews-note { max-width: none; margin-top: 12px; text-align: left; }
  body.single-product .product-review-content { min-height: 150px; padding: 24px 20px 24px; }
  body.single-product .product-review-content::before { left: 20px; }
  body.single-product .product-review-content::after { right: 16px; }
  body.single-product .product-review-top { align-items: flex-start; flex-direction: column; }
  body.single-product .product-review-meta { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  body.single-product .product-reviews-viewport,
  body.single-product .review-carousel-button,
  body.single-product .review-carousel-scale span { transition: none; }
}

/* Homepage-only archive chamber. This intentionally replaces the older
   editorial loader styles above, whose structure no longer matched the markup. */
.site-loader {
  --loader-ink: #090b0c;
  --loader-paper: #f4eee7;
  --loader-gold: #d5b26a;
  --loader-mint: #79cfc4;
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  isolation: isolate;
  color: var(--loader-paper);
  background: var(--loader-ink);
  opacity: 1;
  visibility: visible;
  clip-path: inset(0);
  transition: opacity 540ms ease, clip-path 760ms cubic-bezier(.74,0,.2,1), visibility 0s linear 760ms;
}
.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
}
.site-loader-field {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, transparent 49.94%, rgba(213,178,106,.075) 50%, transparent 50.06%),
    radial-gradient(ellipse 55% 54% at 50% 48%, #251616 0%, #0d0d0e 59%, #07090a 100%);
}
.site-loader-field::before,
.site-loader-field::after {
  position: absolute;
  content: "";
  opacity: 0;
}
.site-loader-field::before {
  inset: 8% 6%;
  border-top: 1px solid rgba(213,178,106,.16);
  border-bottom: 1px solid rgba(121,207,196,.09);
}
.site-loader-field::after {
  inset: 0;
  background: linear-gradient(102deg, transparent 41%, rgba(250,245,233,.1) 49%, transparent 57%);
  transform: translateX(-115%);
}
.site-loader-grain {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .07;
  background-image: radial-gradient(rgba(255,255,255,.42) .55px, transparent .7px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}
.site-loader-mark {
  position: absolute;
  width: 50px;
  height: 50px;
  opacity: 0;
  border-color: rgba(213,178,106,.42);
}
.site-loader-mark-tl { top: 28px; left: 30px; border-top: 1px solid; border-left: 1px solid; }
.site-loader-mark-br { right: 30px; bottom: 28px; border-right: 1px solid; border-bottom: 1px solid; }
.site-loader-header,
.site-loader-footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-inline: clamp(24px, 5vw, 76px);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  opacity: 0;
}
.site-loader-header { padding-top: clamp(25px, 5vh, 58px); color: rgba(244,238,231,.72); }
.site-loader-header i { width: clamp(32px, 8vw, 112px); height: 1px; background: rgba(213,178,106,.42); }
.site-loader-header span:last-child { color: var(--loader-mint); }
.site-loader-footer { justify-content: space-between; padding-bottom: clamp(24px, 5vh, 56px); color: rgba(244,238,231,.34); font-size: 8px; }
.site-loader-footer span:last-child { color: rgba(213,178,106,.65); }
.site-loader-chamber {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(240px, 410px) minmax(260px, 430px);
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 7vw, 104px);
  padding: 16px 24px;
}
.site-loader-object {
  position: relative;
  width: min(410px, 34vw);
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(18px) scale(.94);
}
.site-loader-object::before {
  position: absolute;
  inset: 7% 12%;
  content: "";
  border: 1px solid rgba(213,178,106,.42);
  box-shadow: 0 28px 80px rgba(0,0,0,.52), inset 0 0 30px rgba(213,178,106,.035);
}
.site-loader-object-frame span { position: absolute; z-index: 4; width: 18px; height: 18px; border-color: var(--loader-gold); opacity: .78; }
.site-loader-object-frame span:nth-child(1) { top: 7%; left: 12%; border-top: 1px solid; border-left: 1px solid; }
.site-loader-object-frame span:nth-child(2) { top: 7%; right: 12%; border-top: 1px solid; border-right: 1px solid; }
.site-loader-object-frame span:nth-child(3) { bottom: 7%; left: 12%; border-bottom: 1px solid; border-left: 1px solid; }
.site-loader-object-frame span:nth-child(4) { right: 12%; bottom: 7%; border-right: 1px solid; border-bottom: 1px solid; }
.site-loader-image-wrap {
  position: relative;
  width: 69%;
  height: 72%;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(5,6,7,.5);
  clip-path: inset(48% 0 48% 0);
}
.site-loader-image-wrap::before {
  position: absolute;
  z-index: 2;
  inset: 10px;
  content: "";
  border: 1px solid rgba(244,238,231,.12);
  pointer-events: none;
}
.site-loader-image-wrap img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: saturate(.68) contrast(1.04) brightness(.72) blur(8px);
  transform: scale(1.1);
}
.site-loader-reflection {
  position: absolute;
  z-index: 3;
  inset: -12% -60%;
  background: linear-gradient(106deg, transparent 42%, rgba(255,255,255,.2) 50%, transparent 58%);
  transform: translateX(-62%);
}
.site-loader-object-axis { position: absolute; z-index: 4; right: 4%; top: 50%; width: 23%; height: 1px; background: rgba(121,207,196,.58); transform: scaleX(0); transform-origin: right; }
.site-loader-object-tag { position: absolute; z-index: 5; top: 10%; right: 14%; padding: 4px 5px; border: 1px solid rgba(121,207,196,.38); color: var(--loader-mint); font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 8px; letter-spacing: .12em; opacity: 0; }
.site-loader-copy { position: relative; z-index: 3; width: min(430px, 38vw); margin: 0; text-align: left; opacity: 0; transform: translateY(16px); }
.site-loader-record { display: flex; align-items: center; gap: 10px; color: rgba(121,207,196,.84); font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 9px; letter-spacing: .15em; }
.site-loader-record i { display: block; width: 38px; height: 1px; background: rgba(213,178,106,.5); }
.site-loader-record span:last-child { color: rgba(244,238,231,.45); }
.site-loader-title { max-width: 430px; margin: 20px 0 0; color: var(--loader-paper); font-family: "DM Serif Display", Georgia, serif; font-size: clamp(30px, 4vw, 54px); font-weight: 400; line-height: .96; letter-spacing: 0; }
.site-loader-readout { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 36px; color: rgba(244,238,231,.48); font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 9px; letter-spacing: .16em; }
.site-loader-progress { color: var(--loader-gold); font-family: inherit; font-size: 11px; font-weight: 500; }
.site-loader-progress-rail { height: 1px; margin: 10px 0 0; overflow: hidden; background: rgba(244,238,231,.17); }
.site-loader-progress-rail i { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--loader-gold); box-shadow: 0 0 14px rgba(213,178,106,.65); }
.site-loader.is-opening .site-loader-header,
.site-loader.is-opening .site-loader-footer,
.site-loader.is-opening .site-loader-mark { animation: loader-quiet-rise .65s cubic-bezier(.2,.72,.2,1) both; }
.site-loader.is-opening .site-loader-footer { animation-delay: .22s; }
.site-loader.is-opening .site-loader-mark-tl { animation-delay: .12s; }
.site-loader.is-opening .site-loader-mark-br { animation-delay: .28s; }
.site-loader.is-opening .site-loader-field::before { animation: loader-rule-in .8s ease-out .1s both; }
.site-loader.is-opening .site-loader-field::after { animation: loader-reflect-pass 1.05s cubic-bezier(.25,.75,.2,1) .26s both; }
.site-loader.is-opening .site-loader-object { animation: loader-object-rise .82s cubic-bezier(.16,.84,.2,1) .2s both; }
.site-loader.is-opening .site-loader-image-wrap { animation: loader-aperture-open .9s cubic-bezier(.2,.8,.2,1) .38s both; }
.site-loader.is-opening .site-loader-image-wrap img { animation: loader-image-focus .86s cubic-bezier(.2,.76,.2,1) .48s both; }
.site-loader.is-opening .site-loader-reflection { animation: loader-reflection 1s cubic-bezier(.25,.75,.2,1) .58s both; }
.site-loader.is-opening .site-loader-object-axis { animation: loader-axis .5s ease-out .73s both; }
.site-loader.is-opening .site-loader-object-tag { animation: loader-quiet-rise .45s ease-out .78s both; }
.site-loader.is-opening .site-loader-copy { animation: loader-copy-in .72s cubic-bezier(.2,.75,.2,1) .7s both; }
.site-loader.is-opening .site-loader-progress-rail i { animation: loader-progress-fill 1.35s cubic-bezier(.25,.76,.18,1) .28s both; }
@keyframes loader-quiet-rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes loader-rule-in { from { opacity: 0; transform: scaleX(.84); } to { opacity: 1; transform: scaleX(1); } }
@keyframes loader-reflect-pass { 0% { opacity: 0; transform: translateX(-115%); } 25% { opacity: 1; } 100% { opacity: 0; transform: translateX(115%); } }
@keyframes loader-object-rise { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes loader-aperture-open { to { clip-path: inset(0); } }
@keyframes loader-image-focus { to { filter: saturate(1) contrast(1) brightness(1) blur(0); transform: scale(1); } }
@keyframes loader-reflection { to { transform: translateX(62%); } }
@keyframes loader-axis { to { transform: scaleX(1); } }
@keyframes loader-copy-in { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 820px) {
  .site-loader { grid-template-rows: auto 1fr auto; }
  .site-loader-header, .site-loader-footer { margin-inline: 22px; font-size: 7px; letter-spacing: .15em; }
  .site-loader-header { padding-top: 25px; }.site-loader-footer { padding-bottom: 22px; }
  .site-loader-header i { width: 28px; }.site-loader-footer span:first-child { max-width: 175px; line-height: 1.5; }
  .site-loader-mark { width: 32px; height: 32px; }.site-loader-mark-tl { top: 18px; left: 18px; }.site-loader-mark-br { right: 18px; bottom: 18px; }
  .site-loader-chamber { grid-template-columns: 1fr; grid-template-rows: minmax(220px, 43vh) auto; gap: 10px; align-content: center; padding: 0 30px; }
  .site-loader-object { width: min(260px, 66vw); justify-self: center; align-self: end; }
  .site-loader-copy { width: min(330px, 82vw); justify-self: center; align-self: start; }
  .site-loader-title { margin-top: 14px; font-size: clamp(29px, 10vw, 42px); line-height: 1; }
  .site-loader-record, .site-loader-readout { font-size: 7px; letter-spacing: .12em; }.site-loader-record { gap: 7px; }.site-loader-record i { width: 24px; }
  .site-loader-readout { margin-top: 23px; }.site-loader-object-tag { font-size: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  .site-loader { transition-duration: .15s; }
  .site-loader * { animation: none !important; }
  .site-loader-header, .site-loader-footer, .site-loader-mark, .site-loader-object, .site-loader-copy, .site-loader-field::before, .site-loader-object-tag { opacity: 1; transform: none; }
  .site-loader-image-wrap { clip-path: none; }.site-loader-image-wrap img { filter: none; transform: none; }.site-loader-object-axis, .site-loader-progress-rail i { transform: scaleX(1); }
}

/* Second pass: a single, cinematic product reveal. The entry no longer uses
   inspection-card framing, status grids, or decorative HUD marks. */
.site-loader {
  display: block;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 0 !important;
  max-height: none !important;
  background: #080708;
  color: #f7f1eb;
  clip-path: inset(0);
  transition: opacity 420ms ease, clip-path 860ms cubic-bezier(.78,0,.2,1), visibility 0s linear 860ms;
}
.site-loader.is-hidden { opacity: 0; clip-path: inset(0 0 0 100%); }
.loader-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #090708 0%, #12080b 47%, #160a0e 100%);
}
.loader-aura {
  position: absolute;
  right: -12vw;
  top: -12vh;
  width: min(78vw, 980px);
  height: 124vh;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(118,42,48,.48), rgba(33,12,17,.25) 40%, transparent 69%);
  filter: blur(18px);
}
.loader-art {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 9vw, 155px);
  top: 50%;
  width: min(46vw, 650px);
  height: min(78vh, 720px);
  display: grid;
  place-items: center;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(46px, -50%, 0) scale(.96);
  clip-path: inset(0 0 0 100%);
}
.loader-art::before {
  position: absolute;
  z-index: -1;
  inset: 7% 2% 4%;
  content: "";
  background: rgba(255,255,255,.035);
  box-shadow: 0 40px 90px rgba(0,0,0,.52);
}
.loader-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(.84) contrast(1.04) brightness(.92);
  transform: scale(1.12);
}
.loader-art span {
  position: absolute;
  inset: -20% -50%;
  background: linear-gradient(108deg, transparent 42%, rgba(255,255,255,.22) 50%, transparent 58%);
  transform: translateX(-62%);
}
.loader-brand {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: clamp(26px, 9vw, 155px);
  width: min(49vw, 690px);
  transform: translateY(-50%);
}
.loader-brand p {
  margin: 0 0 24px;
  color: #ddbc75;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .24em;
  opacity: 0;
  transform: translateY(10px);
}
.loader-brand div {
  display: grid;
  overflow: hidden;
  color: #faf5f0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(62px, 9.5vw, 156px);
  line-height: .76;
  letter-spacing: -.04em;
}
.loader-brand span,
.loader-brand em {
  display: block;
  font-style: normal;
  transform: translateY(115%);
}
.loader-brand em { color: #d9b671; }
.loader-status {
  position: absolute;
  z-index: 3;
  bottom: clamp(28px, 7vh, 80px);
  left: clamp(26px, 9vw, 155px);
  right: clamp(26px, 9vw, 155px);
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(247,241,235,.64);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: .18em;
  opacity: 0;
  transform: translateY(8px);
}
.loader-status i { flex: 1; height: 1px; overflow: hidden; background: rgba(247,241,235,.2); }
.loader-status i::after { display: block; width: 100%; height: 100%; content: ""; background: #d9b671; transform: scaleX(0); transform-origin: left; }
.loader-status strong { color: #d9b671; font-family: inherit; font-size: 11px; font-weight: 500; }
.site-loader.is-opening .loader-aura { animation: loader-aura-in .95s ease-out .05s both; }
.site-loader.is-opening .loader-art { animation: loader-art-open 1.04s cubic-bezier(.18,.8,.2,1) .08s both; }
.site-loader.is-opening .loader-art img { animation: loader-art-focus 1.1s cubic-bezier(.2,.76,.18,1) .12s both; }
.site-loader.is-opening .loader-art span { animation: loader-art-glass .92s cubic-bezier(.25,.72,.2,1) .42s both; }
.site-loader.is-opening .loader-brand p { animation: loader-quiet-rise .55s ease-out .36s both; }
.site-loader.is-opening .loader-brand span { animation: loader-word-rise .76s cubic-bezier(.18,.8,.2,1) .42s both; }
.site-loader.is-opening .loader-brand em { animation: loader-word-rise .76s cubic-bezier(.18,.8,.2,1) .57s both; }
.site-loader.is-opening .loader-status { animation: loader-quiet-rise .6s ease-out .68s both; }
.site-loader.is-opening .loader-status i::after { animation: loader-progress-fill 1.35s cubic-bezier(.25,.76,.18,1) .3s both; }
@keyframes loader-aura-in { to { opacity: 1; } }
@keyframes loader-art-open { to { opacity: 1; transform: translate3d(0, -50%, 0) scale(1); clip-path: inset(0); } }
@keyframes loader-art-focus { to { filter: saturate(1) contrast(1) brightness(1); transform: scale(1); } }
@keyframes loader-art-glass { to { transform: translateX(62%); } }
@keyframes loader-word-rise { to { transform: translateY(0); } }
@media (max-width: 820px) {
  .loader-aura { right: -55vw; top: 12vh; width: 130vw; height: 68vh; }
  .loader-art { right: 50%; top: 51%; width: min(86vw, 390px); height: min(49vh, 430px); transform: translate3d(50%, -50%, 0) scale(.96); }
  .site-loader.is-opening .loader-art { animation-name: loader-art-open-mobile; }
  .loader-brand { top: auto; bottom: 22vh; left: 24px; width: auto; transform: none; }
  .loader-brand p { margin-bottom: 17px; font-size: 8px; letter-spacing: .18em; }
  .loader-brand div { font-size: clamp(54px, 17vw, 77px); line-height: .78; }
  .loader-status { right: 24px; bottom: 30px; left: 24px; gap: 9px; font-size: 7px; letter-spacing: .12em; }
}

/* Compact loader: phones should receive the same editorial reveal, without
   the expensive full-screen blur, moving gradient sheet, or clip-path exit.
   This keeps the only animated elements on compositor-friendly transform and
   opacity properties while the actual page waits behind the loader. */
@media (max-width: 820px) {
  .site-loader.is-compact {
    transition: opacity 260ms ease, transform 360ms cubic-bezier(.22,.8,.3,1), visibility 0s linear 360ms;
    will-change: opacity, transform;
    contain: paint;
  }
  .site-loader.is-compact.is-hidden {
    clip-path: none;
    opacity: 0;
    transform: scale(1.012);
  }
  .site-loader.is-compact .loader-aura {
    right: -28vw;
    top: 7vh;
    width: 104vw;
    height: 52vh;
    opacity: .2;
    filter: none;
    background: radial-gradient(ellipse at center, rgba(118,42,48,.32), transparent 68%);
    animation: none;
  }
  /* One restrained prism pass keeps the opening ceremonial on phones. Unlike
     the original layer it has no blur, no moving inner gradient and no paint
     heavy filter: the compositor only translates one translucent sheet. */
  .site-loader.is-compact .loader-light-sheet {
    display: block;
    top: -18vh;
    right: -24vw;
    width: 64vw;
    height: 136vh;
    overflow: visible;
    opacity: 0;
    background: linear-gradient(90deg, transparent 43%, rgba(139,48,57,.13) 49%, rgba(222,190,121,.2) 50%, rgba(139,48,57,.10) 51%, transparent 58%);
    transform: skewX(-16deg) translate3d(165%, 0, 0);
    will-change: transform, opacity;
    animation: none;
  }
  .site-loader.is-compact .loader-light-sheet::before {
    width: 1px;
    background: rgba(226,194,124,.7);
    box-shadow: 0 0 12px rgba(226,194,124,.22);
  }
  .site-loader.is-compact .loader-light-sheet span { display: none; }
  .site-loader.is-compact.is-opening .loader-light-sheet {
    animation: loader-mobile-prism-pass .72s cubic-bezier(.18,.8,.2,1) .08s both;
  }
  .site-loader.is-compact .loader-brand p { animation-duration: .28s; animation-delay: .10s; }
  .site-loader.is-compact .loader-brand span { animation-duration: .46s; animation-delay: .16s; }
  .site-loader.is-compact .loader-brand em { animation-duration: .46s; animation-delay: .25s; }
  .site-loader.is-compact .loader-status { animation-duration: .28s; animation-delay: .32s; }
  .site-loader.is-compact .loader-status i::after { animation-duration: .72s; animation-delay: .08s; }
}
@keyframes loader-mobile-prism-pass {
  0% { opacity: 0; transform: skewX(-16deg) translate3d(165%, 0, 0); }
  32% { opacity: .76; }
  100% { opacity: .3; transform: skewX(-16deg) translate3d(-32%, 0, 0); }
}
@keyframes loader-art-open-mobile { to { opacity: 1; transform: translate3d(50%, -50%, 0) scale(1); clip-path: inset(0); } }
@media (prefers-reduced-motion: reduce) {
  .loader-aura, .loader-art, .loader-brand p, .loader-status { opacity: 1; transform: none; }
  .loader-art { transform: translate3d(0, -50%, 0); clip-path: none; }.loader-art img { transform: none; filter: none; }.loader-brand span, .loader-brand em { transform: none; }.loader-status i::after { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) and (max-width: 820px) { .loader-art { transform: translate3d(50%, -50%, 0); } }

/* Let the supplied product image act as a material silhouette, not an
   e-commerce card with a white rectangle competing against the wordmark. */
.loader-art {
  right: clamp(58px, 12vw, 190px);
  width: min(27vw, 365px);
  height: min(68vh, 610px);
  overflow: hidden;
  clip-path: inset(0 0 0 100%);
  opacity: 0;
  background: transparent;
  box-shadow: none;
  -webkit-mask-image: radial-gradient(ellipse 64% 72% at 54% 50%, #000 18%, rgba(0,0,0,.88) 53%, transparent 100%);
  mask-image: radial-gradient(ellipse 64% 72% at 54% 50%, #000 18%, rgba(0,0,0,.88) 53%, transparent 100%);
}
.loader-art::before {
  z-index: 1;
  inset: 0;
  background: rgba(8,7,8,.42);
  box-shadow: none;
  pointer-events: none;
}
.loader-art img {
  width: 230%;
  max-width: none;
  height: 108%;
  object-fit: cover;
  object-position: right center;
  mix-blend-mode: multiply;
  filter: contrast(1.38) saturate(.72) brightness(1.36);
  transform: translateX(-27%) scale(1.08);
}
.loader-art span { z-index: 3; opacity: .54; }
.site-loader.is-opening .loader-art { animation-name: loader-art-open-whisper; }
.site-loader.is-opening .loader-art img { animation: loader-art-silhouette 1.1s cubic-bezier(.2,.76,.18,1) .12s both; }
@keyframes loader-art-open-whisper { to { opacity: .48; transform: translate3d(0, -50%, 0) scale(1); clip-path: inset(0); } }
@keyframes loader-art-silhouette { to { filter: contrast(1.38) saturate(.72) brightness(1.36); transform: translateX(-27%) scale(1); } }
@media (max-width: 820px) {
  .loader-art { right: 50%; width: min(55vw, 250px); height: min(44vh, 370px); }
  .loader-art img { width: 235%; height: 112%; transform: translateX(-28%) scale(1.08); }
  .site-loader.is-opening .loader-art { animation-name: loader-art-open-whisper-mobile; }
  .site-loader.is-opening .loader-art img { animation-name: loader-art-silhouette-mobile; }
}
@keyframes loader-art-open-whisper-mobile { to { opacity: .44; transform: translate3d(50%, -50%, 0) scale(1); clip-path: inset(0); } }
@keyframes loader-art-silhouette-mobile { to { filter: contrast(1.38) saturate(.72) brightness(1.36); transform: translateX(-28%) scale(1); } }

/* Product-independent loader visual: one moving light sheet, not a picture
   that becomes stale when the featured catalog item changes. */
.loader-light-sheet {
  position: absolute;
  z-index: 1;
  top: -18vh;
  right: 8vw;
  width: min(31vw, 470px);
  height: 136vh;
  overflow: hidden;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(135,45,54,.17) 36%, rgba(213,178,106,.12) 51%, rgba(135,45,54,.08) 67%, transparent);
  transform: skewX(-16deg) translateX(135%);
}
.loader-light-sheet::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 49%;
  width: 1px;
  content: "";
  background: rgba(225,190,119,.62);
  box-shadow: 0 0 18px rgba(225,190,119,.38);
}
.loader-light-sheet span {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 10%, rgba(255,247,233,.14) 50%, transparent 90%);
  transform: translateY(-100%);
}
.site-loader.is-opening .loader-light-sheet { animation: loader-light-sheet-in 1.18s cubic-bezier(.16,.82,.2,1) .1s both; }
.site-loader.is-opening .loader-light-sheet span { animation: loader-light-sheet-flow 1.18s cubic-bezier(.2,.72,.2,1) .24s both; }
@keyframes loader-light-sheet-in { 0% { opacity: 0; transform: skewX(-16deg) translateX(135%); } 34% { opacity: 1; } 100% { opacity: .9; transform: skewX(-16deg) translateX(0); } }
@keyframes loader-light-sheet-flow { to { transform: translateY(100%); } }
@media (max-width: 820px) {
  .loader-light-sheet { top: -10vh; right: -18vw; width: 83vw; height: 112vh; opacity: .72; }
}
@media (prefers-reduced-motion: reduce) {
  .loader-light-sheet { opacity: .45; transform: skewX(-16deg); }
  .loader-light-sheet span { transform: none; }
}

/* Homepage material index: a quiet record strip, never a row of UI cards. */
body.home .metrics-section {
  padding-block: 52px;
  background: #1b1019;
  border: 0;
}
body.home .metrics-section .metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 64px);
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  translate: none !important;
  rotate: none !important;
  transition: none;
}
body.home .metrics-section .metric {
  position: relative;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  translate: none !important;
  transition: opacity 240ms ease;
}
body.home .metrics-section .metric strong {
  display: block;
  color: #f2cf7d;
  font-family: Italiana, Georgia, serif;
  font-size: clamp(37px, 3.2vw, 48px);
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: none;
}
body.home .metrics-section .metric span {
  max-width: 21ch;
  margin-top: 8px;
  color: rgba(244,224,211,.63);
  font-size: 11px;
  line-height: 1.45;
}
@media (hover: hover) {
  body.home .metrics-section .metric:hover { opacity: .72; }
}
@media (max-width: 720px) {
  body.home .metrics-section { padding-block: 34px; }
  body.home .metrics-section .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 22px; }
  body.home .metrics-section .metric strong { font-size: 37px; }
  body.home .metrics-section .metric span { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  body.home .metrics-section .metric { transition: none; }
}

/* Home hero: the material record is the frame. Remove ornamental page rules
   that competed with it and made the opening scene read like a debug overlay. */
body.home .immersive-hero::after,
body.home .hero::after,
body.home .hero-frame::before,
body.home .hero-frame::after {
  display: none !important;
}
body.home .hero-frame {
  border-left: 0;
  border-right: 0;
}

/* Keep the language setting as one complete, legible control. */
body.home .site-header .language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  height: 40px;
  padding: 0 7px 0 13px;
  border: 1px solid rgba(225, 190, 119, .52);
  border-radius: 999px;
  background: rgba(22, 10, 19, .58);
  box-shadow: 0 8px 22px rgba(5, 2, 8, .16);
  color: rgba(248, 233, 220, .9);
  overflow: visible;
}
body.home .site-header .language-switcher span {
  color: rgba(248, 233, 220, .58);
  font-size: 9px;
  letter-spacing: .13em;
}
body.home .site-header .language-switcher::after {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid rgba(248, 233, 220, .78);
  border-bottom: 1px solid rgba(248, 233, 220, .78);
  content: "";
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}
body.home .site-header .language-switcher select {
  display: block;
  width: 108px;
  min-width: 108px;
  height: 30px;
  margin: 0;
  padding: 0 25px 0 11px;
  border: 0;
  border-left: 1px solid rgba(225, 190, 119, .28);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #f8e9dc;
  font-size: 11px;
  line-height: 30px;
  text-transform: none;
}
body.home .site-header .language-switcher select option {
  background: #1b1019;
  color: #f8e9dc;
}
body.home .site-header .language-switcher:focus-within {
  border-color: #e3c276;
  box-shadow: 0 0 0 3px rgba(227, 194, 118, .14);
}
@media (max-width: 520px) {
  body.home .site-header .language-switcher {
    width: 112px;
    min-width: 112px;
    height: 34px;
    padding: 0 6px;
    border-radius: 8px;
  }
  body.home .site-header .language-switcher span { display: none; }
  body.home .site-header .language-switcher select {
    width: 100%;
    min-width: 0;
    height: 32px;
    padding-left: 8px;
    border-left: 0;
    font-size: 10px;
    line-height: 32px;
  }
  body.home .site-header .language-switcher::after { right: 13px; }
}

/* The opening frame still needs a clear site identity. Keep navigation quiet
   here, but never leave the header looking as though most of its UI failed. */
body.home .site-header .nav-wrap {
  justify-content: space-between;
  gap: 18px;
}
body.home .site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f8e9dc;
  pointer-events: auto;
}
body.home .site-header .brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  box-shadow: 0 0 20px rgba(227, 194, 118, .24);
}
body.home .site-header .brand-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  white-space: nowrap;
}
body.home .site-header .main-nav {
  margin-left: auto;
  gap: 12px;
}
body.home .site-header .quote-link {
  display: inline-flex;
  min-height: 38px;
  padding: 8px 12px;
  border-color: rgba(225, 190, 119, .44);
  background: rgba(22, 10, 19, .58);
  color: #f8e9dc !important;
  box-shadow: none;
  font-size: 11px;
}
@media (max-width: 700px) {
  body.home .site-header .brand,
  body.home .site-header .quote-link { display: none; }
  body.home .site-header .nav-wrap { justify-content: flex-end; }
}

@media (max-width: 520px) {
  body.home .hero-topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 12px;
  }
  body.home .hero-identity {
    max-width: 100%;
  }
  body.home .hero-identity strong,
  body.home .hero-identity small {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }
  body.home .hero-cta {
    justify-self: start;
  }
}

/* Research Library — a quiet document bench, not another storefront grid. */
.research-library-feature { overflow: clip; background: #111719; color: #eef2ed; }
.research-library-feature::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .42; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(200, 175, 121, .12) calc(25% - 1px), rgba(200, 175, 121, .12) 25%); mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.research-library-feature .content-wrap { position: relative; }
.research-feature-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(270px, .72fr); gap: clamp(30px, 6vw, 120px); align-items: end; padding-bottom: clamp(32px, 5vw, 68px); }
.research-feature-head .section-kicker, .research-card-copy > p, .product-research-record-head > p, .product-resource-list > div > p, .product-related-materials > p, .guide-related-products > p { color: #c9aa69; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.research-feature-head h2 { max-width: 650px; margin: 0; color: #f6f2e9; font-size: clamp(42px, 5.3vw, 82px); font-weight: 500; line-height: .94; letter-spacing: -.06em; }
.research-feature-head h2 em { color: #b8d5c8; font-family: inherit; font-style: italic; font-weight: 400; }
.research-feature-head > div:last-child { max-width: 430px; padding-bottom: 6px; color: rgba(238,242,237,.7); font-size: 15px; line-height: 1.72; }
.research-feature-head .text-link { display: inline-flex; margin-top: 24px; color: #f3d58f; }
.research-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.research-card { min-width: 0; }
.research-card-link { position: relative; display: block; min-height: 100%; overflow: hidden; border: 1px solid rgba(207, 184, 132, .24); background: #172021; color: inherit; text-decoration: none; transition: border-color .28s ease, transform .28s ease, box-shadow .28s ease; }
.research-card-link::after { content: ""; position: absolute; top: 14px; right: 14px; width: 17px; height: 17px; border-top: 1px solid rgba(236,228,207,.46); border-right: 1px solid rgba(236,228,207,.46); opacity: .65; transition: transform .28s ease, opacity .28s ease; }
.research-card-link:hover, .research-card-link:focus-visible { border-color: rgba(235,207,137,.85); box-shadow: 0 20px 42px rgba(0,0,0,.22); transform: translateY(-5px); outline: 0; }
.research-card-link:hover::after, .research-card-link:focus-visible::after { opacity: 1; transform: translate(3px,-3px); }
.research-card-art { position: relative; display: flex; min-height: 108px; align-items: flex-end; justify-content: space-between; padding: 16px 18px; overflow: hidden; background-color: #263131; background-position: center; background-size: cover; }
.research-card-art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(20,28,28,.2), rgba(9,14,15,.84)); }
.research-card-art::after { content: ""; position: absolute; inset: 0; opacity: .48; background: linear-gradient(90deg, rgba(221,190,110,.2) 1px, transparent 1px), linear-gradient(rgba(221,190,110,.12) 1px, transparent 1px); background-size: 32px 32px; }
.research-card-art span { position: relative; z-index: 1; max-width: 75%; color: #ece4d2; font-size: 9px; font-weight: 700; letter-spacing: .14em; line-height: 1.35; }
.research-card-art i { position: relative; z-index: 1; width: 14px; height: 14px; border: 1px solid #d7b66e; border-radius: 50%; box-shadow: 0 0 0 6px rgba(215,182,110,.1); }
.research-card-copy { display: flex; min-height: 250px; flex-direction: column; padding: 22px 20px 20px; }
.research-card-copy > p { margin: 0 0 14px; }
.research-card-copy h3 { margin: 0 0 16px; color: #f7f4eb; font-size: clamp(21px, 2vw, 29px); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.research-card-copy > span { display: -webkit-box; overflow: hidden; color: rgba(239,242,235,.67); font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.research-card-copy b { display: inline-flex; gap: 8px; margin-top: auto; padding-top: 26px; color: #eed08b; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.research-card-copy b em { font-size: 15px; font-style: normal; line-height: .7; }
.research-grid.is-featured .research-card:first-child { grid-column: span 2; }
.research-grid.is-featured .research-card:first-child .research-card-link { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.research-grid.is-featured .research-card:first-child .research-card-art { min-height: 100%; }
.research-grid.is-featured .research-card:first-child .research-card-copy { min-height: 300px; }
.research-library-page .secondary-section, .research-guide-page .secondary-section { background: #111719; }
.research-library-page .page-hero, .research-guide-page .page-hero { background: #141b1c; }
.research-library-page .page-hero::after, .research-guide-page .page-hero::after { background: linear-gradient(90deg, transparent 0 12%, rgba(207,184,132,.13) 12% calc(12% + 1px), transparent calc(12% + 1px) 88%, rgba(207,184,132,.13) 88% calc(88% + 1px), transparent calc(88% + 1px)); opacity: .8; }
.research-controls { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 12px; margin-bottom: 18px; padding: 14px; border: 1px solid rgba(207,184,132,.22); background: rgba(22,33,34,.8); }
.research-controls label { display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 10px; color: #c9aa69; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.research-controls input, .research-controls select { width: 100%; min-height: 42px; border: 0; border-bottom: 1px solid rgba(222,230,219,.24); border-radius: 0; outline: 0; background: transparent; color: #f4f2eb; font: inherit; letter-spacing: normal; text-transform: none; }
.research-controls select option { background: #172021; color: #f4f2eb; }
.research-controls input:focus, .research-controls select:focus { border-color: #dec279; }
.research-library-grid { padding-top: 2px; }
.research-empty { margin: 36px 0 0; color: #e0d1ac; text-align: center; }
.research-guide-content { color: rgba(239,242,235,.78); font-size: 16px; line-height: 1.78; }
.research-guide-content > p:not(.guide-boundary), .research-guide-content > ul, .research-guide-content > h2 { max-width: 760px; }
.research-guide-content h2 { margin: 42px 0 13px; color: #f5f1e7; font-size: clamp(27px,3vw,42px); font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
.research-guide-content ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.research-guide-content li { position: relative; padding: 13px 16px 13px 43px; border-left: 1px solid rgba(206,175,101,.5); background: rgba(205,178,112,.055); }
.research-guide-content li::before { content: ""; position: absolute; top: 22px; left: 16px; width: 9px; height: 9px; border: 1px solid #d7b66e; border-radius: 50%; }
.guide-boundary { margin: 0 0 34px; padding: 12px 15px; border: 1px solid rgba(204,170,90,.42); color: #e5cb8d; font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.guide-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 52px 0 22px; padding: 28px; border-top: 1px solid rgba(207,184,132,.32); border-bottom: 1px solid rgba(207,184,132,.32); background: #172021; }
.guide-cta p { margin: 0 0 7px; color: #c9aa69; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.guide-cta h2 { margin: 0; font-size: clamp(25px, 3vw, 40px); }
.guide-related-products { margin-top: 18px; padding: 28px; background: rgba(27,39,40,.74); }
.guide-related-products > p { margin: 0 0 16px; }
.guide-related-products > div, .product-related-materials > div { display: grid; gap: 8px; }
.guide-related-products a, .product-related-materials a { display: grid; grid-template-columns: 120px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(221,226,215,.14); color: #f1f1e8; text-decoration: none; }
.guide-related-products a:hover, .guide-related-products a:focus-visible, .product-related-materials a:hover, .product-related-materials a:focus-visible { color: #ebcc80; outline: 0; }
.guide-related-products span, .product-related-materials span { color: #c9aa69; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.guide-related-products strong, .product-related-materials strong { font-size: 15px; font-weight: 500; }
.guide-related-products i, .product-related-materials i { font-size: 17px; font-style: normal; }
.product-research-record { margin-top: 28px; padding: clamp(22px,4vw,42px); border: 1px solid rgba(209,183,111,.28); background: #151d1e; color: #edf0e8; }
.product-research-record-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(224,228,215,.15); }
.product-research-record-head > p { margin: 0; }
.record-status { padding: 6px 9px; border: 1px solid rgba(216,186,111,.5); color: #e7cb8b; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.record-status.is-available { border-color: rgba(149,205,175,.55); color: #b6dec9; }.record-status.is-review { border-color: rgba(180,193,218,.55); color: #c2d0eb; }
.product-overview { max-width: 760px; padding: 30px 0 12px; }.product-overview h2, .product-resource-list h2 { margin: 0 0 11px; color: #f7f2e8; font-size: clamp(26px,3.5vw,43px); font-weight: 500; letter-spacing: -.045em; }.product-overview p { margin: 0; color: rgba(237,240,232,.74); font-size: 15px; line-height: 1.7; }
.product-resource-list { display: grid; grid-template-columns: minmax(180px,.48fr) minmax(0,1.52fr); gap: 26px; margin-top: 34px; padding-top: 28px; border-top: 1px solid rgba(224,228,215,.15); }.product-resource-list > div > p { margin: 0 0 10px; }.product-resource-list > div:last-child { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.product-resource-list .research-card-copy { min-height: 0; padding: 16px; }.product-resource-list .research-card-art { min-height: 70px; padding: 12px; }.product-resource-list .research-card-copy h3 { margin-bottom: 10px; font-size: 19px; }.product-resource-list .research-card-copy > span { display: none; }.product-resource-list .research-card-copy b { padding-top: 14px; }
.product-related-materials { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(224,228,215,.15); }.product-related-materials > p { margin: 0 0 11px; }
@media (max-width: 920px) { .research-feature-head, .product-resource-list { grid-template-columns: 1fr; }.research-grid.is-featured .research-card:first-child { grid-column: auto; }.research-grid.is-featured .research-card:first-child .research-card-link { display: block; }.research-grid.is-featured .research-card:first-child .research-card-art { min-height: 108px; }.research-grid.is-featured .research-card:first-child .research-card-copy { min-height: 250px; } }
@media (max-width: 720px) { .research-grid { grid-template-columns: 1fr; }.research-controls { grid-template-columns: 1fr; }.research-controls label { grid-template-columns: 1fr; gap: 4px; }.research-feature-head h2 { font-size: clamp(38px,12vw,60px); }.guide-cta { align-items: flex-start; flex-direction: column; padding: 22px; }.product-resource-list > div:last-child { grid-template-columns: 1fr; }.guide-related-products, .product-research-record { margin-left: -2px; margin-right: -2px; }.guide-related-products a, .product-related-materials a { grid-template-columns: 92px minmax(0,1fr) auto; }.research-card-copy { min-height: 220px; } }
@media (prefers-reduced-motion: reduce) { .research-card-link { transition: none; }.research-card-link:hover, .research-card-link:focus-visible { transform: none; } }

/* Research Library: material-record desk.  The hierarchy is editorial on purpose:
   one dossier to start, followed by compact records that are quick to scan. */
.research-library-page,
.research-guide-page { background: #0d1416; overflow-x: clip; }
.research-library-mast,
.guide-dossier-mast { position: relative; overflow: clip; padding: clamp(116px, 13vw, 180px) 0 clamp(52px, 7vw, 96px); background: #10191b; color: #eff2ec; isolation: isolate; }
.research-library-mast::before,
.guide-dossier-mast::before { content: ""; position: absolute; z-index: -1; width: min(61vw, 830px); aspect-ratio: 1; top: -42%; right: -12%; border-radius: 50%; background: radial-gradient(circle, rgba(151, 182, 169, .16) 0%, rgba(44, 71, 68, .085) 37%, transparent 69%); filter: blur(4px); }
.research-library-mast::after,
.guide-dossier-mast::after { content: ""; position: absolute; z-index: -1; right: 7%; bottom: 0; width: min(72vw, 1120px); height: 1px; background: linear-gradient(90deg, transparent, rgba(205, 177, 119, .58), transparent); }
.research-library-mast-head { max-width: 1160px; }
.research-library-title-row { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: clamp(28px, 7vw, 140px); align-items: end; margin-top: 23px; }
.research-library-title-row h1,
.guide-dossier-heading h1 { max-width: 880px; margin: 0; color: #f4f3eb; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 7.3vw, 112px); font-weight: 400; letter-spacing: -.065em; line-height: .87; }
.research-library-title-row > div > p { max-width: 590px; margin: 25px 0 0; color: rgba(226, 234, 227, .7); font-size: 16px; line-height: 1.7; }
.research-library-stamp { display: grid; grid-template-columns: auto 1fr; gap: 9px 10px; align-items: center; min-width: 0; padding: 14px 0 13px; border-top: 1px solid rgba(204, 179, 123, .52); border-bottom: 1px solid rgba(204, 179, 123, .28); color: #cfb57c; font-size: 9px; font-weight: 700; letter-spacing: .13em; line-height: 1.25; text-transform: uppercase; }
.research-library-stamp .status-dot,
.guide-dossier-meta .status-dot { width: 7px; height: 7px; box-shadow: none; }
.research-library-stamp b { grid-column: 1 / -1; margin-top: 4px; color: #edf0e8; font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.research-library-archive { padding: clamp(45px, 7vw, 100px) 0 clamp(76px, 10vw, 150px); background: #0d1416; color: #edf1eb; }
.research-index-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.research-index-heading h2 { margin: 7px 0 0; color: #edf1ea; font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 3.5vw, 54px); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.research-index-label { margin: 0; color: #c9aa69; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.research-index-note { max-width: 355px; margin: 0; color: rgba(221, 231, 223, .61); font-size: 12px; line-height: 1.6; text-align: right; }
.research-library-page .research-controls { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 0; margin: 0 0 28px; padding: 0; border: 0; border-top: 1px solid rgba(218, 227, 216, .18); border-bottom: 1px solid rgba(218, 227, 216, .18); background: transparent; }
.research-library-page .research-controls label { display: grid; grid-template-columns: 124px minmax(0, 1fr); min-height: 66px; align-items: center; gap: 12px; padding: 0 16px; color: #bda069; font-size: 9px; letter-spacing: .13em; }
.research-library-page .research-controls label + label { border-left: 1px solid rgba(218, 227, 216, .18); }
.research-library-page .research-controls input,
.research-library-page .research-controls select { min-height: 38px; border-bottom-color: transparent; color: #eef1ea; font-size: 14px; }
.research-library-page .research-controls input:focus,
.research-library-page .research-controls select:focus { border-bottom-color: #d3b574; }
.research-library-dossiers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.research-library-item { min-width: 0; }
.research-library-item.is-library-featured { grid-column: 1 / -1; margin-bottom: 10px; }
.research-library-item .research-card-link { height: 100%; border: 1px solid rgba(214, 224, 211, .17); background: #121d1e; box-shadow: none; }
.research-library-item .research-card-link::after { top: 16px; right: 18px; width: 14px; height: 14px; border-color: rgba(236, 230, 213, .58); }
.research-library-item .research-card-link:hover,
.research-library-item .research-card-link:focus-visible { border-color: rgba(216, 183, 113, .73); box-shadow: 0 18px 48px rgba(0, 0, 0, .26); transform: translateY(-3px); }
.research-library-item .research-card-art { min-height: 126px; padding: 16px 18px; background-color: #253333; }
.research-library-item .research-card-art::before { background: linear-gradient(105deg, rgba(7, 14, 15, .12), rgba(7, 14, 15, .82)); }
.research-library-item .research-card-art::after { opacity: 1; background: linear-gradient(90deg, transparent 0 69%, rgba(211, 182, 117, .35) 69% calc(69% + 1px), transparent calc(69% + 1px)); }
.research-library-item .research-card-art span { color: #e9e4d6; font-size: 9px; letter-spacing: .16em; }
.research-library-item .research-card-art i { display: none; }
.research-library-item .research-card-copy { min-height: 220px; padding: 24px 25px 22px; }
.research-library-item .research-card-copy > p { margin-bottom: 13px; color: #be9f64; font-size: 9px; letter-spacing: .14em; }
.research-library-item .research-card-copy h3 { max-width: 550px; margin-bottom: 14px; color: #f3f3eb; font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 2.35vw, 36px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.research-library-item .research-card-copy > span { max-width: 550px; color: rgba(231, 237, 229, .66); font-size: 13px; line-height: 1.58; }
.research-library-item .research-card-copy b { padding-top: 20px; color: #e0c47f; font-size: 10px; letter-spacing: .12em; }
.research-library-item.is-library-featured .research-card-link { display: grid; grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr); min-height: 360px; }
.research-library-item.is-library-featured .research-card-art { min-height: 100%; padding: 26px 28px; }
.research-library-item.is-library-featured .research-card-art::after { background: linear-gradient(90deg, transparent 0 78%, rgba(211, 182, 117, .45) 78% calc(78% + 1px), transparent calc(78% + 1px)); }
.research-library-item.is-library-featured .research-card-copy { min-height: 360px; padding: clamp(30px, 4vw, 55px); }
.research-library-item.is-library-featured .research-card-copy h3 { font-size: clamp(36px, 4.5vw, 65px); line-height: .93; }
.research-library-item.is-library-featured .research-card-copy > span { font-size: 15px; line-height: 1.65; }
.research-library-item.is-library-record .research-card-link { display: grid; grid-template-columns: 144px minmax(0, 1fr); min-height: 238px; }
.research-library-item.is-library-record .research-card-art { min-height: 100%; padding: 17px 13px; align-items: flex-start; }
.research-library-item.is-library-record .research-card-art span { max-width: 100%; line-height: 1.4; writing-mode: vertical-rl; }
.research-library-item.is-library-record .research-card-copy { min-height: 238px; padding: 23px 22px 20px; }
.research-library-item.is-library-record .research-card-copy h3 { font-size: clamp(23px, 2.1vw, 31px); }
.research-library-item.is-library-record .research-card-copy > span { -webkit-line-clamp: 3; }

/* Guide detail uses the same dossier language, rather than the generic secondary-page hero. */
.guide-dossier-mast { padding-top: clamp(116px, 13vw, 172px); }
.guide-back-link { display: inline-flex; align-items: center; gap: 9px; margin-bottom: clamp(42px, 7vw, 90px); color: #d5bb7b; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.guide-back-link::before { content: "←"; font-size: 15px; line-height: .5; }
.guide-back-link:hover,
.guide-back-link:focus-visible { color: #f2dfaa; outline: 0; }
.guide-dossier-grid { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: clamp(32px, 7vw, 140px); align-items: end; }
.guide-dossier-heading > p:last-child { max-width: 620px; margin: 25px 0 0; color: rgba(228, 235, 226, .69); font-size: 16px; line-height: 1.72; }
.guide-dossier-meta { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; padding-bottom: 4px; color: #cdb071; }
.guide-dossier-meta p { margin: 0; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.guide-dossier-meta strong { grid-column: 1 / -1; color: #e9ede5; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.guide-dossier-rule { grid-column: 1 / -1; display: block; height: 1px; margin-top: 12px; background: linear-gradient(90deg, #c7a865, rgba(199, 168, 101, .1)); }
.guide-document-section { padding: clamp(44px, 7vw, 94px) 0 clamp(76px, 10vw, 150px); background: #0d1416; }
.research-guide-page .research-guide-content { max-width: 820px; color: rgba(238, 242, 234, .77); font-size: 17px; line-height: 1.8; }
.research-guide-page .guide-boundary { margin-bottom: 42px; padding: 13px 16px; border-color: rgba(201, 171, 99, .36); background: rgba(201, 171, 99, .045); color: #dec384; }
.research-guide-page .research-guide-content h2 { max-width: 760px; margin-top: 48px; color: #f1f1e9; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3.6vw, 48px); font-weight: 400; letter-spacing: -.052em; }
.research-guide-page .research-guide-content li { border-left: 0; border-bottom: 1px solid rgba(223, 230, 220, .15); background: transparent; padding: 15px 12px 15px 34px; }
.research-guide-page .research-guide-content li::before { top: 22px; left: 2px; border-color: #c8a766; border-radius: 0; transform: rotate(45deg); }
.research-guide-page .guide-cta { margin-top: 62px; border: 1px solid rgba(209, 224, 210, .17); background: #121d1e; }
.research-guide-page .guide-related-products { border: 1px solid rgba(209, 224, 210, .13); background: transparent; }

@media (max-width: 760px) {
  .research-library-mast,
  .guide-dossier-mast { padding-top: 106px; }
  .research-library-mast::before,
  .guide-dossier-mast::before { width: 125vw; top: -15%; right: -54%; }
  .research-library-title-row,
  .guide-dossier-grid { grid-template-columns: 1fr; gap: 30px; }
  .research-library-title-row h1,
  .guide-dossier-heading h1 { font-size: clamp(47px, 14vw, 70px); letter-spacing: -.07em; }
  .research-library-title-row > div > p,
  .guide-dossier-heading > p:last-child { margin-top: 19px; font-size: 14px; }
  .research-library-stamp { width: min(190px, 100%); }
  .research-index-heading { display: block; margin-bottom: 26px; }
  .research-index-note { max-width: 310px; margin-top: 18px; text-align: left; }
  .research-library-page .research-controls { grid-template-columns: 1fr; }
  .research-library-page .research-controls label { grid-template-columns: 100px minmax(0, 1fr); min-height: 58px; padding: 0 4px; }
  .research-library-page .research-controls label + label { border-top: 1px solid rgba(218, 227, 216, .18); border-left: 0; }
  .research-library-dossiers { grid-template-columns: 1fr; gap: 10px; }
  .research-library-item.is-library-featured { margin-bottom: 6px; }
  .research-library-item.is-library-featured .research-card-link { display: block; min-height: 0; }
  .research-library-item.is-library-featured .research-card-art { min-height: 218px; }
  .research-library-item.is-library-featured .research-card-copy { min-height: 0; padding: 27px 22px 23px; }
  .research-library-item.is-library-featured .research-card-copy h3 { font-size: clamp(34px, 11vw, 49px); }
  .research-library-item.is-library-record .research-card-link { grid-template-columns: 95px minmax(0, 1fr); min-height: 205px; }
  .research-library-item.is-library-record .research-card-copy { min-height: 205px; padding: 19px 16px 17px; }
  .research-library-item.is-library-record .research-card-copy h3 { margin-bottom: 10px; font-size: clamp(23px, 7.2vw, 31px); }
  .research-library-item.is-library-record .research-card-copy > span { -webkit-line-clamp: 2; font-size: 12px; }
  .research-library-item.is-library-record .research-card-copy b { padding-top: 14px; }
  .guide-back-link { margin-bottom: 44px; }
  .guide-dossier-meta { width: 190px; }
  .research-guide-page .research-guide-content { font-size: 16px; }
  .research-guide-page .guide-cta { margin-top: 48px; }
}
@media (prefers-reduced-motion: reduce) {
  .research-library-item .research-card-link,
  .research-library-item .research-card-link:hover { transform: none; transition: none; }
}

/* Research Library polish — a working records desk with a single clear focal record. */
.research-library-mast {
  padding: clamp(108px, 10.5vw, 146px) 0 clamp(42px, 5vw, 68px);
  background: #101819;
}
.research-library-mast::before {
  width: min(47vw, 650px);
  top: -55%;
  right: 1%;
  opacity: .78;
}
.research-library-mast::after { display: none; }
.research-library-title-row {
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: clamp(24px, 5vw, 90px);
  margin-top: 17px;
}
.research-library-title-row h1 { font-size: clamp(48px, 6vw, 88px); line-height: .9; }
.research-library-title-row > div > p { max-width: 540px; margin-top: 18px; font-size: 14px; }
.research-library-stamp { align-self: end; padding: 12px 0; }
.research-library-stamp b { font-size: 32px; }
.research-library-archive { padding-top: clamp(38px, 5vw, 72px); }
.research-index-heading { align-items: center; margin-bottom: 25px; }
.research-index-heading h2 { margin-top: 6px; font-size: clamp(30px, 3.1vw, 46px); }
.research-index-note { max-width: 315px; font-size: 11px; }
.research-library-page .research-controls { margin-bottom: 34px; border-color: rgba(221, 229, 218, .15); }
.research-library-page .research-controls label { min-height: 62px; }
.research-library-dossiers { gap: 16px; }
.research-library-item.is-library-featured { margin-bottom: 12px; }
.research-library-item .research-card-link {
  overflow: hidden;
  border-color: rgba(222, 228, 217, .14);
  background: #111a1b;
  transition: border-color .26s ease, box-shadow .26s ease, transform .26s ease, background-color .26s ease;
}
.research-library-item .research-card-link::after {
  top: auto;
  right: 22px;
  bottom: 22px;
  width: 13px;
  height: 13px;
  border-color: rgba(224, 200, 139, .8);
}
.research-library-item .research-card-link:hover,
.research-library-item .research-card-link:focus-visible {
  border-color: rgba(218, 187, 117, .65);
  background: #142021;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .2);
  transform: translateY(-2px);
}
.research-library-item .research-card-art {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background-color: #1d2d2d;
  background-position: center;
}
.research-library-item .research-card-art::before {
  background: linear-gradient(135deg, rgba(13, 22, 23, .22), rgba(9, 16, 17, .82));
}
.research-library-item .research-card-art::after { display: none; }
.research-library-item .research-card-art span {
  position: relative;
  z-index: 1;
  color: #ece7d9;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.45;
}
.research-library-item .research-card-copy { min-height: 0; }
.research-library-item .research-card-copy > p {
  margin-bottom: 12px;
  color: #c9aa69;
  font-size: 9px;
  letter-spacing: .14em;
}
.research-library-item .research-card-copy h3 { color: #f2f3ec; }
.research-library-item .research-card-copy > span { color: rgba(231, 237, 228, .66); }
.research-library-item .research-card-copy b { color: #dec17e; }
.research-library-item.is-library-featured .research-card-link {
  grid-template-columns: minmax(280px, .58fr) minmax(0, 1.42fr);
  min-height: 330px;
}
.research-library-item.is-library-featured .research-card-art {
  display: flex;
  align-items: flex-start;
  min-height: 330px;
  padding: 27px 28px;
  border-right: 1px solid rgba(222, 228, 217, .13);
}
.research-library-item.is-library-featured .research-card-art::before { background: linear-gradient(135deg, rgba(13, 22, 23, .05), rgba(9, 16, 17, .78)); }
.research-library-item.is-library-featured .research-card-art::after {
  display: block;
  top: auto;
  right: 28px;
  bottom: 27px;
  left: 28px;
  width: auto;
  height: auto;
  color: rgba(239, 235, 222, .8);
  background: none;
  content: "FEATURED RECORD";
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}
.research-library-item.is-library-featured .research-card-copy {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(32px, 4.2vw, 62px);
}
.research-library-item.is-library-featured .research-card-copy h3 {
  max-width: 760px;
  margin-bottom: 17px;
  font-size: clamp(34px, 4.15vw, 60px);
  line-height: .94;
}
.research-library-item.is-library-featured .research-card-copy > span { max-width: 650px; font-size: 15px; }
.research-library-item.is-library-featured .research-card-copy b { margin-top: 5px; padding-top: 21px; }
.research-library-item.is-library-record .research-card-link {
  display: flex;
  min-height: 258px;
  flex-direction: column;
}
.research-library-item.is-library-record .research-card-art {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 0 21px;
  border-bottom: 1px solid rgba(222, 228, 217, .12);
}
.research-library-item.is-library-record .research-card-art span { writing-mode: horizontal-tb; }
.research-library-item.is-library-record .research-card-copy {
  display: flex;
  min-height: 200px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 22px 20px;
}
.research-library-item.is-library-record .research-card-copy h3 { margin-bottom: 11px; font-size: clamp(24px, 2.05vw, 31px); }
.research-library-item.is-library-record .research-card-copy > span { -webkit-line-clamp: 3; }
.research-library-item.is-library-record .research-card-copy b { margin-top: auto; padding-top: 17px; }
.research-library-item.is-library-record .research-card-link:hover .research-card-art,
.research-library-item.is-library-record .research-card-link:focus-visible .research-card-art { background-color: #273c3a; }

@media (max-width: 760px) {
  .research-library-mast { padding: 99px 0 39px; }
  .research-library-mast::before { width: 96vw; top: -31%; right: -25%; }
  .research-library-title-row { gap: 24px; }
  .research-library-title-row h1 { font-size: clamp(45px, 13vw, 64px); }
  .research-library-title-row > div > p { max-width: 33rem; }
  .research-library-archive { padding-top: 38px; }
  .research-library-page .research-controls { margin-bottom: 24px; }
  .research-library-page .research-controls label { min-height: 57px; }
  .research-library-item.is-library-featured .research-card-link { display: block; min-height: 0; }
  .research-library-item.is-library-featured .research-card-art { min-height: 165px; padding: 22px; border-right: 0; border-bottom: 1px solid rgba(222, 228, 217, .13); }
  .research-library-item.is-library-featured .research-card-art::after { right: 22px; bottom: 21px; left: 22px; }
  .research-library-item.is-library-featured .research-card-copy { display: flex; min-height: 0; padding: 28px 22px 24px; }
  .research-library-item.is-library-featured .research-card-copy h3 { font-size: clamp(33px, 10vw, 46px); }
  .research-library-item.is-library-record .research-card-link { min-height: 0; }
  .research-library-item.is-library-record .research-card-art { min-height: 52px; padding: 0 18px; }
  .research-library-item.is-library-record .research-card-copy { min-height: 192px; padding: 20px 18px 17px; }
  .research-library-item.is-library-record .research-card-copy h3 { font-size: clamp(24px, 7vw, 31px); }
}

/* Research Library — final archive pass. This is a document desk, not a blog:
   one lead dossier, followed by compact records with their metadata doing the work. */
.research-library-page {
  background: #101315;
  color: #edf0ea;
}
.research-library-mast {
  position: relative;
  overflow: clip;
  padding: clamp(104px, 9vw, 128px) 0 clamp(38px, 4.2vw, 60px);
  background:
    linear-gradient(104deg, #14191a 0%, #14191a 64%, #1c2020 100%);
}
.research-library-mast::before {
  top: auto;
  right: -8%;
  bottom: -75%;
  width: min(45vw, 570px);
  opacity: .55;
  background: radial-gradient(circle, rgba(155, 81, 62, .22) 0%, rgba(105, 55, 49, .1) 37%, transparent 70%);
}
.research-library-mast .content-wrap { position: relative; }
.research-library-mast .content-wrap::after {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(223, 191, 119, .68), rgba(223, 191, 119, .16) 44%, transparent 74%);
}
.research-library-mast-head { max-width: 970px; }
.research-library-title-row {
  grid-template-columns: minmax(0, 1fr) 142px;
  gap: clamp(24px, 4vw, 58px);
  margin-top: 14px;
}
.research-library-title-row h1 {
  max-width: 640px;
  color: #f3f1e9;
  font-family: Italiana, Georgia, serif;
  font-size: clamp(51px, 6.25vw, 82px);
  letter-spacing: -.045em;
  line-height: .91;
}
.research-library-title-row > div > p {
  max-width: 490px;
  margin-top: 17px;
  color: rgba(231, 234, 227, .66);
  font-size: 14px;
  line-height: 1.65;
}
.research-library-stamp {
  position: relative;
  align-self: end;
  gap: 8px;
  padding: 12px 0 9px;
  border-top-color: rgba(225, 191, 119, .68);
  border-bottom-color: rgba(237, 240, 234, .13);
  color: #d9bd7e;
}
.research-library-stamp b {
  margin-top: 2px;
  color: #f4f0e7;
  font-family: Italiana, Georgia, serif;
  font-size: 45px;
  letter-spacing: -.035em;
}
.research-library-archive {
  padding: clamp(42px, 5.5vw, 72px) 0 clamp(78px, 10vw, 144px);
  background: #101315;
}
.research-index-heading {
  align-items: center;
  margin-bottom: 20px;
}
.research-index-heading h2 {
  color: #f1f0e8;
  font-family: Italiana, Georgia, serif;
  font-size: clamp(29px, 3vw, 43px);
  letter-spacing: -.035em;
  line-height: 1;
}
.research-index-note { max-width: 285px; color: rgba(226, 230, 222, .56); }
.research-library-page .research-controls {
  grid-template-columns: minmax(0, 1fr) 250px;
  margin-bottom: 32px;
  border-color: rgba(233, 236, 228, .15);
  background: rgba(255, 255, 255, .018);
}
.research-library-page .research-controls label {
  min-height: 58px;
  padding: 0 13px;
  color: rgba(220, 192, 128, .82);
}
.research-library-page .research-controls input,
.research-library-page .research-controls select {
  color: #eff1e9;
  font-size: 13px;
}
.research-library-dossiers {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}
.research-library-item.is-library-featured { margin-bottom: 9px; }
.research-library-item .research-card-link {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 235, 227, .14);
  border-radius: 0;
  background: #171b1c;
  box-shadow: none;
  transition: border-color .26s ease, box-shadow .26s ease, transform .26s ease;
}
.research-library-item .research-card-link::before {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: #d7b66f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.2,.75,.2,1);
}
.research-library-item .research-card-link::after { z-index: 3; }
.research-library-item .research-card-link:hover,
.research-library-item .research-card-link:focus-visible {
  border-color: rgba(221, 184, 107, .72);
  background: #1a1f20;
  box-shadow: 0 19px 38px rgba(0, 0, 0, .2);
  transform: translateY(-3px);
}
.research-library-item .research-card-link:hover::before,
.research-library-item .research-card-link:focus-visible::before { transform: scaleX(1); }
.research-library-item .research-card-art,
.research-library-item .research-card-art[style] {
  background-color: #273032 !important;
  background-image: none !important;
}
.research-library-item .research-card-art::before {
  background: linear-gradient(145deg, rgba(218, 184, 108, .14), rgba(17, 23, 24, .12) 43%, rgba(17, 23, 24, .66));
}
.research-library-item .research-card-art span { color: #f1e8d7; }
.research-library-item .research-card-copy { background: #171b1c; }
.research-library-item .research-card-copy h3 {
  color: #f3f1e9;
  font-family: Italiana, Georgia, serif;
  letter-spacing: -.025em;
}
.research-library-item .research-card-copy > span { color: rgba(231, 234, 226, .63); }
.research-library-item .research-card-copy b { color: #dfc37f; }
.research-library-item.is-library-featured .research-card-link {
  grid-template-columns: minmax(225px, .32fr) minmax(0, 1.68fr);
  min-height: 316px;
}
.research-library-item.is-library-featured .research-card-art {
  min-height: 316px;
  padding: 24px;
  border-right-color: rgba(233, 236, 228, .14);
}
.research-library-item.is-library-featured .research-card-art::after {
  right: 24px;
  bottom: 23px;
  left: 24px;
  color: rgba(242, 231, 208, .74);
}
.research-library-item.is-library-featured .research-card-copy {
  min-height: 316px;
  padding: clamp(30px, 4vw, 52px);
}
.research-library-item.is-library-featured .research-card-copy h3 {
  max-width: 710px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .96;
}
.research-library-item.is-library-featured .research-card-copy > span { max-width: 600px; }
.research-library-item.is-library-record .research-card-link { min-height: 245px; }
.research-library-item.is-library-record .research-card-art {
  min-height: 50px;
  padding: 0 18px;
  border-bottom-color: rgba(233, 236, 228, .12);
}
.research-library-item.is-library-record .research-card-copy {
  min-height: 195px;
  padding: 20px 19px 18px;
}
.research-library-item.is-library-record .research-card-copy h3 {
  margin-bottom: 10px;
  font-size: clamp(25px, 2vw, 31px);
  line-height: .99;
}
.research-library-item.is-library-record .research-card-copy > span { -webkit-line-clamp: 3; font-size: 12px; }
@media (max-width: 980px) {
  .research-library-dossiers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .research-library-mast { padding: 96px 0 37px; }
  .research-library-mast .content-wrap::after { bottom: -16px; }
  .research-library-title-row { grid-template-columns: minmax(0, 1fr) 112px; gap: 18px; }
  .research-library-title-row h1 { font-size: clamp(46px, 13vw, 64px); }
  .research-library-title-row > div > p { font-size: 13px; }
  .research-library-stamp { padding: 9px 0 7px; font-size: 8px; }
  .research-library-stamp b { font-size: 35px; }
  .research-index-heading { margin-bottom: 16px; }
  .research-index-note { margin-top: 14px; }
  .research-library-page .research-controls { margin-bottom: 25px; }
  .research-library-dossiers { grid-template-columns: 1fr; gap: 11px; }
  .research-library-item.is-library-featured .research-card-link { display: grid; grid-template-columns: 102px minmax(0, 1fr); }
  .research-library-item.is-library-featured .research-card-art { min-height: 100%; padding: 16px 13px; border-right: 1px solid rgba(233, 236, 228, .14); border-bottom: 0; }
  .research-library-item.is-library-featured .research-card-art span { writing-mode: vertical-rl; }
  .research-library-item.is-library-featured .research-card-art::after { right: 13px; bottom: 15px; left: 13px; font-size: 8px; writing-mode: vertical-rl; }
  .research-library-item.is-library-featured .research-card-copy { min-height: 276px; padding: 26px 20px 22px; }
  .research-library-item.is-library-featured .research-card-copy h3 { font-size: clamp(31px, 9.4vw, 43px); }
  .research-library-item.is-library-featured .research-card-copy > span { font-size: 13px; }
  .research-library-item.is-library-record .research-card-copy { min-height: 185px; }
}
@media (prefers-reduced-motion: reduce) {
  .research-library-item .research-card-link,
  .research-library-item .research-card-link::before { transition: none; }
}

/* Research Library / archive refinement
   The page is intentionally treated as an editorial material archive, not a
   generic article grid. These final, scoped rules also keep that hierarchy
   intact on narrow screens instead of compressing the desktop composition. */
.research-library-page {
  --archive-ink: #101315;
  --archive-panel: #171b1c;
  --archive-paper: #f2f0e8;
  --archive-muted: rgba(231, 234, 226, .64);
  --archive-brass: #d7b66f;
  overflow-x: clip;
  isolation: isolate;
}
.research-library-page .content-wrap { min-width: 0; }
.research-library-mast {
  background:
    linear-gradient(113deg, #111617 0%, #151a1b 64%, #1b201e 100%);
}
.research-library-mast::before {
  right: -12%;
  bottom: -98%;
  width: min(50vw, 620px);
  opacity: .42;
  background: radial-gradient(circle, rgba(174, 123, 71, .26) 0%, rgba(129, 76, 49, .12) 35%, transparent 70%);
}
.research-library-mast-head { max-width: 1010px; }
.research-library-title-row { align-items: end; }
.research-library-title-row h1 {
  max-width: 690px;
  text-wrap: balance;
}
.research-library-title-row > div > p { max-width: 530px; }
.research-library-stamp {
  width: 142px;
  justify-self: end;
}
.research-library-stamp b { font-variant-numeric: lining-nums; }
.research-library-archive { background: var(--archive-ink); }
.research-index-heading { align-items: end; }
.research-index-heading > div { min-width: 0; }
.research-index-heading h2 { text-wrap: balance; }
.research-library-page .research-controls {
  overflow: hidden;
  border-color: rgba(232, 235, 227, .16);
  background: rgba(255, 255, 255, .012);
}
.research-library-page .research-controls label { min-width: 0; }
.research-library-page .research-controls input,
.research-library-page .research-controls select { min-width: 0; }
.research-library-dossiers {
  align-items: stretch;
  grid-auto-flow: row;
}
.research-library-item .research-card-link {
  height: 100%;
  contain: paint;
}
.research-library-item .research-card-link::after {
  top: 18px;
  right: 18px;
  bottom: auto;
}
.research-library-item .research-card-link::before { height: 1px; }
.research-library-item .research-card-art {
  background-color: #273131 !important;
}
.research-library-item.is-library-featured .research-card-link {
  grid-template-columns: minmax(230px, .34fr) minmax(0, 1.66fr);
  min-height: 342px;
}
.research-library-item.is-library-featured .research-card-art {
  display: flex;
  min-height: 342px;
  align-items: flex-start;
  padding: 26px 25px;
}
.research-library-item.is-library-featured .research-card-copy {
  min-height: 342px;
  padding: clamp(34px, 4.4vw, 60px);
}
.research-library-item.is-library-featured .research-card-copy h3 {
  max-width: 720px;
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: .92;
  text-wrap: balance;
}
.research-library-item.is-library-featured .research-card-copy > span {
  max-width: 630px;
  font-size: 14px;
  line-height: 1.7;
}
.research-library-item.is-library-record .research-card-link { min-height: 252px; }
.research-library-item.is-library-record .research-card-art {
  min-height: 54px;
  padding: 0 19px;
}
.research-library-item.is-library-record .research-card-copy {
  min-height: 198px;
  padding: 21px 20px 19px;
}
.research-library-item.is-library-record .research-card-copy h3 {
  font-size: clamp(24px, 2vw, 31px);
  text-wrap: balance;
}

@media (max-width: 760px) {
  .research-library-page { overflow-x: clip; }
  .research-library-page .content-wrap { width: min(100% - 32px, 620px); }
  .research-library-mast { padding: 94px 0 38px; }
  .research-library-mast::before { right: -46%; bottom: -54%; width: 126vw; opacity: .31; }
  .research-library-title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .research-library-title-row h1 { max-width: 360px; font-size: clamp(46px, 13.2vw, 62px); }
  .research-library-title-row > div > p { max-width: 340px; margin-top: 15px; font-size: 13px; }
  .research-library-stamp {
    width: min(184px, 100%);
    justify-self: start;
    align-self: auto;
    grid-template-columns: auto 1fr;
    padding: 10px 0 8px;
  }
  .research-library-stamp b { font-size: 37px; }
  .research-library-archive { padding: 38px 0 78px; }
  .research-index-heading { display: block; margin-bottom: 20px; }
  .research-index-heading h2 { max-width: 300px; font-size: clamp(31px, 9.2vw, 42px); }
  .research-index-note { max-width: 310px; margin-top: 15px; text-align: left; }
  .research-library-page .research-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 24px;
  }
  .research-library-page .research-controls label {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    min-height: 0;
    padding: 14px 0;
  }
  .research-library-page .research-controls label + label {
    border-top: 1px solid rgba(232, 235, 227, .13);
    border-left: 0;
  }
  .research-library-page .research-controls input,
  .research-library-page .research-controls select {
    width: 100%;
    min-height: 39px;
    padding-right: 8px;
    font-size: 13px;
  }
  .research-library-dossiers { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .research-library-item.is-library-featured { margin-bottom: 3px; }
  .research-library-item.is-library-featured .research-card-link {
    display: block;
    min-height: 0;
  }
  .research-library-item.is-library-featured .research-card-art {
    min-height: 142px;
    padding: 19px;
    border-right: 0;
    border-bottom: 1px solid rgba(232, 235, 227, .14);
  }
  .research-library-item.is-library-featured .research-card-art span,
  .research-library-item.is-library-featured .research-card-art::after {
    writing-mode: horizontal-tb;
  }
  .research-library-item.is-library-featured .research-card-art::after {
    right: 19px;
    bottom: 18px;
    left: 19px;
  }
  .research-library-item.is-library-featured .research-card-copy {
    min-height: 0;
    padding: 27px 20px 23px;
  }
  .research-library-item.is-library-featured .research-card-copy h3 {
    max-width: 340px;
    margin-bottom: 14px;
    font-size: clamp(34px, 10.5vw, 45px);
  }
  .research-library-item.is-library-featured .research-card-copy > span { font-size: 13px; }
  .research-library-item.is-library-featured .research-card-copy b { padding-top: 19px; }
  .research-library-item.is-library-record .research-card-link { min-height: 0; }
  .research-library-item.is-library-record .research-card-art { min-height: 51px; padding: 0 17px; }
  .research-library-item.is-library-record .research-card-copy { min-height: 182px; padding: 19px 17px 17px; }
  .research-library-item.is-library-record .research-card-copy h3 { font-size: clamp(24px, 7.1vw, 30px); }
}

@media (prefers-reduced-motion: reduce) {
  .research-library-item .research-card-link,
  .research-library-item .research-card-link:hover,
  .research-library-item .research-card-link:focus-visible { transform: none; }
}

/* Research Library: curated reading desk.
   The warm dossier spine is deliberate: it gives the library one tactile,
   document-specific signature without borrowing the product catalogue's cards. */
.research-library-page .research-library-archive {
  padding-top: clamp(34px, 4.3vw, 64px);
  background: #0f1314;
}
.research-library-page .research-index-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  gap: 26px;
  align-items: end;
  margin-bottom: 14px;
}
.research-library-page .research-index-heading h2 {
  max-width: 540px;
  font-size: clamp(27px, 2.75vw, 39px);
}
.research-library-page .research-index-note {
  margin: 0 0 3px auto;
  padding-left: 18px;
  border-left: 1px solid rgba(216, 182, 111, .46);
  font-size: 12px;
  line-height: 1.58;
  text-align: left;
}
.research-library-page .research-controls {
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 0;
  margin-bottom: clamp(34px, 5vw, 62px);
  padding: 0;
  border-width: 0 0 1px;
  background: transparent;
}
.research-library-page .research-controls label {
  min-height: 49px;
  padding: 0 0 0 13px;
}
.research-library-page .research-controls label:first-child { padding-left: 0; }
.research-library-page .research-controls label + label {
  padding-left: 28px;
  border-left: 1px solid rgba(235, 238, 230, .14);
}
.research-library-layout {
  display: grid;
  grid-template-columns: minmax(186px, 224px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: start;
}
.research-library-rail {
  position: sticky;
  top: 108px;
  min-width: 0;
  padding: 2px 0 18px 18px;
  border-left: 1px solid rgba(218, 182, 108, .7);
}
.research-rail-label,
.research-records-heading p {
  margin: 0;
  color: #d5b36e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.research-library-rail h2 {
  max-width: 150px;
  margin: 12px 0 25px;
  color: #f2efe7;
  font-family: Italiana, Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .96;
}
.research-topic-list { display: grid; gap: 0; }
.research-topic-list button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: 100%;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid rgba(235, 238, 230, .1);
  background: transparent;
  color: rgba(234, 237, 229, .58);
  cursor: pointer;
  font: 600 10px/1.35 var(--font-body, Arial, sans-serif);
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
  transition: color .2s ease, padding-left .2s ease;
}
.research-topic-list button:hover,
.research-topic-list button:focus-visible,
.research-topic-list button.is-active {
  padding-left: 8px;
  color: #f3d99c;
  outline: 0;
}
.research-topic-list button small {
  color: rgba(224, 230, 220, .42);
  font: 10px/1.35 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0;
}
.research-rail-note {
  margin: 24px 0 0;
  color: rgba(228, 232, 223, .43);
  font-size: 10px;
  line-height: 1.55;
}
.research-library-records { min-width: 0; }
.research-records-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  grid-column: 1 / -1;
  min-height: 21px;
  margin: 0 0 12px;
}
.research-records-heading span {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(216, 182, 111, .5), rgba(229, 233, 225, .08));
}
.research-records-heading-index { margin: 25px 0 4px; }
.research-library-page .research-library-dossiers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.research-library-page .research-library-item.is-library-featured {
  grid-column: 1 / -1;
  margin: 0;
}
.research-library-page .research-library-item.is-library-featured .research-card-link {
  display: grid;
  grid-template-columns: minmax(230px, .43fr) minmax(0, 1.57fr);
  min-height: clamp(310px, 30vw, 405px);
  border-color: rgba(223, 218, 204, .22);
  background: #1b1d1d;
}
.research-library-page .research-library-item.is-library-featured .research-card-art {
  min-height: 100%;
  padding: 24px;
  align-items: flex-start;
  background-color: #b9ae9f !important;
  background-image: repeating-linear-gradient(0deg, transparent 0 30px, rgba(34, 37, 36, .12) 31px) !important;
  color: #1a2020;
}
.research-library-page .research-library-item.is-library-featured .research-card-art::before {
  inset: 17px;
  border: 1px solid rgba(31, 37, 36, .32);
  background: linear-gradient(180deg, rgba(244, 239, 224, .23), transparent 34%, rgba(40, 40, 35, .12));
}
.research-library-page .research-library-item.is-library-featured .research-card-art::after {
  right: 25px;
  bottom: 22px;
  left: 25px;
  color: rgba(28, 35, 34, .7);
  content: "RESEARCH / MATERIAL REVIEW";
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  letter-spacing: .12em;
}
.research-library-page .research-library-item.is-library-featured .research-card-art span {
  max-width: 150px;
  color: #172120;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  letter-spacing: .12em;
}
.research-library-page .research-library-item.is-library-featured .research-card-art i {
  width: 18px;
  height: 18px;
  border-color: rgba(23, 33, 32, .8);
  border-radius: 0;
  box-shadow: none;
}
.research-library-page .research-library-item.is-library-featured .research-card-copy {
  display: flex;
  min-height: 0;
  padding: clamp(35px, 4.2vw, 60px);
  background: #1b1d1d;
}
.research-library-page .research-library-item.is-library-featured .research-card-copy > p {
  margin-bottom: 14px;
  color: #d8bb78;
}
.research-library-page .research-library-item.is-library-featured .research-card-copy h3 {
  max-width: 730px;
  font-size: clamp(38px, 4.4vw, 66px);
  letter-spacing: -.05em;
  line-height: .89;
}
.research-library-page .research-library-item.is-library-featured .research-card-copy > span {
  max-width: 590px;
  font-size: 14px;
  line-height: 1.7;
}
.research-library-page .research-library-item.is-library-featured .research-card-copy b {
  padding-top: 29px;
  color: #e1c37e;
}
.research-library-page .research-library-item.is-library-record .research-card-link {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 224px;
  border-color: rgba(233, 236, 228, .12);
  background: #151819;
}
.research-library-page .research-library-item.is-library-record .research-card-art {
  min-height: 100%;
  padding: 16px 12px;
  align-items: flex-start;
  border-right: 1px solid rgba(233, 236, 228, .1);
  border-bottom: 0;
  background-color: #202829 !important;
  background-image: linear-gradient(180deg, rgba(219, 182, 107, .16), transparent 45%) !important;
}
.research-library-page .research-library-item.is-library-record .research-card-art::before {
  background: linear-gradient(180deg, transparent, rgba(10, 14, 15, .48));
}
.research-library-page .research-library-item.is-library-record .research-card-art::after { display: none; }
.research-library-page .research-library-item.is-library-record .research-card-art span {
  max-width: 24px;
  color: #d8bd80;
  font-size: 8px;
  line-height: 1.4;
  writing-mode: vertical-rl;
}
.research-library-page .research-library-item.is-library-record .research-card-art i { display: none; }
.research-library-page .research-library-item.is-library-record .research-card-copy {
  min-height: 0;
  padding: 22px 23px 19px;
  background: #151819;
}
.research-library-page .research-library-item.is-library-record .research-card-copy > p { margin-bottom: 12px; }
.research-library-page .research-library-item.is-library-record .research-card-copy h3 {
  margin-bottom: 12px;
  font-size: clamp(25px, 2.3vw, 35px);
  line-height: .96;
}
.research-library-page .research-library-item.is-library-record .research-card-copy > span { font-size: 12px; }
.research-library-page .research-library-item.is-library-record .research-card-copy b { padding-top: 20px; }
.research-library-page .research-library-item .research-card-link:hover,
.research-library-page .research-library-item .research-card-link:focus-visible {
  border-color: rgba(222, 185, 108, .74);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  .research-library-layout { grid-template-columns: 174px minmax(0, 1fr); gap: 28px; }
  .research-library-page .research-library-item.is-library-featured .research-card-link { grid-template-columns: 190px minmax(0, 1fr); }
  .research-library-page .research-library-item.is-library-featured .research-card-copy { padding: 32px; }
  .research-library-page .research-library-item.is-library-featured .research-card-copy h3 { font-size: clamp(35px, 5vw, 49px); }
  .research-library-page .research-library-dossiers { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .research-library-page .research-index-heading { display: block; }
  .research-library-page .research-index-note { max-width: 315px; margin: 16px 0 0; }
  .research-library-page .research-controls { grid-template-columns: 1fr; margin-bottom: 32px; }
  .research-library-page .research-controls label,
  .research-library-page .research-controls label:first-child { min-height: 52px; padding: 0; }
  .research-library-page .research-controls label + label { padding: 12px 0 0; border-top: 1px solid rgba(235, 238, 230, .12); border-left: 0; }
  .research-library-layout { display: block; }
  .research-library-rail { position: static; margin-bottom: 31px; padding: 0 0 17px; border-bottom: 1px solid rgba(218, 182, 108, .44); border-left: 0; }
  .research-library-rail h2 { max-width: none; margin: 8px 0 16px; font-size: 27px; }
  .research-topic-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; }
  .research-topic-list button { font-size: 9px; }
  .research-rail-note { display: none; }
  .research-library-page .research-library-dossiers { grid-template-columns: minmax(0, 1fr); }
  .research-library-page .research-library-item.is-library-featured .research-card-link { display: block; min-height: 0; }
  .research-library-page .research-library-item.is-library-featured .research-card-art { min-height: 139px; padding: 18px; }
  .research-library-page .research-library-item.is-library-featured .research-card-art::before { inset: 12px; }
  .research-library-page .research-library-item.is-library-featured .research-card-art::after { right: 19px; bottom: 17px; left: 19px; }
  .research-library-page .research-library-item.is-library-featured .research-card-copy { padding: 27px 20px 23px; }
  .research-library-page .research-library-item.is-library-featured .research-card-copy h3 { max-width: 340px; font-size: clamp(35px, 10.5vw, 45px); }
  .research-library-page .research-library-item.is-library-record .research-card-link { grid-template-columns: 58px minmax(0, 1fr); min-height: 206px; }
  .research-library-page .research-library-item.is-library-record .research-card-art { padding: 13px 9px; }
  .research-library-page .research-library-item.is-library-record .research-card-copy { padding: 20px 18px 17px; }
  .research-library-page .research-library-item.is-library-record .research-card-copy h3 { font-size: clamp(25px, 7.3vw, 31px); }
}
@media (prefers-reduced-motion: reduce) {
  .research-topic-list button,
  .research-library-page .research-library-item .research-card-link { transition: none; }
}

/* Research Support Hub: a calm supplier-facing reading surface, not a document-wall. */
.research-library-page { overflow: clip; background: #101414; color: #edf0ea; }
.research-library-page .research-support-hero { position: relative; padding: clamp(118px, 14vw, 192px) 0 clamp(72px, 9vw, 122px); background: #e8e7df; color: #17201f; }
.research-library-page .research-support-hero::after { content: ''; position: absolute; right: -13vw; bottom: -11vw; width: min(48vw, 680px); aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle at center, transparent 0 13px, rgba(15, 30, 28, .05) 14px 15px); pointer-events: none; }
.research-library-page .research-support-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); align-items: end; gap: clamp(44px, 8vw, 130px); }
.research-library-page .research-support-intro { max-width: 760px; }
.research-library-page .research-support-intro .eyebrow, .research-library-page .research-support-section-head .eyebrow, .research-library-page .research-support-faq .eyebrow { margin: 0 0 16px; color: #6e765e; font-size: 10px; letter-spacing: .18em; font-weight: 700; }
.research-library-page .research-support-intro h1 { max-width: 780px; margin: 0; color: #17201f; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(48px, 6.3vw, 92px); line-height: .93; letter-spacing: -.055em; }
.research-library-page .research-support-lead { max-width: 575px; margin: 29px 0 0; color: #47504b; font-size: 16px; line-height: 1.65; }
.research-library-page .research-support-boundary { display: inline-block; margin: 34px 0 0; padding: 9px 12px; border: 1px solid rgba(27, 39, 35, .22); color: #26312e; font: 700 10px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.research-library-page .research-support-brief { position: relative; max-width: 430px; margin-left: auto; padding: 27px 29px 25px; border: 1px solid rgba(25, 39, 36, .22); background: rgba(249, 249, 245, .5); box-shadow: 18px 18px 0 rgba(41, 52, 46, .08); backdrop-filter: blur(8px); }
.research-library-page .research-support-brief > p { margin: 0 0 17px; color: #67705d; font: 700 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .16em; }
.research-library-page .research-support-brief ul { margin: 0; padding: 0; list-style: none; }
.research-library-page .research-support-brief li { display: grid; grid-template-columns: 30px 1fr; column-gap: 11px; padding: 14px 0; border-top: 1px solid rgba(25, 39, 36, .16); }
.research-library-page .research-support-brief li span { grid-row: span 2; padding-top: 2px; color: #a87c37; font: 700 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.research-library-page .research-support-brief li strong { color: #1d2825; font-size: 14px; font-weight: 700; }
.research-library-page .research-support-brief li small { margin-top: 4px; color: #59635d; font-size: 12px; line-height: 1.45; }
.research-library-page .research-support-brief footer { display: flex; align-items: baseline; gap: 8px; margin-top: 13px; padding-top: 16px; border-top: 1px solid rgba(25, 39, 36, .22); }
.research-library-page .research-support-brief footer b { color: #a87c37; font: 400 34px/.9 Georgia, serif; }
.research-library-page .research-support-brief footer span { color: #536058; font-size: 11px; }
.research-library-page .research-support-guides { padding: clamp(68px, 9vw, 126px) 0; background: #101414; }
.research-library-page .research-support-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.research-library-page .research-support-section-head h2, .research-library-page .research-support-faq h2 { margin: 0; color: #f2f1e9; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(36px, 4.1vw, 64px); letter-spacing: -.045em; line-height: .98; }
.research-library-page .research-support-controls { display: grid; grid-template-columns: minmax(210px, 1fr) 150px; gap: 9px; width: min(440px, 100%); }
.research-library-page .research-support-controls input, .research-library-page .research-support-controls select { width: 100%; height: 48px; padding: 0 14px; border: 1px solid rgba(233, 238, 226, .22); border-radius: 0; outline: 0; background: transparent; color: #edf0ea; font: 12px/1 inherit; }
.research-library-page .research-support-controls select { appearance: auto; }
.research-library-page .research-support-controls input::placeholder { color: #9ba49d; }
.research-library-page .research-support-controls input:focus, .research-library-page .research-support-controls select:focus { border-color: #c89d54; box-shadow: 0 0 0 3px rgba(200, 157, 84, .15); }
.research-library-page .research-support-topics { display: grid; gap: 0; border-top: 1px solid rgba(235, 239, 228, .17); }
.research-library-page .research-support-topic { display: grid; grid-template-columns: minmax(210px, .7fr) minmax(0, 1.3fr); gap: clamp(28px, 5vw, 88px); padding: 38px 0; border-bottom: 1px solid rgba(235, 239, 228, .17); }
.research-library-page .research-support-topic > header { padding-top: 3px; }
.research-library-page .research-support-topic > header > p { margin: 0 0 13px; color: #c9a25d; font: 700 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .13em; text-transform: uppercase; }
.research-library-page .research-support-topic > header h3 { max-width: 270px; margin: 0; color: #f3f2eb; font: 400 clamp(27px, 2.65vw, 41px)/.98 Georgia, serif; letter-spacing: -.04em; }
.research-library-page .research-support-topic > header span { display: block; max-width: 280px; margin-top: 16px; color: #a8b0a9; font-size: 13px; line-height: 1.6; }
.research-library-page .research-support-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.research-library-page .research-support-card .research-card-link { display: block; min-height: 222px; border: 1px solid rgba(233, 238, 228, .16); background: #171d1d; color: inherit; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.research-library-page .research-support-card .research-card-art { display: none; }
.research-library-page .research-support-card .research-card-copy { display: flex; min-height: 222px; padding: 23px 23px 20px; flex-direction: column; align-items: flex-start; background: transparent; }
.research-library-page .research-support-card .research-card-copy > p { margin: 0 0 17px; color: #c9a25d; font: 700 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .11em; text-transform: uppercase; }
.research-library-page .research-support-card .research-card-copy h3 { margin: 0; color: #f4f3ec; font: 400 clamp(23px, 2vw, 31px)/1.01 Georgia, serif; letter-spacing: -.035em; }
.research-library-page .research-support-card .research-card-copy > span { margin: 14px 0 0; color: #aeb6ae; font-size: 12px; line-height: 1.55; }
.research-library-page .research-support-card .research-card-copy b { margin-top: auto; padding-top: 20px; color: #d6bd85; font: 700 10px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.research-library-page .research-support-card .research-card-link:hover, .research-library-page .research-support-card .research-card-link:focus-visible { border-color: rgba(209, 168, 93, .85); background: #1d2422; transform: translateY(-3px); box-shadow: 0 14px 25px rgba(0,0,0,.16); }
.research-library-page .research-support-card[hidden], .research-library-page .research-support-topic.is-empty { display: none; }
.research-library-page .research-empty { margin: 32px 0 0; color: #d9d6cc; }
.research-library-page .research-support-faq { padding: clamp(66px, 9vw, 120px) 0; background: #d1c5ab; color: #18211e; }
.research-library-page .research-support-faq-grid { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(44px, 9vw, 160px); }
.research-library-page .research-support-faq h2 { max-width: 420px; color: #17201f; }
.research-library-page .research-support-faq header > p:last-child { max-width: 355px; margin: 22px 0 0; color: #4b554e; font-size: 14px; line-height: 1.6; }
.research-library-page .research-faq-list { border-top: 1px solid rgba(28, 40, 35, .28); }
.research-library-page .research-faq-item { border-bottom: 1px solid rgba(28, 40, 35, .28); }
.research-library-page .research-faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 22px; padding: 22px 0; border: 0; background: transparent; color: #19221f; text-align: left; cursor: pointer; font: 400 clamp(19px, 2vw, 26px)/1.12 Georgia, serif; letter-spacing: -.025em; }
.research-library-page .research-faq-item button i { flex: 0 0 auto; color: #80622f; font: 400 29px/1 Arial, sans-serif; font-style: normal; transition: transform .2s ease; }
.research-library-page .research-faq-item button[aria-expanded="true"] i { transform: rotate(45deg); }
.research-library-page .research-faq-answer { padding: 0 48px 23px 0; }
.research-library-page .research-faq-answer p { max-width: 650px; margin: 0; color: #49534b; font-size: 14px; line-height: 1.65; }
.research-library-page .research-faq-item button:focus-visible { outline: 2px solid #80622f; outline-offset: -2px; }
@media (max-width: 850px) {
  .research-library-page .research-support-hero-grid, .research-library-page .research-support-faq-grid { grid-template-columns: 1fr; }
  .research-library-page .research-support-brief { width: 100%; max-width: none; margin-left: 0; }
  .research-library-page .research-support-section-head { align-items: start; flex-direction: column; }
  .research-library-page .research-support-controls { width: 100%; max-width: 480px; }
  .research-library-page .research-support-topic { grid-template-columns: 1fr; gap: 27px; }
}
@media (max-width: 560px) {
  .research-library-page .research-support-hero { padding-top: 104px; }
  .research-library-page .research-support-intro h1 { font-size: clamp(44px, 13vw, 60px); }
  .research-library-page .research-support-brief { padding: 23px 19px; box-shadow: 10px 10px 0 rgba(41, 52, 46, .08); }
  .research-library-page .research-support-controls { grid-template-columns: 1fr; }
  .research-library-page .research-support-cards { grid-template-columns: 1fr; }
  .research-library-page .research-support-card .research-card-link, .research-library-page .research-support-card .research-card-copy { min-height: 190px; }
  .research-library-page .research-support-card .research-card-copy { padding: 21px 19px 18px; }
  .research-library-page .research-support-faq-grid { gap: 37px; }
  .research-library-page .research-faq-item button { padding: 19px 0; font-size: 22px; }
  .research-library-page .research-faq-answer { padding-right: 8px; }
}
@media (prefers-reduced-motion: reduce) { .research-library-page .research-support-card .research-card-link, .research-library-page .research-faq-item button i { transition: none; } }

/* Research library / supplier support flow.
   The page is intentionally built like a supplier hand-off: materials first,
   records second, human confirmation last. This keeps it related to the
   catalogue rather than turning it into a generic article archive. */
.research-library-page {
  --support-ink: #14201d;
  --support-paper: #eceae1;
  --support-field: #111817;
  --support-panel: #18211f;
  --support-copy: #aeb7ac;
  --support-brass: #c5a567;
  --support-leaf: #84917d;
  background: var(--support-field);
}
.research-library-page .research-support-hero {
  padding: clamp(120px, 13vw, 178px) 0 clamp(68px, 7vw, 106px);
  background: var(--support-paper);
  color: var(--support-ink);
  isolation: isolate;
}
.research-library-page .research-support-hero::after { display: none; }
.research-library-page .research-support-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: clamp(46px, 8vw, 136px);
  align-items: center;
}
.research-library-page .research-support-intro { max-width: 745px; }
.research-library-page .research-support-intro .eyebrow,
.research-library-page .research-support-section-head .eyebrow,
.research-library-page .research-support-faq .eyebrow,
.research-library-page .research-support-action-band .eyebrow {
  color: #61705f;
  letter-spacing: .16em;
}
.research-library-page .research-support-intro h1 {
  max-width: 720px;
  color: var(--support-ink);
  font-family: Italiana, Georgia, serif;
  font-size: clamp(51px, 6.15vw, 88px);
  letter-spacing: -.055em;
  line-height: .91;
}
.research-library-page .research-support-lead {
  max-width: 545px;
  margin-top: 27px;
  color: #445049;
  font-size: 15px;
  line-height: 1.7;
}
.research-library-page .research-support-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px 22px;
  margin-top: 31px;
}
.research-library-page .research-support-actions .button {
  min-width: 166px;
  min-height: 48px;
  padding: 14px 20px;
  border: 1px solid var(--support-ink);
  border-radius: 0;
  background: var(--support-ink);
  color: #f3f1e7;
  font-size: 10px;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}
.research-library-page .research-support-actions .button:hover,
.research-library-page .research-support-actions .button:focus-visible { background: #31423a; }
.research-library-page .research-support-quote {
  padding: 9px 0;
  border: 0;
  border-bottom: 1px solid rgba(20, 32, 29, .54);
  background: transparent;
  color: #26352e;
  cursor: pointer;
  font: 700 10px/1.4 var(--font-body, Arial, sans-serif);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.research-library-page .research-support-quote:hover,
.research-library-page .research-support-quote:focus-visible { border-bottom-color: #a77e38; color: #7e5d2c; outline: 0; }
.research-library-page .research-support-boundary {
  margin-top: 26px;
  padding: 0;
  border: 0;
  color: #5f6a61;
  font-size: 9px;
  letter-spacing: .1em;
}
.research-library-page .research-support-brief {
  max-width: 470px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(20, 32, 29, .34);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.research-library-page .research-support-brief-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 19px;
  border-bottom: 1px solid rgba(20, 32, 29, .2);
}
.research-library-page .research-support-brief > .research-support-brief-head > p { margin: 0; color: #526052; }
.research-library-page .research-support-brief-head > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #65715f;
  font: 700 8px/1.25 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .06em;
  text-align: right;
  text-transform: uppercase;
}
.research-library-page .research-support-brief-head .status-dot { width: 6px; height: 6px; background: #839174; box-shadow: none; }
.research-library-page .research-support-brief ul { padding: 0 19px; }
.research-library-page .research-support-brief li {
  grid-template-columns: 34px 1fr;
  padding: 17px 0 16px;
  border-color: rgba(20, 32, 29, .16);
}
.research-library-page .research-support-brief li span { color: #9d7536; }
.research-library-page .research-support-brief li strong { color: #17231f; font-size: 13px; }
.research-library-page .research-support-brief li small { color: #576259; font-size: 12px; }
.research-library-page .research-support-brief footer {
  margin: 0;
  padding: 15px 19px 17px;
  border-color: rgba(20, 32, 29, .2);
  background: rgba(20, 32, 29, .04);
}
.research-library-page .research-support-brief footer b { color: #9d7536; font-family: Italiana, Georgia, serif; font-size: 39px; }
.research-library-page .research-support-guides { padding: clamp(74px, 9vw, 128px) 0 0; background: var(--support-field); }
.research-library-page .research-support-section-head { margin-bottom: 46px; }
.research-library-page .research-support-section-head h2,
.research-library-page .research-support-faq h2 {
  font-family: Italiana, Georgia, serif;
  letter-spacing: -.045em;
}
.research-library-page .research-support-controls {
  grid-template-columns: minmax(190px, 1fr) 156px;
  width: min(440px, 100%);
  border-bottom: 1px solid rgba(231, 235, 226, .22);
}
.research-library-page .research-support-controls input,
.research-library-page .research-support-controls select {
  height: 45px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #e9ece3;
}
.research-library-page .research-support-controls select { border-left: 1px solid rgba(231, 235, 226, .18); }
.research-library-page .research-support-controls input:focus,
.research-library-page .research-support-controls select:focus { box-shadow: inset 0 -2px 0 var(--support-brass); }
.research-library-page .research-support-topics { border-top-color: rgba(232, 236, 226, .18); }
.research-library-page .research-support-topic {
  grid-template-columns: minmax(224px, .68fr) minmax(0, 1.32fr);
  gap: clamp(32px, 6vw, 102px);
  padding: clamp(39px, 5vw, 67px) 0;
  border-bottom-color: rgba(232, 236, 226, .18);
}
.research-library-page .research-support-topic > header { position: relative; padding-left: 18px; }
.research-library-page .research-support-topic > header::before {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(#c5a567, rgba(197, 165, 103, 0));
  content: '';
}
.research-library-page .research-support-topic > header h3 { font-family: Italiana, Georgia, serif; font-size: clamp(31px, 3vw, 45px); }
.research-library-page .research-support-topic > header span { max-width: 300px; color: #a5afa4; }
.research-library-page .research-support-cards { gap: 10px; }
.research-library-page .research-support-card .research-card-link {
  min-height: 206px;
  border-color: rgba(231, 235, 226, .16);
  background: var(--support-panel);
}
.research-library-page .research-support-card .research-card-copy { min-height: 206px; padding: 22px 21px 19px; }
.research-library-page .research-support-card .research-card-copy h3 { font-family: Italiana, Georgia, serif; font-size: clamp(25px, 2.1vw, 33px); line-height: .99; }
.research-library-page .research-support-card .research-card-copy > span { color: #b0b9ae; }
.research-library-page .research-support-card .research-card-copy b { color: #d5b979; }
.research-library-page .research-support-card .research-card-link:hover,
.research-library-page .research-support-card .research-card-link:focus-visible {
  border-color: var(--support-brass);
  background: #202b27;
  box-shadow: none;
  transform: translateY(-2px);
}
.research-library-page .research-support-action-band { padding: clamp(46px, 6vw, 74px) 0; background: #77826f; color: #f0efe6; }
.research-library-page .research-support-action-grid { display: grid; grid-template-columns: minmax(230px, .8fr) minmax(200px, .8fr) auto; gap: 34px; align-items: end; }
.research-library-page .research-support-action-band .eyebrow { margin-bottom: 12px; color: #e8e1cb; }
.research-library-page .research-support-action-band h2 { max-width: 300px; margin: 0; font: 400 clamp(35px, 3.4vw, 49px)/.94 Italiana, Georgia, serif; letter-spacing: -.045em; }
.research-library-page .research-support-action-grid > p { max-width: 280px; margin: 0 0 3px; color: rgba(246, 245, 237, .82); font-size: 14px; line-height: 1.6; }
.research-library-page .research-support-band-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.research-library-page .research-support-band-actions a,
.research-library-page .research-support-band-actions button {
  min-height: 44px;
  padding: 13px 16px;
  border: 1px solid rgba(247, 245, 237, .72);
  border-radius: 0;
  background: transparent;
  color: #f7f5ed;
  cursor: pointer;
  font: 700 9px/1.2 var(--font-body, Arial, sans-serif);
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.research-library-page .research-support-band-actions button { border-color: #18231f; background: #18231f; }
.research-library-page .research-support-band-actions a:hover,
.research-library-page .research-support-band-actions a:focus-visible { background: rgba(255, 255, 255, .1); }
.research-library-page .research-support-band-actions button:hover,
.research-library-page .research-support-band-actions button:focus-visible { background: #31443b; }
.research-library-page .research-support-faq { padding: clamp(70px, 9vw, 128px) 0; background: var(--support-paper); }
.research-library-page .research-support-faq-grid { grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr); }
.research-library-page .research-support-faq h2 { max-width: 410px; }
.research-library-page .research-faq-list { border-top-color: rgba(20, 32, 29, .29); }
.research-library-page .research-faq-item { border-bottom-color: rgba(20, 32, 29, .29); }
.research-library-page .research-faq-item button { padding: 22px 0; font-family: Italiana, Georgia, serif; }
.research-library-page .research-faq-item button:hover { color: #7c5e2e; }
.research-library-page .research-faq-item button i { color: #70806c; }
.research-library-page .research-faq-answer p { color: #4d5951; }

@media (max-width: 850px) {
  .research-library-page .research-support-hero-grid,
  .research-library-page .research-support-faq-grid { grid-template-columns: 1fr; }
  .research-library-page .research-support-brief { width: 100%; max-width: 560px; margin-left: 0; }
  .research-library-page .research-support-topic { grid-template-columns: 1fr; gap: 27px; }
  .research-library-page .research-support-action-grid { grid-template-columns: 1fr 1fr; }
  .research-library-page .research-support-band-actions { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 620px) {
  .research-library-page .research-support-hero { padding-top: 103px; }
  .research-library-page .research-support-intro h1 { font-size: clamp(45px, 13vw, 59px); }
  .research-library-page .research-support-actions { margin-top: 25px; }
  .research-library-page .research-support-actions .button { flex: 1 1 180px; }
  .research-library-page .research-support-brief-head { align-items: flex-start; padding: 14px 16px; }
  .research-library-page .research-support-brief ul { padding: 0 16px; }
  .research-library-page .research-support-brief footer { padding-right: 16px; padding-left: 16px; }
  .research-library-page .research-support-controls { grid-template-columns: 1fr; gap: 0; }
  .research-library-page .research-support-controls select { border-top: 1px solid rgba(231, 235, 226, .18); border-left: 0; }
  .research-library-page .research-support-topic { gap: 25px; padding: 37px 0; }
  .research-library-page .research-support-topic > header { padding-left: 14px; }
  .research-library-page .research-support-cards { grid-template-columns: 1fr; }
  .research-library-page .research-support-card .research-card-link,
  .research-library-page .research-support-card .research-card-copy { min-height: 190px; }
  .research-library-page .research-support-action-grid { grid-template-columns: 1fr; gap: 21px; }
  .research-library-page .research-support-band-actions { grid-column: auto; justify-content: flex-start; }
  .research-library-page .research-support-band-actions a,
  .research-library-page .research-support-band-actions button { flex: 1 1 190px; text-align: center; }
}

/* Research support inherits the catalogue's wine-black and gold system.
   Its information hierarchy stays calmer than the home hero, while every
   surface now belongs to the same laboratory-facing brand world. */
.research-library-page {
  --support-ink: #f4eadc;
  --support-paper: #160c13;
  --support-field: #10090e;
  --support-panel: #21111c;
  --support-copy: #c1b4b1;
  --support-brass: #e7bf6a;
  --support-leaf: #c09c80;
  background: var(--support-field);
}
.research-library-page .research-support-hero {
  background: linear-gradient(116deg, #10090e 0%, #1d101a 56%, #130a11 100%);
  color: var(--support-ink);
}
.research-library-page .research-support-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(231, 191, 106, .11) 12% calc(12% + 1px), transparent calc(12% + 1px) 88%, rgba(231, 191, 106, .08) 88% calc(88% + 1px), transparent calc(88% + 1px)),
    linear-gradient(180deg, transparent 0 73%, rgba(231, 191, 106, .12) 73% calc(73% + 1px), transparent calc(73% + 1px));
  content: '';
  pointer-events: none;
}
.research-library-page .research-support-hero-grid { z-index: 1; }
.research-library-page .research-support-intro .eyebrow,
.research-library-page .research-support-section-head .eyebrow,
.research-library-page .research-support-faq .eyebrow,
.research-library-page .research-support-action-band .eyebrow { color: var(--support-brass); }
.research-library-page .research-support-intro h1 { color: #f6ecdf; }
.research-library-page .research-support-lead { color: #cabfbb; }
.research-library-page .research-support-actions .button {
  border-color: var(--support-brass);
  background: var(--support-brass);
  color: #1b0d15;
}
.research-library-page .research-support-actions .button:hover,
.research-library-page .research-support-actions .button:focus-visible { border-color: #f4d17f; background: #f4d17f; color: #170b12; }
.research-library-page .research-support-quote { border-bottom-color: rgba(244, 234, 220, .6); color: #f2e8dc; }
.research-library-page .research-support-quote:hover,
.research-library-page .research-support-quote:focus-visible { border-bottom-color: var(--support-brass); color: var(--support-brass); }
.research-library-page .research-support-boundary { color: #bea99b; }
.research-library-page .research-support-brief {
  border-color: rgba(231, 191, 106, .46);
  background: rgba(31, 15, 26, .72);
  box-shadow: 16px 16px 0 rgba(4, 2, 4, .22);
  backdrop-filter: blur(10px);
}
.research-library-page .research-support-brief-head { border-bottom-color: rgba(244, 234, 220, .14); }
.research-library-page .research-support-brief > .research-support-brief-head > p { color: #d4b276; }
.research-library-page .research-support-brief-head > span { color: #c7b9ad; }
.research-library-page .research-support-brief-head .status-dot { background: #d8b361; }
.research-library-page .research-support-brief li { border-color: rgba(244, 234, 220, .13); }
.research-library-page .research-support-brief li span,
.research-library-page .research-support-brief footer b { color: var(--support-brass); }
.research-library-page .research-support-brief li strong { color: #f5eadf; }
.research-library-page .research-support-brief li small,
.research-library-page .research-support-brief footer span { color: #c8bbb6; }
.research-library-page .research-support-brief footer { border-color: rgba(244, 234, 220, .16); background: rgba(255, 255, 255, .025); }
.research-library-page .research-support-guides { background: #10090e; }
.research-library-page .research-support-section-head h2,
.research-library-page .research-support-faq h2 { color: #f5eadf; }
.research-library-page .research-support-controls { border-bottom-color: rgba(244, 234, 220, .2); }
.research-library-page .research-support-controls input,
.research-library-page .research-support-controls select { color: #f4eadf; }
.research-library-page .research-support-controls select { border-left-color: rgba(244, 234, 220, .16); }
.research-library-page .research-support-controls input::placeholder { color: #aa9d9a; }
.research-library-page .research-support-topic,
.research-library-page .research-support-topics { border-color: rgba(244, 234, 220, .15); }
.research-library-page .research-support-topic > header::before { background: linear-gradient(var(--support-brass), rgba(231, 191, 106, 0)); }
.research-library-page .research-support-topic > header > p,
.research-library-page .research-support-card .research-card-copy > p { color: var(--support-brass); }
.research-library-page .research-support-topic > header h3,
.research-library-page .research-support-card .research-card-copy h3 { color: #f6ecdf; }
.research-library-page .research-support-topic > header span,
.research-library-page .research-support-card .research-card-copy > span { color: #c8bfba; }
.research-library-page .research-support-card .research-card-link { border-color: rgba(244, 234, 220, .15); background: #1a0e17; }
.research-library-page .research-support-card .research-card-copy { background: transparent; }
.research-library-page .research-support-card .research-card-copy b { color: #e5bf74; }
.research-library-page .research-support-card .research-card-link:hover,
.research-library-page .research-support-card .research-card-link:focus-visible { border-color: var(--support-brass); background: #26131e; }
.research-library-page .research-support-action-band {
  border-top: 1px solid rgba(231, 191, 106, .5);
  border-bottom: 1px solid rgba(231, 191, 106, .5);
  background: #351824;
  color: #f5eadf;
}
.research-library-page .research-support-action-band .eyebrow { color: var(--support-brass); }
.research-library-page .research-support-action-grid > p { color: #dac9c1; }
.research-library-page .research-support-band-actions a,
.research-library-page .research-support-band-actions button { border-color: rgba(244, 234, 220, .68); color: #f5eadf; }
.research-library-page .research-support-band-actions button { border-color: var(--support-brass); background: var(--support-brass); color: #1a0c14; }
.research-library-page .research-support-band-actions a:hover,
.research-library-page .research-support-band-actions a:focus-visible { border-color: var(--support-brass); background: rgba(231, 191, 106, .1); }
.research-library-page .research-support-band-actions button:hover,
.research-library-page .research-support-band-actions button:focus-visible { background: #f0cb7e; }
.research-library-page .research-support-faq { background: #160c13; color: #f4eadf; }
.research-library-page .research-support-faq h2 { color: #f4eadf; }
.research-library-page .research-support-faq header > p:last-child { color: #c4b8b4; }
.research-library-page .research-faq-list,
.research-library-page .research-faq-item { border-color: rgba(244, 234, 220, .2); }
.research-library-page .research-faq-item button { color: #f4eadf; }
.research-library-page .research-faq-item button:hover { color: var(--support-brass); }
.research-library-page .research-faq-item button i { color: var(--support-brass); }
.research-library-page .research-faq-answer p { color: #c9bfbb; }
.research-library-page .research-faq-item button:focus-visible { outline-color: var(--support-brass); }

/* Brand/navigation tidy-up: the header owns brand recognition; the hero owns
   the active research record. This prevents a second logo competing with the
   specimen on the opening screen. */
body.home .hero-status-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 260px;
  margin: 5px 0 0;
  color: rgba(245, 225, 211, .78);
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: .13em;
  text-transform: uppercase;
}
body.home .hero-status-label .status-dot { width: 7px; height: 7px; flex: 0 0 7px; background: #e3c276; box-shadow: 0 0 13px rgba(227,194,118,.6); }
html.hero-intro-ready body.home .hero-status-label { animation: hero-content-in .72s cubic-bezier(.2,.8,.2,1) both; }

/* Footer is a fixed information architecture, not a loose collection of links. */
.site-footer .footer-grid { grid-template-columns: minmax(250px, 1.35fr) minmax(132px, .8fr) minmax(116px, .62fr) minmax(140px, .85fr); gap: clamp(24px, 3.3vw, 58px); }
.site-footer .footer-grid > div:not(:first-child) { padding-top: 5px; }
.site-footer .footer-links { gap: 9px; }
.site-footer .footer-links a { width: fit-content; text-decoration: none; transition: color .18s ease, transform .18s ease; }
.site-footer .footer-links a:hover, .site-footer .footer-links a:focus-visible { transform: translateX(3px); }

/* Homepage FAQ uses the same controlled document-desk language as the
   library, so it is useful without becoming a visually unrelated template. */
body.home .home-faq-section { padding: clamp(74px, 9vw, 126px) 0; background: #130b11; color: #f5eadf; border-top: 1px solid rgba(227,194,118,.18); }
body.home .home-faq-section .research-support-faq-grid { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: clamp(36px, 7vw, 116px); align-items: start; }
body.home .home-faq-section .section-kicker { color: #d9b66b; }
body.home .home-faq-section h2 { margin: 0; color: #f7eee5; font-family: Italiana, Georgia, serif; font-size: clamp(38px, 4.5vw, 66px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
body.home .home-faq-section header > p:last-child { max-width: 340px; margin: 20px 0 0; color: #cbbdb6; font-size: 14px; line-height: 1.7; }
body.home .home-faq-section .research-faq-list { border-top: 1px solid rgba(244,234,220,.21); }
body.home .home-faq-section .research-faq-item { border-bottom: 1px solid rgba(244,234,220,.21); }
body.home .home-faq-section .research-faq-item button { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; padding: 20px 0; border: 0; background: transparent; color: #f5eadf; text-align: left; font: 600 15px/1.4 inherit; cursor: pointer; }
body.home .home-faq-section .research-faq-item button:hover, body.home .home-faq-section .research-faq-item button:focus-visible { color: #e4c477; outline: none; }
body.home .home-faq-section .research-faq-item button i { color: #e4c477; font: 300 24px/1 Georgia, serif; transition: transform .2s ease; }
body.home .home-faq-section .research-faq-item button[aria-expanded="true"] i { transform: rotate(45deg); }
body.home .home-faq-section .research-faq-answer p { margin: -3px 0 20px; max-width: 650px; color: #cbbdb6; font-size: 14px; line-height: 1.7; }

@media (max-width: 820px) {
  .site-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 22px; }
  .site-footer .footer-grid > div:first-child { grid-column: 1 / -1; }
  body.home .home-faq-section .research-support-faq-grid { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 520px) {
  body.home .hero-status-label { max-width: 182px; margin-top: 0; font-size: 8px; letter-spacing: .1em; }
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .site-footer .footer-grid > div:first-child { grid-column: auto; }
  .site-footer .footer-grid > div:not(:first-child) { padding-top: 19px; border-top: 1px solid rgba(244,234,220,.14); }
  .site-footer .footer-bottom { align-items: flex-start; flex-direction: column; }
  body.home .home-faq-section { padding: 68px 0; }
  body.home .home-faq-section .research-faq-item button { padding: 17px 0; font-size: 14px; }
}

/* Final homepage-header contract. Earlier visual experiments contained
   conflicting mobile rules; these are deliberately last so a refresh cannot
   hide the navigation again. */
body.home .site-header { display: block; }
body.home .site-header .brand { display: inline-flex; pointer-events: auto; }
body.home .site-header .main-nav > a { display: inline-flex !important; }
body.home .site-header .quote-link { display: inline-flex !important; }
@media (max-width: 1080px) {
  body.home .site-header .main-nav > a { display: none !important; }
  body.home .site-header .main-nav > a:first-child { display: inline-flex !important; }
}
@media (max-width: 520px) {
  body.home .site-header { display: block !important; top: 47px; pointer-events: auto; }
  body.home .site-header .nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 42px; }
  body.home .site-header .brand { display: inline-flex; max-width: calc(100vw - 150px); }
  body.home .site-header .brand-name { overflow: hidden; text-overflow: ellipsis; }
  body.home .site-header .main-nav { display: flex; margin-left: auto; }
  body.home .site-header .main-nav > a,
  body.home .site-header .quote-link { display: none !important; }
  body.home .site-header .language-switcher { display: inline-flex; }
}

/* Unified navigation and footer shell -------------------------------------------------
   The catalogue is one site, so the home page uses the same restrained header geometry
   as record, library and policy pages. The Hero remains atmospheric behind it, but the
   controls no longer switch to an unrelated floating treatment. */
:root { --ps-header-bg: rgba(20, 10, 18, .94); --ps-header-line: rgba(227, 194, 118, .24); }
.site-header,
body.home .site-header {
  position: sticky;
  top: 0;
  z-index: 110;
  display: block;
  background: var(--ps-header-bg);
  border: 0;
  border-bottom: 1px solid var(--ps-header-line);
  box-shadow: 0 9px 28px rgba(5, 2, 7, .18);
  backdrop-filter: blur(16px) saturate(115%);
  pointer-events: auto;
}
.site-header .nav-wrap,
body.home .site-header .nav-wrap { width: min(1240px, calc(100% - 48px)); min-height: 72px; gap: clamp(13px, 1.8vw, 26px); justify-content: space-between; }
.site-header .brand,
body.home .site-header .brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: #f8eee5; pointer-events: auto; }
.site-header .brand-mark,
body.home .site-header .brand-mark { width: 33px; height: 33px; border: 0; border-radius: 7px; box-shadow: 0 0 0 1px rgba(227, 194, 118, .28), 0 6px 18px rgba(3, 1, 4, .22); }
.site-header .brand-mark::after { display: none; }
.site-header .brand-name,
body.home .site-header .brand-name { color: #f8eee5; font-size: 14px; font-weight: 700; letter-spacing: .045em; }
.site-header .main-nav,
body.home .site-header .main-nav { display: flex; min-width: 0; margin-left: auto; gap: clamp(9px, 1.2vw, 18px); color: rgba(246, 232, 221, .7); font-size: 11px; }
.site-header .main-nav > a,
body.home .site-header .main-nav > a { display: inline-flex !important; align-items: center; min-height: 38px; color: rgba(246, 232, 221, .7); letter-spacing: .015em; white-space: nowrap; }
.site-header .main-nav > a:hover,
.site-header .main-nav > a:focus-visible { color: #e7c274; }
.site-header .quote-link,
body.home .site-header .quote-link { display: inline-flex !important; min-height: 37px; padding: 8px 11px; border: 1px solid rgba(227, 194, 118, .48); border-radius: 0; background: rgba(227, 194, 118, .08); color: #faeedc !important; box-shadow: none; font-size: 10px; font-weight: 700; letter-spacing: .06em; white-space: nowrap; }
.site-header .quote-link:hover,
.site-header .quote-link:focus-visible { background: rgba(227, 194, 118, .19); border-color: #e7c274; }
.site-header .language-switcher,
body.home .site-header .language-switcher { display: inline-flex; flex: 0 0 auto; height: 37px; min-width: 0; padding: 0 7px 0 10px; border: 1px solid rgba(227, 194, 118, .32); border-radius: 0; background: rgba(10, 5, 9, .28); color: #f8e9dc; box-shadow: none; }
.site-header .language-switcher span,
body.home .site-header .language-switcher span { color: rgba(248, 233, 220, .55); font-size: 9px; letter-spacing: .1em; }
.site-header .language-switcher select,
body.home .site-header .language-switcher select { width: 98px; min-width: 98px; height: 29px; padding-right: 20px; color: #f8e9dc; font-size: 10px; }
.site-header .language-switcher select option { background: #1b1019; color: #f8e9dc; }
body.admin-bar .site-header,
body.admin-bar.home .site-header { top: 32px; }

/* Footer columns carry equal weight; title case makes translated labels read as one system. */
.site-footer .footer-grid { grid-template-columns: minmax(270px, 1.42fr) repeat(3, minmax(126px, .76fr)); gap: clamp(26px, 3vw, 50px); align-items: start; }
.site-footer .footer-grid > div:not(:first-child) { padding-top: 2px; }
.site-footer h3 { margin-bottom: 14px; color: rgba(247, 235, 222, .75); font-size: 11px; font-weight: 700; letter-spacing: .11em; line-height: 1.3; text-transform: none; }
.site-footer .footer-links { gap: 10px; }
.site-footer .footer-links a { width: fit-content; color: rgba(247, 235, 222, .88); }
.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible { color: #e7c274; }

@media (max-width: 1180px) {
  .site-header .main-nav > a:nth-of-type(4), .site-header .main-nav > a:nth-of-type(5), .site-header .main-nav > a:nth-of-type(6),
  body.home .site-header .main-nav > a:nth-of-type(4), body.home .site-header .main-nav > a:nth-of-type(5), body.home .site-header .main-nav > a:nth-of-type(6) { display: none !important; }
}
@media (max-width: 760px) {
  .site-header .nav-wrap,
  body.home .site-header .nav-wrap { width: calc(100% - 24px); min-height: 58px; gap: 10px; }
  .site-header .brand-name,
  body.home .site-header .brand-name { max-width: 136px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
  .site-header .brand-mark,
  body.home .site-header .brand-mark { width: 29px; height: 29px; }
  .site-header .main-nav > a:not(:first-child),
  body.home .site-header .main-nav > a:not(:first-child),
  .site-header .quote-link,
  body.home .site-header .quote-link { display: none !important; }
  .site-header .main-nav { margin-left: auto; gap: 7px; }
  .site-header .language-switcher,
  body.home .site-header .language-switcher { height: 33px; padding-left: 7px; }
  .site-header .language-switcher span,
  body.home .site-header .language-switcher span { display: none; }
  .site-header .language-switcher select,
  body.home .site-header .language-switcher select { width: 103px; min-width: 103px; height: 29px; padding-left: 5px; font-size: 10px; }
}
@media (max-width: 520px) {
  body.admin-bar .site-header,
  body.admin-bar.home .site-header { top: 46px !important; }
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .site-footer .footer-grid > div:not(:first-child) { padding-top: 20px; border-top: 1px solid rgba(244, 234, 220, .14); }
}

/* QA-corrected responsive shell. Kept last so it supersedes earlier visual experiments. */
.site-header .nav-wrap,
body.home .site-header .nav-wrap { position: relative; }
.site-header .language-switcher,
body.home .site-header .language-switcher { position: relative; overflow: visible; border-radius: 4px; }
.site-header .language-switcher::after,
body.home .site-header .language-switcher::after { position: absolute; top: 50%; right: 12px; width: 6px; height: 6px; border-right: 1px solid rgba(248,233,220,.78); border-bottom: 1px solid rgba(248,233,220,.78); content: ''; pointer-events: none; transform: translateY(-68%) rotate(45deg); }
.site-header .language-switcher select,
body.home .site-header .language-switcher select { appearance: none; -webkit-appearance: none; max-width: none; border: 0; border-radius: 0; background: transparent; line-height: 1.2; }
.site-header .language-switcher:focus-within,
body.home .site-header .language-switcher:focus-within { border-color: #e3c276; box-shadow: 0 0 0 3px rgba(227,194,118,.14); }
.site-footer .footer-grid { grid-template-columns: minmax(260px, 1.26fr) minmax(145px, .74fr) minmax(125px, .64fr) minmax(155px, .86fr); gap: clamp(24px, 2.6vw, 44px); }
.site-footer .footer-grid > div:first-child > p { max-width: 290px; }
@media (max-width: 820px) {
  .site-footer .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 24px; }
  .site-footer .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .site-header .nav-wrap,
  body.home .site-header .nav-wrap { min-height: 60px; }
  .mobile-nav-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; margin-left: auto; padding: 0 9px; border: 1px solid rgba(227,194,118,.36); border-radius: 4px; background: rgba(10,5,9,.24); color: #f8e9dc; font: 700 9px/1 var(--font-body, Arial, sans-serif); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
  .mobile-nav-toggle i,
  .mobile-nav-toggle i::before,
  .mobile-nav-toggle i::after { display: block; width: 13px; height: 1px; background: currentColor; content: ''; transition: transform .18s ease, opacity .18s ease; }
  .mobile-nav-toggle i { position: relative; }
  .mobile-nav-toggle i::before { position: absolute; top: -4px; }
  .mobile-nav-toggle i::after { position: absolute; top: 4px; }
  .site-menu-open .mobile-nav-toggle i { background: transparent; }
  .site-menu-open .mobile-nav-toggle i::before { transform: translateY(4px) rotate(45deg); }
  .site-menu-open .mobile-nav-toggle i::after { transform: translateY(-4px) rotate(-45deg); }
  .site-header .main-nav,
  body.home .site-header .main-nav { display: none !important; position: absolute; top: calc(100% + 8px); right: 0; z-index: 120; width: min(286px, calc(100vw - 24px)); margin: 0; padding: 10px; border: 1px solid rgba(227,194,118,.3); border-radius: 6px; background: rgba(25,12,22,.98); box-shadow: 0 18px 38px rgba(4,1,5,.38); backdrop-filter: blur(18px); }
  .site-menu-open .site-header .main-nav { display: grid !important; gap: 2px; }
  .site-header .main-nav > a,
  body.home .site-header .main-nav > a,
  .site-header .quote-link,
  body.home .site-header .quote-link { display: flex !important; width: 100%; min-height: 42px; padding: 0 11px; }
  .site-header .main-nav > a,
  body.home .site-header .main-nav > a { color: rgba(248,233,220,.9); border-bottom: 1px solid rgba(248,233,220,.08); font-size: 12px; }
  .site-header .quote-link,
  body.home .site-header .quote-link { justify-content: space-between; margin-top: 7px; border-radius: 3px; }
  .site-header .language-switcher,
  body.home .site-header .language-switcher { display: inline-flex; width: 100%; height: 38px; margin-top: 6px; padding: 0 10px; }
  .site-header .language-switcher span,
  body.home .site-header .language-switcher span { display: inline; }
  .site-header .language-switcher select,
  body.home .site-header .language-switcher select { width: auto; min-width: 0; flex: 1; height: 34px; padding-left: 8px; font-size: 11px; }
}
@media (min-width: 761px) { .site-menu-open .site-header .main-nav { display: flex !important; } }
@media (max-width: 620px) {
  .site-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .site-footer .footer-grid > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .site-footer .footer-grid { grid-template-columns: 1fr; }
  .site-footer .footer-grid > div:last-child { grid-column: auto; }
}

/* End-of-file visual contract: this intentionally resolves earlier iterations. */
@media (min-width: 761px) {
  .site-header .nav-wrap, body.home .site-header .nav-wrap { min-height: 82px; width: min(1300px, calc(100% - 64px)); }
  .site-header .brand-mark, body.home .site-header .brand-mark { width: 38px; height: 38px; border-radius: 8px; }
  .site-header .brand-name, body.home .site-header .brand-name { font-size: 16px; letter-spacing: .055em; }
  .site-header .main-nav, body.home .site-header .main-nav { gap: clamp(14px, 1.45vw, 24px); font-size: 12.5px; }
  .site-header .main-nav > a, body.home .site-header .main-nav > a { min-height: 44px; }
  .site-header .quote-link, body.home .site-header .quote-link { min-height: 42px; padding: 9px 14px; font-size: 11px; }
  .site-header .language-switcher, body.home .site-header .language-switcher { height: 42px; padding-left: 12px; }
  .site-header .language-switcher select, body.home .site-header .language-switcher select { width: 108px; min-width: 108px; height: 32px; font-size: 11px; }
}
.home-trust-strip { position: relative; z-index: 3; overflow: hidden; border-top: 1px solid rgba(227,194,118,.2); border-bottom: 1px solid rgba(227,194,118,.16); background: #171016; color: #f7ebde; box-shadow: inset 0 1px 0 rgba(255,255,255,.025), inset 0 -1px 0 rgba(0,0,0,.26); }
.home-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.home-trust-item { display: flex; align-items: center; gap: 14px; min-height: 124px; padding: 23px clamp(17px, 2.2vw, 31px); border-right: 1px solid rgba(227,194,118,.13); }
.home-trust-item:last-child { border-right: 0; }
.home-trust-item .dashicons { display: grid; flex: 0 0 39px; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(227,194,118,.2); border-radius: 50%; background: rgba(227,194,118,.1); color: #e7c274; font-size: 18px; line-height: 39px; }
.home-trust-item strong { display: block; color: #f8eee5; font-size: 14px; line-height: 1.3; }
.home-trust-item p { margin: 6px 0 0; color: rgba(244,234,220,.68); font-size: 12px; line-height: 1.5; }
.research-library-page .research-support-hero { overflow: hidden; background-image: linear-gradient(92deg, rgba(13,7,12,.97) 0%, rgba(24,10,19,.92) 47%, rgba(16,7,14,.76) 100%), var(--research-library-image) !important; background-position: center, center; background-size: cover, cover; }
.research-library-page .research-support-hero::after { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(227,191,106,.08) 1px, transparent 1px); background-size: 20% 100%; content: ''; pointer-events: none; }
.research-library-page .research-support-hero-grid { position: relative; z-index: 1; }
.site-research-notice { display: grid; grid-template-columns: minmax(150px, .24fr) minmax(0, 1fr); gap: 18px; margin-top: 38px; padding: 17px 0; border-top: 1px solid rgba(227,194,118,.28); border-bottom: 1px solid rgba(227,194,118,.18); color: rgba(247,235,222,.78); font-size: 12px; line-height: 1.65; }
.site-research-notice strong { color: #e7c274; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
@media (max-width: 900px) { .home-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home-trust-item:nth-child(2) { border-right: 0; } .home-trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(33,49,42,.13); } }
@media (max-width: 820px) { .site-loader { display: none !important; } }
@media (max-width: 620px) { .home-trust-item { min-height: 112px; padding: 17px 14px; gap: 11px; } .home-trust-item .dashicons { flex-basis: 34px; width: 34px; height: 34px; font-size: 17px; line-height: 34px; } .home-trust-item strong { font-size: 12.5px; } .home-trust-item p { font-size: 10.5px; } .site-research-notice { grid-template-columns: 1fr; gap: 7px; margin-top: 28px; font-size: 11.5px; } }

/* Raise supporting copy one step without disturbing display headings or product data. */
.hero-status, .hero-left-note, .signal-index, .section-kicker, .eyebrow { font-size: max(12px, .73rem); }
.site-footer p, .site-footer .footer-links a { font-size: 12.5px; }

/* The trust strip is a record hand-off, not a second decorative scene. */
.home-trust-strip + .immersive-signal .signal-cloud { display: none; }
.home-trust-strip + .immersive-signal .signal-inner { padding-top: 76px; }
@media (max-width: 820px) { .home-trust-strip + .immersive-signal .signal-inner { padding-top: 68px; } }
@media (max-width: 520px) { .home-trust-strip + .immersive-signal .signal-inner { padding-top: 58px; } }

/* Supporting labels are deliberately readable, while display headings retain hierarchy. */
.hero-status, .hero-left-note, .signal-index, .section-kicker, .eyebrow { font-size: max(13px, .79rem); }
.site-footer p, .site-footer .footer-links a { font-size: 13.5px; }
.home-trust-item strong { font-size: 15px; }
.home-trust-item p { font-size: 13px; line-height: 1.55; }
@media (max-width: 620px) { .home-trust-item strong { font-size: 13px; } .home-trust-item p { font-size: 11.5px; } }

/* Quote workspace: one calm, document-like work surface instead of stacked cards. */
.quote-shell { max-width: 1040px; margin: 0 auto; color: #f5e9dd; }
.quote-workspace-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: clamp(28px, 4vw, 52px); border: 1px solid rgba(227,194,118,.3); border-bottom: 0; background: linear-gradient(116deg, #1c1018 0%, #120d13 67%, #13201f 100%); box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.quote-workspace-copy { max-width: 620px; }
.quote-workspace-head .section-kicker { margin: 0 0 11px; color: #e3c276; }
.quote-workspace-head h2 { margin: 0; color: #fff5eb; font: 400 clamp(38px, 5.2vw, 66px)/.94 var(--font-display, Georgia, serif); letter-spacing: -.035em; }
.quote-workspace-head p:not(.section-kicker) { max-width: 550px; margin: 16px 0 0; color: rgba(245,233,221,.7); font-size: 14px; line-height: 1.65; }
.quote-workspace-count { display: grid; min-width: 116px; padding: 13px 0 0 19px; border-left: 1px solid rgba(227,194,118,.34); color: rgba(245,233,221,.62); font-size: 10px; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.quote-workspace-count strong { display: block; color: #e3c276; font: 400 42px/.9 var(--font-display, Georgia, serif); letter-spacing: -.04em; }
.quote-workspace-body { border: 1px solid rgba(227,194,118,.3); background: #110d12; }
.quote-records { overflow-x: auto; border-bottom: 1px solid rgba(227,194,118,.18); }
.quote-shell .quote-table { min-width: 620px; margin: 0; border: 0; background: transparent; }
.quote-shell .quote-table th, .quote-shell .quote-table td { padding: 19px 22px; border-color: rgba(227,194,118,.14); }
.quote-shell .quote-table th { color: rgba(245,233,221,.5); font-size: 10px; letter-spacing: .13em; }
.quote-shell .quote-table td { color: rgba(245,233,221,.76); font-size: 14px; vertical-align: middle; }
.quote-shell .quote-table td:first-child strong { display: block; color: #fff5eb; font-size: 15px; font-weight: 600; }
.quote-shell .quote-table input[type=number] { width: 74px; min-height: 38px; padding: 6px 8px; border: 1px solid rgba(227,194,118,.28); border-radius: 0; background: #1c131a; color: #fff5eb; font: 600 13px var(--font-body, Arial, sans-serif); }
.quote-shell .quote-table .button-light { min-height: 34px; padding: 7px 10px; border-color: rgba(245,233,221,.2); background: transparent; color: rgba(245,233,221,.76); font-size: 10px; }
.quote-notes-panel { display: grid; grid-template-columns: minmax(180px, .72fr) minmax(0, 1.28fr); gap: 28px; padding: 29px clamp(22px, 3.4vw, 42px); border-bottom: 1px solid rgba(227,194,118,.18); background: rgba(227,194,118,.035); }
.quote-notes-panel .section-kicker { margin: 0 0 8px; color: #e3c276; }
.quote-notes-panel > div > p:not(.section-kicker) { margin: 0; color: rgba(245,233,221,.58); font-size: 12.5px; line-height: 1.6; }
.quote-shell .quote-form { margin: 0; }
.quote-shell .quote-form textarea { min-height: 104px; border: 1px solid rgba(227,194,118,.24); border-radius: 0; background: rgba(10,6,10,.58); color: #fff5eb; }
.quote-shell .lead-capture { margin: 0; padding: 34px clamp(22px, 3.4vw, 42px); border: 0; border-bottom: 1px solid rgba(227,194,118,.18); border-radius: 0; background: #151016; }
.quote-shell .lead-capture-head h3 { color: #fff5eb; }
.quote-shell .lead-capture-head p { color: rgba(245,233,221,.62); }
.quote-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0; padding: 24px clamp(22px, 3.4vw, 42px); background: #0c090d; }
.quote-actions-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.quote-actions .button { min-height: 44px; }
.quote-actions .button-dark { background: #e3c276; color: #1b1017; }
.quote-actions .button-dark:hover, .quote-actions .button-dark:focus-visible { background: #f5df9b; }
.quote-actions .button-light { border-color: rgba(245,233,221,.26); background: transparent; color: #f5e9dd; }
.quote-status { max-width: 370px; color: rgba(245,233,221,.55); font-size: 11.5px; line-height: 1.55; text-align: right; }
.quote-empty { display: grid; justify-items: center; gap: 14px; padding: clamp(54px, 8vw, 92px) 24px; border: 1px solid rgba(227,194,118,.3); background: #110d12; text-align: center; }
.quote-empty-mark { width: 36px; height: 36px; border: 1px solid rgba(227,194,118,.55); background: linear-gradient(135deg, rgba(227,194,118,.22), transparent); }
.quote-empty h3 { margin: 4px 0 0; color: #fff5eb; font: 400 clamp(28px, 4vw, 42px)/1 var(--font-display, Georgia, serif); }
.quote-empty p { max-width: 440px; margin: 0; color: rgba(245,233,221,.65); font-size: 14px; line-height: 1.65; }
.quote-empty .button-dark { margin-top: 8px; background: #e3c276; color: #1b1017; }
@media (max-width: 720px) { .quote-workspace-head { align-items: start; flex-direction: column; gap: 24px; padding: 30px 22px; } .quote-workspace-head h2 { font-size: 44px; } .quote-workspace-count { grid-template-columns: auto 1fr; align-items: end; gap: 8px; min-width: 0; padding: 13px 0 0; border-top: 1px solid rgba(227,194,118,.28); border-left: 0; } .quote-workspace-count strong { font-size: 34px; } .quote-notes-panel { grid-template-columns: 1fr; gap: 16px; padding: 24px 20px; } .quote-actions { align-items: stretch; flex-direction: column; padding: 20px; } .quote-actions-buttons { display: grid; grid-template-columns: 1fr; } .quote-actions .button { width: 100%; } .quote-status { max-width: none; text-align: left; } .quote-shell .lead-capture { padding: 28px 20px; } }

/* The carousel already has dedicated controls; the secondary records strip duplicated them and crowded the hero baseline. */
body.home .hero-records-strip { display: none !important; }

/* The Quote page has its own workspace heading. Keep the generic page hero as a compact context bar, not a second competing hero. */
body:has([data-quote-app]) .page-hero { min-height: 205px; padding: 74px 0 34px; }
body:has([data-quote-app]) .page-hero::after { inset: 14px; opacity: .62; }
body:has([data-quote-app]) .page-hero .content-wrap { align-items: center; }
body:has([data-quote-app]) .page-hero .eyebrow { margin-bottom: 10px; }
body:has([data-quote-app]) .page-hero h1 { font-size: clamp(42px, 4.6vw, 62px); }
body:has([data-quote-app]) .page-hero-status { min-width: 168px; }
body:has([data-quote-app]) .secondary-section { padding-top: 34px; padding-bottom: 86px; }
body:has([data-quote-app]) .secondary-section::before { display: none; }
body:has([data-quote-app]) .content-narrow { width: min(1040px, calc(100% - 40px)); }
@media (max-width: 720px) { body:has([data-quote-app]) .page-hero { min-height: 168px; padding: 74px 0 25px; } body:has([data-quote-app]) .page-hero h1 { font-size: 42px; } body:has([data-quote-app]) .page-hero-status { display: none; } body:has([data-quote-app]) .secondary-section { padding-top: 22px; padding-bottom: 58px; } body:has([data-quote-app]) .content-narrow { width: min(100% - 24px, 1040px); } }

/* Hero record labels must read as orientation, not as microscopic instrument marks. */
body.home .hero-status-label { gap: 9px; min-height: 52px; padding: 0 18px; border: 1px solid rgba(227,194,118,.48); background: rgba(23,10,20,.58); color: rgba(255,239,225,.88); font-size: 12px; font-weight: 650; letter-spacing: .045em; line-height: 1.35; }
body.home .hero-status-label .status-dot { width: 7px; height: 7px; }
body.home .specimen-stage-label { display: inline-flex; width: auto; gap: 12px; margin-bottom: 14px; color: rgba(255,239,225,.82); font-size: 12px; font-weight: 650; letter-spacing: .075em; line-height: 1.25; }
body.home .specimen-stage-label i { width: 30px; flex: 0 0 30px; }
body.home .specimen-stage-label b { font-size: 11px; letter-spacing: .09em; }
@media (max-width: 820px) { body.home .hero-status-label { min-height: 46px; padding: 0 14px; font-size: 11px; } body.home .specimen-stage-label { gap: 9px; margin-bottom: 10px; font-size: 10.5px; } body.home .specimen-stage-label i { width: 22px; flex-basis: 22px; } body.home .specimen-stage-label b { font-size: 10px; } }

/* Featured-material carousel: fixed instrument geometry prevents a long product
   name or translated label from reflowing the whole hero between slides. */
body.home .hero-specimen-stage { box-sizing: border-box; }
body.home .specimen-record {
  box-sizing: border-box;
  min-height: 204px;
  overflow: hidden;
}

body.home .specimen-record h2 {
  display: -webkit-box;
  min-height: 2em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.home .specimen-sku {
  min-height: 1.35em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.home .specimen-specs {
  grid-auto-rows: minmax(38px, auto);
}
body.home .specimen-specs span { overflow: hidden; }

@media (min-width: 821px) {
  body.home .specimen-record { height: 204px; }
  body.home .specimen-record h2 { min-height: 2em; }
}

@media (min-width: 521px) and (max-width: 820px) {
  body.home .specimen-record { height: 188px; min-height: 188px; }
  body.home .specimen-record h2 { min-height: 2em; }
}

@media (max-width: 520px) {
  body.home .hero-specimen-stage {
    min-height: 236px;
    bottom: 54px;
  }
  body.home .specimen-stage-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
  body.home .specimen-layout {
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 130px;
  }
  body.home .specimen-layout .specimen-visual {
    width: 130px;
    height: 130px;
    margin: 0;
  }
  body.home .specimen-record {
    position: absolute;
    right: 0;
    bottom: 37px;
    left: 142px;
    width: auto;
    height: 170px;
    min-height: 170px;
    margin: 0;
    padding: 12px 12px 10px;
  }
  body.home .specimen-record-heading { gap: 7px; font-size: 7.5px; }
  body.home .specimen-record-heading span { max-width: calc(100% - 66px); }
  body.home .specimen-record h2 {
    min-height: 2.05em;
    margin: 7px 0 3px;
    font-size: 19px;
    line-height: 1.02;
  }
  body.home .specimen-sku { font-size: 7.5px; }
  body.home .specimen-specs {
    grid-auto-rows: 34px;
    gap: 4px;
    margin-top: 9px;
    padding-top: 8px;
    font-size: 7.5px;
    line-height: 1.28;
  }
  body.home .specimen-specs b { margin-bottom: 2px; font-size: 5.8px; }
  body.home .specimen-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 25px;
    margin: 0;
  }
}

/* Product material record: a restrained technical archive, not another card stack. */
body.single-product .product-research-record {
  margin: 48px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #f4e8dd;
}
body.single-product .product-research-record-head {
  align-items: center;
  padding: 0 0 17px;
  border-bottom: 1px solid rgba(227, 194, 118, .28);
}
body.single-product .product-research-record-head p {
  color: #e3c276;
  font: 700 11px/1.2 var(--font-body, Arial, sans-serif);
  letter-spacing: .16em;
}
body.single-product .product-research-record .record-status {
  padding: 7px 9px;
  border-color: rgba(145, 199, 191, .35);
  background: rgba(145, 199, 191, .06);
  color: #b9e2d9;
}
body.single-product .product-overview {
  margin: 0;
  padding: 30px 0 28px;
  border-bottom: 1px solid rgba(227, 194, 118, .16);
}
body.single-product .product-overview h2 {
  margin: 0 0 12px;
  color: #fff5eb;
  font: 400 clamp(30px, 3.1vw, 44px)/1.02 var(--font-display, Italiana, Georgia, serif);
  letter-spacing: 0;
}
body.single-product .product-overview p {
  max-width: 68ch;
  color: rgba(245, 233, 221, .78);
  font-size: 15px;
  line-height: 1.72;
}
body.single-product .product-data-sheet {
  margin-top: 26px;
  border: 1px solid rgba(227, 194, 118, .24);
  background: rgba(18, 14, 19, .54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}
body.single-product .product-data-sheet-head {
  min-height: 58px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(227, 194, 118, .18);
  background: rgba(227, 194, 118, .045);
}
body.single-product .product-data-sheet-head h2 {
  margin: 0;
  color: #f8eee5;
  font: 700 11px/1.2 var(--font-body, Arial, sans-serif);
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.single-product .product-data-sheet-head span {
  color: rgba(185, 226, 217, .78);
  font-size: 10px;
}
body.single-product .product-data-sheet dl > div {
  grid-template-columns: minmax(190px, 31%) minmax(0, 1fr);
  gap: 24px;
  padding: 16px 20px;
  border-top: 0;
  border-bottom: 1px solid rgba(227, 194, 118, .11);
}
body.single-product .product-data-sheet dl > div:last-child { border-bottom: 0; }
body.single-product .product-data-sheet dt {
  color: rgba(227, 194, 118, .82);
  font: 700 10px/1.45 var(--font-body, Arial, sans-serif);
  letter-spacing: .11em;
}
body.single-product .product-data-sheet dd {
  color: rgba(255, 245, 235, .9);
  font-size: 14px;
  line-height: 1.58;
}
body.single-product .product-data-sheet .is-custom dt { color: #c7e8df; }
body.single-product .product-data-sheet.has-custom-rows .product-data-row:nth-child(even) { background: rgba(255, 255, 255, .018); }
@media (max-width: 820px) {
  body.single-product .product-research-record { margin-top: 34px; }
  body.single-product .product-overview { padding: 24px 0 22px; }
  body.single-product .product-overview h2 { font-size: 31px; }
  body.single-product .product-overview p { font-size: 14px; }
  body.single-product .product-data-sheet { margin-top: 21px; }
  body.single-product .product-data-sheet-head { min-height: 54px; padding: 0 15px; }
  body.single-product .product-data-sheet dl > div { grid-template-columns: minmax(104px, 37%) minmax(0, 1fr); gap: 14px; padding: 14px 15px; }
  body.single-product .product-data-sheet dt { font-size: 9px; letter-spacing: .075em; }
  body.single-product .product-data-sheet dd { font-size: 13px; }
}

/* Mobile specimen guard: the desktop scroll camera shifts the image sideways.
   Keep the material visual inside the handset safe area while the stage itself
   continues its vertical scroll hand-off. */
@media (max-width: 520px) {
  body.home .hero-specimen-stage { transform-origin: center bottom; }
  body.home .specimen-layout { width: 136px; }
  body.home .specimen-layout .specimen-visual {
    width: 136px;
    height: 136px;
    transform: none !important;
  }
  body.home .specimen-record { left: 148px; }
}
