@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');

:root{--paper:#f8f7f3;--surface:#fff;--ink:#183c34;--muted:#59645e;--line:#dfe3dd;--accent:#a34527;--accent-hover:#80321c;--soft:#edf2ee;--serif:'Libre Caslon Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--sans)}h1,h2,h3,p,figure{margin:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.1;letter-spacing:-.025em}h1{font-size:clamp(2.8rem,5vw,4.6rem)}h2{font-size:clamp(2rem,3.5vw,3rem)}h3{font-size:1.15rem;line-height:1.4}em{color:var(--accent);font-weight:inherit}a{color:inherit;text-decoration:none;text-underline-offset:4px}a:hover{text-decoration:underline}img{display:block;max-width:100%}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--accent);outline-offset:5px;border-radius:4px}.wrap{width:min(1180px,calc(100% - 64px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:8px;left:16px;z-index:100;transform:translateY(-160%);background:var(--ink);color:white;padding:12px 20px;border-radius:6px}.skip:focus{transform:none}.eyebrow{font-size:.8rem;line-height:1.5;letter-spacing:.12em;font-weight:700;text-transform:uppercase;color:var(--muted)}
.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.nav{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:88px;padding-block:14px}.brand{display:flex;gap:12px;align-items:center;font:1.75rem/1.1 var(--serif);white-space:nowrap}.brand:hover{text-decoration:none}.brand-icon{display:grid;place-items:center;flex-shrink:0;width:42px;height:48px;border:1px solid var(--ink);border-radius:50%;font-size:2rem}.brand-sub{display:block;font:10px/1.3 var(--sans);letter-spacing:.15em;margin-top:7px}.header nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.header nav a{font-size:.9rem;font-weight:500;min-height:44px;padding:10px 14px;border-radius:6px}.header nav a:hover,.header nav a[aria-current]{background:var(--soft);text-decoration:none}.header nav a[aria-current]{box-shadow:inset 0 -2px var(--ink)}
.button,.product-buy,.category-link{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:48px;padding:12px 20px;background:var(--accent);color:#fff;border:1px solid transparent;border-radius:7px;font:600 .95rem/1.45 var(--sans);text-align:center;transition:background .18s}.button:hover,.product-buy:hover{background:var(--accent-hover);text-decoration:none}.secondary-action{display:inline-flex;align-items:center;min-height:48px;padding:10px 0;text-decoration:underline;font-size:.95rem;font-weight:500}.hero-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:26px}.quiet-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center;padding-block:44px}.quiet-hero h1{margin:12px 0 20px}.quiet-hero p:not(.eyebrow){max-width:420px;font-size:1.1rem;color:var(--muted)}.quiet-hero img{width:100%;height:320px;object-fit:cover;border-radius:12px;object-position:center}.quiet-section{padding-block:40px;scroll-margin-top:20px}.quiet-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}.quiet-heading>a{display:inline-flex;min-height:44px;align-items:center;font-size:.95rem;font-weight:600;text-decoration:underline}.quiet-note,.disclosure{font-size:.875rem;color:var(--muted);line-height:1.65}.quiet-note{margin-top:20px}.affiliate-note{margin:0 0 24px;font-size:.8rem;color:var(--muted)}.affiliate-note a{text-decoration:underline}.quiet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.quiet-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.product-card{min-width:0;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:border-color .18s,box-shadow .18s}.product-card:hover{border-color:#a9b8ae;box-shadow:0 8px 24px #183c340d}.product-visual{background:#f1f3ef;padding:18px;display:flex;justify-content:center;align-items:center;min-height:220px}.product-visual img{height:184px;width:100%;object-fit:contain}.product-info{padding:22px;display:flex;flex-direction:column;flex:1;gap:8px}.product-brand{font-size:.8rem;font-weight:600;color:var(--muted);letter-spacing:.04em}.product-info h3{font-size:1.25rem;color:var(--ink)}.product-profile{font-size:.875rem;color:var(--ink)}.product-format{font-size:.875rem;color:var(--muted)}.product-actions{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:16px}.product-guide{display:flex;align-items:center;justify-content:center;min-height:40px;font-size:.875rem;text-decoration:underline}.product-card.text-card .product-visual{display:none}.product-card.text-card .product-info{border-top:4px solid var(--ink);padding-top:28px}.text-card h3{font:2rem/1.15 var(--serif);margin-block:12px}.product-card.text-card{background:#f0f4f0}.product-card.text-card .product-info{min-height:330px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:26px;display:flex;flex-direction:column;gap:12px}.category-card p{color:var(--muted)}.category-link{background:transparent;color:var(--ink);border-color:#afbeb3;margin-top:auto;align-self:flex-start}.category-link:hover{background:var(--soft);text-decoration:none}.quiet-guide{padding-block:36px 56px}.quiet-guide>p{margin:0 0 22px}.quiet-guide details,.ranking-faq details{border-bottom:1px solid var(--line)}summary{cursor:pointer;min-height:52px;padding:16px 0;font-weight:600}summary::marker{color:var(--accent)}details[open]>summary{color:var(--accent)}.quiet-guide p,.ranking-faq details p{max-width:760px;margin-bottom:20px;color:var(--muted)}.quiet-guide .disclosure{border-top:1px solid var(--line);padding-top:16px}.quiet-footer,.footer{padding-block:28px 36px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.quiet-footer small,.footer small{font-size:.8rem;color:var(--muted)}.quiet-footer>a:last-child,.footer>a:not(.brand){font-size:.875rem;text-decoration:underline}
.breadcrumbs{display:flex;gap:12px;align-items:center;font-size:.875rem;color:var(--muted);margin-block:24px 30px}.breadcrumbs a{text-decoration:underline}.article-hero{display:grid;grid-template-columns:1.6fr 1fr;gap:48px;align-items:center}.article-hero h1{font-size:clamp(2.6rem,4.5vw,4rem);margin:16px 0 22px}.lead{color:var(--muted);font-size:1.05rem;max-width:680px}.article-hero figure{height:300px;position:relative;overflow:hidden;border-radius:12px}.article-hero img{height:100%;width:100%;object-fit:cover}.article-hero figcaption{position:absolute;bottom:0;left:0;right:0;color:#fff;background:linear-gradient(transparent,#183c34eb);padding:44px 20px 20px;font-size:.8rem}.byline{display:flex;gap:10px 22px;flex-wrap:wrap;margin-top:24px;font-size:.8rem;color:var(--muted)}.editorial-note{padding:18px 22px;background:var(--soft);border-radius:8px;margin-top:30px;font-size:.875rem}.editorial-note a{text-decoration:underline}.editorial-note+.disclosure{margin-top:14px}.quick-comparison{margin-block:44px}.quick-comparison h2{margin:10px 0 22px}.table-scroll{border:1px solid var(--line);border-radius:10px;overflow:auto;background:white}table{width:100%;border-collapse:collapse;text-align:left;table-layout:fixed}caption{padding:16px 20px;text-align:left;font-size:.875rem;color:var(--muted);background:white}thead{background:var(--ink);color:white}th,td{padding:16px 18px;border-bottom:1px solid var(--line);vertical-align:middle;font-size:.95rem;overflow-wrap:anywhere}thead th{font-size:.8rem;font-weight:500}thead th:first-child{width:64px}thead th:nth-child(2){width:53%}tbody th{font-weight:600}tbody th a{text-decoration:underline}tbody tr:hover{background:#f6f8f5}tbody tr:last-child>*{border-bottom:0}.table-position{font:1.65rem/1 var(--serif);color:var(--muted)}.product-cell{display:flex;align-items:center;gap:14px}.product-cell>div{min-width:0}.product-cell small{display:block;font-weight:400;font-size:.8rem;color:var(--muted);margin-top:4px}.product-thumb{width:50px;height:64px;object-fit:contain;flex-shrink:0}.reading-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:48px;align-items:start}.article-aside{position:sticky;top:112px}.article-aside ol{padding-left:20px;margin:18px 0}.article-aside li{padding:6px 0;font-size:.9rem}.article-aside a{display:inline-block;min-height:32px}.article-aside>div>a{display:block;font-size:.875rem;text-decoration:underline}.aside-tip{display:none}.rank-entry{padding:32px 0 40px;border-top:1px solid var(--line)}.rank-entry-top{display:grid;grid-template-columns:48px minmax(0,1fr) 150px;gap:18px;align-items:start}.rank-number{font:3.2rem/1 var(--serif);color:var(--accent)}.rank-entry h2{font-size:2.5rem;margin:8px 0 10px;overflow-wrap:anywhere}.pack-info{font-size:.875rem;color:var(--muted)}.product-photo img{width:150px;height:180px;object-fit:contain;background:white;border-radius:8px;padding:10px}.product-photo figcaption,.variety-photo-source{font-size:.75rem;color:var(--muted);margin-top:8px;line-height:1.5}.product-photo figcaption a,.variety-photo-source a{text-decoration:underline}.reason{margin-block:24px;font-size:1rem;line-height:1.8}.review-details{border-top:1px solid var(--line);margin-bottom:22px}.review-details summary{font-size:.95rem}.facts{padding:22px;background:white;border:1px solid var(--line);border-radius:8px}.facts p:not(.eyebrow){margin-top:12px}.source-link{display:inline-block;font-size:.875rem;text-decoration:underline;margin-top:14px}.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:24px}.fit-grid h3{font-size:1rem;margin-bottom:10px}.fit-grid p{color:var(--muted)}.verdict{padding:22px;border-radius:8px;background:var(--soft)}.verdict .button{margin-top:18px}.methodology,.ranking-faq{padding-block:32px;border-top:1px solid var(--line)}.methodology h2,.ranking-faq h2{font-size:2.5rem;margin:12px 0 22px}.methodology p{color:var(--muted);margin-top:16px}.ranking-faq summary{display:flex;gap:20px;align-items:center}.plus{margin-left:auto;font-weight:400;font-size:1.5rem;flex-shrink:0}.ranking-faq details[open] .plus{transform:rotate(45deg)}.ranking-faq a{text-decoration:underline}.article-end{padding:32px;background:var(--ink);color:white;border-radius:12px;margin-block:24px 56px}.article-end p{color:#e0e8e1;margin-block:18px 24px}.article-end .button{background:white;color:var(--ink)}.rank-variants{margin-top:22px}.rank-variants ul,.variety-list{list-style:none;padding:0}.rank-variants li,.variety-list li{padding-block:18px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;border-bottom:1px solid var(--line)}.variety-list .button,.rank-variants .button{font-size:.875rem}.variety-list{margin-top:24px}.product-photo img[hidden],.product-thumb[hidden]{display:none}
@media(max-width:1000px){.quiet-hero{gap:36px}.quiet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reading-layout{grid-template-columns:170px minmax(0,1fr);gap:28px}.rank-entry-top{grid-template-columns:40px minmax(0,1fr) 120px;gap:12px}.product-photo img{width:120px;height:155px}.rank-entry h2{font-size:2rem}.article-hero{gap:28px}.brand-sub{letter-spacing:.08em}}
@media(max-width:760px){html{scroll-padding-top:24px}.wrap{width:calc(100% - 36px)}.header{position:relative}.nav{flex-direction:column;align-items:flex-start;gap:14px;padding-block:18px}.header nav{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px}.header nav a{font-size:.8rem;text-align:center;padding:10px 4px;display:flex;align-items:center;justify-content:center}.quiet-hero{grid-template-columns:1fr;gap:26px;padding-block:30px}.quiet-hero h1{font-size:3.1rem}.quiet-hero img{height:210px}.hero-actions{gap:16px;margin-top:22px}.quiet-heading{align-items:flex-start;gap:14px;flex-direction:column;margin-bottom:20px}.quiet-section{padding-block:26px}.quiet-grid,.quiet-grid.two{grid-template-columns:minmax(0,1fr);gap:18px}.product-card{display:grid;grid-template-columns:110px minmax(0,1fr)}.product-visual{min-height:0;padding:10px;align-items:flex-start;padding-top:22px}.product-visual img{height:145px}.product-info{padding:18px;gap:6px}.product-info h3{font-size:1.1rem}.product-buy{padding:11px 10px;font-size:.875rem;width:100%}.product-actions{padding-top:12px;gap:4px}.product-card.text-card{display:flex}.product-card.text-card .product-info{min-height:0;padding:22px}.text-card h3{margin-block:4px}.category-card{padding:22px}.category-link{align-self:stretch}.article-hero{grid-template-columns:1fr;gap:22px}.article-hero h1{font-size:2.8rem}.article-hero figure{height:190px}.breadcrumbs{margin-block:20px}.editorial-note{padding:18px}.reading-layout{display:block}.article-aside{position:static;margin-bottom:28px;padding:18px;background:var(--soft);border-radius:8px}.article-aside ol{display:flex;flex-wrap:wrap;gap:6px;padding:0;list-style:none;margin:12px 0}.article-aside li{padding:0}.article-aside li a{display:flex;align-items:center;min-height:44px;border:1px solid #c4d0c6;border-radius:6px;padding:8px 12px;font-size:.8rem;background:white}.article-aside>div>a{display:inline-block;margin:6px 16px 0 0}.rank-entry-top{grid-template-columns:34px minmax(0,1fr) 100px;gap:10px}.rank-number{font-size:2.5rem}.rank-entry h2{font-size:2rem}.rank-entry .eyebrow{font-size:.75rem;letter-spacing:.03em}.product-photo img{width:100px;height:130px;padding:6px}.pack-info{font-size:.8rem}.fit-grid{grid-template-columns:1fr;gap:20px}.verdict{padding:18px}.verdict .button{width:100%}.quick-comparison{margin-block:32px}.table-scroll th,.table-scroll td{padding:14px 8px;font-size:.8rem}.table-scroll thead th:first-child{width:34px}.table-scroll thead th:nth-child(2){width:59%}.product-cell{gap:8px}.product-thumb{width:34px;height:48px}.product-cell small{font-size:.75rem}.table-position{font-size:1.25rem}caption{padding:14px;font-size:.8rem}.article-end{padding:24px}.article-end h2,.methodology h2,.ranking-faq h2{font-size:2.2rem}.footer,.quiet-footer{gap:20px}.footer .brand-sub,.quiet-footer .brand-sub{display:none}}
@media(max-width:370px){.product-card{grid-template-columns:84px minmax(0,1fr)}.product-visual img{height:115px}.product-info{padding:14px}.rank-entry-top{grid-template-columns:32px minmax(0,1fr)}.product-photo{grid-column:2}.product-photo img{width:130px;height:150px}.hero-actions{align-items:stretch;flex-direction:column}.secondary-action{justify-content:center}.table-scroll th,.table-scroll td{padding:12px 5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
