:root{--paper:#fff;--ink:#222820;--lime:#d4ed39;--surface:#f4f5f0;--muted:#62695f;--line:#e2e5dc;--radius:12px;--font:"Manrope",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:15px;line-height:1.65}body:has(dialog[open]){overflow:hidden}button,input,select,textarea{font:inherit}button,a,input,select,summary,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--ink);outline-offset:4px}img,video{display:block;max-width:100%}svg{flex-shrink:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:700;line-height:1.1;letter-spacing:-.045em}h1{font-size:clamp(38px,4.7vw,68px)}h2{font-size:clamp(30px,3.5vw,48px)}h3{font-size:20px}p{margin:16px 0}.wrap{width:min(1240px,calc(100% - 96px));margin:auto}.section-pad{padding:94px 0}.surface{background:var(--surface)}.eyebrow{font-size:11px;font-weight:700;line-height:1.5;letter-spacing:.14em;text-transform:uppercase;margin:0 0 20px}.lead{font-size:16px;line-height:1.75;color:var(--muted)}.small{font-size:12px}.muted{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;min-height:54px;padding:17px 24px;border:1px solid transparent;border-radius:7px;background:var(--lime);color:var(--ink);font-weight:800;font-size:13px;line-height:1.3;text-align:left;transition:background .18s,transform .18s}.button:hover{filter:brightness(.96)}.button span{font-size:21px;line-height:1}.button-dark{background:var(--ink);color:var(--paper)}.button-outline{border-color:var(--line);background:var(--paper)}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;font-weight:700;border-bottom:1px solid var(--ink);padding:8px 0;font-size:13px}.icon-button{border:0;background:transparent;font-size:30px;line-height:1;width:46px;height:46px;display:grid;place-items:center}.little-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lime);margin-right:9px;box-shadow:0 0 0 4px var(--surface)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;top:-100px;left:20px;z-index:500;background:var(--ink);color:var(--paper);padding:14px}.skip-link:focus{top:10px}[hidden]{display:none!important}.announcement{background:var(--ink);color:#fff;text-align:center;padding:9px 16px;font-size:10px;letter-spacing:.06em}.site-header{background:var(--paper);border-bottom:1px solid var(--line);position:relative;z-index:20}.header-inner{height:87px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;font-size:20px;font-weight:800;line-height:1;letter-spacing:.15em;text-transform:uppercase}.brand-mark{width:29px;height:29px}.brand img{width:180px;height:auto}.site-header nav{display:flex;gap:32px;font-size:12px;font-weight:600}.site-header nav a{padding:12px 0}.bag-button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:44px;min-width:44px;font-size:12px}.bag-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5}.bag-button [data-cart-count]{font-size:11px;border-radius:50%;background:var(--surface);width:23px;height:23px;display:grid;place-items:center}.home-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center;padding-top:60px;padding-bottom:66px}.hero-copy .lead{max-width:390px;margin:24px 0 30px}.hero-copy .text-link{margin-left:24px}.hero-image{border-radius:12px;overflow:hidden;background:var(--surface)}.square-media{width:100%;aspect-ratio:1;object-fit:cover}.image-caption{padding:14px 22px;display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.image-caption span:last-child{white-space:nowrap;margin-left:12px}.benefit-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);padding-top:30px;padding-bottom:30px;gap:35px}.benefit-item{display:flex;align-items:flex-start;gap:18px}.benefit-number{display:grid;place-items:center;border-radius:50%;background:var(--surface);width:39px;height:39px;flex-shrink:0;font-size:11px;font-weight:700}.benefit-item h2{font-size:16px;letter-spacing:-.025em;margin:2px 0 6px}.benefit-item p{font-size:12px;color:var(--muted);margin:0}.main-product{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:76px;padding-top:43px;padding-bottom:58px;align-items:start}.product-gallery{min-width:0;position:sticky;top:28px}.gallery-stage{position:relative;border-radius:10px;overflow:hidden;background:var(--surface)}.gallery-slide{width:100%;aspect-ratio:1}.gallery-slide img,.gallery-slide video{width:100%;height:100%;aspect-ratio:1;object-fit:contain}.image-zoom{padding:0;border:0;width:100%;height:100%;background:transparent;cursor:zoom-in}.gallery-count{position:absolute;bottom:16px;right:16px;background:#fffe;color:#222820;border-radius:100px;padding:6px 12px;font-size:10px;pointer-events:none}.gallery-thumbs{display:flex;gap:9px;overflow-x:auto;padding:13px 1px 6px;scrollbar-width:thin}.gallery-thumbs button{flex:0 0 65px;padding:3px;border:1px solid var(--line);background:var(--paper);border-radius:5px;opacity:.65}.gallery-thumbs button[aria-pressed=true]{border-color:var(--ink);opacity:1}.gallery-thumbs img{border-radius:3px;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.product-copy{padding-top:10px}.product-copy h1{font-size:clamp(33px,3.5vw,47px)}.product-copy .lead{font-size:14px;margin:19px 0}.product-points{margin:22px 0;display:grid;gap:11px;font-size:12px}.product-points>div{display:flex;gap:10px;align-items:center}.point-check{background:var(--surface);border-radius:50%;width:19px;height:19px;display:grid;place-items:center;font-size:11px;font-weight:800}.price-row{font-size:29px;display:flex;align-items:center;gap:16px;font-weight:700;letter-spacing:-.04em;margin:28px 0 20px}.price-row s{font-size:17px;color:var(--muted);font-weight:400}.field-label{display:block;font-size:11px;font-weight:700;margin:14px 0 8px}.product-form select{width:100%;padding:12px;border:1px solid var(--line);border-radius:6px;background:var(--paper)}.purchase-controls{display:flex;gap:12px}.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:7px;flex-shrink:0;height:54px}.quantity button{height:52px;width:35px;border:0;background:transparent;font-size:18px}.quantity input{width:34px;text-align:center;border:0;padding:0;background:transparent;font-size:16px;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.add-button{flex:1;padding-left:22px;padding-right:22px}.purchase-note{font-size:11px;text-align:center;color:var(--muted);margin:14px 0 24px}.form-message{color:#ab321f;font-size:12px;margin:10px 0}.form-message:empty{display:none}.buy-details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;margin-top:18px}.buy-details summary{font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;padding:16px 0}.buy-details p{color:var(--muted);padding:0 6px 16px;margin:0}.product-copy>.text-link{margin-top:10px}.sticky-buy{position:fixed;bottom:0;left:0;right:0;z-index:35;display:flex;justify-content:space-between;align-items:center;padding:12px max(24px,calc((100vw - 1240px)/2));gap:20px;background:var(--paper);border-top:1px solid var(--line);box-shadow:0 -4px 30px #2228200a}.sticky-buy>div{display:flex;gap:25px;align-items:center;font-size:13px}.sticky-buy>div span{font-weight:500}.sticky-buy .button{min-width:220px;min-height:48px}.zoom-dialog{max-width:min(96vw,900px);max-height:96vh;border:0;padding:0;border-radius:12px;background:var(--paper);overflow:auto}.zoom-dialog img{max-height:92vh;width:auto;object-fit:contain}.zoom-close{position:sticky;top:10px;float:right;margin:10px;background:var(--paper);border-radius:50%;z-index:2}.zoom-dialog::backdrop,.cart-drawer::backdrop{background:#17211566}.section-heading{text-align:center;max-width:690px;margin:0 auto 46px}.section-heading p:last-child{color:var(--muted);font-size:14px;max-width:520px;margin:20px auto}.demo-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:76px;align-items:center;max-width:1050px;margin:auto}.demo-tabs{display:grid;gap:14px}.demo-tab{display:flex;gap:17px;text-align:left;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--ink);padding:25px 21px;width:100%;align-items:flex-start}.demo-tab[aria-selected=true]{background:var(--paper);border-color:var(--line)}.demo-number{font-size:11px;font-weight:700;color:var(--muted);padding-top:2px}.demo-tab strong{display:block;font-size:18px;line-height:1.3;letter-spacing:-.025em}.demo-tab strong+span{display:block;font-size:12px;color:var(--muted);margin-top:11px;line-height:1.75}.tab-arrow{margin-left:auto;font-size:22px;line-height:1.2}.demo-tab[aria-selected=true] .demo-number{background:var(--lime);border-radius:50%;width:27px;height:27px;padding:4px 0;text-align:center;color:var(--ink);flex-shrink:0}.demo-panels{min-width:0}.video-shell{overflow:hidden;position:relative;border-radius:10px;background:var(--ink)}.video-shell video{width:100%;height:100%;object-fit:cover;aspect-ratio:1}.video-toggle{position:absolute;right:13px;bottom:13px;border:1px solid #fff8;border-radius:100px;background:#222820bc;color:#fff;font-size:10px;padding:8px 12px;min-height:35px;min-width:55px}.media-caption{font-size:10px;margin:12px 2px;color:var(--muted)}.comparison-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.comparison-layout h2{max-width:420px}.comparison-layout .lead{font-size:14px;margin:25px 0}.comparison-table{border:1px solid var(--line);border-radius:10px;overflow:hidden}.compare-row{display:grid;grid-template-columns:1.1fr 1fr 1fr;align-items:stretch;border-bottom:1px solid var(--line);font-size:12px}.compare-row>*{padding:22px 17px;display:flex;align-items:center;line-height:1.5}.compare-row strong{font-weight:600}.compare-head{font-size:11px;background:var(--surface);font-weight:700}.compare-head>span:last-child{background:var(--lime);color:var(--ink)}.compare-highlight{background:color-mix(in srgb,var(--lime) 12%,var(--paper));font-weight:700}.comparison-note{font-size:10px;color:var(--muted);padding:14px 18px;margin:0}.workbench-section{padding-top:0}.workbench-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:center}.workbench-grid .square-media{border-radius:10px}.workbench-copy .lead{font-size:14px;margin-top:24px}.use-list{margin-top:28px}.use-list>div{display:grid;grid-template-columns:30px 1fr;gap:5px 15px;padding:17px 0;border-bottom:1px solid var(--line)}.use-list>div>span{grid-row:span 2;font-size:10px;color:var(--muted);padding-top:3px}.use-list h3{font-size:16px}.use-list p{font-size:12px;color:var(--muted);margin:0}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}.specs-image{border:1px solid var(--line);border-radius:10px;overflow:hidden}.spec-table{margin-top:30px}.spec-table>div{display:grid;grid-template-columns:1fr 1.2fr;gap:20px;padding:14px 0;border-bottom:1px solid #daddd3;font-size:12px}.spec-table dt{color:var(--muted)}.spec-table dd{margin:0;font-weight:600}.specs-grid .small{font-size:10px;line-height:1.7}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:24px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:30px;font-weight:700;font-size:14px;line-height:1.5}.faq-list summary span{font-size:20px;font-weight:400}.faq-list p{color:var(--muted);font-size:13px;line-height:1.8;margin:0;padding:0 35px 25px 0}summary::-webkit-details-marker{display:none}details[open]>summary>span{transform:rotate(45deg)}.closing-section{background:var(--lime);padding:63px 0}.closing-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.closing-inner .eyebrow{margin-bottom:12px}.closing-inner h2{font-size:38px}.site-footer{background:var(--ink);color:#f6f7f1;padding:60px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding-bottom:45px}.footer-grid>div>p:not(.eyebrow){font-size:12px;color:#c4cabf;margin-top:22px}.footer-grid>div>a:not(.brand){display:block;font-size:12px;color:#dfe4d9;padding:6px 0}.footer-grid .eyebrow{font-size:10px;margin:0 0 17px;color:#aeb8a6}.footer-bottom{border-top:1px solid #ffffff26;padding-top:23px;font-size:10px;color:#c4cabf;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-bottom>div{display:flex;gap:16px;flex-wrap:wrap}.payment-icons svg{width:30px;height:19px}.cart-drawer{margin:0 0 0 auto;left:auto;right:0;top:0;bottom:0;width:min(100%,460px);height:100dvh;max-height:none;max-width:none;border:0;padding:24px;background:var(--paper);color:var(--ink)}.cart-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--line)}.cart-heading h2{font-size:23px}.cart-heading h2 span{font-size:14px;margin-left:8px;color:var(--muted)}.cart-items{min-height:100px}.cart-line{display:grid;grid-template-columns:78px 1fr auto;gap:14px;padding:22px 0;border-bottom:1px solid var(--line)}.cart-line img{width:78px;height:78px;object-fit:cover;border-radius:6px}.cart-line h3{font-size:13px;line-height:1.5;font-weight:700;letter-spacing:0}.cart-line p{font-size:11px;color:var(--muted);margin:4px 0}.cart-line .quantity{height:34px;display:inline-flex;margin-top:7px}.cart-line .quantity button{width:32px;height:32px;font-size:16px}.cart-line .quantity input{font-size:13px;width:25px}.cart-line>strong{font-size:12px;white-space:nowrap}.remove-line{padding:7px 0;margin-left:14px;font-size:10px;text-decoration:underline;border:0;background:transparent;color:var(--muted)}.cart-summary{padding-top:22px;position:sticky;bottom:0;background:var(--paper)}.cart-summary>div{display:flex;justify-content:space-between;font-size:15px}.cart-summary p{font-size:11px;color:var(--muted)}.cart-summary .button{width:100%;margin-top:8px}.cart-full-link{display:block;text-align:center;font-size:11px;text-decoration:underline;margin:15px 0}.cart-empty{padding:50px 0}.cart-empty p{margin:0 0 20px;color:var(--muted)}.cart-page h1{margin-bottom:30px}.cart-page-item{display:grid;grid-template-columns:100px 1fr auto;gap:25px;padding:24px 0;border-bottom:1px solid var(--line)}.cart-page-item label{display:block;font-size:12px}.cart-page-item input{width:60px;padding:6px}.cart-page-item a:last-child{margin-left:15px;font-size:11px;text-decoration:underline}.cart-page-total{text-align:right;padding-top:35px}.cart-page-total p{font-size:12px}.cart-page-total .button{margin-left:12px}.text-page{max-width:820px;min-height:55vh}.text-page h1{margin-bottom:30px}.rte h2{font-size:28px;margin-top:35px}.rte h3{margin-top:25px}.rte a{text-decoration:underline}.rte img{height:auto}.rte table{width:100%;border-collapse:collapse}.rte td,.rte th{border:1px solid var(--line);padding:12px}.contact-form{display:grid;gap:10px}.contact-form input,.contact-form textarea,.search-form input,.text-page input{border:1px solid var(--line);border-radius:7px;padding:13px;font-size:16px;background:var(--paper);color:var(--ink)}.contact-form button{justify-self:start;margin-top:15px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:35px}.product-card img{aspect-ratio:1;object-fit:cover;border-radius:9px}.product-card h2{font-size:19px;margin-top:18px}.product-card p{font-size:13px}.search-form{display:flex;gap:12px;margin-top:30px}.search-form input{flex:1;min-width:0}@media(min-width:1600px){.wrap{max-width:1360px}}@media(max-width:1100px){.wrap{width:calc(100% - 60px)}.home-hero,.main-product,.demo-layout{gap:45px}.comparison-layout,.workbench-grid,.specs-grid,.faq-layout{gap:50px}.hero-copy .text-link{margin:15px 0 0;display:flex;max-width:155px}.compare-row>*{padding:19px 12px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}@media(max-width:760px){html{scroll-padding-top:30px}.wrap{width:calc(100% - 36px)}.section-pad{padding:55px 0}.announcement{font-size:9px;padding:8px 12px}.header-inner{height:67px;gap:10px}.brand{font-size:16px;letter-spacing:.13em;gap:8px}.brand-mark{width:23px;height:23px}.brand img{width:155px}.site-header nav{display:none}.bag-label{display:none}.bag-button{gap:7px}.bag-button [data-cart-count]{width:20px;height:20px;font-size:10px}.home-hero{display:flex;flex-direction:column-reverse;gap:28px;padding-top:18px;padding-bottom:40px}.hero-image{width:100%;border-radius:9px}.image-caption{padding:10px 13px;font-size:8px}.hero-copy{width:100%}.hero-copy h1{font-size:43px;line-height:1.07}.eyebrow{font-size:9px;margin-bottom:15px}.hero-copy .lead{font-size:14px;margin:18px 0 22px;max-width:none}.hero-copy .button{width:100%}.hero-copy .text-link{margin:12px auto 0;max-width:150px;font-size:11px}.benefit-grid{grid-template-columns:1fr;gap:18px;padding-top:22px;padding-bottom:22px}.benefit-item{gap:14px;align-items:center}.benefit-number{width:30px;height:30px;font-size:10px}.benefit-item h2{font-size:13px;margin:0 0 2px}.benefit-item p{font-size:10px}.main-product{display:flex;flex-direction:column;gap:19px;padding-top:17px;padding-bottom:36px}.product-gallery{position:static;width:100%}.gallery-stage{border-radius:8px}.gallery-thumbs{gap:7px;padding-top:10px}.gallery-thumbs button{flex-basis:47px;padding:2px}.gallery-count{bottom:12px;right:12px;font-size:9px;padding:4px 10px}.product-copy{padding:0;width:100%}.product-copy h1{font-size:35px}.product-copy .lead{font-size:13px;line-height:1.7;margin:17px 0}.product-points{margin:19px 0;gap:9px;font-size:11px}.price-row{font-size:27px;margin:21px 0 16px}.purchase-controls{gap:9px}.quantity button{width:32px}.quantity input{width:29px}.add-button{padding:15px 18px;font-size:12px}.purchase-note{font-size:10px;margin-bottom:20px}.buy-details summary{font-size:11px;padding:15px 0}.buy-details p{font-size:11px}.product-copy>.text-link{font-size:10px}.sticky-buy{padding:9px 16px;gap:12px}.sticky-buy>div{display:grid;gap:1px;font-size:10px;line-height:1.4}.sticky-buy>div span{font-size:11px}.sticky-buy .button{min-width:136px;min-height:45px;font-size:11px;padding:12px 18px}h2{font-size:31px;line-height:1.12}.section-heading{text-align:left;margin-bottom:28px}.section-heading p:last-child{font-size:12px;margin:17px 0 0}.demo-layout{grid-template-columns:1fr;gap:20px}.demo-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.demo-tab{padding:13px 10px;display:block;border-color:var(--line);border-radius:7px;min-height:88px}.demo-tab strong{font-size:11px;line-height:1.5;letter-spacing:0}.demo-tab strong+span,.tab-arrow{display:none}.demo-number{display:block;font-size:9px;margin-bottom:7px;padding:0}.demo-tab[aria-selected=true] .demo-number{width:auto;height:auto;background:transparent;text-align:left;padding:0}.demo-tab[aria-selected=true]{border-color:var(--ink);box-shadow:inset 0 -3px var(--lime)}.video-shell{border-radius:8px}.media-caption{font-size:9px;margin:10px 0 0}.video-toggle{right:10px;bottom:10px}.comparison-layout{grid-template-columns:1fr;gap:25px}.comparison-layout .lead{font-size:12px;margin:18px 0}.comparison-layout .text-link{font-size:11px}.compare-row{grid-template-columns:1fr 1fr 1.05fr;font-size:10px}.compare-row>*{padding:17px 11px;line-height:1.65}.compare-head{font-size:9px}.comparison-note{font-size:9px;padding:12px}.workbench-section{padding-top:0}.workbench-grid{grid-template-columns:1fr;gap:28px}.workbench-copy .lead{font-size:12px;margin-top:18px}.use-list{margin-top:18px}.use-list>div{padding:16px 0;gap:3px 10px}.use-list h3{font-size:14px}.use-list p{font-size:11px}.specs-grid{display:flex;flex-direction:column;gap:26px}.specs-image{width:100%}.specs-grid>div{width:100%}.spec-table{margin:22px 0 0}.spec-table>div{font-size:11px;padding:13px 0;gap:15px}.specs-grid .small{font-size:9px}.faq-layout{grid-template-columns:1fr;gap:28px}.faq-list summary{font-size:12px;padding:21px 0;gap:15px}.faq-list p{font-size:11px;padding:0 15px 20px 0}.closing-section{padding:37px 0}.closing-inner{display:block}.closing-inner h2{font-size:31px}.closing-inner .button{width:100%;margin-top:24px}.site-footer{padding:43px 0 22px}.footer-grid{grid-template-columns:1fr;gap:32px;padding-bottom:35px}.footer-grid>div>p:not(.eyebrow){font-size:11px;margin:15px 0 0}.footer-grid>div>a:not(.brand){font-size:11px}.footer-grid .eyebrow{margin-bottom:10px}.footer-bottom{display:grid;font-size:9px;gap:15px}.footer-bottom>div{gap:12px}.cart-drawer{padding:18px}.cart-line{grid-template-columns:65px 1fr auto;gap:12px}.cart-line img{width:65px;height:65px}.cart-line h3{font-size:12px}.cart-line>strong{font-size:11px}.cart-page-item{grid-template-columns:68px 1fr;gap:14px}.cart-page-item>strong{grid-column:2}.cart-page-item img{width:68px;height:68px}.cart-page-item a{font-size:12px}.cart-page-total .button{margin:8px 0;width:100%}.product-grid{grid-template-columns:1fr 1fr;gap:16px}.product-card h2{font-size:15px}.search-form .button{padding:14px}.text-page h1{font-size:34px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.square-media{height:auto}.vh-offer{display:flex;justify-content:space-between;align-items:center;margin:28px 0 20px;padding-top:22px;border-top:1px solid var(--line)}.vh-offer .eyebrow{font-size:10px;margin-bottom:8px;color:var(--muted)}.vh-offer h2{font-size:24px;letter-spacing:-.04em}.offer-mark{background:var(--lime);border-radius:50%;font-size:26px;width:44px;height:44px;display:grid;place-items:center}.vh-packs{margin:0;padding:0;border:0;display:none;min-width:0}.packs-ready .vh-packs{display:grid;gap:12px}.packs-ready [data-variant-select],.packs-ready .native-variant-label{display:none}.vh-packs legend{font-weight:700;font-size:13px;padding:0 0 10px}.vh-pack{position:relative;display:grid;grid-template-columns:16px 58px 1fr auto;gap:11px;align-items:center;padding:19px 14px 16px;border:1px solid var(--line);border-radius:10px;cursor:pointer;background:var(--paper);transition:border-color .15s,background .15s}.vh-pack.is-selected{border:2px solid var(--ink);padding:18px 13px 15px;background:#f6f9e9}.vh-pack input{position:absolute;opacity:0;width:1px;height:1px}.vh-pack:has(input:focus-visible){outline:3px solid var(--lime);outline-offset:3px}.pack-dot{width:16px;height:16px;border:1px solid #88917f;border-radius:50%;position:relative}.is-selected .pack-dot{border:5px solid var(--ink);background:var(--lime)}.pack-thumb{position:relative}.pack-thumb img{width:58px;height:58px;object-fit:cover;border-radius:7px}.pack-thumb>span{position:absolute;right:-2px;bottom:-5px;background:var(--ink);color:#fff;border-radius:20px;font-size:9px;font-weight:800;padding:1px 5px}.pack-info{display:flex;flex-direction:column;min-width:0;gap:4px}.pack-info>strong{font-size:16px;line-height:1.3;letter-spacing:-.02em}.pack-badge{font-size:8px;font-weight:800;letter-spacing:.06em;line-height:1.2;color:#526031}.pack-description{font-size:10px;line-height:1.4;color:var(--muted)}.pack-saving{align-self:flex-start;font-size:9px;line-height:1.4;padding:3px 6px;background:#e3edc4;border-radius:4px;font-weight:700;margin-top:2px}.pack-price{text-align:right;display:flex;flex-direction:column;gap:5px}.pack-price>strong{font-size:20px;line-height:1.2;letter-spacing:-.045em;white-space:nowrap}.pack-price>small{font-size:9px;color:var(--muted);line-height:1.3}.pack-total{display:flex;justify-content:space-between;gap:15px;align-items:center;font-size:13px;margin:18px 0 12px}.pack-total>strong{font-size:18px}.vh-deadline{display:flex;justify-content:space-between;align-items:center;background:var(--ink);color:#fff;gap:10px;border-radius:7px;padding:13px 16px;margin-bottom:14px;font-size:12px}.vh-deadline strong{color:var(--lime);font-variant-numeric:tabular-nums;font-size:18px}.buy-guarantee{display:flex;justify-content:center;align-items:center;gap:8px;margin:17px 0 0;font-size:12px;font-weight:600}.buy-guarantee svg{width:22px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5}.buy-guarantee span{border-bottom:1px solid var(--line)}.product-copy .purchase-note{margin:10px 0 22px}.vh-compare{background:#f4f5f0}.vh-compare-table{max-width:870px;margin:auto;border:1px solid #dce1d2;border-radius:12px;overflow:hidden;background:#fff}.vh-compare-head,.vh-compare-line{display:grid;grid-template-columns:1fr 1fr}.vh-compare-head>div{padding:26px;display:flex;align-items:center;justify-content:center;gap:18px;font-size:19px;line-height:1.3}.vh-compare-head>div:first-child{background:var(--ink);color:#fff}.vh-compare-head img{width:82px;height:82px;object-fit:cover;border-radius:8px}.compare-question{width:70px;height:70px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:34px;color:#91978b}.vh-compare-line>div{padding:23px 28px;border-top:1px solid var(--line);display:flex;align-items:center;gap:14px;font-size:15px;line-height:1.5}.vh-compare-line>div:first-child{background:#f4f9df}.compare-tick{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--lime);font-weight:800;flex-shrink:0}.vh-compare-line small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:5px}.vh-compare-line strong{font-size:15px;font-weight:700}.vh-compare-line>div:last-child{color:var(--muted)}.vh-compare-note{max-width:750px;text-align:center;margin:16px auto 0;font-size:11px;color:var(--muted)}.section-cta{text-align:center;margin-top:29px}.guarantee-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.vh-guarantee{background:#eef2df}.guarantee-art{position:relative}.guarantee-art img{border-radius:12px}.guarantee-seal{position:absolute;right:22px;bottom:22px;border:1px solid #ffffff9c;outline:7px solid #ffffff45;width:115px;height:115px;border-radius:50%;background:var(--lime);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-8deg)}.guarantee-seal strong{font-size:47px;line-height:1;letter-spacing:-.05em}.guarantee-seal span{font-size:11px;letter-spacing:.16em;font-weight:800}.guarantee-copy .lead{max-width:430px;margin:24px 0}.guarantee-rule{display:flex;gap:12px;align-items:center;margin:27px 0;font-size:15px}.guarantee-rule>span{background:var(--lime);display:grid;place-items:center;width:29px;height:29px;border-radius:50%}.guarantee-policy{display:block;font-size:12px;text-decoration:underline;margin-top:20px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:27px}.step-image{position:relative;margin-bottom:23px}.step-image img{border-radius:10px}.step-image>span{position:absolute;bottom:15px;left:15px;width:41px;height:41px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-weight:800;font-size:13px}.steps-grid h3{font-size:22px}.steps-grid p{font-size:14px;color:var(--muted);line-height:1.7;margin:12px 0 0}.cart-guarantee{font-size:12px;text-align:center;display:block;padding:14px 0;border-top:1px solid var(--line)}@media(max-width:1100px){.main-product{grid-template-columns:1fr 1fr;gap:35px}.vh-pack{grid-template-columns:15px 45px 1fr auto;gap:9px;padding-left:11px;padding-right:11px}.vh-pack.is-selected{padding-left:10px;padding-right:10px}.pack-thumb img{width:45px;height:45px}.pack-price>strong{font-size:18px}.guarantee-grid{gap:45px}}@media(max-width:760px){.vh-offer{margin:23px 0 17px}.vh-offer h2{font-size:23px}.vh-offer .eyebrow{font-size:10px}.vh-packs legend{font-size:13px}.vh-pack{grid-template-columns:15px 44px 1fr auto;gap:9px;padding:17px 11px 15px}.vh-pack.is-selected{padding:16px 10px 14px}.pack-thumb img{width:44px;height:44px}.pack-info>strong{font-size:15px}.pack-badge{font-size:8px}.pack-description{font-size:10px;max-width:115px}.pack-price>strong{font-size:19px}.pack-price>small{font-size:9px;max-width:78px}.pack-saving{font-size:9px;max-width:125px}.pack-total{margin-top:17px}.buy-guarantee{font-size:12px}.add-button{font-size:14px;min-height:54px}.vh-compare-head>div{padding:22px 13px;flex-direction:column;gap:13px;font-size:16px;text-align:center}.vh-compare-head img{width:70px;height:70px}.vh-compare-line>div{padding:18px 13px;gap:9px;font-size:13px;align-items:flex-start}.vh-compare-line strong{font-size:13px;line-height:1.55;display:block}.vh-compare-line small{font-size:8px;letter-spacing:.06em}.compare-tick{width:19px;height:19px;font-size:11px;margin-top:17px}.vh-compare-note{font-size:10px}.vh-compare .section-cta .button{width:100%;font-size:13px}.guarantee-grid{grid-template-columns:1fr;gap:33px}.guarantee-seal{width:94px;height:94px;right:20px;bottom:20px}.guarantee-seal strong{font-size:39px}.guarantee-copy h2{font-size:35px}.guarantee-copy .lead{font-size:14px;line-height:1.75}.guarantee-rule{font-size:14px;margin:23px 0}.guarantee-copy .button{width:100%;font-size:13px}.steps-grid{grid-template-columns:1fr;gap:30px}.step-image{margin-bottom:18px}.steps-grid h3{font-size:23px}.steps-grid p{font-size:14px;margin-top:11px}.vh-steps .section-heading{margin-bottom:25px}}.compare-standard{flex-shrink:0;width:20px;text-align:center;color:#69725e;font-weight:700}.vh-compare-head>div:last-child{background:#f9faf6}.step-image .video-shell{width:100%;aspect-ratio:1}.step-image>span{pointer-events:none}.workbench-grid>.video-shell{min-width:0}.specs-image .square-media{border-radius:12px}.vh-compare-head img{background:transparent;object-fit:contain;border-radius:0}.video-toggle{min-height:40px;min-width:60px}.guarantee-seal{box-shadow:0 7px 24px #22282018}body{font-size:var(--body-size,16px);line-height:1.65}h1,h2,h3{font-family:var(--font);font-weight:700;letter-spacing:-.04em;overflow-wrap:break-word}.section-pad,.workbench-section{padding-block:var(--section-space,80px)}.section-heading h2,.workbench-copy h2,.specs-grid h2,.guarantee-copy h2,.faq-layout h2{font-size:var(--heading-size,44px);line-height:1.15}.section-heading{margin-bottom:40px}.section-heading .eyebrow{margin:0 0 16px;font-size:11px;line-height:1.5;letter-spacing:.12em}.eyebrow{margin-bottom:16px;font-size:11px;line-height:1.5;letter-spacing:.12em}.section-heading p:not(.eyebrow),.lead,.product-copy .lead,.workbench-copy .lead,.guarantee-copy .lead{font-size:var(--body-size,16px);line-height:1.7}.section-heading p:not(.eyebrow){margin:20px auto 0}.product-copy .lead{margin:20px 0}.product-points{font-size:14px;line-height:1.55;gap:12px}.point-check{flex-shrink:0}.benefit-item h2,.use-list h3{font-size:17px;line-height:1.3}.benefit-item p,.use-list p{font-size:14px;line-height:1.6}.demo-tab strong{font-size:18px;line-height:1.35}.demo-tab strong+span{font-size:14px;line-height:1.6}.demo-tab .demo-number{flex-shrink:0}.media-caption,.specs-grid .small,.vh-compare-note{font-size:12px;line-height:1.65}.media-caption{margin:12px 0 0}.steps-grid h3{font-size:24px;line-height:1.25}.steps-grid p{font-size:var(--body-size,16px);line-height:1.7;margin-top:12px}.step-image{margin-bottom:20px}.spec-table>div{font-size:14px;line-height:1.6;padding:16px 0}.spec-table{margin:28px 0 0}.specs-grid .small{margin:16px 0 0}.faq-list summary{font-size:16px;line-height:1.5;padding:24px 0}.faq-list p{font-size:15px;line-height:1.7;padding-bottom:24px}.button{font-size:14px;min-height:52px}.buy-details summary,.buy-details p,.purchase-note,.product-copy>.text-link{font-size:13px;line-height:1.6}.buy-guarantee{font-size:13px}.vh-pack{grid-template-columns:16px 52px minmax(0,1fr) auto}.pack-info>strong{font-size:17px;line-height:1.35}.pack-badge{font-size:10px;line-height:1.3}.pack-description{font-size:12px;line-height:1.5}.pack-saving{font-size:11px}.pack-price>small{font-size:11px;line-height:1.5}.pack-thumb img{width:52px;height:52px}.pack-badge:empty,.pack-description:empty{display:none}.vh-compare-head strong{font-size:20px;line-height:1.3}.vh-compare-line>div,.vh-compare-line strong{font-size:15px;line-height:1.6}.vh-compare-line small{font-size:10px;line-height:1.5}.vh-compare-note{margin-top:16px}.guarantee-grid,.workbench-grid,.specs-grid,.faq-layout{gap:64px}.guarantee-copy .lead{margin:24px 0}.guarantee-rule{margin:24px 0;font-size:15px}.guarantee-policy{font-size:13px}.guarantee-seal strong{max-width:100%;font-variant-numeric:tabular-nums}.guarantee-seal span{line-height:1.3}.footer-grid>div>a:not(.brand),.footer-grid>div>p:not(.eyebrow){font-size:13px;line-height:1.65}.footer-bottom{font-size:12px;line-height:1.6}.footer-bottom>div:not(.payment-icons){gap:8px 20px}.footer-bottom a{padding:5px 0}.site-footer{padding-bottom:32px}body:has(.sticky-buy) .site-footer{padding-bottom:104px}.contact-intro{margin-bottom:36px}.text-page p,.rte{font-size:var(--body-size,16px);line-height:1.7}.rte h2{font-size:28px;line-height:1.25;margin:32px 0 16px}.contact-form label{font-size:14px;font-weight:600}.contact-form input,.contact-form textarea{width:100%;min-width:0}.contact-form label:not(:first-child){margin-top:8px}.shopify-policy__container{max-width:820px;padding:56px 24px 72px}.shopify-policy__title{margin-bottom:28px}.shopify-policy__title h1{font-size:40px;line-height:1.15}.shopify-policy__body{overflow-wrap:anywhere}.shopify-policy__body h2{font-size:26px;line-height:1.25;margin:32px 0 16px}.cart-heading h2{font-size:24px;line-height:1.2}.cart-summary p,.cart-full-link,.cart-guarantee{font-size:13px;line-height:1.6}.cart-line h3{font-size:14px;line-height:1.5}.cart-line p,.remove-line{font-size:12px}.cart-page-total p,.cart-page-item label{font-size:13px}@media(max-width:1100px)and (min-width:761px){.guarantee-grid,.workbench-grid,.specs-grid,.faq-layout{gap:40px}.vh-pack{grid-template-columns:16px minmax(0,1fr) auto;gap:10px}.pack-thumb{display:none}.pack-price>strong{font-size:18px}}@media(max-width:760px){.section-pad,.workbench-section{padding-block:var(--section-space-mobile,56px)}.wrap{width:calc(100% - 40px)}.section-heading h2,.workbench-copy h2,.specs-grid h2,.guarantee-copy h2,.faq-layout h2,.closing-inner h2{font-size:var(--heading-mobile,32px);line-height:1.15}.product-copy h1,.hero-copy h1{font-size:38px;line-height:1.1}.section-heading{margin-bottom:28px}.section-heading .eyebrow,.eyebrow{font-size:10px;margin-bottom:16px}.section-heading p:not(.eyebrow){margin:16px 0 0}.main-product{gap:24px;padding-top:20px;padding-bottom:40px}.product-copy .lead{font-size:15px;line-height:1.7;margin:20px 0}.product-points{font-size:13px;gap:10px}.benefit-grid{padding-block:28px;gap:22px}.benefit-item h2{font-size:15px;margin-bottom:4px}.benefit-item p{font-size:13px}.benefit-number{width:32px;height:32px;font-size:11px}.demo-layout{gap:24px}.demo-tab{padding:14px 9px;min-height:104px}.demo-tab strong{font-size:12px;line-height:1.5}.demo-number{font-size:10px;margin-bottom:8px}.media-caption{font-size:12px}.video-toggle{font-size:12px;min-height:40px}.workbench-grid,.specs-grid,.guarantee-grid,.faq-layout{gap:32px}.workbench-copy .lead{margin:20px 0}.use-list{margin-top:24px}.use-list>div{padding:18px 0}.use-list h3{font-size:17px}.use-list p{font-size:14px}.use-list>div>span{font-size:12px}.steps-grid{gap:36px}.steps-grid h3{font-size:24px}.steps-grid p{font-size:15px}.step-image{margin-bottom:20px}.step-image>span{font-size:13px}.spec-table>div{font-size:13px;padding:15px 0;gap:16px}.specs-grid .small{font-size:12px}.faq-list summary{font-size:15px;padding:22px 0}.faq-list p{font-size:14px;line-height:1.7;padding-right:0}.faq-list summary span{flex-shrink:0}.vh-offer{margin:24px 0 20px;padding-top:24px}.vh-offer h2{font-size:24px;line-height:1.2}.vh-packs legend{font-size:14px;padding-bottom:12px}.packs-ready .vh-packs{gap:12px}.vh-pack{grid-template-columns:16px minmax(0,1fr) auto;padding:17px 12px;gap:10px}.vh-pack.is-selected{padding:16px 11px}.pack-thumb{display:none}.pack-info>strong{font-size:16px}.pack-badge{font-size:10px}.pack-description{font-size:12px;max-width:none}.pack-saving{font-size:11px;max-width:none}.pack-price>strong{font-size:18px}.pack-price>small{font-size:10px;max-width:76px}.pack-total{font-size:14px}.purchase-note,.buy-details summary,.buy-details p,.product-copy>.text-link{font-size:13px}.add-button{font-size:14px}.vh-compare-head>div{padding:24px 12px;gap:16px}.vh-compare-head strong{font-size:16px;line-height:1.4}.vh-compare-line>div{padding:20px 12px;gap:8px;font-size:13px}.vh-compare-line strong{font-size:13px;line-height:1.6}.vh-compare-line small{font-size:9px;line-height:1.5}.vh-compare-note{font-size:12px;line-height:1.65}.compare-tick{margin-top:18px}.section-cta{margin-top:24px}.guarantee-copy .lead{font-size:15px;margin:20px 0}.guarantee-rule{font-size:14px;margin:24px 0}.guarantee-policy{font-size:13px}.guarantee-copy .button,.vh-compare .section-cta .button{font-size:14px}.closing-section{padding:40px 0}.site-footer{padding-top:44px;padding-bottom:28px}.footer-grid{gap:28px}.footer-grid>div>a:not(.brand),.footer-grid>div>p:not(.eyebrow){font-size:13px}.footer-bottom{font-size:12px;gap:16px}.sticky-buy{padding:10px 20px;gap:12px}.sticky-buy>div{min-width:0;font-size:12px}.sticky-buy>div span{font-size:12px}.sticky-buy .button{min-width:140px;max-width:62%;font-size:13px;min-height:48px;padding:12px 16px;white-space:normal}.text-page h1,.shopify-policy__title h1{font-size:34px;line-height:1.15}.shopify-policy__container{padding:40px 20px 56px}.shopify-policy__body h2,.rte h2{font-size:24px;line-height:1.3}.text-page p,.rte{font-size:15px}.contact-form button{width:100%}}@media(max-width:1100px){.vh-pack{grid-template-columns:16px 36px minmax(0,1fr) auto;gap:8px}.pack-thumb{display:block}.pack-thumb img{width:36px;height:36px}.pack-price>strong{font-size:17px}}main>[id^=shopify-section-]:has(>.surface)+[id^=shopify-section-]>.vh-compare,main>[id^=shopify-section-]:has(>.workbench-section)+[id^=shopify-section-]>.vh-steps{padding-top:0}.vh-offer{gap:16px}.vh-offer>div{min-width:0}.offer-mark{flex-shrink:0;width:40px;height:40px}.announcement{font-size:11px;line-height:1.5}.image-caption{font-size:12px;line-height:1.5;gap:12px}.image-caption span:last-child{margin-left:0}@media(max-width:760px){.announcement{font-size:11px;padding:9px 20px}.image-caption{font-size:12px;padding:12px 14px;align-items:flex-start}}.vh-pack{grid-template-columns:16px 72px minmax(0,1fr) auto;gap:12px}.pack-thumb{display:block}.pack-thumb img{width:72px;height:72px;aspect-ratio:1;object-fit:contain;background:#fafbf7}.pack-thumb>span{right:-3px;bottom:-4px;font-size:10px;padding:2px 5px}.vh-deadline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;padding:15px 16px;border-radius:9px;margin:0 0 20px}.vh-deadline-heading{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:800;line-height:1.35}.vh-deadline-heading svg{width:17px;height:17px;fill:none;stroke:var(--lime);stroke-width:1.7;flex-shrink:0}.vh-deadline [data-countdown]{font-size:21px;line-height:1.2;letter-spacing:.025em;white-space:nowrap}.vh-deadline-note{grid-column:1/-1;font-size:11px;line-height:1.5;color:#d7dece}@media(max-width:1100px){.vh-pack{grid-template-columns:16px 64px minmax(0,1fr) auto;gap:9px}.pack-thumb img{width:64px;height:64px}.pack-price>strong{font-size:17px}}@media(min-width:761px)and (max-width:1000px){.vh-pack{grid-template-columns:16px 64px minmax(0,1fr)}.pack-price{grid-column:3;align-items:flex-start;text-align:left}.pack-price>small{max-width:none}}@media(max-width:390px){.vh-pack{gap:8px;padding-left:10px;padding-right:10px}.vh-pack.is-selected{padding-left:9px;padding-right:9px}.pack-info>strong{font-size:15px}.pack-price>strong{font-size:16px}.vh-deadline{padding:14px 12px;gap:7px 10px}.vh-deadline-heading{font-size:13px}.vh-deadline [data-countdown]{font-size:19px}}.vh-deadline{align-items:center}.vh-deadline-note:empty,.vh-deadline-heading:has([data-deadline-heading]:empty){display:none}.vh-deadline-heading,.vh-deadline-note{min-width:0;overflow-wrap:anywhere}.vh-deadline:not(:has([data-deadline-heading]:not(:empty))){grid-template-columns:1fr;justify-items:center;text-align:center}.vh-offer{display:block}.vh-offer>div{width:100%}.pack-offer-ribbon{position:absolute;top:0;right:14px;transform:translateY(-50%);max-width:calc(100% - 28px);padding:5px 12px;background:var(--ink);color:var(--paper);border-radius:5px;font-size:11px;font-weight:800;line-height:1.35;letter-spacing:.01em;text-align:center;overflow-wrap:anywhere}.vh-pack.is-selected .pack-offer-ribbon{background:var(--lime);color:var(--ink)}.vh-pack:has(.pack-offer-ribbon:not([hidden])){margin-top:12px;padding-top:26px}.vh-pack.is-selected:has(.pack-offer-ribbon:not([hidden])){padding-top:25px}.packs-ready .vh-packs{gap:16px}.vh-offer .eyebrow:empty,.vh-offer h2:empty,.section-heading>p:empty,.section-heading>h2:empty,.lead:empty,.purchase-note:empty,.form-message:empty,.guarantee-policy:empty,.media-caption:empty{display:none}.section-heading:not(:has(>h2:not(:empty),>p:not(:empty))){display:none}.section-heading .eyebrow{max-width:none;color:var(--muted);margin:0 0 16px;font-size:11px}.closing-inner h2{font-size:var(--heading-size,44px);line-height:1.15}.vh-steps .section-heading{margin-bottom:40px}.media-caption{font-family:var(--font);font-size:13px;line-height:1.6;margin:12px 0 0;overflow-wrap:anywhere}.section-pad p:last-child{margin-bottom:0}@media(max-width:760px){.section-heading .eyebrow{font-size:10px}.vh-steps .section-heading{margin-bottom:28px}.closing-inner h2{font-size:var(--heading-mobile,32px)}.product-copy .lead,.workbench-copy .lead,.guarantee-copy .lead,.steps-grid p{font-size:var(--body-size,16px);line-height:1.7}.pack-offer-ribbon{right:12px;max-width:calc(100% - 24px);font-size:11px}.vh-packs legend{padding-bottom:16px}.media-caption{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/varnholt.css.map */
