:root{--ink: #202a2c;--muted: #657073;--paper: #f8f5ed;--paper-deep: #eee7d9;--white: #fffdf8;--indigo: #173f4f;--indigo-light: #dbe7e6;--vermilion: #b84d3b;--line: #d7d1c5;--serif: Georgia, "Times New Roman", serif;--sans: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--shadow: 0 18px 55px rgba(32, 42, 44, .09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);line-height:1.65;overflow-wrap:anywhere}img{display:block;max-width:100%}a{color:inherit;text-decoration-color:#173f4f59;text-underline-offset:.2em}a:hover{color:var(--vermilion)}h1,h2,h3{font-family:var(--serif);line-height:1.06;letter-spacing:-.025em;margin:0}h1{font-size:clamp(2.8rem,8vw,6.8rem)}h2{font-size:clamp(2rem,5vw,4rem)}h3{font-size:clamp(1.35rem,2vw,1.8rem)}p{margin:0 0 1rem}:focus-visible{outline:3px solid var(--vermilion);outline-offset:4px}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.narrow{width:min(780px,calc(100% - 40px));margin-inline:auto}.section{padding:clamp(4.5rem,10vw,8.5rem) 0}.section-tight{padding:clamp(3rem,7vw,5.5rem) 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.5rem}.section-head p{max-width:36rem;color:var(--muted)}.eyebrow{color:var(--vermilion);font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.lede{color:var(--muted);font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.6}.muted{color:var(--muted)}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:20;padding:.8rem 1rem;color:#fff;background:var(--indigo)}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(215,209,197,.8);background:#f8f5edf0;backdrop-filter:blur(14px)}.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center;gap:.75rem;font-family:var(--serif);font-size:1.2rem;font-weight:600;text-decoration:none;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:var(--white);background:var(--indigo);font-family:var(--sans);font-size:.9rem}nav{display:flex;align-items:center;gap:1.4rem;overflow-x:auto;scrollbar-width:none}nav a{font-size:.85rem;font-weight:600;text-decoration:none;white-space:nowrap}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:.75rem 1.2rem;border:1px solid var(--indigo);border-radius:999px;color:#fff;background:var(--indigo);font-weight:700;text-decoration:none}.button:hover{color:#fff;background:#0f303d}.button.secondary{color:var(--indigo);background:transparent}.button.secondary:hover{color:var(--white);background:var(--indigo)}.text-link{color:var(--indigo);font-weight:700;text-decoration:none}.home-hero{min-height:78vh;display:grid;align-items:center;padding:5rem 0;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(3rem,8vw,8rem)}.home-hero h1{max-width:10ch;margin:1rem 0 1.5rem}.hero-copy .lede{max-width:38rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.hero-art{position:relative;min-height:520px;border-radius:160px 160px 28px 28px;background:var(--indigo-light);overflow:hidden;box-shadow:var(--shadow)}.hero-art:before{content:"";position:absolute;width:72%;aspect-ratio:1;border-radius:50%;right:-12%;top:8%;background:var(--vermilion);opacity:.88}.hero-art:after{content:"";position:absolute;inset:38% 12% 10%;border-radius:120px 120px 20px 20px;background:var(--white);box-shadow:0 20px 70px #173f4f26}.art-lines{position:absolute;z-index:2;inset:47% 22% 18%;display:grid;gap:13px}.art-lines span{display:block;height:9px;border-radius:9px;background:var(--indigo);opacity:.72}.art-lines span:nth-child(2){width:78%}.art-lines span:nth-child(3){width:58%;background:var(--vermilion)}.trust-strip{padding:1rem 0;background:var(--indigo);color:#fff}.trust-strip .shell{display:flex;justify-content:center;gap:2rem;font-size:.84rem;text-align:center}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.article-card{display:flex;flex-direction:column;min-width:0}.card-visual{min-height:260px;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;overflow:hidden;border-radius:18px;color:var(--ink);text-decoration:none}.card-visual:after{content:"";position:absolute;width:180px;height:180px;border:30px solid rgba(255,253,248,.68);border-radius:50%;right:-40px;bottom:-55px}.visual-1{background:#d8e3dd}.visual-2{background:#eadbca}.visual-3{background:#d9d9ca}.visual-4{background:#d9d7e2}.visual-number{font-family:var(--serif);font-size:4rem;line-height:1}.visual-label{z-index:1;align-self:flex-start;padding:.3rem .65rem;border-radius:999px;background:#ffffffb3;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.card-copy{padding:1.35rem .15rem 0}.card-copy h3{margin:.35rem 0 .8rem}.card-copy h3 a{text-decoration:none}.card-copy>p:not(.card-meta){color:var(--muted)}.card-meta{color:var(--vermilion);font-size:.76rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.category-tile{min-height:220px;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;border:1px solid var(--line);border-radius:18px;background:var(--white);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.category-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-number{color:var(--vermilion);font-family:var(--serif);font-size:2.5rem}.category-tile p{max-width:29rem;margin-bottom:0;color:var(--muted)}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--line)}.value-card{padding:2rem;background:var(--white)}.value-card .number{color:var(--vermilion);font-family:var(--serif);font-size:2.5rem}.value-card h3{margin:1rem 0 .5rem}.page-hero{padding:clamp(5rem,12vw,9rem) 0 clamp(3rem,8vw,6rem);border-bottom:1px solid var(--line)}.page-hero h1{max-width:13ch;margin:1rem 0 1.5rem;font-size:clamp(2.8rem,7vw,5.7rem)}.page-hero .lede{max-width:48rem}.breadcrumb{margin-bottom:2rem;color:var(--muted);font-size:.86rem}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:clamp(3rem,8vw,7rem);align-items:start}.article-body{font-size:1.06rem}.article-body h2{margin:4.5rem 0 1.5rem;font-size:clamp(2rem,4vw,3.3rem);scroll-margin-top:100px}.article-body p{margin-bottom:1.35rem}.article-body ul{padding-left:1.25rem}.article-body li{margin:.7rem 0}.article-sidebar{position:sticky;top:100px;padding:1.5rem;border:1px solid var(--line);border-radius:16px;background:#fffdf8b8}.article-sidebar p{margin-bottom:.65rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.article-sidebar ol{margin:0;padding-left:1.1rem}.article-sidebar li{margin:.65rem 0;color:var(--muted);font-size:.88rem}.note-box{margin:2.5rem 0;padding:1.5rem;border-left:4px solid var(--vermilion);background:var(--paper-deep)}.criteria-grid,.pros-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.info-panel{padding:1.5rem;border:1px solid var(--line);border-radius:14px;background:var(--white)}.info-panel h3{margin-bottom:.8rem}.product-list{display:grid;gap:1.25rem}.product-candidate{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--white)}.product-card-head{display:grid;grid-template-columns:64px 1fr;gap:1rem;align-items:start;padding:1.5rem;border-bottom:1px solid var(--line);background:linear-gradient(135deg,var(--indigo-light),var(--white))}.product-number{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;color:var(--white);background:var(--indigo);font-family:var(--serif);font-size:1.25rem}.product-card-head h3{margin:.45rem 0 .2rem}.product-brand{margin:0;color:var(--muted);font-size:.9rem;font-weight:700}.product-copy{padding:1.5rem}.product-copy h3{margin:.45rem 0 .7rem}.product-copy dl{margin:1rem 0}.product-copy dl div{display:grid;grid-template-columns:110px 1fr;gap:.75rem;padding:.55rem 0;border-top:1px solid var(--line);font-size:.86rem}.product-copy dt{color:var(--muted);font-weight:700}.product-copy dd{margin:0}.status-pill{display:inline-flex;margin:0;padding:.2rem .55rem;border-radius:999px;color:#28543d;background:#dceade;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-link-note{margin:.8rem 0 0;color:var(--muted);font-size:.84rem;font-style:italic}.product-amazon-link{margin-top:.35rem;text-align:center}.search-intent{max-width:52rem;margin-top:1.5rem;padding:1rem 1.15rem;border-left:4px solid var(--vermilion);background:var(--paper-deep);font-size:.94rem}.disclosure{padding:1rem 1.2rem;border:1px solid var(--line);border-radius:12px;color:var(--muted);background:var(--white);font-size:.88rem}.policy h2{margin:3rem 0 1rem;font-size:2rem}.policy h3{margin:2rem 0 .75rem;font-family:var(--sans);font-size:1.15rem;letter-spacing:0}.empty-state{padding:2rem;border:1px dashed var(--line);border-radius:16px;background:#ffffff73}.site-footer{padding:5rem 0 1.5rem;color:#dfe7e5;background:var(--indigo)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-brand{margin:.25rem 0 1rem;color:#fff;font-family:var(--serif);font-size:2rem}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}.footer-grid a{text-decoration:none}.footer-label{margin:0 0 .5rem;color:#fff;font-weight:700}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:4rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.18);font-size:.78rem}@media(max-width:900px){.header-inner{align-items:flex-start;flex-direction:column;gap:.5rem;padding:.8rem 0}nav{width:100%;padding-bottom:.35rem}.hero-grid,.article-layout{grid-template-columns:1fr}.hero-art{min-height:360px;border-radius:110px 110px 22px 22px}.article-grid{grid-template-columns:repeat(2,1fr)}.article-sidebar{position:static;order:-1}}@media(max-width:640px){.shell,.narrow{width:min(100% - 28px,1180px)}.home-hero{min-height:auto;padding:3.5rem 0}.hero-art{min-height:280px}.trust-strip .shell{flex-direction:column;gap:.25rem}.section-head{align-items:flex-start;flex-direction:column}.article-grid,.category-grid,.value-grid,.criteria-grid,.pros-grid,.footer-grid{grid-template-columns:1fr}.card-visual{min-height:220px}.product-card-head{grid-template-columns:48px 1fr;padding:1.1rem}.product-number{width:42px;height:42px;font-size:1rem}.product-copy dl div{grid-template-columns:1fr;gap:.15rem}.product-amazon-link{width:100%}.footer-bottom{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
