/* NorthVerity Bio — inquiry catalogue. Self-contained, no remote fonts or assets. */
:root {
  --navy: #102b36;
  --navy-deep: #0b222c;
  --ink: #17333d;
  --muted: #53666c;
  --paper: #f7f7f1;
  --white: #ffffff;
  --line: #dbe2dc;
  --teal: #146959;
  --teal-dark: #105144;
  --mint: #cde8db;
  --soft: #edf2ed;
  --radius: 12px;
  --shadow: 0 12px 32px rgb(16 43 54 / 6%);
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; min-width: 0; color: var(--ink); background: var(--paper); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, input, select, button, textarea { font-feature-settings: "ss01" on; }
main { min-height: 60vh; }
img, svg { max-width: 100%; }
img { display: block; height: auto; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: var(--teal); text-underline-offset: 4px; }
a:hover { color: var(--teal-dark); }
:focus-visible { outline: 3px solid #bd692f; outline-offset: 4px; }
h1, h2, h3, h4, p, dl { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); font-weight: 650; line-height: 1.14; letter-spacing: -.035em; overflow-wrap: anywhere; }
h1 { max-width: 22ch; font-size: clamp(2.4rem, 5vw, 4.55rem); margin-bottom: 24px; }
h2 { font-size: clamp(1.85rem, 3.2vw, 2.75rem); margin-bottom: 20px; }
h3 { font-size: 1.35rem; }
p { margin-bottom: 20px; }
small, .small { font-size: .84rem; }
strong { font-weight: 650; }
[hidden] { display: none !important; }
.container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; background: var(--white); color: var(--navy); border: 2px solid var(--navy); border-radius: 6px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 30; background: rgb(247 247 241 / 97%); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 28px; min-height: 88px; }
.brand { display: inline-flex; gap: 12px; align-items: center; flex-shrink: 0; color: var(--navy); text-decoration: none; }
.brand:hover { color: var(--navy); }
.brand-mark { display: grid; place-items: center; width: 40px; height: 46px; flex-shrink: 0; color: var(--teal); }
.brand-mark svg { display: block; width: 100%; height: 100%; }
.brand-copy { display: flex; flex-direction: column; font-size: 1.32rem; font-weight: 700; line-height: 1.13; letter-spacing: -.045em; }
.brand-copy small { display: block; margin-top: 5px; font-size: .62rem; letter-spacing: .25em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 28px; flex: 1; }
.site-nav a { color: var(--ink); text-decoration: none; font-size: .875rem; font-weight: 550; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--teal); }
.site-nav a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 9px; }
.site-nav .btn { color: var(--white); padding: 12px 18px; min-height: 44px; }
#mobile-nav-toggle { display: none; }
.hero { position: relative; overflow: hidden; color: #ecf3ee; background: var(--navy); }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; border: 1px solid rgb(205 232 219 / 12%); border-radius: 50%; top: -390px; right: -120px; pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 750px; height: 750px; border: 1px solid rgb(205 232 219 / 8%); border-radius: 50%; top: -400px; right: -160px; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(36px, 6vw, 90px); align-items: center; padding-block: 84px 88px; }
.hero-copy { min-width: 0; }
.hero h1 { color: #f8f9f3; }
.hero-copy > p { max-width: 56ch; font-size: 1.06rem; color: #c7d6d5; line-height: 1.8; }
.eyebrow { display: block; color: var(--teal); margin-bottom: 17px; font-size: .71rem; font-weight: 700; line-height: 1.5; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #a6d7c2; }
.hero h1 em { color: #b7dfc9; font-style: normal; }
.hero-actions, .detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { font-size: .77rem !important; color: #bacdcb !important; margin-top: 21px; margin-bottom: 0; }
.hero-panel { min-width: 0; border: 1px solid rgb(205 232 219 / 24%); border-radius: 12px; background: #173943; padding: 28px; box-shadow: 0 24px 64px rgb(0 0 0 / 12%); }
.hero-panel h2, .hero-panel h3 { color: #f6f9f3; }
.hero-panel h2 { font-size: 1.7rem; margin-bottom: 12px; }
.hero-panel p { color: #c7d6d5; font-size: .9rem; }
.hero-panel .eyebrow { font-size: .65rem; margin-bottom: 14px; }
.hero-panel a { color: #c3ebd6; }
.hero-panel .btn-primary { color: var(--navy); }
.hero-panel .spec-list { margin: 25px 0; }
.hero-panel .spec-list > div { border-color: rgb(205 232 219 / 20%); }
.hero-panel .spec-list dt { color: #b0c9c5; }
.hero-panel .spec-list dd { color: #f4f8f1; }
.panel-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; color: #bcdfca; background: rgb(205 232 219 / 8%); border: 1px solid rgb(205 232 219 / 20%); border-radius: 9px; }
.panel-icon svg { width: 25px; height: 25px; }
.panel-row { display: flex; gap: 14px; align-items: flex-start; padding-block: 17px; border-top: 1px solid rgb(205 232 219 / 20%); }
.panel-row > span:first-child { color: #acd3be; font-size: .76rem; font-variant-numeric: tabular-nums; }
.panel-row strong { display: block; color: #f7f8f3; font-size: .94rem; }
.panel-row p { margin: 4px 0 0; font-size: .8rem; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 48px; max-width: 100%; padding: 14px 23px; border: 1px solid transparent; border-radius: 6px; font-size: .87rem; line-height: 1.35; font-weight: 600; text-align: center; text-decoration: none; transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease; overflow-wrap: anywhere; }
.btn svg { width: 18px; height: 18px; flex: 0 0 18px; }
.btn-primary { color: var(--white); background: var(--teal); border-color: var(--teal); }
.btn-primary:hover { color: var(--white); background: var(--teal-dark); border-color: var(--teal-dark); }
.btn-secondary { color: var(--ink); border-color: #b9c8c0; background: transparent; }
.btn-secondary:hover { color: var(--ink); background: #e7eee8; border-color: #8aaba0; }
.hero .btn-primary { color: var(--navy); background: var(--mint); border-color: var(--mint); }
.hero .btn-primary:hover { background: #e0f2e7; border-color: #e0f2e7; }
.hero .btn-secondary { color: #f3f7ef; border-color: #76958e; }
.hero .btn-secondary:hover { color: #fff; background: #284a53; border-color: #a9c7bd; }
.text-link { font-size: .86rem; font-weight: 600; }
.section { padding-block: 72px; }
.section + .section { border-top: 1px solid var(--line); }
.section-white { background: var(--white); }
.section-soft { background: var(--soft); }
.section-heading { display: flex; gap: 26px; justify-content: space-between; align-items: flex-end; margin-bottom: 30px; }
.section-heading > :first-child { min-width: 0; }
.section-heading h2 { margin-bottom: 11px; }
.section-heading p { color: var(--muted); max-width: 66ch; margin-bottom: 0; font-size: .95rem; }
.section-heading > a { flex-shrink: 0; margin-bottom: 5px; }
.section-intro { max-width: 74ch; color: var(--muted); }
.page-heading { padding-block: 56px 32px; }
.page-heading h1 { font-size: clamp(2.15rem, 4.4vw, 3.65rem); margin-bottom: 18px; }
.page-heading p { color: var(--muted); max-width: 74ch; }
.breadcrumb { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 26px; padding: 0; list-style: none; font-size: .77rem; color: var(--muted); overflow-wrap: anywhere; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--teal); text-decoration: underline; }
.breadcrumb li + li::before { content: "/"; padding-right: 8px; color: #8d9d96; }
.catalog-tools { display: grid; grid-template-columns: minmax(0, 1fr) minmax(170px, 240px); gap: 18px; padding: 22px; margin-bottom: 18px; background: #edf1ec; border: 1px solid var(--line); border-radius: 9px; }
.catalog-tools label { display: block; color: var(--ink); font-size: .79rem; font-weight: 600; margin-bottom: 7px; }
.catalog-tools > * { min-width: 0; }
.catalog-tools input, .catalog-tools select { width: 100%; min-height: 48px; padding: 11px 14px; color: var(--ink); background: var(--white); border: 1px solid #bdccc3; border-radius: 5px; font-size: .9rem; }
.catalog-tools input::placeholder { color: #667970; opacity: 1; }
.catalog-tools input[type="checkbox"] { width: 19px; min-height: 19px; margin: 0 7px 0 0; vertical-align: middle; }
.catalog-tools input[type="search"] { appearance: none; }
.catalog-tools button { min-height: 44px; }
.catalog-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-bottom: 24px; color: var(--muted); font-size: .8rem; }
#result-count { color: var(--muted); font-size: .8rem; }
#no-results { padding: 50px 24px; margin-top: 24px; text-align: center; border: 1px dashed #b2c3b7; border-radius: 9px; background: #f1f5ee; }
#no-results h2, #no-results h3 { font-size: 1.4rem; }
#no-results p { margin-bottom: 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { display: flex; flex-direction: column; min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 0 rgb(16 43 54 / 2%); transition: border-color 150ms ease, box-shadow 150ms ease; }
.product-card:hover { border-color: #a5bcae; box-shadow: var(--shadow); }
.product-image { display: grid; place-items: center; aspect-ratio: 1.38; background: #f0f3ef; position: relative; overflow: hidden; text-decoration: none; }
.product-image img { width: 100%; height: 100%; max-height: 280px; object-fit: contain; padding: 12px; mix-blend-mode: multiply; }
img.product-image { width: 100%; aspect-ratio: 1.38; max-height: 280px; object-fit: contain; padding: 12px; }
.image-caption { margin: 0; padding: 7px 16px; color: #566961; background: #f0f3ef; font-size: .66rem; line-height: 1.5; text-align: center; }
.card-body { display: flex; flex-direction: column; flex: 1; padding: 22px; min-width: 0; }
.card-meta { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 8px; justify-content: space-between; color: var(--muted); font-size: .68rem; font-weight: 550; margin-bottom: 15px; }
.card-meta > * { overflow-wrap: anywhere; }
.card-title, .product-card h2, .product-card h3 { margin-bottom: 9px; font-size: 1.24rem; line-height: 1.25; letter-spacing: -.026em; }
.card-title a, .product-card h2 a, .product-card h3 a { color: var(--ink); text-decoration: none; }
.card-title a:hover, .product-card h2 a:hover, .product-card h3 a:hover { color: var(--teal); text-decoration: underline; }
.product-spec { color: var(--muted); font-size: .85rem; margin-bottom: 16px; overflow-wrap: anywhere; }
.product-price { color: var(--ink); font-size: 1.2rem; font-weight: 650; line-height: 1.45; margin: 0 0 5px; overflow-wrap: anywhere; }
.product-price small, .price-note { color: var(--muted); font-size: .72rem; font-weight: 400; }
.price-note { margin-bottom: 17px; }
.card-actions { display: flex; flex-direction: column; gap: 11px; margin-top: auto; padding-top: 14px; }
.card-actions .btn { width: 100%; padding-inline: 12px; font-size: .8rem; }
.card-actions .text-link { text-align: center; font-size: .78rem; }
.report-status { display: inline-block; padding: 4px 8px; border-radius: 4px; background: #e7f2e9; color: #2a5c42; font-size: .65rem; font-weight: 600; line-height: 1.4; }
.report-status.is-pending, .report-status[data-status="pending"] { background: #f1eee5; color: #6b5b37; }
.report-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.report-card { min-width: 0; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.report-card h2, .report-card h3 { font-size: 1.17rem; line-height: 1.3; margin: 13px 0 12px; }
.report-card p { font-size: .83rem; color: var(--muted); }
.report-card a { overflow-wrap: anywhere; }
.report-card > .btn:last-child, .report-card > .text-link:last-child { margin-top: auto; align-self: flex-start; }
.report-id { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .74rem; overflow-wrap: anywhere; }
.report-icon { display: grid; place-items: center; width: 37px; height: 43px; border: 1px solid #bdcfc0; border-radius: 5px; background: #eff5ed; color: var(--teal); font-size: .61rem; letter-spacing: .05em; font-weight: 700; }
.detail-grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); align-items: start; gap: 60px; }
.detail-media { min-width: 0; }
.detail-media > img, .detail-media > a > img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: #f0f3ee; }
.detail-media .image-caption { background: transparent; font-size: .73rem; margin-top: 10px; padding-inline: 0; }
.detail-copy { min-width: 0; }
.detail-copy h1 { font-size: clamp(2rem, 3.5vw, 3.3rem); margin-bottom: 18px; }
.detail-copy > p { color: var(--muted); }
.detail-copy .product-price { margin: 26px 0 4px; color: var(--ink); font-size: 1.8rem; }
.detail-copy .price-note { font-size: .82rem; }
.detail-copy .notice { margin-top: 25px; }
.detail-actions .btn { flex: 1 1 225px; }
.spec-list { margin: 24px 0; font-size: .87rem; }
.spec-list > div { display: grid; grid-template-columns: minmax(85px, .75fr) minmax(0, 1.25fr); gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.spec-list > div:first-child { border-top: 1px solid var(--line); }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; color: var(--ink); font-weight: 550; overflow-wrap: anywhere; }
.notice { padding: 19px 21px; border: 1px solid #c8d9cc; border-left: 3px solid #56846a; border-radius: 5px; background: #eef4eb; color: #344e40; font-size: .83rem; line-height: 1.75; overflow-wrap: anywhere; }
.notice p:last-child { margin-bottom: 0; }
.notice strong { color: #234731; }
.notice a { overflow-wrap: anywhere; }
.notice.is-neutral { border-color: #d6dcd8; border-left-color: #86978e; background: #f0f2ee; }
.notice.is-warning { border-color: #e0d7bd; border-left-color: #ae9157; background: #f7f3e6; color: #615030; }
.prose { max-width: 80ch; color: #3d555c; overflow-wrap: anywhere; }
.prose h2 { margin: 45px 0 18px; font-size: 1.85rem; }
.prose h3 { margin: 30px 0 12px; font-size: 1.25rem; }
.prose p, .prose li { line-height: 1.85; }
.prose li + li { margin-top: 10px; }
.prose ul, .prose ol { padding-left: 22px; }
.prose blockquote { margin-inline: 0; border-left: 3px solid #aac2b3; padding-left: 22px; color: var(--muted); }
.prose > :first-child { margin-top: 0; }
.prose > :last-child { margin-bottom: 0; }
.table-scroll { max-width: 100%; overflow-x: auto; margin-block: 24px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); }
table { width: 100%; border-collapse: collapse; font-size: .84rem; text-align: left; }
th { background: #edf2ec; color: #3b5849; font-size: .74rem; font-weight: 650; }
td, th { padding: 14px 18px; border-bottom: 1px solid var(--line); vertical-align: top; overflow-wrap: anywhere; }
tbody tr:last-child td { border-bottom: 0; }
.table-scroll table { min-width: 520px; }
.steps-grid, .feature-grid, .resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.step, .feature-card, .resource-card { min-width: 0; }
.step-number { display: block; color: var(--teal); font-size: .77rem; letter-spacing: .05em; border-bottom: 1px solid var(--line); padding-bottom: 15px; margin-bottom: 20px; }
.steps-grid h3, .feature-grid h3, .resource-grid h3 { font-size: 1.15rem; line-height: 1.3; }
.steps-grid p, .feature-grid p, .resource-grid p { font-size: .9rem; color: var(--muted); }
.resource-card { padding: 24px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.resource-card > a { font-size: .85rem; font-weight: 600; }
.cta-band { padding: 40px; color: #e5f0e9; border-radius: 12px; background: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.cta-band h2 { color: #f4f7ef; margin-bottom: 12px; font-size: 2rem; }
.cta-band p { color: #c0d2cb; margin-bottom: 0; max-width: 66ch; font-size: .93rem; }
.cta-band .btn { flex-shrink: 0; max-width: 300px; background: var(--mint); border-color: var(--mint); color: var(--navy); }
.faq-list { max-width: 880px; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { color: var(--ink); font-size: 1.02rem; font-weight: 600; cursor: pointer; padding-right: 15px; }
.faq-list details p { color: var(--muted); max-width: 74ch; font-size: .94rem; margin: 16px 0 0; }
.site-footer { padding: 58px 0 24px; color: #c7d4ce; background: var(--navy-deep); }
.site-footer .brand { color: #f1f5ed; }
.site-footer .brand-mark { color: #b3d9c5; }
.site-footer .brand-copy small { color: #adc5b9; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 1fr)); gap: 65px; padding-bottom: 38px; }
.footer-grid h2, .footer-grid h3 { color: #f4f6f0; font-size: .84rem; letter-spacing: 0; margin-bottom: 18px; }
.footer-grid p { max-width: 42ch; font-size: .8rem; line-height: 1.9; margin-top: 20px; }
.footer-grid ul { padding: 0; margin: 0; list-style: none; }
.footer-grid li + li { margin-top: 10px; }
.footer-grid a:not(.brand) { color: #c7d4ce; font-size: .81rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; gap: 14px; justify-content: space-between; flex-wrap: wrap; border-top: 1px solid #2c454a; padding-top: 22px; font-size: .71rem; color: #aac0b6; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #c7d4ce; }
.mobile-whatsapp { display: none; }
@media (min-width: 1300px) { .product-grid.is-compact { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 1050px) {
  .container { width: min(1200px, calc(100% - 48px)); }
  .header-inner { gap: 20px; }
  .site-nav { gap: 19px; }
  .site-nav a { font-size: .8rem; }
  .site-nav .btn { padding-inline: 12px; }
  .brand-copy { font-size: 1.18rem; }
  .hero-grid { gap: 36px; padding-block: 66px; }
  .hero-panel { padding: 24px; }
  .hero h1 { font-size: clamp(2.6rem, 5.5vw, 3.8rem); }
  .card-body { padding: 19px; }
  .detail-grid { gap: 35px; }
  .footer-grid { gap: 35px; }
}
@media (max-width: 820px) {
  .header-inner { min-height: 76px; flex-wrap: wrap; justify-content: space-between; gap: 0; }
  .brand-copy { font-size: 1.22rem; }
  .brand-mark { width: 32px; height: 39px; }
  .site-nav { flex: 0 0 100%; justify-content: flex-start; flex-wrap: wrap; gap: 12px 23px; padding: 4px 0 19px; }
  .site-nav a { font-size: .85rem; min-height: 36px; display: flex; align-items: center; }
  .js #mobile-nav-toggle { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 44px; min-height: 44px; padding: 9px 11px; border: 1px solid #b9cabe; border-radius: 5px; background: transparent; color: var(--navy); font-size: .78rem; font-weight: 600; }
  #mobile-nav-toggle svg { width: 18px; height: 18px; }
  .js .site-nav[data-mobile-open="false"] { display: none; }
  .js .site-nav[data-mobile-open="true"] { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding-block: 54px; }
  .hero h1 { max-width: 19ch; font-size: clamp(2.8rem, 7.3vw, 4rem); }
  .hero-copy > p { max-width: 66ch; }
  .hero-panel { max-width: none; }
  .section { padding-block: 52px; }
  .product-grid, .report-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
  .steps-grid, .feature-grid, .resource-grid { gap: 20px; }
  .detail-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .detail-copy h1 { font-size: 2.1rem; }
  .detail-actions .btn { flex: 1 1 100%; }
  .cta-band { flex-direction: column; align-items: flex-start; padding: 30px; }
  .cta-band .btn { max-width: 100%; }
  .footer-grid { gap: 30px; grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 90px; scroll-padding-bottom: calc(95px + env(safe-area-inset-bottom, 0px)); }
  body { padding-bottom: calc(83px + env(safe-area-inset-bottom, 0px)); }
  .container { width: calc(100% - 36px); }
  .header-inner { min-height: 72px; }
  .brand { gap: 9px; }
  .brand-copy { font-size: 1.15rem; }
  .brand-copy small { font-size: .56rem; }
  .site-nav { flex-direction: column; align-items: stretch; gap: 3px; padding-top: 0; }
  .site-nav a { min-height: 44px; font-size: .9rem; padding: 8px 3px; }
  .site-nav a[aria-current="page"] { text-underline-offset: 4px; }
  .site-nav .btn { margin-top: 8px; }
  .hero-grid { gap: 32px; padding-block: 43px; }
  .hero h1 { font-size: clamp(2.45rem, 10vw, 3.4rem); max-width: 20ch; margin-bottom: 21px; }
  .hero .eyebrow { font-size: .65rem; letter-spacing: .13em; }
  .hero-copy > p { font-size: .94rem; line-height: 1.8; }
  .hero-actions { gap: 10px; margin-top: 25px; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-note { font-size: .72rem !important; }
  .hero-panel { padding: 22px; }
  .hero-panel h2 { font-size: 1.6rem; }
  .hero-panel .panel-icon { margin-bottom: 20px; }
  .section { padding-block: 42px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 25px; }
  .section-heading h2 { font-size: 1.85rem; }
  .section-heading p { font-size: .89rem; }
  .eyebrow { margin-bottom: 13px; font-size: .67rem; }
  .page-heading { padding-block: 34px 22px; }
  .page-heading h1 { font-size: 2.35rem; }
  .page-heading p { font-size: .91rem; }
  .breadcrumb { font-size: .7rem; margin-bottom: 24px; gap: 6px; }
  .catalog-tools { grid-template-columns: 1fr; padding: 17px; gap: 14px; margin-bottom: 16px; }
  .catalog-tools input, .catalog-tools select { font-size: 16px; }
  .catalog-meta { margin-bottom: 20px; font-size: .74rem; }
  .product-grid, .report-grid { grid-template-columns: 1fr; gap: 22px; }
  .product-image { aspect-ratio: 1.45; }
  .product-image img { max-height: 270px; padding: 12px 24px; }
  .card-body { padding: 22px; }
  .card-title, .product-card h2, .product-card h3 { font-size: 1.32rem; }
  .card-actions .btn { font-size: .83rem; min-height: 48px; }
  .report-card { padding: 23px; }
  .report-card .btn { align-self: stretch !important; }
  .detail-grid { grid-template-columns: 1fr; gap: 29px; }
  .detail-media > img, .detail-media > a > img { max-height: 390px; }
  .detail-copy h1 { font-size: 2.25rem; }
  .detail-copy .product-price { font-size: 1.7rem; }
  .spec-list { font-size: .83rem; }
  .spec-list > div { grid-template-columns: minmax(100px, .85fr) minmax(0, 1.15fr); gap: 12px; }
  .notice { padding: 16px 18px; font-size: .8rem; }
  .prose { font-size: .93rem; }
  .prose h2 { font-size: 1.6rem; margin-top: 33px; }
  .steps-grid, .feature-grid, .resource-grid { grid-template-columns: 1fr; gap: 24px; }
  .step-number { margin-bottom: 16px; }
  .step p { margin-bottom: 0; }
  .cta-band { gap: 24px; padding: 26px; }
  .cta-band h2 { font-size: 1.7rem; }
  .cta-band p { font-size: .87rem; }
  .cta-band .btn { width: 100%; }
  .site-footer { padding-top: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 25px 22px; padding-bottom: 30px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid p { margin-bottom: 0; max-width: 52ch; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .mobile-whatsapp { display: flex; position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; padding: 11px 18px calc(11px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid #d6e0d5; box-shadow: 0 -4px 22px rgb(16 43 54 / 7%); background: rgb(247 247 241 / 98%); }
  .mobile-whatsapp .btn { width: 100%; min-height: 50px; padding: 11px 13px; font-size: .81rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header, .site-footer, .mobile-whatsapp, .catalog-tools, .hero-actions, .card-actions, .detail-actions { display: none !important; }
  body { padding: 0; background: white; color: black; }
  .container { width: 100%; }
  .hero { background: white; color: black; }
  .hero h1, .hero h2, .hero p, .hero .eyebrow { color: black; }
  .hero-grid, .detail-grid { display: block; padding: 20px 0; }
  .hero-panel { display: none; }
  .section { padding: 24px 0; }
  .product-grid, .report-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card, .report-card { break-inside: avoid; }
}
