:root{color-scheme:light;--surface: #fbf9f4;--surface-low: #f5f3ee;--surface-mid: #f0eee9;--surface-card: #ffffff;--text: #1a1a1a;--muted: #555653;--soft: #77766f;--border: #e5e1d8;--border-strong: #c8c1b6;--espresso: #222222;--olive: #5f634f;--olive-dark: #3f4432;--cognac: #8b4f2f;--navy: #263247;--shadow: 0 14px 38px rgba(35, 31, 26, .07);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--surface);color:var(--text)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--surface);color:var(--text);-webkit-font-smoothing:antialiased}body,button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:min(1120px,calc(100% - 48px));margin-inline:auto}.topbar{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(229,225,216,.9);background:#fbf9f4eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-family:Libre Caslon Text,Georgia,serif;font-size:1.32rem;line-height:1;letter-spacing:0;color:var(--text)}.nav-links{display:flex;align-items:center;gap:28px;color:var(--muted);font-size:.88rem;font-weight:700}.nav-links a{border-bottom:1px solid transparent;padding-block:4px}.nav-links a:hover{color:var(--text);border-color:var(--text)}.hero{min-height:clamp(640px,calc(100vh - 64px),780px);padding-block:74px 42px;display:grid;grid-template-columns:minmax(0,.94fr) minmax(380px,1fr);gap:58px;align-items:center}.hero-copy{display:flex;flex-direction:column;align-items:flex-start}.eyebrow{margin:0 0 16px;color:var(--olive);font-size:.76rem;font-weight:800;letter-spacing:.12em;line-height:1.4;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Libre Caslon Text,Georgia,serif;font-weight:400;letter-spacing:0}h1{max-width:660px;margin-bottom:22px;font-size:clamp(3rem,7vw,5.7rem);line-height:.98}h2{margin-bottom:0;font-size:clamp(2rem,3vw,3rem);line-height:1.08}.hero-subtitle{max-width:560px;margin-bottom:30px;color:var(--muted);font-size:1.08rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:0 22px;border:1px solid var(--espresso);font-size:.86rem;font-weight:800}.button-primary{background:var(--espresso);color:#fff}.button-secondary{background:transparent;color:var(--espresso)}.button:hover,.merchant-link:hover{transform:translateY(-1px)}.trust-row{display:flex;flex-wrap:wrap;gap:10px}.trust-row span,.detail-chip-row span{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:999px;background:#ffffff9e;color:var(--muted);padding:8px 10px;font-size:.72rem;font-weight:800}.hero-disclosure{margin:18px 0 0;color:var(--soft);font-size:.76rem}.hero-media{overflow:hidden;min-height:420px;border-radius:8px;background:var(--surface-mid)}.hero-media img{width:100%;height:100%;min-height:420px;object-fit:cover}.criteria-band,.compare-band{background:var(--surface-low);border-block:1px solid var(--border)}.criteria-band{padding-block:76px}.section-heading{max-width:720px;margin-bottom:34px}.section-heading>p:not(.eyebrow),.split-heading>p{margin:0;color:var(--muted);line-height:1.65}.split-heading{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:36px}.split-heading>p{max-width:360px}.criteria-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.criteria-item{min-height:178px;border:1px solid var(--border);border-radius:8px;background:#ffffffb8;color:var(--text);padding:18px 14px;text-align:left;cursor:pointer}.criteria-item:hover,.criteria-item:focus-visible{border-color:var(--olive);box-shadow:var(--shadow);outline:none}.criteria-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--olive-dark)}.criteria-label{display:block;margin-bottom:8px;font-size:.82rem;font-weight:800}.criteria-description{display:block;color:var(--muted);font-size:.76rem;line-height:1.45}.picks,.method,.faq{padding-block:84px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface-card);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow);transform:translateY(-2px)}.product-image-wrap{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--surface-mid)}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .52s ease}.product-card:hover .product-image{transform:scale(1.025)}.rank-badge,.product-badge{position:absolute;top:14px;z-index:1;display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:0 10px;font-size:.7rem;font-weight:800}.rank-badge{left:14px;background:var(--espresso);color:#fff}.product-badge{right:14px;max-width:calc(100% - 72px);background:#fbf9f4eb;color:var(--olive-dark)}.product-body{flex:1;display:flex;flex-direction:column;padding:18px}.product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:10px}.product-title-row h3{margin-bottom:4px;font-size:1rem;line-height:1.35}.product-title-row p,.external-note{color:var(--soft);font-size:.75rem;font-weight:700}.product-title-row strong{color:var(--cognac);white-space:nowrap}.best-for{min-height:44px;margin-bottom:14px;color:var(--muted);font-size:.82rem;line-height:1.45}.detail-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.feature-list{display:grid;gap:8px;margin:0 0 16px;padding:0;list-style:none}.feature-list li{display:grid;grid-template-columns:16px 1fr;gap:8px;align-items:start;color:var(--text);font-size:.82rem;line-height:1.45}.feature-list svg{color:var(--olive);margin-top:2px}.mini-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:16px}.mini-detail-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;background:var(--surface-mid)}.editor-note{margin-bottom:18px;border-left:2px solid var(--olive);padding-left:12px;color:var(--muted);font-size:.8rem;font-style:italic;line-height:1.55}.merchant-link{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:auto;border-radius:4px;background:var(--espresso);color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;transition:transform .18s ease,background .18s ease}.merchant-link:hover{background:var(--olive-dark)}.external-note{margin-top:9px;text-align:center}.compare-band{padding-block:80px}.compare-scroller{overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface-card)}.compare-table{width:100%;min-width:980px;border-collapse:collapse}.compare-table th,.compare-table td{border-bottom:1px solid var(--border);padding:17px 16px;text-align:left;vertical-align:top;font-size:.82rem;line-height:1.45}.compare-table th{background:var(--surface-mid);color:var(--muted);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.compare-table tr:last-child td{border-bottom:0}.compare-table button{border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--text);padding:0;font-weight:800;text-align:left;cursor:pointer}.method{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);gap:56px;align-items:center}.method-copy p:not(.eyebrow){color:var(--muted);line-height:1.75}.method-disclosure{border:1px solid var(--border);border-radius:8px;background:var(--surface-low);padding:18px}.method-images{display:grid;grid-template-columns:1fr 1fr;gap:14px}.method-images img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.method-images img:nth-child(2){margin-top:40px}.faq{padding-top:20px}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item button{width:100%;min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:0;background:transparent;color:var(--text);padding:0;font-weight:800;text-align:left;cursor:pointer}.faq-item svg{flex:0 0 auto;transition:transform .18s ease}.faq-item svg.rotate{transform:rotate(180deg)}.faq-item p{max-width:760px;margin-bottom:26px;color:var(--muted);line-height:1.7}.legal-page{min-height:calc(100vh - 64px);padding-block:84px}.legal-page h1{max-width:820px;margin-bottom:14px;font-size:clamp(2.8rem,6vw,5rem)}.legal-updated{margin-bottom:36px;color:var(--soft);font-size:.78rem;font-weight:800}.legal-content{max-width:840px;border-top:1px solid var(--border);padding-top:34px}.legal-content h2{margin:38px 0 12px;color:var(--text);font-size:1.06rem;line-height:1.35}.legal-content p{margin-bottom:18px;color:var(--muted);line-height:1.78}.legal-content a{border-bottom:1px solid currentColor;color:var(--text);font-weight:800}.contact-card{display:grid;gap:16px;margin:26px 0;border:1px solid var(--border);border-radius:8px;background:var(--surface-card);padding:22px}.contact-card p{margin:0}.footer{border-top:1px solid var(--border);background:var(--espresso);color:#f7f2e8;padding-block:44px}.footer .brand{color:#fff}.footer-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px}.footer p{max-width:650px;margin:18px 0 0;color:#f7f2e8b8;font-size:.85rem;line-height:1.7}.footer-links{display:grid;gap:12px;justify-items:end;color:#f7f2e8c2;font-size:.85rem;font-weight:700}.footer-links a:hover{color:#fff}.sticky-cta{position:fixed;left:16px;right:16px;bottom:16px;z-index:30;display:none;min-height:48px;align-items:center;justify-content:center;border-radius:4px;background:var(--espresso);color:#fff;box-shadow:0 12px 30px #00000029;font-size:.86rem;font-weight:800;transition:opacity .18s ease,transform .18s ease}.sticky-cta-hidden{opacity:0;pointer-events:none;transform:translateY(12px)}@media(max-width:1020px){.hero,.method{grid-template-columns:1fr}.hero{min-height:auto;padding-top:56px}.hero-media,.hero-media img{min-height:0}.criteria-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.method-images{max-width:680px}}@media(max-width:720px){.shell{width:min(100% - 32px,1120px)}.topbar{position:relative}.nav{min-height:58px}.brand{font-size:1.08rem}.nav-links{gap:14px;font-size:.76rem}.desktop-nav-link{display:none}.hero{padding-block:34px 34px;gap:28px}h1{font-size:clamp(2.65rem,15vw,4.45rem)}h2{font-size:2.1rem}.hero-subtitle{font-size:1rem}.button,.hero-actions{width:100%}.trust-row{display:grid;grid-template-columns:1fr}.hero-media{aspect-ratio:4 / 5}.hero-media img{height:100%}.criteria-band,.compare-band,.picks,.method,.faq,.legal-page{padding-block:58px}.legal-page h1{font-size:clamp(2.55rem,13vw,4rem)}.criteria-grid{display:flex;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.criteria-item{flex:0 0 220px;scroll-snap-align:start}.split-heading{display:block}.split-heading>p{margin-top:12px}.product-grid,.method-images,.footer-grid{grid-template-columns:1fr}.product-body{padding:16px}.best-for{min-height:0}.method-images img:nth-child(2){margin-top:0}.footer-links{justify-items:start}.sticky-cta{display:flex}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
