:root{--ink:#17211d;--muted:#657169;--paper:#fbfaf7;--soft:#f2f0e8;--gold:#a67837;--line:#e6e5df;--white:#fff;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit}.mss-container{width:min(calc(100% - 40px),var(--max));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(251,250,247,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(230,229,223,.8)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}.site-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:18px}.brand-mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:800}.custom-logo{max-height:46px;width:auto}.mss-nav-list{display:flex;list-style:none;gap:26px;margin:0;padding:0;align-items:center}.mss-nav-list a{text-decoration:none;color:#334038;font-size:14px}.mss-nav-list a:hover{color:var(--gold)}.nav-toggle{display:none;border:0;background:transparent;font-size:26px}.hero{padding:88px 0 72px;background:radial-gradient(circle at 85% 20%,#eae5d7 0,transparent 32%),linear-gradient(180deg,#fbfaf7 0,#f4f2eb 100%)}.hero-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:54px;align-items:center}.kicker{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:var(--gold)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08}h1{font-size:clamp(44px,6vw,78px);margin:14px 0 20px;letter-spacing:-.04em}h2{font-size:clamp(32px,4vw,50px);margin:10px 0 18px;letter-spacing:-.025em}.hero-copy>p{max-width:700px;font-size:19px;color:var(--muted)}.hero-actions{display:flex;gap:12px;margin-top:30px}.theme-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;text-decoration:none;font-weight:800;font-size:14px}.theme-btn-dark{background:var(--ink);color:#fff}.theme-btn-light{border:1px solid var(--line);background:#fff}.hero-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 22px 60px rgba(23,33,29,.09)}.hero-card h2{font-size:34px}.hero-card ul{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:7px;color:#4c5a52}.section{padding:82px 0}.section-categories{background:#fff}.section-intro,.section-head p{color:var(--muted);max-width:700px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px}.category-card{border:1px solid var(--line);border-radius:18px;padding:24px;text-decoration:none;background:#fff;transition:.2s ease;display:grid;gap:7px}.category-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(23,33,29,.07)}.category-icon{font-size:26px;color:var(--gold)}.category-card strong{font-size:17px}.category-card span:last-child{color:var(--muted);font-size:14px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.text-arrow{font-weight:800;text-decoration:none;white-space:nowrap}.transparency{background:var(--ink);color:#fff}.transparency-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:center}.transparency .mss-disclosure{background:rgba(255,255,255,.06);border-color:#c49a5c;color:#ecefe9}.transparency .text-arrow{display:inline-block;margin-top:16px;color:#fff}.method{background:var(--soft)}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.method-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.method-grid article>span{color:var(--gold);font-weight:800}.method-grid h3{font-size:23px;margin:10px 0}.method-grid p{font-size:14px;color:var(--muted)}.page-hero{padding:70px 0 40px;background:var(--soft)}.page-hero h1{font-size:clamp(42px,5vw,68px)}.content-narrow{max-width:850px}.content-narrow>h1:first-child{display:none}.prose{font-size:17px}.prose h2{font-size:34px;margin-top:50px}.prose h3{font-size:25px;margin-top:36px}.prose p,.prose li{color:#37443c}.prose img{max-width:100%;height:auto;border-radius:18px}.product-hero{padding:70px 0;background:#fff}.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.product-media{position:relative;min-height:520px;background:var(--soft);border-radius:26px;display:flex;align-items:center;justify-content:center;padding:34px}.product-media img{max-width:100%;max-height:450px;object-fit:contain}.product-score{position:absolute;top:22px;right:22px;width:82px;height:82px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:25px;font-weight:800}.product-score small{font-size:11px;display:block;margin-top:-17px}.product-copy h1{font-size:clamp(38px,4.5vw,62px)}.product-excerpt{font-size:18px;color:var(--muted)}.score-label{margin:22px 0}.mss-paid-link{display:block;margin-top:7px;color:var(--muted)}.product-content-grid{display:grid;grid-template-columns:1.6fr .8fr;gap:55px}.info-box{background:#fff;border:1px solid var(--line);padding:22px;border-radius:18px;margin-bottom:16px}.info-box h3{font-size:22px;margin-top:0}.info-box ul{padding-left:20px}.guide-cover{margin-bottom:36px}.guide-cover img{width:100%;height:auto}.site-footer{background:#101713;color:#e9ede9;padding:64px 0 24px}.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .7fr;gap:60px}.site-footer p{color:#aeb8b1}.site-footer h3{font-size:18px}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.site-footer a{text-decoration:none}.footer-bottom{border-top:1px solid #2c3730;margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;gap:30px;font-size:12px}.footer-bottom p:last-child{max-width:720px;text-align:right}.post-list-item{padding:26px 0;border-bottom:1px solid var(--line)}@media(max-width:900px){.hero-grid,.transparency-grid,.product-hero-grid,.product-content-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.method-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.primary-nav{display:none;position:absolute;left:0;right:0;top:76px;background:var(--paper);border-bottom:1px solid var(--line);padding:20px}.primary-nav.is-open{display:block}.mss-nav-list{flex-direction:column;align-items:flex-start}.nav-toggle{display:block}.section-head{align-items:flex-start;flex-direction:column}.product-media{min-height:380px}}@media(max-width:620px){.mss-container{width:min(calc(100% - 28px),var(--max))}.hero{padding:58px 0}.hero-actions{flex-direction:column;align-items:flex-start}.category-grid,.method-grid,.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.footer-bottom p:last-child{text-align:left}.section{padding:58px 0}.product-media{min-height:300px}.product-score{width:68px;height:68px}.hero-card{padding:24px}}

.product-placeholder{min-height:360px;display:grid;place-items:center;background:#f5f3ed;color:#9a958b;font-weight:800;letter-spacing:.08em}.theme-price{font-size:30px;font-weight:800;margin:18px 0 4px}.theme-price-note,.theme-availability,.product-data-source{font-size:12px;color:#737a75;line-height:1.5}.product-data-source{margin-top:12px}
