:root{--black:#0b0b0b;--black-2:#191919;--yellow:#f0c414;--yellow-2:#ffe56a;--white:#fff;--cream:#faf8ef;--paper:#f6f3e8;--line:#e8e1c9;--muted:#66645d;--green:#064f2a;--danger:#b42318;--shadow:0 18px 50px #0000001f;--radius:24px;--max:1180px;--header:74px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--black);-webkit-font-smoothing:antialiased;margin:0;padding-bottom:78px;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;display:block}button{cursor:pointer}.site-header{z-index:80;min-height:var(--header);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;gap:14px;padding:10px clamp(14px,4vw,34px);display:flex;position:sticky;top:0}.brand img{width:auto;height:48px}.main-nav{gap:20px;font-size:.9rem;font-weight:900;display:flex}.main-nav a{opacity:.82}.main-nav a:hover{opacity:1}.header-actions{align-items:center;gap:8px;display:flex}.header-help,.cart-button{border:0;border-radius:999px;align-items:center;gap:8px;font-weight:950;display:flex}.header-help{color:#111;background:#fff7d1;padding:11px 14px}.cart-button{background:var(--black);color:var(--white);padding:9px 10px 9px 14px}.cart-button strong{background:var(--yellow);min-width:30px;height:30px;color:var(--black);border-radius:50%;place-items:center;display:grid}.hero-section{max-width:var(--max);grid-template-columns:.9fr 1.1fr;align-items:stretch;gap:18px;margin:22px auto 0;padding:0 clamp(14px,4vw,24px);display:grid}.hero-copy{background:var(--black);color:var(--white);border-radius:var(--radius);min-height:410px;box-shadow:var(--shadow);flex-direction:column;justify-content:center;padding:clamp(24px,4vw,44px);display:flex;position:relative;overflow:hidden}.hero-copy:after{content:"";background:var(--yellow);opacity:.17;border-radius:50%;width:320px;height:320px;position:absolute;bottom:-140px;right:-110px}.hero-copy>*{position:relative}.eyebrow{background:var(--yellow);width:max-content;color:var(--black);text-transform:uppercase;letter-spacing:.09em;border-radius:999px;align-items:center;padding:7px 11px;font-size:.72rem;font-weight:950;display:inline-flex}.eyebrow.dark{color:var(--white);background:#ffffff24;border:1px solid #ffffff40}.hero-copy h1,.section-title h2,.campaign-banner h2{letter-spacing:-.06em;line-height:1.02}.hero-copy h1{margin:18px 0 14px;font-size:clamp(2.25rem,5vw,4.05rem)}.hero-copy p{color:#ffffffc2;margin:0 0 24px;font-size:1.05rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:10px;display:flex}.btn{border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 18px;font-weight:950;display:inline-flex}.btn-primary{background:var(--yellow);color:var(--black);box-shadow:0 12px 24px #00000024}.btn-outline{background:var(--white);color:var(--black);border:1px solid #0000001f}.hero-copy .btn-outline{color:var(--white);background:#ffffff1a;border-color:#ffffff38}.hero-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#111;min-height:410px;overflow:hidden}.hero-card img{object-fit:cover;width:100%;height:100%}.trust-strip{max-width:var(--max);grid-template-columns:repeat(4,1fr);gap:12px;margin:18px auto 0;padding:0 clamp(14px,4vw,24px);display:grid}.trust-strip article{background:var(--white);border:1px solid var(--line);border-radius:20px;gap:6px;padding:16px;display:grid;box-shadow:0 10px 24px #0000000a}.trust-strip svg{color:#6b5700}.trust-strip strong{font-size:.98rem}.trust-strip span{color:var(--muted);font-size:.86rem;line-height:1.35}.campaign-banner{max-width:var(--max);color:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);background:linear-gradient(135deg,#083f24,#086334);grid-template-columns:1.1fr .9fr;align-items:center;gap:18px;margin:18px auto 0;padding:clamp(20px,3vw,28px);display:grid;overflow:hidden}.campaign-banner h2{margin:14px 0 8px;font-size:clamp(1.9rem,4vw,3.1rem)}.campaign-banner p{color:#ffffffc2;margin:0;line-height:1.6}.campaign-banner img{object-fit:cover;object-position:center;border-radius:18px;width:100%;max-height:260px}.section{max-width:var(--max);margin:0 auto;padding:76px clamp(14px,4vw,24px) 0}.section-title{max-width:760px}.section-title h2{margin:12px 0 10px;font-size:clamp(2rem,4vw,3.3rem)}.section-title p{color:var(--muted);margin:0;line-height:1.65}.steps-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px;display:grid}.steps-grid article{border:1px solid var(--line);background:var(--white);border-radius:20px;padding:22px;box-shadow:0 10px 24px #0000000a}.steps-grid strong{background:var(--black);width:38px;height:38px;color:var(--yellow);border-radius:13px;place-items:center;margin-bottom:15px;display:grid}.steps-grid h3{margin:0 0 7px}.steps-grid p{color:var(--muted);margin:0;line-height:1.5}.search-panel{background:var(--white);border:1px solid var(--line);border-radius:999px;align-items:center;gap:10px;margin:24px 0 14px;padding:13px 16px;display:flex;box-shadow:0 10px 24px #0000000a}.search-panel input{background:0 0;border:0;outline:0;width:100%;font-weight:700}.category-tabs{scrollbar-width:none;gap:9px;padding:4px 0 20px;display:flex;overflow:auto}.category-tabs::-webkit-scrollbar{display:none}.category-tabs button{white-space:nowrap;border:1px solid var(--line);background:var(--white);color:var(--black);border-radius:999px;padding:10px 14px;font-weight:900}.category-tabs button.is-active{background:var(--black);border-color:var(--black);color:var(--white)}.category-tabs small{opacity:.58}.product-group{margin:22px 0 36px}.product-group-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.product-group-header h3{letter-spacing:-.03em;margin:0;font-size:1.28rem}.product-group-header p{color:var(--muted);margin:5px 0 0}.product-group-header span{background:var(--black);color:var(--yellow);white-space:nowrap;border-radius:999px;padding:8px 12px;font-weight:900}.products-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.product-card{background:var(--white);border:1px solid var(--line);border-radius:20px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 12px 28px #0000000f}.product-photo{aspect-ratio:1;border-bottom:1px solid var(--line);background:#fff;margin:0}.product-photo img{object-fit:cover;width:100%;height:100%}.product-info{flex:1;gap:7px;padding:13px;display:grid}.product-info span{letter-spacing:.07em;text-transform:uppercase;color:#756000;font-size:.68rem;font-weight:950}.product-info h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.98rem;line-height:1.18;display:-webkit-box;overflow:hidden}.product-info p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.84rem;line-height:1.35;display:-webkit-box;overflow:hidden}.product-info strong{font-size:.96rem}.btn-card{background:var(--black);width:100%;color:var(--white);border-radius:0;padding:11px}.empty-state{background:var(--white);border:1px dashed var(--line);text-align:center;border-radius:22px;padding:28px}.empty-state h3{margin:0 0 8px;font-size:1.5rem}.empty-state p{color:var(--muted);max-width:500px;margin:0 auto 18px;line-height:1.55}.privacy-note{max-width:var(--max);border-top:1px solid var(--line);color:var(--muted);margin:44px auto 0;padding:20px clamp(14px,4vw,24px);line-height:1.55}.privacy-note strong{color:var(--black)}.privacy-note code{border:1px solid var(--line);color:#111;background:#fff3bd;border-radius:8px;padding:2px 6px}.cart-drawer,.modal{z-index:130;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;pointer-events:none;background:#0000008c;transition:all .2s;position:fixed;inset:0}.cart-drawer.is-open,.modal.is-open{opacity:1;pointer-events:auto}.drawer-panel{background:var(--white);flex-direction:column;width:min(480px,100%);padding:22px;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-30px 0 70px #0000003d}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;gap:14px;padding-bottom:16px;display:flex}.drawer-head h2{letter-spacing:-.05em;margin:8px 0 0;font-size:2rem}.icon-btn{border:1px solid var(--line);background:var(--white);border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.icon-btn.small{flex:none;width:30px;height:30px}.cart-list{flex:1;gap:10px;padding:16px 0;display:grid;overflow:auto}.empty{border:1px dashed var(--line);text-align:center;color:var(--muted);border-radius:16px;padding:18px}.cart-item{border:1px solid var(--line);background:#fffdf5;border-radius:18px;gap:12px;padding:14px;display:grid}.cart-main,.cart-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.cart-main strong{line-height:1.25}.cart-meta{color:var(--muted);font-weight:800}.qty-row{align-items:center;gap:8px;display:flex}.qty-row button{background:var(--yellow);border:0;border-radius:10px;place-items:center;width:30px;height:30px;display:grid}.drawer-actions{border-top:1px solid var(--line);gap:12px;padding-top:14px;display:grid}.cart-total{justify-content:space-between;align-items:center;display:flex}.cart-total span{color:var(--muted);font-weight:800}.cart-total strong{font-size:1.25rem}.drawer-buttons{grid-template-columns:1fr 1.5fr;gap:10px;display:grid}.modal{place-items:center;padding:16px;display:grid}.modal-card{background:var(--white);width:min(760px,100%);max-height:min(92vh,820px);box-shadow:var(--shadow);border-radius:26px;padding:clamp(22px,4vw,36px);position:relative;overflow:auto}.modal-close{position:absolute;top:16px;right:16px}.modal-progress{gap:8px;margin-bottom:22px;display:flex}.modal-progress span{background:#f0ead5;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:950;display:grid}.modal-progress span.is-active{background:var(--black);color:var(--yellow)}.modal-progress span.is-done{background:var(--yellow)}.modal-step h2{letter-spacing:-.05em;margin:12px 0 8px;font-size:clamp(1.7rem,4vw,2.45rem)}.modal-step p{color:var(--muted);margin:0 0 18px;line-height:1.6}.modal-card label{gap:7px;font-weight:850;display:grid}.modal-card input{border:1px solid var(--line);background:#fffdf5;border-radius:15px;outline:0;padding:13px}.form-grid{grid-template-columns:repeat(2,1fr);gap:13px;display:grid}.review-box{gap:8px;margin:16px 0;display:grid}.review-box div{background:#fff8d4;border-radius:14px;justify-content:space-between;gap:12px;padding:12px;display:flex}.review-box span{text-align:right;color:#333}.check-row{border:1px solid var(--line);background:#fffdf1;border-radius:16px;align-items:flex-start;gap:10px;padding:13px;grid-template-columns:auto 1fr!important;display:flex!important}.check-row input{width:auto;margin-top:4px}.modal-status{color:#594900;min-height:22px;margin:15px 0 0;font-weight:850}.modal-status.is-error{color:var(--danger)}.modal-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.toast{top:calc(var(--header) + 12px);z-index:250;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111111d6;border-radius:999px;max-width:calc(100vw - 28px);padding:12px 16px;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 18px 45px #0000002e}.bottom-bar{z-index:100;grid-template-columns:.8fr 1.2fr;gap:8px;display:none;position:fixed;bottom:10px;left:10px;right:10px}.bottom-bar button{border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 14px;font-weight:950;display:flex;box-shadow:0 12px 28px #0000002e}.bottom-secondary{background:var(--white);color:var(--black)}.bottom-primary{background:var(--black);color:var(--white)}.bottom-primary strong{background:var(--yellow);color:var(--black);border-radius:999px;place-items:center;min-width:24px;height:24px;display:grid}@media (width<=1080px){.products-grid{grid-template-columns:repeat(3,1fr)}.trust-strip{grid-template-columns:repeat(2,1fr)}}@media (width<=820px){body{padding-bottom:86px}.site-header{flex-wrap:wrap;gap:10px}.brand{flex:1}.brand img{height:42px}.main-nav{scrollbar-width:none;order:3;gap:9px;width:100%;overflow:auto}.main-nav::-webkit-scrollbar{display:none}.main-nav a{white-space:nowrap;background:#fff7d1;border:1px solid #00000014;border-radius:999px;padding:8px 11px;font-size:.8rem}.header-help span{display:none}.hero-section{grid-template-columns:1fr;margin-top:12px}.hero-copy{min-height:auto}.hero-card{display:none}.campaign-banner{grid-template-columns:1fr;margin-inline:14px;padding:22px}.campaign-banner img{display:none}.steps-grid{grid-template-columns:1fr}.products-grid{scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-columns:none;grid-auto-columns:minmax(176px,62vw);grid-auto-flow:column;gap:12px;padding-bottom:14px;display:grid;overflow:auto hidden}.products-grid::-webkit-scrollbar{display:none}.product-card{scroll-snap-align:start}.bottom-bar{display:grid}.drawer-buttons,.form-grid{grid-template-columns:1fr}.modal-actions{display:grid}.modal-actions .btn{width:100%}}@media (width<=560px){:root{--header:66px}.site-header{padding:9px 12px}.cart-button{padding:8px 10px}.cart-button span{display:none}.hero-section{padding-inline:12px}.hero-copy{border-radius:22px;padding:22px}.hero-copy h1{font-size:2.08rem}.hero-copy p{font-size:.98rem}.hero-actions .btn{width:100%}.trust-strip{grid-template-columns:1fr;padding-inline:12px}.trust-strip article{grid-template-columns:auto 1fr;column-gap:10px}.trust-strip article span{grid-column:2}.section{padding:62px 14px 0}.section.compact{padding-top:48px}.section-title h2{font-size:1.86rem}.search-panel{border-radius:18px}.product-group-header{flex-direction:column;align-items:flex-start}.product-group-header h3{font-size:1.12rem}.product-group-header p{font-size:.92rem}.privacy-note{margin-bottom:20px}.drawer-panel{width:100%;padding:20px}.review-box div{display:grid}.review-box span{text-align:left}.toast{text-align:center;border-radius:18px;top:84px}.modal-card{border-radius:22px}}@media (width<=380px){.products-grid{grid-auto-columns:minmax(164px,69vw)}.hero-copy h1{font-size:1.86rem}.header-actions{gap:6px}.header-help{padding:9px}.cart-button{padding:8px}.brand img{height:38px}}.banner-stage{border-radius:var(--radius);min-height:360px;box-shadow:var(--shadow);background:#111;position:relative;overflow:hidden}.banner-slide{opacity:0;pointer-events:none;transition:opacity .35s,transform .35s;position:absolute;inset:0;transform:scale(1.012)}.banner-slide.is-active{opacity:1;pointer-events:auto;transform:scale(1)}.banner-slide img{object-fit:cover;width:91%;height:98%}.banner-copy{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border:1px solid #ffffff2e;border-radius:18px;padding:14px;display:none;position:absolute;bottom:18px;left:18px;right:18px}.banner-copy span{background:var(--yellow);width:max-content;color:var(--black);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;margin-bottom:8px;padding:6px 9px;font-size:.72rem;font-weight:950;display:inline-flex}.banner-copy strong{letter-spacing:-.04em;font-size:1.25rem;line-height:1.05;display:block}.banner-copy small{color:#ffffffd1;margin-top:5px;font-weight:700;line-height:1.35;display:block}@media (width<=820px){.banner-carousel{margin-top:12px;padding-inline:12px}.banner-stage{border-radius:22px;min-height:300px}.banner-controls{bottom:12px;left:24px;right:24px}.banner-copy{padding:12px;display:block}.banner-copy strong{font-size:1.08rem}.banner-copy small{font-size:.82rem}.banner-controls button{width:34px;height:34px;font-size:22px}}@media (width<=560px){.banner-stage{min-height:260px}.banner-slide img{object-fit:cover}.banner-copy{bottom:54px;left:12px;right:12px}.banner-copy span{font-size:.62rem}.banner-copy strong{font-size:1rem}.banner-copy small{display:none}}@media (width<=380px){.banner-stage{min-height:230px}.banner-copy{display:none}}:root{--shadow-soft:0 10px 30px #00000012}body{background:#fbfaf4}.section{padding-top:88px}.section.compact{padding-top:64px}.section-title{text-align:center;margin-inline:auto}.section-title .eyebrow{margin-inline:auto}.section-title h2{letter-spacing:-.045em;font-weight:760}.section-title p{max-width:680px;margin-inline:auto}.steps-grid article,.trust-strip article,.product-card,.info-card{box-shadow:var(--shadow-soft)}.search-panel{border-radius:22px;max-width:840px;margin:28px auto 18px;padding:15px 18px}.search-panel input{font-weight:520}.category-tabs{justify-content:flex-start;max-width:100%;padding-bottom:28px}.category-tabs button{font-weight:720}.product-group{border-top:1px solid #0b0b0b14;margin:34px 0 58px;padding:26px 0 0}.product-group:first-of-type{border-top:0}.product-group-header{max-width:100%;padding:0 2px 2px}.product-group-header h3{font-weight:760}.product-group-header p{font-size:.95rem}.product-group-header span{color:#332800;border:1px solid var(--line);background:#fff7d1;font-weight:720}.products-grid{justify-content:center}.product-card{cursor:pointer;border-radius:22px;transition:transform .18s,box-shadow .18s,border-color .18s}.product-card:hover{border-color:#dccf9c;transform:translateY(-2px);box-shadow:0 16px 34px #00000017}.product-card:focus-visible{outline-offset:3px;outline:3px solid #f0c4148c}.product-photo{aspect-ratio:1.08}.product-photo img{object-fit:contain;padding:6px}.product-info{text-align:center;gap:8px;padding:15px 15px 13px}.product-info span{color:#786100;font-size:.66rem;font-weight:720}.product-info h3{font-size:1rem;font-weight:650;line-height:1.22}.product-info p{-webkit-line-clamp:2;font-size:.84rem;line-height:1.42}.product-info strong{font-size:.98rem;font-weight:760}.product-view-hint{color:var(--muted);justify-content:center;align-items:center;gap:5px;font-size:.76rem;font-weight:560;display:inline-flex}.btn{font-weight:760}.btn-card{border-top:1px solid #ffffff1a;font-weight:720}.product-modal{z-index:180;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000094;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.product-modal-card{background:var(--white);border-radius:28px;grid-template-columns:.92fr 1.08fr;gap:0;width:min(920px,100%);max-height:min(92vh,820px);display:grid;position:relative;overflow:auto;box-shadow:0 28px 80px #00000040}.product-modal-close{z-index:2;position:absolute;top:16px;right:16px}.product-modal-photo{border-right:1px solid var(--line);background:#fff8dd;place-items:center;min-height:420px;margin:0;display:grid}.product-modal-photo img{object-fit:contain;width:100%;height:100%;max-height:500px;padding:28px}.product-modal-info{flex-direction:column;justify-content:center;padding:clamp(24px,4vw,42px);display:flex}.product-modal-category{border:1px solid var(--line);text-transform:uppercase;letter-spacing:.07em;color:#5f4c00;background:#fff2b9;border-radius:999px;width:max-content;padding:7px 11px;font-size:.72rem;font-weight:720}.product-modal-info h2{letter-spacing:-.045em;margin:16px 0 12px;font-size:clamp(1.55rem,3vw,2.35rem);font-weight:760;line-height:1.08}.product-modal-info p{color:var(--muted);margin:0 0 16px;line-height:1.65}.product-tags{flex-wrap:wrap;gap:8px;margin:2px 0 18px;display:flex}.product-tags span{border:1px solid var(--line);color:#3e3a31;background:#f7f3e3;border-radius:999px;padding:7px 10px;font-size:.78rem}.product-modal-price{border:1px solid var(--line);background:#fffdf2;border-radius:20px;margin-top:4px;padding:16px}.product-modal-price span{color:var(--muted);margin-bottom:4px;font-size:.84rem;display:block}.product-modal-price strong{font-size:1.5rem;font-weight:760}.product-modal-price small{color:var(--muted);margin-top:7px;line-height:1.4;display:block}.product-modal-actions{grid-template-columns:1.2fr .8fr;gap:10px;margin-top:18px;display:grid}.product-modal-actions .btn{width:100%}@media (width<=820px){.section-title{text-align:left;margin-inline:0}.section-title .eyebrow,.section-title p{margin-inline:0}.products-section{padding-left:0!important;padding-right:0!important}.products-section>.section-title,.products-section>.search-panel,.products-section>.category-tabs,.empty-state{margin-left:14px;margin-right:14px}.search-panel{border-radius:18px}.category-tabs{padding-left:14px;padding-right:14px}.product-group{margin:38px 0 64px;padding-top:28px}.product-group-header{align-items:flex-end;padding:0 16px 4px}.products-grid{grid-auto-columns:minmax(240px,78vw);justify-content:start;gap:16px;padding:0 16px 18px;scroll-padding-left:16px}.product-card{scroll-snap-align:center;border-radius:24px}.product-photo{aspect-ratio:1.12}.product-photo img{padding:8px}.product-info{min-height:160px;padding:16px 16px 14px}.product-info h3{font-size:1.05rem}.product-info p{-webkit-line-clamp:3;font-size:.9rem}.btn-card{padding:13px}.product-modal-card{border-radius:24px;grid-template-columns:1fr;width:min(560px,100%)}.product-modal-photo{border-right:0;border-bottom:1px solid var(--line);min-height:290px}.product-modal-photo img{max-height:340px;padding:22px}.product-modal-info{padding:22px}.product-modal-actions{grid-template-columns:1fr}}@media (width<=560px){.section{padding-top:70px}.product-group-header{flex-direction:row;align-items:flex-end}.product-group-header div{min-width:0}.product-group-header h3{font-size:1.22rem}.product-group-header p{font-size:.9rem}.product-group-header span{padding:7px 10px;font-size:.76rem}.products-grid{grid-auto-columns:minmax(250px,84vw);gap:14px}.product-info{text-align:left}.product-view-hint{justify-content:flex-start}.product-modal{align-items:end;padding:10px}.product-modal-card{border-radius:22px 22px 0 0;max-height:94vh}.product-modal-photo{min-height:260px}.product-modal-info h2{font-size:1.5rem}.product-modal-price strong{font-size:1.32rem}}@media (width<=380px){.products-grid{grid-auto-columns:minmax(230px,86vw)}.product-modal-photo{min-height:230px}}.banner-carousel{max-width:var(--max);margin:18px auto 0;padding:0 clamp(14px,4vw,24px);position:relative}.banner-stage{aspect-ratio:1920/760;border-radius:var(--radius);width:100%;box-shadow:var(--shadow);background:#063f24;position:relative;overflow:hidden;min-height:unset!important;height:auto!important}.banner-slide{opacity:0;pointer-events:none;background:#063f24;transition:opacity .35s;position:absolute;inset:0;transform:none!important}.banner-slide.is-active{opacity:1;pointer-events:auto}.banner-slide img,.banner-slide-image{display:block;object-fit:cover!important;object-position:center!important;background:#063f24!important;border-radius:0!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;margin:0!important;padding:0!important}.banner-copy{display:none!important}.banner-controls{z-index:4;justify-content:flex-end;align-items:center;gap:9px;display:flex;position:absolute;bottom:clamp(12px,2vw,18px);left:clamp(22px,3.2vw,42px);right:clamp(22px,3.2vw,42px)}.banner-controls button{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000061;border:1px solid #ffffff73;border-radius:50%;place-items:center;width:38px;height:38px;font-size:24px;line-height:1;display:grid}.banner-dots{gap:7px;display:flex}.banner-dots button{background:#ffffffa6;border:0;border-radius:999px;width:8px;height:8px;padding:0}.banner-dots button.is-active{background:var(--yellow);width:28px}@media (width<=820px){.banner-carousel{margin-top:12px;padding-inline:12px}.banner-stage{aspect-ratio:1920/760;border-radius:22px;min-height:unset!important}.banner-controls{bottom:10px;left:18px;right:18px}.banner-controls button{width:34px;height:34px;font-size:22px}}@media (width<=560px){.banner-stage{aspect-ratio:1920/760;min-height:unset!important}}@media (width<=380px){.banner-stage{aspect-ratio:1920/760;min-height:unset!important}}
