:root{color-scheme:dark;--bg: #08100f;--bg-soft: #101a18;--surface: rgba(19, 30, 27, .78);--surface-strong: rgba(26, 39, 35, .92);--text: #f8f4eb;--muted: #bcb5a6;--line: rgba(202, 244, 142, .22);--gold: #e7bd6f;--gold-strong: #f1ca83;--mint: #c8f58c;--mint-strong: #a9ec68;--botanical: #8ab987;--botanical-bright: #79d36f;--botanical-deep: #315743;--danger: #f29080;--shadow: 0 24px 80px rgba(0, 0, 0, .36);--radius: 8px;--radius-sm: 6px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=light]{color-scheme:light;--bg: #f7f4ec;--bg-soft: #ebe6d7;--surface: rgba(255, 252, 243, .86);--surface-strong: rgba(255, 252, 243, .96);--text: #15201d;--muted: #5e675e;--line: rgba(70, 122, 63, .2);--gold: #a16c1b;--gold-strong: #8d5b12;--mint: #4f8f37;--mint-strong: #386f2b;--botanical: #426e4d;--botanical-bright: #4b9345;--botanical-deep: #d7e5d2;--shadow: 0 24px 80px rgba(48, 55, 44, .14)}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-width:320px;max-width:100%;overflow-x:clip;background:linear-gradient(135deg,rgba(126,211,111,.24),transparent 31rem),linear-gradient(210deg,rgba(231,189,111,.1),transparent 36rem),linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 100%);color:var(--text);font-size:16px;line-height:1.6}body,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}a:hover{color:var(--mint-strong)}img{display:block;max-width:100%;height:auto}button,input,select,textarea{border-radius:var(--radius-sm)}button,select{cursor:pointer}:focus-visible{outline:3px solid var(--mint);outline-offset:3px}.skip-link{position:fixed;left:1rem;top:1rem;z-index:20;transform:translateY(-150%);background:var(--gold);color:#14110b;padding:.7rem 1rem;border-radius:var(--radius-sm)}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto 1fr auto;gap:1.4rem;align-items:center;padding:.95rem clamp(1rem,4vw,4rem);border-bottom:1px solid var(--line);background:#08100fdb;backdrop-filter:blur(18px)}:root[data-theme=light] .site-header{background:#f7f4ece0}.brand-link img,.footer-brand img{width:140px;height:auto}.brand-logo--on-light{display:none}:root[data-theme=light] .brand-logo--on-dark{display:none}:root[data-theme=light] .brand-logo--on-light{display:block}.site-drawer__head img{width:128px;height:auto}.footer-brand img{width:126px}.desktop-nav,.header-actions,.footer-bottom nav{display:flex;align-items:center;gap:1rem}.desktop-nav{justify-content:center}.desktop-nav a,.footer-bottom a,.lang-link{color:var(--muted);font-size:.92rem}.lang-link[aria-current=page]{color:var(--text);border-bottom:1px solid var(--gold)}.button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:44px;border:1px solid var(--line);color:var(--text);background:transparent;font-weight:700;line-height:1;transition:transform .2s ease,border-color .2s ease,background .2s ease}.button{padding:.82rem 1.05rem}.button:hover,.icon-button:hover{transform:translateY(-1px);border-color:var(--mint)}.button-primary{border-color:transparent;background:linear-gradient(135deg,var(--mint),var(--gold-strong));color:#10200e}.button-secondary{background:#c8f58c1a;border-color:#c8f58c57}.button-ghost{background:#ffffff0a}.button-compact{min-height:40px;padding:.65rem .85rem;font-size:.9rem}.icon-button{width:42px;height:42px;padding:0}.cart-button{position:relative}.site-header .cart-button{min-width:112px}.site-header .cart-button .icon{width:20px;height:20px;color:currentColor}.header-contact{padding-bottom:.6rem}.cart-count{display:inline-grid;min-width:1.35rem;height:1.35rem;place-items:center;padding:0 .3rem;border-radius:999px;background:#10100c;color:#fff5d5;font-size:.76rem}.section,.hero{width:min(1180px,calc(100% - 2rem));margin:0 auto}.hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:clamp(2rem,5vw,4.8rem);align-items:center;min-height:auto;padding:clamp(1.5rem,3.2vw,2.8rem) 0 1.2rem}.hero-copy h1,.section h1,.section h2{margin:0;font-family:Georgia,Times New Roman,serif;letter-spacing:0;line-height:1.05}.hero-copy h1{max-width:min(100%,15ch);overflow-wrap:normal;font-size:clamp(2.8rem,3.7vw,3.9rem)}.hero-copy p,.section-lead{max-width:64ch;color:var(--muted);font-size:clamp(1.05rem,2vw,1.22rem)}.partner-line{margin:0 0 1rem;color:var(--mint);font-weight:800;text-transform:uppercase;font-size:.78rem;letter-spacing:.08em;overflow-wrap:anywhere}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin:2rem 0}.scenario-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin:1.6rem 0 1rem}.scenario-card{display:grid;min-width:0;gap:.8rem;align-content:start;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(135deg,rgba(200,245,140,.1),transparent 58%),var(--surface);box-shadow:var(--shadow);padding:1rem}.scenario-card .icon{width:34px;height:34px}.scenario-card h2{margin:0;font-family:inherit;font-size:1.15rem;line-height:1.18}.scenario-card p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.42}.scenario-card__actions{display:flex;flex-wrap:wrap;gap:.55rem}.scenario-card__actions .button{flex:1 1 10rem;min-width:0}.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}.hero-proof div,.glass-panel,.product-card,.category-card,.access-panel,.lead-form,.info-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.hero-proof div{padding:1rem}.hero-proof strong{display:block;color:var(--text)}.hero-proof span,.product-card p,.category-card span,.muted{color:var(--muted)}.contact-reassurance{display:grid;gap:.55rem;border:1px solid rgba(200,245,140,.24);border-radius:var(--radius);background:#c8f58c12;padding:.85rem}.contact-reassurance--compact{box-shadow:none;padding:.65rem}.header-contact .contact-reassurance{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:.55rem .75rem}.contact-reassurance p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.35}.contact-reassurance__links{display:flex;flex-wrap:wrap;gap:.45rem .75rem;font-size:.86rem;font-weight:800}.hero-media{position:relative;min-height:580px}.hero-botanical{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42}.hero-products{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-content:center;align-items:center;justify-items:center;min-height:inherit}.hero-products img{width:100%;max-height:clamp(180px,21vw,280px);aspect-ratio:1;object-fit:contain;padding:1.4rem;border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(circle at 50% 20%,rgba(200,245,140,.18),transparent 58%),radial-gradient(circle at 70% 82%,rgba(231,189,111,.1),transparent 48%),var(--surface-strong)}.hero-products img:first-child{grid-row:auto}.section{padding:clamp(3rem,7vw,5.6rem) 0}.section-header{display:flex;justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.6rem}.section h1{font-size:clamp(2.4rem,6vw,4.8rem)}.section h2{font-size:clamp(2rem,5vw,3.8rem)}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.category-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-card{overflow:hidden}.product-media{display:block;background:linear-gradient(180deg,#ffffff0d,#ffffff03)}.product-media img{width:100%;aspect-ratio:1;object-fit:contain;padding:1.1rem}.product-card-body{display:grid;gap:.8rem;padding:1rem}.product-card h3,.category-card strong{margin:0;font-size:1.05rem;line-height:1.28}.product-card p{margin:0;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.93rem}.product-category{color:var(--mint)!important;font-size:.78rem!important;text-transform:uppercase;letter-spacing:.08em}.product-meta,.price-status{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;color:var(--muted);font-size:.86rem}.price-status strong{color:var(--mint);font-size:1.05rem}.full-width{width:100%}.category-card{display:grid;gap:.7rem;min-height:200px;padding:1.2rem}.category-icon,.icon{display:inline-grid;flex:0 0 auto;width:28px;height:28px;place-items:center}.icon img{width:100%;height:100%;object-fit:contain}.steps{grid-template-columns:repeat(4,minmax(0,1fr))}.step{position:relative;padding:1.3rem;border-top:1px solid var(--line)}.step-number{display:grid;width:36px;height:36px;place-items:center;margin-bottom:1rem;border:1px solid var(--mint);border-radius:50%;color:var(--mint)}.trust-band{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding:2rem}.trust-band img{width:min(260px,34vw)}.breadcrumbs{width:min(1180px,calc(100% - 2rem));max-width:100%;min-width:0;margin:1.5rem auto 0;color:var(--muted);font-size:.92rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;min-width:0;max-width:100%;gap:.45rem;margin:0;padding:0;list-style:none}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:.45rem;color:var(--line)}.product-detail{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem);align-items:start}.product-detail-media{position:sticky;top:92px}.product-detail-media img{width:100%;aspect-ratio:1;object-fit:contain;padding:2rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.detail-stack{display:grid;gap:1.1rem}.attributes{display:flex;flex-wrap:wrap;gap:.6rem}.attributes span{border:1px solid var(--line);border-radius:999px;padding:.45rem .7rem;color:var(--muted);font-size:.88rem}.info-panel{padding:1.25rem}.info-panel h2,.info-panel h3{margin-top:0}.access-panel{padding:1.25rem}.access-panel.compact{box-shadow:none}.panel-heading{display:flex;gap:1rem;align-items:flex-start}.panel-heading h2{margin:0;font-size:1.4rem}.inline-form{display:flex;gap:.7rem;margin-top:1rem}.inline-form input,.lead-form input,.lead-form select,.lead-form textarea{width:100%;min-height:46px;border:1px solid var(--line);background:#ffffff0d;color:var(--text);padding:.75rem .85rem}:root[data-theme=light] .inline-form input,:root[data-theme=light] .lead-form input,:root[data-theme=light] .lead-form select,:root[data-theme=light] .lead-form textarea{background:#ffffffbd}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:1.5rem;align-items:start}.cart-aside{display:grid;gap:1rem}.cart-list{display:grid;gap:.75rem;margin-top:1.5rem}.cart-line{display:grid;grid-template-columns:72px minmax(0,1fr) 86px auto 42px;gap:.9rem;align-items:center;padding:.85rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.cart-line img{aspect-ratio:1;object-fit:contain}.cart-line small,.cart-line span{display:block;color:var(--muted)}.cart-line input{width:72px;min-height:42px;border:1px solid var(--line);background:transparent;color:var(--text);padding:.4rem}.cart-total{display:flex;justify-content:space-between;margin:1rem 0;padding:1rem;border-top:1px solid var(--line);color:var(--mint)}.telegram-cart-panel{display:grid;gap:.8rem;margin-top:1rem;border:1px solid rgba(200,245,140,.32);border-radius:var(--radius);background:#c8f58c14;padding:1rem}.telegram-cart-panel[hidden]{display:none}.telegram-cart-panel p{margin:.25rem 0 0}.lead-form{display:grid;gap:1rem;padding:1.25rem}.intent-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0;border:0;padding:0}.intent-selector legend{grid-column:1 / -1;margin-bottom:.4rem;color:var(--muted);font-size:.9rem}.intent-option{display:grid!important;grid-template-columns:auto minmax(0,1fr);gap:.55rem!important;align-items:start;min-width:0;border:1px solid var(--line);border-radius:var(--radius-sm);background:#ffffff0a;padding:.7rem}.intent-option input{width:18px;min-height:18px;margin-top:.2rem}.intent-option span{min-width:0}.intent-option strong,.intent-option small{display:block}.intent-option strong{color:var(--text);font-size:.92rem;line-height:1.2}.intent-option small{margin-top:.25rem;color:var(--muted);font-size:.78rem;line-height:1.32}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.lead-form label{display:grid;gap:.4rem}.lead-form label span{color:var(--muted);font-size:.9rem}.checkbox-line{grid-template-columns:auto 1fr;align-items:start}.checkbox-line input{width:18px;min-height:18px;margin-top:.25rem}.form-status{min-height:1.4rem;margin:0;color:var(--mint)}.hp-field,.sr-only{position:absolute!important;width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;border:0!important;opacity:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}.site-footer{border-top:1px solid var(--line);padding:2rem clamp(1rem,4vw,4rem)}.footer-partner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;width:min(1180px,100%);margin:0 auto 2rem}.footer-partner h2{margin:0}.footer-partner address{display:grid;gap:.55rem;color:var(--muted);font-style:normal}.footer-partner address a{display:inline-flex;min-height:28px;align-items:center}.production-warning{color:var(--danger);font-weight:800}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(1180px,100%);margin:0 auto;color:var(--muted);font-size:.9rem}.container-shell,.page-shell{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.page-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:1.4rem;padding:1.4rem 0 clamp(3rem,7vw,5.6rem)}.page-shell>*,.container-shell>*{min-width:0;max-width:100%}.page-shell .breadcrumbs{width:100%;margin:0}.site-header{display:block;padding:0}.site-header__row{display:grid;grid-template-columns:auto auto minmax(0,1fr) minmax(240px,360px) auto;gap:1rem;align-items:center;min-height:72px;padding-block:.8rem}.menu-toggle{display:none}.brand-link{display:inline-flex;align-items:center}.header-search,.drawer-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.55rem;align-items:center;min-height:44px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffff0d;padding:0 .35rem 0 .8rem}.header-search .icon{width:20px;height:20px;color:var(--muted)}.header-search input,.drawer-search input{min-width:0;border:0;background:transparent;color:var(--text);outline:none}.lang-switch{display:inline-flex;align-items:center;gap:.45rem}.account-button{flex:0 0 auto}.site-drawer{width:min(420px,calc(100% - 1.5rem));margin:auto 0 auto auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-soft);color:var(--text);padding:0;box-shadow:var(--shadow)}.site-drawer::backdrop{background:#00000094;backdrop-filter:blur(6px)}.site-drawer__panel{display:grid;gap:1rem;padding:1rem}.site-drawer__head,.drawer-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.drawer-nav{display:grid;gap:.4rem}.drawer-nav a{display:flex;min-height:44px;align-items:center;border-bottom:1px solid var(--line);color:var(--text)}.hero-panel,.surface-card,.summary-card,.state-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.hero-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);gap:clamp(1rem,3vw,2rem);align-items:end;padding:clamp(1.4rem,4vw,2.5rem);background:linear-gradient(135deg,rgba(231,189,111,.13),transparent 43%),linear-gradient(140deg,#31574366,#131e1bc2)}.hero-panel h1,.detail-main h1,.cart-layout h1{margin:0;font-family:Georgia,Times New Roman,serif;letter-spacing:0;line-height:1.05}.hero-panel h1{max-width:13ch;font-size:clamp(2.4rem,6vw,4.8rem)}.hero-panel p{max-width:68ch;margin:1rem 0 0;color:var(--muted);font-size:clamp(1rem,1.8vw,1.18rem)}.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.metric-card{min-height:112px;border:1px solid rgba(200,245,140,.28);border-radius:var(--radius-sm);background:#08100f61;padding:.9rem}.kicker,.section-heading{display:block;color:var(--mint);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.metric-card strong{display:block;margin-top:.5rem;font-size:clamp(1.6rem,4vw,2.4rem);line-height:1}.catalog-layout{display:grid;grid-template-columns:minmax(230px,280px) minmax(0,1fr);gap:1rem;align-items:start}.catalog-stack{display:grid;min-width:0;gap:1rem}.summary-card,.surface-card,.state-panel{min-width:0;max-width:100%;padding:1rem}.summary-card{position:sticky;top:92px;display:grid;gap:1rem}.filter-card form,.field,.filter-card__links{display:grid;gap:.75rem}.field label{color:var(--muted);font-size:.9rem}.field input,.field select{width:100%;min-height:44px;border:1px solid var(--line);background:#ffffff0d;color:var(--text);padding:.7rem .8rem}.filter-link{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:.8rem;border-bottom:1px solid var(--line);color:var(--muted);font-size:.92rem}.filter-link--active,.filter-link:hover{color:var(--mint-strong)}.catalog-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.catalog-head strong{display:block;margin-top:.25rem;font-size:1.08rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,255px),1fr));gap:1rem}.product-card{display:grid;overflow:hidden;min-width:0;min-height:100%}.product-card__media{display:grid;min-height:230px;aspect-ratio:1;place-items:center;background:radial-gradient(circle at 50% 20%,rgba(200,245,140,.15),transparent 56%),radial-gradient(circle at 70% 78%,rgba(231,189,111,.1),transparent 48%),#ffffff09}.product-card__media picture{display:block;width:100%;min-width:0;height:100%}.product-card__media img{width:100%;height:100%;aspect-ratio:1;object-fit:contain;padding:1.1rem}.product-card__body{display:grid;min-width:0;gap:.78rem;padding:1rem}.product-card__eyebrow{display:flex;align-items:center;justify-content:space-between;gap:.6rem;min-height:22px;color:var(--mint);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-card__body h3{display:-webkit-box;overflow:hidden;margin:0;min-width:0;min-height:3.84em;font-size:1.05rem;line-height:1.28;-webkit-line-clamp:3;-webkit-box-orient:vertical}.product-card__body h3 a{overflow-wrap:anywhere;word-break:normal}.product-card__meta{min-height:0;margin:0;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--muted);font-size:.93rem}.product-card__meta-row{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;color:var(--muted);font-size:.86rem}.product-card__footer{display:grid;gap:.9rem;align-items:end;margin-top:auto;padding-top:.85rem;border-top:1px solid var(--line)}.product-card__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.92fr);gap:.55rem}.product-card__actions .action-button,.product-card__actions .secondary-button{min-width:0;width:100%;white-space:normal;text-align:center;line-height:1.05}.product-card__actions [data-add-label]{min-width:0;overflow-wrap:anywhere}.action-button,.secondary-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:.55rem;border:1px solid transparent;border-radius:var(--radius-sm);padding:.78rem 1rem;font-weight:800;line-height:1;min-width:0;transition:transform .2s ease,border-color .2s ease,background .2s ease}.action-button{background:linear-gradient(135deg,var(--mint),var(--gold-strong));color:#10200e}.secondary-button{border-color:var(--line);background:#ffffff0a;color:var(--text)}.action-button:hover,.secondary-button:hover{transform:translateY(-1px);border-color:var(--mint)}.action-button--small{min-height:40px;padding:.65rem .8rem;font-size:.9rem}.price-stack{display:grid;gap:.24rem}.price-lock{color:var(--muted);font-size:.88rem}.price-reassurance{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:.76rem;line-height:1.25;-webkit-line-clamp:2;-webkit-box-orient:vertical}.price-label{display:block;color:var(--mint);font-size:1.12rem;line-height:1.15}.price-label--compare{color:var(--muted);font-size:.82rem;font-weight:600;text-decoration:line-through}.price-stack--large .price-label{font-size:1.9rem}.stock-badge{display:inline-flex;width:fit-content;align-items:center;border:1px solid var(--line);border-radius:999px;padding:.22rem .52rem;color:var(--muted)}.stock-badge--in{border-color:#8ab98761;color:var(--botanical)}.stock-badge--out{border-color:#f290806b;color:var(--danger)}.detail-layout{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1fr) minmax(250px,320px);width:100%;max-width:100%;min-width:0;gap:1rem;align-items:start}.detail-layout>*,.detail-stack,.detail-main,.info-panel,.detail-sidebar,.product-gallery{min-width:0;max-width:100%}.product-gallery,.detail-sidebar{position:sticky;top:92px}.product-gallery{display:grid;min-height:520px;place-items:center}.product-gallery picture{display:block;width:100%;max-width:100%;min-width:0}.product-gallery img{width:100%;max-width:100%;height:auto;aspect-ratio:1;object-fit:contain;padding:clamp(1rem,4vw,2rem)}.detail-main h1,.cart-layout h1{font-size:clamp(2rem,5vw,3.8rem)}.detail-main{display:grid;gap:1rem}.detail-sidebar__purchase{display:grid;gap:.8rem}.related-products{margin-top:1rem}.floating-purchase-bar{display:none}.pagination{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:1rem}.pagination span{color:var(--muted);font-weight:800}.pagination .is-disabled{pointer-events:none;opacity:.48}@media(max-width:920px){.site-header__row{grid-template-columns:auto auto 1fr auto}.menu-toggle{display:inline-flex}.desktop-nav,.header-search,.account-button,.footer-bottom nav{display:none}.hero,.hero-panel,.catalog-layout,.detail-layout,.cart-layout,.footer-partner,.trust-band{grid-template-columns:1fr}.hero,.hero-media{min-height:auto}.steps,.hero-proof,.scenario-choice,.intent-selector{grid-template-columns:1fr}.summary-card,.product-gallery,.detail-sidebar,.product-detail-media{position:static}.catalog-layout{align-items:stretch}.catalog-stack{order:1}.filter-card{order:2}.catalog-products{order:1}.catalog-categories{order:2}.detail-layout{grid-template-columns:minmax(0,1fr)}.product-gallery{min-height:0}.product-gallery img{width:min(100%,420px);padding:clamp(.75rem,4vw,1.25rem)}.hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.floating-purchase-bar{position:sticky;bottom:.75rem;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-strong);box-shadow:var(--shadow);padding:.75rem}.floating-purchase-bar span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800}}@media(min-width:641px)and (max-width:920px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.75rem}.product-card{min-height:0}.product-card__media{min-height:0;aspect-ratio:1 / .74}.product-card__media img{padding:.75rem}.product-card__body{gap:.58rem;padding:.75rem}.product-card__eyebrow{min-height:0;gap:.4rem;font-size:.66rem;line-height:1.2;letter-spacing:.05em}.product-card__eyebrow a,.product-card__eyebrow span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__body h3{min-height:2.45em;font-size:.92rem;line-height:1.22;-webkit-line-clamp:2}.product-card__meta{display:none}.product-card__meta-row{gap:.28rem;font-size:.74rem;line-height:1.2}.product-card__footer{gap:.52rem;padding-top:.55rem}.price-lock{display:-webkit-box;overflow:hidden;font-size:.82rem;line-height:1.18;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card .price-reassurance{-webkit-line-clamp:1}.product-card__actions{grid-template-columns:1fr;gap:.4rem}.product-card__actions .secondary-button{display:none}.product-card .action-button--small{min-height:38px;gap:.35rem;padding:.5rem .55rem;font-size:.78rem}.product-card .icon{width:16px;height:16px}}@media(max-width:640px){.container-shell,.page-shell,.section,.hero,.breadcrumbs{width:min(1180px,calc(100% - .75rem))}.hero{gap:1rem;padding:1.25rem 0 1.1rem}.section{padding:1.45rem 0}.section-header{flex-wrap:wrap;align-items:flex-start;gap:.7rem}.section-header>.button{justify-self:start;max-width:100%;white-space:normal}.home-featured{padding-top:.6rem}.hero-copy,.hero-media{min-width:0;max-width:100%}.page-shell{gap:.85rem;padding-top:.85rem}.surface-card,.summary-card,.state-panel{padding:.75rem}.glass-panel{padding:.85rem}.catalog-head{align-items:flex-start;gap:.65rem;margin-bottom:.7rem}.catalog-head strong{font-size:.94rem;line-height:1.25}.catalog-head .button{min-height:36px;padding:.52rem .62rem;font-size:.78rem;white-space:nowrap}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.product-card{min-height:0}.product-card__media{min-height:0;aspect-ratio:1 / .86}.product-card__media img{padding:.45rem}.product-card__body{gap:.42rem;padding:.55rem}.product-card__eyebrow{min-height:0;font-size:.6rem;line-height:1.2;letter-spacing:.04em}.product-card__eyebrow a,.product-card__eyebrow span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__body h3{display:-webkit-box;overflow:hidden;min-height:2.45em;font-size:.76rem;line-height:1.22;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card .product-card__meta{display:none}.product-card__meta-row{gap:.25rem;font-size:.68rem;line-height:1.2}.stock-badge{padding:.12rem .34rem;font-size:.65rem;line-height:1.2}.product-card__footer{gap:.42rem;padding-top:.45rem}.price-stack{gap:.14rem}.price-lock{display:-webkit-box;overflow:hidden;font-size:.75rem;line-height:1.18;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card .price-reassurance{font-size:.66rem;line-height:1.16;-webkit-line-clamp:1}.price-label{font-size:.9rem}.product-card__actions{grid-template-columns:1fr;gap:.35rem}.product-card__actions .secondary-button{display:none}.product-card .action-button--small{min-height:34px;gap:.3rem;padding:.42rem .4rem;font-size:.72rem}.product-card .icon{width:15px;height:15px}.breadcrumbs{overflow:hidden}.breadcrumbs ol{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.breadcrumbs ol::-webkit-scrollbar{display:none}.breadcrumbs li{flex:0 1 auto;min-width:0;max-width:12rem}.breadcrumbs li:last-child{flex:1 1 auto;max-width:100%}.breadcrumbs a,.breadcrumbs span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-main h1,.cart-layout h1{overflow-wrap:anywhere;font-size:clamp(1.45rem,7.2vw,2rem)}.section-lead,.info-panel p,.attributes{overflow-wrap:anywhere}.hero-copy h1{max-width:100%;overflow-wrap:anywhere;font-size:clamp(2.05rem,10.5vw,3.05rem)}.hero-copy>p{overflow-wrap:anywhere;font-size:.98rem}.scenario-choice{gap:.55rem;margin:1rem 0 .75rem}.scenario-card{gap:.55rem;padding:.7rem}.scenario-card h2{font-size:.98rem}.scenario-card p{font-size:.82rem;line-height:1.32}.scenario-card .button{min-height:38px;padding:.58rem .62rem;font-size:.8rem}.header-contact .contact-reassurance{grid-template-columns:1fr;gap:.35rem;padding:.45rem .55rem}.header-contact .contact-reassurance p,.contact-reassurance__links{font-size:.72rem}.hero-proof{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;margin-top:1rem}.hero-proof div{min-width:0;padding:.55rem}.hero-proof strong{font-size:.72rem;line-height:1.15}.hero-proof span{display:none}.hero-media{display:none;min-height:0}.hero-products{grid-template-columns:repeat(3,minmax(0,1fr));height:auto;gap:.45rem}.hero-products img:first-child{grid-row:auto}.hero-products img{padding:.35rem}.grid,.form-grid,.hero-metrics{grid-template-columns:1fr}.grid.product-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-hero-panel .hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.catalog-hero-panel .metric-card{min-height:74px;padding:.6rem}.catalog-hero-panel .metric-card strong{margin-top:.35rem;font-size:clamp(1.25rem,8vw,1.75rem)}.catalog-hero-panel .kicker{font-size:.58rem;letter-spacing:.06em}.floating-purchase-bar{background:#101a18}:root[data-theme=light] .floating-purchase-bar{background:#fffaf0}.site-header__row{grid-template-columns:auto 1fr auto}.brand-link img{width:122px}.header-actions{gap:.45rem}.lang-switch,.cart-button span:not(.cart-count){display:none}.site-header .cart-button{min-width:86px;padding-inline:.7rem}.inline-form{flex-direction:column}.cart-line{grid-template-columns:56px minmax(0,1fr) 72px}.cart-line strong,.cart-line .icon-button{grid-column:2 / span 2;justify-self:start}.product-card__actions{grid-template-columns:1fr}}
