:root {
  color-scheme: light;
  --ink: #171818;
  --muted: #565d57;
  --paper: #ffffff;
  --line: #dedfe3;
  --lime: #d9ff52;
  --audio: #9de9dd;
  --metal: #d8d5ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a:hover { text-decoration: underline; }
a:focus-visible, summary:focus-visible { outline: 3px solid #647b09; outline-offset: 5px; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { text-wrap: pretty; }
ul, ol { padding-left: 1.25em; }
p + p { margin-top: 1em; }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 20; padding: 8px 20px; background: var(--ink); color: white; }
.skip-link:focus { top: 10px; }
.brand-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; gap: 32px; min-height: 88px; background: #fffffff5; border-bottom: 1px solid var(--line); box-shadow: 0 0 0 100vmax #fffffff5; clip-path: inset(0 -100vmax); backdrop-filter: blur(14px); }
.products, .about-section { scroll-margin-top: 104px; }
.wordmark { font-size: 27px; font-weight: 780; letter-spacing: -.065em; text-decoration: none; white-space: nowrap; }
.wordmark span { margin-left: 2px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { display: block; flex: 0 0 auto; width: 44px; height: 44px; object-fit: contain; }
.site-footer .brand-mark { width: 36px; height: 36px; }
.metal-site-footer .brand-mark { width: 36px; height: 36px; }
.brand-header nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.brand-header nav a, .language-link { display: inline-flex; align-items: center; min-height: 42px; font-size: 14px; font-weight: 600; text-decoration: none; }
.language-link { padding-left: 28px; border-left: 1px solid var(--line); }
.volu-site-header { position: sticky; top: 0; z-index: 10; background: #fffffff5; backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.volu-site-header-row { display: flex; align-items: center; gap: 24px; min-height: 80px; }
.volu-site-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 700; letter-spacing: -.04em; line-height: 1.3; text-decoration: none; white-space: nowrap; }
.volu-site-brand img { display: block; width: 40px; height: 40px; object-fit: contain; }
.volu-site-links { display: flex; gap: 21px; margin-left: auto; }
.volu-site-links a, .volu-site-utilities a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; text-decoration: none; white-space: nowrap; }
.volu-site-links a { color: var(--muted); }
.volu-site-links a:hover, .volu-site-links a:focus-visible { color: var(--ink); box-shadow: inset 0 -3px #65c8b8; text-decoration: none; }
.volu-site-links a[aria-current="page"] { color: var(--ink); box-shadow: inset 0 -3px var(--audio); font-weight: 650; }
.volu-site-utilities { display: flex; gap: 18px; padding-left: 22px; border-left: 1px solid var(--line); }
.volu-site #main [id] { scroll-margin-top: 110px; }
.eyebrow { font-size: 12px; font-weight: 700; line-height: 1.6; letter-spacing: .065em; }
.home-intro {
  position: relative;
  overflow: hidden;
  padding-block: 72px 82px;
  background: var(--lime);
  border-bottom: 1px solid #b7d839;
}
.home-intro::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: #082f68; }
.home-intro-shell { position: relative; }
.home-intro .eyebrow { position: relative; z-index: 1; margin-bottom: 34px; color: #34440c; }
.home-intro .eyebrow span { padding-inline: 12px; }
.intro-columns { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .82fr; gap: 88px; align-items: end; }
.intro-columns h1 { max-width: 760px; color: #171818; font-size: clamp(43px, 5.25vw, 72px); line-height: 1.2; font-weight: 735; letter-spacing: -.06em; }
.home-intro-copy { padding: 28px 0 4px 30px; border-left: 1px solid #93ac35; }
.intro-columns p { max-width: 500px; color: #2f3817; font-size: 17px; line-height: 1.95; }
.intro-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; }
.intro-links a { display: inline-flex; gap: 14px; align-items: center; color: #171818; font-size: 14px; font-weight: 680; text-decoration: none; border-bottom: 1px solid #5e6f20; }
.products { padding-block: 88px 92px; }
.section-title { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.section-title h2 { font-size: 30px; line-height: 1.4; letter-spacing: -.035em; font-weight: 680; }
.section-title p { color: var(--muted); font-size: 14px; }
.section-title .eyebrow { margin-bottom: 8px; color: var(--muted); }
.product-feature { display: grid; grid-template-columns: .86fr 1.14fr; align-items: stretch; gap: 48px; padding-top: 36px; border-top: 1px solid var(--line); }
.product-feature + .product-feature { margin-top: 56px; }
.product-feature--volu { grid-template-columns: 1.14fr .86fr; }
.brand-metal-feature { overflow: hidden; padding: 46px 46px 0; background: linear-gradient(145deg, #f8fbff, #fff 42%, #f4fcfa); border: 1px solid #cddde4; border-radius: 28px; }
.brand-metal-identity { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.brand-metal-identity .eyebrow { color: var(--muted); margin-bottom: 14px; }
.brand-metal-identity .app-title { margin-bottom: 0; }
.brand-metal-identity .app-title img { width: 112px; height: 112px; }
.brand-metal-identity .app-title h3 { font-size: clamp(34px, 4vw, 54px); }
.brand-metal-identity .product-availability { flex-shrink: 0; color: var(--muted); font-size: 14px; line-height: 1.75; text-align: right; }
.brand-metal-summary { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 72px; padding-block: 48px 46px; }
.brand-metal-summary > h3 { font-size: clamp(31px, 3.7vw, 49px); font-weight: 650; letter-spacing: -.05em; line-height: 1.42; }
.brand-metal-summary > div > p { color: var(--muted); font-size: 17px; line-height: 1.95; }
.brand-metal-summary ul { margin-block: 20px 28px; font-size: 15px; line-height: 1.9; }
.brand-metal-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.brand-metal-feature > .metal-screen {
  margin-inline: -46px;
  padding: 58px 46px 34px;
  background:
    radial-gradient(ellipse at 12% 38%, #dff7ff 0, #dff7ff00 58%),
    radial-gradient(ellipse at 88% 68%, #efffd8 0, #efffd800 56%),
    linear-gradient(135deg, #f8fbfc, #ffffff 52%, #f8fbf5);
}
.brand-metal-feature > .metal-screen img { width: min(100%, 1080px); }
.brand-metal-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 -46px; border-top: 1px solid #cddde4; }
.brand-metal-facts > div { min-width: 0; padding: 24px 20px; border-left: 1px solid var(--line); }
.brand-metal-facts > div:first-child { border-left: 0; }
.brand-metal-facts dt { color: var(--muted); font-size: 13px; margin-bottom: 6px; }
.brand-metal-facts dd { margin: 0; font-size: 14px; font-weight: 650; line-height: 1.65; overflow-wrap: anywhere; }
.brand-other-product { display: flex; align-items: center; gap: 24px; margin-top: 28px; padding: 20px 24px; color: var(--muted); background: #f5faf9; border: 1px solid #d9e6e2; border-radius: 14px; font-size: 14px; }
.brand-other-product > a { display: grid; grid-template-columns: 34px auto minmax(0, 1fr) auto; align-items: center; gap: 12px 18px; width: 100%; color: var(--ink); text-decoration: none; }
.brand-other-product img { display: block; }
.brand-other-product a > span { color: var(--muted); }
.brand-other-product b { font-size: 18px; font-weight: 400; }
.brand-secondary-product { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; margin-top: 72px; padding: 38px 42px; background: var(--audio); }
.brand-secondary-product .eyebrow { color: #3c5a55; margin-bottom: 16px; }
.brand-secondary-product .app-title { margin: 0; }
.brand-secondary-product .app-title img { width: 58px; height: 58px; }
.brand-secondary-product h3 { font-size: 23px; font-weight: 650; line-height: 1.55; margin-bottom: 12px; }
.brand-secondary-product p { color: #38514d; margin-bottom: 18px; }
.product-copy { padding-block: 6px; align-self: center; }
.product-copy > .eyebrow { margin-bottom: 18px; color: var(--muted); }
.app-title { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; }
.app-title img { width: 58px; height: 58px; object-fit: contain; }
.app-title img[src$="metalarchiver-icon-alpha.png"] { width: 76px; height: 76px; }
.app-title h3 { font-size: clamp(25px, 2.55vw, 36px); line-height: 1.15; font-weight: 700; letter-spacing: -.04em; }
.product-copy h4 { margin-bottom: 12px; font-size: 21px; font-weight: 650; line-height: 1.65; letter-spacing: -.025em; }
.product-copy > p { color: var(--muted); }
.product-copy ul { margin-block: 20px 26px; font-size: 15px; line-height: 1.9; }
.product-copy li { padding-left: 3px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 46px; padding: 9px 18px; color: var(--paper); background: var(--ink); border: 1px solid var(--ink); border-radius: 4px; font-size: 14px; font-weight: 650; text-decoration: none; }
.button:hover { background: #30372b; text-decoration: none; }
.product-copy .product-availability { margin-top: 15px; font-size: 13px; line-height: 1.75; }
.app-screen { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; padding: 42px 26px 26px; min-width: 0; }
.metal-screen { background: var(--metal); }
.metal-screen img { display: block; width: 100%; border-radius: 7px; box-shadow: 0 18px 30px -20px #171818a6; }
.volu-screen { background: var(--audio); }
.volu-screen img { display: block; width: min(100%, 370px); }
.app-screen figcaption { max-width: 100%; color: #37433c; font-size: 12px; line-height: 1.6; text-align: center; }
.journal-section { padding-block: 20px 76px; }
.journal-section .section-title { padding-top: 34px; border-top: 1px solid var(--line); margin-bottom: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-weight: 600; font-size: 14px; text-decoration: none; }
.section-intro { color: var(--muted); font-size: 16px; margin-bottom: 30px; }
.journal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.journal-entry { padding: 23px 0; }
.journal-entry + .journal-entry { border-top: 1px solid var(--line); }
.article-category { font-size: 12px; color: var(--muted); font-weight: 550; margin-bottom: 10px; }
.journal-entry h3 { font-size: 21px; line-height: 1.55; font-weight: 650; letter-spacing: -.025em; margin-bottom: 10px; }
.journal-entry h3 a { text-decoration: none; }
.journal-entry h3 a:hover { text-decoration: underline; }
.journal-entry h3 span { display: inline; font-size: .8em; font-weight: 400; white-space: nowrap; }
.journal-entry > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.9; }
.journal-feature { background: #f5f6f7; padding: 32px; align-self: stretch; border-left: 4px solid #b1c83b; }
.journal-feature .article-category { margin-bottom: 28px; }
.journal-feature h3 { font-size: 27px; margin-bottom: 20px; }
.about-section { position: relative; overflow: hidden; background: #061f42; color: var(--paper); padding-block: 78px; }
.about-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; bottom: -270px; border-radius: 50%; background: radial-gradient(circle, #10bfd32b, #10bfd300 68%); pointer-events: none; }
.about-grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 112px; }
.about-section .eyebrow { color: var(--lime); margin-bottom: 20px; }
.about-section h2 { font-size: 29px; font-weight: 620; line-height: 1.65; letter-spacing: -.025em; margin-bottom: 22px; }
.about-section p:not(.eyebrow) { color: #cbd8e7; font-size: 16px; }
.about-section .text-link { margin-top: 26px; color: var(--lime); }
.about-section aside { position: relative; z-index: 1; border-left: 1px solid #416183; padding-left: 32px; }
.about-section aside h3 { font-size: 23px; margin-block: 12px; }
.about-section aside p:not(.eyebrow) { font-size: 14px; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding-block: 34px 26px; }
.site-footer .wordmark { font-size: 23px; }
.site-footer p { font-size: 13px; color: var(--muted); margin-top: 5px; }
.site-footer nav { display: flex; align-items: start; flex-wrap: wrap; gap: 24px; padding-top: 6px; }
.site-footer nav a { font-size: 14px; text-decoration: none; }
.site-footer small { font-size: 12px; color: var(--muted); }
.brand-info { padding-block: 66px 82px; }
.brand-info-heading { max-width: 900px; margin-inline: auto; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.brand-info-heading .eyebrow { color: var(--muted); margin-bottom: 14px; }
.brand-info-heading h1 { font-size: clamp(38px, 5vw, 62px); line-height: 1.25; letter-spacing: -.05em; }
.brand-info-heading > p:last-child { max-width: 680px; margin-top: 18px; color: var(--muted); font-size: 17px; }
.brand-info-body { max-width: 900px; margin-inline: auto; padding-top: 44px; }
.brand-support-products > h2, .brand-info-contact h2, .brand-policy-section h2 { font-size: 25px; line-height: 1.5; margin-bottom: 18px; }
.brand-support-products article { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding-block: 27px; border-top: 1px solid var(--line); }
.brand-support-products article:last-child { border-bottom: 1px solid var(--line); }
.brand-support-products article img { width: 64px; height: 64px; object-fit: contain; }
.brand-support-products h3 { font-size: 22px; margin-bottom: 7px; }
.brand-support-products article p { color: var(--muted); }
.brand-support-products .text-link { margin-top: 14px; }
.brand-info-contact { margin-top: 54px; padding: 34px; background: #efffaf; border-top: 4px solid var(--lime); }
.brand-info-contact .eyebrow { color: #53641b; margin-bottom: 9px; }
.brand-info-contact h2 { margin-bottom: 12px; }
.brand-info-contact a { font-weight: 650; }
.brand-info-note, .brand-info-updated { color: var(--muted); font-size: 14px; }
.brand-policy-section { padding-block: 30px; border-bottom: 1px solid var(--line); }
.brand-policy-section p { color: var(--muted); }
.brand-policy-section .text-link { margin-top: 14px; color: var(--ink); }
.brand-info-updated { margin-top: 30px; }
.volu-site-footer { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding-block: 36px 28px; border-top: 1px solid var(--line); }
.volu-site-footer .wordmark { font-size: 23px; }
.volu-site-footer p { color: var(--muted); font-size: 13px; margin-top: 5px; }
.volu-site-footer nav { display: flex; align-items: start; flex-wrap: wrap; gap: 24px; padding-top: 6px; }
.volu-site-footer nav a { font-size: 14px; text-decoration: none; }
.volu-site-footer small { color: var(--muted); font-size: 12px; }

/* Product pages use the same typography, navigation and product colors. */
.product-intro { padding-block: 38px 46px; }
.metal-intro { background: var(--metal); }
.volu-intro { background: var(--audio); }
.product-intro > .wrap > .eyebrow { margin-bottom: 30px; }
.product-intro-columns { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 48px; }
.detail-icon { width: 70px; height: 70px; display: block; margin-bottom: 20px; }
.product-intro h1 { font-size: clamp(34px, 4vw, 55px); letter-spacing: -.055em; line-height: 1.2; margin-bottom: 18px; }
.product-intro h2 { font-size: 25px; line-height: 1.65; font-weight: 600; margin-bottom: 15px; }
.product-intro p:not(.eyebrow) { font-size: 16px; }
.product-intro .platform { font-size: 14px !important; margin-top: 22px; }
.product-intro .text-link { margin-top: 20px; }
.product-intro .app-screen { padding-inline: 0; }
.detail-section { padding-block: 54px; }
.detail-section + .detail-section { border-top: 1px solid var(--line); }
.detail-section h2 { font-size: 30px; line-height: 1.55; font-weight: 650; letter-spacing: -.035em; }
.detail-section h3 { font-size: 21px; line-height: 1.6; margin-bottom: 14px; font-weight: 620; }
.detail-section p { color: var(--muted); }
.feature-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; }
.feature-columns p { font-size: 16px; }
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 26px; }
.plan-grid article { padding: 28px; background: #f5f6f7; }
.plan-grid article + article { background: var(--metal); }
.plan-grid h3 { display: flex; align-items: center; gap: 20px; font-size: 25px; }
.plan-grid h3 span { font-size: 13px; font-weight: 500; }
.plan-grid ul { margin-block: 0; }
.plan-grid li { padding-block: 5px; }
.support-section, .technical-note { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; }
.support-section .eyebrow, .technical-note .eyebrow { margin-bottom: 14px; }
.support-section h2 { margin-bottom: 18px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 22px 20px 0; cursor: pointer; font-size: 16px; font-weight: 600; }
.faq-list details p { padding: 0 22px 24px 0; font-size: 15px; }
.technical-note .text-link { margin-block: 20px 5px; }
.small-note { font-size: 13px !important; }
.setup-list { margin-block: 18px 24px; padding-left: 1.4em; }
.setup-list li { padding: 12px 0 12px 10px; border-bottom: 1px solid var(--line); }
.volu-product-hero { display: grid; gap: 50px; padding-block: 68px 78px; }
.volu-identity { display: flex; align-items: center; gap: 30px; }
.volu-identity img { width: 132px; height: 132px; object-fit: contain; }
.volu-identity .eyebrow { color: var(--muted); margin-bottom: 10px; }
.volu-identity h1 { font-size: clamp(38px, 6.5vw, 78px); font-weight: 720; letter-spacing: -.06em; line-height: 1.08; }
.volu-identity > div > p:last-child { color: var(--muted); font-size: 14px; margin-top: 12px; }
.volu-hero-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: start; }
.volu-hero-summary h2 { font-size: clamp(30px, 3.7vw, 48px); font-weight: 650; letter-spacing: -.045em; line-height: 1.45; }
.volu-hero-summary > div > p { color: var(--muted); font-size: 17px; line-height: 1.95; }
.volu-hero-shot { padding: 44px 32px 28px; background: radial-gradient(ellipse at 18% 35%, #dffbf6, transparent 58%), radial-gradient(ellipse at 86% 72%, #dff5ff, transparent 55%), linear-gradient(135deg, #f7fcfb, #fff); }
.volu-hero-shot .app-screen { padding: 0; background: transparent; }
.volu-hero-shot .app-screen img { width: min(100%, 430px); filter: drop-shadow(0 22px 25px #35655d2e); }
.volu-facts { border-block: 1px solid var(--line); background: #f6fbfa; }
.volu-facts dl { display: grid; grid-template-columns: repeat(4, 1fr); margin-block: 0; }
.volu-facts dl > div { padding: 23px 22px; border-left: 1px solid var(--line); }
.volu-facts dl > div:first-child { border-left: 0; }
.volu-facts dt { color: var(--muted); font-size: 13px; margin-bottom: 6px; }
.volu-facts dd { margin: 0; font-size: 15px; font-weight: 650; }
.volu-problem { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; padding-block: 78px; }
.volu-problem .eyebrow { color: var(--muted); margin-bottom: 14px; }
.volu-problem h2 { font-size: clamp(29px, 3.2vw, 42px); font-weight: 650; line-height: 1.5; letter-spacing: -.04em; }
.volu-problem div > p:last-child { color: var(--muted); font-size: 17px; margin-top: 20px; }
.volu-problem ul { list-style: none; padding: 0; margin: 0; }
.volu-problem li { padding: 17px 0; border-top: 1px solid var(--line); }
.volu-problem li:last-child { border-bottom: 1px solid var(--line); }
.volu-route { padding-block: 68px; background: linear-gradient(110deg, #e6faf6, #f2fbff 54%, #fff); }
.volu-route .archive-section-heading { margin-bottom: 34px; }
.volu-route ol { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; padding: 0; margin: 0; border-block: 1px solid #b9d4cf; }
.volu-route li { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 26px 28px; border-left: 1px solid #b9d4cf; }
.volu-route li:first-child { border-left: 0; }
.volu-route li:not(:last-child)::after { content: "→"; position: absolute; right: -10px; top: 50%; z-index: 1; transform: translateY(-50%); font-size: 18px; }
.volu-route li > span, .volu-route li small { color: #4e6b66; font-size: 13px; }
.volu-route li strong { font-size: 20px; margin-block: 8px 4px; }
.volu-route-note { color: #46605b; font-size: 14px; margin-top: 24px; }
.volu-features { padding-block: 76px; }
.volu-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.volu-feature-grid article { border-top: 1px solid var(--line); padding-top: 22px; }
.volu-feature-grid article > span { color: var(--muted); font-size: 13px; }
.volu-feature-grid h3 { font-size: 21px; line-height: 1.55; margin-block: 18px 10px; }
.volu-feature-grid p { color: var(--muted); }
.volu-listen { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: start; padding-block: 70px; border-top: 1px solid var(--line); }
.volu-listen .eyebrow { color: var(--muted); margin-bottom: 14px; }
.volu-listen h2 { font-size: clamp(27px, 3vw, 39px); font-weight: 650; line-height: 1.5; letter-spacing: -.04em; }
.volu-listen > div > p:last-child { color: var(--muted); margin-top: 18px; }
.volu-listen dl { margin: 0; }
.volu-listen dl > div { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 17px 0; border-top: 1px solid var(--line); }
.volu-listen dl > div:last-child { border-bottom: 1px solid var(--line); }
.volu-listen dt { font-weight: 650; }
.volu-listen dd { color: var(--muted); margin: 0; }
.volu-technical { background: var(--ink); color: white; padding-block: 68px; }
.volu-technical > .wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.volu-technical .eyebrow { color: var(--audio); margin-bottom: 14px; }
.volu-technical h2 { font-size: clamp(27px, 3vw, 39px); font-weight: 620; line-height: 1.5; }
.volu-technical p { color: #c8cecb; }
.volu-technical .text-link { color: var(--audio); margin-block: 22px 5px; }
.volu-fit { padding-block: 72px; }
.volu-fit > div:nth-child(2) { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.volu-fit article { padding-top: 22px; border-top: 1px solid var(--line); }
.volu-fit h3 { font-size: 20px; line-height: 1.55; margin-bottom: 11px; }
.volu-fit article p, .volu-fit > p { color: var(--muted); }
.volu-fit > p { max-width: 830px; font-size: 14px; margin-top: 30px; }
.volu-setup { padding-block: 72px; }
.volu-setup ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; list-style: none; padding: 0; margin-block: 0 28px; }
.volu-setup li { border-top: 1px solid var(--line); padding-top: 20px; }
.volu-setup li > span { color: var(--muted); font-size: 13px; }
.volu-setup li p { margin-top: 16px; }
.volu-trial { background: var(--audio); padding-block: 58px; }
.volu-trial > .wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.volu-trial .eyebrow { color: #3d625b; margin-bottom: 12px; }
.volu-trial h2 { font-size: clamp(28px, 3vw, 39px); font-weight: 650; line-height: 1.5; letter-spacing: -.04em; }
.volu-trial p { color: #38514d; margin-top: 14px; }
.volu-trial-meta { font-size: 14px; }
.volu-trial > .wrap > div:last-child { padding: 26px; border: 1px solid #77bcb0; background: #ffffff87; }
.volu-trial > .wrap > div:last-child strong { font-size: 20px; }
.volu-price-note { color: var(--muted); font-size: 13px; margin-top: 12px; }
.volu-purchase-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 22px; }
.volu-purchase-hero { padding-block: 70px 58px; border-top: 6px solid var(--audio); }
.volu-purchase-hero h1 { max-width: 900px; margin-block: 14px 22px; font-size: clamp(38px, 5vw, 66px); line-height: 1.35; letter-spacing: -.055em; }
.volu-purchase-hero > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 18px; }
.volu-purchase-details { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; padding-block: 54px; border-top: 1px solid var(--line); }
.volu-purchase-details h2 { margin-bottom: 20px; font-size: 27px; }
.volu-purchase-details dl { margin: 0; }
.volu-purchase-details dl > div { display: grid; grid-template-columns: 135px 1fr; gap: 20px; padding-block: 15px; border-top: 1px solid var(--line); }
.volu-purchase-details dt { color: var(--muted); }
.volu-purchase-details dd { margin: 0; font-weight: 620; }
.volu-purchase-details p { color: var(--muted); margin-bottom: 16px; }
.volu-legal-links { display: flex; flex-wrap: wrap; gap: 14px 28px; padding-block: 28px 64px; border-top: 1px solid var(--line); }
.volu-legal-links a { color: var(--muted); font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.volu-policy { max-width: 920px; padding-block: 62px 80px; }
.volu-policy header { padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.volu-policy h1 { margin-block: 14px 16px; font-size: clamp(38px, 5vw, 58px); letter-spacing: -.05em; }
.volu-policy header > p:last-of-type { color: var(--muted); }
.volu-policy section { display: grid; grid-template-columns: 220px 1fr; gap: 40px; padding-block: 26px; border-bottom: 1px solid var(--line); }
.volu-policy section h2 { font-size: 18px; }
.volu-policy section p, .volu-policy section li { color: var(--muted); }
.volu-policy code { overflow-wrap: anywhere; font-size: 12px; }
.volu-policy-updated { color: var(--muted); font-size: 13px; margin-top: 26px; }
.volu-reading { padding-block: 70px; }
.volu-reading > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.volu-reading .journal-entry { border-top: 1px solid var(--line); }
.volu-reading .journal-entry + .journal-entry { border-top: 1px solid var(--line); }
.volu-support { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; padding-block: 64px 76px; border-top: 1px solid var(--line); }
.volu-support .eyebrow { color: var(--muted); margin-bottom: 12px; }
.volu-support h2 { font-size: 30px; }
.volu-support > div > p:last-of-type { color: var(--muted); }
.journal-intro { padding-block: 52px 38px; border-top: 6px solid var(--lime); }
.journal-intro h1 { margin-block: 12px 16px; font-size: clamp(35px, 4vw, 51px); line-height: 1.4; letter-spacing: -.04em; }
.journal-intro > p:last-child { color: var(--muted); }
.journal-index { padding-block: 0 60px; }
.journal-index .journal-entry { display: grid; grid-template-columns: 180px 1fr; column-gap: 36px; padding-block: 30px; border-top: 1px solid var(--line); }
.journal-index .article-category { grid-row: span 2; padding-top: 5px; }
.journal-index h3 { max-width: 720px; font-size: 25px; }
.journal-index .journal-entry > p:last-child { max-width: 720px; }

/* MetalArchiver: a screenshot-led product page, not a repeated card grid. */
.archive-hero { background: var(--metal); padding-block: 32px 28px; }
.archive-product-name { display: flex; align-items: center; gap: 16px; }
.archive-product-name img { flex: 0 0 52px; width: 52px; height: 52px; }
.archive-product-name h1 { font-size: 27px; line-height: 1.2; letter-spacing: -.045em; }
.archive-product-name > span { margin-left: auto; font-size: 13px; }
.archive-headline { display: grid; grid-template-columns: 1.18fr 1fr; gap: 72px; align-items: center; padding-block: 34px 44px; }
.archive-headline h2 { font-size: clamp(35px, 4.15vw, 58px); line-height: 1.4; letter-spacing: -.055em; font-weight: 680; }
.archive-headline p { max-width: 490px; font-size: 17px; }
.archive-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 24px; }
.archive-headline .archive-requirements { font-size: 13px; margin-top: 13px; }
.archive-hero-screen > a { display: block; }
.archive-hero-screen img { display: block; width: 100%; border-radius: 10px; box-shadow: 0 16px 28px -16px #24213d70; }
.archive-hero-screen figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 5px 20px; font-size: 12px; color: #42424f; margin-top: 15px; }
.archive-nav { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; padding-block: 20px; border-bottom: 1px solid var(--line); }
.archive-nav span { margin-right: auto; font-size: 17px; font-weight: 650; letter-spacing: -.035em; }
.archive-nav a { font-size: 14px; text-decoration: none; }
.archive-nav a:hover { text-decoration: underline; }
.archive-browse { padding-block: 72px; }
.archive-section-heading { max-width: 740px; margin-bottom: 40px; }
.archive-section-heading .eyebrow { color: var(--muted); margin-bottom: 12px; }
.archive-section-heading h2 { font-size: clamp(27px, 3vw, 38px); font-weight: 650; letter-spacing: -.04em; line-height: 1.5; }
.archive-section-heading > p:last-child:not(.eyebrow) { margin-top: 18px; color: var(--muted); font-size: 17px; }
.archive-feature-columns { gap: 42px; }
.archive-feature-columns article { border-top: 1px solid var(--line); padding-top: 20px; }
.feature-index { display: block; font-size: 13px; font-variant-numeric: tabular-nums; color: var(--muted); margin-bottom: 18px; }
.archive-feature-columns h3 { font-size: 20px; }
.archive-workflow { padding-block: 66px; background: #f5f6f7; }
.archive-workflow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.archive-workflow-grid > article { border-top: 1px solid #b8beb0; padding-top: 24px; }
.workflow-label { display: flex; align-items: center; gap: 14px; font-size: 23px; font-weight: 650; margin-bottom: 17px; line-height: 1.5; }
.workflow-label span { font-size: 12px; font-weight: 600; line-height: 1; padding: 6px 9px; background: var(--paper); border: 1px solid #c6ccc0; border-radius: 3px; }
.archive-workflow-grid p { color: #454d45; }
.archive-workflow-grid ol { margin-block: 23px 0; padding-left: 1.5em; }
.archive-workflow-grid li { padding-block: 6px; padding-left: 6px; }
.archive-shortcuts { margin: 23px 0 0; font-size: 14px; }
.archive-shortcuts > div { display: flex; align-items: center; gap: 14px; justify-content: space-between; padding-block: 9px; border-bottom: 1px solid #c9cebf; }
.archive-shortcuts dd { margin: 0; }
kbd { font: inherit; font-size: 13px; padding: 3px 8px; border: 1px solid #bdc3b7; border-radius: 4px; white-space: nowrap; }
.archive-encryption { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; padding-block: 78px; }
.archive-encryption .eyebrow { margin-bottom: 18px; }
.archive-encryption h2 { font-size: clamp(30px, 3.4vw, 43px); line-height: 1.45; margin-bottom: 23px; }
.archive-encryption .archive-aside-note { font-size: 14px; border-top: 1px solid var(--line); padding-top: 18px; margin-top: 26px; }
.archive-encryption figure { min-width: 0; }
.archive-capture-focus { display: block; width: 100%; aspect-ratio: 1.06; overflow: hidden; border-radius: 9px; background: #1b1b1b; }
.archive-capture-focus img { display: block; height: 100%; width: auto; max-width: none; }
.archive-encryption figcaption { font-size: 12px; color: var(--muted); margin-top: 14px; }
.archive-engine { background: var(--ink); color: var(--paper); padding-block: 62px; }
.archive-engine-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.archive-engine .eyebrow { color: var(--lime); margin-bottom: 17px; }
.archive-engine h2 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 600; letter-spacing: -.035em; line-height: 1.5; }
.archive-engine-grid > div > p:not(.eyebrow) { color: #ced2ca; }
.archive-engine-facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #454c41; color: var(--lime); font-size: 13px; }

.benchmark-callout { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 38px; border-bottom: 1px solid var(--line); }
.benchmark-callout h2 { font-size: 25px; font-weight: 650; line-height: 1.5; margin-block: 7px 10px; letter-spacing: -.03em; }
.benchmark-callout p:not(.eyebrow) { max-width: 770px; color: var(--muted); }
.benchmark-callout .button { flex-shrink: 0; }
.bench-hero { background: var(--metal); padding-block: 30px 42px; }
.bench-hero .eyebrow { margin-top: 30px; }
.bench-hero h1 { font-size: clamp(30px, 4.2vw, 53px); font-weight: 680; line-height: 1.4; letter-spacing: -.045em; margin-block: 12px 18px; }
.bench-lead { max-width: 820px; font-size: 18px; }
.bench-dateline { font-size: 13px; margin-top: 22px; }
.bench-layout { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 54px; align-items: start; padding-block: 38px 68px; }
.bench-toc { position: sticky; top: 25px; }
.bench-toc p { font-size: 13px; font-weight: 650; padding-block: 6px 16px; border-bottom: 1px solid var(--line); }
.bench-toc a { display: flex; gap: 10px; font-size: 14px; line-height: 1.6; text-decoration: none; padding-block: 12px; border-bottom: 1px solid var(--line); }
.bench-toc a:hover { text-decoration: underline; }
.bench-toc a span { color: var(--muted); font-size: 12px; padding-top: 2px; font-variant-numeric: tabular-nums; }
.bench-body { min-width: 0; }
.bench-notice { background: #f5f6f7; border-left: 3px solid #809323; padding: 21px 25px; }
.bench-notice strong { font-size: 16px; font-weight: 650; }
.bench-notice p { margin-top: 7px; font-size: 15px; color: #485044; }
.bench-section { padding-block: 44px; border-bottom: 1px solid var(--line); scroll-margin-top: 12px; }
.bench-section:last-child { border-bottom: 0; padding-bottom: 0; }
.bench-section-title { display: flex; gap: 15px; align-items: baseline; margin-bottom: 23px; }
.bench-section-title > span { color: var(--muted); font-size: 14px; font-variant-numeric: tabular-nums; }
.bench-section h2 { font-size: clamp(23px, 2.6vw, 30px); line-height: 1.5; letter-spacing: -.03em; font-weight: 650; }
.bench-section > p { color: #454d46; }
.bench-section h3 { font-size: 21px; font-weight: 650; line-height: 1.6; margin-block: 34px 15px; }
.bench-section h3:first-child { margin-top: 0; }
.bench-section .bench-small { font-size: 14px; }
.bench-table-scroll { width: 100%; max-width: 100%; overflow-x: auto; margin-block: 25px; scrollbar-gutter: stable; }
.bench-table-scroll:focus-visible { outline: 3px solid #647b09; outline-offset: 4px; }
.bench-table-scroll table { border-collapse: collapse; width: 100%; font-size: 14px; font-variant-numeric: tabular-nums; text-align: right; line-height: 1.65; }
.bench-table-scroll caption { text-align: left; font-size: 13px; color: var(--muted); padding-bottom: 12px; }
.bench-table-scroll th, .bench-table-scroll td { padding: 12px 14px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.bench-table-scroll thead th { background: var(--ink); color: var(--paper); font-size: 13px; font-weight: 550; }
.bench-table-scroll tbody th { font-weight: 550; }
.bench-table-scroll tr > :first-child { text-align: left; }
.bench-table-scroll tbody tr:nth-child(even) { background: #f5f6f7; }
.bench-definitions { margin: 0; }
.bench-definitions > div { display: grid; grid-template-columns: 130px 1fr; gap: 26px; padding-block: 21px; border-top: 1px solid var(--line); }
.bench-definitions dt { font-weight: 650; }
.bench-definitions dd { margin: 0; color: #454d46; }
.bench-section .bench-source { font-size: 12px; margin-top: 20px; overflow-wrap: anywhere; color: var(--muted); }
.bench-details { margin-top: 23px; }
.bench-details > summary { padding-block: 13px; border-block: 1px solid var(--line); cursor: pointer; font-size: 15px; font-weight: 600; }
.bench-comparison-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-block: 25px; margin-block: 22px; border-block: 1px solid var(--line); }
.bench-comparison-summary > div { border-left: 4px solid var(--metal); padding-left: 20px; }
.bench-comparison-summary > div:first-child { border-left-color: #91a72d; }
.bench-comparison-summary span { font-size: 14px; }
.bench-comparison-summary strong { display: block; font-size: clamp(26px, 3.4vw, 42px); font-weight: 650; letter-spacing: -.04em; line-height: 1.3; margin-block: 8px; font-variant-numeric: tabular-nums; }
.bench-comparison-summary p { font-size: 13px; color: var(--muted); }
.bench-huge-result { display: grid; grid-template-columns: repeat(3, 1fr); margin-block: 30px; border-block: 1px solid var(--line); }
.bench-huge-result > div { display: flex; flex-direction: column; min-width: 0; padding: 26px 24px; border-right: 1px solid var(--line); }
.bench-huge-result > div:first-child { padding-left: 0; }
.bench-huge-result > div:last-child { border-right: 0; }
.bench-huge-result span, .bench-huge-result small { color: var(--muted); font-size: 13px; }
.bench-huge-result strong { margin-block: 7px 5px; font-size: clamp(27px, 3.5vw, 43px); font-weight: 650; letter-spacing: -.045em; line-height: 1.08; font-variant-numeric: tabular-nums; }
.bench-storage-comparison { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-block: 22px; }
.bench-storage-comparison > div { padding: 18px 20px; background: #f5f6f7; border-radius: 10px; }
.bench-storage-comparison span, .bench-storage-comparison small { display: block; color: var(--muted); font-size: 13px; }
.bench-storage-comparison strong { display: block; margin-block: 7px 3px; font-size: 25px; font-variant-numeric: tabular-nums; }
.bench-huge-time-comparison { margin-block: 34px 28px; }
.bench-huge-time-chart { min-width: 0; }
.bench-huge-time-chart .bench-bar-fill--metal { min-width: 3px; }
.bench-aside-note { font-size: 14px; padding-left: 18px; border-left: 3px solid var(--metal); }
.bench-table-scroll td small { font-size: 12px; color: var(--muted); }
.bench-cell-metric { display: block; white-space: nowrap; }
.bench-cell-metric + .bench-cell-metric { margin-top: 3px; }
.bench-cell-metric em { color: var(--muted); font-size: 11px; font-style: normal; }
.bench-metric-key-line { color: var(--muted); display: block; text-align: left; white-space: nowrap; }
.bench-metric-key-line + .bench-metric-key-line { margin-top: 3px; }
.bench-downloads { display: flex; flex-direction: column; gap: 13px; margin-block: 26px; font-size: 15px; }
.bench-source-list { padding-left: 22px; }
.bench-source-list li { padding: 14px 0; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
.bench-source-list strong { font-size: 13px; font-weight: 600; }
.bench-source-list span { display: block; font-size: 12px; color: var(--muted); }
.bench-section > .text-link:last-child { margin-top: 28px; }

/* Data charts: real measurements, zero-based bars, and no runtime dependency. */
.bench-visuals { margin-block: 30px; padding-block: 28px 24px; border-block: 1px solid var(--line); }
.bench-visuals .bench-chart-intro { margin-block: 10px 24px; font-size: 1rem; }
.bench-chart-explorer { min-width: 0; padding: 0; margin: 0; border: 0; }
.bench-chart-explorer legend { padding: 0; margin-bottom: 12px; font-size: .875rem; font-weight: 650; }
.bench-chart-choice { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.bench-chart-tab { display: inline-flex; flex-direction: column; gap: 2px; padding: 9px 13px; margin: 0 6px 8px 0; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); font-size: .875rem; font-weight: 600; line-height: 1.4; cursor: pointer; }
.bench-chart-tab small { font-size: .875rem; font-weight: 400; color: var(--muted); }
.bench-chart-choice:checked + .bench-chart-tab { background: var(--ink); border-color: var(--ink); color: white; }
.bench-chart-choice:checked + .bench-chart-tab small { color: #d9dde2; }
.bench-chart-choice:focus-visible + .bench-chart-tab { outline: 3px solid #647b09; outline-offset: 3px; }
.bench-chart-tab:hover { border-color: var(--ink); }
.bench-chart-panel { display: none; padding-top: 24px; }
#bench-pick-enwik9:checked ~ .bench-chart-panels #bench-plot-enwik9,
#bench-pick-enwik8:checked ~ .bench-chart-panels #bench-plot-enwik8,
#bench-pick-silesia:checked ~ .bench-chart-panels #bench-plot-silesia,
#bench-pick-canterbury:checked ~ .bench-chart-panels #bench-plot-canterbury,
#bench-pick-calgary:checked ~ .bench-chart-panels #bench-plot-calgary,
#bench-pick-large:checked ~ .bench-chart-panels #bench-plot-large,
#bench-pick-artificial:checked ~ .bench-chart-panels #bench-plot-artificial { display: block; }
.bench-plot-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 20px; margin-bottom: 24px; }
.bench-plot-heading h4 { font-size: 1.25rem; font-weight: 650; line-height: 1.4; }
.bench-plot-heading h4 span, .bench-plot-heading > span { color: var(--muted); font-size: .875rem; font-weight: 450; }
.bench-size-chart { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 32px; align-items: center; padding: 28px; background: #f5f4ff; border-left: 4px solid #b8b0f2; }
.bench-size-chart figcaption > span { font-size: .875rem; }
.bench-size-chart figcaption > strong { display: block; margin-block: 8px; font-size: clamp(2.4rem, 4.8vw, 3.8rem); line-height: 1.1; letter-spacing: -.05em; font-weight: 700; font-variant-numeric: tabular-nums; }
.bench-size-chart figcaption strong small { font-size: 1rem; font-weight: 600; letter-spacing: -.02em; margin-left: 6px; }
.bench-size-chart figcaption > p { font-size: 1rem; color: var(--ink); font-variant-numeric: tabular-nums; }
.bench-bar-label { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 8px; font-size: .875rem; line-height: 1.5; }
.bench-bar-label strong { white-space: nowrap; font-weight: 550; font-variant-numeric: tabular-nums; }
.bench-bar-track { display: block; height: 20px; background: #f1f2f4; border-left: 1px solid #858990; }
.bench-bar-fill { display: block; height: 100%; background: #bcbcc8; }
.bench-bar-fill--metal { background: var(--lime); box-shadow: inset 0 1px #98ad42, inset 0 -1px #98ad42; }
.bench-size-bars .bench-bar-track { height: 28px; background: #e6e3f5; }
.bench-size-bars .bench-bar-label:not(:first-child) { margin-top: 20px; }
.bench-time-charts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; margin-top: 32px; }
.bench-time-chart { min-width: 0; }
.bench-time-chart figcaption { padding-bottom: 18px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.bench-time-chart h4 { font-size: 1.1rem; line-height: 1.5; font-weight: 650; }
.bench-time-chart figcaption > p { font-size: .875rem; color: var(--muted); margin-top: 5px; }
.bench-bar-list { padding: 0; margin: 0; list-style: none; }
.bench-bar-list li { margin-bottom: 20px; }
.bench-bar-row--metal .bench-bar-label { font-weight: 700; }
.bench-bar-row--metal .bench-bar-label strong { font-weight: 750; }
.bench-chart-axis { display: flex; justify-content: space-between; gap: 6px; border-top: 1px solid var(--line); padding-top: 8px; font-size: .875rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.bench-visuals .bench-chart-note { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .875rem; }
.bench-chart-key { display: inline-block; width: 12px; height: 12px; margin-right: 7px; background: var(--lime); border: 1px solid #98ad42; }
.bench-visuals .bench-chart-units { font-size: .875rem; margin-top: 10px; color: var(--muted); }
.bench-all-results { margin-bottom: 25px; }
.bench-format-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.bench-mode-panel { display: block; min-width: 0; padding-top: 30px; }
.bench-format-comparison .bench-size-chart, .bench-format-comparison .bench-time-charts { grid-template-columns: 1fr; }
.bench-format-comparison .bench-bar-list { min-height: 272px; }
.bench-aes-comparison { padding: 25px 0 28px; border-block: 1px solid var(--line); }
.bench-aes-comparison > h4 { font-size: 1.25rem; line-height: 1.5; }
.bench-aes-comparison > p { margin-top: 8px; font-size: .875rem; color: var(--muted); }
.bench-aes-comparison .bench-time-charts { margin-top: 22px; }
.bench-paired-chart figcaption strong { color: var(--ink); font-variant-numeric: tabular-nums; }
.bench-bar-track { overflow: hidden; }
.bench-bar-fill { transform-origin: left center; }
.bench-visuals.is-animated [data-chart-animation]:not(.is-visible) .bench-bar-fill { transform: scaleX(0); }
.bench-visuals.is-animated [data-chart-animation].is-visible .bench-bar-fill { animation: bench-bar-grow 1150ms cubic-bezier(.16, 1, .3, 1) both; }
.bench-visuals.is-animated [data-chart-animation].is-visible li:nth-child(2) .bench-bar-fill { animation-delay: 100ms; }
.bench-visuals.is-animated [data-chart-animation].is-visible li:nth-child(3) .bench-bar-fill { animation-delay: 200ms; }
.bench-visuals.is-animated [data-chart-animation].is-visible li:nth-child(4) .bench-bar-fill { animation-delay: 300ms; }
.bench-visuals.is-animated [data-chart-animation].is-visible .bench-size-bars > .bench-bar-track:last-child .bench-bar-fill { animation-delay: 150ms; }
@keyframes bench-bar-grow {
  0% { transform: scaleX(0); }
  75% { transform: scaleX(1.025); }
  100% { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
  .bench-visuals.is-animated [data-chart-animation] .bench-bar-fill { transform: none !important; animation: none !important; }
}
@media (max-width: 1050px) {
  .volu-site-header-row { flex-wrap: wrap; gap: 0 22px; padding-top: 13px; }
  .volu-site-utilities { order: 1; margin-left: auto; border-left: 0; padding-left: 0; }
  .volu-site-links { order: 2; width: 100%; margin-left: 0; padding-block: 5px; flex-wrap: wrap; }
  .bench-time-charts { gap: 24px; }
  .bench-size-chart { gap: 24px; padding: 24px; }
}
@media (max-width: 600px) {
  .bench-time-charts, .bench-size-chart, .bench-format-comparison { grid-template-columns: 1fr; }
  .bench-format-comparison .bench-bar-list { min-height: 0; }
  .bench-time-charts { gap: 30px; }
  .bench-size-chart { padding: 20px; }
  .bench-chart-tab { padding: 9px 11px; }
  .bench-visuals { padding-block: 22px; }
}

@media (min-width: 1600px) { .wrap { width: min(1300px, calc(100% - 120px)); } }
@media (max-width: 1050px) {
  .bench-layout { grid-template-columns: 155px minmax(0, 1fr); gap: 30px; }
  .benchmark-callout { gap: 26px; }
  .archive-headline { gap: 34px; }
  .archive-encryption, .archive-engine-grid { gap: 42px; }
  .archive-nav { gap: 20px; }
  .wrap { width: calc(100% - 56px); }
  .intro-columns { gap: 36px; grid-template-columns: 1.1fr 1fr; }
  .product-feature, .product-feature--volu { gap: 28px; grid-template-columns: 1fr 1fr; }
  .app-screen { padding-inline: 20px; }
  .about-grid { gap: 48px; }
  .brand-metal-summary, .brand-secondary-product { gap: 40px; }
  .product-intro-columns { gap: 28px; }
}
@media (max-width: 760px) {
  .volu-site-header { position: static; }
  .volu-site #main [id] { scroll-margin-top: 24px; }
  .volu-site-header-row { gap: 0 12px; }
  .volu-site-brand { font-size: 18px; }
  .volu-site-brand img { width: 36px; height: 36px; }
  .volu-site-utilities { gap: 13px; }
  .volu-site-links { gap: 0 18px; }
  .volu-site-links a, .volu-site-utilities a { font-size: 14px; }
  .brand-other-product { align-items: flex-start; gap: 12px; flex-direction: column; }
  .brand-other-product > a { grid-template-columns: 34px 1fr auto; }
  .brand-other-product a > span { grid-column: 2 / -1; }
  .volu-product-hero { gap: 34px; padding-block: 38px 50px; }
  .volu-identity { display: block; }
  .volu-identity img { width: 104px; height: 104px; margin-bottom: 22px; }
  .volu-hero-summary, .volu-technical > .wrap, .volu-support { grid-template-columns: 1fr; gap: 26px; }
  .volu-hero-summary h2 { font-size: 32px; }
  .volu-hero-shot { padding: 30px 18px 20px; }
  .volu-facts dl, .volu-feature-grid, .volu-setup ol, .volu-route ol, .volu-fit > div:nth-child(2), .volu-reading > div:last-child { grid-template-columns: 1fr; }
  .volu-facts dl > div { border-left: 0; border-bottom: 1px solid var(--line); padding-inline: 0; }
  .volu-facts dl > div:last-child { border-bottom: 0; }
  .volu-problem, .volu-listen, .volu-trial > .wrap { grid-template-columns: 1fr; gap: 32px; padding-block: 46px; }
  .volu-route { padding-block: 46px; }
  .volu-route li { border-left: 0; border-top: 1px solid #b9d4cf; padding-inline: 0; }
  .volu-route li:first-child { border-top: 0; }
  .volu-route li:not(:last-child)::after { content: "↓"; top: auto; right: 4px; bottom: -15px; transform: none; }
  .volu-listen dl > div { grid-template-columns: 1fr; gap: 4px; }
  .volu-features, .volu-setup { padding-block: 46px; }
  .volu-feature-grid, .volu-setup ol { gap: 25px; }
  .volu-technical { padding-block: 46px; }
  .volu-fit, .volu-reading { padding-block: 46px; }
  .volu-fit > div:nth-child(2), .volu-reading > div:last-child { gap: 24px; }
  .volu-trial > .wrap > div:last-child { padding: 22px; }
  .volu-support { padding-block: 46px 54px; }
  .volu-purchase-details, .volu-policy section { grid-template-columns: 1fr; gap: 12px; }
  .volu-purchase-hero { padding-block: 46px; }
  .products, .about-section { scroll-margin-top: 142px; }
  .bench-comparison-summary { grid-template-columns: 1fr; gap: 23px; }
  .bench-huge-result { grid-template-columns: 1fr; }
  .bench-huge-result > div, .bench-huge-result > div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .bench-huge-result > div:last-child { border-bottom: 0; }
  .bench-storage-comparison { grid-template-columns: 1fr; }
  .benchmark-callout { display: block; padding-block: 30px; }
  .benchmark-callout .button { margin-top: 20px; }
  .bench-hero { padding-block: 24px 30px; }
  .bench-lead { font-size: 16px; }
  .bench-layout { grid-template-columns: 1fr; gap: 28px; padding-top: 26px; }
  .bench-toc { position: static; }
  .bench-toc nav { display: flex; flex-wrap: wrap; gap: 0 20px; }
  .bench-toc p { width: 100%; padding-bottom: 10px; }
  .bench-toc a { border-bottom: 0; }
  .bench-section { padding-block: 32px; }
  .bench-section-title { gap: 10px; }
  .bench-section h3 { font-size: 20px; }
  .bench-notice { padding: 18px 20px; }
  .bench-definitions > div { grid-template-columns: 1fr; gap: 8px; padding-block: 17px; }
  .bench-table-scroll th, .bench-table-scroll td { padding: 10px 12px; }
  .archive-hero { padding-block: 24px 20px; }
  .archive-product-name { flex-wrap: wrap; gap: 8px 12px; }
  .archive-product-name h1 { font-size: 25px; }
  .archive-product-name > span { width: 100%; margin: 4px 0 0; }
  .archive-headline { grid-template-columns: 1fr; gap: 22px; padding-block: 27px 30px; }
  .archive-headline h2 { font-size: clamp(30px, 7.8vw, 45px); }
  .archive-headline p { font-size: 16px; }
  .archive-hero-screen img { border-radius: 5px; }
  .archive-hero-screen figcaption { font-size: 12px; }
  .archive-nav { gap: 10px 20px; padding-block: 18px; }
  .archive-nav span { display: none; }
  .archive-nav a { min-height: 30px; display: inline-flex; align-items: center; }
  .archive-browse, .archive-workflow, .archive-encryption, .archive-engine { padding-block: 42px; }
  .archive-workflow-grid, .archive-encryption, .archive-engine-grid { grid-template-columns: 1fr; gap: 32px; }
  .archive-section-heading { margin-bottom: 28px; }
  .archive-feature-columns { gap: 24px; }
  .feature-index { margin-bottom: 10px; }
  .archive-encryption h2 { font-size: 32px; }
  .archive-capture-focus { max-height: 560px; }
  .wrap { width: calc(100% - 40px); }
  .brand-header { flex-wrap: wrap; gap: 4px 20px; padding-block: 14px 10px; }
  .wordmark { font-size: 24px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-header nav { order: 3; width: 100%; margin-left: 0; gap: 25px; }
  .language-link { margin-left: auto; border-left: 0; padding-left: 0; }
  .brand-header nav a { min-height: 36px; font-size: 13px; }
  .home-intro { padding-block: 38px 44px; }
  .home-intro .eyebrow { margin-bottom: 18px; }
  .intro-columns { grid-template-columns: 1fr; gap: 24px; }
  .intro-columns h1 { font-size: clamp(30px, 7.3vw, 46px); letter-spacing: -.045em; }
  .intro-columns p { max-width: 100%; font-size: 16px; }
  .home-intro-copy { padding: 22px 0 0; border-top: 1px solid #93ac35; border-left: 0; }
  .section-title { display: block; }
  .section-title > p { margin-top: 7px; }
  .section-title h2 { font-size: 26px; }
  .section-title > .text-link { margin-top: 14px; }
  .products { padding-block: 44px 52px; }
  .brand-metal-feature { padding: 30px 20px 0; border-radius: 20px; }
  .brand-metal-identity { display: block; }
  .brand-metal-identity .app-title { align-items: center; }
  .brand-metal-identity .app-title img { width: 92px; height: 92px; }
  .brand-metal-identity .product-availability { margin-top: 18px; text-align: left; }
  .brand-metal-summary { grid-template-columns: 1fr; gap: 22px; padding-block: 34px 30px; }
  .brand-metal-summary > h3 { font-size: 32px; }
  .brand-metal-feature > .metal-screen { margin-inline: -20px; padding: 28px 18px 20px; }
  .brand-metal-facts { grid-template-columns: 1fr 1fr; margin-inline: -20px; }
  .brand-metal-facts > div { border-bottom: 1px solid var(--line); }
  .brand-metal-facts > div:nth-child(odd) { border-left: 0; }
  .brand-metal-facts > div:nth-last-child(-n + 2) { border-bottom: 0; }
  .brand-secondary-product { grid-template-columns: 1fr; gap: 26px; margin-top: 44px; padding: 28px 24px; }
  .product-feature, .product-feature--volu { grid-template-columns: 1fr; padding-top: 26px; gap: 26px; }
  .product-feature--volu .app-screen { order: 2; }
  .product-feature + .product-feature { margin-top: 36px; }
  .app-title h3 { font-size: 30px; overflow-wrap: anywhere; }
  .product-copy h4 { font-size: 20px; }
  .product-copy ul { font-size: 15px; }
  .app-screen { padding: 30px 18px 20px; }
  .volu-screen img { width: min(100%, 330px); }
  .journal-grid { grid-template-columns: 1fr; gap: 6px; }
  .journal-feature { padding: 24px; }
  .journal-feature h3 { font-size: 23px; }
  .journal-section { padding-bottom: 40px; }
  .about-section { padding-block: 40px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-section h2 { font-size: 25px; }
  .about-section aside { padding: 26px 0 0; border-left: 0; border-top: 1px solid #416183; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; }
  .site-footer nav { gap: 14px 24px; }
  .brand-info { padding-block: 42px 56px; }
  .brand-info-heading { padding-bottom: 28px; }
  .brand-info-body { padding-top: 32px; }
  .brand-support-products article { grid-template-columns: 54px 1fr; gap: 16px; }
  .brand-support-products article img { width: 48px; height: 48px; }
  .brand-info-contact { padding: 24px 22px; }
  .volu-site-footer { grid-template-columns: 1fr; gap: 18px; }
  .volu-site-footer nav { gap: 14px 22px; }
  .product-intro { padding-block: 28px; }
  .product-intro-columns { grid-template-columns: 1fr; gap: 22px; }
  .product-intro h1 { font-size: clamp(29px, 9vw, 43px); }
  .product-intro h2 { font-size: 23px; }
  .detail-section { padding-block: 38px; }
  .detail-section h2 { font-size: 25px; }
  .feature-columns, .plan-grid, .support-section, .technical-note { grid-template-columns: 1fr; gap: 26px; }
  .feature-columns article + article { border-top: 1px solid var(--line); padding-top: 26px; }
  .plan-grid article { padding: 23px; }
  .journal-index .journal-entry { display: block; padding-block: 24px; }
  .journal-index h3 { font-size: 23px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
