/* B-Liv corporate interface. Standalone layout; no dependency on legacy CSS. */
:root {
  color-scheme: light;
  --brand: #123f35;
  --brand-dark: #0d302a;
  --brand-mid: #1b6150;
  --ink: #202f2a;
  --muted: #576960;
  --line: #dce4df;
  --surface: #f3f6f4;
  --soft: #e9efeb;
  --gold: #c5a66a;
  --white: #fff;
  --radius: 8px;
  --shadow: 0 12px 36px rgb(18 63 53 / 6%);
  --font: 'IBM Plex Sans Thai', Tahoma, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: 24px; }
body { margin: 0; font: 400 16px/1.8 var(--font); background: var(--white); color: var(--ink); }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { color: var(--brand); font-weight: 500; line-height: 1.4; letter-spacing: -.025em; }
h1 { font-size: clamp(34px, 4.4vw, 58px); }
h2 { font-size: clamp(27px, 3vw, 38px); }
h3 { font-size: 22px; }
p { color: var(--muted); }
p + p { margin-top: 16px; }
a { color: inherit; text-decoration: none; overflow-wrap: anywhere; }
a:hover { color: var(--brand-mid); }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; flex-shrink: 0; }
:focus-visible { outline: 3px solid #987432; outline-offset: 5px; }
main:focus { outline: none; }
[hidden] { display: none !important; }
.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.container > *, .bl-two-col > *, .bl-order-grid > *, .article-layout > * { min-width: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -100px; padding: 12px 20px; background: var(--white); color: var(--brand); border: 2px solid var(--brand); }
.skip-link:focus { top: 12px; }
.gtm-frame { display: none; }
.bl-section, .section-pad { padding: 80px 0; }
.bl-soft { background: var(--surface); }
.bl-kicker, .section-label { font-size: 11px; font-weight: 600; line-height: 1.6; letter-spacing: 1.6px; color: var(--brand-mid); margin-bottom: 16px; }
.bl-intro { font-size: 23px; font-weight: 500; line-height: 1.65; color: var(--brand); }
.bl-small { font-size: 13px; line-height: 1.8; color: var(--muted); }
.bl-actions, .inline-actions, .bl-label-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 13px 22px; min-height: 50px; font-size: 15px; font-weight: 500; line-height: 1.5; border: 1px solid transparent; border-radius: 4px; text-align: center; }
.button-primary { background: var(--brand); color: var(--white); border-color: var(--brand); }
.button-primary:hover { background: var(--brand-mid); border-color: var(--brand-mid); color: var(--white); }
.button-secondary, .button-ghost { background: transparent; color: var(--brand); border-color: #b6c7bd; }
.button-secondary:hover, .button-ghost:hover { background: var(--soft); color: var(--brand); border-color: var(--brand); }
.bl-text-link, .text-link { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; font-size: 14px; font-weight: 500; color: var(--brand); }
.bl-text-link:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.bl-section-heading, .section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 32px; }
.bl-section-heading > p { font-size: 14px; text-align: right; }
.bl-two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.bl-two-col h2 { margin-bottom: 24px; }
.bl-two-col .bl-intro { margin-bottom: 20px; }
.bl-two-col > div > .bl-text-link { margin-top: 16px; }
/* Company navigation */
.company-utility { background: var(--brand-dark); color: #d5e2db; font-size: 11px; }
.company-utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 36px; gap: 24px; }
.company-utility-inner > span span { margin: 0 12px; opacity: .6; }
.company-utility a { padding: 6px 0; color: #e7efe9; }
.bl-header { background: var(--white); border-bottom: 1px solid var(--line); }
.bl-header-inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; min-height: 94px; }
.bl-brand { display: inline-flex; flex-direction: column; gap: 4px; color: var(--brand); font-size: 38px; line-height: 1; font-weight: 600; letter-spacing: -1.5px; flex-shrink: 0; }
.bl-brand span { font-size: 9px; letter-spacing: 4.5px; line-height: 1.4; padding-left: 3px; }
.bl-nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 500; }
.bl-nav > a { padding: 18px 0; white-space: nowrap; }
.bl-nav > a:hover { color: var(--brand-mid); }
.bl-nav .bl-nav-buy { display: flex; gap: 18px; padding: 11px 18px; border-radius: 4px; background: var(--brand); color: white; }
.bl-nav-toggle { display: none; color: var(--brand); background: white; border: 1px solid var(--line); border-radius: 4px; padding: 9px 16px; min-height: 44px; }
/* Home: brand introduction and product navigation */
.bl-hero { background: var(--brand-dark); padding: 56px 0; }
.bl-hero-grid { display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 72px; }
.bl-hero-copy .bl-kicker { color: #c9dcd0; font-size: 10px; letter-spacing: 2px; margin-bottom: 24px; }
.bl-hero h1 { color: white; font-size: clamp(60px, 6.2vw, 84px); line-height: 1.1; letter-spacing: -2px; }
.bl-hero h1 span { display: block; font-size: 29px; line-height: 1.6; letter-spacing: -.025em; margin-top: 10px; }
.bl-hero .bl-intro { color: white; font-size: 25px; margin-top: 24px; }
.company-hero-description { margin-top: 20px; color: #d0ded5; font-size: 15px; }
.bl-hero .bl-actions { margin-top: 28px; gap: 12px; }
.bl-hero .button-primary { color: var(--brand-dark); background: white; border-color: white; }
.bl-hero .button-primary:hover { background: var(--soft); }
.bl-hero .button-ghost { color: white; border-color: #719387; }
.bl-hero .button-ghost:hover { background: #234e42; }
.bl-hero-note { padding-top: 22px; margin-top: 26px; color: #c3d4ca; font-size: 12px; border-top: 1px solid #35564a; }
.bl-hero-figure { overflow: hidden; border-radius: 6px; background: white; }
.company-image-caption { display: flex; justify-content: space-between; gap: 16px; padding: 22px 28px 0; font-size: 10px; color: var(--muted); letter-spacing: 1.6px; }
.company-image-caption span:first-child { font-weight: 600; color: var(--brand); }
.bl-hero-figure img { width: 100%; aspect-ratio: 1439 / 1093; object-fit: contain; }
.bl-hero-figure figcaption { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; border-top: 1px solid var(--line); padding: 16px 28px; font-size: 11px; color: var(--muted); }
.bl-hero-figure figcaption a { color: var(--brand); font-weight: 500; padding: 5px 0; }
.company-shortcuts { border-bottom: 1px solid var(--line); background: var(--white); }
.company-shortcuts > .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.company-shortcuts a { display: flex; align-items: center; gap: 20px; padding: 27px 24px; border-right: 1px solid var(--line); }
.company-shortcuts a:first-child { border-left: 1px solid var(--line); }
.company-shortcuts a:hover { background: var(--surface); }
.company-shortcut-number { align-self: start; font-size: 12px; color: var(--muted); margin-top: 4px; }
.company-shortcuts strong { display: block; font-weight: 500; font-size: 17px; color: var(--brand); }
.company-shortcuts small { display: block; font-size: 12px; color: var(--muted); margin-top: 3px; }
.company-shortcuts a > span:last-child { margin-left: auto; color: var(--brand); }
.bl-pack-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.bl-pack { display: grid; grid-template-columns: .85fr 1.15fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.company-pack-image { display: grid; place-items: center; background: #fcfcfc; border-right: 1px solid var(--line); }
.company-pack-image img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.company-pack-content { padding: 28px; }
.bl-pack-top { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.bl-pack-top .bl-small { font-size: 10px; letter-spacing: 1px; }
.bl-tag { font-size: 10px; padding: 3px 8px; background: var(--soft); color: var(--brand); border-radius: 3px; }
.bl-pack h3 { font-size: 44px; line-height: 1.3; font-weight: 500; margin: 18px 0 12px; }
.bl-pack h3 span { font-size: 20px; }
.bl-pack-price { display: flex; flex-direction: column; gap: 2px; margin-bottom: 22px; }
.bl-pack-price strong { font-size: 27px; color: var(--brand); font-weight: 500; }
.bl-pack-price > span { font-size: 12px; color: var(--muted); }
.bl-pack .button { width: 100%; font-size: 13px; padding: 11px 14px; justify-content: space-between; gap: 12px; }
.bl-pack-featured { border-top: 3px solid var(--brand-mid); }
.company-about { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-about .bl-two-col { grid-template-columns: 1fr 1fr; }
.company-about .bl-two-col > div:last-child { padding-left: 40px; border-left: 1px solid #c9d8ce; }
/* Product information, shared by home and order */
.bl-ingredients { padding: 0; margin: 0; list-style: none; display: grid; }
.bl-ingredients li { display: flex; gap: 24px; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.bl-ingredients li:first-child { border-top: 1px solid var(--line); }
.bl-ingredients li:nth-child(odd) { background: var(--surface); }
.bl-ingredients li > span { flex-shrink: 0; font-size: 12px; color: var(--brand-mid); padding-top: 4px; }
.bl-ingredients h3 { font-size: 21px; margin-bottom: 3px; }
.bl-ingredients p { font-size: 14px; }
.bl-verify-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.bl-verify-grid h2 { margin-bottom: 20px; }
.bl-verify-grid > div > p { font-size: 15px; }
.bl-facts { margin: 24px 0 20px; background: white; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.bl-facts > div { display: grid; grid-template-columns: .95fr 1.15fr; gap: 20px; padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 13px; }
.bl-facts > div:last-child { border-bottom: 0; }
.bl-facts dt { color: var(--muted); }
.bl-facts dd { margin: 0; color: var(--brand); font-weight: 500; overflow-wrap: anywhere; }
.bl-verify-grid .bl-small { font-size: 12px; }
.bl-proof-images { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 340px; margin-inline: auto; }
.bl-proof-images figure { background: white; border: 1px solid var(--line); border-radius: 6px; padding: 16px; box-shadow: var(--shadow); }
.bl-proof-images img { width: 100%; max-height: 410px; object-fit: contain; }
.bl-proof-images figcaption { display: flex; justify-content: space-between; gap: 16px; padding-top: 14px; font-size: 12px; }
.bl-proof-images > div { text-align: center; font-size: 13px; }
.bl-proof-images > div .bl-small { margin-bottom: 4px; }
.bl-proof-images p + p { margin-top: 0; }
.bl-label-checks { margin-top: 48px; padding-top: 36px; border-top: 1px solid #cfdad2; }
.bl-label-checks > h3 { font-size: 24px; margin-bottom: 24px; }
.bl-label-checks ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; list-style: none; padding: 0; margin: 0; }
.bl-label-checks li { border-left: 3px solid #9bb3a3; padding-left: 20px; }
.bl-label-checks strong { display: block; font-weight: 500; color: var(--brand); margin-bottom: 8px; }
.bl-label-checks li span { display: block; font-size: 14px; color: var(--muted); }
.bl-label-actions { margin-top: 28px; }
.bl-usage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bl-usage-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 6px; }
.bl-step { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 20px; background: var(--soft); color: var(--brand); border-radius: 4px; font-size: 12px; }
.bl-usage-grid h3 { font-size: 20px; margin-bottom: 12px; }
.bl-usage-grid p { font-size: 14px; }
.bl-warning { background: #f4f1e9; color: #5d5139; border-left: 3px solid var(--gold); padding: 18px 24px; font-size: 13px; margin-top: 28px; }
.bl-faq { display: grid; align-content: start; gap: 10px; }
.bl-faq details { background: white; border: 1px solid var(--line); border-radius: 5px; }
.bl-faq summary { list-style: none; position: relative; padding: 18px 48px 18px 22px; font-size: 16px; font-weight: 500; line-height: 1.7; color: var(--brand); }
.bl-faq summary::-webkit-details-marker { display: none; }
.bl-faq summary::after { content: '+'; position: absolute; right: 22px; top: 17px; font-size: 22px; line-height: 1.4; font-weight: 400; }
.bl-faq details[open] summary::after { content: '−'; }
.bl-faq details[open] { border-color: #9bb3a3; }
.bl-faq details p { margin: 0; padding: 0 22px 22px; font-size: 14px; }
/* Article cards and brand contact */
.bl-journal-grid, .article-grid, .related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.bl-journal-card, .article-tile { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: white; }
.company-journal-image, .article-tile-image { display: block; position: relative; background: var(--surface); }
.company-journal-image img, .article-tile-image img { width: 100%; aspect-ratio: 1.63; object-fit: cover; }
.company-journal-copy, .article-tile-body { padding: 24px; }
.company-journal-copy .bl-kicker { font-size: 10px; margin-bottom: 12px; }
.bl-journal-card h3, .article-tile h2 { font-size: 22px; line-height: 1.55; margin-bottom: 16px; }
.bl-journal-card .bl-small { font-size: 11px; margin-bottom: 10px; }
.bl-contact-panel { padding: 56px 0; background: var(--soft); border-block: 1px solid #d2dfd5; }
.bl-contact-panel .bl-two-col { grid-template-columns: 1fr 1fr; align-items: center; }
.bl-contact-panel h2 { font-size: 34px; margin-bottom: 16px; }
.bl-contact-panel h2 br { display: none; }
.bl-contact-panel .bl-two-col > div > p { font-size: 15px; }
.bl-contact-panel .bl-kicker { font-size: 10px !important; }
.bl-contact-links { display: grid; }
.bl-contact-links a { display: flex; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid #bfcec3; }
.bl-contact-links a:first-child { border-top: 1px solid #bfcec3; }
.bl-contact-links a > span:first-child { min-width: 72px; font-size: 13px; }
.bl-contact-links strong { font-size: 24px; font-weight: 500; color: var(--brand); }
.bl-contact-links a > span:last-child { margin-left: auto; }
/* Product detail */
.bl-order { padding: 28px 0 64px; }
.breadcrumb { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; font-size: 12px; color: var(--muted); margin-bottom: 32px; }
.breadcrumb a { color: var(--brand-mid); padding-block: 4px; }
.bl-order-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: start; }
.bl-order-image { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.bl-order-image img { width: 100%; aspect-ratio: 1.1; object-fit: contain; }
.bl-order-image figcaption { padding: 18px 4px 0; border-top: 1px solid var(--line); text-align: center; font-size: 12px; }
.bl-order h1 { font-size: 52px; line-height: 1.2; margin-bottom: 22px; }
.bl-order h1 span { display: block; font-size: 27px; margin-top: 8px; line-height: 1.5; }
.bl-order-grid > div > p { font-size: 15px; }
.bl-size-selector { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0; }
.bl-size-selector a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; border: 1px solid #b0c2b6; border-radius: 5px; }
.bl-size-selector strong { font-weight: 500; }
.bl-size-selector span { font-size: 13px; color: var(--muted); }
.bl-size-selector .is-selected { background: var(--soft); border: 2px solid var(--brand); padding: 13px 17px; }
.bl-order-price { padding-bottom: 20px; margin-bottom: 16px; border-bottom: 1px solid var(--line); display: grid; gap: 3px; }
.bl-order-price strong { font-size: 38px; color: var(--brand); font-weight: 500; line-height: 1.35; }
.bl-order-price span { font-size: 13px; color: var(--muted); }
.bl-order-actions { display: grid; gap: 12px; margin: 24px 0 18px; }
.bl-order-actions .button { justify-content: space-between; }
.bl-order-grid p.bl-small { font-size: 12px; }
.bl-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 28px; }
.bl-comparison article { padding: 28px; background: white; border: 1px solid var(--line); border-radius: 6px; }
.bl-comparison h3 { margin-bottom: 16px; }
.bl-comparison p { font-size: 14px; margin-bottom: 12px; }
/* All secondary page layouts */
.page-hero { padding: 64px 0; background: var(--surface); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 72px; }
.page-hero h1 { font-size: clamp(34px, 4vw, 52px); }
.page-hero-grid > div:last-child > p { max-width: 460px; }
.page-hero-grid .text-link { margin-top: 12px; }
.article-toolbar { display: flex; gap: 24px; align-items: baseline; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.article-toolbar > p { flex-shrink: 0; font-weight: 500; color: var(--brand); }
.filter-list { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { min-height: 44px; padding: 9px 18px; background: white; border: 1px solid var(--line); color: var(--muted); border-radius: 4px; font-size: 13px; }
.filter-button.is-active { background: var(--brand); color: white; border-color: var(--brand); }
.article-tile-image > span { position: absolute; bottom: 12px; left: 12px; padding: 4px 10px; background: white; color: var(--brand); border-radius: 3px; font-size: 11px; }
.journal-meta { font-size: 11px; color: var(--brand-mid); margin-bottom: 12px; }
.article-tile-body > p:not(.journal-meta) { font-size: 14px; margin-bottom: 16px; }
.article-tile.is-hidden { display: none; }
.article-hero { background: var(--surface); border-bottom: 1px solid var(--line); padding: 44px 0 56px; }
.article-hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.article-title .breadcrumb { margin-bottom: 24px; }
.article-title h1 { font-size: clamp(30px, 3.2vw, 44px); margin-bottom: 20px; }
.article-dek { font-size: 16px; }
.article-byline { display: flex; flex-direction: column; gap: 5px; color: var(--muted); font-size: 12px; margin-top: 24px; }
.article-cover { border-radius: 6px; overflow: hidden; }
.article-cover img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 800px); gap: 72px; padding-block: 56px 72px; }
.article-aside { align-self: start; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; }
.article-aside .section-label { font-size: 10px; }
.article-aside nav { display: grid; gap: 2px; }
.article-aside nav a { padding: 10px 0; font-size: 13px; border-bottom: 1px solid var(--line); }
.aside-warning { font-size: 11px; margin-top: 24px; }
.quick-answer { padding: 28px 32px; background: var(--soft); border-left: 3px solid var(--brand-mid); border-radius: 0 6px 6px 0; margin-bottom: 40px; }
.quick-answer > p:last-child { font-size: 18px; color: var(--brand); }
.article-section { padding: 0 0 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.article-section-number { display: block; font-size: 11px; color: var(--brand-mid); font-weight: 600; margin-bottom: 12px; }
.article-section h2, .article-content h2 { font-size: 28px; margin-bottom: 20px; }
.article-section p, .article-section li { font-size: 17px; line-height: 1.95; }
.article-content ul, .article-content ol { padding-left: 24px; margin-block: 20px 0; }
.article-content li + li { margin-top: 10px; }
.takeaways { background: var(--brand); color: white; padding: 32px; border-radius: 6px; margin-bottom: 40px; }
.takeaways .section-label { color: #c9dcd0; }
.takeaways h2 { color: white; }
.sources { margin-bottom: 40px; }
.sources a { color: var(--brand-mid); text-decoration: underline; text-underline-offset: 4px; font-size: 14px; }
.article-product-note { padding: 32px; border: 1px solid var(--line); border-radius: 6px; }
.article-product-note > p { font-size: 15px; }
.article-product-note .inline-actions { margin-top: 24px; }
.related { background: var(--surface); }
.related .section-heading { margin-bottom: 32px; }
.related-grid article { background: white; border: 1px solid var(--line); border-radius: 6px; padding: 28px; }
.related-grid h3 { font-size: 22px; margin-bottom: 20px; }
.contact-hero { background: var(--brand); }
.contact-hero h1 { color: white; }
.contact-hero .section-label, .contact-hero p { color: #d1e1d6; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-card { position: relative; display: block; border: 1px solid var(--line); border-radius: 6px; padding: 30px 32px; min-height: 210px; background: white; }
.contact-card:hover { border-color: var(--brand); box-shadow: var(--shadow); }
.contact-index { font-size: 12px; font-weight: 500; color: var(--muted); }
.contact-card > p { margin: 22px 0 8px; font-size: 11px; font-weight: 500; letter-spacing: 1px; color: var(--brand-mid); }
.contact-card h2 { font-size: clamp(22px, 2.3vw, 30px); overflow-wrap: anywhere; }
.contact-arrow { position: absolute; right: 28px; top: 24px; font-size: 24px; color: var(--brand); }
.contact-line { background: var(--surface); }
.contact-shopee { background: var(--soft); }
.contact-details { display: grid; grid-template-columns: .65fr 1.2fr 1.15fr; gap: 40px; margin-top: 48px; padding-top: 36px; border-top: 1px solid var(--line); }
.contact-details > div { display: flex; flex-direction: column; font-size: 14px; }
.contact-details .section-label { font-size: 10px; }
.contact-details strong { font-weight: 500; }
.contact-details span { font-size: 12px; color: var(--muted); margin-top: 6px; }
.contact-safety { background: var(--surface); }
.contact-safety h2 { font-size: 30px; margin-bottom: 20px; }
.legal-layout, .policy-grid { display: grid; grid-template-columns: 230px minmax(0, 800px); gap: 72px; }
.legal-layout aside, .policy-grid aside { font-size: 14px; }
.legal-layout aside strong, .policy-grid aside strong { font-weight: 500; }
.legal-content section, .policy-content section { padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.legal-content h2, .policy-content h2 { font-size: 27px; margin-bottom: 16px; }
.policy-content section > span { display: block; color: var(--brand-mid); font-size: 12px; margin-bottom: 12px; }
.legal-content p, .policy-content p { font-size: 16px; }
.legal-content a { color: var(--brand-mid); text-decoration: underline; }
.not-found { padding: 90px 0; background: var(--surface); }
.not-found-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.not-found h1 { font-size: clamp(44px, 5vw, 68px); }
.not-found .inline-actions { margin-top: 28px; }
/* User-opened image dialog */
.bl-image-dialog { padding: 0; border: 0; border-radius: 6px; width: min(760px, calc(100% - 32px)); max-height: 90dvh; color: var(--ink); background: white; }
.bl-image-dialog::backdrop { background: rgb(9 29 23 / 85%); }
.bl-dialog-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.bl-dialog-bar h2 { font-size: 17px; }
.bl-dialog-bar button { padding: 8px 18px; min-height: 44px; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--brand); white-space: nowrap; }
.bl-dialog-scroll { max-height: calc(90dvh - 80px); padding: 20px; overflow: auto; }
.bl-dialog-scroll img { width: 100%; height: auto; }
.image-dialog-open { overflow: hidden; }
/* Corporate footer */
.store-footer { background: var(--brand-dark); color: #d1ded6; padding-top: 48px; }
.company-footer-top { display: flex; align-items: center; gap: 36px; padding-bottom: 32px; border-bottom: 1px solid #355449; }
.company-footer-top .bl-brand { color: white; }
.company-footer-top > p { padding-left: 32px; border-left: 1px solid #557265; font-size: 13px; color: #c0d1c7; line-height: 1.8; }
.company-back-top { margin-left: auto; font-size: 12px; padding: 12px 0; display: flex; gap: 28px; color: #d1ded6; }
.store-footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.2fr; gap: 48px; padding-block: 36px; }
.store-footer-grid section { min-width: 0; display: flex; flex-direction: column; align-items: start; gap: 6px; }
.store-footer h2 { font-size: 15px; color: white; margin-bottom: 12px; }
.store-footer p { font-size: 12px; color: #bacfc1; line-height: 1.9; }
.store-footer p strong { font-weight: 500; color: #e0eae3; }
.store-footer-grid a { font-size: 12px; padding-block: 5px; }
.store-footer a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.store-footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #355449; padding-block: 20px; font-size: 10px; color: #b1c9ba; }
/* Responsive layouts */
@media (max-width: 1100px) {
  .bl-nav { gap: 17px; font-size: 12px; }
  .bl-header-inner { gap: 24px; }
  .bl-hero-grid { gap: 36px; }
  .bl-hero h1 span { font-size: 25px; }
  .bl-hero .bl-intro { font-size: 22px; }
  .bl-hero .button { font-size: 13px; padding-inline: 16px; }
  .bl-two-col, .bl-verify-grid, .bl-order-grid, .page-hero-grid, .article-hero-grid { gap: 40px; }
  .company-pack-content { padding: 22px; }
  .bl-pack { grid-template-columns: .7fr 1fr; }
  .company-shortcuts a { gap: 14px; padding-inline: 18px; }
  .company-shortcuts strong { font-size: 15px; }
  .company-shortcuts small { font-size: 11px; }
  .article-layout, .legal-layout, .policy-grid { grid-template-columns: 200px minmax(0, 1fr); gap: 36px; }
  .store-footer-grid { gap: 28px; }
}
@media (min-width: 781px) and (max-width: 1024px) {
  .bl-header-inner { min-height: 84px; flex-wrap: wrap; gap: 0; }
  .bl-nav-toggle { display: flex; gap: 14px; align-items: center; font-size: 13px; }
  .bl-nav { display: flex; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 0 20px; font-size: 15px; }
  .js .bl-nav { display: none; }
  .js .bl-nav.is-open { display: flex; }
  .bl-nav > a { padding: 14px 0; border-top: 1px solid var(--line); }
  .bl-nav .bl-nav-buy { justify-content: space-between; margin-top: 12px; padding: 13px 18px; }
}
@media (max-width: 780px) {
  .container { width: calc(100% - 40px); }
  body { font-size: 15px; }
  .bl-section, .section-pad { padding: 48px 0; }
  .bl-kicker, .section-label { font-size: 10px; letter-spacing: 1.2px; margin-bottom: 14px; }
  .company-utility-inner { min-height: 30px; font-size: 11px; }
  .company-utility-inner > a { display: none; }
  .company-utility-inner > span span { margin: 0 6px; }
  .bl-header-inner { min-height: 78px; flex-wrap: wrap; gap: 0; }
  .bl-brand { font-size: 32px; }
  .bl-brand span { font-size: 8px; letter-spacing: 3.8px; }
  .bl-nav-toggle { display: flex; gap: 14px; align-items: center; font-size: 13px; }
  .bl-nav { display: flex; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 0 20px; font-size: 15px; }
  .js .bl-nav { display: none; }
  .js .bl-nav.is-open { display: flex; }
  .bl-nav > a { padding: 14px 0; border-top: 1px solid var(--line); }
  .bl-nav .bl-nav-buy { justify-content: space-between; margin-top: 12px; padding: 13px 18px; }
  .bl-hero { padding: 36px 0; }
  .bl-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .bl-hero h1 { font-size: 64px; }
  .bl-hero h1 span { font-size: 25px; margin-top: 5px; }
  .bl-hero-copy .bl-kicker { margin-bottom: 18px; font-size: 9px; letter-spacing: 1.3px; }
  .bl-hero .bl-intro { font-size: 22px; margin-top: 20px; }
  .company-hero-description { font-size: 14px; margin-top: 16px; }
  .bl-hero .bl-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
  .bl-hero .button { min-height: 50px; font-size: 12px; padding: 12px 10px; gap: 8px; }
  .bl-hero-note { font-size: 11px; padding-top: 16px; margin-top: 20px; }
  .company-image-caption { padding: 16px 18px 0; font-size: 9px; }
  .bl-hero-figure figcaption { padding: 12px 18px; font-size: 10px; }
  .company-shortcuts > .container { grid-template-columns: 1fr; }
  .company-shortcuts a, .company-shortcuts a:first-child { border: 0; border-bottom: 1px solid var(--line); padding: 16px 0; gap: 20px; }
  .company-shortcuts a:last-child { border-bottom: 0; }
  .company-shortcuts strong { font-size: 15px; }
  .bl-section-heading, .section-heading-row { display: block; margin-bottom: 24px; }
  .bl-section-heading > p { margin-top: 16px; font-size: 12px; text-align: left; }
  .bl-section-heading > .bl-text-link, .section-heading-row > .text-link { margin-top: 12px; }
  .bl-pack-grid { grid-template-columns: 1fr; gap: 18px; }
  .bl-pack { grid-template-columns: .85fr 1fr; }
  .company-pack-content { padding: 20px 18px; }
  .bl-pack h3 { font-size: 37px; margin: 12px 0 8px; }
  .bl-pack h3 span { font-size: 17px; }
  .bl-pack-price strong { font-size: 23px; }
  .bl-pack-price { margin-bottom: 16px; }
  .bl-pack-price > span { font-size: 11px; }
  .bl-pack .button { font-size: 12px; padding: 10px; gap: 6px; min-height: 46px; }
  .bl-pack-top .bl-small { font-size: 9px; }
  .bl-tag { font-size: 9px; }
  .bl-two-col, .company-about .bl-two-col, .bl-verify-grid, .bl-order-grid { grid-template-columns: 1fr; gap: 28px; }
  .bl-two-col h2 { margin-bottom: 18px; }
  .bl-intro { font-size: 21px; }
  .company-about .bl-two-col > div:last-child { padding: 24px 0 0; border-left: 0; border-top: 1px solid #c9d8ce; }
  .bl-ingredients li { gap: 18px; padding: 18px; }
  .bl-ingredients h3 { font-size: 19px; }
  .bl-ingredients p { font-size: 13px; }
  .bl-facts > div { padding: 13px 14px; gap: 12px; grid-template-columns: .8fr 1.2fr; font-size: 12px; }
  .bl-verify-grid > div > p { font-size: 14px; }
  .bl-verify-grid .bl-small { font-size: 12px; }
  .bl-proof-images { grid-template-columns: 1fr 1fr; align-items: center; gap: 18px; max-width: none; }
  .bl-proof-images > div { text-align: left; font-size: 12px; }
  .bl-proof-images figure { padding: 10px; }
  .bl-proof-images figcaption { font-size: 10px; gap: 4px; padding-top: 10px; }
  .bl-label-checks { margin-top: 32px; padding-top: 28px; }
  .bl-label-checks > h3 { font-size: 22px; }
  .bl-label-checks ul { grid-template-columns: 1fr; gap: 22px; }
  .bl-label-checks li { padding-left: 16px; }
  .bl-label-checks li span { font-size: 13px; }
  .bl-label-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .bl-label-actions .bl-text-link { align-self: start; }
  .bl-usage-grid { grid-template-columns: 1fr; gap: 16px; }
  .bl-usage-grid article { padding: 22px; display: grid; grid-template-columns: 34px 1fr; gap: 8px 16px; align-items: start; }
  .bl-step { width: 34px; height: 34px; grid-row: 1 / 3; margin: 0; }
  .bl-usage-grid h3 { font-size: 19px; margin: 0; padding-top: 2px; }
  .bl-usage-grid p { grid-column: 2; font-size: 13px; }
  .bl-warning { padding: 16px 18px; font-size: 12px; }
  .bl-faq summary { padding: 16px 40px 16px 18px; font-size: 15px; }
  .bl-faq summary::after { right: 16px; top: 15px; }
  .bl-faq details p { font-size: 13px; padding: 0 18px 18px; }
  .bl-journal-grid, .article-grid, .related-grid { grid-template-columns: 1fr; gap: 22px; }
  .company-journal-copy, .article-tile-body { padding: 22px; }
  .bl-journal-card h3, .article-tile h2 { font-size: 22px; }
  .bl-contact-panel { padding: 40px 0; }
  .bl-contact-panel .bl-two-col { grid-template-columns: 1fr; gap: 24px; }
  .bl-contact-panel h2 { font-size: 29px; }
  .bl-contact-links strong { font-size: 21px; }
  .bl-contact-links a { gap: 14px; }
  .bl-contact-links a > span:first-child { min-width: 60px; font-size: 12px; }
  .bl-order { padding: 24px 0 44px; }
  .breadcrumb { font-size: 11px; gap: 8px; margin-bottom: 24px; }
  .bl-order-grid { gap: 28px; }
  .bl-order-image { padding: 12px; }
  .bl-order-image img { aspect-ratio: 1.5; }
  .bl-order-image figcaption { font-size: 10px; padding-top: 12px; }
  .bl-order h1 { font-size: 42px; margin-bottom: 18px; }
  .bl-order h1 span { font-size: 24px; margin-top: 4px; }
  .bl-order-grid > div > p { font-size: 14px; }
  .bl-size-selector a { padding: 14px; }
  .bl-size-selector .is-selected { padding: 13px; }
  .bl-order-price strong { font-size: 36px; }
  .bl-comparison { grid-template-columns: 1fr; gap: 16px; }
  .bl-comparison article { padding: 22px; }
  .bl-comparison h3 { font-size: 22px; }
  .page-hero { padding: 40px 0; }
  .page-hero-grid, .article-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .page-hero h1 { font-size: 34px; }
  .page-hero-grid > div:last-child > p { font-size: 14px; }
  .article-toolbar { display: block; margin-bottom: 24px; }
  .article-toolbar > p { margin-bottom: 14px; }
  .filter-button { font-size: 12px; padding: 8px 14px; }
  .article-hero { padding: 28px 0 36px; }
  .article-title h1 { font-size: 31px; }
  .article-dek { font-size: 15px; }
  .article-cover img { aspect-ratio: 1.6; }
  .article-layout { grid-template-columns: 1fr; gap: 32px; padding-block: 36px 48px; }
  .article-aside { padding: 20px; }
  .article-aside nav { grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .aside-warning { margin-top: 16px; }
  .quick-answer { padding: 24px; margin-bottom: 32px; }
  .quick-answer > p:last-child { font-size: 17px; }
  .article-section h2, .article-content h2 { font-size: 25px; }
  .article-section p, .article-section li { font-size: 16px; }
  .takeaways, .article-product-note { padding: 24px; }
  .article-product-note .inline-actions { display: grid; gap: 12px; }
  .related-grid article { padding: 24px; }
  .contact-grid { gap: 16px; grid-template-columns: 1fr; }
  .contact-card { min-height: 178px; padding: 24px; }
  .contact-card > p { margin-top: 16px; }
  .contact-card h2 { font-size: 24px; }
  .contact-details { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; padding-top: 28px; }
  .contact-safety h2 { font-size: 27px; }
  .legal-layout, .policy-grid { grid-template-columns: 1fr; gap: 32px; }
  .legal-layout aside, .policy-grid aside { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
  .legal-content h2, .policy-content h2 { font-size: 25px; }
  .legal-content p, .policy-content p { font-size: 15px; }
  .not-found { padding: 48px 0; }
  .not-found-grid { grid-template-columns: 1fr; gap: 24px; }
  .not-found h1 { font-size: 48px; }
  .not-found .inline-actions { display: grid; gap: 12px; }
  .bl-dialog-bar { padding: 12px; gap: 12px; }
  .bl-dialog-bar h2 { font-size: 14px; }
  .bl-dialog-bar button { padding: 8px 14px; }
  .bl-dialog-scroll { padding: 12px; }
  .store-footer { padding-top: 36px; }
  .company-footer-top { flex-wrap: wrap; gap: 20px; padding-bottom: 28px; }
  .company-footer-top > p { font-size: 11px; padding-left: 20px; }
  .company-back-top { margin-left: 0; width: 100%; justify-content: space-between; font-size: 11px; }
  .store-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; padding-block: 28px; }
  .store-footer-brand { grid-column: 1 / -1; }
  .store-footer-grid section:last-child { grid-column: 1 / -1; }
  .store-footer h2 { font-size: 14px; }
  .store-footer p { font-size: 12px; }
  .store-footer-bottom { flex-wrap: wrap; gap: 8px; font-size: 10px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .bl-hero .bl-actions { grid-template-columns: 1fr; }
  .bl-hero h1 { font-size: 56px; }
  .bl-hero h1 span { font-size: 23px; }
  .bl-pack { grid-template-columns: .7fr 1fr; }
  .company-pack-content { padding: 18px 14px; }
  .bl-pack .button { font-size: 11px; }
  .bl-contact-links strong { font-size: 19px; }
  .bl-size-selector a { flex-direction: column; align-items: start; gap: 3px; }
  .bl-proof-images { grid-template-columns: 1fr; max-width: 250px; }
  .bl-proof-images > div { text-align: center; }
}
