:root{
  --tvp-forest:#123f35;
  --tvp-forest-2:#0b2f28;
  --tvp-moss:#557c6b;
  --tvp-sage:#dfe9e1;
  --tvp-cream:#f6f0e6;
  --tvp-paper:#fffdf9;
  --tvp-peach:#f2c8ad;
  --tvp-orange:#df7443;
  --tvp-ink:#18221f;
  --tvp-muted:#66736e;
  --tvp-line:#dde3df;
  --tvp-shadow:0 24px 70px rgba(18,63,53,.12);
  --tvp-radius:28px;
  --tvp-container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--tvp-paper);color:var(--tvp-ink);font-family:"Avenir Next","Segoe UI",Helvetica,Arial,sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.tvp-menu-open{overflow:hidden}
a{color:var(--tvp-forest);text-decoration:none}
a:hover{color:var(--tvp-orange)}
img{max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
.screen-reader-text,.tvp-skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.tvp-skip-link:focus{clip:auto!important;width:auto;height:auto;margin:12px;padding:10px 16px;z-index:100000;background:#fff;color:#000;border-radius:8px}
.tvp-container{width:min(var(--tvp-container),calc(100% - 48px));margin-inline:auto}
.tvp-main{min-height:55vh;overflow:hidden}
.tvp-announcement{background:var(--tvp-forest-2);color:#fff;font-size:13px;letter-spacing:.02em}
.tvp-announcement-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.tvp-announcement-secondary{color:rgba(255,255,255,.74)}
.tvp-site-header{position:sticky;top:0;z-index:999;background:rgba(255,253,249,.94);border-bottom:1px solid rgba(18,63,53,.08);backdrop-filter:blur(14px);transition:box-shadow .2s ease}
.admin-bar .tvp-site-header{top:32px}
.tvp-site-header.is-scrolled{box-shadow:0 12px 38px rgba(18,63,53,.1)}
.tvp-header-inner{min-height:84px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}
.tvp-brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content;color:var(--tvp-forest)}
.tvp-brand-logo{display:flex;align-items:center}.tvp-brand-logo .custom-logo-link{display:flex}.tvp-brand-logo img{width:auto;max-width:64px;max-height:58px;object-fit:contain}
.tvp-brand-mark{display:grid;place-items:center;width:47px;height:47px;border-radius:16px;background:var(--tvp-forest);color:#fff;font-weight:900;font-size:24px;box-shadow:0 9px 22px rgba(18,63,53,.18)}
.tvp-brand-copy{display:flex;flex-direction:column;line-height:1.15}.tvp-brand-copy strong{font-size:20px;letter-spacing:-.02em}.tvp-brand-copy small{margin-top:5px;color:var(--tvp-muted);font-size:11px;letter-spacing:.04em;text-transform:uppercase;font-weight:700}
.tvp-primary-nav{justify-self:center}.tvp-menu{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}.tvp-menu li{position:relative}.tvp-menu>li>a{display:flex;align-items:center;min-height:44px;padding:0 13px;border-radius:12px;color:var(--tvp-ink);font-size:15px;font-weight:700}.tvp-menu>li>a:hover,.tvp-menu>.current-menu-item>a,.tvp-menu>.current_page_item>a{background:var(--tvp-cream);color:var(--tvp-forest)}
.tvp-menu .sub-menu{position:absolute;top:calc(100% + 10px);left:0;display:none;min-width:230px;margin:0;padding:10px;list-style:none;background:#fff;border:1px solid var(--tvp-line);border-radius:16px;box-shadow:var(--tvp-shadow)}.tvp-menu li:hover>.sub-menu,.tvp-menu li:focus-within>.sub-menu{display:block}.tvp-menu .sub-menu a{display:block;padding:10px 12px;border-radius:10px;color:var(--tvp-ink);font-size:14px;font-weight:650}.tvp-menu .sub-menu a:hover{background:var(--tvp-cream)}
.tvp-header-actions{display:flex;align-items:center;gap:10px}.tvp-search-toggle,.tvp-menu-toggle{border:0;background:transparent;cursor:pointer}.tvp-search-toggle{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;color:var(--tvp-forest)}.tvp-search-toggle:hover{background:var(--tvp-cream)}.tvp-search-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}
.tvp-header-cta,.tvp-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:0 22px;border:1px solid var(--tvp-orange);border-radius:999px;background:var(--tvp-orange);color:#fff!important;font-weight:800;box-shadow:0 10px 24px rgba(223,116,67,.22);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.tvp-header-cta{min-height:44px;padding:0 18px;font-size:14px}.tvp-header-cta:hover,.tvp-button:hover{transform:translateY(-2px);background:#cb6235;border-color:#cb6235;box-shadow:0 14px 28px rgba(223,116,67,.28)}
.tvp-menu-toggle{display:none;width:44px;height:44px;padding:10px}.tvp-menu-toggle span:not(.screen-reader-text){display:block;height:2px;background:var(--tvp-forest);margin:5px 0;border-radius:99px}
.tvp-search-panel{border-top:1px solid var(--tvp-line);background:#fff;padding:18px 0}.tvp-search-panel .search-form{display:flex;gap:10px;max-width:760px;margin:auto}.tvp-search-panel .search-field{flex:1;border:1px solid var(--tvp-line);border-radius:14px;padding:13px 16px}.tvp-search-panel .search-submit{border:0;border-radius:14px;background:var(--tvp-forest);color:#fff;padding:0 22px;font-weight:800}
.tvp-kicker{display:block;margin-bottom:14px;color:var(--tvp-orange);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.tvp-hero{padding:70px 0 58px;background:radial-gradient(circle at 20% 10%,rgba(242,200,173,.38),transparent 34%),linear-gradient(180deg,#fffdf9 0%,#f9f4ec 100%)}
.tvp-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.9fr);gap:66px;align-items:center}
.tvp-hero-copy h1{max-width:720px;margin:0;color:var(--tvp-forest);font-size:clamp(54px,6.2vw,86px);line-height:.98;letter-spacing:-.064em;font-weight:800}
.tvp-hero-lead{max-width:690px;margin:28px 0 0;color:#495650;font-size:20px;line-height:1.65}
.tvp-hero-actions{display:flex;align-items:center;gap:24px;margin-top:32px}.tvp-link-arrow{display:inline-flex;align-items:center;gap:8px;color:var(--tvp-forest);font-weight:800}.tvp-link-arrow span{transition:transform .2s ease}.tvp-link-arrow:hover span{transform:translateX(4px)}
.tvp-hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:44px}.tvp-hero-proof div{padding:17px 16px;border:1px solid rgba(18,63,53,.1);border-radius:18px;background:rgba(255,255,255,.55)}.tvp-hero-proof strong,.tvp-hero-proof span{display:block}.tvp-hero-proof strong{color:var(--tvp-forest);font-size:18px}.tvp-hero-proof span{margin-top:3px;color:var(--tvp-muted);font-size:12px;font-weight:650}
.tvp-hero-visual{position:relative;min-height:610px}.tvp-hero-visual:before{content:"";position:absolute;inset:18px -18px -18px 18px;border-radius:40px;background:var(--tvp-sage)}.tvp-hero-visual img{position:relative;width:100%;height:610px;object-fit:cover;border-radius:38px;box-shadow:var(--tvp-shadow)}
.tvp-floating-card{position:absolute;z-index:2;min-width:190px;padding:17px 20px;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 18px 46px rgba(18,63,53,.18);backdrop-filter:blur(12px)}.tvp-floating-card span,.tvp-floating-card strong{display:block}.tvp-floating-card span{color:var(--tvp-orange);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.tvp-floating-card strong{margin-top:3px;color:var(--tvp-forest);font-size:17px}.tvp-floating-card-one{left:-34px;bottom:64px}.tvp-floating-card-two{right:-28px;top:52px}
.tvp-quick-paths{border-block:1px solid var(--tvp-line);background:#fff}.tvp-quick-paths .tvp-container{display:flex;align-items:center;gap:10px;overflow:auto;padding-block:17px;scrollbar-width:none}.tvp-quick-paths .tvp-container::-webkit-scrollbar{display:none}.tvp-quick-label{flex:none;color:var(--tvp-muted);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-right:8px}.tvp-quick-paths a{flex:none;padding:9px 14px;border-radius:999px;background:var(--tvp-cream);color:var(--tvp-forest);font-size:13px;font-weight:800}.tvp-quick-paths a:hover{background:var(--tvp-sage)}
.tvp-section{padding:94px 0}.tvp-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:40px}.tvp-section-heading>div{max-width:760px}.tvp-section-heading h2,.tvp-editorial-copy h2,.tvp-reviews-intro h2,.tvp-final-cta h2,.tvp-footer-cta h2{margin:0;color:var(--tvp-forest);font-size:clamp(36px,4.1vw,58px);line-height:1.08;letter-spacing:-.045em}.tvp-section-heading p{max-width:680px;margin:16px 0 0;color:var(--tvp-muted);font-size:18px}
.tvp-section-picks{background:var(--tvp-cream)}
.tvp-editorial-feature{padding-block:110px}.tvp-editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:center}.tvp-editorial-image{position:relative}.tvp-editorial-image:after{content:"";position:absolute;right:-22px;bottom:-22px;width:58%;height:42%;border-radius:28px;background:var(--tvp-peach);z-index:-1}.tvp-editorial-image img{width:100%;height:590px;object-fit:cover;border-radius:34px;box-shadow:var(--tvp-shadow)}.tvp-editorial-copy p{color:var(--tvp-muted);font-size:18px}.tvp-checks{display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:none;margin:30px 0;padding:0}.tvp-checks li{position:relative;padding:14px 14px 14px 42px;border-radius:14px;background:var(--tvp-cream);color:var(--tvp-forest);font-weight:750}.tvp-checks li:before{content:"✓";position:absolute;left:16px;color:var(--tvp-orange);font-weight:900}
.tvp-button-dark{background:var(--tvp-forest);border-color:var(--tvp-forest);box-shadow:0 10px 24px rgba(18,63,53,.18)}.tvp-button-dark:hover{background:var(--tvp-forest-2);border-color:var(--tvp-forest-2)}
.tvp-section-guides{background:#fff}.tvp-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.tvp-article-card{overflow:hidden;border:1px solid var(--tvp-line);border-radius:24px;background:#fff;box-shadow:0 12px 38px rgba(18,63,53,.06);transition:transform .2s ease,box-shadow .2s ease}.tvp-article-card:hover{transform:translateY(-5px);box-shadow:0 22px 52px rgba(18,63,53,.12)}.tvp-article-image{display:block;overflow:hidden;background:var(--tvp-sage)}.tvp-article-image img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .35s ease}.tvp-article-card:hover .tvp-article-image img{transform:scale(1.035)}.tvp-article-placeholder{display:grid;place-items:center;aspect-ratio:16/10;color:var(--tvp-forest);font-weight:900;background:linear-gradient(135deg,var(--tvp-sage),var(--tvp-cream))}.tvp-article-body{padding:24px}.tvp-card-label{color:var(--tvp-orange);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.tvp-article-card h2,.tvp-article-card h3{margin:10px 0 10px;color:var(--tvp-forest);font-size:24px;line-height:1.22;letter-spacing:-.025em}.tvp-article-card h2 a,.tvp-article-card h3 a{color:inherit}.tvp-article-card p{margin:0 0 16px;color:var(--tvp-muted);font-size:15px}
.tvp-reviews-section{background:linear-gradient(135deg,var(--tvp-forest-2),var(--tvp-forest));color:#fff}.tvp-reviews-section>.tvp-container{display:grid;grid-template-columns:360px minmax(0,1fr);gap:58px;align-items:start}.tvp-reviews-intro{position:sticky;top:150px}.tvp-reviews-intro h2{color:#fff}.tvp-reviews-intro p{color:rgba(255,255,255,.75)}
.tvp-final-cta{background:var(--tvp-peach)}.tvp-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.tvp-final-cta h2{max-width:760px}.tvp-final-actions{display:flex;align-items:center;gap:22px;flex:none}.tvp-button-light{background:#fff;border-color:#fff;color:var(--tvp-forest)!important;box-shadow:none}.tvp-button-light:hover{background:var(--tvp-cream);border-color:var(--tvp-cream)}.tvp-link-light{color:#fff}
.tvp-page-hero{padding:92px 0 68px;background:radial-gradient(circle at 80% 20%,rgba(242,200,173,.52),transparent 35%),var(--tvp-cream)}.tvp-page-hero-small{padding:64px 0 48px}.tvp-page-hero h1,.tvp-product-title-wrap h1{max-width:900px;margin:0;color:var(--tvp-forest);font-size:clamp(48px,6vw,78px);line-height:1.02;letter-spacing:-.055em}.tvp-page-hero p{max-width:760px;margin:20px 0 0;color:var(--tvp-muted);font-size:19px}.tvp-product-title-wrap{padding:52px 0 10px;background:var(--tvp-paper)}
.tvp-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;color:var(--tvp-muted);font-size:12px}.tvp-breadcrumbs a{color:var(--tvp-muted)}
.tvp-standard-page .tvp-prose{padding-block:65px 100px}.tvp-prose{max-width:840px}.tvp-prose h2,.tvp-prose h3,.tvp-prose h4{color:var(--tvp-forest);line-height:1.2;letter-spacing:-.025em}.tvp-prose h2{margin:52px 0 18px;font-size:36px}.tvp-prose h3{margin:36px 0 14px;font-size:27px}.tvp-prose p,.tvp-prose li{color:#37433f}.tvp-prose a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.tvp-prose blockquote{margin:36px 0;padding:24px 28px;border-left:5px solid var(--tvp-orange);border-radius:0 18px 18px 0;background:var(--tvp-cream);color:var(--tvp-forest);font-size:21px}
.tvp-article-header{padding:76px 0 56px;background:var(--tvp-cream)}.tvp-article-header-inner{max-width:960px}.tvp-article-header h1{margin:0;color:var(--tvp-forest);font-size:clamp(46px,6vw,76px);line-height:1.03;letter-spacing:-.055em}.tvp-article-meta{color:var(--tvp-muted)}.tvp-featured-image{margin-top:48px}.tvp-featured-image img{width:100%;max-height:680px;object-fit:cover;border-radius:34px;box-shadow:var(--tvp-shadow)}.tvp-article-layout{display:grid;grid-template-columns:minmax(0,780px) 280px;gap:70px;padding-block:68px 110px}.tvp-article-aside{position:relative}.tvp-aside-card{position:sticky;top:150px;padding:26px;border-radius:22px;background:var(--tvp-cream)}.tvp-aside-card h2{color:var(--tvp-forest);font-size:28px;line-height:1.15}.tvp-aside-card p{color:var(--tvp-muted)}
.tvp-empty-state{grid-column:1/-1;padding:42px;border:1px dashed var(--tvp-moss);border-radius:22px;background:rgba(255,255,255,.65);text-align:center}.tvp-empty-state strong{display:block;color:var(--tvp-forest);font-size:24px}.tvp-404{display:grid;place-items:center;min-height:68vh;text-align:center;background:var(--tvp-cream)}.tvp-404 h1{margin:0;color:var(--tvp-forest);font-size:clamp(58px,8vw,100px);letter-spacing:-.06em}.tvp-404 p{font-size:20px}.tvp-404 div>div{display:flex;justify-content:center;align-items:center;gap:22px;margin-top:28px}
.tvp-site-footer{padding:0 0 28px;background:var(--tvp-forest-2);color:#fff}.tvp-footer-cta{transform:translateY(-1px);display:flex;align-items:center;justify-content:space-between;gap:40px;padding:62px 0;border-bottom:1px solid rgba(255,255,255,.12)}.tvp-footer-cta h2{color:#fff;max-width:800px}.tvp-footer-cta p{color:rgba(255,255,255,.7)}.tvp-footer-grid{display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:50px;padding:68px 0 54px}.tvp-footer-grid h3{margin:0 0 18px;color:#fff;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.tvp-footer-grid>div:not(.tvp-footer-brand) a{display:block;margin:10px 0;color:rgba(255,255,255,.72);font-size:14px}.tvp-footer-grid a:hover{color:#fff}.tvp-footer-brand p{max-width:370px;color:rgba(255,255,255,.68);font-size:14px}.tvp-brand-footer{color:#fff}.tvp-brand-footer .tvp-brand-copy small{color:rgba(255,255,255,.6)}.tvp-footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.58);font-size:12px}
/* Site Kit integration */
body .vps-topbar,body .vps-custom-footer{display:none!important}
body .vps-home{max-width:none!important}
body .vps-category-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important}
body .vps-category-card{min-height:220px!important;padding:24px!important;border:1px solid var(--tvp-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 10px 28px rgba(18,63,53,.05)!important;align-items:flex-start!important;transition:transform .2s ease,box-shadow .2s ease!important}
body .vps-category-card:hover{transform:translateY(-5px)!important;box-shadow:0 20px 42px rgba(18,63,53,.11)!important}
body .vps-category-icon{display:grid!important;place-items:center!important;width:54px!important;height:54px!important;min-width:54px!important;border-radius:17px!important;background:var(--tvp-cream)!important;font-size:24px!important}
body .vps-category-card h3{margin:0 0 8px!important;color:var(--tvp-forest)!important;font-size:20px!important;line-height:1.2!important}
body .vps-category-card p{margin:0 0 14px!important;color:var(--tvp-muted)!important;font-size:13px!important;line-height:1.5!important}
body .vps-category-card>div>span{color:var(--tvp-orange)!important;font-size:12px!important;font-weight:850!important}
body .vps-product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}
body .vps-product-card{overflow:hidden!important;min-width:0!important;border:1px solid var(--tvp-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:0 12px 36px rgba(18,63,53,.07)!important;transition:transform .2s ease,box-shadow .2s ease!important}
body .vps-product-card:hover{transform:translateY(-5px)!important;box-shadow:0 22px 52px rgba(18,63,53,.13)!important}
body .vps-card-image{display:block!important;background:linear-gradient(135deg,var(--tvp-sage),var(--tvp-cream))!important}
body .vps-card-image img{width:100%!important;aspect-ratio:4/3!important;object-fit:cover!important}
body .vps-card-placeholder{display:grid!important;place-items:center!important;aspect-ratio:4/3!important;font-size:42px!important;background:linear-gradient(135deg,var(--tvp-sage),var(--tvp-cream))!important;color:var(--tvp-forest)!important}
body .vps-card-body{padding:24px!important}
body .vps-card-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:12px!important;color:var(--tvp-muted)!important;font-size:10px!important;letter-spacing:.08em!important;text-transform:uppercase!important}
body .vps-card-meta strong{color:var(--tvp-orange)!important;font-size:12px!important}
body .vps-product-card h3{margin:0 0 10px!important;font-size:23px!important;line-height:1.18!important;letter-spacing:-.025em!important;overflow-wrap:anywhere!important}
body .vps-product-card h3 a{color:var(--tvp-forest)!important}
body .vps-product-card p{color:var(--tvp-muted)!important;font-size:14px!important;line-height:1.55!important}
body .vps-best-for{padding:12px 0!important;border-top:1px solid var(--tvp-line)!important}.vps-best-for span{color:var(--tvp-forest)!important;font-weight:850!important}
body .vps-card-link{color:var(--tvp-orange)!important;font-size:13px!important;font-weight:850!important}
body .vps-review-grid,body .vps-review-grid-compact{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important}
body .vps-review-card{overflow:hidden!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:22px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;box-shadow:none!important}
body .vps-review-content{padding:22px!important}.tvp-reviews-section .vps-review-card h3,.tvp-reviews-section .vps-review-card p,.tvp-reviews-section .vps-review-card strong{color:#fff!important}.tvp-reviews-section .vps-review-card p,.tvp-reviews-section .vps-review-card span{color:rgba(255,255,255,.72)!important}.tvp-reviews-section .vps-stars{color:#ffd37a!important}
body .vps-review-empty{padding:38px!important;border-color:rgba(255,255,255,.25)!important;background:rgba(255,255,255,.08)!important;color:#fff!important}
body .vps-product-page{max-width:1160px!important;padding-top:40px!important}.tvp-is-product .tvp-product-title-wrap+ .vps-product-page{padding-top:15px!important}
body .vps-product-hero{gap:58px!important}.vps-product-summary .vps-button{min-height:52px!important}
body .vps-disclosure{border-radius:14px!important;background:#fff7ed!important}
body .vps-review-form{border-radius:26px!important;box-shadow:var(--tvp-shadow)!important}
body .vps-activity-popup{font-family:inherit!important}
/* Prevent old builder containers from constraining replaced pages. */
body .entry-content>.vps-home,body .entry-content>.vps-product-page{max-width:none!important;margin-inline:calc(50% - 50vw)!important}
body.tvp-is-home .entry-header,body.tvp-is-home .page-header{display:none!important}
@media(max-width:1100px){
  .tvp-header-inner{grid-template-columns:auto auto 1fr auto;gap:18px}.tvp-menu-toggle{display:block;order:2}.tvp-primary-nav{position:fixed;inset:121px 0 0;background:#fff;padding:24px;transform:translateX(-100%);transition:transform .25s ease;overflow:auto}.admin-bar .tvp-primary-nav{inset-block-start:153px}.tvp-primary-nav.is-open{transform:translateX(0)}.tvp-menu{display:block}.tvp-menu>li>a{font-size:18px;padding:10px 12px}.tvp-menu .sub-menu{position:static;display:block;box-shadow:none;border:0;padding:0 0 8px 18px}.tvp-header-actions{justify-self:end}.tvp-brand-copy small{display:none}
  .tvp-hero-grid{grid-template-columns:1fr 440px;gap:38px}.tvp-hero-visual,.tvp-hero-visual img{min-height:520px;height:520px}.tvp-floating-card-two{right:-8px}
  body .vps-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.tvp-reviews-section>.tvp-container{grid-template-columns:300px 1fr;gap:34px}.tvp-footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:30px}
}
@media(max-width:800px){
  .admin-bar .tvp-site-header{top:46px}.admin-bar .tvp-primary-nav{inset-block-start:167px}.tvp-announcement-secondary{display:none}.tvp-header-inner{min-height:74px}.tvp-header-cta{display:none}.tvp-brand-logo img{max-width:50px;max-height:48px}.tvp-brand-copy strong{font-size:17px}
  .tvp-hero{padding-top:48px}.tvp-hero-grid{grid-template-columns:1fr}.tvp-hero-copy h1{font-size:clamp(49px,14vw,72px)}.tvp-hero-visual{min-height:460px}.tvp-hero-visual img{height:460px}.tvp-floating-card-one{left:10px;bottom:20px}.tvp-floating-card-two{right:10px;top:20px}.tvp-hero-proof{grid-template-columns:1fr}.tvp-hero-actions{align-items:flex-start;flex-direction:column}
  .tvp-section{padding:70px 0}.tvp-section-heading{align-items:flex-start;flex-direction:column}.tvp-editorial-grid{grid-template-columns:1fr;gap:44px}.tvp-editorial-image img{height:460px}.tvp-checks{grid-template-columns:1fr}.tvp-article-grid{grid-template-columns:1fr}.tvp-reviews-section>.tvp-container{grid-template-columns:1fr}.tvp-reviews-intro{position:static}.tvp-final-cta-inner,.tvp-footer-cta,.tvp-footer-bottom{align-items:flex-start;flex-direction:column}.tvp-final-actions{align-items:flex-start;flex-direction:column}.tvp-footer-grid{grid-template-columns:1fr 1fr}.tvp-article-layout{grid-template-columns:1fr}.tvp-article-aside{display:none}
  body .vps-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body .vps-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body .vps-review-grid,body .vps-review-grid-compact{grid-template-columns:1fr!important}body .vps-product-hero{grid-template-columns:1fr!important}
}
@media(max-width:560px){
  .tvp-container{width:min(100% - 30px,var(--tvp-container))}.tvp-announcement-inner{justify-content:center}.tvp-announcement-inner>span:first-child{font-size:12px}.tvp-hero-copy h1{font-size:47px}.tvp-hero-lead{font-size:17px}.tvp-hero-visual,.tvp-hero-visual img{height:390px;min-height:390px;border-radius:26px}.tvp-floating-card{min-width:155px;padding:13px 15px}.tvp-section-heading h2,.tvp-editorial-copy h2,.tvp-reviews-intro h2,.tvp-final-cta h2,.tvp-footer-cta h2{font-size:38px}.tvp-page-hero h1,.tvp-product-title-wrap h1{font-size:48px}.tvp-footer-grid{grid-template-columns:1fr}
  body .vps-category-grid,body .vps-product-grid{grid-template-columns:1fr!important}body .vps-category-card{min-height:0!important}.tvp-quick-label{display:none}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}


/* --------------------------------------------------------------------------
   v1.1 compact conversion-focused header and hero refinements
   These rules intentionally use strong specificity because migrated sites may
   retain custom-logo dimensions from a previous theme or builder.
---------------------------------------------------------------------------- */
@media (min-width:1101px){
  body .tvp-site-header .tvp-header-inner{
    display:flex!important;
    grid-template-columns:none!important;
    align-items:center!important;
    min-height:78px!important;
    height:78px!important;
    gap:22px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  body .tvp-site-header .tvp-brand{
    display:flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
    gap:11px!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
  body .tvp-site-header .tvp-brand-logo{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 56px!important;
    width:56px!important;
    height:56px!important;
    max-width:56px!important;
    max-height:56px!important;
    overflow:hidden!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid rgba(18,63,53,.09)!important;
  }
  body .tvp-site-header .tvp-brand-logo .custom-logo-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:56px!important;
    height:56px!important;
    max-width:56px!important;
    max-height:56px!important;
    margin:0!important;
    padding:0!important;
  }
  body .tvp-site-header .tvp-brand-logo img,
  body .tvp-site-header img.custom-logo{
    display:block!important;
    width:52px!important;
    height:52px!important;
    min-width:0!important;
    max-width:52px!important;
    min-height:0!important;
    max-height:52px!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  body .tvp-site-header .tvp-brand-copy{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    width:auto!important;
    max-width:210px!important;
    margin:0!important;
    padding:0!important;
    line-height:1.08!important;
  }
  body .tvp-site-header .tvp-brand-copy strong{
    font-size:19px!important;
    white-space:nowrap!important;
  }
  body .tvp-site-header .tvp-brand-copy small{
    display:block!important;
    margin-top:5px!important;
    font-size:9px!important;
    letter-spacing:.055em!important;
    white-space:nowrap!important;
  }
  body .tvp-site-header .tvp-primary-nav{
    position:static!important;
    inset:auto!important;
    display:block!important;
    flex:1 1 auto!important;
    justify-self:auto!important;
    margin-left:auto!important;
    padding:0!important;
    overflow:visible!important;
    background:transparent!important;
    transform:none!important;
  }
  body .tvp-site-header .tvp-menu{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    gap:0!important;
  }
  body .tvp-site-header .tvp-menu>li>a{
    min-height:40px!important;
    padding:0 10px!important;
    font-size:14px!important;
    white-space:nowrap!important;
  }
  body .tvp-site-header .tvp-header-actions{
    display:flex!important;
    flex:0 0 auto!important;
    align-items:center!important;
    gap:8px!important;
    margin:0!important;
  }
  body .tvp-site-header .tvp-search-toggle{
    width:40px!important;
    height:40px!important;
    border-radius:12px!important;
  }
  body .tvp-site-header .tvp-header-cta{
    min-height:42px!important;
    padding:0 17px!important;
    font-size:13px!important;
  }
}

body .tvp-hero{
  padding-top:54px!important;
  padding-bottom:54px!important;
}
body .tvp-hero-grid{
  grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr)!important;
  gap:52px!important;
}
body .tvp-hero-copy h1{
  max-width:660px!important;
  font-size:clamp(50px,5vw,72px)!important;
  line-height:1.015!important;
  letter-spacing:-.052em!important;
}
body .tvp-hero-lead{
  max-width:650px!important;
  margin-top:22px!important;
  font-size:18px!important;
  line-height:1.62!important;
}
body .tvp-hero-actions{margin-top:27px!important}
body .tvp-hero-proof{margin-top:34px!important}
body .tvp-hero-visual{min-height:540px!important}
body .tvp-hero-visual img{height:540px!important;object-position:center 46%!important}

@media (max-width:1250px) and (min-width:1101px){
  body .tvp-site-header .tvp-brand-copy small{display:none!important}
  body .tvp-site-header .tvp-menu>li>a{padding-inline:8px!important;font-size:13px!important}
  body .tvp-site-header .tvp-header-cta{padding-inline:14px!important}
  body .tvp-hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)!important;gap:38px!important}
  body .tvp-hero-copy h1{font-size:clamp(48px,5vw,66px)!important}
}

@media (max-width:1100px){
  body .tvp-site-header .tvp-brand-logo,
  body .tvp-site-header .tvp-brand-logo .custom-logo-link{
    width:50px!important;height:50px!important;max-width:50px!important;max-height:50px!important;
  }
  body .tvp-site-header .tvp-brand-logo img,
  body .tvp-site-header img.custom-logo{
    width:46px!important;height:46px!important;max-width:46px!important;max-height:46px!important;
  }
  body .tvp-hero-grid{grid-template-columns:1fr 420px!important;gap:34px!important}
  body .tvp-hero-copy h1{font-size:clamp(46px,6vw,62px)!important}
  body .tvp-hero-visual,body .tvp-hero-visual img{min-height:500px!important;height:500px!important}
}

@media (max-width:800px){
  body .tvp-hero{padding-top:38px!important}
  body .tvp-hero-grid{grid-template-columns:1fr!important}
  body .tvp-hero-copy h1{font-size:clamp(44px,13vw,62px)!important}
  body .tvp-hero-lead{font-size:17px!important}
  body .tvp-hero-visual,body .tvp-hero-visual img{min-height:430px!important;height:430px!important}
}

/* --------------------------------------------------------------------------
   v1.2 Phase 2 visual catalogue, category banners, and responsive refinement
---------------------------------------------------------------------------- */
body .vps-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}
body .vps-category-card{display:block!important;min-height:0!important;padding:0!important;overflow:hidden!important}
body .vps-category-media{display:block!important;position:relative!important;aspect-ratio:16/9!important;overflow:hidden!important;background:var(--tvp-sage)!important}
body .vps-category-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
body .vps-category-copy{padding:22px 23px 25px!important}
body .vps-category-card h3{font-size:22px!important}
body .vps-category-card p{font-size:14px!important}
body .vps-card-image{position:relative!important}
body .vps-card-visual-label,body .vps-category-visual-label,body .vps-editorial-label{font-family:inherit!important}
body .vps-product-media{position:relative!important}
body .vps-product-image{width:100%!important;border-radius:28px!important;box-shadow:var(--tvp-shadow)!important}
body .vps-editorial-note{max-width:620px!important}
body .vps-review-empty .vps-button-light{color:var(--tvp-forest)!important;background:#fff!important}
.tvp-taxonomy-hero{padding:62px 0 54px!important}
.tvp-taxonomy-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);align-items:center;gap:58px}
.tvp-taxonomy-copy p{max-width:680px}
.tvp-taxonomy-image{position:relative;overflow:hidden;border-radius:34px;background:var(--tvp-sage);box-shadow:var(--tvp-shadow)}
.tvp-taxonomy-image img{display:block;width:100%;height:370px;object-fit:cover}
.tvp-taxonomy-image span{position:absolute;left:18px;bottom:18px;padding:8px 12px;border-radius:999px;background:rgba(255,253,248,.94);color:var(--tvp-forest);font-size:10px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
@media(max-width:1100px){body .vps-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tvp-taxonomy-hero-grid{grid-template-columns:1fr 380px;gap:36px}}
@media(max-width:800px){.tvp-taxonomy-hero-grid{grid-template-columns:1fr}.tvp-taxonomy-image img{height:330px}}
@media(max-width:560px){body .vps-category-grid{grid-template-columns:1fr!important}.tvp-taxonomy-hero{padding:42px 0!important}.tvp-taxonomy-image{border-radius:24px}.tvp-taxonomy-image img{height:270px}}
