:root {
  --ink: #0b1522;
  --ink-soft: #233044;
  --navy: #07121f;
  --blue: #0e2c4c;
  --ice: #dce8ef;
  --paper: #f3f1eb;
  --white: #fffefb;
  --accent: #86c5da;
  --line: rgba(16, 38, 58, .16);
  --mono: 'DM Mono', ui-monospace, monospace;
  --sans: 'Manrope', Arial, sans-serif;
  --serif: 'Newsreader', Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.site-notice { background: #c7dbe3; color: #0d2b45; padding: 8px 24px; font: 500 10px/1.2 var(--mono); letter-spacing: .045em; text-align: center; text-transform: uppercase; }
.notice-mark { margin-right: 7px; }
.section-shell { width: min(1232px, calc(100% - 64px)); margin-inline: auto; }
.site-header { height: 88px; width: min(1360px, calc(100% - 64px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 23px; font-weight: 800; letter-spacing: -.075em; line-height: 1; }
.brand > span > span { color: #3e8dac; }
.brand-mark { width: 29px; height: 29px; color: #167294; }
.main-nav { display: flex; gap: clamp(18px, 2.3vw, 36px); margin-left: 60px; }
.main-nav a, .text-button { font-size: 12px; font-weight: 700; letter-spacing: .035em; transition: color .2s; }
.main-nav a:hover, .text-button:hover { color: #287d9e; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.text-button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.quote-button { display: inline-flex; align-items: center; gap: 11px; border: 1px solid #16304a; background: transparent; color: #102a42; cursor: pointer; padding: 10px 13px 10px 16px; font-size: 11px; font-weight: 800; letter-spacing: .035em; }
.quote-button b { display: grid; place-items: center; width: 20px; height: 20px; background: var(--ink); color: white; border-radius: 50%; font: 500 10px var(--mono); }
.mobile-menu { display: none; }
.hero { min-height: 632px; position: relative; isolation: isolate; overflow: hidden; background: var(--navy); color: #f7fbfc; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(1, 8, 16, .87) 2%, rgba(2, 10, 19, .70) 42%, rgba(2, 10, 19, .04) 74%); }
.hero-content { padding: 108px 0 84px 76px; max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #2e7491; font: 500 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 23px; height: 1px; background: currentColor; }
.eyebrow.light { color: #9fcfe0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.05em; line-height: .99; }
h1 { max-width: 650px; margin-bottom: 28px; font: 600 clamp(57px, 6.6vw, 93px)/.91 var(--serif); }
h1 em, h2 em { font-weight: 500; }
.hero-copy { max-width: 485px; margin: 0 0 34px; color: #d3e1e6; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 13px; }
.button { border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 49px; padding: 0 19px; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: #b9dce6; border-color: #b9dce6; color: #102b42; }
.button.primary:hover { background: #d4e9ef; }
.button.ghost { color: white; border-color: rgba(255,255,255,.4); }
.button.ghost:hover { background: rgba(255,255,255,.09); }
.button.outline { border-color: #0e2a43; color: #0e2a43; background: transparent; }
.hero-meta { position: absolute; bottom: 24px; left: 76px; display: flex; gap: 11px; align-items: center; color: #b5d0db; font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero-meta i { display: block; width: 3px; height: 3px; border-radius: 50%; background: #81c1d4; }
.hero-precision-card { position: absolute; bottom: 36px; right: 43px; width: 165px; padding: 17px; border: 1px solid rgba(203,231,239,.38); background: rgba(7, 23, 38, .45); backdrop-filter: blur(8px); }
.hero-precision-card p { margin-bottom: 10px; color: #a2cedd; font: 500 8px var(--mono); letter-spacing: .11em; }
.hero-precision-card strong { display: block; margin-bottom: 8px; font: 500 25px/1 var(--serif); }
.hero-precision-card span { color: #d4e2e6; font-size: 10px; line-height: 1.45; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1232px, calc(100% - 64px)); margin: 0 auto; border: solid var(--line); border-width: 0 1px 1px; }
.proof-strip div { min-height: 125px; padding: 28px 29px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip span { display: block; margin-bottom: 13px; color: #4e91ab; font: 500 9px var(--mono); letter-spacing: .12em; }
.proof-strip strong { display: block; font-size: 14px; letter-spacing: -.02em; }
.proof-strip small { color: #657181; font-size: 11px; }
.intro { padding: 136px 0 131px; }
.section-kicker { margin-bottom: 38px; color: #688193; font: 500 10px var(--mono); letter-spacing: .12em; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 160px; align-items: end; }
h2 { margin-bottom: 0; font: 600 clamp(40px, 4.5vw, 64px)/.96 var(--serif); }
.intro-grid h2 { max-width: 650px; }
.intro-grid p { margin-bottom: 26px; color: #4c5968; font-size: 16px; line-height: 1.75; }
.underlined-link { display: inline-flex; padding-bottom: 7px; border-bottom: 1px solid #2b7592; color: #1a637f; font-size: 12px; font-weight: 800; letter-spacing: .025em; }
.underlined-link span { margin-left: 24px; }
.catalog-section { padding-bottom: 142px; }
.section-header { display: flex; justify-content: space-between; gap: 64px; align-items: end; margin-bottom: 44px; }
.section-header h2 { max-width: 650px; }
.catalog-intro { max-width: 310px; margin-bottom: 7px; color: #566575; font-size: 14px; line-height: 1.65; }
.catalog-tools { display: grid; grid-template-columns: 1.3fr .8fr 105px; gap: 14px; align-items: stretch; padding: 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.search-field, .select-field { position: relative; display: flex; align-items: center; gap: 11px; min-height: 46px; border: 1px solid #c6ccd0; background: rgba(255,255,255,.34); padding: 0 13px; }
.search-field span { color: #387f9c; font: 400 24px/1 var(--serif); transform: translateY(-2px); }
.search-field input, .select-field select { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.search-field input::placeholder { color: #72808a; }
.select-field { gap: 8px; padding-right: 7px; }
.select-field > span { color: #657381; font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.select-field select { cursor: pointer; font-weight: 700; }
#product-count { margin: auto 0; color: #587080; font: 500 10px var(--mono); text-align: right; }
.category-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 31px; }
.category-pill { padding: 7px 11px; border: 1px solid #ccd4d7; background: transparent; color: #536573; cursor: pointer; font: 500 9px var(--mono); letter-spacing: .045em; text-transform: uppercase; transition: .2s; }
.category-pill:hover, .category-pill.active { border-color: #1d718f; background: #1d718f; color: white; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid #d6dcdb; background: #fbfaf6; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(15, 34, 49, .1); }
.product-photo { position: relative; aspect-ratio: .98; overflow: hidden; background: #102235; }
.product-photo img { display: block; width: 100%; height: 100%; object-fit: cover; opacity: .98; transform: scale(1.52); transform-origin: 50% 54%; transition: transform .4s; }
.product-card:hover .product-photo img { transform: scale(1.58); }
.product-info { display: flex; flex: 1; flex-direction: column; padding: 16px 16px 14px; }
.product-area { margin-bottom: 8px; color: #337f9c; font: 500 8px var(--mono); letter-spacing: .075em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-info h3 { min-height: 43px; margin: 0 0 18px; font-size: 13px; line-height: 1.35; letter-spacing: -.018em; }
.product-info button { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; padding: 0; border: 0; background: transparent; color: #183a54; cursor: pointer; font: 800 10px var(--sans); letter-spacing: .055em; text-align: left; text-transform: uppercase; }
.product-info button span { font-size: 16px; font-weight: 400; }
.load-more { display: block; margin: 41px auto 0; padding: 12px 17px; border: 1px solid #9cb5c0; background: transparent; color: #245b73; cursor: pointer; font: 800 10px var(--sans); letter-spacing: .07em; text-transform: uppercase; }
.load-more span { margin-left: 15px; }
.quality-section { background: #0b1d30; color: #eff9fb; }
.quality-inner { padding: 133px 0 0; }
.quality-heading { display: grid; grid-template-columns: 1.1fr .85fr; column-gap: 120px; align-items: end; }
.quality-heading .eyebrow { grid-column: 1 / -1; }
.quality-heading h2 { max-width: 570px; }
.quality-heading > p:last-child { max-width: 380px; margin: 0 0 4px; color: #acc5d0; font-size: 15px; line-height: 1.7; }
.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 74px; border-top: 1px solid rgba(192,224,235,.22); }
.quality-grid article { min-height: 292px; padding: 28px 28px 40px; border-right: 1px solid rgba(192,224,235,.22); }
.quality-grid article:first-child { border-left: 1px solid rgba(192,224,235,.22); }
.quality-number { display: inline-block; margin-bottom: 59px; color: #82b8ca; font: 500 10px var(--mono); }
.quality-grid h3 { margin-bottom: 12px; font-size: 15px; letter-spacing: -.025em; }
.quality-grid p { margin: 0; color: #b4cbd5; font-size: 12px; line-height: 1.7; }
.quality-source { padding: 21px 0 23px; color: #89aab6; font-size: 10px; line-height: 1.6; }
.quality-source a { color: #c3e8f3; text-decoration: underline; text-underline-offset: 4px; }
.process-section { display: grid; grid-template-columns: .83fr 1.17fr; gap: 120px; padding: 142px 0; }
.process-aside h2 { margin-bottom: 29px; }
.process-aside > p:not(.eyebrow) { max-width: 380px; margin-bottom: 27px; color: #516170; font-size: 14px; line-height: 1.75; }
.process-timeline { position: relative; margin: 0; padding: 0; list-style: none; }
.process-timeline::before { content: ''; position: absolute; top: 10px; bottom: 10px; left: 10px; width: 1px; background: #aabfc7; }
.process-timeline li { position: relative; display: grid; grid-template-columns: 68px 1fr; gap: 17px; min-height: 120px; }
.process-timeline li:last-child { min-height: 0; }
.process-timeline li > span { z-index: 1; display: grid; place-items: center; width: 21px; height: 21px; color: #155a76; border: 1px solid #6fa5b8; border-radius: 50%; background: var(--paper); font: 500 8px var(--mono); }
.process-timeline h3 { margin: -3px 0 9px; font-size: 17px; letter-spacing: -.025em; }
.process-timeline p { max-width: 475px; margin: 0; color: #596977; font-size: 13px; line-height: 1.67; }
.documentation-section { padding-bottom: 112px; }
.documentation-card { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 64px 75px; color: #edf6f7; background: #2d6f87; }
.documentation-card .eyebrow { color: #ccedf2; }
.documentation-card h2 { max-width: 610px; }
.documentation-card > div:first-child > p:last-child { max-width: 610px; margin: 23px 0 0; color: #d4e8ec; font-size: 14px; line-height: 1.7; }
.document-actions { display: flex; flex-direction: column; gap: 11px; min-width: 226px; }
.documentation-card .button.primary { background: #e4f3f4; border-color: #e4f3f4; }
.documentation-card .button.outline { color: white; border-color: rgba(255,255,255,.6); }
.site-footer { padding: 63px 0 25px; color: #d8e5e9; background: #07131f; }
.footer-top { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 70px; align-items: start; padding-bottom: 57px; }
.footer-brand { color: #f0f5f6; }
.footer-top > p { max-width: 205px; margin: 0; color: #9eb4bf; font-size: 13px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(2, max-content); justify-content: end; gap: 14px 32px; color: #d2e0e4; font-size: 11px; font-weight: 700; }
.footer-links a:hover { color: #86c5da; }
.footer-bottom { display: flex; gap: 35px; justify-content: space-between; padding-top: 21px; border-top: 1px solid rgba(201,225,232,.18); color: #819ba6; font: 400 8px/1.7 var(--mono); letter-spacing: .03em; }
.footer-bottom p { max-width: 770px; margin: 0; }
.modal-backdrop { position: fixed; inset: 0; z-index: 10; background: rgba(3, 13, 23, .73); backdrop-filter: blur(5px); }
.modal { position: fixed; z-index: 11; top: 50%; left: 50%; display: grid; grid-template-columns: 44% 56%; width: min(850px, calc(100% - 32px)); max-height: min(675px, calc(100vh - 32px)); overflow-y: auto; transform: translate(-50%, -50%); background: #f8f7f2; box-shadow: 0 28px 90px rgba(0,0,0,.42); }
.modal[hidden], .modal-backdrop[hidden] { display: none; }
.modal-close { position: absolute; z-index: 2; top: 13px; right: 15px; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.85); color: #193950; cursor: pointer; font-size: 25px; line-height: 1; }
.modal-vial { position: relative; overflow: hidden; min-height: 500px; background: #102134; }
.modal-vial img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.2); transform-origin: 50% 54%; }
.modal-details { padding: 67px 48px 42px; }
.modal-details h2, .small-modal h2 { margin-bottom: 10px; font-size: 46px; }
.modal-category { margin-bottom: 30px; color: #447f98; font: 500 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.modal-details dl { margin: 0 0 28px; }
.modal-details dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid #dbe0df; font-size: 11px; }
.modal-details dt { color: #63717a; }.modal-details dd { margin: 0; color: #153349; font-weight: 700; text-align: right; }
.modal-note { margin: 15px 0 0; color: #78848a; font-size: 10px; line-height: 1.5; }
.small-modal { display: block; width: min(465px, calc(100% - 32px)); padding: 47px 43px 42px; }
.small-modal > p:not(.eyebrow):not(.form-message) { color: #5e6d78; font-size: 13px; line-height: 1.7; }
.small-modal form { display: grid; gap: 15px; margin-top: 25px; }
.small-modal label { display: grid; gap: 7px; color: #456778; font: 500 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.small-modal input { height: 45px; padding: 0 12px; border: 1px solid #bdc9cd; outline: none; background: #fffefb; color: #102a40; font: 500 12px var(--sans); }
.small-modal input:focus { border-color: #287c99; box-shadow: 0 0 0 3px rgba(85,156,181,.15); }
.small-modal .button { width: 100%; margin-top: 4px; }
.form-message { min-height: 17px; margin: 14px 0 0; color: #1b6e8e; font-size: 11px; }
.quote-items { display: grid; gap: 5px; max-height: 175px; overflow-y: auto; margin: 22px 0; }
.quote-item, .quote-empty { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid #d8dfdf; color: #19374d; font-size: 12px; font-weight: 700; }
.quote-item small { display: block; margin-top: 3px; color: #5e8ca2; font: 500 8px var(--mono); text-transform: uppercase; }.quote-item button { border: 0; background: transparent; color: #447d95; cursor: pointer; font-size: 18px; }
.age-modal { display: block; width: min(518px, calc(100% - 32px)); padding: 49px 52px; text-align: center; }
.age-modal .eyebrow { justify-content: center; }.age-modal h2 { margin-bottom: 17px; }.age-modal > p:not(.eyebrow) { margin-bottom: 24px; color: #5e6e77; font-size: 13px; line-height: 1.7; }
.age-mark { display: grid; place-items: center; width: 39px; height: 39px; margin: 0 auto 23px; border: 1px solid #237797; border-radius: 50%; color: #1a6e8d; font: 600 24px var(--serif); }
.check-line { display: flex; gap: 10px; align-items: flex-start; margin: 0 0 23px; text-align: left; color: #355063; font-size: 11px; line-height: 1.55; }.check-line input { margin-top: 3px; accent-color: #287d9b; }.age-modal .button { width: 100%; }.age-modal .button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
body.modal-open { overflow: hidden; }
@media (max-width: 900px) {
  .main-nav { margin-left: 0; }.header-actions { gap: 10px; }.text-button { display: none; }.hero-content { padding-left: 52px; }.hero-meta { left: 52px; }.hero-precision-card { right: 22px; }.intro-grid, .quality-heading { gap: 60px; }.process-section { gap: 55px; }.product-grid { grid-template-columns: repeat(3, 1fr); }.quality-grid article { padding-inline: 19px; }.documentation-card { padding: 49px; }
}
@media (max-width: 700px) {
  .section-shell, .site-header, .proof-strip { width: min(100% - 32px, 1232px); }.site-notice { padding-inline: 16px; font-size: 8px; }.site-header { height: 71px; }.brand { font-size: 21px; }.main-nav { position: absolute; z-index: 8; top: 71px; right: 16px; left: 16px; display: none; flex-direction: column; gap: 0; padding: 10px 18px; border: 1px solid #ced9dd; background: #f6f5f0; box-shadow: 0 15px 27px rgba(11,21,34,.12); }.main-nav.open { display: flex; }.main-nav a { padding: 12px 0; border-bottom: 1px solid #dfe4e3; }.main-nav a:last-child { border: 0; }.mobile-menu { display: grid; gap: 5px; width: 30px; padding: 7px; border: 0; background: transparent; cursor: pointer; }.mobile-menu span { width: 16px; height: 1px; background: var(--ink); }.header-actions { margin-left: auto; }.quote-button { padding: 7px; border: 0; }.quote-button span { display: none; }.hero { min-height: 598px; }.hero::after { background: linear-gradient(90deg, rgba(1,8,16,.9), rgba(2,10,19,.6)); }.hero-content { padding: 83px 28px 105px; }.hero-content h1 { font-size: clamp(53px, 15vw, 75px); }.hero-copy { font-size: 14px; }.hero-actions { flex-wrap: wrap; }.hero-meta { left: 28px; bottom: 20px; font-size: 8px; }.hero-precision-card { display: none; }.proof-strip { grid-template-columns: repeat(2, 1fr); }.proof-strip div { min-height: 108px; padding: 20px; }.proof-strip div:nth-child(2) { border-right: 0; }.proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.intro { padding: 82px 0; }.intro-grid, .quality-heading, .process-section { grid-template-columns: 1fr; gap: 26px; }.section-kicker { margin-bottom: 25px; }.section-header { display: block; margin-bottom: 28px; }.catalog-intro { margin-top: 22px; }.catalog-tools { grid-template-columns: 1fr; }.select-field { min-height: 42px; }.category-pills { max-height: 90px; overflow-y: auto; padding-right: 4px; }.product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.product-info { padding: 12px; }.product-info h3 { min-height: 50px; margin-bottom: 14px; font-size: 12px; }.vial-product-label { top: 59%; }.quality-inner { padding-top: 80px; }.quality-grid { grid-template-columns: 1fr 1fr; margin-top: 46px; }.quality-grid article { min-height: 228px; padding: 20px 15px; border-bottom: 1px solid rgba(192,224,235,.22); }.quality-grid article:nth-child(3) { border-left: 1px solid rgba(192,224,235,.22); }.quality-number { margin-bottom: 35px; }.quality-grid p { font-size: 11px; }.process-section { padding: 84px 0; }.process-timeline li { grid-template-columns: 48px 1fr; }.documentation-section { padding-bottom: 62px; }.documentation-card { display: block; padding: 35px 28px; }.document-actions { margin-top: 30px; }.footer-top { grid-template-columns: 1fr; gap: 26px; }.footer-links { justify-content: start; }.footer-bottom { display: block; }.footer-bottom p + p { margin-top: 12px; }.modal { grid-template-columns: 1fr; }.modal-vial { display: none; }.modal-details { padding: 56px 28px 30px; }.small-modal, .age-modal { padding: 44px 28px 32px; }.small-modal h2, .modal-details h2 { font-size: 38px; }
}

/* SpecPep signal system — v2 */
.home-page .flow-hero-image { object-position: 64% center; filter: saturate(1.22) contrast(1.09) brightness(.94); transform: scale(1.012); }
.home-page .flow-hero-wash { background: linear-gradient(99deg, rgba(0, 5, 13, .99) 0%, rgba(0, 7, 16, .94) 28%, rgba(0, 10, 21, .56) 53%, rgba(0, 7, 16, .02) 84%), linear-gradient(0deg, rgba(0, 6, 14, .78), transparent 46%); }
.home-page .hero-spotlight { position: absolute; z-index: 0; inset: 0; pointer-events: none; opacity: .82; background: radial-gradient(390px circle at var(--hero-x, 57%) var(--hero-y, 42%), rgba(91, 219, 255, .13), transparent 57%); mix-blend-mode: screen; transition: background-position .16s ease-out; }
.home-page .hero-frequency { position: absolute; z-index: 1; top: 51%; right: max(38px, calc((100vw - 1232px) / 2)); display: flex; width: min(350px, 27vw); align-items: center; gap: 12px; color: rgba(199, 242, 255, .64); font: 500 8px/1 var(--mono); letter-spacing: .14em; white-space: nowrap; transform: rotate(-90deg) translateX(50%); transform-origin: right center; }
.home-page .hero-frequency i { display: block; flex: 1; height: 1px; background: linear-gradient(90deg, rgba(134, 229, 255, .15), rgba(134, 229, 255, .8), rgba(134, 229, 255, .15)); }
.material-reel { position: relative; overflow: hidden; color: #e9f8fc; background: #030f1d; }
.material-reel::before { position: absolute; inset: 0; background: radial-gradient(ellipse at 78% 43%, rgba(7, 134, 208, .34), transparent 28%), radial-gradient(ellipse at 68% 67%, rgba(35, 61, 206, .22), transparent 33%), linear-gradient(90deg, rgba(108, 209, 244, .045) 1px, transparent 1px), linear-gradient(rgba(108, 209, 244, .045) 1px, transparent 1px); background-size: auto, auto, 64px 64px, 64px 64px; content: ''; }
.material-reel::after { position: absolute; right: -15%; bottom: -44%; width: 76vw; height: 76vw; border: 1px solid rgba(130, 220, 255, .18); border-radius: 50%; box-shadow: 0 0 0 68px rgba(91, 186, 226, .035), 0 0 0 138px rgba(91, 186, 226, .02); content: ''; }
.material-reel-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .76fr 1.24fr; gap: 7vw; min-height: 665px; align-items: center; }
.material-reel-copy { max-width: 430px; padding: 90px 0; }.material-reel-copy .flow-kicker { color: #a4e6fa; }.material-reel-copy h2 { max-width: 410px; margin: 0; color: #f6fcff; font: 600 clamp(54px, 5.4vw, 84px)/.9 var(--serif); letter-spacing: -.065em; }.material-reel-copy h2 em { color: #9cddf3; font-weight: 500; }.material-reel-copy > p:not(.flow-kicker) { max-width: 370px; margin: 28px 0 31px; color: #a9c8d4; font-size: 14px; line-height: 1.75; }
.reel-link { display: inline-flex; gap: 16px; padding-bottom: 9px; border-bottom: 1px solid rgba(176, 232, 248, .43); color: #edfaff; font: 700 10px var(--sans); letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, border-color .2s ease; }.reel-link:hover { border-color: #8fdff8; color: #8fdff8; }
.reel-stage { position: relative; min-height: 590px; overflow: hidden; border-left: 1px solid rgba(160, 221, 241, .21); }
.reel-grid { position: absolute; inset: 0; opacity: .64; background-image: linear-gradient(rgba(133, 226, 255, .095) 1px, transparent 1px), linear-gradient(90deg, rgba(133, 226, 255, .095) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle at 58% 49%, #000, transparent 74%); }
.reel-stage-index { position: absolute; z-index: 4; top: 29px; right: 4px; color: #9fdbe8; font: 500 8px var(--mono); letter-spacing: .15em; writing-mode: vertical-rl; }
.reel-halo { position: absolute; z-index: 0; border: 1px solid rgba(97, 215, 246, .26); border-radius: 50%; }.halo-a { top: 50%; left: 53%; width: 450px; height: 450px; transform: translate(-50%, -50%); box-shadow: 0 0 0 33px rgba(41, 146, 191, .055), 0 0 79px rgba(17, 155, 215, .38); animation: reel-spin 24s linear infinite; }.halo-b { top: 51%; left: 53%; width: 315px; height: 315px; border-style: dashed; transform: translate(-50%, -50%); animation: reel-spin 17s linear infinite reverse; }
.reel-vial { position: absolute; z-index: 2; width: 205px; margin: 0; filter: drop-shadow(0 25px 22px rgba(0, 0, 0, .52)); transition: transform .45s cubic-bezier(.2,.75,.3,1), filter .45s ease; }.reel-vial img { display: block; width: 100%; aspect-ratio: 1 / 1.24; object-fit: cover; object-position: center; border: 1px solid rgba(158, 221, 240, .2); background: #071725; }.reel-vial figcaption { display: flex; justify-content: space-between; gap: 11px; margin: 10px 1px 0; color: #e8f9fd; font: 600 8px var(--mono); letter-spacing: .04em; white-space: nowrap; }.reel-vial figcaption span { color: #8acde0; }.reel-vial-one { top: 78px; left: 7%; transform: rotate(-7deg); }.reel-vial-two { top: 205px; left: 38%; width: 233px; transform: rotate(4deg); }.reel-vial-three { right: 7%; bottom: 69px; transform: rotate(-4deg); }.reel-vial:hover { z-index: 5; filter: drop-shadow(0 34px 30px rgba(0, 0, 0, .72)); transform: translateY(-15px) scale(1.035) rotate(0); }
@keyframes reel-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .home-page .hero-spotlight { display: none; }.halo-a, .halo-b { animation: none; } }
@media (max-width: 1020px) { .material-reel-inner { grid-template-columns: .72fr 1.28fr; gap: 4vw; }.reel-vial { width: 170px; }.reel-vial-two { width: 196px; }.reel-vial-three { right: 2%; }.hero-frequency { display: none; } }
@media (max-width: 700px) { .home-page .flow-hero-image { object-position: 62% center; }.home-page .flow-hero-wash { background: linear-gradient(90deg, rgba(0, 5, 13, .96), rgba(0, 8, 18, .75) 67%, rgba(0, 8, 18, .25)), linear-gradient(0deg, rgba(0, 6, 14, .9), transparent 47%); }.material-reel-inner { display: block; min-height: 0; }.material-reel-copy { padding: 84px 0 18px; }.material-reel-copy h2 { font-size: clamp(52px, 15vw, 73px); }.reel-stage { min-height: 555px; margin: 30px -24px 0; border-left: 0; }.reel-stage-index { right: 12px; }.reel-vial { width: 142px; }.reel-vial-two { top: 183px; left: 35%; width: 166px; }.reel-vial-one { top: 71px; left: 4%; }.reel-vial-three { right: 3%; bottom: 60px; }.reel-vial figcaption { display: none; }.halo-a { width: 345px; height: 345px; }.halo-b { width: 240px; height: 240px; } }

/* -------------------------------------------------------------------------- */
/* SpecPep 2026 flow system — home page                                       */
/* -------------------------------------------------------------------------- */
.home-page { background: #edf1f3; overflow-x: hidden; }
.home-page .site-notice { position: relative; z-index: 8; padding-block: 9px; color: #c6e7f2; background: #030b16; }
.home-page .site-header { position: absolute; z-index: 7; top: 33px; left: 50%; height: 88px; color: #f6fbff; transform: translateX(-50%); }
.home-page .brand { color: #f6fbff; }.home-page .brand-mark { color: #9ce4ff; }.home-page .brand > span > span { color: #7cc7e3; }
.home-page .main-nav a, .home-page .text-button { color: rgba(239, 249, 252, .8); }.home-page .main-nav a:hover, .home-page .text-button:hover { color: #b7efff; }
.home-page .quote-button { border-color: rgba(202, 236, 248, .38); color: #e8f8fc; background: rgba(4, 18, 31, .2); backdrop-filter: blur(14px); }.home-page .quote-button b { color: #061521; background: #b5e5f4; }
.flow-hero { position: relative; min-height: max(720px, calc(100svh - 35px)); isolation: isolate; overflow: hidden; color: #f6fbff; background: #020814; }
.flow-hero-image { position: absolute; z-index: -4; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(1.1) contrast(1.05); }
.flow-hero-wash { position: absolute; z-index: -3; inset: 0; background: linear-gradient(100deg, rgba(0, 7, 15, .97) 0%, rgba(1, 10, 20, .92) 28%, rgba(1, 12, 23, .53) 55%, rgba(0, 8, 17, .06) 79%), linear-gradient(0deg, rgba(0, 8, 18, .8), transparent 39%); }
.flow-grid { position: absolute; z-index: -2; inset: 0; opacity: .3; background-image: linear-gradient(rgba(137, 214, 241, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(137, 214, 241, .07) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(90deg, #000 0 44%, transparent 77%); }
.flow-orb { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; filter: blur(2px); mix-blend-mode: screen; }
.orb-one { top: 16%; left: 32%; width: 19rem; height: 19rem; background: radial-gradient(circle, rgba(26, 150, 235, .22), rgba(26, 150, 235, 0) 69%); animation: drift-orb 11s ease-in-out infinite alternate; }
.orb-two { right: 3%; bottom: 5%; width: 31rem; height: 31rem; background: radial-gradient(circle, rgba(42, 185, 255, .16), rgba(42, 185, 255, 0) 69%); animation: drift-orb 15s -3s ease-in-out infinite alternate-reverse; }
.flow-hero-inner { position: relative; z-index: 1; display: flex; min-height: max(720px, calc(100svh - 35px)); flex-direction: column; justify-content: center; padding-top: 90px; padding-bottom: 116px; }
.flow-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 27px; color: #a5ddeb; font: 500 10px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }.flow-kicker span { width: 25px; height: 1px; background: currentColor; }.flow-kicker.dark { color: #337d98; }
.flow-hero h1 { max-width: 760px; margin: 0 0 27px; color: #f9fcff; font: 600 clamp(64px, 7.4vw, 116px)/.87 var(--serif); letter-spacing: -.07em; }.flow-hero h1 em { color: #b8e8f7; font-style: italic; font-weight: 500; }
.flow-lead { max-width: 510px; margin: 0 0 37px; color: #c8dbe4; font-size: 16px; line-height: 1.72; }
.flow-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }.flow-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 0 19px; border: 1px solid transparent; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .28s ease, background .28s ease, color .28s ease, border-color .28s ease; cursor: pointer; }.flow-button:hover { transform: translateY(-3px); }.flow-button-primary { color: #071824; background: #c4ebf5; box-shadow: 0 13px 36px rgba(44, 160, 205, .18); }.flow-button-primary:hover { background: #effbff; }.flow-button-quiet { color: #e5f6fc; border-color: rgba(209, 241, 251, .42); background: rgba(3, 16, 28, .18); backdrop-filter: blur(8px); }.flow-button-quiet:hover { border-color: #d9f5fd; background: rgba(145, 215, 239, .13); }.flow-button-dark { color: #eaf8fc; background: #08263b; }.flow-button-dark:hover { background: #104869; }
.flow-tagline { display: flex; align-items: center; gap: 11px; margin-top: 68px; color: #9dc2d0; font: 500 8px/1.4 var(--mono); letter-spacing: .11em; text-transform: uppercase; }.flow-tagline i { width: 4px; height: 4px; border-radius: 50%; background: #6fcae6; }
.hero-trace { position: absolute; z-index: 2; right: max(36px, calc((100vw - 1232px) / 2)); bottom: 34px; display: grid; grid-template-columns: repeat(3, 1fr); width: min(545px, 41vw); overflow: hidden; border: 1px solid rgba(175, 228, 246, .3); background: rgba(3, 16, 29, .58); backdrop-filter: blur(17px); }.trace-label { position: absolute; top: 12px; left: 15px; color: #9bd8ec; font: 500 8px var(--mono); letter-spacing: .12em; text-transform: uppercase; }.hero-trace > div { min-height: 94px; padding: 39px 14px 13px; border-right: 1px solid rgba(175, 228, 246, .2); }.hero-trace > div:last-child { border: 0; }.hero-trace b { display: block; margin-bottom: 6px; color: #6fc4e1; font: 500 9px var(--mono); }.hero-trace p { margin: 0; color: #f3fbfe; font-size: 11px; font-weight: 700; line-height: 1.2; }.hero-trace small { display: block; margin-top: 4px; color: #a4c8d4; font: 400 8px/1.35 var(--mono); }
.signal-tape { overflow: hidden; border-block: 1px solid rgba(50, 111, 135, .24); color: #13415a; background: #c7edf6; }.signal-tape-track { display: flex; width: max-content; align-items: center; gap: 31px; padding: 14px 0; white-space: nowrap; animation: tape-flow 32s linear infinite; font: 600 9px var(--mono); letter-spacing: .13em; }.signal-tape-track i { color: #278db1; font-style: normal; }
.manifest-section { display: grid; grid-template-columns: 1.1fr .63fr; gap: 90px 12vw; padding: 150px 0 124px; }.manifest-intro h2, .quality-flow h2, .record-panel h2, .final-flow h2 { margin: 0; font: 600 clamp(48px, 5vw, 76px)/.93 var(--serif); letter-spacing: -.06em; }.manifest-intro h2 { max-width: 780px; }.manifest-intro em, .quality-flow h2 em, .record-panel h2 em, .final-flow h2 em { color: #287896; font-style: italic; font-weight: 500; }.manifest-copy { align-self: end; padding-bottom: 7px; }.manifest-copy p { margin-bottom: 28px; color: #526776; font-size: 15px; line-height: 1.78; }.manifest-tiles { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 7px; }.manifest-tile { position: relative; min-height: 290px; padding: 29px 28px; overflow: hidden; border: 1px solid #cbd8dd; background: linear-gradient(145deg, #f9fbfb, #e5ecee); transition: transform .35s ease, box-shadow .35s ease; }.manifest-tile::after { position: absolute; right: -17px; bottom: -43px; width: 144px; height: 144px; border: 1px solid rgba(53, 133, 162, .22); border-radius: 50%; box-shadow: 0 0 0 24px rgba(53, 133, 162, .06), 0 0 0 49px rgba(53, 133, 162, .035); content: ''; transition: transform .5s ease; }.manifest-tile:hover { transform: translateY(-7px); box-shadow: 0 24px 46px rgba(20, 60, 79, .12); }.manifest-tile:hover::after { transform: scale(1.15); }.manifest-tile > span { position: relative; z-index: 1; display: block; margin-bottom: 49px; color: #3a87a3; font: 500 9px var(--mono); letter-spacing: .13em; }.manifest-tile h3 { position: relative; z-index: 1; max-width: 280px; margin: 0 0 13px; font-size: 21px; letter-spacing: -.04em; line-height: 1.12; }.manifest-tile p { position: relative; z-index: 1; max-width: 270px; margin: 0; color: #5b7180; font-size: 12px; line-height: 1.72; }.manifest-tile b { position: absolute; z-index: 1; right: 24px; bottom: 21px; color: #1e6d89; font: 500 10px var(--mono); letter-spacing: .1em; }
.quality-flow { position: relative; overflow: hidden; color: #eaf7fb; background: #051627; }.quality-flow::before { position: absolute; inset: 0; opacity: .55; background: radial-gradient(circle at 78% 45%, rgba(23, 142, 194, .24), transparent 23%), radial-gradient(circle at 82% 23%, rgba(36, 97, 204, .2), transparent 27%), linear-gradient(90deg, rgba(112, 201, 233, .055) 1px, transparent 1px), linear-gradient(rgba(112, 201, 233, .055) 1px, transparent 1px); background-size: auto, auto, 57px 57px, 57px 57px; content: ''; }.quality-flow-inner { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px 11vw; padding: 143px 0 90px; }.quality-flow-copy { align-self: center; }.quality-flow-copy .flow-kicker { color: #a8e4f5; }.quality-flow-copy h2 { max-width: 560px; color: #f3fbfd; }.quality-flow-copy h2 em { color: #a7e1f5; }.quality-flow-copy > p:not(.flow-kicker) { max-width: 440px; margin: 27px 0 28px; color: #aac5d0; font-size: 15px; line-height: 1.76; }.source-link { color: #cbf1fb; font: 700 10px var(--sans); letter-spacing: .07em; text-decoration: underline; text-underline-offset: 6px; text-transform: uppercase; }
.quality-orbit { position: relative; min-height: 520px; }.orbit-core, .orbit-ring { position: absolute; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%, -50%); }.orbit-core { z-index: 2; display: grid; place-items: center; width: 130px; height: 130px; border: 1px solid rgba(172, 233, 250, .72); color: #d8f8ff; background: radial-gradient(circle, rgba(37, 155, 202, .46), rgba(9, 42, 69, .75) 65%); box-shadow: 0 0 74px rgba(74, 203, 245, .22); font: 500 10px/1.45 var(--mono); letter-spacing: .1em; text-align: center; }.orbit-ring { width: 362px; height: 362px; border: 1px solid rgba(125, 207, 238, .22); animation: orbit-breathe 7s ease-in-out infinite; }.ring-two { width: 506px; height: 506px; border-style: dashed; opacity: .65; animation-delay: -2s; }.orbit-node { position: absolute; z-index: 3; display: grid; gap: 2px; min-width: 140px; padding: 12px 14px; border: 1px solid rgba(171, 229, 246, .25); background: rgba(7, 31, 50, .76); backdrop-filter: blur(10px); }.orbit-node b { color: #83d9f2; font: 500 9px var(--mono); }.orbit-node strong { color: #eefaff; font-size: 12px; }.orbit-node small { color: #9fc3d0; font: 400 9px var(--mono); }.node-one { top: 6%; left: 6%; }.node-two { top: 17%; right: 0; }.node-three { bottom: 10%; left: 0; }.node-four { right: 5%; bottom: 4%; }.quality-meta { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(155, 215, 236, .26); }.quality-meta > div { min-height: 98px; padding: 25px 25px 0 0; border-right: 1px solid rgba(155, 215, 236, .26); }.quality-meta > div + div { padding-right: 0; padding-left: 28px; border: 0; }.quality-meta span { display: block; margin-bottom: 8px; color: #91d5ea; font: 500 9px var(--mono); letter-spacing: .12em; }.quality-meta p { max-width: 470px; margin: 0; color: #aac6d0; font-size: 12px; line-height: 1.65; }
.record-flow { display: grid; grid-template-columns: .82fr 1.18fr; gap: 112px; padding: 140px 0; }.record-panel { align-self: center; }.record-panel h2 { max-width: 530px; }.record-panel > p:not(.flow-kicker) { max-width: 420px; margin: 25px 0 30px; color: #5a7180; font-size: 15px; line-height: 1.75; }.record-stack { border-top: 1px solid #b7c9cf; }.record-stack article { display: grid; grid-template-columns: 64px 1fr 28px; gap: 16px; align-items: start; min-height: 118px; padding: 22px 0; border-bottom: 1px solid #b7c9cf; transition: padding .25s ease; }.record-stack article:hover { padding-inline: 10px; background: rgba(164, 219, 238, .16); }.record-stack article > span { color: #3383a0; font: 500 10px var(--mono); }.record-stack h3 { margin: -3px 0 7px; color: #123247; font-size: 18px; letter-spacing: -.035em; }.record-stack p { max-width: 420px; margin: 0; color: #607583; font-size: 12px; line-height: 1.65; }.record-stack i { color: #2582a2; font-size: 18px; font-style: normal; }
.final-flow { padding: 0 0 126px; }.final-flow-card { position: relative; min-height: 510px; overflow: hidden; color: #f7fcff; background: #030b16; }.final-flow-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }.final-flow-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 8, 17, .93) 2%, rgba(0, 8, 17, .73) 48%, rgba(0, 8, 17, .05)); }.final-flow-copy { position: relative; z-index: 1; max-width: 720px; padding: 96px 80px; }.final-flow-copy .flow-kicker { color: #aee7f7; }.final-flow-copy h2 { max-width: 600px; color: #f8fdff; }.final-flow-copy h2 em { color: #a7e2f5; }.final-flow-copy p:not(.flow-kicker) { max-width: 520px; margin: 25px 0 31px; color: #bed5de; font-size: 15px; line-height: 1.72; }
.home-page .site-footer { position: relative; color: #dceff5; background: #020a14; }.home-page .footer-top { padding-top: 0; }.home-page .footer-brand { color: #f4fbfd; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.3,1); }.reveal.revealed { opacity: 1; transform: translateY(0); }
@keyframes drift-orb { from { transform: translate3d(-2%, -4%, 0) scale(.92); } to { transform: translate3d(12%, 9%, 0) scale(1.15); } }
@keyframes orbit-breathe { 50% { transform: translate(-50%, -50%) scale(1.04) rotate(8deg); } }
@keyframes tape-flow { to { transform: translateX(-38%); } }
@media (prefers-reduced-motion: reduce) { .flow-orb, .signal-tape-track, .orbit-ring { animation: none; }.reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 900px) { .flow-hero-inner { padding-left: 26px; }.hero-trace { right: 26px; width: 470px; }.manifest-section, .quality-flow-inner, .record-flow { gap: 58px; }.quality-flow-inner { grid-template-columns: .8fr 1.2fr; }.quality-orbit { transform: scale(.9); transform-origin: center; }.final-flow-copy { padding: 74px 52px; } }
@media (max-width: 700px) { .home-page .site-header { top: 35px; color: #f6fbff; }.home-page .mobile-menu span { background: #e8f8fc; }.home-page .main-nav { top: 64px; border-color: rgba(160, 214, 234, .28); color: #eaf8fc; background: #061522; }.home-page .main-nav a { color: #d9eff6; border-bottom-color: rgba(160, 214, 234, .16); }.flow-hero { min-height: 740px; }.flow-hero-image { object-position: 61% center; }.flow-hero-wash { background: linear-gradient(90deg, rgba(0, 7, 15, .95), rgba(0, 8, 18, .69) 67%, rgba(0, 8, 18, .2)), linear-gradient(0deg, rgba(0, 8, 18, .94), transparent 47%); }.flow-grid { background-size: 46px 46px; mask-image: linear-gradient(90deg, #000, transparent); }.flow-hero-inner { min-height: 740px; justify-content: flex-start; padding: 128px 0 144px; }.flow-hero h1 { max-width: 510px; font-size: clamp(57px, 15vw, 80px); }.flow-lead { max-width: 355px; font-size: 14px; }.flow-tagline { display: none; }.hero-trace { right: 16px; bottom: 17px; left: 16px; width: auto; }.hero-trace > div { min-height: 80px; padding: 34px 9px 9px; }.trace-label { left: 10px; top: 10px; }.hero-trace p { font-size: 9px; }.hero-trace small { font-size: 7px; }.signal-tape-track { padding-block: 12px; }.manifest-section { display: block; padding: 86px 0 76px; }.manifest-copy { margin-top: 28px; }.manifest-copy p { font-size: 14px; }.manifest-tiles { grid-template-columns: 1fr; margin-top: 55px; }.manifest-tile { min-height: 245px; }.manifest-tile > span { margin-bottom: 37px; }.quality-flow-inner { display: block; padding: 83px 0 64px; }.quality-flow-copy > p:not(.flow-kicker) { font-size: 14px; }.quality-orbit { min-height: 430px; margin: 33px -24px 12px; transform: scale(.72); }.quality-meta { display: block; }.quality-meta > div, .quality-meta > div + div { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(155, 215, 236, .26); }.quality-meta > div + div { padding-left: 0; border-bottom: 0; }.record-flow { display: block; padding: 82px 0; }.record-stack { margin-top: 45px; }.record-stack article { grid-template-columns: 42px 1fr 20px; min-height: 105px; }.record-stack h3 { font-size: 16px; }.final-flow { padding-bottom: 72px; }.final-flow-card { min-height: 605px; }.final-flow-card > img { object-position: 61% center; }.final-flow-overlay { background: linear-gradient(180deg, rgba(0, 8, 17, .72), rgba(0, 8, 17, .93) 74%); }.final-flow-copy { padding: 245px 27px 39px; }.final-flow-copy p:not(.flow-kicker) { font-size: 14px; }.final-flow-copy .flow-actions { display: grid; grid-template-columns: 1fr; }.final-flow-copy .flow-button { width: 100%; } }

/* Company home and catalog-page organization */
.hero { min-height: 700px; }
.home-hero-content { padding-bottom: 235px; }
.hero-assurances { position: absolute; right: 43px; bottom: 36px; left: 76px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1040px; border: 1px solid rgba(186, 218, 229, .36); background: rgba(5, 20, 34, .52); backdrop-filter: blur(12px); }
.hero-assurances article { display: flex; align-items: center; gap: 11px; min-height: 78px; padding: 13px 15px; border-right: 1px solid rgba(186, 218, 229, .24); }
.hero-assurances article:last-child { border-right: 0; }
.assurance-mark { display: grid; flex: 0 0 35px; place-items: center; width: 35px; height: 35px; border: 1px solid currentColor; border-radius: 50%; color: #b7e1ec; font: 500 8px/1 var(--mono); letter-spacing: -.035em; }
.mark-gmp { border-radius: 8px; font-size: 7px; }.mark-iso { font-size: 9px; }.mark-lab { border-radius: 8px; font-size: 6px; }
.hero-assurances strong, .hero-assurances small { display: block; }.hero-assurances strong { color: #f0f9fa; font-size: 10px; letter-spacing: -.01em; }.hero-assurances small { margin-top: 3px; color: #a9c7d3; font: 400 8px/1.35 var(--mono); letter-spacing: .025em; }
.company-section { padding: 132px 0 124px; }
.company-lead { display: grid; grid-template-columns: 1.05fr .72fr; gap: 145px; align-items: end; }
.company-lead h2 { max-width: 700px; }.company-lead p { margin: 0 0 27px; color: #4c5968; font-size: 16px; line-height: 1.75; }
.company-principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 84px; border: solid var(--line); border-width: 1px 1px 0; }
.company-principles article { min-height: 235px; padding: 31px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.company-principles article:last-child { border-right: 0; }
.company-principles span { display: block; margin-bottom: 40px; color: #4e91ab; font: 500 9px var(--mono); letter-spacing: .12em; }.company-principles h3 { margin-bottom: 11px; font-size: 17px; letter-spacing: -.025em; }.company-principles p { margin: 0; color: #65727e; font-size: 12px; line-height: 1.7; }
.workflow-section { background: #e8eef0; }.workflow-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 115px; padding: 118px 0; }.workflow-heading h2 { max-width: 490px; }
.workflow-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid #b8c9cf; }.workflow-list li { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 21px 0; border-bottom: 1px solid #b8c9cf; }.workflow-list > li > span { color: #2c7794; font: 500 9px var(--mono); letter-spacing: .1em; }.workflow-list h3 { margin: -2px 0 6px; font-size: 16px; letter-spacing: -.02em; }.workflow-list p { margin: 0; color: #5d6b75; font-size: 13px; line-height: 1.6; }
.quality-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 1px; background: rgba(192,224,235,.22); }.quality-detail-grid > div { display: grid; gap: 7px; padding: 24px 29px; background: #0b1d30; }.quality-detail-grid strong { color: #dcf0f5; font-size: 12px; letter-spacing: -.01em; }.quality-detail-grid span { color: #9eb9c4; font-size: 11px; line-height: 1.65; }
.record-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 124px; padding: 134px 0 142px; }.record-copy h2 { margin-bottom: 26px; }.record-copy > p:not(.eyebrow) { max-width: 400px; margin: 0; color: #566574; font-size: 14px; line-height: 1.75; }
.record-list { display: grid; grid-template-columns: repeat(2, 1fr); border: solid var(--line); border-width: 1px 0 0 1px; }.record-list article { display: grid; grid-template-columns: 36px 1fr; gap: 10px; min-height: 151px; padding: 24px 21px; border: solid var(--line); border-width: 0 1px 1px 0; }.record-list article > span { color: #2e7795; font: 500 9px var(--mono); letter-spacing: .08em; }.record-list h3 { margin: -2px 0 7px; font-size: 14px; letter-spacing: -.02em; }.record-list p { margin: 0; color: #63717b; font-size: 11px; line-height: 1.6; }
.catalog-page-hero { padding: 110px 0 100px; border-bottom: 1px solid #c7d5d9; background: linear-gradient(122deg, #dce8ed, #f0eee7 68%); }.catalog-page-hero h1 { max-width: 790px; margin-bottom: 27px; color: #0d2337; font-size: clamp(54px, 6.3vw, 87px); }.catalog-page-hero > div > p:not(.eyebrow) { max-width: 560px; margin-bottom: 35px; color: #44596a; font-size: 15px; line-height: 1.75; }.catalog-page-meta { display: flex; align-items: center; gap: 11px; color: #2a708d; font: 500 9px var(--mono); letter-spacing: .075em; text-transform: uppercase; }.catalog-page-meta i { width: 3px; height: 3px; border-radius: 50%; background: #65a6bc; }
.main-nav .nav-current { color: #287d9e; }
@media (max-width: 900px) { .hero-assurances { left: 52px; }.company-lead, .workflow-inner, .record-section { gap: 58px; }.company-principles { margin-top: 60px; } }
@media (max-width: 700px) {
  .hero { min-height: 735px; }.home-hero-content { padding-bottom: 232px; }.hero-assurances { right: 18px; bottom: 18px; left: 18px; grid-template-columns: repeat(2, 1fr); }.hero-assurances article { min-height: 63px; padding: 9px 10px; border-bottom: 1px solid rgba(186, 218, 229, .24); }.hero-assurances article:nth-child(2) { border-right: 0; }.hero-assurances article:nth-child(n+3) { border-bottom: 0; }.assurance-mark { flex-basis: 29px; width: 29px; height: 29px; font-size: 7px; }.mark-gmp, .mark-lab { font-size: 5px; }.mark-iso { font-size: 8px; }.hero-assurances strong { font-size: 8px; }.hero-assurances small { font-size: 7px; }
  .company-section { padding: 82px 0; }.company-lead, .workflow-inner, .record-section { grid-template-columns: 1fr; gap: 30px; }.company-lead p { font-size: 14px; }.company-principles { grid-template-columns: 1fr; margin-top: 49px; }.company-principles article { min-height: 0; border-right: 0; }.company-principles span { margin-bottom: 25px; }
  .workflow-inner { padding: 80px 0; }.quality-detail-grid, .record-list { grid-template-columns: 1fr; }.quality-detail-grid > div { padding: 20px; }.record-section { padding: 82px 0; }.record-list article { min-height: 0; }.catalog-page-hero { padding: 75px 0 68px; }.catalog-page-hero h1 { font-size: clamp(50px, 14vw, 68px); }.catalog-page-meta { flex-wrap: wrap; font-size: 8px; }
}

/* ==========================================================================
   SPECPEP additions — components the base sheet doesn't cover.
   Same language: hairlines, mono labels, serif headings, warm paper.
   ========================================================================== */
.tight-section { padding: 54px 0 0; }
.prose-section { padding: 92px 0 110px; }
.prose-shell { max-width: 792px; }
.prose-shell h1 { margin-bottom: 30px; font: 600 clamp(46px,5.4vw,74px)/.95 var(--serif); letter-spacing: -.055em; }
.prose-shell h2 { margin: 54px 0 16px; font: 600 clamp(26px,2.8vw,34px)/1.08 var(--serif); letter-spacing: -.035em; }
.prose-shell h3 { margin: 34px 0 12px; font-size: 17px; letter-spacing: -.02em; }
.prose-shell p, .prose-shell li { color: #4c5968; font-size: 15px; line-height: 1.78; }
.prose-shell ul, .prose-shell ol { padding-left: 20px; margin: 0 0 20px; }
.prose-shell li { margin-bottom: 9px; }
.prose-lead { font-size: 18px !important; line-height: 1.65 !important; color: #2b3b49 !important; }
.prose-shell em { font-style: normal; color: #2a7290; }

.callout { margin: 26px 0; padding: 20px 24px; border: 1px solid var(--line); border-left: 3px solid #2a7290; background: rgba(255,255,255,.6); color: #4c5968; font-size: 14px; line-height: 1.7; }
.callout strong { color: var(--ink); }
.callout.warn { border-left-color: #b5701f; background: rgba(247,240,229,.85); }
.callout p:last-child { margin-bottom: 0; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.table-wrap table { width: 100%; border-collapse: collapse; min-width: 540px; }
.table-wrap th { padding: 13px 18px; border-bottom: 1px solid var(--line); background: rgba(220,232,238,.5); color: #2c5c72; font: 500 9px var(--mono); letter-spacing: .11em; text-transform: uppercase; text-align: left; white-space: nowrap; }
.table-wrap td { padding: 14px 18px; border-bottom: 1px solid rgba(16,38,58,.09); color: #4c5968; font-size: 13px; line-height: 1.6; vertical-align: top; }
.table-wrap tr:last-child td { border-bottom: 0; }
.table-wrap td strong { color: var(--ink); }
.table-wrap small { color: #7b8794; font-size: 11px; }

.acc { border-top: 1px solid var(--line); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; letter-spacing: -.02em; color: var(--ink); }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: '+'; color: #2a7290; font: 400 22px/1 var(--serif); }
.acc details[open] summary::after { content: '–'; }
.acc summary:hover { color: #23718f; }
.acc-body { padding: 0 0 24px; max-width: 68ch; }
.acc-body p { margin: 0 0 12px; color: #4c5968; font-size: 14px; line-height: 1.75; }
.acc-body p:last-child { margin-bottom: 0; }

.assurance-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 74px; border: solid var(--line); border-width: 1px 1px 0; }
.assurance-grid article { padding: 27px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.assurance-grid article:nth-child(3n) { border-right: 0; }
.assurance-grid span { display: block; margin-bottom: 22px; color: #4e91ab; font: 500 9px var(--mono); letter-spacing: .12em; }
.assurance-grid h3 { margin-bottom: 9px; font-size: 15px; letter-spacing: -.02em; }
.assurance-grid p { margin: 0; color: #65727e; font-size: 12px; line-height: 1.7; }

.product-sizes { margin: 0 0 12px; color: #7b8794; font: 500 9px var(--mono); letter-spacing: .05em; }
.product-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 13px; border-top: 1px solid rgba(16,38,58,.1); }
.product-foot .price { display: block; font-style: normal; font-size: 17px; font-weight: 800; letter-spacing: -.03em; color: var(--ink); }
.product-foot .price small { display: block; margin-top: 2px; color: #8b97a1; font: 400 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.product-foot .price-ask { font-style: normal; color: #667783; font: 500 9px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.product-info h3 a { color: inherit; }
.product-info h3 a:hover { color: #23718f; }

.product-page { padding: 44px 0 20px; }
.crumb { margin-bottom: 34px; color: #7b8794; font: 500 9px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.crumb span { margin: 0 8px; opacity: .5; }
.crumb a { color: #7b8794; }
.crumb a:hover { color: #23718f; }
.product-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 62px; align-items: start; }
.product-hero { position: sticky; top: 108px; border: 1px solid var(--line); background: #0a1622; }
.product-hero img { width: 100%; height: auto; display: block; }
.product-lead h1 { margin-bottom: 14px; font: 600 clamp(40px,4.6vw,62px)/.96 var(--serif); letter-spacing: -.05em; }
.product-alias { margin: -6px 0 18px; color: #7b8794; font: 500 10px var(--mono); letter-spacing: .05em; }
.product-lead p { color: #4c5968; font-size: 15px; line-height: 1.78; }
.product-lead h3 { margin: 34px 0 8px; font-size: 16px; letter-spacing: -.02em; }
.small-note { font-size: 12.5px !important; color: #7b8794 !important; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.tag { padding: 5px 10px; border: 1px solid #ccd7db; color: #566b78; font: 500 8.5px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.tag.verify { border-color: #a9cdb9; background: #e7f3ec; color: #2c6b4c; }
.tick-list { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 9px; }
.tick-list li { position: relative; padding-left: 22px; color: #4c5968; font-size: 14px; line-height: 1.6; }
.tick-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #2f8a63; font-size: 12px; }

.product-detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 74px 0 20px; background: var(--line); border: 1px solid var(--line); }
.spec-block { padding: 26px 24px; background: rgba(255,255,255,.6); }
.spec-block h4 { margin: 0 0 16px; font-size: 13px; letter-spacing: -.01em; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th { padding: 0 0 8px; border-bottom: 1px solid var(--line); color: #7b8794; font: 500 8px var(--mono); letter-spacing: .1em; text-transform: uppercase; text-align: left; }
.spec-table td { padding: 9px 0; border-bottom: 1px solid rgba(16,38,58,.07); font-size: 12px; color: var(--ink); vertical-align: top; }
.spec-table td:first-child { width: 44%; padding-right: 12px; color: #7b8794; }
.spec-table tr:last-child td { border-bottom: 0; }
.spec-block .tick-list li { font-size: 12px; padding-left: 18px; }

.contact-grid { display: grid; grid-template-columns: 1.15fr .68fr; gap: 74px; align-items: start; }
.form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form label { display: block; color: #4c5968; font: 500 9px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.form label i { font-style: normal; color: #b5701f; }
.form input, .form select, .form textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #c6ccd0; background: rgba(255,255,255,.6); color: var(--ink); font: 400 14px var(--sans); letter-spacing: 0; text-transform: none; }
.form textarea { min-height: 132px; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 0; border-color: #2a7290; box-shadow: 0 0 0 3px rgba(42,114,144,.14); }
.form label small { display: block; margin-top: 7px; color: #8b97a1; font: 400 11px var(--sans); letter-spacing: 0; text-transform: none; }
.form .check-line { text-transform: none; letter-spacing: 0; font: 400 13px/1.6 var(--sans); color: #4c5968; }
.form .check-line span { color: #4c5968; }
.form-note { color: #8b97a1; font-size: 11.5px; line-height: 1.65; border-left: 2px solid var(--line); padding-left: 13px; }
.contact-aside { display: grid; gap: 26px; padding: 30px 28px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.contact-aside > div > span { display: block; margin-bottom: 7px; color: #4e91ab; font: 500 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.contact-aside p { margin: 0; color: #4c5968; font-size: 13px; line-height: 1.7; }
.contact-aside a { color: #1a637f; font-size: 13px; }
.contact-aside .callout { margin: 0; }

.empty { grid-column: 1/-1; padding: 60px 20px; border: 1px dashed #c3ced3; text-align: center; color: #667783; font-size: 14px; }
.footer-legal { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; padding: 42px 0 34px; border-top: 1px solid rgba(220,232,239,.14); }
.footer-legal > div { display: grid; gap: 9px; align-content: start; }
.footer-legal span { color: #7fb2c7; font: 500 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.footer-legal a { color: #b8cad4; font-size: 12px; }
.footer-legal a:hover { color: #fff; }
.source-link { display: inline-flex; margin-top: 22px; padding-bottom: 6px; border-bottom: 1px solid rgba(160,214,234,.5); color: #a9d8e8; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.hero-assurances article b { color: #7fc4dd; font: 500 9px var(--mono); }
.modal-details dl { display: grid; gap: 0; margin: 20px 0 26px; }
.modal-details dl > div { display: grid; grid-template-columns: 40% 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(16,38,58,.1); }
.modal-details dt { color: #7b8794; font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.modal-details dd { margin: 0; font-size: 13px; color: var(--ink); }
.modal-details .button + .button { margin-top: 10px; }

@media (max-width: 900px) {
  .product-layout { grid-template-columns: 1fr; gap: 34px; }
  .product-hero { position: static; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .assurance-grid, .product-detail-grid { grid-template-columns: repeat(2,1fr); }
  .assurance-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .assurance-grid article:nth-child(2n) { border-right: 0; }
  .footer-legal { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 700px) {
  .prose-section { padding: 60px 0 72px; }
  .assurance-grid, .product-detail-grid, .form-row { grid-template-columns: 1fr; }
  .assurance-grid article { border-right: 0 !important; }
  .footer-legal { grid-template-columns: 1fr; }
  .tight-section { padding-top: 34px; }
}

/* --- final corrections --- */
.product-lead .document-actions { display: flex; flex-direction: row; flex-wrap: wrap; gap: 11px; margin-top: 30px; min-width: 0; }
.product-lead .document-actions .button { flex: 0 0 auto; }
.form .check-line { display: flex; align-items: flex-start; gap: 11px; }
.form .check-line input { width: 17px; height: 17px; margin: 3px 0 0; flex: 0 0 17px; accent-color: #2a7290; }
.form button[type=submit] { justify-self: start; min-width: 240px; }
.hero-assurances strong { word-spacing: .12em; }
.prose-shell .table-wrap { margin: 22px 0 26px; }

/* --- hero assurance bar: share the page container so it lines up with the
       headline above it and the proof strip below it --- */
.hero-assurances {
  left: 50%; right: auto; transform: translateX(-50%);
  width: min(1232px, calc(100% - 64px)); max-width: none;
}
@media (max-width: 700px) {
  .hero-assurances { left: 50%; right: auto; bottom: 18px; transform: translateX(-50%); width: min(1232px, calc(100% - 32px)); }
}

/* --- product photos are now normalised at source (see _build/normalise_shots.py),
       so the card no longer needs to zoom in to compensate for loose framing --- */
.product-photo img { transform: none; transform-origin: 50% 50%; }
.product-card:hover .product-photo img { transform: scale(1.045); }
.product-foot .price { flex: 0 0 auto; }
.product-foot .price small { white-space: nowrap; }
.product-foot button { flex: 1 1 auto; justify-content: flex-end; gap: 10px; }

/* ---------- Partner program ---------- */
.tier-ladder { display: grid; grid-template-columns: repeat(6, 1fr); border: solid var(--line); border-width: 1px 0 0 1px; }
.tier { padding: 26px 20px; border: solid var(--line); border-width: 0 1px 1px 0; background: rgba(255,255,255,.5); }
.tier b { display: block; margin-bottom: 10px; font: 600 34px/1 var(--serif); letter-spacing: -.04em; color: #14384c; }
.tier strong { display: block; margin-bottom: 6px; font-size: 13px; letter-spacing: -.01em; }
.tier small { display: block; color: #6b7681; font: 500 9px/1.5 var(--mono); letter-spacing: .05em; }
.tier:last-child { background: #0d2438; }
.tier:last-child b, .tier:last-child strong { color: #cfe9f2; }
.tier:last-child small { color: #8fb5c6; }

.calc { padding: 30px 30px 26px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.calc-row { display: grid; grid-template-columns: 1fr 44px; gap: 6px 14px; align-items: center; margin-bottom: 20px; }
.calc-row label { grid-column: 1 / -1; color: #4c5968; font: 500 9px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.calc-row label i { font-style: normal; color: #8b97a1; }
.calc-row input[type=range] { width: 100%; accent-color: #2a7290; }
.calc-row output { font: 700 13px var(--sans); text-align: right; color: var(--ink); }
.calc-out { display: grid; gap: 1px; margin-top: 26px; background: var(--line); border: 1px solid var(--line); }
.calc-out > div { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 14px 18px; background: #fbfaf6; }
.calc-out span { color: #6b7681; font: 500 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.calc-out strong { font-size: 15px; letter-spacing: -.02em; }
.calc-hero { flex-wrap: wrap; background: #0d2438 !important; }
.calc-hero span { color: #8fb5c6; }
.calc-hero strong { color: #eaf6fa; font: 600 34px/1 var(--serif); letter-spacing: -.04em; }
.calc-hero small { flex-basis: 100%; margin-top: 4px; color: #7fa8bd; font: 500 10px var(--mono); letter-spacing: .05em; text-align: right; }

@media (max-width: 900px) { .tier-ladder { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .tier-ladder { grid-template-columns: repeat(2, 1fr); } .calc { padding: 22px 20px; } }
