/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2026 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238);color-scheme:light}:root[data-theme=dark]{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51);color-scheme:dark}.list{background:var(--code-bg)}[data-theme=dark] .list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;text-underline-offset:.25rem;text-decoration:underline}.top-link{position:fixed;bottom:4rem;right:2rem;z-index:99;background:var(--tertiary);width:2.5rem;height:2.5rem;padding:10px;border-radius:64px;transition:visibility .3s,opacity .3s cubic-bezier(.4,0,1,1)}.hidden{visibility:hidden;opacity:0}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.header-nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin:auto;line-height:var(--header-height);padding:0 var(--gap);column-gap:var(--gap)}.header-nav a{display:block}.logo,.menu{display:flex}.logo{align-items:center;column-gap:.55rem;flex-wrap:wrap}.logo a{font-size:24px;font-weight:700;display:flex;align-items:center;column-gap:.55rem}.logo a img,.logo a svg{pointer-events:none;border-radius:6px}.theme-toggle{padding:0 .4rem}[data-theme=dark] .moon{display:none}[data-theme=light] .sun{display:none}.logo-switches{display:inline-flex;gap:.4rem;align-items:inherit;min-height:stretch;flex-wrap:inherit}.logo-switches>*{min-height:inherit;align-items:center;display:inline-flex}.nav-sep{color:var(--secondary)}.lang-menu *{display:inherit;min-height:inherit;align-items:inherit}.lang-menu a{font-size:1rem;font-weight:500;padding:0 .4rem;display:inline-flex}.menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap;column-gap:var(--gap)}.menu a{font-size:16px}.menu .active{font-weight:500;text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:2px}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.md-content h3,.md-content h4,.md-content h5,.md-content h6{margin:24px 0 16px}.md-content h1{margin:40px auto 32px;font-size:40px}.md-content h2{margin:32px auto 24px;font-size:32px}.md-content h3{font-size:24px}.md-content h4{font-size:16px}.md-content h5{font-size:14px}.md-content h6{font-size:12px}.md-content a:not(.anchor){text-underline-offset:.3rem;text-decoration:underline}.md-content del{text-decoration:line-through}.md-content dl:not(:last-child),.md-content ol:not(:last-child),.md-content p:not(:last-child),.md-content figure:not(:last-child),.md-content ul:not(:last-child){margin-bottom:var(--content-gap)}.md-content ol,.md-content ul{padding-inline-start:1.25rem}.md-content li{margin-top:.3rem}.md-content li p{margin-bottom:0}.md-content dl{display:flex;flex-wrap:wrap;margin:0}.md-content dt{width:25%;font-weight:700}.md-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.md-content dd~dd,.md-content dt~dt{margin-top:10px}.md-content table{margin-bottom:var(--content-gap)}.md-content table th,.md-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:6px 13px;line-height:1.5;border:1px solid var(--border)}.md-content table th{text-align:start}.md-content table:not(.highlighttable) td code:only-child{margin:auto 0}.md-content .highlight table{border-radius:var(--radius)}.md-content .highlight:not(table){margin-bottom:var(--content-gap);background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.md-content li>.highlight{margin-inline-end:0}.md-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.md-content .highlight pre{margin:0}.md-content .highlighttable{table-layout:fixed}.md-content .highlighttable td:first-child{width:40px}.md-content .highlighttable td .linenodiv{padding-inline-end:0!important}.md-content .highlighttable td .highlight,.md-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{padding:.2rem .3rem;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:.2rem}.md-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.md-content blockquote{margin:1rem 0;padding-inline-start:1rem;border-inline-start:.3rem solid var(--content)}.md-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.md-content iframe{max-width:100%}.md-content img{border-radius:var(--radius);margin:1rem 0}.md-content img[src*="#center"]{margin:1rem auto}.md-content figure.align-center{text-align:center}.md-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.md-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.md-content h1:hover .anchor,.md-content h2:hover .anchor,.md-content h3:hover .anchor,.md-content h4:hover .anchor,.md-content h5:hover .anchor,.md-content h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:.5em;font-weight:500;user-select:none}.anchor:hover{color:var(--content)!important}.md-content img.in-text{display:inline;margin:auto}mark{border-radius:2px;padding:0 2px}audio{display:block;width:100%;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;height:2.5rem;margin-bottom:var(--content-gap)}audio::-webkit-media-controls-enclosure{border-radius:0}video{border:1px solid var(--code-bg);border-radius:var(--radius);max-width:100%}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-header h2{font-size:40px}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{--content-gap:0.5rem;-webkit-line-clamp:unset;margin:0}.home-info .social-icons a:first-of-type{padding-inline-start:0}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .25s ease;border:1px solid var(--border)}.post-entry:hover,.post-entry:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-info .entry-content p{margin-block-start:1em;margin-block-end:1em}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0;border-radius:var(--radius)}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center;display:flex;flex-direction:column;gap:.5rem}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{text-underline-offset:.3rem;text-decoration:underline}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{font-size:40px}.post-description{margin-top:10px}.post-meta{margin-top:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem}.breadcrumbs a{font-size:16px}.breadcrumbs svg{height:1em}.i18n_list{display:inline-flex}.post-meta .i18n_list li{list-style:none;margin:auto 3px}.post-meta a,.toc a:hover{text-underline-offset:.3rem;text-decoration:underline}.post-meta a{color:var(--secondary);text-decoration-style:dotted}details.toc{margin-bottom:var(--content-gap);background:var(--code-bg);border-radius:var(--radius);border:1px solid var(--border)}[data-theme=dark] details.toc{background:var(--entry)}details.toc summary{padding:.3rem 1.2rem;border-radius:var(--radius)}details summary{cursor:pointer;display:list-item;width:100%;margin-inline-start:0;user-select:none}details .title{display:inline;font-weight:500;margin-inline-start:.2rem}details{interpolate-size:allow-keywords}details::details-content{height:0;opacity:0;overflow:clip;transition:height 150ms ease,opacity 150ms ease,content-visibility 150ms allow-discrete}details[open]::details-content{height:auto;opacity:1}details .inner{margin:0 2.4rem;padding-bottom:.6rem}details li ul{margin-inline-start:var(--gap)}.post-content{color:var(--content);margin:30px 0}.post-footer{margin-top:var(--content-gap)}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}.paginav{display:flex;line-height:1.2}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:.8rem;color:var(--secondary)}.paginav a{width:50%;display:flex;flex-direction:column;gap:.5rem;padding:.8rem;border-radius:var(--radius)}.paginav span:hover:not(.title){text-underline-offset:.2rem;text-decoration:underline}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px;gap:1rem}.button{background:var(--tertiary);border-radius:var(--radius);padding:.4rem .8rem}.searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}.searchResults li{list-style:none;border-radius:var(--radius);padding:10px 15px;position:relative;font-weight:500;display:flex;align-items:center;justify-content:space-between;background:var(--entry);transition:transform .25s ease;border:1px solid var(--border)}.searchResults{margin:var(--content-gap)0;width:100%;display:flex;flex-direction:column;gap:10px}.searchResults li:hover,.searchResults li:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.searchResults li .entry-link:focus{outline:2px solid var(--secondary);outline-offset:-2px}.terms-tags{display:flex;flex-wrap:wrap;gap:1em;margin-top:var(--content-gap)}.terms-tags li{display:inline-block;font-weight:500}.terms-tags a{display:block;padding:4px 10px;background:var(--tertiary);border-radius:var(--radius);transition:transform .1s}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .err{color:#ed8796}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,.searchResults .focus,.searchResults li:active{transform:none}}.criteria-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.criterion-card{min-width:0;padding:18px;display:grid;grid-template-columns:minmax(0,1fr)auto;column-gap:12px;row-gap:10px;align-items:start}.criterion-card strong{grid-column:1;grid-row:1;display:block;min-width:0;padding-right:0;margin:0;font-size:1.05rem;line-height:1.3;overflow-wrap:normal;word-break:normal;hyphens:none}.criterion-card>span{grid-column:2;grid-row:1;position:static;display:inline-flex;align-items:center;justify-content:center;align-self:start;margin:0;padding:6px 9px;width:max-content;max-width:100%;white-space:nowrap;flex:none}.criterion-card p{grid-column:1/-1;grid-row:2;font-size:.96rem;line-height:1.55;margin:0}@media(max-width:820px){.criteria-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.criteria-grid{grid-template-columns:1fr;gap:12px}.criterion-card{padding:16px}}@media(min-width:981px){.buying-page-lifestyle .product-card{display:block}.buying-page-lifestyle .product-card-media{height:440px;min-height:0;padding:20px;box-sizing:border-box;background:#eef2ee}.buying-page-lifestyle .product-card-media>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.buying-page-lifestyle .product-card-media img{width:100%;height:100%;min-height:0;max-height:100%;object-fit:contain;object-position:center;border-radius:12px}.buying-page-lifestyle .product-card-body{padding:30px 32px 34px}}.intent-comparison-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:20px}.intent-card{position:relative;overflow:hidden;background:#fff;border:2px solid #d8ddd9;border-radius:20px;box-shadow:0 10px 28px rgba(0,0,0,7%)}.intent-card-featured{border:3px solid #111;box-shadow:0 14px 34px rgba(0,0,0,.11)}.intent-card-label{position:absolute;z-index:3;top:14px;left:14px;right:14px;background:#111;color:#fff;border-radius:999px;padding:9px 12px;text-align:center;font-size:.78rem;font-weight:900;letter-spacing:.035em}.intent-card-image{display:block;height:280px;background:#edf1ed;overflow:hidden}.intent-card-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.intent-card-body{padding:19px}.intent-card-body h3{font-size:1.28rem;line-height:1.2;margin:8px 0 10px}.intent-score{display:inline-flex;background:#e8f7ed;border:1px solid #b8ddc4;border-radius:9px;padding:7px 9px;font-weight:900;font-size:.88rem}.intent-best{margin:12px 0 8px;padding:11px 12px;background:#f6faf7;border-left:4px solid #337348;border-radius:8px}.intent-size{margin:8px 0 10px;font-size:.94rem}.intent-card-body>p{line-height:1.5}.intent-cta{width:100%;box-sizing:border-box;margin-top:10px;min-height:52px}.comparison-dimensions{display:block;margin-top:7px;color:#5e675f;line-height:1.35}.comparison-mobile-dimension{margin:0 0 10px;font-size:.92rem}.product-spec-box{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:16px 0 18px}.product-spec-item{background:#f5f8f5;border:1px solid #d8e2da;border-radius:11px;padding:12px 13px}.product-spec-item.spec-wide{grid-column:1/-1}.product-spec-item .spec-label{display:block;font-weight:900;color:#162219;margin-bottom:5px}.product-spec-item p{margin:0!important;color:#48534b;font-size:.92rem;line-height:1.42}.buying-secondary-link{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;margin-top:9px;padding:13px 16px;border:2px solid #111;border-radius:11px;background:#fff;color:#111!important;text-decoration:none!important;text-align:center;font-weight:900;line-height:1.25}.buying-secondary-link:hover{background:#111;color:#fff!important}.buying-page-lifestyle .winner-media{padding:0;background:#e7ece8}.buying-page-lifestyle .winner-media>a{height:100%}.buying-page-lifestyle .winner-media img{height:430px;object-fit:cover;object-position:center}.buying-page-lifestyle .product-card-grid{grid-template-columns:1fr;gap:28px}.buying-page-lifestyle .product-card{display:grid;grid-template-columns:minmax(360px,.9fr)minmax(0,1.1fr);align-items:stretch}.buying-page-lifestyle .product-card-media{height:auto;min-height:500px;padding:0;background:#e7ece8}.buying-page-lifestyle .product-card-media>a{height:100%}.buying-page-lifestyle .product-card-media img{height:100%;min-height:500px;object-fit:cover;object-position:center;border-radius:0}.buying-page-lifestyle .product-card-body{padding:28px}.buying-page-lifestyle .product-card-body h3{font-size:clamp(1.55rem,2.2vw,2.15rem)}.buying-page-lifestyle .product-badge{max-width:70%;text-align:center}.buying-page-lifestyle .buying-cta{min-height:54px;font-size:1rem}.buying-page-lifestyle .pros-cons{grid-template-columns:1fr 1fr}.buying-page-lifestyle .buying-editorial h2{font-size:clamp(1.7rem,2.5vw,2.25rem);margin-top:30px}.buying-page-lifestyle .buying-editorial h3{font-size:1.35rem;margin-top:25px}.buying-page-lifestyle .buying-editorial p,.buying-page-lifestyle .buying-editorial li{font-size:1.03rem;line-height:1.65}.amazon-live-price{display:flex;flex-direction:column;gap:3px;margin:14px 0;padding:13px 14px;border:2px solid #e66a00;border-radius:12px;background:#fff8ee}.amazon-price-label{font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#7b3900}.amazon-price-value{font-size:1.45rem;line-height:1.05;color:#111}.amazon-price-updated{font-size:.76rem;color:#687069;line-height:1.35}.amazon-live-price.is-live{background:#f2fbf4;border-color:#337348}.amazon-live-price.is-live .amazon-price-label{color:#245a35}.amazon-live-price.is-map{background:#f6f6f4;border-color:#a6aaa7}.amazon-live-price-featured{max-width:420px}.amazon-live-price-featured .amazon-price-value{font-size:1.8rem}.amazon-live-price-compact{margin:10px 0}.amazon-live-price-compact .amazon-price-value{font-size:1.22rem}.amazon-live-price-table{margin:0 0 8px;padding:9px 10px;text-align:left}.amazon-live-price-table .amazon-price-value{font-size:1rem}.amazon-live-price-table .amazon-price-label{display:none}.amazon-live-price-table .amazon-price-updated{font-size:.68rem}@media(min-width:981px){.intent-card-image{height:320px;padding:14px;box-sizing:border-box}.intent-card-image img{object-fit:contain;object-position:center}.buying-page-lifestyle .winner-media{padding:18px}.buying-page-lifestyle .winner-media img{width:100%;height:430px;object-fit:contain;object-position:center}.buying-page-lifestyle .product-card-media{min-height:520px;padding:22px;box-sizing:border-box;background:#eef2ee}.buying-page-lifestyle .product-card-media>a{display:flex;align-items:center;justify-content:center;height:100%}.buying-page-lifestyle .product-card-media img{width:100%;height:480px;min-height:0;max-height:480px;object-fit:contain;object-position:center;border-radius:12px}}@media(max-width:980px){.intent-comparison-grid{grid-template-columns:1fr}.intent-card{display:grid;grid-template-columns:260px 1fr}.intent-card-label{right:auto;max-width:220px}.intent-card-image{height:100%;min-height:290px}.buying-page-lifestyle .product-card{grid-template-columns:1fr}.buying-page-lifestyle .product-card-media{min-height:380px}.buying-page-lifestyle .product-card-media img{min-height:380px;max-height:520px}.buying-page-lifestyle .pros-cons{grid-template-columns:1fr}}@media(max-width:650px){.intent-card{display:block}.intent-card-label{right:14px;max-width:none}.intent-card-image{height:250px;min-height:0}.intent-card-body{padding:17px}.intent-card-body h3{font-size:1.3rem}.product-spec-box{grid-template-columns:1fr}.product-spec-item.spec-wide{grid-column:auto}.product-spec-item{padding:12px}.buying-page-lifestyle .winner-media img{height:300px}.buying-page-lifestyle .product-card-media{min-height:300px}.buying-page-lifestyle .product-card-media img{min-height:300px;max-height:400px}.buying-page-lifestyle .product-card-body{padding:20px 17px}.buying-secondary-link{font-size:.92rem;padding:13px 10px}.amazon-price-value{font-size:1.3rem}.amazon-live-price-featured .amazon-price-value{font-size:1.55rem}}.buying-page{max-width:1180px;margin:0 auto;padding:32px 20px 64px}.buying-hero{background:#0d1f17;color:#fff;border-radius:26px;padding:56px 54px;margin-bottom:28px;box-shadow:0 18px 50px rgba(0,0,0,.14)}.buying-hero-copy{max-width:880px}.buying-eyebrow,.section-heading>span{display:inline-block;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.buying-eyebrow{color:#b8f4cc;margin-bottom:14px}.buying-hero h1{font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.02;margin:0 0 18px;color:#fff}.buying-hero p{font-size:1.2rem;line-height:1.6;max-width:820px;color:#eef8f1;margin:0}.buying-meta-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:20px}.buying-snapshot,.buying-updated{display:inline-flex;padding:10px 14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;font-weight:700;font-size:.92rem;background:rgba(255,255,255,7%)}.buying-updated{background:#fff;color:#0d1f17}.winner-card{display:grid;grid-template-columns:minmax(0,.9fr)minmax(0,1.1fr);gap:34px;align-items:center;background:#fff;border:3px solid #111;border-radius:24px;padding:28px;margin:42px 0;box-shadow:0 14px 36px rgba(0,0,0,9%)}.winner-media{position:relative;background:#f5f6f3;border-radius:18px;padding:18px;min-height:430px;display:flex;align-items:center;justify-content:center;overflow:hidden}.winner-media>a{width:100%;display:block}.winner-media img{width:100%;height:390px;object-fit:contain;border-radius:12px}.winner-badge{position:absolute;left:18px;top:18px;z-index:2;background:#111;color:#fff;padding:10px 14px;border-radius:999px;font-weight:900;font-size:.84rem;letter-spacing:.05em}.winner-kicker{font-weight:900;letter-spacing:.1em;font-size:.8rem;color:#337348;margin-bottom:8px}.winner-copy h2{font-size:clamp(1.9rem,3vw,3rem);line-height:1.08;margin:0 0 16px}.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 20px}.trust-row span,.trust-row a{padding:8px 11px;border-radius:10px;background:#f2f4f1;font-weight:800}.sales-chip{background:#111!important;color:#fff}.source-chip{color:#337348}.winner-bestfor{font-size:1.06rem}.buying-cta{display:inline-flex;align-items:center;justify-content:center;background:#e66a00;color:#fff!important;text-decoration:none!important;font-weight:900;padding:15px 20px;border-radius:12px;margin-top:14px;letter-spacing:.01em;transition:transform .15s ease,box-shadow .15s ease}.buying-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.18);background:#c95d00}.buying-cta-primary{font-size:1.05rem;padding:17px 24px}.winner-copy small{display:block;margin-top:10px;color:#666}.comparison-section,.product-cards-section,.buying-editorial,.selection-method{margin-top:52px}.comparison-first{margin-top:0}.section-heading{margin-bottom:20px}.section-heading>span{color:#337348}.section-heading h2{font-size:clamp(1.8rem,3vw,2.7rem);margin:6px 0 8px}.section-heading p{font-size:1.05rem;color:#555;max-width:760px}.comparison-table-wrap{overflow:hidden;border:1px solid #d8ddd9;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,5%)}.comparison-table{width:100%;border-collapse:collapse;table-layout:fixed}.comparison-table th{background:#111;color:#fff;padding:15px 16px;text-align:left;font-size:.86rem;letter-spacing:.02em}.comparison-table th:nth-child(1){width:43%}.comparison-table th:nth-child(2){width:14%}.comparison-table th:nth-child(3){width:18%}.comparison-table th:nth-child(4){width:25%}.comparison-table td{padding:17px 16px;border-top:1px solid #e5e9e6;vertical-align:middle;overflow-wrap:anywhere}.comparison-table .comparison-winner{background:#fff8ed}.product-cell{display:flex;align-items:center;gap:14px;min-width:0}.product-cell img{width:88px;height:88px;object-fit:contain;background:#f5f6f3;border-radius:12px}.comparison-product-copy{min-width:0}.comparison-product-copy strong{display:block;font-size:1.02rem;line-height:1.25;margin-top:7px}.comparison-product-copy small{display:block;margin-top:6px;color:#59615c;line-height:1.35;font-weight:600}.decision-medal{display:inline-block;background:#111;color:#fff;padding:7px 10px;border-radius:999px;font-size:.7rem;font-weight:900;letter-spacing:.04em;white-space:nowrap}.editor-score{display:inline-block;background:#e8f7ed;color:#0d1f17;border:1px solid #b8ddc4;padding:9px 11px;border-radius:10px;font-size:1.02rem;font-weight:900;white-space:nowrap}.score-note{display:block;margin-top:5px;color:#66706a;font-size:.74rem}.best-for-cell{font-size:.98rem;line-height:1.35}.comparison-action-cell{text-align:center}.table-cta{display:inline-flex;align-items:center;justify-content:center;background:#e66a00;color:#fff!important;text-decoration:none!important;font-weight:900;padding:13px 14px;border-radius:10px;line-height:1.25;text-align:center}.table-cta:hover{background:#c95d00}.product-image-link{display:block;flex:none}.product-title-link{color:inherit!important;text-decoration:none!important}.product-title-link:hover{text-decoration:underline!important}.comparison-mobile-grid{display:none}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{background:#fff;border:1px solid #d8ddd9;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,6%)}.product-card-featured{border:3px solid #111}.product-card-media{position:relative;background:#f5f6f3;padding:18px;height:310px;display:flex;align-items:center;justify-content:center}.product-card-media>a{width:100%;display:block}.product-card-media img{width:100%;height:270px;object-fit:contain;border-radius:12px}.product-rank{position:absolute;top:14px;left:14px;background:#111;color:#fff;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;z-index:2}.product-badge{position:absolute;top:16px;right:14px;background:#fff1df;color:#7b3900;padding:8px 10px;border-radius:999px;font-weight:900;font-size:.74rem;z-index:2}.product-card-body{padding:22px}.product-card-body h3{font-size:1.35rem;line-height:1.25;margin:0 0 12px}.card-trust{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.card-trust>a,.card-trust>span{background:#f1f3f1;padding:7px 9px;border-radius:9px;font-size:.9rem}.card-trust .card-editor-score{background:#e8f7ed;color:#0d1f17;border:1px solid #b8ddc4}.bestfor{padding:12px 14px;background:#f6faf7;border-left:4px solid #337348;border-radius:8px}.pros-cons{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px}.pros-cons>div{background:#fafbfa;border-radius:10px;padding:12px}.pros-cons strong{display:block;margin-bottom:6px}.pros-cons ul{margin:0;padding:0;list-style:none}.pros-cons li{display:flex;gap:8px;align-items:flex-start;margin:7px 0}.pros-cons li span{flex:none}.product-card .buying-cta{width:100%;box-sizing:border-box}.selection-method{background:#f6faf7;border:1px solid #cfe2d4;border-radius:22px;padding:30px}.criteria-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.criterion-card{background:#fff;border:1px solid #d8ddd9;border-radius:14px;padding:16px;position:relative}.criterion-card strong{display:block;font-size:1rem;padding-right:45px}.criterion-card>span{position:absolute;right:12px;top:12px;background:#111;color:#fff;border-radius:999px;padding:5px 8px;font-weight:900;font-size:.75rem}.criterion-card p{font-size:.9rem;line-height:1.5;color:#555;margin:10px 0 0}.score-explainer{margin:18px 0 0;padding:13px 15px;background:#fff;border-left:4px solid #337348;border-radius:8px;color:#4f5752}.buying-editorial{background:#fff;border-radius:20px;padding:30px;border:1px solid #d8ddd9}.buying-browse{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:30px;padding:22px 24px;border:2px solid #111;border-radius:16px;background:#fff}.buying-browse strong,.buying-browse span{display:block}.buying-browse strong{font-size:1.15rem}.buying-browse .buying-cta{margin-top:0}.buying-disclaimer{margin-top:30px;padding:18px 20px;background:#f4f5f3;border-radius:14px;font-size:.9rem;color:#555}.buying-disclaimer strong{color:#111}.buying-disclaimer p{margin:5px 0 0}.affiliate-disclosure{font-size:.92rem!important;color:#d9eee0!important;margin:-6px 0 14px!important}.buying-intro{max-width:780px}.paid-link-note{display:block!important;font-size:.75rem!important;color:#6a6a6a!important;margin-top:6px!important}.asin-note{display:block}.buying-sticky-cta{display:none}@media(max-width:1050px){.criteria-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-table th:nth-child(1){width:40%}.comparison-table th:nth-child(2){width:15%}.comparison-table th:nth-child(3){width:18%}.comparison-table th:nth-child(4){width:27%}.product-cell img{width:76px;height:76px}.comparison-table td,.comparison-table th{padding-left:12px;padding-right:12px}.table-cta{font-size:.86rem;padding:12px 10px}}@media(max-width:820px){.comparison-desktop{display:none}.comparison-mobile-grid{display:grid;grid-template-columns:1fr;gap:14px}.comparison-mobile-card{background:#fff;border:1px solid #d8ddd9;border-radius:18px;padding:16px;box-shadow:0 7px 20px rgba(0,0,0,6%)}.comparison-mobile-winner{border:3px solid #111;background:#fffaf1}.comparison-mobile-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.comparison-mobile-image{display:flex;align-items:center;justify-content:center;background:#f5f6f3;border-radius:12px;padding:10px;min-height:190px}.comparison-mobile-image img{width:100%;height:185px;object-fit:contain}.comparison-mobile-card h3{font-size:1.22rem;line-height:1.25;margin:14px 0 10px}.comparison-mobile-best{margin:0 0 8px;padding:10px 12px;border-left:4px solid #337348;background:#f6faf7;border-radius:8px;font-size:.98rem}.comparison-mobile-reason{margin:0 0 13px;color:#535b56;line-height:1.45}.mobile-table-cta{width:100%;box-sizing:border-box;font-size:.94rem;padding:14px 12px}.winner-card{grid-template-columns:1fr}.winner-media{min-height:340px}.winner-media img{height:300px}.product-card-grid{grid-template-columns:1fr}.buying-hero{padding:38px 28px}.buying-browse{align-items:stretch;flex-direction:column}.buying-browse .buying-cta{width:100%;box-sizing:border-box}}@media(max-width:600px){.buying-page{padding:18px 14px 48px}.buying-hero{padding:30px 22px;border-radius:18px}.buying-hero h1{font-size:2.35rem}.buying-hero p{font-size:1.05rem}.section-heading h2{font-size:1.8rem}.section-heading p{font-size:1rem}.winner-card{padding:16px;border-radius:18px}.winner-media{min-height:280px}.winner-media img{height:250px}.trust-row{gap:7px}.trust-row span,.trust-row a{font-size:.9rem}.buying-cta{width:100%;box-sizing:border-box}.product-card-media{height:270px}.product-card-media img{height:230px}.selection-method{padding:22px 18px}.criteria-grid{grid-template-columns:1fr}.comparison-mobile-card{padding:14px}.comparison-mobile-image{min-height:165px}.comparison-mobile-image img{height:160px}.decision-medal{font-size:.66rem}.editor-score{font-size:.95rem;padding:8px 9px}.buying-sticky-cta{position:fixed;z-index:1000;left:10px;right:10px;bottom:10px;align-items:center;justify-content:space-between;gap:10px;background:#111;color:#fff;border-radius:14px;padding:10px 12px;box-shadow:0 10px 30px rgba(0,0,0,.25)}.buying-sticky-cta span{font-size:.82rem;line-height:1.2}.buying-sticky-cta a{background:#e66a00;color:#fff!important;text-decoration:none!important;font-size:.78rem;font-weight:900;padding:10px 11px;border-radius:9px;white-space:nowrap}.buying-sticky-cta[aria-label]{display:flex}}@import 'https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600&display=swap';:root{--gap:24px;--content-gap:20px;--nav-width:1100px;--main-width:760px;--header-height:68px;--footer-height:60px;--radius:14px;--theme:rgb(250, 247, 240);--entry:rgb(255, 253, 248);--primary:rgb(30, 38, 28);--secondary:rgb(93, 104, 88);--tertiary:rgb(214, 205, 180);--content:rgb(42, 48, 38);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(240, 235, 220);--border:rgb(226, 217, 195);--accent:rgb(180, 92, 47);--accent-dark:rgb(150, 74, 36);--forest:rgb(58, 82, 54);color-scheme:light}:root[data-theme=dark]{--theme:rgb(20, 24, 19);--entry:rgb(28, 33, 26);--primary:rgb(232, 228, 214);--secondary:rgb(163, 172, 150);--tertiary:rgb(58, 66, 51);--content:rgb(214, 210, 196);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(38, 44, 34);--border:rgb(48, 56, 43);--accent:rgb(210, 122, 74);--forest:rgb(120, 158, 110);color-scheme:dark}body{font-family:inter,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:.01em}h1,h2,h3,h4,h5,h6,.logo a,.post-title,.entry-header h2,.first-entry .entry-header h1,.first-entry .entry-header h2{font-family:fraunces,Georgia,serif;font-weight:600;letter-spacing:-.01em}.logo a{font-weight:700;font-size:26px;color:var(--forest)!important}.header-nav{border-bottom:1px solid var(--border)}.menu a{font-weight:500}.menu .active{text-decoration-color:var(--accent)}.first-entry.home-info{background:radial-gradient(circle at 85% 15%,rgba(58,82,54,7%),transparent 45%),var(--entry);border:1px solid var(--border);border-radius:20px;padding:48px 40px;min-height:unset;box-shadow:0 1px 3px rgba(30,38,28,4%)}.home-info .entry-content{font-size:17px;color:var(--secondary);line-height:1.7}.home-info .entry-header h1{font-size:38px;color:var(--forest)}.home-paths{margin:42px 0}.home-section-heading{margin-bottom:18px}.home-section-heading span{color:var(--accent-dark);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.home-section-heading h2{margin:4px 0 0;color:var(--forest);font-size:28px}.latest-guides{margin-top:46px}.home-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.home-path-card{display:flex;min-height:150px;flex-direction:column;gap:10px;padding:22px;color:var(--primary);background:var(--entry);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-path-card:hover{transform:translateY(-3px);border-color:var(--forest);box-shadow:0 10px 24px rgba(30,38,28,8%)}.home-path-card strong{color:var(--forest);font-family:fraunces,Georgia,serif;font-size:19px}.home-path-card span{color:var(--secondary);font-size:14px;line-height:1.55}.post-entry{border-radius:var(--radius);border:1px solid var(--border);padding:18px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.post-entry:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(30,38,28,8%);border-color:var(--forest)}.entry-cover{margin-bottom:16px}.entry-cover img{border-radius:10px;aspect-ratio:16/10;object-fit:cover;width:100%}.entry-header h2{font-size:22px;color:var(--primary)}.entry-content{font-size:15px;color:var(--secondary)}.entry-footer{color:var(--accent-dark);font-weight:500;text-transform:uppercase;font-size:11px;letter-spacing:.06em}.post-title{font-size:38px;color:var(--forest)}.post-content{font-size:18px;line-height:1.75}.post-content a:not(.anchor){color:var(--accent-dark);text-decoration-color:var(--accent)}.post-content blockquote{border-inline-start:4px solid var(--accent);background:var(--code-bg);border-radius:0 8px 8px 0;padding:12px 18px}.hub-page{margin:8px 0 54px}.hub-hero{padding:46px 40px;background:var(--entry);border:1px solid var(--border);border-radius:22px;box-shadow:0 10px 30px rgba(30,38,28,6%)}.hub-eyebrow{display:inline-block;margin-bottom:10px;color:var(--accent-dark);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hub-hero h1{margin:0;color:var(--forest);font-size:clamp(38px,6vw,56px);line-height:1.08}.hub-hero p{max-width:720px;margin:18px 0 0;color:var(--secondary);font-size:18px;line-height:1.7}.hub-primary-cta{display:inline-flex;margin-top:24px;padding:13px 18px;border-radius:10px;background:var(--forest);color:var(--theme)!important;font-weight:700;text-decoration:none}.hub-primary-cta:hover{background:var(--accent-dark)}.hub-section{margin:48px 0}.hub-section-heading{max-width:720px;margin-bottom:20px}.hub-section-heading h2{margin:0;color:var(--forest);font-size:31px}.hub-section-heading p{margin:8px 0 0;color:var(--secondary);font-size:16px;line-height:1.65}.hub-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hub-guide-card{display:flex;min-height:220px;flex-direction:column;padding:24px;border:1px solid var(--border);border-radius:16px;background:var(--entry);color:var(--primary);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hub-guide-card:hover{transform:translateY(-4px);border-color:var(--forest);box-shadow:0 12px 28px rgba(30,38,28,9%)}.hub-guide-kicker{color:var(--accent-dark);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.hub-guide-card strong{margin-top:9px;color:var(--forest);font-family:fraunces,Georgia,serif;font-size:21px;line-height:1.25}.hub-guide-description{margin-top:10px;color:var(--secondary);font-size:15px;line-height:1.6}.hub-guide-cta{margin-top:auto;padding-top:18px;color:var(--accent-dark);font-weight:700;font-size:14px}.hub-editorial{margin:50px 0;padding:28px 30px;border-left:4px solid var(--accent);border-radius:0 14px 14px 0;background:var(--code-bg)}.hub-editorial h2{margin-top:0}.hub-related{margin-top:52px;padding-top:34px;border-top:1px solid var(--border)}.hub-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hub-related-grid a{display:flex;flex-direction:column;gap:7px;padding:20px;border:1px solid var(--border);border-radius:14px;background:var(--entry);color:var(--primary);text-decoration:none}.hub-related-grid strong{color:var(--forest);font-family:fraunces,Georgia,serif;font-size:19px}.hub-related-grid span{color:var(--secondary);font-size:14px;line-height:1.5}.post-tags a{background:var(--forest);color:var(--theme);border:none;font-weight:500;text-transform:lowercase}.post-tags a:hover{background:var(--accent)}.pagination a{background:var(--forest)}.footer{color:var(--secondary)}.footer a{color:var(--forest)}@media(max-width:900px){.hub-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.home-path-grid{grid-template-columns:1fr}.home-path-card{min-height:0}.first-entry.home-info{padding:36px 26px}.home-info .entry-header h1{font-size:32px}.hub-hero{padding:34px 24px}.hub-hero p{font-size:17px}.hub-card-grid,.hub-related-grid{grid-template-columns:1fr}.hub-guide-card{min-height:0}.hub-section{margin:40px 0}.hub-section-heading h2{font-size:27px}}:root{--editorial-wide:1180px;--editorial-mid:960px;--editorial-green:#244b32;--editorial-green-2:#356544;--editorial-cream:#f7f4ec;--editorial-paper:#fffdf8;--editorial-line:#ddd7c9;--editorial-soft:#eef3ec;--editorial-danger:#a23a34;--editorial-danger-bg:#fff4f1}.editorial-article{width:min(var(--editorial-wide),calc(100vw - 32px));margin:0 50% 70px;transform:translateX(-50%)}.editorial-breadcrumb,.profile-breadcrumb,.problem-breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:18px 0 20px;color:var(--secondary);font-size:13px}.editorial-breadcrumb a,.profile-breadcrumb a,.problem-breadcrumb a{color:var(--editorial-green);font-weight:650}.editorial-hero{display:grid;grid-template-columns:minmax(0,.95fr)minmax(0,1.15fr);min-height:510px;overflow:hidden;border:1px solid var(--editorial-line);border-radius:24px;background:var(--editorial-paper);box-shadow:0 18px 45px rgba(30,50,34,8%)}.editorial-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,68px)}.editorial-eyebrow,.editorial-label,.editorial-section-heading>span{color:var(--editorial-green-2);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.editorial-hero h1{margin:10px 0 18px;color:var(--editorial-green);font-family:fraunces,Georgia,serif;font-size:clamp(38px,5.3vw,68px);line-height:1.03;letter-spacing:-.035em}.editorial-dek{max-width:590px;margin:0;color:var(--secondary);font-size:clamp(17px,1.8vw,20px);line-height:1.62}.editorial-meta{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:26px;color:var(--secondary);font-size:13px;font-weight:600}.editorial-meta span+span{position:relative}.editorial-meta span+span::before{content:'•';margin-right:18px;color:#9a9a8f}.editorial-hero-media{min-width:0}.editorial-hero-media .entry-cover{height:100%;margin:0}.editorial-hero-media .entry-cover img{width:100%;height:100%;min-height:510px;border-radius:0;object-fit:cover}.editorial-overview{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:26px 0 52px}.editorial-quick-answer,.editorial-toc{padding:28px 30px;border:1px solid var(--editorial-line);border-radius:18px;background:var(--editorial-paper);box-shadow:0 8px 20px rgba(30,50,34,.045)}.editorial-quick-answer{background:linear-gradient(145deg,#f2f6ef,#fffdf8)}.editorial-answer-lead{margin:10px 0 0;color:var(--primary);font-family:fraunces,Georgia,serif;font-size:23px;font-weight:600;line-height:1.42}.editorial-checks{margin:20px 0 0!important;padding:0!important;list-style:none!important}.editorial-checks li{position:relative;margin:10px 0;padding-left:30px;line-height:1.5}.editorial-checks li::before{content:'✓';position:absolute;left:0;top:0;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--editorial-green-2);color:#fff;font-size:12px;font-weight:900}.editorial-toc nav>ul{margin:12px 0 0;padding-left:0;list-style:none}.editorial-toc nav>ul>li{margin:8px 0}.editorial-toc nav ul ul{display:none}.editorial-toc a{color:var(--primary);text-decoration:none;font-weight:600}.editorial-toc a:hover{color:var(--editorial-green-2)}.editorial-section-heading{margin:0 0 18px}.editorial-section-heading h2{margin:5px 0 0;color:var(--editorial-green);font-size:clamp(28px,3vw,40px);line-height:1.14}.editorial-visual-section,.editorial-action-strip,.editorial-warning,.editorial-related{margin:54px 0}.editorial-visual-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.editorial-visual-card{overflow:hidden;margin:0;border:1px solid var(--editorial-line);border-radius:16px;background:var(--editorial-paper)}.editorial-visual-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.editorial-visual-card figcaption{display:flex;flex-direction:column;gap:6px;padding:16px}.editorial-visual-card strong{color:var(--editorial-green);font-size:17px}.editorial-visual-card span{color:var(--secondary);font-size:14px;line-height:1.5}.editorial-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.editorial-action-card{position:relative;overflow:hidden;min-height:210px;padding:22px;border:1px solid var(--editorial-line);border-radius:16px;background:var(--editorial-paper)}.editorial-action-card img{width:calc(100% + 44px);height:135px;margin:-22px -22px 18px;object-fit:cover}.editorial-step-number{display:grid;place-items:center;width:30px;height:30px;margin-bottom:10px;border-radius:50%;background:var(--editorial-green);color:#fff;font-weight:800}.editorial-action-card strong{display:block;color:var(--editorial-green);font-size:17px}.editorial-action-card p{margin:8px 0 0;color:var(--secondary);font-size:14px;line-height:1.55}.editorial-content{width:min(790px,100%);margin:58px auto;font-size:18px;line-height:1.78}.editorial-content>p:first-child{font-size:20px;line-height:1.7}.editorial-content h2{margin-top:62px;padding-top:14px;border-top:1px solid var(--editorial-line);color:var(--editorial-green);font-size:clamp(29px,3.4vw,39px);line-height:1.18}.editorial-content h3{margin-top:34px;color:var(--primary);font-size:24px}.editorial-content img{display:block;width:min(980px,calc(100vw - 36px));max-height:680px;margin:34px 50%;transform:translateX(-50%);border-radius:18px;object-fit:cover;box-shadow:0 12px 30px rgba(30,50,34,8%)}.editorial-content em img+*{margin-top:0}.editorial-content table{width:min(980px,calc(100vw - 36px));margin:28px 50%;transform:translateX(-50%);border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--editorial-line);border-radius:14px;background:var(--editorial-paper);font-size:15px}.editorial-content th{background:#edf3eb;color:var(--editorial-green)}.editorial-content th,.editorial-content td{padding:13px 14px;border-bottom:1px solid var(--editorial-line)}.editorial-content tr:last-child td{border-bottom:0}.editorial-content blockquote{margin:28px 0;padding:20px 24px;border-left:5px solid var(--editorial-green-2);border-radius:0 14px 14px 0;background:var(--editorial-soft)}.editorial-content ul,.editorial-content ol{padding-left:24px}.editorial-content li{margin:9px 0}.editorial-warning{padding:26px 28px;border:1px solid #efc7c1;border-radius:18px;background:var(--editorial-danger-bg)}.editorial-warning .editorial-section-heading>span{color:var(--editorial-danger)}.editorial-warning-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.editorial-warning-grid>div{padding:0 22px;border-left:1px solid #e8c8c3}.editorial-warning-grid>div:first-child{padding-left:0;border-left:0}.editorial-warning-grid strong{color:#772f2b}.editorial-warning-grid p{margin:7px 0 0;color:#6f514e;font-size:14px;line-height:1.5}.editorial-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.editorial-related-grid a{overflow:hidden;border:1px solid var(--editorial-line);border-radius:16px;background:var(--editorial-paper);color:var(--primary);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.editorial-related-grid a:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(30,50,34,9%)}.editorial-related-grid img{width:100%;aspect-ratio:16/10;object-fit:cover}.editorial-related-grid a>div{display:flex;flex-direction:column;gap:7px;padding:16px}.editorial-related-grid strong{color:var(--editorial-green);font-family:fraunces,Georgia,serif;font-size:20px;line-height:1.2}.editorial-related-grid span{color:var(--secondary);font-size:14px;line-height:1.45}.editorial-related-grid b{margin-top:5px;color:var(--editorial-green-2);font-size:13px}.plant-profile-page,.problem-page,.hub-page{width:min(var(--editorial-wide),calc(100vw - 32px));margin:0 50% 70px;transform:translateX(-50%)}.plant-profile-hero.profile-hero-visual,.problem-hero.problem-hero-visual,.hub-hero.hub-hero-visual{display:grid;grid-template-columns:minmax(0,.95fr)minmax(0,1.15fr);overflow:hidden;min-height:470px;padding:0;border:1px solid var(--editorial-line);border-radius:24px;background:var(--editorial-paper);box-shadow:0 18px 45px rgba(30,50,34,8%)}.profile-hero-copy,.problem-hero-copy,.hub-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,5vw,64px)}.profile-hero-media,.problem-hero-media,.hub-hero-media{min-width:0}.profile-hero-media img,.problem-hero-media img,.hub-hero-media img{width:100%;height:100%;min-height:470px;object-fit:cover}.profile-hero-visual h1,.problem-hero-visual h1,.hub-hero-visual h1{margin:8px 0 16px;color:var(--editorial-green);font-size:clamp(40px,5.4vw,66px);line-height:1.04}.profile-summary,.problem-hero-visual p,.hub-hero-visual p{max-width:580px;color:var(--secondary);font-size:18px;line-height:1.65}.profile-care-section{margin:26px 0 48px;padding:26px 28px;border:1px solid var(--editorial-line);border-radius:18px;background:var(--editorial-paper)}.profile-care-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0}.profile-care-grid>div{padding:10px 18px;border-left:1px solid var(--editorial-line)}.profile-care-grid>div:first-child{border-left:0}.profile-care-grid span{display:block;color:var(--editorial-green-2);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.profile-care-grid strong{display:block;margin-top:8px;font-size:14px;line-height:1.45}.profile-two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:34px 0}.profile-panel{padding:28px;border:1px solid var(--editorial-line);border-radius:18px;background:var(--editorial-paper)}.profile-panel h2{color:var(--editorial-green)}.profile-note{margin:34px 0;padding:24px 28px;border-left:5px solid var(--editorial-green-2);border-radius:0 16px 16px 0;background:var(--editorial-soft)}.profile-link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.profile-link-grid a{padding:22px;border:1px solid var(--editorial-line);border-radius:16px;background:var(--editorial-paper);text-decoration:none}.profile-link-grid strong{display:block;color:var(--editorial-green);font-family:fraunces,Georgia,serif;font-size:20px}.profile-link-grid span{display:block;margin-top:8px;color:var(--secondary);font-size:14px;line-height:1.5}.profile-editorial{width:min(790px,100%);margin:52px auto}.problem-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.problem-primary,.problem-secondary{display:inline-flex;padding:12px 16px;border-radius:10px;font-weight:750;text-decoration:none}.problem-primary{background:var(--editorial-green);color:#fff!important}.problem-secondary{border:1px solid var(--editorial-line);color:var(--editorial-green)!important;background:#fff}.problem-answer{margin:26px 0;padding:28px 30px;border:1px solid var(--editorial-line);border-radius:18px;background:linear-gradient(145deg,#eef4eb,#fffdf8)}.problem-answer h2{margin:5px 0 8px;color:var(--editorial-green)}.problem-answer p{margin:0;font-size:19px;line-height:1.6}.problem-two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:34px 0}.problem-panel{padding:28px;border:1px solid var(--editorial-line);border-radius:18px;background:var(--editorial-paper)}.problem-panel h2{color:var(--editorial-green)}.problem-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.problem-step-card{padding:22px;border:1px solid var(--editorial-line);border-radius:16px;background:var(--editorial-paper)}.problem-step-number{display:grid;place-items:center;width:31px;height:31px;margin-bottom:12px;border-radius:50%;background:var(--editorial-green);color:#fff;font-weight:800}.problem-primary-guide{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:42px 0;padding:28px;border-radius:18px;background:var(--editorial-green);color:#fff}.problem-primary-guide h2{margin:4px 0;color:#fff}.problem-primary-guide a{flex:none;padding:12px 16px;border-radius:10px;background:#fff;color:var(--editorial-green);font-weight:800;text-decoration:none}.problem-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.problem-related-grid a{padding:22px;border:1px solid var(--editorial-line);border-radius:16px;background:var(--editorial-paper);text-decoration:none}.problem-related-grid strong{display:block;color:var(--editorial-green);font-size:18px}.problem-related-grid span{display:block;margin-top:7px;color:var(--secondary);font-size:14px;line-height:1.45}.problem-editorial{width:min(790px,100%);margin:52px auto}.problem-footer-cta{display:grid;grid-template-columns:1fr auto;gap:8px 24px;align-items:center;margin-top:46px;padding:28px;border-radius:18px;background:var(--editorial-soft)}.problem-footer-cta strong{color:var(--editorial-green);font-size:20px}.problem-footer-cta span{color:var(--secondary)}.problem-footer-cta a{grid-row:1/3;grid-column:2;padding:12px 16px;border-radius:10px;background:var(--editorial-green);color:#fff;font-weight:800;text-decoration:none}.hub-hero-visual{margin-bottom:46px}.hub-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hub-guide-card{overflow:hidden;padding:0;min-height:330px}.hub-guide-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.hub-guide-card-copy{display:flex;flex:1;flex-direction:column;padding:20px}.hub-guide-card strong{font-size:21px}.hub-guide-cta{margin-top:auto}.hub-related-grid a{overflow:hidden;padding:0}.hub-related-grid img{width:100%;aspect-ratio:16/10;object-fit:cover}.hub-related-copy{padding:18px 20px 20px}.buying-page{width:min(var(--editorial-wide),calc(100vw - 32px));margin:0 50% 70px;transform:translateX(-50%)}.buying-hero{overflow:hidden;border-radius:24px;border:1px solid var(--editorial-line);background:var(--editorial-paper)}.buying-hero.buying-hero-visual{display:grid;grid-template-columns:minmax(0,.9fr)minmax(0,1.1fr);padding:0;min-height:450px}.buying-hero-visual .buying-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,64px)}.buying-hero-media img{width:100%;height:100%;min-height:450px;object-fit:cover}.buying-hero h1{font-size:clamp(40px,5.4vw,64px);line-height:1.04}.product-card img,.intent-card img,.winner-media img{background:#fff}.home-path-card{overflow:hidden;padding:0!important}.home-path-card>img{width:100%;aspect-ratio:16/9;object-fit:cover}.home-path-card>strong,.home-path-card>span{margin-left:20px;margin-right:20px}.home-path-card>strong{margin-top:16px}.home-path-card>span:last-child{margin-bottom:20px}@media(max-width:980px){.editorial-hero,.plant-profile-hero.profile-hero-visual,.problem-hero.problem-hero-visual,.hub-hero.hub-hero-visual,.buying-hero.buying-hero-visual{grid-template-columns:1fr}.editorial-hero-media{order:-1}.editorial-hero-media .entry-cover img,.profile-hero-media img,.problem-hero-media img,.hub-hero-media img,.buying-hero-media img{min-height:0;height:auto;aspect-ratio:16/9}.editorial-overview{grid-template-columns:1fr}.editorial-visual-grid,.editorial-action-grid,.editorial-related-grid,.editorial-warning-grid{grid-template-columns:repeat(2,1fr)}.profile-care-grid{grid-template-columns:repeat(3,1fr)}.profile-care-grid>div:nth-child(4){border-left:0}.profile-link-grid,.problem-related-grid{grid-template-columns:repeat(2,1fr)}.problem-step-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.editorial-article,.plant-profile-page,.problem-page,.hub-page,.buying-page{width:min(100%,calc(100vw - 20px))}.editorial-hero,.plant-profile-hero.profile-hero-visual,.problem-hero.problem-hero-visual,.hub-hero.hub-hero-visual,.buying-hero.buying-hero-visual{border-radius:16px}.editorial-hero-copy,.profile-hero-copy,.problem-hero-copy,.hub-hero-copy,.buying-hero-visual .buying-hero-copy{padding:26px 22px 30px}.editorial-hero h1,.profile-hero-visual h1,.problem-hero-visual h1,.hub-hero-visual h1,.buying-hero h1{font-size:38px}.editorial-meta span+span::before{display:none}.editorial-meta{flex-direction:column;gap:4px}.editorial-quick-answer,.editorial-toc{padding:22px}.editorial-visual-grid,.editorial-action-grid,.editorial-related-grid,.editorial-warning-grid,.profile-two-col,.profile-link-grid,.problem-two-col,.problem-step-grid,.problem-related-grid{grid-template-columns:1fr}.profile-care-grid{grid-template-columns:1fr 1fr}.profile-care-grid>div{border-left:0;border-top:1px solid var(--editorial-line)}.profile-care-grid>div:nth-child(-n+2){border-top:0}.editorial-content{font-size:17px}.editorial-content h2{margin-top:48px}.editorial-warning-grid>div{padding:16px 0;border-left:0;border-top:1px solid #e8c8c3}.editorial-warning-grid>div:first-child{border-top:0}.problem-primary-guide{align-items:flex-start;flex-direction:column}.problem-footer-cta{grid-template-columns:1fr}.problem-footer-cta a{grid-row:auto;grid-column:auto;margin-top:10px;text-align:center}}.hub-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:720px){.hub-home-grid{grid-template-columns:1fr}}.article-library-page,.buying-index-page{width:min(1180px,calc(100vw - 32px));margin:18px 50% 70px;transform:translateX(-50%)}.article-library-hero,.buying-index-hero{display:grid;grid-template-columns:minmax(0,.95fr)minmax(0,1.05fr);overflow:hidden;min-height:420px;border:1px solid var(--editorial-line);border-radius:24px;background:var(--editorial-paper);box-shadow:0 18px 44px rgba(30,50,34,8%)}.article-library-hero>div,.buying-index-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,62px)}.article-library-hero h1,.buying-index-hero h1{margin:8px 0 16px;color:var(--editorial-green);font-size:clamp(44px,5.4vw,68px);line-height:1.03}.article-library-hero p,.buying-index-hero p{max-width:570px;color:var(--secondary);font-size:18px;line-height:1.65}.article-library-hero>img,.buying-index-hero>img{width:100%;height:100%;min-height:420px;object-fit:cover}.buying-index-copy>a{align-self:flex-start;margin-top:20px;padding:12px 16px;border-radius:10px;background:var(--editorial-green);color:#fff!important;font-weight:800;text-decoration:none}.article-library-shortcuts{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 44px}.article-library-shortcuts a{padding:10px 14px;border:1px solid var(--editorial-line);border-radius:999px;background:var(--editorial-paper);color:var(--editorial-green);font-size:13px;font-weight:750;text-decoration:none}.article-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.article-library-card{overflow:hidden;border:1px solid var(--editorial-line);border-radius:18px;background:var(--editorial-paper);box-shadow:0 8px 22px rgba(30,50,34,.045);transition:transform .2s ease,box-shadow .2s ease}.article-library-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px rgba(30,50,34,9%)}.article-library-image{display:block}.article-library-image img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.article-library-copy{display:flex;min-height:260px;flex-direction:column;padding:20px}.article-library-copy>span{color:var(--editorial-green-2);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.article-library-copy h2{margin:8px 0 10px;font-size:24px;line-height:1.18}.article-library-copy h2 a{color:var(--editorial-green);text-decoration:none}.article-library-copy p{margin:0;color:var(--secondary);font-size:14px;line-height:1.55}.article-library-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:auto;padding-top:18px;color:var(--secondary);font-size:12px}.article-library-meta a{color:var(--editorial-green-2);font-weight:800;text-decoration:none}.article-library-pagination{display:flex;justify-content:center;gap:18px;align-items:center;margin-top:42px}.article-library-pagination a{padding:10px 14px;border:1px solid var(--editorial-line);border-radius:10px;color:var(--editorial-green);font-weight:750;text-decoration:none}.article-library-pagination span{color:var(--secondary);font-size:13px}.buying-index-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:26px 0 52px;overflow:hidden;border:1px solid var(--editorial-line);border-radius:16px;background:var(--editorial-line)}.buying-index-principles>div{padding:24px;background:var(--editorial-paper)}.buying-index-principles strong{display:block;color:var(--editorial-green);font-size:17px}.buying-index-principles span{display:block;margin-top:7px;color:var(--secondary);font-size:14px;line-height:1.5}.buying-index-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.buying-index-card{display:grid;grid-template-columns:42% 58%;overflow:hidden;min-height:300px;border:1px solid var(--editorial-line);border-radius:18px;background:var(--editorial-paper);color:var(--primary);text-decoration:none;box-shadow:0 8px 22px rgba(30,50,34,.045);transition:transform .2s ease,box-shadow .2s ease}.buying-index-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px rgba(30,50,34,9%)}.buying-index-card>img{width:100%;height:100%;object-fit:cover}.buying-index-card>div{display:flex;flex-direction:column;padding:24px}.buying-index-card>div>span{color:var(--editorial-green-2);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.buying-index-card h2{margin:9px 0 11px;color:var(--editorial-green);font-size:27px;line-height:1.12}.buying-index-card p{margin:0;color:var(--secondary);font-size:14px;line-height:1.55}.buying-index-card b{margin-top:auto;padding-top:18px;color:var(--editorial-green-2);font-size:13px}.buying-index-footer{display:grid;grid-template-columns:38% 62%;overflow:hidden;margin-top:52px;border:1px solid var(--editorial-line);border-radius:20px;background:var(--editorial-soft)}.buying-index-footer img{width:100%;height:100%;min-height:330px;object-fit:cover}.buying-index-footer>div{display:flex;flex-direction:column;justify-content:center;padding:38px}.buying-index-footer h2{margin:7px 0 12px;color:var(--editorial-green);font-size:34px;line-height:1.15}.buying-index-footer p{color:var(--secondary);line-height:1.6}.buying-index-footer a{color:var(--editorial-green-2);font-weight:800}@media(max-width:980px){.article-library-hero,.buying-index-hero{grid-template-columns:1fr}.article-library-hero>img,.buying-index-hero>img{min-height:0;aspect-ratio:16/9}.article-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.buying-index-grid{grid-template-columns:1fr}}@media(max-width:680px){.article-library-page,.buying-index-page{width:min(100%,calc(100vw - 20px))}.article-library-hero>div,.buying-index-copy{padding:28px 22px 32px}.article-library-hero h1,.buying-index-hero h1{font-size:42px}.article-library-grid,.buying-index-principles{grid-template-columns:1fr}.buying-index-card,.buying-index-footer{grid-template-columns:1fr}.buying-index-card>img{aspect-ratio:16/9}.buying-index-footer img{min-height:0;aspect-ratio:16/9}.article-library-pagination{flex-wrap:wrap}}body:has(.profile-index) .main,body:has(.plant-profile-page) .main{max-width:1100px}.profile-index,.plant-profile-page{margin:8px 0 56px}.profile-index-hero,.plant-profile-hero{padding:46px 40px;background:var(--entry);border:1px solid var(--border);border-radius:22px;box-shadow:0 10px 28px rgba(30,38,28,6%)}.profile-eyebrow,.profile-panel-kicker,.profile-section-heading>span{display:inline-block;color:var(--accent-dark);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.profile-index-hero h1,.plant-profile-hero h1{margin:8px 0 0;color:var(--forest);font-size:clamp(40px,6vw,58px);line-height:1.08}.profile-index-hero p,.profile-summary{max-width:760px;margin:18px 0 0;color:var(--secondary);font-size:18px;line-height:1.7}.profile-botanical{margin:12px 0 0;color:var(--accent-dark);font-size:20px}.profile-index-actions,.profile-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.profile-primary,.profile-secondary{display:inline-flex;padding:13px 18px;border-radius:10px;font-weight:700;text-decoration:none}.profile-primary{background:var(--forest);color:var(--theme)!important}.profile-secondary{border:1px solid var(--border);background:var(--theme);color:var(--forest)!important}.profile-badges span{padding:10px 14px;background:var(--code-bg);border:1px solid var(--border);border-radius:999px;color:var(--secondary);font-size:15px}.profile-badges strong{color:var(--forest)}.profile-index-section,.profile-care-section,.profile-deep-links{margin:48px 0}.profile-section-heading{max-width:760px;margin-bottom:20px}.profile-section-heading h2{margin:5px 0 0;color:var(--forest);font-size:32px}.profile-section-heading p{margin:8px 0 0;color:var(--secondary);font-size:17px;line-height:1.65}.profile-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.profile-card{display:flex;min-height:265px;flex-direction:column;padding:24px;background:var(--entry);border:1px solid var(--border);border-radius:17px;color:var(--primary);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.profile-card:hover{transform:translateY(-4px);border-color:var(--forest);box-shadow:0 12px 28px rgba(30,38,28,8%)}.profile-card-genus{color:var(--accent-dark);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.profile-card strong{margin-top:10px;color:var(--forest);font-family:fraunces,Georgia,serif;font-size:24px;line-height:1.2}.profile-card em{margin-top:6px;color:var(--secondary);font-size:15px}.profile-card>span:not(.profile-card-genus):not(.profile-card-cta){margin-top:13px;color:var(--secondary);font-size:16px;line-height:1.55}.profile-card-cta{margin-top:auto;padding-top:20px;color:var(--accent-dark);font-weight:700;font-size:15px}.profile-index-links,.profile-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.profile-index-links a,.profile-link-grid a{display:flex;flex-direction:column;gap:7px;padding:22px;background:var(--entry);border:1px solid var(--border);border-radius:15px;color:var(--primary);text-decoration:none}.profile-index-links strong,.profile-link-grid strong{color:var(--forest);font-family:fraunces,Georgia,serif;font-size:20px}.profile-index-links span,.profile-link-grid span{color:var(--secondary);font-size:15px;line-height:1.5}.profile-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px;color:var(--secondary);font-size:14px}.profile-breadcrumb a{color:var(--accent-dark);text-decoration:none;font-weight:600}.profile-care-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.profile-care-grid>div{min-height:150px;padding:22px;background:var(--entry);border:1px solid var(--border);border-radius:15px}.profile-care-grid span{display:block;color:var(--accent-dark);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.profile-care-grid strong{display:block;margin-top:9px;color:var(--primary);font-size:17px;line-height:1.5}.profile-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:46px 0}.profile-panel{padding:28px;background:var(--entry);border:1px solid var(--border);border-radius:17px}.profile-panel h2{margin:6px 0 16px;color:var(--forest);font-size:28px}.profile-panel ul{margin:0;padding-left:22px}.profile-panel li{margin:0 0 13px;color:var(--content);font-size:17px;line-height:1.6}.profile-note{margin:42px 0;padding:26px 28px;background:var(--code-bg);border-left:4px solid var(--accent);border-radius:0 14px 14px 0}.profile-note span{color:var(--accent-dark);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.profile-note p{margin:8px 0 0;color:var(--content);font-size:17px;line-height:1.65}.profile-editorial{margin:46px 0}.profile-source{margin-top:48px;padding-top:22px;border-top:1px solid var(--border);color:var(--secondary);font-size:15px;line-height:1.6}.profile-source a{color:var(--accent-dark);font-weight:700}@media(max-width:900px){.profile-card-grid,.profile-care-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){body:has(.profile-index) .main,body:has(.plant-profile-page) .main{max-width:calc(100% - 30px)}.profile-index-hero,.plant-profile-hero{padding:32px 24px}.profile-index-hero p,.profile-summary{font-size:17px}.profile-card-grid,.profile-care-grid,.profile-two-col,.profile-index-links,.profile-link-grid{grid-template-columns:1fr}.profile-card{min-height:0}.profile-care-grid>div{min-height:0}.profile-panel{padding:24px}}.problem-page{max-width:980px;margin:0 auto 64px}.problem-breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:8px 0 22px;color:var(--secondary);font-size:14px}.problem-breadcrumb a{color:var(--accent-dark);text-decoration:none}.problem-hero{padding:44px 38px;background:var(--entry);border:1px solid var(--border);border-radius:22px;box-shadow:0 1px 3px rgba(30,38,28,4%)}.problem-eyebrow,.problem-panel-kicker,.problem-section-heading>span,.problem-primary-guide>div>span,.problem-answer>span{display:block;color:var(--accent-dark);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.problem-hero h1{font-size:44px;line-height:1.08;color:var(--forest);margin:0 0 14px}.problem-hero p{font-size:18px;line-height:1.65;color:var(--secondary);max-width:760px;margin:0}.problem-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.problem-primary,.problem-secondary{display:inline-block;padding:14px 20px;border-radius:10px;font-weight:700;text-decoration:none}.problem-primary{background:var(--forest);color:var(--theme)}.problem-primary:hover{background:var(--accent);color:var(--theme)}.problem-secondary{border:1px solid var(--border);color:var(--forest);background:var(--theme)}.problem-answer{margin:24px 0;padding:28px 30px;background:#f6f0df;border:1px solid var(--tertiary);border-radius:16px}.problem-answer h2{font-size:28px;color:var(--forest);margin:0 0 8px}.problem-answer p{font-size:18px;line-height:1.65;margin:0;color:var(--content)}.problem-two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:26px 0}.problem-panel{background:var(--entry);border:1px solid var(--border);border-radius:16px;padding:26px}.problem-panel h2{font-size:26px;color:var(--forest);margin:0 0 16px}.problem-checklist{margin:0;padding-left:26px}.problem-checklist li{padding:8px 0 8px 6px;color:var(--content);line-height:1.55}.problem-cause-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}.problem-cause-list li{padding-bottom:14px;border-bottom:1px solid var(--border)}.problem-cause-list li:last-child{border-bottom:0;padding-bottom:0}.problem-cause-list strong,.problem-cause-list span{display:block}.problem-cause-list strong{color:var(--forest);font-size:17px;margin-bottom:4px}.problem-cause-list span{color:var(--secondary);line-height:1.55}.problem-steps,.problem-related{margin:38px 0}.problem-section-heading{margin-bottom:16px}.problem-section-heading h2{font-size:30px;color:var(--forest);margin:0}.problem-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.problem-step-card{position:relative;background:var(--entry);border:1px solid var(--border);border-radius:16px;padding:24px 22px}.problem-step-number{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:var(--forest);color:var(--theme);font-weight:700;margin-bottom:14px}.problem-step-card strong{display:block;font-family:fraunces,Georgia,serif;font-size:20px;color:var(--forest);margin-bottom:8px}.problem-step-card p{margin:0;color:var(--secondary);line-height:1.55;font-size:15px}.problem-primary-guide{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:38px 0;padding:30px;background:var(--forest);border-radius:18px;color:var(--theme)}.problem-primary-guide h2{margin:0 0 6px;font-size:28px;color:var(--theme)}.problem-primary-guide p{margin:0;max-width:620px;line-height:1.55;color:rgba(250,247,240,.86)}.problem-primary-guide a{flex:none;background:var(--theme);color:var(--forest);font-weight:700;text-decoration:none;padding:13px 18px;border-radius:10px}.problem-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.problem-related-grid a{display:flex;flex-direction:column;gap:7px;padding:20px;background:var(--entry);border:1px solid var(--border);border-radius:14px;text-decoration:none}.problem-related-grid strong{font-family:fraunces,Georgia,serif;color:var(--forest);font-size:18px}.problem-related-grid span{color:var(--secondary);font-size:14px;line-height:1.5}.problem-editorial{margin:34px 0}.problem-footer-cta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:38px;padding:24px;border:1px solid var(--border);background:var(--entry);border-radius:16px}.problem-footer-cta strong{font-family:fraunces,Georgia,serif;color:var(--forest);font-size:20px}.problem-footer-cta span{color:var(--secondary);flex:1 1 360px}.problem-footer-cta a{font-weight:700;color:var(--accent-dark)}@media(max-width:800px){.problem-hero{padding:34px 25px}.problem-hero h1{font-size:36px}.problem-two-col{grid-template-columns:1fr}.problem-step-grid,.problem-related-grid{grid-template-columns:1fr 1fr}.problem-primary-guide{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.problem-page{margin-bottom:40px}.problem-hero h1{font-size:31px}.problem-hero p,.problem-answer p{font-size:16px}.problem-step-grid,.problem-related-grid{grid-template-columns:1fr}.problem-primary,.problem-secondary{width:100%;text-align:center}.problem-answer,.problem-panel{padding:22px}.problem-primary-guide{padding:24px}}.home-visual-hero{width:min(1180px,calc(100vw - 32px));margin:18px 50% 58px;transform:translateX(-50%);display:grid;grid-template-columns:minmax(0,.95fr)minmax(0,1.15fr);overflow:hidden;min-height:540px;border:1px solid var(--editorial-line);border-radius:26px;background:var(--editorial-paper);box-shadow:0 20px 48px rgba(30,50,34,9%)}.home-visual-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,6vw,72px)}.home-visual-eyebrow{color:var(--editorial-green-2);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.home-visual-copy h1{margin:10px 0 18px;color:var(--editorial-green);font-size:clamp(46px,6.1vw,76px);line-height:1.02;letter-spacing:-.04em}.home-visual-copy p{max-width:570px;margin:0;color:var(--secondary);font-size:19px;line-height:1.65}.home-visual-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.home-visual-primary,.home-visual-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 17px;border-radius:10px;font-weight:800;text-decoration:none}.home-visual-primary{background:var(--editorial-green);color:#fff!important}.home-visual-secondary{border:1px solid var(--editorial-line);color:var(--editorial-green)!important;background:#fff}.home-visual-media img{width:100%;height:100%;min-height:540px;object-fit:cover}.home-paths{width:min(1100px,100%);margin:50px auto}.home-path-grid{gap:18px}.home-path-grid-visual{grid-template-columns:repeat(3,minmax(0,1fr))}.home-path-card{min-height:0!important;box-shadow:0 8px 22px rgba(30,50,34,.045)}.home-path-card>img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.home-path-card>strong{display:block;margin-top:17px;color:var(--editorial-green);font-size:20px;line-height:1.25}.home-path-card>span{display:block;padding-bottom:20px;color:var(--secondary);line-height:1.5}.home-latest-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-latest-grid .post-entry{margin:0}.home-latest-grid .entry-cover img{aspect-ratio:16/9;object-fit:cover}.profile-propagation-visual{display:grid;grid-template-columns:1fr 1fr;gap:0;overflow:hidden;margin:42px 0;border:1px solid var(--editorial-line);border-radius:18px;background:var(--editorial-paper)}.profile-propagation-visual>div{display:flex;flex-direction:column;justify-content:center;padding:34px}.profile-propagation-visual h2{margin:7px 0 12px;color:var(--editorial-green)}.profile-propagation-visual p{color:var(--secondary);line-height:1.6}.profile-propagation-visual a{margin-top:8px;color:var(--editorial-green-2);font-weight:800}.profile-propagation-visual img{width:100%;height:100%;min-height:320px;object-fit:cover}.profile-link-grid a{overflow:hidden;padding:0!important}.profile-link-grid a img{width:100%;aspect-ratio:16/9;object-fit:cover}.profile-link-grid a strong,.profile-link-grid a span{margin-left:20px;margin-right:20px}.profile-link-grid a strong{margin-top:18px}.profile-link-grid a span{margin-bottom:20px}.problem-step-card{overflow:hidden}.problem-step-card>img{width:calc(100% + 44px);height:140px;margin:-22px -22px 18px;object-fit:cover}.problem-related-grid a{overflow:hidden;padding:0!important}.problem-related-grid a img{width:100%;aspect-ratio:16/9;object-fit:cover}.problem-related-grid a strong,.problem-related-grid a span{margin-left:20px;margin-right:20px}.problem-related-grid a strong{margin-top:16px}.problem-related-grid a span{margin-bottom:20px}.profile-index-page{width:min(1180px,calc(100vw - 32px));margin:18px 50% 70px;transform:translateX(-50%)}.profile-index-hero-visual{display:grid;grid-template-columns:minmax(0,.95fr)minmax(0,1.05fr);overflow:hidden;min-height:440px;border:1px solid var(--editorial-line);border-radius:24px;background:var(--editorial-paper);box-shadow:0 18px 44px rgba(30,50,34,8%)}.profile-index-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,62px)}.profile-index-hero-copy h1{margin:8px 0 16px;color:var(--editorial-green);font-size:clamp(42px,5vw,64px);line-height:1.04}.profile-index-hero-copy p{color:var(--secondary);font-size:18px;line-height:1.65}.profile-index-hero-visual>img{width:100%;height:100%;min-height:440px;object-fit:cover}.profile-index-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.profile-primary,.profile-secondary{display:inline-flex;padding:12px 16px;border-radius:10px;font-weight:800;text-decoration:none}.profile-primary{background:var(--editorial-green);color:#fff!important}.profile-secondary{background:#fff;border:1px solid var(--editorial-line);color:var(--editorial-green)!important}.profile-index-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:25px;margin:26px 0 48px;padding:24px 28px;border:1px solid var(--editorial-line);border-radius:16px;background:var(--editorial-soft)}.profile-index-intro strong{color:var(--editorial-green);font-family:fraunces,Georgia,serif;font-size:22px}.profile-index-intro span{color:var(--secondary);line-height:1.6}.profile-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.profile-index-card{overflow:hidden;border:1px solid var(--editorial-line);border-radius:18px;background:var(--editorial-paper);color:var(--primary);text-decoration:none;box-shadow:0 8px 22px rgba(30,50,34,.045);transition:transform .2s ease,box-shadow .2s ease}.profile-index-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px rgba(30,50,34,9%)}.profile-index-card>img{width:100%;aspect-ratio:4/3;object-fit:cover}.profile-index-card-copy{display:flex;flex-direction:column;gap:7px;padding:20px}.profile-index-card-copy>span:first-child{color:var(--editorial-green-2);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.profile-index-card h2{margin:0;color:var(--editorial-green);font-size:24px;line-height:1.18}.profile-index-card em{color:var(--secondary);font-size:14px}.profile-index-card p{margin:6px 0 8px;color:var(--secondary);font-size:14px;line-height:1.55}.profile-index-card b{color:var(--editorial-green-2);font-size:13px}.profile-index-links{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}.profile-index-links a{overflow:hidden;border:1px solid var(--editorial-line);border-radius:16px;background:var(--editorial-paper);text-decoration:none}.profile-index-links img{width:100%;aspect-ratio:16/9;object-fit:cover}.profile-index-links div{padding:18px 20px}.profile-index-links strong{display:block;color:var(--editorial-green);font-size:19px}.profile-index-links span{display:block;margin-top:6px;color:var(--secondary);font-size:14px;line-height:1.45}.post-content>h2+p{font-size:18px}.post-content>h2+p::first-letter{font-size:1em}.post-content figure{margin:34px auto}.post-content figcaption{margin-top:9px;color:var(--secondary);font-size:13px;line-height:1.45;text-align:center}.post-content hr{margin:48px 0;border:0;border-top:1px solid var(--editorial-line)}@media(max-width:980px){.home-visual-hero,.profile-index-hero-visual{grid-template-columns:1fr}.home-visual-media{order:-1}.home-visual-media img,.profile-index-hero-visual>img{min-height:0;aspect-ratio:16/9}.home-path-grid-visual{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.home-visual-hero,.profile-index-page{width:min(100%,calc(100vw - 20px))}.home-visual-hero{min-height:0;border-radius:16px}.home-visual-copy,.profile-index-hero-copy{padding:28px 22px 32px}.home-visual-copy h1,.profile-index-hero-copy h1{font-size:42px}.home-visual-copy p{font-size:17px}.home-visual-actions,.profile-index-actions{flex-direction:column}.home-path-grid-visual,.home-latest-grid,.profile-index-grid,.profile-index-links{grid-template-columns:1fr}.profile-propagation-visual{grid-template-columns:1fr}.profile-propagation-visual img{min-height:0;aspect-ratio:16/9}.profile-index-intro{grid-template-columns:1fr}}.post-single>.entry-cover{margin:28px 0 34px}.post-single>.entry-cover img{display:block;width:100%;max-height:520px;aspect-ratio:16/9;object-fit:cover;object-position:center;border-radius:18px;box-shadow:0 12px 30px rgba(30,38,28,.1)}.post-content img{display:block;width:100%;height:auto;margin:30px auto 36px;border-radius:16px;box-shadow:0 10px 26px rgba(30,38,28,9%)}.home-path-card::before{content:none!important;display:none!important;background-image:none!important}@media(max-width:720px){.post-single>.entry-cover img{max-height:360px;border-radius:13px}}@media(min-width:981px){.buying-page-lifestyle .winner-card{display:block!important;grid-template-columns:none!important}.buying-page-lifestyle .winner-media{width:100%!important;min-height:0!important;height:auto!important;padding:22px!important;box-sizing:border-box!important;background:#eef2ee!important}.buying-page-lifestyle .winner-media>a{display:flex!important;width:100%!important;height:auto!important;align-items:center!important;justify-content:center!important}.buying-page-lifestyle .winner-media img{display:block!important;width:100%!important;height:auto!important;max-height:620px!important;object-fit:contain!important;object-position:center!important;border-radius:14px!important}.buying-page-lifestyle .winner-copy{padding-top:28px!important}.buying-page-lifestyle .product-card{display:block!important;grid-template-columns:none!important}.buying-page-lifestyle .product-card-media{width:100%!important;min-height:0!important;height:auto!important;padding:22px!important;box-sizing:border-box!important;background:#eef2ee!important}.buying-page-lifestyle .product-card-media>a{display:flex!important;width:100%!important;height:auto!important;align-items:center!important;justify-content:center!important}.buying-page-lifestyle .product-card-media img{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:620px!important;object-fit:contain!important;object-position:center!important;border-radius:14px!important}.buying-page-lifestyle .product-card-body{padding:30px 32px 34px!important}}.editorial-commerce-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:22px 0 34px;padding:20px 22px;border:2px solid #173b29;border-radius:18px;background:#f2f8f4;box-shadow:0 8px 24px rgba(0,0,0,6%)}.editorial-commerce-copy{min-width:0}.editorial-commerce-copy .editorial-label{display:block;margin-bottom:5px;color:#337348;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.editorial-commerce-copy>strong{display:block;font-size:1.22rem;line-height:1.25;color:#10231a}.editorial-commerce-copy p{margin:7px 0 0;color:#4a5650;line-height:1.45;max-width:760px}.editorial-commerce-button{display:inline-flex;align-items:center;justify-content:center;flex:none;background:#173b29;color:#fff!important;text-decoration:none!important;font-weight:900;padding:13px 17px;border-radius:11px;line-height:1.2;text-align:center}.editorial-commerce-button:hover{background:#0f2c1e}@media(max-width:600px){.editorial-commerce-cta{align-items:stretch;flex-direction:column;gap:14px;margin:16px 0 26px;padding:17px 16px;border-radius:15px}.editorial-commerce-copy>strong{font-size:1.15rem}.editorial-commerce-copy p{font-size:.96rem}.editorial-commerce-button{width:100%;box-sizing:border-box;min-height:48px;font-size:.98rem}.buying-page{padding-bottom:112px}.buying-hero{padding:24px 18px;border-radius:16px;margin-bottom:20px}.buying-hero h1{font-size:2rem;line-height:1.08;margin-bottom:14px}.buying-hero p{font-size:1rem;line-height:1.5}.buying-meta-row{margin-top:14px;gap:7px}.buying-snapshot,.buying-updated{padding:8px 10px;font-size:.82rem}.comparison-first .section-heading{margin-bottom:12px}.comparison-first .section-heading h2{font-size:1.65rem;line-height:1.15}.comparison-mobile-grid{gap:12px}.comparison-mobile-card{padding:13px}.buying-sticky-cta{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));padding:10px 11px;border-radius:13px;gap:8px}.buying-sticky-cta span{font-size:.8rem;max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.buying-sticky-cta a{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;font-size:.8rem}}.plant-profile-page *,.profile-index-page *,.editorial-article *,.problem-page *,.hub-page *,.buying-page *,.home-paths *{box-sizing:border-box;min-width:0}.editorial-article,.plant-profile-page,.problem-page,.hub-page,.buying-page,.profile-index-page,.home-visual-hero{width:100%!important;max-width:var(--editorial-wide,1180px)!important;margin-left:auto!important;margin-right:auto!important;transform:none!important}.editorial-content img,.editorial-content table,.profile-editorial img,.problem-editorial img{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;transform:none!important}body:has(.plant-profile-page) .main,body:has(.profile-index-page) .main,body:has(.editorial-article) .main,body:has(.problem-page) .main,body:has(.hub-page) .main,body:has(.buying-page) .main{width:100%;max-width:1228px!important;padding-left:24px;padding-right:24px;box-sizing:border-box}.plant-profile-page img,.profile-index-page img,.editorial-article img,.problem-page img,.hub-page img,.buying-page img{max-width:100%}.editorial-visual-grid,.editorial-action-grid,.editorial-related-grid,.profile-link-grid,.problem-related-grid,.problem-step-grid,.hub-card-grid,.hub-related-grid,.profile-index-grid,.profile-index-links,.home-path-grid,.home-path-grid-visual,.home-latest-grid{grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))!important}.profile-two-col,.problem-two-col{grid-template-columns:repeat(auto-fit,minmax(min(340px,100%),1fr))!important}.editorial-visual-card,.editorial-action-card,.editorial-related-grid a,.profile-link-grid a,.problem-related-grid a,.problem-step-card,.hub-guide-card,.hub-related-grid a,.profile-index-card,.profile-index-links a,.home-path-card,.editorial-visual-card strong,.editorial-action-card strong,.editorial-related-grid strong,.profile-link-grid strong,.problem-related-grid strong,.hub-guide-card strong,.profile-index-card h2,.profile-index-links strong,.home-path-card strong,.editorial-visual-card span,.editorial-action-card p,.editorial-related-grid span,.profile-link-grid span,.problem-related-grid span,.hub-guide-description,.profile-index-card p,.profile-index-links span,.home-path-card span{word-break:normal!important;overflow-wrap:normal!important;hyphens:auto}.post-content a,.profile-editorial a,.problem-editorial a{overflow-wrap:anywhere}@media(max-width:980px){body:has(.plant-profile-page) .main,body:has(.profile-index-page) .main,body:has(.editorial-article) .main,body:has(.problem-page) .main,body:has(.hub-page) .main,body:has(.buying-page) .main{padding-left:16px;padding-right:16px}.editorial-hero,.plant-profile-hero.profile-hero-visual,.problem-hero.problem-hero-visual,.hub-hero.hub-hero-visual,.buying-hero.buying-hero-visual,.profile-index-hero-visual,.profile-propagation-visual{grid-template-columns:1fr!important}.profile-care-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px){body:has(.plant-profile-page) .main,body:has(.profile-index-page) .main,body:has(.editorial-article) .main,body:has(.problem-page) .main,body:has(.hub-page) .main,body:has(.buying-page) .main{padding-left:10px;padding-right:10px}.editorial-article,.plant-profile-page,.problem-page,.hub-page,.buying-page,.profile-index-page,.home-visual-hero{width:100%!important;max-width:100%!important}.editorial-visual-grid,.editorial-action-grid,.editorial-related-grid,.profile-link-grid,.problem-related-grid,.problem-step-grid,.hub-card-grid,.hub-related-grid,.profile-index-grid,.profile-index-links,.home-path-grid,.home-path-grid-visual,.home-latest-grid,.profile-two-col,.problem-two-col,.profile-care-grid{grid-template-columns:minmax(0,1fr)!important}.profile-care-grid>div{border-left:0!important;border-top:1px solid var(--editorial-line,var(--border))}.profile-care-grid>div:first-child{border-top:0}.editorial-visual-card,.editorial-action-card,.editorial-related-grid a,.profile-link-grid a,.problem-related-grid a,.problem-step-card,.hub-guide-card,.hub-related-grid a,.profile-index-card,.profile-index-links a,.home-path-card{width:100%;max-width:100%}.profile-hero-copy,.problem-hero-copy,.hub-hero-copy,.editorial-hero-copy,.buying-hero-visual .buying-hero-copy,.profile-index-hero-copy{padding-left:20px!important;padding-right:20px!important}.profile-hero-visual h1,.problem-hero-visual h1,.hub-hero-visual h1,.editorial-hero h1,.buying-hero h1,.profile-index-hero-copy h1{font-size:clamp(34px,10vw,42px)!important;overflow-wrap:normal!important;word-break:normal!important}.profile-section-heading h2,.editorial-section-heading h2,.hub-section-heading h2{font-size:clamp(27px,8vw,34px)!important}}