[data-testid=booking-modal]{overflow:clip;border-radius:12px;border-color:rgba(255,255,255,.5)}[data-testid=booking-modal][data-state=open]{animation:booking-enter .32s cubic-bezier(.22,1,.36,1)}[data-testid=booking-close]{top:22px;right:22px;border-radius:50%;box-shadow:none}.booking-form{display:flex;flex-direction:column;height:min(820px,calc(100dvh - 32px));min-height:0;color:var(--color-text-main);background:#fff;font-family:Manrope,sans-serif}.booking-header{flex:0 0 auto;padding:26px 32px 18px;border-bottom:1px solid var(--color-border)}.booking-header__title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-right:56px}.booking-eyebrow{margin:0 0 6px;font-size:14px;font-weight:600;color:var(--color-text-muted)}.booking-header h2{margin:0;font-size:30px;font-weight:600;line-height:1.2;letter-spacing:-.035em}.booking-step-count{margin:0;padding:7px 12px;border:1px solid var(--color-border);border-radius:999px;white-space:nowrap;color:var(--color-text-muted);font-size:14px}.booking-progress{height:3px;margin-top:24px;overflow:hidden;border-radius:999px;background:var(--color-border)}.booking-progress>span{display:block;height:100%;background:var(--color-primary-hover);transition:width .3s ease}.booking-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:12px 0 0;padding:0;list-style:none}.booking-steps button{display:flex;width:100%;align-items:center;gap:10px;padding:8px 10px;border:0;border-radius:10px;background:transparent;font-size:15px;font-weight:600;color:var(--color-text-muted);transition:background .2s ease}.booking-steps button:disabled{cursor:default}.booking-steps__number{display:grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border:1px solid var(--color-border);border-radius:50%;font-size:14px;font-variant-numeric:tabular-nums}.booking-steps [data-step-state=current] button{background:color-mix(in srgb,var(--color-primary) 12%,white);color:var(--color-text-main)}.booking-steps [data-step-state=current] .booking-steps__number{border-color:var(--color-primary-hover);background:var(--color-primary-hover);color:white}.booking-steps [data-step-state=complete] .booking-steps__number{border-color:var(--color-primary);color:var(--color-primary-hover)}.booking-steps button:enabled:hover{background:color-mix(in srgb,var(--color-primary) 8%,white)}.booking-body{display:grid;flex:1;min-height:0;grid-template-columns:minmax(0,1fr)}.booking-fields{min-width:0;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:28px 32px 32px;scrollbar-width:thin;scrollbar-color:var(--color-primary) transparent}.booking-section-heading{margin-bottom:26px}.booking-section-heading h3{margin:0 0 6px;font-size:23px;font-weight:600;letter-spacing:-.025em}.booking-section-heading p{margin:0;color:var(--color-text-muted);font-size:15px;line-height:1.5}.booking-fields label{line-height:1.5}.booking-fields #booking-date,.booking-fields [role=combobox],.booking-fields input:not([type=radio]),.booking-fields textarea{min-height:52px;border-radius:11px;border-color:color-mix(in srgb,var(--color-primary) 32%,var(--color-border));background:var(--color-bg);box-shadow:none;font-size:16px}.booking-fields [role=combobox]>span{min-width:0}.booking-fields [aria-invalid=true]{border-color:#dc2626!important}.booking-fields textarea{min-height:112px}.booking-fields .rounded-xl{border-radius:14px}.booking-counter{flex-wrap:wrap;row-gap:14px;background:var(--color-bg)}.booking-counter>div:first-child{min-width:0;flex:1 1 120px}.booking-counter button{width:40px;height:40px;border-radius:50%;box-shadow:none}.booking-fields [role=slider]{border-color:var(--color-primary-hover)}.booking-summary{display:none;min-width:0;min-height:0;overflow-y:auto;padding:30px 26px;color:white;background:#627b59;scrollbar-width:thin}.booking-summary h3{font-size:18px;font-weight:600}.booking-summary .text-sm{font-size:14px;line-height:1.55}.booking-summary dt,.booking-summary p{color:white}.booking-summary dd{color:white;font-size:16px;line-height:1.5}.booking-summary svg{color:white}.booking-summary [class*=border-]{border-color:rgba(255,255,255,.18)}.booking-summary .text-3xl{color:white;font-size:38px;font-weight:600;line-height:1.2;letter-spacing:-.035em}.booking-summary>div:last-child{padding-top:24px;margin-top:auto}.booking-summary dl{margin-bottom:32px}.booking-footer{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:12px;padding:18px 32px;border-top:1px solid var(--color-border);background:white}.booking-footer button{min-height:48px;border-radius:8px;font-size:15px}.booking-footer [data-testid=booking-next],.booking-footer [data-testid=booking-submit]{padding-inline:24px;background:#627b59}.booking-footer [data-testid=booking-next]:hover,.booking-footer [data-testid=booking-submit]:hover{background:#556c4d}.booking-form button:focus-visible{outline:2px solid var(--color-primary-hover);outline-offset:3px}@media (min-width:1024px){.booking-body{grid-template-columns:minmax(0,1fr) 300px}.booking-summary{display:flex;flex-direction:column}}@media (max-width:639px){[data-testid=booking-modal]{border-radius:12px}[data-testid=booking-close]{top:14px;right:14px;width:36px;height:36px}.booking-form{height:calc(100dvh - 16px)}.booking-header{padding:18px 16px 12px}.booking-header__title{align-items:flex-start;padding-right:40px;flex-direction:column;gap:7px}.booking-header h2{font-size:23px}.booking-eyebrow{margin-bottom:4px}.booking-step-count{padding:0;border:0}.booking-progress{margin-top:14px}.booking-steps{gap:4px;margin-top:8px}.booking-steps button{flex-direction:column;gap:5px;padding:7px 0;font-size:14px}.booking-steps__number{width:26px;height:26px}.booking-fields{padding:22px 16px}.booking-section-heading{margin-bottom:20px}.booking-section-heading h3{font-size:21px}.booking-footer{padding:12px 16px max(12px,env(safe-area-inset-bottom));gap:8px}.booking-footer button{font-size:14px;padding-inline:12px}.booking-footer [data-testid=booking-next],.booking-footer [data-testid=booking-submit]{padding-inline:18px}}@media (max-height:600px){.booking-header{padding-block:12px 8px}.booking-header__title{flex-direction:row;align-items:center}.booking-header h2{font-size:21px}.booking-eyebrow,.booking-step-count{display:none}.booking-progress{margin-top:10px}.booking-steps{margin-top:6px}.booking-steps button{flex-direction:row;justify-content:center;padding-block:4px}.booking-footer{padding-block:10px}}@keyframes booking-enter{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){[data-testid=booking-modal][data-state=open]{animation:none}.booking-form *,.booking-form :after,.booking-form :before{transition-duration:0s!important;scroll-behavior:auto!important}}.rp-section{padding-block:clamp(56px,6vw,88px);scroll-margin-top:100px}.rp-section h2{max-width:1050px;margin:0 0 28px;font-size:clamp(34px,3.65vw,50px);font-weight:650;line-height:1.12;letter-spacing:-.032em;text-wrap:balance;overflow-wrap:break-word}.rp-section h3{margin:0;font-size:20px;font-weight:700;line-height:1.4;letter-spacing:-.015em}.rp-section p{font-size:17px;line-height:1.7;text-wrap:pretty}.rp-section .rp-lead{margin:-10px 0 32px;color:var(--v2-muted)}.rp-hero *,.rp-section *{box-sizing:border-box}.rp-hero button,.rp-section button{-webkit-tap-highlight-color:transparent}.rp-equipment__panel:focus-visible,.rp-hero button:focus-visible,.rp-section button:focus-visible{outline:3px solid var(--v2-sage-deep);outline-offset:5px}.rp-hero button:disabled,.rp-section button:disabled{opacity:.4;cursor:not-allowed}.rp-hero .v2-button,.rp-section .v2-button{min-height:50px;gap:12px;border-radius:9px;font-size:16px;line-height:1.4;padding:13px 22px}.rp-hero .v2-button>svg,.rp-section .v2-button>svg{flex-shrink:0}.rp-hero{position:relative;isolation:isolate;color:white;overflow:clip}.rp-hero__photo,.rp-hero__shade{position:absolute;inset:0;width:100%;height:100%;z-index:-1}.rp-hero__photo{object-fit:cover;object-position:center 53%;filter:saturate(.78) brightness(.78)}.rp-hero__shade{background:rgba(22,34,25,.52);width:58%;box-shadow:80px 0 100px 55px rgba(22,34,25,.52)}.rp-hero__layout{min-height:700px;padding-block:76px 40px;display:flex;flex-direction:column;justify-content:space-between;gap:42px}.rp-hero h1,.rp-hero__copy{max-width:610px}.rp-hero h1{margin:0;font-size:clamp(42px,4.4vw,62px);line-height:1.055;font-weight:650;letter-spacing:-.032em;text-wrap:balance;overflow-wrap:break-word}.rp-hero__copy>p{max-width:550px;margin:24px 0 30px;font-size:17px;line-height:1.75;text-wrap:pretty}.rp-hero__estimate{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:24px;padding:20px;border:1px solid rgba(255,255,255,.28);border-radius:10px;background:rgba(25,38,29,.35)}.rp-hero__estimate>.v2-button{padding-inline:18px}.rp-trust{display:grid;grid-template-columns:180px minmax(0,310px) 210px;padding:0;margin:0;list-style:none;gap:22px}.rp-trust li{display:flex;align-items:center;gap:13px;font-size:14px;line-height:1.55}.rp-trust li+li{border-left:1px solid rgba(255,255,255,.3);padding-left:22px}.rp-trust svg{flex-shrink:0}.rp-pricing__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:clamp(36px,6vw,90px);align-items:start}.rp-prices{margin:0}.rp-prices>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:20px;padding:23px 0;border-bottom:1px solid var(--v2-line)}.rp-prices dt{font-size:16px;font-weight:650;line-height:1.65}.rp-prices dt small{display:block;margin-top:6px;font-size:14px;font-weight:400;color:var(--v2-muted)}.rp-prices dd{margin:3px 0 0;font-size:17px;font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}.rp-prices dd span{font-size:14px;font-weight:500}.rp-section .rp-price-note{display:flex;align-items:flex-start;gap:12px;margin:26px 0 0;font-size:15px}.rp-price-note svg{flex-shrink:0;margin-top:3px}.rp-section .rp-price-status{margin:14px 0 0 33px;color:var(--v2-muted);font-size:14px}.rp-estimator{min-width:0;scroll-margin-top:100px}.rp-estimator__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0;margin:0 0 24px;list-style:none}.rp-estimator__steps li{position:relative}.rp-estimator__steps li+li:before{content:"";position:absolute;width:24%;left:-12%;top:16px;border-top:1px solid var(--v2-line)}.rp-estimator__steps button{display:flex;align-items:center;flex-direction:column;gap:10px;width:100%;border:0;padding:4px;background:none;color:var(--v2-muted);font-size:14px}.rp-estimator__steps i{width:15px;height:15px;border:1px solid;border-radius:50%;display:grid;place-items:center}.rp-estimator__steps [aria-current=step]{color:var(--v2-ink);font-weight:750}.rp-estimator__steps [aria-current=step] i{background:var(--v2-sage-deep);border-color:var(--v2-sage-deep)}.rp-estimator__body{min-height:298px;padding:28px 32px 12px;border:1px solid var(--v2-line);border-bottom:0;border-radius:10px 10px 0 0;background:#f7f6f1}.rp-estimator__summary{display:flex;align-items:baseline;gap:18px;justify-content:space-between;min-height:48px;margin-bottom:12px;font-size:16px;line-height:1.5}.rp-estimator__summary button{border:0;background:none;padding:5px 0;text-underline-offset:4px;text-decoration:underline;color:var(--v2-muted);font-size:14px}.rp-estimator__actions{display:grid;grid-template-columns:.7fr 1fr;gap:14px;padding:16px 32px 28px;border:1px solid var(--v2-line);border-top:0;border-radius:0 0 10px 10px;background:#f7f6f1}.rp-secondary{min-height:50px;display:flex;justify-content:center;align-items:center;gap:10px;padding:12px 16px;border:1px solid var(--v2-line);border-radius:9px;background:white;font-size:16px;color:var(--v2-ink)}.rp-secondary:hover:not(:disabled){border-color:var(--v2-sage-deep);background:#eeeee7}.rp-object-options{margin-top:20px}.rp-object-options label{display:flex;align-items:center;gap:13px;padding:14px;min-height:52px;border:1px solid var(--v2-line);border-radius:8px;cursor:pointer;font-size:15px;background:white}.rp-object-options label.is-selected{border-color:var(--v2-sage-deep);background:#e8ece2}.rp-object-options label>span{flex:1;min-width:0}.rp-object-options [role=radio],.rp-object-options label>svg{flex-shrink:0}.rp-estimator__review{padding-block:8px}.rp-estimator__review>svg{color:var(--v2-sage-deep);margin-bottom:12px}.rp-estimator__review p{margin-bottom:0}.rp-area{min-width:0}.rp-area>label{display:block;font-size:14px;margin-bottom:8px}.rp-area__counter{display:grid;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:12px}.rp-area__counter>button{display:grid;place-items:center;height:46px;width:46px;padding:0;border:1px solid var(--v2-line);border-radius:8px;background:white;color:var(--v2-ink);transition:background .2s,border-color .2s}.rp-area__counter>button:hover:not(:disabled){border-color:var(--v2-sage-deep);background:#e8ece2}.rp-area__value{position:relative;min-width:0}.rp-area__value input{width:100%;height:76px;padding:8px;text-align:center;font-size:50px;line-height:1.2;font-weight:500;font-variant-numeric:tabular-nums;border-color:transparent;color:transparent;background:transparent;box-shadow:none;appearance:textfield}.rp-area__value input::-webkit-inner-spin-button,.rp-area__value input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.rp-area__value.is-editing input{color:var(--v2-ink);border-color:var(--v2-sage-deep)}.rp-area__readout{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:50px;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:-.035em;pointer-events:none}.rp-area__readout small{font-size:20px;letter-spacing:0}.rp-area__slider{margin-top:20px;min-height:32px;touch-action:pan-y}.rp-area__slider>span:first-child{background:#d7dccf}.rp-area__slider>span:first-child>span{background:var(--v2-sage-deep)}.rp-area__limits{display:flex;justify-content:space-between;margin-top:2px;font-size:14px}.rp-area--compact .rp-area__counter{grid-template-columns:36px minmax(0,1fr) 36px;gap:4px}.rp-area--compact .rp-area__counter>button{width:36px;height:36px;border-color:rgba(255,255,255,.4);background:transparent;color:white}.rp-area--compact .rp-area__counter>button:hover:not(:disabled){background:rgba(255,255,255,.18)}.rp-area--compact .rp-area__value input{height:40px;font-size:25px}.rp-area--compact .rp-area__readout{font-size:25px;gap:4px}.rp-area--compact .rp-area__readout small{font-size:14px}.rp-area--compact .rp-area__value.is-editing input{color:white}.rp-area--compact .rp-area__slider{margin-top:8px;min-height:24px}.rp-included{padding-block:56px 112px}.rp-zones__tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:22px}.rp-zones__tabs button{display:flex;align-items:center;gap:12px;min-width:0;min-height:68px;padding:14px 16px;border:0;border-bottom:1px solid var(--v2-line);background:transparent;color:var(--v2-muted);text-align:left;font-size:16px;font-weight:550;line-height:1.45;transition:color .2s,background .2s,box-shadow .2s}.rp-zones__tabs svg{flex-shrink:0;color:var(--v2-sage-deep)}.rp-zones__tabs button:hover{color:var(--v2-ink);background:#eaede480}.rp-zones__tabs button[aria-selected=true]{color:var(--v2-ink);font-weight:750;box-shadow:inset 0 -3px var(--v2-sage-deep)}.rp-zones__tabs button:focus-visible{outline-offset:-4px;border-radius:4px}.rp-zones__panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:320px;background:#eaede4;border-radius:8px;overflow:hidden}.rp-zones__panel[hidden]{display:none}.rp-zones__panel:focus-visible{outline:3px solid var(--v2-sage-deep);outline-offset:4px}.rp-zones__photo{position:relative;min-width:0;min-height:320px}.rp-zones__photo img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.78)}.rp-zones__copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:26px 32px}.rp-zones__copy h3{font-size:24px;line-height:1.25}.rp-zones__copy p{margin:12px 0 18px;font-size:17px;line-height:1.65}.rp-zones__copy ul{display:grid;gap:9px;list-style:none;margin:0;padding:0}.rp-zones__copy li{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.5}.rp-zones__copy li svg{flex-shrink:0;margin-top:1px;color:var(--v2-sage-deep)}.rp-equipment{background:#627b59;color:white}.rp-equipment h2{max-width:1000px}.rp-equipment__tabs{display:flex;gap:8px;margin:0 0 30px}.rp-equipment__tabs button{padding:12px 20px;min-height:48px;border-radius:7px;border:1px solid rgba(255,255,255,.45);background:transparent;color:white;font-size:15px;font-weight:650;transition:color .2s,background .2s}.rp-equipment__tabs button:hover{background:rgba(255,255,255,.12)}.rp-equipment__tabs button[aria-selected=true]{background:var(--v2-ivory);color:var(--v2-ink);border-color:var(--v2-ivory)}.rp-equipment button:focus-visible,.rp-equipment__panel:focus-visible{outline-color:white}.rp-equipment__panel{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr) minmax(0,1.15fr);align-items:center;gap:32px;min-height:340px}.rp-equipment__copy{min-width:0;grid-column:1;grid-row:1;align-self:center}.rp-equipment__copy h3{font-size:20px}.rp-equipment__copy p{font-size:16px;line-height:1.7;margin:16px 0 0}.rp-equipment__tool{min-width:0;grid-column:2;grid-row:1}.rp-equipment__tool img{width:100%;height:310px;object-fit:contain}.rp-equipment__detail{position:relative;grid-column:3;grid-row:1;align-self:stretch;min-height:340px;overflow:hidden;border-radius:9px}.rp-equipment__detail img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.78) brightness(.92)}.rp-equipment__list{grid-column:1;grid-row:2;align-self:start;display:grid;gap:12px;list-style:none;padding:0;margin:0}.rp-equipment__list li{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.5}.rp-equipment__list svg{flex:0 0 auto;margin-top:2px}.rp-equipment__list li.is-active{font-weight:700}.rp-results{padding-bottom:48px}.rp-comparison{position:relative;isolation:isolate;height:clamp(280px,38vw,500px);border-radius:10px;overflow:hidden;background:#e7e7de}.rp-comparison>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.8) brightness(.92)}.rp-comparison__after{clip-path:inset(0 0 0 var(--rp-split))}.rp-comparison__after-label,.rp-comparison__before-label{position:absolute;top:18px;padding:6px 12px;border-radius:6px;font-size:14px;color:white;background:var(--v2-ink)}.rp-comparison__before-label{left:18px}.rp-comparison__after-label{right:18px;background:#4a6243}.rp-comparison__handle{position:absolute;top:0;bottom:0;left:clamp(24px,var(--rp-split),calc(100% - 24px));width:2px;background:white;display:flex;justify-content:center;align-items:center;pointer-events:none}.rp-comparison__handle svg{flex:0 0 48px;height:48px;padding:12px;background:white;border-radius:50%;color:var(--v2-ink);box-shadow:0 2px 16px #0002}.rp-comparison__slider{position:absolute;inset:0;z-index:2;touch-action:pan-y}.rp-comparison__slider>span:first-child{opacity:0}.rp-comparison__slider [role=slider]{width:48px;height:48px;opacity:0}.rp-comparison:focus-within{outline:3px solid var(--v2-sage-deep);outline-offset:4px}.rp-results__choices{display:flex;gap:14px;justify-content:center;margin-top:20px}.rp-results__choices button{display:flex;align-items:center;gap:14px;padding:6px 18px 6px 6px;border:1px solid var(--v2-line);border-radius:9px;background:transparent;color:var(--v2-ink);text-align:left;font-size:15px;font-weight:650;transition:background .2s,border-color .2s}.rp-results__choices button[aria-pressed=true]{background:#e8ece2;border-color:var(--v2-sage-deep)}.rp-results__choices button:hover{border-color:var(--v2-sage-deep)}.rp-results__choices img{width:86px;height:58px;object-fit:cover;border-radius:5px;filter:saturate(.8)}.rp-section .rp-results__note{margin:20px 0 0;font-size:14px;color:var(--v2-muted);text-align:center}@media (max-width:1100px){.rp-hero__layout{min-height:650px;padding-top:56px}.rp-hero__copy{max-width:570px}.rp-pricing__layout{gap:32px}.rp-estimator__actions,.rp-estimator__body{padding-inline:22px}.rp-equipment__panel{gap:20px}}@media (max-width:820px){.rp-section{padding-block:56px}.rp-section h2{font-size:clamp(34px,5.6vw,44px)}.rp-hero__photo{object-position:60% center}.rp-hero__shade{width:100%;background:rgba(22,34,25,.55);box-shadow:none}.rp-hero__layout{min-height:680px;padding-block:48px 36px;gap:38px}.rp-hero h1{max-width:560px;font-size:clamp(42px,6.5vw,54px)}.rp-trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.rp-trust li{flex-direction:column;align-items:flex-start;gap:10px}.rp-trust li+li{padding-left:16px}.rp-pricing__layout{grid-template-columns:1fr;gap:36px}.rp-estimator{max-width:600px;width:100%;justify-self:center}.rp-estimator__body{min-height:290px}.rp-zones__tabs{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px}.rp-zones__tabs button{padding:12px;min-height:64px}.rp-zones__panel{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.rp-zones__copy{padding:24px}.rp-zones__copy h3{font-size:22px}.rp-equipment__panel{grid-template-columns:1fr 1fr}.rp-equipment__copy{grid-column:1;grid-row:1}.rp-equipment__tool{grid-column:2;grid-row:1}.rp-equipment__detail{grid-column:1/-1;grid-row:2;min-height:280px}.rp-equipment__tabs button{flex:1;padding-inline:12px}.rp-results__choices{gap:10px}.rp-results__choices button{flex:1;padding:6px;flex-direction:column;align-items:stretch;text-align:center;font-size:14px;gap:8px}.rp-results__choices img{width:100%;height:80px}.rp-results__choices span{padding:0 4px 6px}}@media (max-width:540px){.rp-hero__photo{object-position:76% center}.rp-section{padding-block:44px}.rp-included{padding-block:44px 78px}.rp-section h2{margin-bottom:24px;font-size:clamp(29px,8.2vw,38px);line-height:1.14;letter-spacing:-.025em;text-wrap:pretty}.rp-section p{font-size:16px}.rp-hero__layout{min-height:0;padding-block:40px 30px;gap:32px}.rp-hero h1{font-size:clamp(34px,9.4vw,44px);line-height:1.1;letter-spacing:-.025em}.rp-hero__copy>p{font-size:16px;line-height:1.7;margin-block:22px 24px}.rp-hero__estimate{grid-template-columns:1fr;padding:18px;gap:14px}.rp-area--compact .rp-area__counter{grid-template-columns:44px minmax(0,1fr) 44px}.rp-area--compact .rp-area__counter>button{width:44px;height:44px}.rp-area--compact .rp-area__value input{height:48px;font-size:34px}.rp-area--compact .rp-area__readout{font-size:34px}.rp-hero__estimate>.v2-button{justify-content:center}.rp-trust{grid-template-columns:1fr;gap:17px}.rp-trust li{flex-direction:row;align-items:center;gap:16px;font-size:14px}.rp-trust li+li{padding-left:0;border:0}.rp-prices>div{gap:16px;padding-block:19px}.rp-prices dt{font-size:15px}.rp-prices dd{font-size:16px}.rp-prices dd span{display:block}.rp-section .rp-price-note{font-size:14px}.rp-estimator__body{min-height:280px;padding:22px 18px 10px}.rp-estimator__actions{padding:14px 18px 22px;gap:10px;grid-template-columns:.72fr 1fr}.rp-estimator__actions .v2-button{padding-inline:12px;font-size:15px}.rp-estimator__summary{font-size:15px;gap:12px}.rp-area__counter{grid-template-columns:44px minmax(0,1fr) 44px;gap:8px}.rp-area__counter>button{width:44px;height:44px}.rp-area__readout,.rp-area__value input{font-size:44px}.rp-object-options label{padding-inline:12px}.rp-zones__tabs button{min-height:70px;padding:12px 8px;gap:8px;font-size:14px}.rp-zones__tabs svg{width:22px;height:22px}.rp-zones__panel{grid-template-columns:1fr}.rp-zones__photo{min-height:0;height:190px}.rp-zones__copy{padding:22px 18px}.rp-zones__copy h3{font-size:21px}.rp-zones__copy p{font-size:16px}.rp-zones__copy li{font-size:14px}.rp-equipment__tabs{flex-direction:column;gap:8px}.rp-equipment__tabs button{text-align:left;padding-inline:16px}.rp-equipment__panel{gap:24px 18px;align-items:start}.rp-equipment__copy{grid-column:1/-1;min-height:0}.rp-equipment__tool{grid-column:1;grid-row:2;align-self:center}.rp-equipment__tool img{height:210px}.rp-equipment__detail{grid-column:2;grid-row:2;min-height:210px}.rp-comparison{height:280px}.rp-comparison__after-label,.rp-comparison__before-label{top:12px}.rp-comparison__before-label{left:12px}.rp-comparison__after-label{right:12px}.rp-results__choices{gap:7px;margin-top:14px}.rp-results__choices img{height:64px}.rp-results__choices span{padding-inline:0;line-height:1.45}.rp-section .rp-results__note{font-size:14px;text-align:left}.rp-included,.rp-section{padding-block:88px}}@media (prefers-reduced-motion:reduce){.rp-hero *,.rp-section *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.gc-hero,.gc-section,.gc-trust{color:var(--v2-ink)}.gc-hero *,.gc-section *,.gc-trust *{box-sizing:border-box}.gc-section{padding-block:64px;scroll-margin-top:100px}.gc-section h2{max-width:1240px;margin:0 0 24px;font-size:clamp(32px,2.7vw,38px);line-height:1.15;font-weight:650;letter-spacing:-.032em;text-wrap:balance;overflow-wrap:break-word}.gc-section h3{margin:0;font-size:21px;line-height:1.35;font-weight:700;letter-spacing:-.02em}.gc-hero p,.gc-section p{font-size:17px;line-height:1.65;text-wrap:pretty}.gc-section .gc-lead{margin:-10px 0 28px;color:var(--v2-muted)}.gc-hero .v2-button,.gc-section .v2-button{min-height:50px;border-radius:7px;padding:13px 20px;gap:12px;font-size:16px;line-height:1.4}.gc-hero .v2-button svg,.gc-section .v2-button svg{flex-shrink:0}.gc-hero button:focus-visible,.gc-section [role=tabpanel]:focus-visible,.gc-section button:focus-visible{outline:3px solid var(--v2-sage-deep);outline-offset:4px}.gc-hero button:disabled,.gc-section button:disabled{opacity:.4;cursor:not-allowed}.gc-hero{position:relative;isolation:isolate;background:#fdfcf8}.gc-hero:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(253,252,248,.97),rgba(253,252,248,.9) 33%,rgba(253,252,248,.72) 49%,rgba(253,252,248,.12) 76%,transparent)}.gc-hero__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-1}.gc-hero__layout{position:relative;z-index:1;display:flex;align-items:center;min-height:590px;padding-block:56px}.gc-hero__copy{width:56%;max-width:650px}.gc-hero h1{margin:0;font-size:clamp(38px,3.9vw,56px);line-height:1.1;font-weight:650;letter-spacing:-.032em;text-wrap:balance;overflow-wrap:break-word}.gc-hero__copy>p{max-width:520px;margin:24px 0 28px}.gc-hero__estimate{max-width:390px}.gc-hero__estimate>.gc-area{display:grid;gap:12px;border:1px solid var(--v2-line);border-radius:7px;padding:14px 18px 16px;background:rgba(253,252,248,.92)}.gc-hero__estimate .v2-button{width:100%;justify-content:space-between}.gc-area .rp-area--compact .rp-area__counter{grid-template-columns:40px minmax(0,1fr) 40px}.gc-area .rp-area--compact .rp-area__counter>button{width:40px;height:40px;border-color:var(--v2-line);background:white;color:var(--v2-ink)}.gc-area .rp-area--compact .rp-area__counter>button:hover:not(:disabled){background:#e9ede3;border-color:var(--v2-sage-deep)}.gc-area .rp-area--compact .rp-area__value.is-editing input{color:var(--v2-ink)}.gc-area .rp-area--compact .rp-area__value input:focus-visible{outline:2px solid var(--v2-sage-deep);outline-offset:1px}.gc-area .rp-area__limits{color:var(--v2-muted)}.gc-trust{border-bottom:1px solid var(--v2-line);background:#f6f5ef;padding-block:24px}.gc-trust ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:0;list-style:none}.gc-trust li{display:flex;gap:18px;align-items:center;padding-right:16px;font-size:15px;line-height:1.5}.gc-trust li+li{padding-left:24px;border-left:1px solid var(--v2-line)}.gc-trust svg{flex-shrink:0;color:var(--v2-sage-deep)}.gc-pricing{padding-block:112px 58px}.gc-pricing__layout{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:clamp(38px,5vw,72px);align-items:start}.gc-tariffs{display:flex;flex-direction:column;border:1px solid var(--v2-line);border-radius:7px;overflow:clip}.gc-tariffs button{min-width:0;min-height:102px;display:flex;align-items:center;gap:15px;border:0;padding:22px 18px;background:#f7f6f0;color:var(--v2-ink);text-align:left;transition:background .22s,color .22s}.gc-tariffs button+button{border-top:1px solid var(--v2-line)}.gc-tariffs button>span{min-width:0;flex:1}.gc-tariffs strong{display:block;font-size:16px;line-height:1.4}.gc-tariffs small{display:block;margin-top:6px;font-size:14px}.gc-tariffs svg{flex-shrink:0}.gc-tariffs button>svg:last-child{opacity:0;width:18px}.gc-tariffs button:hover{background:#e6ebdf}.gc-tariffs button[aria-selected=true]{background:var(--v2-sage-deep);color:white}.gc-tariffs button[aria-selected=true]>svg:last-child{opacity:1}.gc-tariffs button:focus-visible{outline-offset:-4px;outline-color:var(--v2-ink)}.gc-tariff-stage{min-width:0;padding-block:12px}.gc-tariff-stage [role=tabpanel]{min-height:222px}.gc-tariff-stage [role=tabpanel][hidden]{display:none}.gc-tariff-stage p{font-size:16px;margin:14px 0}.gc-tariff-stage .gc-tariff-price{color:var(--v2-muted);margin-top:7px}.gc-tariff-stage ul{display:grid;gap:10px;margin:16px 0 0;padding:0;list-style:none}.gc-tariff-stage li{display:flex;align-items:flex-start;gap:10px;font-size:16px;line-height:1.5}.gc-tariff-stage li svg{flex-shrink:0;color:var(--v2-sage-deep);margin-top:3px}.gc-tariff-stage .gc-extras{font-size:15px;line-height:1.65}.gc-tariff-stage .gc-price-note{display:flex;align-items:flex-start;gap:10px;padding:14px;margin:20px 0 0;background:#f0f0e7;border-radius:5px;font-size:14px;line-height:1.6}.gc-price-note svg{flex-shrink:0;color:var(--v2-sage-deep);margin-top:2px}.gc-estimate{min-width:0;border:1px solid var(--v2-line);border-radius:8px;padding:24px;background:white;scroll-margin-top:110px}.gc-estimate h3{font-size:18px;margin-bottom:24px}.gc-estimate>p{font-size:15px;margin-block:20px;color:var(--v2-muted)}.gc-estimate .v2-button{width:100%;justify-content:space-between;padding-inline:15px;font-size:15px}.gc-scope{padding-block:70px 96px}.gc-rooms{display:flex;gap:8px;align-items:stretch}.gc-room{position:relative;isolation:isolate;min-width:0;flex:1 1 0;height:340px;overflow:clip;border:1px solid transparent;border-radius:7px;background:#edece3;transition:flex-grow .45s cubic-bezier(.22,1,.36,1),border-color .25s}.gc-room.is-active{flex-grow:3;border-color:var(--v2-sage-deep)}.gc-room__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.55) saturate(.78);z-index:-1;transition:filter .3s}.gc-room h3{height:100%}.gc-room h3>button{width:100%;height:100%;min-height:64px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;background:none;color:white;border:0;padding:22px 18px;text-align:left;font-size:16px;line-height:1.4;font-weight:650}.gc-room h3>button:hover{background:rgba(45,54,46,.12)}.gc-room h3>button:focus-visible{outline-offset:-5px;outline-color:white}.gc-room__toggle{align-self:flex-end;display:grid;place-items:center;flex-shrink:0;width:36px;height:36px;border:1px solid rgba(255,255,255,.6);border-radius:50%}.gc-room.is-active .gc-room__photo{top:0;height:100%;width:46%;filter:saturate(.78)}.gc-room.is-active h3{height:auto;margin-left:46%}.gc-room.is-active h3>button{height:auto;min-height:82px;color:var(--v2-ink);flex-direction:row;align-items:center;justify-content:space-between;padding:18px 22px 10px;font-size:21px}.gc-room.is-active h3>button:focus-visible{outline-color:var(--v2-sage-deep)}.gc-room.is-active .gc-room__toggle{align-self:center;border-color:var(--v2-line);background:white}.gc-room__details{padding:4px 22px 22px;margin-left:46%}.gc-room__details[hidden]{display:none}.gc-room__details ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}.gc-room__details li{display:flex;align-items:flex-start;gap:9px;font-size:15px;line-height:1.6}.gc-room__details svg{flex-shrink:0;margin-top:3px;color:var(--v2-sage-deep)}.gc-standards{background:transparent;color:white;padding-block:0 88px}.gc-standards>.v2-container{padding:clamp(34px,4vw,54px);border-radius:12px;background:#627b59}.gc-standards h2{max-width:900px}.gc-standards__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.gc-standards__grid article{min-width:0}.gc-standards img{display:block;width:100%;height:175px;object-fit:cover;border-radius:7px;filter:saturate(.78)}.gc-standards h3{margin-top:20px;font-size:20px}.gc-standards p{margin:10px 0 0;font-size:16px;line-height:1.65;color:#f9faf6}.gc-results{padding-block:54px 30px}.gc-results__layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:50px;align-items:center}.gc-results__copy h2{max-width:500px}.gc-results__copy>p{max-width:430px;color:var(--v2-muted)}.gc-results__controls{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:26px}.gc-icon-button{display:grid;place-items:center;flex:0 0 auto;width:44px;height:44px;border-radius:7px;background:transparent;color:var(--v2-ink);border:1px solid var(--v2-line);transition:background .2s,color .2s}.gc-icon-button:hover{background:var(--v2-sage-deep);color:white}.gc-results__controls>span{min-width:0;flex:1;display:flex;align-items:center;gap:16px;padding-left:10px;font-size:15px;line-height:1.5}.gc-results__count{flex-shrink:0;font-variant-numeric:tabular-nums}.gc-results__controls strong{font-weight:600}.gc-results__copy .gc-results__description{font-size:15px;margin-bottom:0}.gc-comparison{position:relative;height:300px;isolation:isolate;overflow:hidden;border-radius:8px;background:#e9e6de}.gc-comparison>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.8)}.gc-comparison__after{clip-path:inset(0 0 0 var(--gc-split))}.gc-comparison__label{position:absolute;top:14px;left:14px;padding:5px 10px;background:rgba(45,54,46,.8);color:white;border-radius:5px;font-size:14px}.gc-comparison__label--after{left:auto;right:14px}.gc-comparison__handle{position:absolute;top:0;bottom:0;left:clamp(24px,var(--gc-split),calc(100% - 24px));display:flex;justify-content:center;align-items:center;width:2px;background:white;pointer-events:none}.gc-comparison__handle svg{flex:0 0 48px;height:48px;padding:12px;border-radius:50%;background:white;color:var(--v2-ink);box-shadow:0 2px 12px #0002}.gc-comparison__slider{position:absolute;inset:0;z-index:2;touch-action:pan-y}.gc-comparison__slider [role=slider],.gc-comparison__slider>span:first-child{opacity:0}.gc-comparison__slider [role=slider]{width:48px;height:48px}.gc-comparison:focus-within{outline:3px solid var(--v2-sage-deep);outline-offset:4px}.gc-results .gc-results__note{margin:12px 0 0;font-size:14px;line-height:1.5;color:var(--v2-muted)}.v2-page--general .v2-faq-layout{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.v2-page--general .v2-faq-copy h2{max-width:680px;font-size:clamp(39px,4vw,56px);line-height:1.06;text-wrap:pretty}@media (max-width:1100px){.gc-hero__copy{width:61%}.gc-pricing__layout{grid-template-columns:minmax(180px,.78fr) minmax(0,1.22fr);gap:28px}.gc-tariffs button{padding-inline:12px;gap:10px}.gc-tariffs button>svg:last-child{display:none}.gc-room{height:420px}.gc-room h3>button,.gc-room__details{padding-inline:14px}.gc-standards__grid{gap:24px}}@media (max-width:980px){.gc-pricing__layout{grid-template-columns:minmax(190px,.7fr) minmax(0,1.3fr)}.gc-rooms{flex-direction:column;gap:10px}.gc-room,.gc-room.is-active{flex:none;height:auto;min-height:86px}.gc-room h3>button{flex-direction:row;align-items:center;justify-content:space-between;min-height:86px;padding:16px 22px}.gc-room h3>button>span:first-child{max-width:70%}.gc-room__toggle{align-self:center}.gc-room.is-active{min-height:320px}.gc-room.is-active .gc-room__photo{width:44%}.gc-room.is-active h3{margin-left:44%}.gc-room__details{margin-left:44%;padding:4px 24px 26px}.gc-room__details ul{gap:14px}.gc-standards img{height:140px}.gc-results__layout{gap:30px}.gc-comparison{height:280px}}@media (max-width:900px){.v2-page--general .v2-faq-layout{grid-template-columns:1fr}.v2-page--general .v2-faq-foliage-desktop{display:none}.v2-page--general .v2-faq-foliage{display:block}}@media (max-width:760px){.gc-section{padding-block:56px}.gc-hero{display:flex;flex-direction:column}.gc-hero:before{display:none}.gc-hero__layout{min-height:0;padding-block:38px 28px}.gc-hero__copy{width:100%;max-width:650px}.gc-hero__copy>p{max-width:580px}.gc-hero h1{font-size:clamp(36px,6vw,46px)}.gc-hero__photo{position:relative;z-index:0;order:2;height:300px;object-position:right center}.gc-hero__estimate{max-width:390px}.gc-trust{padding-block:20px}.gc-trust ul{gap:14px}.gc-trust li{flex-direction:column;align-items:flex-start;gap:12px;padding-right:0;font-size:14px}.gc-trust li+li{padding-left:14px}.gc-section h2{font-size:clamp(30px,5.5vw,40px)}.gc-pricing__layout{gap:24px}.gc-pricing{padding-block:82px 48px}.gc-scope{padding-block:54px 72px}.gc-tariffs button{padding:18px 14px}.gc-tariff-stage [role=tabpanel]{min-height:245px}.gc-standards__grid{grid-template-columns:1fr;gap:30px}.gc-standards{padding-block:0 68px}.gc-standards>.v2-container{width:min(100% - 32px,1240px);padding:30px 24px}.gc-standards__grid article{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1fr);column-gap:24px}.gc-standards img{grid-row:1/3;height:100%;min-height:160px}.gc-standards h3{margin-top:0}.gc-results__layout{grid-template-columns:1fr}.gc-results__copy h2,.gc-results__copy>p{max-width:100%}.gc-comparison{height:320px}}@media (max-width:540px){.gc-hero h1{font-size:clamp(33px,8.5vw,43px)}.gc-hero__copy>p{margin-block:22px;font-size:16px}.gc-hero__estimate{max-width:none}.gc-hero__photo{height:240px;object-fit:cover;object-position:right}.gc-trust ul{grid-template-columns:1fr;gap:18px}.gc-trust li{flex-direction:row;align-items:center;gap:16px}.gc-trust li+li{padding-left:0;border-left:0}.gc-section h2{font-size:clamp(29px,7.7vw,36px);text-wrap:pretty}.gc-section p{font-size:16px}.gc-pricing__layout{grid-template-columns:1fr}.gc-tariffs{flex-direction:column}.gc-tariffs button{min-height:76px;padding:16px;gap:15px}.gc-tariffs button>svg:last-child{display:block}.gc-tariffs strong{font-size:16px}.gc-tariff-stage{padding:0}.gc-tariff-stage [role=tabpanel]{min-height:224px}.gc-room.is-active{min-height:0}.gc-room.is-active .gc-room__photo{position:relative;display:block;inset:auto;width:100%;height:170px;object-position:center 55%}.gc-room.is-active{display:flex;flex-direction:column}.gc-room.is-active h3{order:-1;height:auto;min-height:70px;margin-left:0}.gc-room.is-active h3>button{min-height:70px}.gc-room__details{margin-left:0;padding:20px}.gc-room__details li{font-size:16px}.gc-standards__grid article{display:block}.gc-standards img{height:165px;min-height:0}.gc-standards h3{margin-top:18px}.gc-standards p{font-size:16px}.v2-page--general .v2-faq-copy h2{font-size:clamp(31px,8.6vw,39px)}.gc-results__controls>span{gap:10px;padding-left:4px}.gc-comparison{height:260px}.gc-pricing,.gc-results,.gc-scope,.gc-section,.gc-standards{padding-block:88px}}@media (prefers-reduced-motion:reduce){.gc-hero *,.gc-section *{animation:none!important;transition:none!important}}.dc-section{padding-block:82px;scroll-margin-top:100px}.dc-hero *,.dc-process *,.dc-quote *,.dc-section *{box-sizing:border-box}.dc-process h2,.dc-section h2{margin:0 0 26px;font-size:clamp(30px,2.6vw,38px);font-weight:650;line-height:1.16;letter-spacing:-.028em;text-wrap:balance;overflow-wrap:break-word}.dc-process h3,.dc-section h3{margin:0;font-size:20px;font-weight:650;line-height:1.4}.dc-process p,.dc-quote p,.dc-section p{font-size:17px;line-height:1.65}.dc-section .dc-lead{margin:-12px 0 28px;color:var(--v2-muted)}.dc-hero .v2-button,.dc-quote .v2-button,.dc-section .v2-button{min-height:48px;padding:13px 20px;gap:12px;border-radius:8px;font-size:15px;line-height:1.4;white-space:normal;background:#647258;border-color:#647258}.dc-hero a:focus-visible,.dc-process button:focus-visible,.dc-quote a:focus-visible,.dc-quote button:focus-visible,.dc-section [role=tabpanel]:focus-visible,.dc-section button:focus-visible{outline:3px solid var(--v2-sage-deep);outline-offset:4px}.dc-hero a:focus-visible,.dc-process button:focus-visible{outline-color:#fff}.dc-hero{position:relative;min-height:680px;display:grid;align-items:center;color:#fff;background:#627b59;isolation:isolate}.dc-hero__photo{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%;filter:brightness(.73) saturate(.8)}.dc-hero__copy{max-width:780px;padding-block:70px 46px}.dc-hero h1{margin:0;max-width:780px;font-size:clamp(42px,4vw,58px);font-weight:650;line-height:1.1;letter-spacing:-.03em;text-wrap:balance}.dc-hero__copy>p{max-width:600px;margin:27px 0 30px;color:#fff;font-size:17px;line-height:1.7}.dc-messengers{display:flex;align-items:center;flex-wrap:wrap;gap:12px 24px}.dc-messengers a{min-height:44px;display:inline-flex;align-items:center;gap:10px;font-size:14px;line-height:1.5;text-decoration:none;color:inherit;transition:opacity .2s}.dc-messengers img,.dc-messengers svg{flex:0 0 auto}.dc-hero .dc-messengers{margin-top:20px}.dc-hero .dc-messengers img{filter:brightness(0) invert(1)}.dc-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;max-width:760px;margin:34px 0 0;padding:22px 0 0;list-style:none;border-top:1px solid #ffffff45}.dc-trust li{display:flex;gap:12px;align-items:flex-start;min-width:0;padding-right:18px;font-size:14px;line-height:1.5}.dc-trust li+li{padding-left:18px;border-left:1px solid #ffffff45}.dc-trust svg{flex-shrink:0}.dc-catalogue{position:relative;margin-bottom:24px}.dc-products{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.dc-products>button{display:flex;flex-direction:column;align-items:center;gap:7px;padding:12px 8px 14px;border:1px solid transparent;border-radius:8px;color:var(--v2-ink);background:transparent;text-align:center;font-size:14px;line-height:1.4;transition:background .2s,border-color .2s}.dc-products>button[aria-selected=true]{background:#e9ece2}.dc-products img{width:100%;height:100px;object-fit:contain;mix-blend-mode:multiply}.dc-products strong{max-width:190px;font-size:15px;font-weight:600}.dc-products>button>span:last-child{margin-top:auto;padding-top:4px}.dc-products__sizes{color:var(--v2-muted);font-size:14px}.dc-catalogue__arrow{position:absolute;top:65px;display:grid;place-items:center;width:30px;height:44px;border:0;border-radius:6px;background:transparent;color:var(--v2-sage-deep)}.dc-catalogue__arrow:first-child{left:-33px}.dc-catalogue__arrow:last-child{right:-33px}.dc-product-panel{display:grid;grid-template-columns:minmax(160px,.85fr) minmax(260px,1.3fr) minmax(260px,1fr);align-items:center;gap:28px;padding:24px;border:1px solid var(--v2-line);border-radius:8px}.dc-product-panel__image{display:block;width:100%;height:196px;object-fit:contain;mix-blend-mode:multiply}.dc-product-panel__options>p{margin:12px 0 9px;color:var(--v2-muted);font-size:14px}.dc-product-panel__options>label{display:block;margin:15px 0 8px;font-size:14px}.dc-size-options{display:flex;flex-wrap:wrap;gap:7px}.dc-size-options>label{position:relative;display:flex;align-items:center;min-height:44px;padding:9px 12px;border:1px solid var(--v2-line);border-radius:6px;font-size:14px;line-height:1.3;cursor:pointer;background:transparent;transition:background .2s,border-color .2s}.dc-size-options>label.is-selected{border-color:var(--v2-sage-deep);background:#eef0e9}.dc-size-options>label>button{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:6px;opacity:0}.dc-size-options>label:has(:focus-visible){outline:3px solid var(--v2-sage);outline-offset:3px}.dc-counter{display:flex;align-items:center;gap:8px;width:max-content}.dc-counter>button{width:44px;height:44px;display:grid;place-items:center;background:transparent;border:1px solid var(--v2-line);border-radius:6px;color:var(--v2-ink)}.dc-counter button:disabled{opacity:.4;cursor:not-allowed}.dc-counter__value{position:relative;width:56px;height:44px}.dc-counter__value input{width:56px;height:44px;padding:8px 0;text-align:center;font-size:17px;border-color:transparent;background:transparent;box-shadow:none;color:transparent;caret-color:var(--v2-ink);appearance:textfield}.dc-counter__value input::-webkit-inner-spin-button{appearance:none}.dc-counter__value>span{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;font-size:17px;font-variant-numeric:tabular-nums}.dc-counter__value:focus-within>span{visibility:hidden}.dc-counter__value input:focus{color:var(--v2-ink)}.dc-product-panel__quote{padding-left:28px;border-left:1px solid var(--v2-line);scroll-margin-top:120px}.dc-product-panel__quote .dc-product-panel__price{margin:0 0 16px;font-size:24px;font-weight:650}.dc-product-panel__quote .v2-button{width:100%}.dc-product-panel__quote>p:last-child{margin:16px 0 0;font-size:14px;color:var(--v2-muted)}.dc-scope{padding-block:88px 96px}.dc-scope__layout{display:grid;grid-template-columns:195px minmax(0,1fr);gap:0}.dc-scope__tabs{display:flex;flex-direction:column;border-radius:7px 0 0 7px;overflow:hidden;background:#f2f0e9}.dc-scope__tabs>button{flex:1;min-height:74px;display:flex;gap:12px;align-items:center;padding:16px;color:var(--v2-ink);background:transparent;border:0;border-bottom:1px solid var(--v2-line);text-align:left;font-size:14px;font-weight:600;line-height:1.5;transition:background .2s,color .2s}.dc-scope__tabs>button svg{flex:0 0 auto}.dc-scope__tabs>button[aria-selected=true]{color:#fff;background:#4c5c45}.dc-scope__tabs>button:focus-visible{outline-offset:-4px}.dc-scope__panel{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:36px;min-width:0}.dc-scope__panel[hidden]{display:none}.dc-scope__photo{display:block;width:100%;height:100%;min-height:330px;max-height:430px;object-fit:cover;border-radius:0 7px 7px 0;filter:saturate(.8)}.dc-scope__copy{min-width:0;padding-block:6px;display:flex;flex-direction:column;justify-content:center}.dc-scope__copy>p{margin:12px 0 16px;color:var(--v2-muted)}.dc-scope__copy ul{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:9px}.dc-scope__copy li{display:flex;gap:10px;font-size:15px;line-height:1.5}.dc-scope__copy li svg{color:#4c5c45;flex:0 0 auto;margin-top:2px}.dc-materials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.dc-materials figure{margin:0}.dc-materials img{display:block;width:100%;height:82px;object-fit:cover;border-radius:6px}.dc-materials figcaption{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.dc-process{padding-block:76px;background:#627b59;color:#fff;scroll-margin-top:90px}.dc-process__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.18fr);gap:42px}.dc-process__photo{position:relative;min-height:440px;overflow:hidden;border-radius:9px}.dc-process__photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.75) brightness(.92)}.dc-process__copy{padding-block:22px}.dc-process h2{max-width:680px;margin-bottom:24px;font-size:clamp(27px,2.15vw,32px)}.dc-process ol{display:grid;gap:5px;list-style:none;margin:0;padding:0}.dc-process li{position:relative;display:grid;grid-template-columns:36px minmax(0,1fr);gap:16px}.dc-process li:not(:last-child):after{content:"";position:absolute;top:36px;left:17px;bottom:-5px;width:1px;background:#ffffff55}.dc-process__number{display:grid;place-items:center;width:35px;height:35px;margin-top:3px;border:1px solid #ffffff80;border-radius:50%;font-size:16px;font-variant-numeric:tabular-nums}.dc-process li.is-active .dc-process__number{color:#627b59;background:#fff}.dc-process li>div{border-bottom:1px solid #ffffff30;padding:0 12px 8px}.dc-process li.is-active>div{border-radius:7px;border-color:transparent;background:#ffffff12}.dc-process h3{font-size:17px}.dc-process h3 button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:48px;border:0;padding:10px 0;background:none;color:#fff;text-align:left;font-weight:650;line-height:1.45}.dc-process h3 button svg{flex:0 0 auto;transition:rotate .3s}.dc-process h3 button[aria-expanded=true] svg{rotate:180deg}.dc-process li p{margin:0 0 5px;font-size:15px;line-height:1.65;color:#f2f4ef}.dc-results__layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(270px,.85fr);gap:32px}.dc-results__layout>div{min-width:0}.dc-comparison{position:relative;height:300px;overflow:hidden;border-radius:7px;isolation:isolate;background:#e9e6de}.dc-comparison>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.dc-comparison__after{clip-path:inset(0 0 0 var(--dc-split))}.dc-comparison__label{position:absolute;top:12px;left:12px;padding:7px 10px;border-radius:4px;background:#2d362edb;color:#fff;font-size:14px;pointer-events:none}.dc-comparison__label--after{left:auto;right:12px}.dc-comparison__handle{position:absolute;z-index:2;top:0;bottom:0;left:var(--dc-split);width:2px;background:#fff;pointer-events:none}.dc-comparison__handle>svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;padding:10px;background:#fff;border-radius:50%;box-shadow:0 2px 12px #0002}.dc-comparison__slider{position:absolute;z-index:3;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize}.dc-comparison:focus-within{outline:3px solid var(--v2-sage-deep);outline-offset:4px}.dc-results__choices{display:flex;flex-direction:column;gap:10px}.dc-results__choices>button{min-width:0;display:flex;align-items:center;gap:15px;padding:9px;border:1px solid transparent;border-radius:7px;background:transparent;text-align:left;color:var(--v2-ink)}.dc-results__choices>button[aria-selected=true]{border-color:var(--v2-sage-deep);background:#edf0e7}.dc-results__choices img{width:112px;height:78px;flex:0 0 auto;object-fit:cover;border-radius:5px}.dc-results__choices strong{display:block;font-size:16px;line-height:1.4;font-weight:650}.dc-results__choices small{display:block;margin-top:6px;font-size:14px;color:var(--v2-muted)}.dc-results .dc-result-description,.dc-results .dc-results__note{font-size:14px;color:var(--v2-muted);margin:12px 0 0}.dc-results .dc-results__note{text-align:right}.v2-page--dry .v2-faq-layout{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.v2-page--dry .v2-faq-foliage-desktop{left:-48px}.dc-quote{--v2-sage-deep:var(--color-primary);--v2-sage:var(--color-primary);padding:clamp(20px,4vw,40px);max-width:680px;color:var(--color-text-main)}.dc-quote,.dc-quote h2,.dc-quote h3{font-family:Manrope,Plus Jakarta Sans,sans-serif}.dc-quote>h2{margin:0 35px 12px 0;font-size:30px;line-height:1.2;letter-spacing:-.025em}.dc-quote__selection{display:flex;align-items:center;gap:22px;border-block:1px solid var(--color-border);padding-block:18px;margin-block:24px}.dc-quote__selection img{width:150px;height:110px;object-fit:contain;mix-blend-mode:multiply}.dc-quote__selection h3{font-size:19px;line-height:1.4;margin:0}.dc-quote__selection p{margin:6px 0;font-size:15px}.dc-quote>.v2-button{margin-top:20px}.dc-quote__details{padding:18px;background:#eff1e9;border-radius:8px}.dc-quote__details>p{margin:0 0 12px;font-size:15px}.dc-quote__back,.dc-quote__copy{min-height:44px;display:inline-flex;align-items:center;gap:10px;border:0;color:var(--color-text-main);background:none;font-size:14px;font-weight:650}.dc-quote__details [role=status]{display:block;font-size:14px;margin-top:5px}.dc-quote .dc-messengers{gap:10px;margin-top:18px}.dc-quote .dc-messengers a{flex:1;min-height:56px;padding:12px;border:1px solid var(--color-border);border-radius:7px;font-weight:650}.dc-quote .dc-quote__note{display:flex;gap:10px;font-size:14px;margin-top:18px}.dc-quote__note svg{flex:0 0 auto;margin-top:3px}.dc-quote__actions{display:flex;gap:15px;justify-content:space-between;align-items:center;margin-top:24px}@media (hover:hover){.dc-hero .v2-button:hover,.dc-quote .v2-button:hover,.dc-section .v2-button:hover{background:#4c5c45;border-color:#4c5c45;color:#fff}.dc-products>button:hover{background:#eef0e9}.dc-catalogue__arrow:hover,.dc-counter>button:not(:disabled):hover,.dc-size-options>label:hover{background:#e5e9de}.dc-scope__tabs>button:hover{background:#dfe5d7}.dc-scope__tabs>button[aria-selected=true]:hover{background:#3d4c36}.dc-results__choices>button:hover{border-color:var(--v2-sage)}.dc-process h3 button:hover{color:#dce8ce}.dc-messengers a:hover{opacity:.75}}@media (max-width:1320px){.dc-catalogue__arrow{display:none}.dc-product-panel{grid-template-columns:minmax(140px,.75fr) minmax(220px,1.15fr) minmax(220px,1fr);gap:20px;padding:20px}.dc-product-panel__quote{padding-left:20px}.dc-scope__layout{grid-template-columns:170px minmax(0,1fr)}.dc-scope__panel{gap:24px}}@media (max-width:1000px){.dc-hero__copy{max-width:65%}.dc-hero h1{font-size:42px}.dc-trust{grid-template-columns:1fr;gap:12px;max-width:560px}.dc-trust li,.dc-trust li+li{padding:0;border-left:0}.dc-products{grid-template-columns:repeat(6,minmax(142px,1fr));overflow-x:auto;padding-bottom:12px;scroll-snap-type:x proximity}.dc-products>button{scroll-snap-align:start}.dc-product-panel{grid-template-columns:minmax(150px,.8fr) minmax(0,1.2fr)}.dc-product-panel__quote{grid-column:1/-1;display:grid;grid-template-columns:.65fr 1.1fr 1fr;gap:20px;align-items:center;padding:20px 0 0;border-left:0;border-top:1px solid var(--v2-line)}.dc-product-panel__quote .dc-product-panel__price,.dc-product-panel__quote>p:last-child{margin:0}.dc-scope__layout{grid-template-columns:1fr;gap:16px}.dc-scope__tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-radius:7px}.dc-scope__tabs>button{padding:12px}.dc-scope__panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.dc-scope__photo{border-radius:7px}.dc-process__layout{gap:26px;grid-template-columns:.85fr 1.15fr}.dc-process h2{font-size:27px}.dc-results__layout{grid-template-columns:minmax(0,1.5fr) minmax(230px,.9fr);gap:22px}.dc-results__choices img{width:85px;height:70px}}@media (max-width:900px){.v2-page--dry .v2-faq-layout{grid-template-columns:1fr}.v2-page--dry .v2-faq-foliage-desktop{display:none}.v2-page--dry .v2-faq-foliage{display:block}}@media (max-width:760px){.dc-section{padding-block:58px}.dc-section h2{font-size:30px}.dc-hero{min-height:680px}.dc-hero__photo{object-position:62% center;filter:brightness(.48) saturate(.8)}.dc-hero__copy{max-width:100%;padding-block:58px 38px}.dc-hero h1{max-width:620px;font-size:clamp(34px,6.2vw,42px)}.dc-hero__copy>p{max-width:550px}.dc-product-panel__quote{grid-template-columns:1fr 1.3fr}.dc-product-panel__quote>p:last-child{grid-column:1/-1}.dc-scope__tabs>button{flex-direction:column;text-align:center;justify-content:center;gap:7px}.dc-scope__panel{gap:22px}.dc-scope__copy>p{font-size:16px}.dc-scope__photo{min-height:370px}.dc-process__layout{grid-template-columns:1fr;gap:0}.dc-process{padding-block:58px}.dc-process__photo{min-height:0;height:280px;margin:28px 0 0;border-radius:7px}.dc-process__copy{padding-block:26px 32px}.dc-process h2{max-width:620px}.dc-results__layout{grid-template-columns:1fr}.dc-results__choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dc-results__choices>button{flex-direction:column;align-items:stretch;gap:10px;padding:7px}.dc-results__choices img{width:100%;height:95px}.dc-results__choices strong{font-size:14px}.dc-results__choices small{display:none}.dc-results .dc-results__note{text-align:left}}@media (max-width:540px){.dc-section h2{font-size:clamp(27px,7.3vw,32px);text-wrap:pretty}.dc-hero__copy>p{margin-block:22px;font-size:16px}.dc-hero .v2-button{width:100%}.dc-hero .dc-messengers{gap:8px;display:grid}.dc-hero .dc-messengers a{font-size:15px}.dc-trust{gap:16px;padding-top:18px;margin-top:24px}.dc-trust li{font-size:14px;gap:10px}.dc-products{grid-template-columns:repeat(6,148px)}.dc-product-panel{grid-template-columns:1fr;gap:18px;padding:18px}.dc-product-panel__image{height:155px}.dc-product-panel__quote{display:flex;flex-direction:column;align-items:stretch;gap:16px}.dc-product-panel__options h3{font-size:20px}.dc-scope__tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.dc-scope__tabs>button{flex-direction:row;text-align:left;justify-content:flex-start;min-height:66px}.dc-scope__panel{grid-template-columns:1fr}.dc-scope__photo{height:230px;min-height:0}.dc-scope__copy{padding:0}.dc-materials img{height:84px}.dc-process__photo{height:245px}.dc-process h2{font-size:27px}.dc-process li{grid-template-columns:32px minmax(0,1fr);gap:10px}.dc-process__number{width:32px;height:32px}.dc-process li:not(:last-child):after{left:15px;top:35px}.dc-process li>div{padding-inline:10px}.dc-process h3{font-size:16px}.dc-comparison{height:260px}.dc-results__choices img{height:72px}.dc-quote>h2{font-size:25px}.dc-quote__selection{gap:14px}.dc-quote__selection img{width:100px;height:85px}.dc-quote__selection h3{font-size:17px}.dc-quote .dc-messengers,.dc-quote__actions{flex-direction:column;align-items:stretch}.dc-process,.dc-section{padding-block:88px}}@media (prefers-reduced-motion:reduce){.dc-hero *,.dc-process *,.dc-quote *,.dc-section *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.wc-section{padding-block:82px;scroll-margin-top:100px}.wc-hero *,.wc-section *,.wc-work *{box-sizing:border-box}.wc-section h2,.wc-work h2{margin:0 0 24px;font-size:clamp(28px,2.5vw,36px);font-weight:650;line-height:1.2;letter-spacing:-.025em;text-wrap:balance;overflow-wrap:break-word}.wc-section p,.wc-work p{font-size:17px;line-height:1.65}.wc-section h3,.wc-work h3{font-size:17px;line-height:1.5;font-weight:650;margin:0}.wc-hero .v2-button,.wc-section .v2-button{min-height:48px;border-radius:8px;padding:12px 20px;gap:12px;font-size:15px;line-height:1.5;white-space:normal;background:#647258;border-color:#647258}.wc-hero button:focus-visible,.wc-section a:focus-visible,.wc-section button:focus-visible,.wc-work button:focus-visible{outline:3px solid #78866d;outline-offset:4px}.wc-hero button:focus-visible,.wc-work button:focus-visible{outline-color:#fff}.wc-hero{position:relative;isolation:isolate;background:#627b59;color:#fff;min-height:680px;display:grid;align-items:center}.wc-hero__image{position:absolute;z-index:-2;inset:0 0 0 auto;width:50%;height:100%;object-fit:cover;object-position:58% center;filter:saturate(.82) brightness(.94)}.wc-hero__copy{width:54%;padding:72px 48px 60px 0}.wc-hero h1{max-width:620px;margin:0;font-size:clamp(42px,4vw,58px);line-height:1.1;letter-spacing:-.03em;font-weight:650;text-wrap:balance}.wc-hero__copy>p{max-width:590px;margin:27px 0 30px;font-size:17px;line-height:1.7;color:#f0f3ed}.wc-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.wc-hero .wc-button--outline{background:transparent;border:1px solid #eef2e9a0}.wc-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0;list-style:none;margin:35px 0 0}.wc-trust li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;color:#f0f3ed}.wc-trust svg{flex-shrink:0;margin-top:2px}.wc-section .wc-lead{color:var(--v2-muted);margin:-10px 0 24px}.wc-price-list{border:1px solid var(--v2-line);border-radius:8px;overflow:hidden;scroll-margin-top:110px}.wc-price-row{display:grid;grid-template-columns:132px minmax(260px,1.5fr) minmax(180px,.72fr) minmax(260px,1fr);grid-template-areas:"photo name price controls";align-items:center;gap:24px;min-height:88px;padding-right:24px;transition:background .2s}.wc-price-row+.wc-price-row{border-top:1px solid var(--v2-line)}.wc-price-row.is-selected{background:#eaf0e4}.wc-price-row>img{grid-area:photo;display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.wc-price-row__name{grid-area:name;padding-block:14px;min-width:0}.wc-price-row__name h3{min-width:0}.wc-price-row__name label{display:block;min-width:0;cursor:pointer;text-wrap:pretty;overflow-wrap:anywhere}.wc-price-row__name>p{margin:3px 0 0;color:var(--v2-muted);font-size:14px;line-height:1.5}.wc-price-row .wc-price-row__price{grid-area:price;min-width:0;font-size:16px;margin:0;white-space:normal;color:#586450;text-wrap:pretty;overflow-wrap:anywhere}.wc-price-row__price span{font-size:14px}.wc-price-row__controls{grid-area:controls;display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0}.wc-price-row__controls>[data-orientation]{min-width:40px;flex:1;max-width:100px}.wc-price-row__unit{font-size:14px;min-width:22px}.wc-quantity{display:flex;flex-shrink:0;align-items:center;border:1px solid var(--v2-line);border-radius:6px;height:44px;background:#fff9}.wc-quantity>button{width:40px;height:42px;display:grid;place-items:center;color:var(--v2-ink);background:transparent;border:0;border-radius:5px}.wc-quantity>button:disabled{opacity:.35;cursor:not-allowed}.wc-quantity__number{position:relative;width:44px}.wc-quantity__number input{width:44px;height:42px;padding:0;text-align:center;border:0;background:transparent;border-radius:0;color:transparent;caret-color:var(--v2-ink);font-size:16px;font-variant-numeric:tabular-nums;appearance:textfield}.wc-quantity__number input::-webkit-inner-spin-button,.wc-quantity__number input::-webkit-outer-spin-button{appearance:none;margin:0}.wc-quantity__number input:focus{color:var(--v2-ink)}.wc-quantity__number input:focus+span{visibility:hidden}.wc-quantity__number span{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;font-size:16px;font-variant-numeric:tabular-nums}.wc-section .wc-price-note{display:flex;align-items:flex-start;gap:9px;margin:16px 0;font-size:14px;color:var(--v2-muted)}.wc-price-note svg{flex-shrink:0;margin-top:2px}.wc-basket{justify-content:space-between;gap:20px;padding:14px 18px;border:1px solid var(--v2-line);border-radius:7px}.wc-basket,.wc-basket>div{display:flex;align-items:center}.wc-basket>div{flex-wrap:wrap;gap:14px;font-size:15px}.wc-basket svg{flex-shrink:0}.wc-basket__count{color:var(--v2-muted);font-size:14px}.wc-scope{padding-block:88px 96px}.wc-scope__layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);gap:42px}.wc-scope__photo{position:relative;overflow:hidden;min-height:330px;border-radius:7px}.wc-scope__photo img{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;filter:saturate(.8)}.wc-stages{margin:0;padding:0;list-style:none}.wc-stages li{display:grid;grid-template-columns:40px minmax(0,1fr);gap:20px;padding-block:14px;border-bottom:1px solid var(--v2-line)}.wc-stages li:first-child{padding-top:0}.wc-stages__number{color:#78866d;font-size:28px;line-height:1.55;font-variant-numeric:tabular-nums}.wc-stages h3 button{width:100%;min-height:44px;padding:8px 0;text-align:left;background:none;border:0;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--v2-ink);line-height:1.5}.wc-stages button svg{flex-shrink:0;transition:rotate .25s}.wc-stages button[aria-expanded=true] svg{rotate:180deg}.wc-stages p{margin:6px 0 4px;color:var(--v2-muted);font-size:16px}.wc-work{padding-block:72px 64px;background:#627b59;scroll-margin-top:100px}.wc-work,.wc-work h2{color:#fff}.wc-work__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.wc-work article{min-width:0;padding:8px;margin:-8px;border-radius:7px;border:1px solid transparent;transition:border-color .25s,background .25s}.wc-work article.is-selected{border-color:#d6e0c9;background:#ffffff08}.wc-work article button{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;color:#fff;border-radius:5px}.wc-work__photo{position:relative;overflow:hidden;border-radius:5px;margin-bottom:14px}.wc-work img{display:block;width:100%;height:150px;object-fit:cover;transition:transform .45s}.wc-work__choose{position:absolute;bottom:8px;right:8px;display:grid;place-items:center;width:32px;height:32px;background:#627b59e8;border:1px solid #ffffff70;border-radius:5px}.wc-work article>p{font-size:15px;line-height:1.65;margin:10px 0 0;color:#f0f4ea}.wc-work .wc-work__status{min-height:23px;margin:25px 0 0;color:#e2eadc;font-size:14px}.wc-results__layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:40px}.wc-results__layout>div{min-width:0}.wc-comparison{position:relative;height:320px;overflow:hidden;border-radius:7px;background:#e4e7dd;isolation:isolate}.wc-comparison>img{position:absolute;width:100%;height:100%;object-fit:cover;inset:0}.wc-comparison__after{clip-path:inset(0 0 0 var(--wc-split))}.wc-comparison__label{position:absolute;top:12px;left:12px;border-radius:4px;background:#627b59e8;color:#fff;padding:6px 10px;font-size:14px}.wc-comparison__label--after{left:auto;right:12px}.wc-comparison__handle{position:absolute;z-index:2;inset-block:0;left:var(--wc-split);width:2px;background:#fff;pointer-events:none}.wc-comparison__handle>svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;padding:10px;border-radius:50%;background:#fff;box-shadow:0 2px 10px #0002}.wc-comparison__slider{position:absolute;z-index:3;inset:0;opacity:0;height:100%;width:100%;cursor:ew-resize}.wc-comparison:focus-within{outline:3px solid #78866d;outline-offset:4px}.wc-results__tabs{display:flex;flex-direction:column;gap:16px}.wc-results__tabs button{display:flex;align-items:center;gap:18px;width:100%;min-height:92px;padding:8px;border:1px solid transparent;border-radius:7px;background:transparent;text-align:left;font-size:17px;line-height:1.5;color:var(--v2-ink)}.wc-results__tabs button[aria-selected=true]{border-color:#78866d;background:#edf0e8}.wc-results__tabs img{width:130px;height:82px;object-fit:cover;border-radius:5px}.wc-results__tabs svg{flex:0 0 auto;margin-left:auto}.wc-results .wc-result-copy,.wc-results .wc-results__note{font-size:14px;color:var(--v2-muted);line-height:1.6;margin:12px 0 0}.wc-photo-links{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;margin-top:18px;font-size:14px}.wc-photo-links a{display:flex;align-items:center;gap:8px;min-height:44px;text-decoration:none;color:#46583e;font-weight:650}.v2-page--windows .v2-faq-layout{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.v2-page--windows .v2-faq-foliage-desktop{left:-48px}@media (hover:hover){.wc-hero .v2-button:hover,.wc-section .v2-button:hover{background:#4c5c45;border-color:#4c5c45;color:#fff}.wc-hero .wc-button--outline:hover{background:#fff;color:#627b59}.wc-quantity>button:not(:disabled):hover{background:#dfe7d7}.wc-stages h3 button:hover{color:#647258}.wc-work button:hover img{transform:scale(1.045)}.wc-work button:hover h3{text-decoration:underline;text-underline-offset:5px}.wc-results__tabs button:hover{background:#e9eee2}.wc-photo-links a:hover{text-decoration:underline;text-underline-offset:4px}}@media(max-width:1150px){.wc-hero__copy{padding-right:26px}.wc-trust{grid-template-columns:1fr;gap:12px;margin-top:24px}.wc-price-row{grid-template-columns:120px minmax(0,1fr) minmax(190px,auto);grid-template-areas:"photo name price" "photo controls controls";column-gap:18px;row-gap:8px;padding:14px 18px 14px 0}.wc-price-row__name{align-self:end;padding:0}.wc-price-row__price{align-self:end;justify-self:end}.wc-price-row__controls{gap:8px}.wc-price-row__controls>[data-orientation]{max-width:160px}.wc-work__grid{gap:20px}.wc-work img{height:130px}.wc-results__layout{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:26px}.wc-results__tabs img{width:100px}}@media(max-width:900px){.wc-hero h1{font-size:40px}.wc-hero__copy>p{font-size:16px}.wc-price-row{grid-template-columns:108px minmax(0,1fr);grid-template-areas:"photo name" "photo price" "controls controls";column-gap:16px;row-gap:8px;padding:14px}.wc-price-row>img{align-self:start;border-radius:5px}.wc-price-row__name{padding:0}.wc-price-row .wc-price-row__price{justify-self:start}.wc-price-row__controls{justify-content:flex-end;padding-top:4px}.wc-price-row__controls>[data-orientation]{margin-right:auto;max-width:220px}.wc-scope__layout{gap:26px}.wc-stages li{gap:12px}.wc-work__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.wc-work img{height:180px}.v2-page--windows .v2-faq-layout{grid-template-columns:1fr}.v2-page--windows .v2-faq-foliage-desktop{display:none}.v2-page--windows .v2-faq-foliage{display:block}}@media(max-width:700px){.wc-section{padding-block:58px}.wc-hero{min-height:620px}.wc-hero__image{width:100%;opacity:.26;object-position:60% center}.wc-hero__copy{width:100%;padding:58px 0 46px}.wc-hero h1{font-size:clamp(34px,6.2vw,42px)}.wc-hero h1,.wc-hero__copy>p{max-width:550px}.wc-trust{max-width:480px}.wc-basket{flex-direction:column;align-items:stretch;padding:16px}.wc-basket>div{gap:10px}.wc-basket .v2-button{width:100%}.wc-scope{padding-block:62px 70px}.wc-scope__layout{grid-template-columns:1fr;gap:24px}.wc-scope__photo{min-height:0;height:260px}.wc-stages li{grid-template-columns:34px minmax(0,1fr);gap:14px}.wc-work{padding-block:58px 50px}.wc-work img{height:150px}.wc-results__layout{grid-template-columns:1fr;gap:20px}.wc-results__tabs{flex-direction:row;gap:8px}.wc-results__tabs button{flex:1;min-width:0;flex-direction:column;align-items:stretch;gap:10px;font-size:14px;padding:6px}.wc-results__tabs img{width:100%;height:88px}.wc-results__tabs svg{display:none}.wc-comparison{height:290px}}@media(max-width:480px){.wc-hero__actions{flex-direction:column;align-items:stretch}.wc-hero__actions .v2-button{width:100%}.wc-price-row{grid-template-columns:80px minmax(0,1fr);grid-template-areas:"photo name" "photo price" "controls controls";column-gap:12px;row-gap:7px;padding:14px 12px}.wc-price-row__name h3{font-size:16px}.wc-price-row .wc-price-row__price{justify-self:start}.wc-price-row__controls{justify-content:flex-end}.wc-price-row__controls>[data-orientation]{margin-right:auto;max-width:130px}.wc-work__grid{grid-template-columns:1fr;gap:26px}.wc-work img{height:195px}.wc-work article>p{font-size:16px}.wc-scope__photo{height:225px}.wc-comparison{height:245px}.wc-results__tabs img{height:66px}.wc-scope,.wc-section,.wc-work{padding-block:88px}}@media(max-width:360px){.wc-price-row{grid-template-columns:68px minmax(0,1fr);padding-inline:10px}.wc-price-row__name h3{font-size:15px;line-height:1.4}.wc-price-row .wc-price-row__price,.wc-price-row__name>p,.wc-price-row__unit{font-size:14px}.wc-price-row__controls{gap:6px}.wc-price-row__controls>[data-orientation]{min-width:36px;max-width:96px}.wc-quantity>button{width:36px}.wc-quantity__number,.wc-quantity__number input{width:38px}.wc-price-row__unit{min-width:18px}}@media(prefers-reduced-motion:reduce){.wc-hero *,.wc-section *,.wc-work *{transition:none!important;animation:none!important;scroll-behavior:auto!important}}.v2-page--careers{--careers-olive:var(--v2-sage-deep);--careers-dark:var(--v2-sage-deep)}.careers-page{overflow:hidden;background:var(--v2-ivory)}.careers-page h1,.careers-page h2,.careers-page h3{text-wrap:balance}.careers-section{padding-block:clamp(80px,7vw,108px)}.careers-hero{position:relative;min-height:clamp(640px,70vw,820px);display:flex;align-items:stretch;isolation:isolate}.careers-hero__image{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 44%}.careers-hero__shade{position:absolute;z-index:-1;inset:0;background:rgba(20,29,22,.58)}.careers-hero__content{min-height:inherit;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-block:clamp(76px,8vw,116px) 58px;color:white}.careers-hero h1{max-width:790px;margin:0;font-size:clamp(46px,5.45vw,76px);font-weight:560;line-height:.98;letter-spacing:-.055em;text-shadow:0 3px 28px rgba(0,0,0,.22)}.careers-hero h2{max-width:640px;margin:24px 0 0;font-size:clamp(22px,2.2vw,31px);font-weight:570;line-height:1.22;letter-spacing:-.035em}.careers-hero p{max-width:580px;margin:18px 0 0;color:rgba(255,255,255,.86);font-size:clamp(17px,1.35vw,20px);line-height:1.58}.careers-hero__cta{margin-top:30px;background:var(--careers-olive);border-color:var(--careers-olive)}.careers-hero__scroll{display:inline-flex;align-items:center;gap:9px;margin-top:42px;color:rgba(255,255,255,.78);font-size:14px;font-weight:650;text-decoration:none;transition:color .2s ease,transform .2s ease}.careers-hero__scroll svg{animation:careers-scroll-cue 1.8s ease-in-out infinite}.careers-benefits{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:clamp(54px,7vw,104px);align-items:stretch}.careers-benefits header{position:relative;display:flex;flex-direction:column;justify-content:center;padding-right:clamp(42px,5vw,76px);border-right:1px solid var(--v2-line)}.careers-benefits h2{max-width:400px;margin:0;font-size:clamp(48px,5.4vw,78px);font-weight:560;line-height:.98;letter-spacing:-.055em}.careers-benefits header p{max-width:410px;margin:28px 0 0;color:var(--v2-muted);font-size:17px;line-height:1.62}.careers-benefits__list{display:grid;align-content:center}.careers-benefits__item{min-height:116px;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:22px;padding:24px 0;border-bottom:1px solid var(--v2-line);color:var(--v2-ink)}.careers-benefits__item:first-child{border-top:1px solid var(--v2-line)}.careers-benefits__icon{width:46px;height:46px;display:grid;place-items:center;color:var(--careers-olive)}.careers-benefits__item>span:nth-child(2){min-width:0;display:grid;gap:7px}.careers-benefits__list strong{font-size:clamp(20px,1.8vw,27px);font-weight:650;line-height:1.15;letter-spacing:-.03em}.careers-benefits__list small{max-width:560px;color:var(--v2-muted);font-size:15px;line-height:1.55}.careers-candidate{background:var(--careers-dark);color:white}.careers-candidate__layout{min-height:720px;display:grid;grid-template-columns:minmax(0,.96fr) minmax(420px,.82fr);gap:clamp(54px,7vw,112px);align-items:stretch}.careers-candidate__copy{padding-block:clamp(80px,7vw,112px);align-self:center}.careers-candidate h2{margin:0;font-size:clamp(44px,5vw,70px);font-weight:560;line-height:1;letter-spacing:-.052em}.careers-candidate__copy>p{max-width:630px;margin:23px 0 40px;color:rgba(255,255,255,.73);font-size:clamp(16px,1.35vw,19px);line-height:1.62}.careers-candidate ol{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.16)}.careers-candidate li{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:start;gap:18px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.16)}.careers-candidate li span{color:rgba(255,255,255,.76);font-size:31px;font-weight:500;line-height:1;letter-spacing:-.045em}.careers-candidate li strong{max-width:560px;font-size:clamp(16px,1.45vw,20px);font-weight:560;line-height:1.45}.careers-candidate__photo{position:relative;min-width:0;min-height:100%;margin:0;overflow:hidden}.careers-candidate__photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:51% center}.careers-process h2{max-width:none;margin:0;font-size:clamp(38px,4.2vw,60px);font-weight:560;line-height:1.03;letter-spacing:-.05em;white-space:nowrap}.careers-process ol{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:clamp(54px,5vw,76px) 0 0;padding:0;list-style:none}.careers-process ol:before{content:"";position:absolute;top:37px;left:12.5%;right:12.5%;height:1px;background:color-mix(in srgb,var(--v2-sage) 72%,var(--v2-line))}.careers-process li{position:relative;min-width:0;display:grid;grid-template-rows:74px auto minmax(62px,auto) auto;justify-items:center;align-items:start;padding-inline:clamp(16px,2.2vw,34px);text-align:center}.careers-process__node{position:relative;z-index:1;width:74px;height:74px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--v2-sage) 62%,var(--v2-line));border-radius:50%;background:var(--v2-ivory);color:var(--careers-olive)}.careers-process__number{display:block;margin-top:22px;color:var(--careers-olive);font-size:15px;font-weight:780;letter-spacing:.12em}.careers-process h3{align-self:start;margin:7px 0 8px;font-size:clamp(19px,1.7vw,24px);font-weight:680;line-height:1.2;letter-spacing:-.028em}.careers-process p{max-width:250px;margin:0;color:var(--v2-muted);font-size:15px;line-height:1.55}.careers-apply{position:relative;min-height:520px;display:flex;align-items:stretch;isolation:isolate;color:white}.careers-apply>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%}.careers-apply__shade{position:absolute;z-index:-1;inset:0;background:rgba(38,48,40,.76);backdrop-filter:saturate(.8)}.careers-apply__layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(420px,.76fr);align-items:center;gap:clamp(54px,8vw,130px);padding-block:clamp(82px,8vw,116px)}.careers-apply__copy h2{max-width:550px;margin:0;color:white;font-size:clamp(42px,4.8vw,66px);font-weight:560;line-height:1.02;letter-spacing:-.052em}.careers-apply__copy p{max-width:510px;margin:22px 0 30px;color:rgba(255,255,255,.8);font-size:18px;line-height:1.58}.careers-apply__preview{min-height:250px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:0;padding:30px;border:1px solid rgba(255,255,255,.36);border-radius:8px;background:rgba(253,252,249,.94);color:var(--v2-ink);text-align:left;box-shadow:0 24px 60px rgba(15,25,17,.2);backdrop-filter:blur(12px);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.careers-apply__preview:hover{transform:translateY(-5px);box-shadow:0 30px 70px rgba(15,25,17,.28)}.careers-apply__preview>span{display:grid;gap:7px;padding:10px 18px 28px 0}.careers-apply__preview>span+span{padding-left:24px;border-left:1px solid var(--v2-line)}.careers-apply__preview b{color:var(--careers-olive);font-size:34px;font-weight:520;line-height:1}.careers-apply__preview small{color:var(--v2-muted);font-size:14px}.careers-apply__preview>strong{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid var(--v2-line);font-size:17px;line-height:1.35}.careers-dialog{width:min(760px,calc(100% - 24px));max-height:calc(100dvh - 24px);overflow-y:auto;padding:0;border-radius:12px;background:var(--v2-ivory)}.careers-form-shell{padding:clamp(28px,5vw,52px)}.careers-form-header{padding-right:50px}.careers-form-header [data-radix-dialog-title]{font-size:clamp(28px,4vw,42px)}.careers-form-header p{max-width:530px;margin-top:7px;font-size:15px;line-height:1.55}.careers-form-progress{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;margin:26px 0 30px;color:var(--v2-muted);font-size:14px;font-variant-numeric:tabular-nums}.careers-form-progress span b{color:var(--careers-olive);font-size:19px}.careers-form-progress>i{height:3px;overflow:hidden;background:var(--v2-line)}.careers-form-progress>i>b{height:100%;display:block;background:var(--careers-olive);transition:width .38s cubic-bezier(.22,1,.36,1)}.careers-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}.careers-form__step-title{grid-column:1/-1;display:flex;align-items:baseline;gap:12px;margin-bottom:2px}.careers-form__step-title span{color:var(--careers-olive);font-size:14px;font-weight:780;text-transform:uppercase;letter-spacing:.08em}.careers-form__step-title h3{margin:0;font-size:22px;font-weight:680}.careers-form label{min-width:0;display:grid;align-content:start;align-self:start;gap:8px;color:var(--v2-ink);font-size:14px;font-weight:700}.careers-form__wide{grid-column:1/-1}.careers-form [role=combobox],.careers-form input,.careers-form textarea{min-height:48px;border-radius:7px;font-size:15px}.careers-form textarea{min-height:118px;resize:vertical}.careers-form label>small{justify-self:end;color:var(--v2-muted);font-size:13px;font-weight:500}.careers-form__telegram{display:grid;grid-template-columns:48px minmax(0,1fr)}.careers-form__telegram>b{display:grid;place-items:center;border:1px solid var(--v2-line);border-right:0;border-radius:7px 0 0 7px;background:color-mix(in srgb,var(--v2-sage) 8%,white);color:var(--careers-olive);font-size:18px}.careers-form__telegram input{border-radius:0 7px 7px 0}.careers-form__error{grid-column:1/-1;margin:-2px 0 0;color:#8c3029;font-size:14px;line-height:1.45}.careers-form__submit{grid-column:1/-1;justify-self:end;min-width:190px}.careers-form__actions{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:4px}.careers-form__actions>button:first-child{min-height:46px;padding:0 18px;border:1px solid var(--v2-line);border-radius:7px;background:transparent;color:var(--v2-ink);font-weight:700}.careers-form__honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.careers-form-success{min-height:440px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:44px;text-align:center}.careers-form-success>span{color:var(--careers-olive)}.careers-form-success h2{font-size:clamp(28px,4vw,42px)}.careers-form-success p{max-width:470px;font-size:16px;line-height:1.55}@keyframes careers-scroll-cue{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@media (hover:hover){.careers-hero__scroll:hover{color:white;transform:translateY(2px)}}@media (max-width:900px){.careers-hero{min-height:690px}.careers-hero__image{object-position:61% center}.careers-hero__shade{background:rgba(20,29,22,.62)}.careers-hero__content{justify-content:flex-end;padding-bottom:64px}.careers-hero h1{max-width:650px}.careers-benefits{grid-template-columns:1fr;gap:36px}.careers-benefits header{padding:0 0 36px;border-right:0;border-bottom:1px solid var(--v2-line)}.careers-benefits h2{max-width:620px}.careers-benefits header p{margin-top:22px}.careers-candidate__layout{width:100%;min-height:0;grid-template-columns:1fr;gap:0}.careers-candidate__copy{width:min(100% - 48px,1240px);margin-inline:auto;padding-block:86px}.careers-candidate__photo{min-height:620px}.careers-candidate__photo img{object-position:center 28%}.careers-process ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:52px 22px}.careers-process h2{white-space:normal}.careers-process ol:before{display:none}.careers-process li{padding-inline:28px}.careers-apply__layout{grid-template-columns:1fr;gap:42px}.careers-apply__preview{width:min(100%,560px)}}@media (max-width:600px){.careers-section{padding-block:84px}.careers-hero{min-height:calc(100svh - 74px)}.careers-hero__image{object-position:64% center}.careers-hero__shade{background:rgba(20,29,22,.65)}.careers-hero__content{padding-block:78px 36px}.careers-hero h1{font-size:clamp(29px,9.2vw,36px);line-height:1.03}.careers-hero h1 span{white-space:nowrap}.careers-hero h2{margin-top:18px;font-size:21px}.careers-hero p{margin-top:14px;font-size:16px;line-height:1.54}.careers-hero__cta{width:100%;margin-top:24px}.careers-hero__scroll{margin-top:25px}.careers-benefits{gap:30px}.careers-benefits h2{font-size:clamp(42px,13vw,58px)}.careers-benefits__item{grid-template-columns:48px minmax(0,1fr);gap:14px;min-height:104px;padding-block:19px}.careers-benefits__icon{width:46px;height:46px}.careers-benefits__list strong{font-size:18px}.careers-benefits__list small{font-size:14px}.careers-candidate__copy{width:min(100% - 40px,1240px);padding-block:84px}.careers-candidate h2{font-size:clamp(42px,13vw,58px)}.careers-candidate__copy>p{font-size:16px}.careers-candidate li{grid-template-columns:48px minmax(0,1fr);gap:12px;padding-block:18px}.careers-candidate li span{font-size:25px}.careers-candidate li strong{font-size:15px}.careers-candidate__photo{min-height:480px}.careers-process h2{font-size:clamp(37px,10.5vw,50px)}.careers-process ol{grid-template-columns:1fr;gap:0;margin-top:42px}.careers-process li{display:grid;grid-template-columns:62px minmax(0,1fr);grid-template-rows:auto auto auto;justify-items:start;column-gap:18px;padding:0 0 38px;text-align:left}.careers-process li:not(:last-child):after{content:"";position:absolute;left:30px;top:62px;bottom:0;width:1px;background:var(--v2-line)}.careers-process__node{grid-row:1/4;width:62px;height:62px}.careers-process__number{margin-top:1px}.careers-process h3{min-height:0;margin:5px 0 8px}.careers-process p{max-width:none}.careers-apply{min-height:560px}.careers-apply__layout{padding-block:84px}.careers-apply__copy p{font-size:16px}.careers-apply__copy .v2-button{width:100%}.careers-apply__preview{min-height:220px;padding:22px 18px}.careers-apply__preview>span+span{padding-left:18px}.careers-dialog{width:calc(100% - 16px);max-height:calc(100dvh - 16px)}.careers-form-shell{padding:28px 20px 22px}.careers-form{grid-template-columns:1fr;gap:17px}.careers-form label,.careers-form label:first-of-type,.careers-form label:last-of-type,.careers-form__actions,.careers-form__error,.careers-form__step-title,.careers-form__submit,.careers-form__wide{grid-column:1}.careers-form__submit{width:100%}.careers-form__actions>.v2-button{flex:1}.careers-form-success{min-height:400px;padding:34px 24px}}@media (prefers-reduced-motion:reduce){.careers-hero__scroll svg{animation:none}.careers-form-progress>i>b{transition:none}}