:root {
--paper: #f1f3f4;
--paper-light: #fff;
--ink: #23292f;
--sage: #465662;
--muted: #5b6670;
--line: #c8cfd4;
--accent: #d5a64a;
--soft: #e0e5e8;
--white: #fff;
--font-display: 'Bahnschrift Condensed', 'Arial Narrow', Arial, sans-serif;
--serif: var(--font-display);
--mono: 'Courier New', Courier, monospace;
--graphite: #1d252c;
--steel: #b7c1c8;
--sans: Arial, Helvetica, sans-serif;
--wrap: 1360px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
main { display: block; min-height: 40vh; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
figure { margin: 0; }
button, input, select, textarea { font: inherit; }
button, [type="submit"], summary { cursor: pointer; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #a66d10; outline-offset: 5px; }
[hidden] { display: none !important; }
p { margin: 0 0 1.25em; }
ul, ol { padding-left: 1.4em; }
li { margin-bottom: .45em; }
h1, h2, h3, h4 { margin: 0 0 .6em; font-weight: 400; line-height: 1.1; text-wrap: balance; }
h1, h2, h3 { font-family: var(--font-display); font-stretch: condensed; font-weight: 600; }
h1 { font-size: clamp(2.65rem, 5.2vw, 5.2rem); letter-spacing: -.05em; }
h2 { font-size: clamp(2rem, 3.25vw, 3.25rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.45rem, 2.1vw, 2rem); letter-spacing: -.025em; }
h4 { font-weight: 700; font-size: 1.05rem; }
strong { font-weight: 700; }
small { font-size: .8rem; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
::selection { color: var(--ink); background: var(--accent); }
.wrap { width: min(var(--wrap), calc(100% - 96px)); margin-inline: auto; }
.screen-reader-text { 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: 99999; left: 1rem; top: -100px; padding: .8rem 1.2rem; background: var(--accent); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.eyebrow { display: block; margin: 0 0 1.15rem; color: var(--muted); font: 700 .67rem/1.5 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.meta { font: .7rem/1.65 var(--mono); color: var(--muted); }
.meta a { color: var(--ink); }
.text-link { display: inline-flex; gap: .9rem; align-items: center; font-size: .92rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .2rem; }
.text-link:hover { gap: 1.2rem; } .masthead-note { background: var(--ink); color: var(--paper); font-size: .68rem; line-height: 1.4; letter-spacing: .035em; }
.masthead-note .wrap { display: flex; justify-content: space-between; gap: 1rem; padding-block: .58rem; }
.masthead-note a { text-decoration: none; color: var(--accent); }
.masthead-note a span { margin-left: .4rem; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 13px; text-decoration: none; }
.brand-symbol { width: 53px; height: 53px; }
.brand-type { display: flex; flex-direction: column; }
.brand-name { font-family: var(--sans); font-size: 1.48rem; line-height: 1.2; font-weight: 800; letter-spacing: .045em; }
.brand-tagline { margin-top: 5px; font-size: .56rem; line-height: 1.3; letter-spacing: .24em; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1rem, 2.2vw, 2.5rem); }
.desktop-nav a { padding-block: .65rem; font-size: .81rem; font-weight: 700; text-decoration: none; white-space: nowrap; border-bottom: 1px solid transparent; }
.desktop-nav a:hover { border-color: var(--ink); }
.mobile-nav { display: none; } .hero { position: relative; display: grid; grid-template-columns: 1.08fr 1fr; gap: 5.5%; align-items: center; padding-block: 64px 72px; }
.hero-copy { position: relative; z-index: 1; padding-block: 1rem; }
.hero-copy h1 { max-width: 760px; margin-bottom: 1.5rem; }
.hero-copy h1 em { color: var(--sage); font-weight: 400; }
.hero-copy > p:not(.eyebrow):not(.meta) { max-width: 580px; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.hero-copy .meta { margin-top: 1.5rem; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem; margin-top: 2rem; }
.hero-art { position: relative; isolation: isolate; min-width: 0; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1.03; background-color: var(--soft); overflow: hidden; border: 1px solid #d5dbce; }
.hero-art::before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .4; background-image: linear-gradient(#bac5b63d 1px, transparent 1px), linear-gradient(90deg, #bac5b63d 1px, transparent 1px); background-size: 32px 32px; }
.hero-art > svg { width: 100%; height: auto; max-height: 650px; }
.hero-art figcaption, .hero-art .art-caption { position: absolute; bottom: 1.25rem; left: 1.25rem; max-width: calc(100% - 2.5rem); color: #405647; font-size: .63rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .83rem 1.25rem; border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: var(--paper-light); font: 700 .84rem/1.35 var(--sans); text-align: center; text-decoration: none; transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { background: var(--sage); border-color: var(--sage); color: var(--white); text-decoration: none; }
.button-secondary { color: var(--ink); background: transparent; }
.button-secondary:hover { background: var(--soft); color: var(--ink); border-color: var(--ink); }
.button-accent, .amazon-button { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.button-accent:hover, .amazon-button:hover { background: #c8d770; border-color: #c8d770; color: var(--ink); }
.hero-strip, .principles, .trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); padding: 1.6rem 0; gap: 2rem; }
.hero-strip > *, .principles > *, .trust-strip > * { margin: 0; padding-right: 2rem; border-right: 1px solid var(--line); }
.hero-strip > :last-child, .principles > :last-child, .trust-strip > :last-child { border-right: 0; padding-right: 0; }
.hero-strip strong, .principles strong, .trust-strip strong { display: block; margin-bottom: .2rem; font-size: .9rem; }
.hero-strip p, .principles p, .trust-strip p, .hero-strip span, .principles span, .trust-strip span { color: var(--muted); font-size: .79rem; margin-bottom: 0; } main > section:not(.hero), .content-section { padding-block: 66px; }
main > section.wrap:not(.hero) { border-top: 1px solid var(--line); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2.5rem; margin-bottom: 2.35rem; }
.section-head > div { min-width: 0; }
.section-head h2 { max-width: 750px; margin-bottom: .45rem; }
.section-head p { max-width: 580px; color: var(--muted); font-size: .94rem; margin-bottom: 0; }
.section-head .eyebrow { color: var(--sage); margin-bottom: .9rem; }
.section-head > a { flex-shrink: 0; margin-bottom: .45rem; font-size: .8rem; }
.section-number { display: inline-block; margin-right: .65rem; font-family: var(--sans); font-size: .68rem; color: var(--sage); letter-spacing: .1em; vertical-align: middle; }
.notice { padding: 1.1rem 1.35rem; border-left: 3px solid var(--sage); background: var(--soft); font-size: .85rem; line-height: 1.65; margin-block: 1.5rem; }
.notice p:last-child { margin-bottom: 0; }
.notice strong { color: var(--ink); }
.comparison-grid, .archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper-light); }
.product-visual { position: relative; display: flex; justify-content: center; align-items: center; min-width: 0; aspect-ratio: 1.45; background: #e8ebe1; overflow: hidden; border-bottom: 1px solid var(--line); }
.product-visual > a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; }
.product-visual svg { width: min(86%, 370px); max-height: 260px; height: auto; }
.product-visual img { object-fit: contain; width: 75%; height: 80%; mix-blend-mode: multiply; }
.product-visual .tag { position: absolute; left: 1rem; top: 1rem; }
.product-visual .visual-caption, .product-visual > small { position: absolute; bottom: .7rem; left: 1rem; color: var(--muted); font-size: .6rem; letter-spacing: .06em; }
.product-body { padding: 1.4rem 1.45rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.product-body .eyebrow { margin-bottom: .65rem; color: var(--sage); font-size: .64rem; }
.product-body > .tag { margin-bottom: .75rem; }
.product-body h3 { margin-block: .1rem .7rem; font-size: 1.6rem; }
.product-body h3 a { text-decoration: none; }
.product-body h3 a:hover { text-decoration: underline; }
.product-body > p { font-size: .84rem; line-height: 1.7; color: var(--muted); }
.product-body .button { width: 100%; margin-top: auto; }
.product-body .button + .button, .product-body .button + a:not(.button) { margin-top: .7rem; }
.product-body > .text-link, .product-body > a:not(.button):last-child { align-self: center; margin-top: .8rem; font-size: .78rem; }
.product-body .meta { font-size: .71rem; }
.tag { display: inline-block; align-self: flex-start; width: fit-content; padding: .3rem .55rem; background: var(--accent); color: var(--ink); font: 700 .61rem/1.4 var(--sans); letter-spacing: .07em; text-transform: uppercase; }
.tag-neutral { background: var(--soft); }
.specs { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1rem; margin: .5rem 0 1.5rem; padding: 1rem 0; border-block: 1px solid var(--line); list-style: none; font-size: .79rem; }
.specs > div { min-width: 0; }
.specs > div:last-child:nth-child(odd) { grid-column: 1 / -1; }
.specs dd { overflow-wrap: anywhere; }
.specs dt { color: var(--muted); font-size: .65rem; font-weight: 400; }
.specs dd { margin: .1rem 0 0; font-weight: 700; }
.specs li { margin: 0; }
.specs strong { display: block; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); }
.guide-card { min-width: 0; position: relative; display: flex; flex-direction: column; padding: 1.75rem 2rem 1.75rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.guide-card + .guide-card { padding-left: 2rem; border-left: 1px solid var(--line); }
.editorial-grid > .guide-card:nth-child(3n+1) { padding-left: 0; border-left: 0; }
.guide-card .eyebrow, .guide-card .section-number { font-size: .65rem; margin-bottom: 1rem; color: var(--sage); }
.guide-card h3 { font-size: 1.8rem; margin-bottom: .8rem; }
.guide-card h3 a { text-decoration: none; }
.guide-card p { font-size: .86rem; color: var(--muted); }
.guide-card .text-link, .guide-card > a:last-child { align-self: flex-start; margin-top: auto; font-size: .77rem; }
a.guide-card:hover h3, .guide-card h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .15em; }
.guide-card .guide-arrow { margin-top: auto; align-self: flex-end; font-size: 1.6rem; }
.guide-card > svg { width: 56px; height: 56px; margin-bottom: 1.5rem; }
.dark-section { background: var(--ink); color: var(--paper); }
.dark-section .section-head p, .dark-section p { color: #ced6cb; }
.dark-section .eyebrow { color: var(--accent); }
.dark-section .button { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.dark-section .button:hover { background: #c8d770; border-color: #c8d770; }
.decision-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.decision-grid > * { padding-top: 1.4rem; border-top: 1px solid #647568; }
.decision-grid h3 { font-size: 1.6rem; }
.decision-grid p { font-size: .9rem; } .breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding-block: 1.75rem; margin: 0; font-size: .71rem; line-height: 1.5; color: var(--muted); }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.article-title { padding-block: 1.25rem 2.5rem; border-bottom: 1px solid var(--line); margin-bottom: 2.5rem; }
.article-title h1 { max-width: 1100px; font-size: clamp(2.65rem, 4.8vw, 4.6rem); }
.article-title > p { max-width: 800px; }
.article-title > :last-child { margin-bottom: 0; }
.article-title .eyebrow { color: var(--sage); }
.article-title .meta { margin-top: 1.5rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 830px) minmax(230px, 1fr); gap: clamp(3rem, 6.5vw, 7rem); padding-bottom: 72px; }
.article-body { min-width: 0; }
.article-body > header, .article-header { padding-block: .9rem 2.2rem; border-bottom: 1px solid var(--line); margin-bottom: 2.4rem; }
.article-body > header h1, .article-header h1 { font-size: clamp(2.65rem, 4.8vw, 4.6rem); max-width: 950px; }
.article-body > header > p:not(.eyebrow):not(.meta), .article-header .intro, .lead { font: 400 1.2rem/1.7 var(--sans); color: var(--muted); }
.article-body > header .meta, .article-header .meta { margin-bottom: 0; margin-top: 1.5rem; }
.article-body h2, .prose h2 { margin-top: 2.75rem; font-size: clamp(1.9rem, 3vw, 2.6rem); }
.article-body h3, .prose h3 { margin-top: 1.75rem; font-size: 1.6rem; }
.article-body h4, .prose h4 { margin-top: 1.5rem; }
.article-body p, .prose p { line-height: 1.85; }
.article-body a:not(.button):not(.tag):not(.text-link), .prose a:not(.button):not(.tag):not(.text-link) { text-decoration-color: #98a991; text-decoration-thickness: 1px; }
.article-body a:hover, .prose a:hover { text-decoration-color: var(--ink); }
.article-body ul, .article-body ol, .prose ul, .prose ol { padding-left: 1.35rem; margin-bottom: 1.75rem; }
.article-body li, .prose li { padding-left: .25rem; margin-bottom: .6rem; }
.article-body li::marker, .prose li::marker { color: var(--sage); }
.article-body blockquote, .prose blockquote { margin: 2rem 0; padding: 1.25rem 1.5rem; border-left: 3px solid var(--sage); background: var(--soft); font: 1.2rem/1.6 var(--serif); }
.article-body blockquote p:last-child, .prose blockquote p:last-child { margin-bottom: 0; }
.article-body table, .prose table, .comparison-table { width: 100%; border-collapse: collapse; font-size: .85rem; margin-block: 1.6rem; }
.article-body th, .article-body td, .prose th, .prose td, .comparison-table th, .comparison-table td { text-align: left; padding: .95rem .9rem; vertical-align: top; border-bottom: 1px solid var(--line); }
.article-body th, .prose th, .comparison-table th { background: var(--soft); font-size: .77rem; font-weight: 700; }
.article-body tr:nth-child(even) td, .prose tr:nth-child(even) td { background: #edeedf; }
.table-responsive, .table-scroll, .wp-block-table { width: 100%; overflow-x: auto; }
.article-aside { align-self: start; position: sticky; top: 2rem; margin-top: 1rem; padding-top: 1.4rem; border-top: 2px solid var(--ink); font-size: .82rem; }
.article-aside h2, .article-aside h3 { font: 700 .77rem/1.5 var(--sans); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.article-aside p { color: var(--muted); }
.article-aside ul, .article-aside ol { list-style: none; margin: 0 0 1.75rem; padding: 0; }
.article-aside li { margin: 0; }
.article-aside li a, .article-aside > a:not(.button) { display: block; border-bottom: 1px solid var(--line); padding-block: .8rem; text-decoration: none; font-size: .83rem; }
.article-aside a:hover { color: var(--sage); }
.article-aside .notice { font-size: .76rem; padding: 1rem; margin-top: 2rem; }
.article-aside .button { width: 100%; }
.article-body .comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 2rem 0; gap: 1.1rem; }
.article-body .product-body h3 { margin-top: 0; font-size: 1.4rem; }
.article-body .product-body p { line-height: 1.7; }
.article-body .product-body .button { font-size: .76rem; }
.source-list { padding: 1.5rem 0 0; margin-top: 2.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; overflow-wrap: anywhere; }
.source-list h2, .source-list h3 { font: 700 .79rem/1.4 var(--sans); margin-top: 0; text-transform: uppercase; letter-spacing: .07em; }
.source-list li { margin-bottom: .65rem; }
.faq { border-top: 1px solid var(--line); margin-top: 1.5rem; }
.faq details { border-bottom: 1px solid var(--line); padding: 1.05rem 0; }
.faq summary { position: relative; padding: .2rem 2.25rem .2rem 0; list-style: none; font-weight: 700; font-size: .96rem; line-height: 1.5; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: .4rem; top: 0; font-size: 1.5rem; font-weight: 400; line-height: 1.2; }
.faq details[open] summary::after { content: '−'; }
.faq details p { color: var(--muted); font-size: .9rem; margin: .9rem 2rem .3rem 0; }
.faq > h3 { font-size: 1.3rem; margin: 1.5rem 0 .7rem; } .product-hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding-block: 1rem 3rem; }
.product-hero > .product-visual { aspect-ratio: 1 / 1; border: 1px solid var(--line); }
.product-hero .product-visual svg { width: 90%; max-height: 500px; }
.product-hero h1 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
.product-hero .eyebrow { color: var(--sage); }
.product-hero p { color: var(--muted); }
.product-hero .button { margin-top: .7rem; }
.product-hero-copy { min-width: 0; }
.product-hero-copy .product-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; margin-bottom: 1.4rem; }
.product-hero-copy .product-facts > div:nth-child(even) { border-right: 0; }
.affiliate-note { max-width: 590px; margin-top: 1rem; font-size: .73rem; line-height: 1.7; color: var(--muted); }
.related { border-top: 1px solid var(--line); }
.comparison-grid + p { margin-top: 1.5rem; }
.product-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; padding: 1.5rem 0; border-block: 1px solid var(--line); margin-block: 1rem 3rem; }
.product-facts:empty { display: none; }
.product-facts > div { min-width: 0; border-right: 1px solid var(--line); padding-right: 1rem; overflow-wrap: anywhere; }
.product-facts > div:last-child { border-right: 0; }
.product-facts dt, .product-facts small { display: block; color: var(--muted); font-size: .7rem; line-height: 1.45; margin-bottom: .4rem; }
.product-facts dd { margin: 0; font-size: 1.05rem; font-weight: 700; }
.archive-header { padding-block: 2rem 2.5rem; max-width: 900px; }
.archive-header p { color: var(--muted); max-width: 720px; }
.archive-grid { padding-bottom: 4rem; }
.filter-bar { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 1.25rem; padding: 1.3rem 0; border-block: 1px solid var(--line); margin-bottom: 2rem; }
.filter-bar > a { display: inline-flex; align-items: center; min-height: 44px; padding: .5rem .8rem; border: 1px solid var(--line); text-decoration: none; font-size: .78rem; font-weight: 700; }
.filter-bar > a:hover { border-color: var(--sage); background: var(--soft); }
.filter-bar > a[aria-current="page"] { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.filter-bar label { display: flex; flex-direction: column; gap: .4rem; font-size: .75rem; font-weight: 700; }
select, input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), textarea { border: 1px solid #a4b19e; padding: .65rem .8rem; border-radius: 0; color: var(--ink); background: var(--paper-light); max-width: 100%; min-height: 44px; }
.filter-bar select { min-width: 210px; }
.empty-state { border-block: 1px solid var(--line); text-align: center; padding: 4rem 2rem; margin-bottom: 4rem; }
.empty-state p { color: var(--muted); }
.pagination, .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem; padding-block: 1rem 3rem; }
.page-numbers { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; min-width: 44px; padding: .5rem; border: 1px solid var(--line); text-decoration: none; }
.page-numbers.current { background: var(--ink); color: var(--paper); } .site-footer { background: var(--ink); color: var(--paper); margin-top: 0; }
.footer-top { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: clamp(2rem, 5vw, 5.5rem); padding-block: 4rem 3rem; }
.footer-brand .brand-symbol { outline: 1px solid #506250; outline-offset: -1px; }
.footer-brand .brand-name { font-size: 1.28rem; }
.footer-brand .brand-tagline { font-size: .5rem; letter-spacing: .22em; }
.footer-intro .footer-statement { font: 1.9rem/1.2 var(--serif); letter-spacing: -.025em; margin: 2rem 0 1rem; color: var(--paper); }
.footer-intro > p:not(.footer-statement) { color: #c0cbbf; font-size: .8rem; max-width: 340px; line-height: 1.8; }
.footer-intro .text-link { color: var(--accent); font-size: .78rem; }
.footer-nav h2 { font: 700 .69rem/1.5 var(--sans); letter-spacing: .12em; text-transform: uppercase; margin: .3rem 0 1.5rem; color: var(--accent); }
.footer-nav > a { display: block; font-size: .8rem; line-height: 1.55; padding-block: .48rem; text-decoration: none; color: #e5e9df; }
.footer-nav > a:hover { text-decoration: underline; text-decoration-color: var(--accent); }
.affiliate-disclosure { padding: 1.25rem 0; border-block: 1px solid #42594c; }
.affiliate-disclosure p { color: #c0cbbf; font-size: .7rem; line-height: 1.8; max-width: 1040px; margin: 0; }
.affiliate-disclosure strong { color: var(--paper); }
.footer-bottom { display: flex; align-items: center; gap: 2rem; padding-block: 1.5rem 1.8rem; color: #c0cbbf; font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }
.back-to-top { margin-left: auto; white-space: nowrap; }
.back-to-top span { padding-left: .5rem; }
.site-footer :focus-visible { outline-color: var(--accent); } .wp-caption { max-width: 100%; }
.wp-caption-text, figcaption { font-size: .73rem; color: var(--muted); margin-top: .5rem; }
.aligncenter { margin-inline: auto; }
.alignleft { float: left; margin: .4rem 1.5rem 1rem 0; }
.alignright { float: right; margin: .4rem 0 1rem 1.5rem; }
.wp-block-image { margin-block: 1.5rem; }
.wp-block-separator { border: 0; border-top: 1px solid var(--line); }
.prose::after, .article-body::after { content: ''; display: table; clear: both; }
.entry-content { overflow-wrap: anywhere; }
.article-body .product-card ul, .article-body .product-card ol { margin-bottom: 1rem; }
@media (min-width: 1600px) {
:root { --wrap: 1400px; }
.hero { padding-block: 80px; }
}
@media (max-width: 1100px) {
.wrap { width: calc(100% - 64px); }
.header-inner { min-height: 96px; }
.brand-name { font-size: 1.25rem; }
.brand-tagline { font-size: .49rem; }
.brand-symbol { width: 46px; height: 46px; }
.desktop-nav { gap: 1rem; }
.desktop-nav a { font-size: .72rem; }
.hero { gap: 4%; padding-block: 48px; }
.hero h1 { font-size: clamp(2.65rem, 5.6vw, 4rem); }
.hero-copy > p:not(.eyebrow):not(.meta) { font-size: .94rem; }
.comparison-grid, .archive-grid { gap: 18px; }
.product-body { padding: 1.2rem; }
.product-body h3 { font-size: 1.4rem; }
.product-body .button { font-size: .76rem; padding-inline: .6rem; }
.article-layout { grid-template-columns: minmax(0, 1fr) 240px; gap: 3rem; }
.footer-top { grid-template-columns: 1.15fr 1fr 1fr; gap: 2rem; }
}
@media (max-width: 900px) {
.desktop-nav { display: none; }
.mobile-nav { display: block; }
.mobile-nav summary { display: flex; align-items: center; gap: .8rem; min-height: 44px; padding: .5rem 0 .5rem .6rem; font-size: .81rem; font-weight: 700; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.menu-lines { position: relative; width: 21px; height: 12px; border-block: 1.5px solid var(--ink); }
.menu-lines::before { content: ''; position: absolute; top: 4px; left: 0; width: 100%; border-top: 1.5px solid var(--ink); }
.mobile-nav nav { position: absolute; top: 100%; left: 0; right: 0; padding: 1rem 32px 1.75rem; border-block: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 22px #182c2814; }
.mobile-nav nav a { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; text-decoration: none; }
.mobile-nav nav a span { font-weight: 400; }
.mobile-nav nav .mobile-catalogue { margin-top: .5rem; font-size: .8rem; color: var(--sage); border: 0; }
.article-layout { grid-template-columns: minmax(0, 1fr); }
.article-aside { position: static; margin: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; }
.article-aside > h2, .article-aside > h3 { grid-column: 1 / -1; }
.article-aside .notice { margin-top: 0; }
.footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer-intro { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 2.5rem; }
.footer-intro .footer-statement { margin: 0; grid-column: 2; grid-row: 1 / 3; }
.footer-intro > p:not(.footer-statement) { margin-block: 1rem 0; }
.footer-intro .text-link { grid-column: 2; grid-row: 3; align-self: start; justify-self: start; }
.footer-bottom { gap: 1rem; flex-wrap: wrap; }
}
@media (max-width: 760px) {
body { font-size: 16px; }
.wrap { width: calc(100% - 40px); }
h1 { font-size: 2.75rem; }
h2 { font-size: 2rem; }
.masthead-note { font-size: .6rem; }
.masthead-note .wrap { justify-content: center; padding-block: .5rem; }
.masthead-note a { display: none; }
.header-inner { min-height: 86px; gap: 1rem; }
.brand-symbol { width: 43px; height: 43px; }
.site-brand { gap: 10px; }
.brand-name { font-size: 1.13rem; }
.brand-tagline { margin-top: 4px; font-size: .44rem; letter-spacing: .21em; }
.mobile-nav summary { font-size: .76rem; gap: .6rem; }
.mobile-nav nav { padding-inline: 20px; }
.hero { grid-template-columns: 1fr; padding-block: 32px 40px; gap: 2rem; }
.hero-copy { padding: 0; }
.hero-copy .eyebrow { font-size: .63rem; margin-bottom: 1.1rem; }
.hero h1 { max-width: 610px; font-size: clamp(2.7rem, 8.9vw, 4rem); line-height: 1.04; margin-bottom: 1.25rem; }
.hero-copy > p:not(.eyebrow):not(.meta) { font-size: .96rem; margin-bottom: 1rem; }
.hero-actions { gap: .65rem; margin-top: 1.5rem; }
.hero-actions .button { font-size: .76rem; min-height: 47px; padding-inline: 1rem; }
.hero-art { aspect-ratio: 1.32; max-height: 445px; width: 100%; }
.hero-art > svg { width: 88%; max-height: 445px; }
.hero-art figcaption, .hero-art .art-caption { font-size: .54rem; left: 1rem; bottom: 1rem; }
.hero-strip, .principles, .trust-strip { grid-template-columns: 1fr; gap: 1rem; padding-block: 1.25rem; }
.hero-strip > *, .principles > *, .trust-strip > * { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 1rem; }
.hero-strip > :last-child, .principles > :last-child, .trust-strip > :last-child { border-bottom: 0; padding-bottom: 0; }
main > section:not(.hero), .content-section { padding-block: 40px; }
.section-head { align-items: flex-start; flex-direction: column; gap: 1rem; margin-bottom: 1.6rem; }
.section-head .eyebrow { font-size: .64rem; }
.section-head h2 { font-size: 2.15rem; }
.section-head p { font-size: .88rem; }
.section-head > a { margin: 0; }
.comparison-grid, .archive-grid { grid-template-columns: 1fr; gap: 1.25rem; }
.product-visual { aspect-ratio: 1.7; }
.product-visual svg { max-height: 260px; width: min(85%, 380px); }
.product-body { padding: 1.3rem; }
.product-body h3 { font-size: 1.7rem; }
.product-body > p { font-size: .88rem; }
.product-body .button { font-size: .85rem; }
.specs { font-size: .82rem; }
.editorial-grid, .decision-grid { grid-template-columns: 1fr; }
.guide-card, .guide-card + .guide-card { border-left: 0; padding: 1.6rem 0; }
.guide-card h3 { font-size: 1.75rem; }
.guide-card p { max-width: 560px; }
.decision-grid { gap: 1.2rem; }
.notice { padding: 1rem; font-size: .79rem; }
.breadcrumb { padding-block: 1.25rem; font-size: .65rem; gap: .35rem; }
.article-layout { gap: 2rem; padding-bottom: 40px; }
.article-body > header, .article-header { padding-block: .6rem 1.7rem; margin-bottom: 1.75rem; }
.article-title { padding-block: .7rem 1.75rem; margin-bottom: 1.75rem; }
.article-title h1 { font-size: clamp(2.35rem, 7.8vw, 3.4rem); overflow-wrap: break-word; }
.article-body > header h1, .article-header h1 { font-size: clamp(2.35rem, 7.8vw, 3.4rem); overflow-wrap: break-word; }
.article-body > header > p:not(.eyebrow):not(.meta), .article-header .intro, .lead { font-size: 1.03rem; }
.article-body h2, .prose h2 { font-size: 1.9rem; margin-top: 2rem; }
.article-body h3, .prose h3 { font-size: 1.5rem; }
.article-body p, .prose p { line-height: 1.8; }
.article-body table, .prose table { font-size: .76rem; }
.article-body th, .article-body td, .prose th, .prose td { padding: .7rem .55rem; }
.article-body .comparison-grid { grid-template-columns: 1fr; }
.article-body .product-body h3 { font-size: 1.6rem; }
.article-aside { grid-template-columns: 1fr; }
.article-aside .notice { margin-top: .5rem; }
.product-hero { grid-template-columns: 1fr; gap: 1.6rem; padding-block: .5rem 1.5rem; }
.product-hero > .product-visual { aspect-ratio: 1.4; }
.product-hero .product-visual svg { max-height: 380px; }
.product-hero h1 { font-size: 2.55rem; }
.product-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; padding-block: 1.25rem; margin-bottom: 2rem; }
.product-facts > div:nth-child(even) { border-right: 0; }
.product-facts dd { font-size: .95rem; }
.archive-header { padding-block: 1rem 1.5rem; }
.filter-bar { gap: 1rem; }
.filter-bar label, .filter-bar select { width: 100%; }
.filter-bar .button { width: 100%; }
.footer-top { padding-block: 2.5rem 2rem; gap: 2rem 1.25rem; }
.footer-intro { display: block; }
.footer-intro .footer-statement { font-size: 1.9rem; margin: 1.75rem 0 1rem; }
.footer-intro > p:not(.footer-statement) { margin-bottom: 1rem; max-width: 450px; }
.footer-nav h2 { font-size: .61rem; margin-bottom: 1rem; }
.footer-nav > a { font-size: .75rem; padding-block: .45rem; }
.footer-bottom { flex-direction: column; align-items: flex-start; padding-block: 1.25rem; font-size: .65rem; }
.footer-bottom nav { gap: .65rem 1rem; }
.back-to-top { margin: .2rem 0 0; }
.affiliate-disclosure p { font-size: .65rem; }
.alignleft, .alignright { float: none; margin: 1rem auto; }
}
@media (max-width: 380px) {
.wrap { width: calc(100% - 32px); }
.brand-name { font-size: 1.03rem; }
.brand-tagline { font-size: .4rem; }
.brand-symbol { width: 39px; height: 39px; }
.mobile-nav summary > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.hero-actions { flex-direction: column; align-items: stretch; }
.hero h1 { font-size: 2.5rem; }
.footer-top { grid-template-columns: 1fr; }
.footer-intro { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
body { background: white; color: black; font-size: 11pt; }
.wrap { width: 100%; }
.site-header, .masthead-note, .site-footer, .article-aside, .button, .skip-link, .filter-bar { display: none !important; }
.article-layout, .product-hero { display: block; }
.hero-art { max-height: 250px; }
h1 { font-size: 30pt; }
h2 { font-size: 22pt; }
h3 { font-size: 16pt; }
a { color: black; }
.product-card, .guide-card, table, blockquote { break-inside: avoid; }
} .site-header { background: #fff; }
.header-inner { min-height: 86px; }
.site-brand { gap: 10px; }
.brand-symbol { width: 46px; height: 46px; }
.brand-name { font: 600 1.8rem/1.04 var(--font-display); font-stretch: condensed; letter-spacing: -.015em; }
.brand-tagline { margin-top: 5px; font: 700 .47rem/1.4 var(--mono); letter-spacing: .12em; }
.desktop-nav { gap: 0; }
.desktop-nav a { margin-left: 1.35rem; padding: .65rem 0 .65rem 1.35rem; border-left: 1px solid var(--line); border-bottom: 0; font: 700 .68rem/1.5 var(--sans); text-transform: uppercase; letter-spacing: .035em; }
.desktop-nav a:first-child { border-left: 0; }
.desktop-nav a:hover { color: #89580a; text-decoration: underline; text-underline-offset: .4em; }
.masthead-note { display: none; }
.button { font-size: .8rem; }
.button:hover { background: #41525f; border-color: #41525f; }
.button-secondary:hover { background: var(--soft); border-color: var(--ink); color: var(--ink); }
.amazon-link, .button-accent, .amazon-button { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.amazon-link:hover, .button-accent:hover, .amazon-button:hover { color: var(--ink); background: #e6b958; border-color: #e6b958; }
main > section.vault-cover { padding: 0; }
.vault-cover { overflow: hidden; background: var(--graphite); color: #f1f3f4; border-bottom: 5px solid var(--accent); }
.cover-kicker { display: flex; justify-content: space-between; gap: 1rem; padding: 1.45rem 0 1.2rem; border-bottom: 1px solid #57616a; color: #c1cbd2; font: 700 .65rem/1.5 var(--mono); letter-spacing: .09em; }
.cover-kicker > span:first-child { color: var(--accent); }
.cover-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 3%; min-height: 600px; padding: 2.6rem 0 2rem; }
.cover-copy { position: relative; z-index: 2; min-width: 0; }
.cover-copy h1 { margin: 0 0 1.75rem; color: #f7f8f9; font-family: var(--font-display); font-size: clamp(3.7rem,7.2vw,7.4rem); font-weight: 600; line-height: .94; letter-spacing: -.02em; text-transform: uppercase; }
.cover-copy h1 span { color: var(--accent); }
.cover-copy > p { max-width: 420px; color: #c3cbd1; font-size: .94rem; line-height: 1.8; }
.cover-copy .button { margin-top: .4rem; background: var(--accent); border-color: var(--accent); color: var(--ink); }
.cover-copy .button:hover { background: #e8b954; border-color: #e8b954; }
.cover-copy .meta { margin-top: 1.5rem; color: #a5b1ba; font-size: .65rem; }
.vault-drawing { position: relative; min-width: 0; isolation: isolate; width: 100%; padding-bottom: 3rem; }
.vault-drawing::before { content: ''; position: absolute; inset: 4% 0 3rem; z-index: -1; background-image: linear-gradient(#a6b2bc13 1px,transparent 1px),linear-gradient(90deg,#a6b2bc13 1px,transparent 1px); background-size: 32px 32px; border: 1px solid #61717d40; }
.vault-drawing > img, .vault-drawing > svg { width: 100%; height: auto; }
.diagram-caption { position: absolute; bottom: 0; left: 0; max-width: 100%; margin: 0; color: #acb8c0; font: .58rem/1.65 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.hotspot { position: absolute; z-index: 4; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; padding: 0; border: 1px solid #f6c767; border-radius: 50%; background: var(--graphite); color: #f6c767; font: 700 .77rem/1 var(--mono); box-shadow: 0 0 0 6px #d5a64a14; transform: translate(-50%,-50%); }
.hotspot:hover, .hotspot[aria-selected="true"], .hotspot[aria-pressed="true"], .hotspot[aria-expanded="true"], .hotspot.is-active { background: var(--accent); color: var(--ink); border-color: var(--accent); box-shadow: 0 0 0 6px #d5a64a32; }
.hotspot:focus-visible, .vault-cover a:focus-visible { outline-color: #fff; }
.spot-1 { left: 92%; top: calc((100% - 3rem) * .57); }
.spot-2 { left: 12.6%; top: calc((100% - 3rem) * .496); }
.spot-3 { left: 30.8%; top: calc((100% - 3rem) * .859); }
.inspector { position: relative; display: grid; grid-template-columns: 200px 1fr 220px; align-items: start; gap: 2rem; padding: 1.65rem 0 1.9rem; border-top: 1px solid #667079; }
.inspector-label { padding-top: .35rem; color: var(--accent); font: 700 .65rem/1.6 var(--mono); letter-spacing: .055em; }
.inspector-copy h2 { margin-bottom: .55rem; color: #f4f6f7; font-size: 1.8rem; line-height: 1.1; letter-spacing: -.01em; }
.inspector-copy p { margin: 0; color: #b9c4cc; font-size: .82rem; line-height: 1.75; }
.inspector > .text-link { justify-self: end; align-self: center; color: #f1c369; font-size: .73rem; }
.dossier-list { border-top: 3px solid var(--ink); }
.dossier { display: grid; grid-template-columns: 48px minmax(210px,1.2fr) minmax(240px,1.5fr) 210px; align-items: center; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid #aeb9c0; }
.dossier-no { align-self: start; padding-top: .3rem; color: #7a8790; font: 500 1.35rem/1 var(--mono); }
.dossier-title { min-width: 0; }
.dossier-title > small { display: block; margin-bottom: .45rem; color: var(--muted); font: 700 .61rem/1.5 var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.dossier-title h3 { font-size: 2.9rem; line-height: 1; margin-bottom: .45rem; letter-spacing: -.01em; }
.dossier-title h3 a { text-decoration: none; }
.dossier-title h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; }
.dossier-title p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.dossier-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem 1.5rem; margin: 0; padding-left: 1.5rem; border-left: 1px solid var(--line); font-size: .78rem; }
.dossier-facts > div { min-width: 0; }
.dossier-facts dt { color: var(--muted); font: .58rem/1.5 var(--mono); text-transform: uppercase; letter-spacing: .02em; margin-bottom: .2rem; }
.dossier-facts dd { margin: 0; line-height: 1.5; font-weight: 700; overflow-wrap: anywhere; }
.dossier-facts > div:last-child:nth-child(odd) { grid-column: 1/-1; }
.dossier-action { display: flex; align-items: stretch; flex-direction: column; gap: .85rem; }
.dossier-action .button { font-size: .74rem; min-height: 46px; padding-inline: .7rem; }
.dossier-action .text-link { align-self: flex-start; font-size: .7rem; }
.dossier-action p, .dossier-action small { margin: 0; color: var(--muted); font-size: .65rem; line-height: 1.6; }
.dossier-list + p { margin-top: 1.5rem; }
.comparison-key { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; margin: 1rem 0 1.5rem; color: var(--muted); font: .63rem/1.7 var(--mono); text-transform: uppercase; letter-spacing: .025em; }
.comparison-key strong { color: var(--ink); }
.comparison-footnote { max-width: 930px; margin: 1.3rem 0 1.6rem; color: var(--muted); font-size: .73rem; line-height: 1.85; }
.chapter-list { border-top: 2px solid var(--ink); }
.chapter-row { display: grid; grid-template-columns: 80px 1fr 50px; align-items: center; gap: 1.5rem; padding: 1.65rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.chapter-row:hover { background: #e5e9ec; }
.chapter-no { color: #73818b; font: 500 1.15rem/1.4 var(--mono); }
.chapter-row h3 { margin: 0 0 .3rem; font-size: 2rem; }
.chapter-row p { margin: 0; color: var(--muted); font-size: .83rem; }
.chapter-row > span:last-child:not(.chapter-no) { justify-self: end; padding-right: .3rem; color: #916117; font-size: 1.7rem; }
main > section.field-note { padding: 0; background: #dfe5e9; border-block: 1px solid #b9c3ca; }
.field-note-inner { display: grid; grid-template-columns: 130px minmax(0,1fr); gap: 3rem; padding-block: 3rem; }
.field-note-number { color: #7a8b98; font: 600 5.7rem/.9 var(--font-display); letter-spacing: -.03em; }
.field-note h2 { max-width: 850px; margin-bottom: .7rem; font-size: 2.6rem; }
.field-note p { max-width: 850px; margin-bottom: 1rem; color: #4e5d68; font-size: .93rem; }
.questions-section { border-top: 1px solid var(--line); } .article-title, .article-header { border-bottom: 2px solid var(--ink); }
.article-title h1, .article-header h1 { letter-spacing: -.015em; }
.article-aside { border-top-width: 3px; }
.article-aside h2, .article-aside h3 { font: 600 1.85rem/1.1 var(--font-display); text-transform: none; letter-spacing: 0; }
.article-aside .eyebrow { font-size: .6rem; }
.section-number { color: #788590; font: 700 .68rem/1.5 var(--mono); letter-spacing: .08em; }
.mt-lead { color: var(--muted); font: 400 1.13rem/1.85 var(--sans); }
.mt-note { margin-block: 1.5rem; padding: 1.1rem 1.3rem; border-left: 3px solid #b98b35; background: #e4e9ed; font-size: .82rem; line-height: 1.75; }
.notice { border-color: #b98b35; background: #e4e9ed; }
.mt-note p:last-child { margin-bottom: 0; }
.mt-source-note { margin-top: 2rem; padding-top: 1.3rem; border-top: 1px solid var(--line); color: var(--muted); font: .74rem/1.8 var(--mono); }
.mt-table-wrap { width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.mt-table-wrap table { min-width: 550px; }
.article-body th, .prose th, .comparison-table th { background: var(--ink); color: #fff; font: 700 .67rem/1.5 var(--mono); }
.article-body tr:nth-child(even) td, .prose tr:nth-child(even) td { background: #e8ecef; }
.article-body blockquote, .prose blockquote { border-color: var(--accent); font: 1.05rem/1.7 var(--sans); }
.product-visual { background: var(--graphite); border-color: #55616b; }
.product-visual > img { width: 92%; height: 90%; object-fit: contain; mix-blend-mode: normal; }
.product-visual svg { max-height: 250px; }
.product-visual .visual-caption, .product-visual > small { color: #c3cbd1; font: .55rem/1.5 var(--mono); right: 1rem; }
.product-hero .product-visual > img { width: 96%; height: 91%; }
.product-hero h1 { font-weight: 600; letter-spacing: -.015em; }
.tag { background: transparent; border: 1px solid #b9c3ca; color: #48545e; font: 700 .57rem/1.4 var(--mono); letter-spacing: .035em; }
.specs dt, .product-facts dt { font-family: var(--mono); font-size: .59rem; }
.product-body h3 { font-size: 1.9rem; font-weight: 600; }
.filter-bar > a { font: 700 .7rem/1.4 var(--mono); }
.faq { border-top: 2px solid var(--ink); }
.faq summary::after { color: #916117; font-family: var(--mono); }
.footer-top { padding-top: 3.5rem; }
.site-footer { background: var(--graphite); color: #f0f3f5; border-top: 5px solid var(--accent); }
.footer-brand { color: #f1f3f4; }
.footer-brand .brand-symbol { background: #dfe4e8; padding: 2px; outline: none; }
.footer-brand .brand-name { font-size: 1.8rem; }
.footer-brand .brand-tagline { font: 700 .47rem/1.4 var(--mono); letter-spacing: .12em; }
.footer-intro .footer-statement { color: #f0f3f5; font: 600 3.1rem/.95 var(--font-display); letter-spacing: -.01em; margin: 1.75rem 0 1rem; text-transform: uppercase; }
.footer-intro > p:not(.footer-statement) { color: #b9c5cd; }
.footer-intro .text-link, .footer-nav h2 { color: #e5b859; }
.footer-nav h2 { font: 700 .63rem/1.5 var(--mono); letter-spacing: .06em; }
.footer-nav > a { color: #dce3e7; }
.affiliate-disclosure { border-color: #566570; }
.affiliate-disclosure p, .footer-bottom { color: #b9c5cd; }
.affiliate-disclosure strong { color: #f0f3f5; }
.footer-bottom { font: .62rem/1.5 var(--mono); }
.cover-small { margin-top: 1.35rem; color: #a5b1ba !important; font: .64rem/1.7 var(--mono) !important; }
.spot-1 { top: calc(57% - 1.71rem); }
.spot-2 { top: calc(49.6% - 1.488rem); }
.spot-3 { top: calc(85.9% - 2.577rem); }
.field-note-inner { grid-template-columns: 85px .95fr 1.05fr; align-items: start; gap: 2.5rem; }
.field-note-inner > div:last-child { padding-top: .2rem; }
.comparison-key { display: grid; grid-template-columns: minmax(210px,1.2fr) minmax(240px,1.5fr) 210px; gap: 2rem; padding-left: 80px; }
.questions-section .faq { max-width: 1040px; }
.questions-section .source-list { max-width: 1040px; }
@media (min-width:1650px) {
:root { --wrap: 1440px; }
.cover-layout { min-height: 650px; }
}
@media (max-width:1180px) {
.header-inner { min-height: 80px; }
.desktop-nav a { margin-left: .9rem; padding-left: .9rem; font-size: .61rem; }
.brand-name { font-size: 1.65rem; }
.brand-symbol { width: 42px; height: 42px; }
.cover-layout { min-height: 530px; }
.cover-copy h1 { font-size: clamp(3.5rem,7.2vw,6rem); }
.inspector { grid-template-columns: 160px 1fr 185px; gap: 1.4rem; }
.dossier { grid-template-columns: 35px minmax(180px,1.15fr) minmax(210px,1.3fr) 185px; gap: 1.25rem; }
.dossier-title h3 { font-size: 2.7rem; }
.dossier-facts { padding-left: 1rem; gap: .8rem 1rem; }
.comparison-key { grid-template-columns: minmax(180px,1.15fr) minmax(210px,1.3fr) 185px; padding-left: 55px; gap: 1.25rem; }
.field-note-inner { grid-template-columns: 65px .95fr 1.05fr; gap: 1.5rem; }
.field-note h2 { font-size: 2.25rem; }
}
@media (max-width:950px) {
.desktop-nav { display: none; }
.mobile-nav { display: block; }
.mobile-nav summary { display: flex; align-items: center; gap: .8rem; min-height: 44px; padding: .5rem 0 .5rem .6rem; font: 700 .7rem/1.4 var(--mono); text-transform: uppercase; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.menu-lines { position: relative; width: 21px; height: 12px; border-block: 1.5px solid var(--ink); }
.menu-lines::before { content: ''; position: absolute; top: 4px; left: 0; width: 100%; border-top: 1.5px solid var(--ink); }
.mobile-nav nav { position: absolute; top: 100%; left: 0; right: 0; padding: 1rem 32px 1.75rem; border-block: 1px solid var(--line); background: white; box-shadow: 0 16px 22px #17253016; }
.mobile-nav nav a { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .98rem; text-decoration: none; }
.mobile-nav nav .mobile-catalogue { margin-top: .5rem; border: 0; font-size: .78rem; color: #835a16; }
.cover-layout { grid-template-columns: .95fr 1.05fr; min-height: 470px; gap: 1%; }
.cover-copy h1 { font-size: clamp(3.3rem,7.5vw,5rem); }
.cover-copy > p { font-size: .84rem; }
.inspector { grid-template-columns: 135px 1fr; gap: .75rem 1.5rem; }
.inspector > .text-link { grid-column: 2; justify-self: start; }
.dossier { grid-template-columns: 35px 1fr 1.2fr; }
.dossier-action { grid-column: 2/-1; flex-direction: row; align-items: center; gap: 1.2rem; padding-top: .25rem; }
.dossier-action .button { min-width: 180px; }
.comparison-key { display: none; }
.field-note-inner { grid-template-columns: 60px 1fr; gap: 1rem 1.5rem; }
.field-note-inner > div:last-child { grid-column: 2; }
.field-note-number { grid-row: 1/3; }
.article-layout { grid-template-columns: minmax(0,1fr); }
.article-aside { position: static; display: block; max-width: 600px; margin: 0; }
.article-aside h2, .article-aside h3 { font: 600 1.85rem/1.1 var(--font-display); }
.footer-intro .footer-statement { margin: 0; }
}
@media (max-width:760px) {
.wrap { width: calc(100% - 40px); }
.header-inner { min-height: 75px; gap: 1rem; }
.brand-name { font-size: 1.7rem; }
.brand-tagline { font-size: .43rem; }
.brand-symbol { width: 41px; height: 41px; }
.mobile-nav nav { padding-inline: 20px; }
.cover-kicker { padding: 1.1rem 0 .95rem; gap: .75rem; font-size: .53rem; letter-spacing: .04em; }
.cover-layout { grid-template-columns: 1fr; gap: 1rem; min-height: auto; padding: 2rem 0 1.1rem; }
.cover-copy h1 { max-width: 610px; font-size: clamp(3.5rem,12.3vw,5.8rem); line-height: .94; margin-bottom: 1.4rem; }
.cover-copy > p { max-width: 570px; font-size: .88rem; line-height: 1.8; }
.cover-copy .button { min-height: 47px; font-size: .78rem; }
.cover-small { font-size: .59rem !important; margin-bottom: .3rem; }
.vault-drawing { max-width: 560px; margin-inline: auto; padding-bottom: 3rem; }
.vault-drawing::before { inset-block: 5% 3rem; background-size: 26px 26px; }
.diagram-caption { font-size: .49rem; }
.hotspot { width: 44px; height: 44px; font-size: .7rem; }
.inspector { grid-template-columns: 1fr; gap: .75rem; padding: 1.4rem 0 1.7rem; }
.inspector-label { font-size: .6rem; }
.inspector-copy h2 { font-size: 1.8rem; }
.inspector-copy p { font-size: .79rem; }
.inspector > .text-link { grid-column: 1; margin-top: .3rem; font-size: .72rem; }
.dossier { grid-template-columns: 27px minmax(0,1fr); align-items: start; gap: .75rem 1rem; padding-block: 1.6rem; }
.dossier-no { padding-top: .2rem; font-size: 1.05rem; }
.dossier-title h3 { font-size: 2.7rem; }
.dossier-title > small { font-size: .57rem; }
.dossier-title p { font-size: .8rem; }
.dossier-facts { grid-column: 2; margin-top: .4rem; padding: .9rem 0; border-left: 0; border-block: 1px solid var(--line); gap: .85rem 1rem; }
.dossier-facts dd { font-size: .77rem; }
.dossier-action { grid-column: 2; flex-direction: column; align-items: stretch; padding-top: .3rem; gap: .8rem; }
.dossier-action .button { min-width: 0; width: 100%; font-size: .78rem; }
.chapter-row { grid-template-columns: 35px minmax(0,1fr) 22px; gap: .75rem; padding: 1.3rem 0; }
.chapter-no { font-size: .85rem; align-self: start; padding-top: .25rem; }
.chapter-row h3 { font-size: 1.85rem; }
.chapter-row p { font-size: .77rem; }
.chapter-row > span:last-child:not(.chapter-no) { padding: 0; font-size: 1.4rem; }
.field-note-inner { padding-block: 2rem; grid-template-columns: 35px minmax(0,1fr); gap: .9rem 1rem; }
.field-note-number { font-size: 4rem; }
.field-note h2 { font-size: 2.15rem; }
.field-note p { font-size: .83rem; }
.field-note .text-link { font-size: .72rem; }
.mt-lead { font-size: 1.02rem; }
.mt-note { padding: 1rem; font-size: .78rem; }
.article-aside { max-width: none; }
.product-body h3, .article-body .product-body h3 { font-size: 1.9rem; }
.footer-intro .footer-statement { margin: 1.7rem 0 1rem; font-size: 3rem; }
.footer-brand .brand-name { font-size: 1.8rem; }
.footer-brand .brand-tagline { font-size: .43rem; }
.footer-nav h2 { font-size: .56rem; }
.footer-bottom { font-size: .59rem; }
}
@media (max-width:380px) {
.wrap { width: calc(100% - 32px); }
.brand-name { font-size: 1.5rem; }
.brand-symbol { width: 36px; height: 36px; }
.brand-tagline { font-size: .4rem; }
.cover-copy h1 { font-size: 3.45rem; }
.cover-kicker { font-size: .46rem; }
.diagram-caption { max-width: 270px; font-size: .44rem; }
.dossier { column-gap: .7rem; }
}
@media print {
.vault-cover { background: white; color: black; border-color: black; }
.cover-copy h1, .cover-copy h1 span, .cover-copy p, .cover-kicker, .inspector-label, .inspector-copy h2, .inspector-copy p { color: black !important; }
.cover-layout { min-height: 0; grid-template-columns: 1fr 1fr; }
.hotspot, .diagram-caption { display: none; }
.dossier { break-inside: avoid; }
} .dossier.dossier-compact { grid-template-columns: minmax(0,1fr) 220px; gap: 2rem; padding-block: 1.5rem; }
.dossier-compact .dossier-title h3 { font-size: 2rem; line-height: 1.08; }
.dossier-compact .dossier-title p { max-width: 620px; }
.dossier-compact .dossier-action { grid-column: auto; display: flex; flex-direction: column; align-items: stretch; gap: .8rem; padding-top: 0; }
.dossier-compact .dossier-action .button { min-width: 0; }
.dossier-compact .dossier-action .text-link { align-self: flex-start; }
@media (min-width: 761px) {
.cover-copy h1 { font-size: clamp(2.7rem,6.2vw,6.4rem); }
}
@media (max-width: 380px) {
.cover-copy h1 { font-size: clamp(2.3rem,12.2vw,2.9rem); }
}
@media (max-width:760px) {
.dossier.dossier-compact { grid-template-columns: minmax(0,1fr); gap: 1.1rem; padding-block: 1.4rem; }
.dossier-compact .dossier-title h3 { font-size: 1.9rem; }
.dossier-compact .dossier-action { grid-column: 1; max-width: 360px; width: 100%; }
}
@media (max-width: 760px) {
.product-hero-copy { grid-row: 1; }
.product-hero > .product-visual { grid-row: 2; max-width: 480px; width: 100%; margin-inline: auto; }
} .product-visual.product-photo { background: #fff; border-color: var(--line); }
.product-visual.product-photo > img,
.product-visual.product-photo > a > img { display: block; width: 100%; height: 100%; max-width: 100%; padding: 1.25rem; object-fit: contain; object-position: center; mix-blend-mode: normal; }
.product-visual.product-photo > a { width: 100%; height: 100%; }
.product-hero:has(> .product-gallery) { grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); align-items: start; row-gap: 0; }
.product-hero-intro { grid-column: 2; grid-row: 1; min-width: 0; }
.product-hero-intro h1 { margin-bottom: 1.1rem; }
.product-hero > .product-gallery { grid-column: 1; grid-row: 1 / span 2; align-self: start; }
.product-hero:has(> .product-gallery) > .product-hero-copy { grid-column: 2; grid-row: 2; min-width: 0; }
.product-gallery { min-width: 0; width: 100%; max-width: 560px; margin-inline: auto; }
.product-gallery-stage { width: 100%; margin: 0; }
.product-gallery-stage > a { display: flex; align-items: center; justify-content: center; width: 100%; height: auto; aspect-ratio: 1 / 1; border: 1px solid var(--line); background: #fff; }
.product-gallery-stage > a > img { display: block; width: 100%; height: 100%; max-height: 558px; padding: clamp(1rem,2.5vw,2rem); object-fit: contain; object-position: center; mix-blend-mode: normal; }
.product-gallery-thumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; list-style: none; padding: .85rem 0 0; margin: 0; }
.product-gallery-thumbs > li { padding: 0; margin: 0; }
.mt-gallery-thumb { display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; border: 1px solid var(--line); background: #fff; text-decoration: none; }
.mt-gallery-thumb > img { display: block; width: 100%; height: 100%; padding: 5px; object-fit: contain; object-position: center; mix-blend-mode: normal; }
.mt-gallery-thumb:hover { border-color: #8b681f; }
.mt-gallery-thumb[aria-current="true"], .mt-gallery-thumb[aria-selected="true"], .mt-gallery-thumb.is-active, .mt-gallery-thumb.active { border: 2px solid #9b701c; }
.product-gallery-caption { margin: .75rem 0 0; color: var(--muted); font: .64rem/1.7 var(--mono); }
.dossier.dossier-with-photo { grid-template-columns: 34px 150px minmax(0,1.1fr) minmax(0,1.35fr) 190px; gap: 1.5rem; }
.dossier-with-photo > .dossier-no { grid-column: 1; grid-row: 1; }
.dossier-with-photo > .dossier-photo { grid-column: 2; grid-row: 1; }
.dossier-with-photo > .dossier-title { grid-column: 3; grid-row: 1; }
.dossier-with-photo > .dossier-facts { grid-column: 4; grid-row: 1; }
.dossier-with-photo > .dossier-action { grid-column: 5; grid-row: 1; flex-direction: column; align-items: stretch; }
.dossier-photo { display: flex; align-items: center; justify-content: center; min-width: 0; width: 100%; max-width: 150px; aspect-ratio: 1 / 1; align-self: center; border: 1px solid #d5dce1; background: #fff; text-decoration: none; }
.dossier-photo > img { display: block; width: 100%; height: 100%; padding: 10px; object-fit: contain; object-position: center; mix-blend-mode: normal; }
.dossier-photo:hover { border-color: #aebbc4; }
.dossier-with-photo .dossier-title h3 { font-size: 2.65rem; }
.dossier-with-photo .dossier-facts { gap: .75rem 1rem; padding-left: 1.1rem; }
.dossier-with-photo .dossier-action .button { min-width: 0; }
.comparison-key { grid-template-columns: 34px 150px minmax(0,1.1fr) minmax(0,1.35fr) 190px; gap: 1.5rem; padding-left: 0; }
.comparison-key > span:nth-child(1) { grid-column: 2 / 4; }
.comparison-key > span:nth-child(2) { grid-column: 4; }
.comparison-key > span:nth-child(3) { grid-column: 5; }
.dossier.dossier-compact.dossier-with-photo { grid-template-columns: 112px minmax(0,1fr) 200px; gap: 1.5rem; }
.dossier-compact.dossier-with-photo > .dossier-photo { grid-column: 1; grid-row: 1; max-width: 112px; }
.dossier-compact.dossier-with-photo > .dossier-title { grid-column: 2; grid-row: 1; }
.dossier-compact.dossier-with-photo > .dossier-action { grid-column: 3; grid-row: 1; width: 100%; max-width: none; }
.dossier-compact.dossier-with-photo .dossier-title h3 { font-size: 1.95rem; }
@media (max-width:1180px) {
.dossier.dossier-with-photo { grid-template-columns: 28px 120px minmax(0,1fr) minmax(0,1.2fr) 170px; gap: 1rem; }
.dossier-with-photo .dossier-title h3 { font-size: 2.25rem; }
.dossier-with-photo .dossier-title > small { font-size: .54rem; }
.dossier-with-photo .dossier-facts { padding-left: .8rem; }
.comparison-key { grid-template-columns: 28px 120px minmax(0,1fr) minmax(0,1.2fr) 170px; gap: 1rem; }
.dossier.dossier-compact.dossier-with-photo { grid-template-columns: 112px minmax(0,1fr); gap: .85rem 1.4rem; }
.dossier-compact.dossier-with-photo > .dossier-photo { grid-column: 1; grid-row: 1 / span 2; align-self: start; }
.dossier-compact.dossier-with-photo > .dossier-title { grid-column: 2; grid-row: 1; }
.dossier-compact.dossier-with-photo > .dossier-action { grid-column: 2; grid-row: 2; max-width: 300px; }
}
@media (max-width:950px) {
.dossier.dossier-with-photo { grid-template-columns: 28px 120px minmax(0,1fr); gap: 1rem 1.4rem; align-items: start; }
.dossier-with-photo > .dossier-no { grid-column: 1; grid-row: 1; }
.dossier-with-photo > .dossier-photo { grid-column: 2; grid-row: 1 / span 2; align-self: start; }
.dossier-with-photo > .dossier-title { grid-column: 3; grid-row: 1; }
.dossier-with-photo > .dossier-facts { grid-column: 3; grid-row: 2; padding: .9rem 0; border-left: 0; border-block: 1px solid var(--line); }
.dossier-with-photo > .dossier-action { grid-column: 3; grid-row: 3; flex-direction: row; align-items: center; gap: 1rem; }
.dossier-with-photo .dossier-action .button { min-width: 165px; }
.comparison-key { display: none; }
.dossier.dossier-compact.dossier-with-photo { grid-template-columns: 112px minmax(0,1fr); }
.dossier-compact.dossier-with-photo > .dossier-photo { grid-column: 1; grid-row: 1 / span 2; }
.dossier-compact.dossier-with-photo > .dossier-title { grid-column: 2; grid-row: 1; }
.dossier-compact.dossier-with-photo > .dossier-action { grid-column: 2; grid-row: 2; flex-direction: column; align-items: stretch; }
}
@media (max-width:760px) {
.product-hero:has(> .product-gallery) { grid-template-columns: minmax(0,1fr); gap: 1.25rem; }
.product-hero-intro { grid-column: 1; grid-row: 1; }
.product-hero-intro h1 { margin-bottom: 0; }
.product-hero > .product-gallery { grid-column: 1; grid-row: 2; }
.product-hero:has(> .product-gallery) > .product-hero-copy { grid-column: 1; grid-row: 3; }
.product-gallery { max-width: 480px; }
.product-gallery-stage { height: auto; max-height: none; }
.product-gallery-stage > a { height: 240px; max-height: 240px; aspect-ratio: auto; }
.product-gallery-stage > a > img { max-height: 238px; padding: .8rem; }
.product-gallery-thumbs { gap: .5rem; padding-top: .7rem; }
.mt-gallery-thumb { width: 52px; height: 52px; }
.mt-gallery-thumb > img { padding: 4px; }
.product-gallery-caption { margin-top: .6rem; font-size: .58rem; }
.product-visual.product-photo > img, .product-visual.product-photo > a > img { padding: 1rem; }
.dossier.dossier-with-photo { grid-template-columns: 22px 105px minmax(0,1fr); gap: .9rem .8rem; }
.dossier-with-photo > .dossier-no { grid-column: 1; grid-row: 1; padding-top: .2rem; font-size: .8rem; }
.dossier-with-photo > .dossier-photo { grid-column: 2; grid-row: 1; max-width: 105px; }
.dossier-photo > img { padding: 7px; }
.dossier-with-photo > .dossier-title { grid-column: 3; grid-row: 1; align-self: center; }
.dossier-with-photo .dossier-title h3 { font-size: 2.2rem; }
.dossier-with-photo .dossier-title > small { font-size: .5rem; line-height: 1.55; margin-bottom: .4rem; }
.dossier-with-photo .dossier-title p { font-size: .75rem; line-height: 1.6; }
.dossier-with-photo > .dossier-facts { grid-column: 1 / -1; grid-row: 2; margin: 0; padding: .9rem 0; }
.dossier-with-photo > .dossier-action { grid-column: 1 / -1; grid-row: 3; flex-direction: column; align-items: stretch; width: 100%; max-width: none; gap: .8rem; padding: 0; }
.dossier-with-photo .dossier-action .button { min-width: 0; width: 100%; }
.dossier.dossier-compact.dossier-with-photo { grid-template-columns: 105px minmax(0,1fr); gap: 1rem; }
.dossier-compact.dossier-with-photo > .dossier-photo { grid-column: 1; grid-row: 1; max-width: 105px; }
.dossier-compact.dossier-with-photo > .dossier-title { grid-column: 2; grid-row: 1; }
.dossier-compact.dossier-with-photo > .dossier-action { grid-column: 1 / -1; grid-row: 2; max-width: none; }
.dossier-compact.dossier-with-photo .dossier-title h3 { font-size: 1.8rem; }
}
@media (max-width:380px) {
.dossier.dossier-with-photo { grid-template-columns: 18px 92px minmax(0,1fr); column-gap: .6rem; }
.dossier-with-photo .dossier-title h3 { font-size: 1.95rem; }
.dossier.dossier-compact.dossier-with-photo { grid-template-columns: 92px minmax(0,1fr); gap: .9rem; }
.dossier-compact.dossier-with-photo .dossier-title h3 { font-size: 1.75rem; }
}
@media print {
.product-gallery { max-width: 300px; margin: 0 0 1.5rem; }
.product-gallery-thumbs { display: none; }
.product-gallery-stage { height: auto; }
.product-gallery-stage > a { height: 240px; aspect-ratio: auto; }
}
.editorial-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; align-items: start; }
.editorial-photo-grid figure { margin: 0; min-width: 0; }
.editorial-photo-grid img { width: 100%; height: auto; border: 1px solid var(--line); }
.editorial-photo-grid figcaption { font-size: .78rem; line-height: 1.55; color: var(--muted); margin-top: .6rem; }
@media(max-width: 560px) { .editorial-photo-grid { grid-template-columns: 1fr; } }
.product-gallery-caption { display: flex; flex-wrap: wrap; column-gap: .7rem; row-gap: .2rem; justify-content: space-between; }
.legacy-anchor { display: block; height: 0; scroll-margin-top: 2rem; }
.product-taxonomy-links { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 1.4rem; font-size: .82rem; }
.product-taxonomy-links > span { color: var(--muted); }
.product-taxonomy-links a, .archive-navigation a { text-decoration: underline; text-underline-offset: .25em; }
.archive-navigation { display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; margin: 3rem 0; padding-top: 2rem; border-top: 1px solid var(--line); }
.archive-navigation h2 { font-size: 1.35rem; margin: 0 0 1rem; }
.archive-navigation-links { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; font-size: .9rem; }
@media(max-width: 560px) { .archive-navigation { grid-template-columns: 1fr; } }