/* LEGO SUPPLY — V1 fonctionnelle, portage fidèle de la démo React vers le site PHP. */
:root {
  --ls-yellow:#ffd500;
  --ls-yellow-soft:#ffe766;
  --ls-ink:#11110f;
  --ls-paper:#fffdf4;
  --ls-muted:#6c6655;
  --ls-green:#168c55;
  --ls-red:#dd263a;
  --ls-blue:#175dff;
  --ls-shadow:0 24px 70px rgba(48,35,0,.16);
  --ls-border:1px solid rgba(17,17,15,.14);
  --ls-ease:cubic-bezier(.23,1,.32,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.site-body{background:linear-gradient(rgba(255,213,0,.94),rgba(255,213,0,.98)),url('/assets/site/bg-03.jpg') center top/1200px auto repeat;color:var(--ls-ink)}
button,a{transition:transform 150ms var(--ls-ease),box-shadow 180ms var(--ls-ease),background-color 180ms var(--ls-ease),color 180ms var(--ls-ease)}
button:active,.btn:active{transform:scale(.98)}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #1768d7;outline-offset:3px}
.wrap{width:min(1480px,92%)}

/* Service strip + global header */
.service-bar-v3{display:flex;min-height:34px;align-items:center;justify-content:center;gap:34px;background:var(--ls-ink);color:#fff;padding:7px 4vw;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.service-bar-v3>*+*::before{content:'•';margin-right:34px;color:var(--ls-yellow)}
.service-bar-v3 a{display:flex;align-items:center;gap:6px;color:#fff}.service-bar-v3 svg{width:15px;height:15px}
.brand-header{position:relative;z-index:60;max-width:1520px;margin:0 auto;padding:18px clamp(20px,5vw,80px) 12px;background:transparent}
.header-topline{min-height:84px;display:flex;align-items:center;gap:28px}
.brand-lockup{display:flex;align-items:center;gap:18px}.brand-lockup img{width:clamp(160px,16vw,232px);height:68px;object-fit:contain}.brand-lockup span{max-width:210px;color:rgba(17,17,15,.7);font-size:10px;line-height:1.35;letter-spacing:.15em;text-transform:uppercase;font-weight:850}
.desktop-nav-v3{display:flex;align-items:center;gap:4px;margin-left:auto}.desktop-nav-v3 a{display:flex;min-height:42px;align-items:center;border-radius:999px;padding:0 14px;font-size:12px;font-weight:800}.desktop-nav-v3 a:hover,.desktop-nav-v3 a.active{background:var(--ls-ink);color:#fff}
.header-tools{display:flex;gap:9px;margin-left:12px}.round-tool{position:relative;display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(17,17,15,.18);border-radius:50%;background:rgba(255,255,255,.54);box-shadow:0 10px 24px rgba(50,37,0,.1)}.round-tool:hover{background:#fff;transform:translateY(-2px)}.round-tool svg{width:20px;height:20px}.menu-tool{display:none}.cart-count{right:-1px;top:-3px}
.compact-search{display:flex;width:min(100%,840px);height:50px;align-items:center;gap:10px;margin:8px auto 0;border:2px solid #fff;border-radius:999px;background:#fff;padding:5px 5px 5px 17px;box-shadow:0 12px 30px rgba(50,37,0,.12)}.compact-search>svg{width:21px;flex:0 0 auto}.compact-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:12px}.compact-search button{min-width:112px;height:39px;border:0;border-radius:999px;background:var(--ls-ink);color:#fff;font-size:10px;font-weight:900}

/* Shared content */
.page-content,.internal-content{display:block;width:min(1480px,92%);margin:0 auto;padding:22px 0 80px}.internal-content{padding-top:40px}
.section{background:transparent}.section.white,.section.dark{background:transparent;color:inherit}.section-head h2{font-size:clamp(40px,5vw,72px);line-height:.9;letter-spacing:-.055em}.section-kicker,.eyebrow{color:var(--ls-ink)}
.btn{border-radius:13px}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(54,40,0,.16)}

/* Home hero */
.home-hero-v3{overflow:hidden;border-radius:34px;background:var(--ls-ink);color:#fff;box-shadow:0 32px 80px rgba(43,32,0,.25)}
.hero-main-v3{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);min-height:610px}.hero-main-copy-v3{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,7vw,92px)}.hero-main-copy-v3:before{position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 0 0,rgba(255,213,0,.18),transparent 46%);content:''}.hero-main-copy-v3 .eyebrow{display:inline-flex;width:fit-content;align-items:center;gap:8px;border-radius:999px;background:rgba(255,255,255,.08);color:var(--ls-yellow);padding:9px 12px;font-size:10px;font-weight:900;letter-spacing:.14em}.hero-main-copy-v3 h1{max-width:700px;margin:22px 0 18px;font-size:clamp(54px,6.5vw,105px);font-weight:800;line-height:.84;letter-spacing:-.065em;text-wrap:balance}.hero-main-copy-v3>p{max-width:650px;margin:0 0 28px;color:rgba(255,255,255,.72);font-size:18px;line-height:1.55}
.hero-search-v2{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:min(100%,670px);padding:8px 8px 8px 18px;border-radius:18px;background:#fff;color:var(--ls-ink)}.hero-search-v2 svg{width:20px}.hero-search-v2 input{min-width:0;border:0;outline:0;background:transparent;padding:13px 0}.hero-search-v2 button{min-height:48px;border:0;border-radius:13px;padding:0 22px;background:var(--ls-yellow);color:var(--ls-ink);font-weight:900}.hero-proof{display:flex;flex-wrap:wrap;gap:18px;margin-top:20px;color:rgba(255,255,255,.76);font-size:12px;font-weight:750}.hero-proof span{display:flex;align-items:center;gap:7px}.hero-proof svg{width:17px;color:var(--ls-yellow)}
.hero-visual-v3{position:relative;min-height:560px}.hero-visual-v3:after{position:absolute;inset:0;background:linear-gradient(90deg,var(--ls-ink) 0%,transparent 30%),linear-gradient(0deg,rgba(0,0,0,.4),transparent 50%);content:''}.hero-visual-v3>img{width:100%;height:100%;object-fit:cover}.hero-visual-stamp-v3{position:absolute;z-index:3;right:clamp(20px,3vw,46px);bottom:42px;display:grid;width:155px;height:155px;place-content:center;border:2px solid rgba(255,255,255,.6);border-radius:50%;background:var(--ls-yellow);color:var(--ls-ink);text-align:center;transform:rotate(-7deg);box-shadow:0 18px 50px rgba(0,0,0,.28)}.hero-visual-stamp-v3 span{font-size:10px;font-weight:900;letter-spacing:.14em}.hero-visual-stamp-v3 strong{font-size:46px;line-height:.95}.hero-visual-stamp-v3 small{font-size:9px}
.hero-stats-v3{display:grid;grid-template-columns:repeat(3,1fr) minmax(220px,.8fr);border-top:1px solid rgba(255,255,255,.13)}.hero-stats-v3 article{display:flex;min-height:126px;align-items:center;gap:16px;padding:24px clamp(20px,3vw,36px);border-right:1px solid rgba(255,255,255,.13)}.hero-stats-v3 article svg{width:28px;color:var(--ls-yellow)}.hero-stats-v3 article div{display:grid}.hero-stats-v3 strong{font-size:30px;line-height:1}.hero-stats-v3 span{margin-top:4px;color:rgba(255,255,255,.58);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-stats-v3>a{display:flex;align-items:center;justify-content:center;gap:12px;background:var(--ls-yellow);color:var(--ls-ink);font-weight:900}.hero-stats-v3>a:hover{background:#fff}
.home-section-v2{padding:106px 0 50px}.home-section-v2>header,.theme-gallery-v3>header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.home-section-v2>header span,.theme-gallery-v3>header span,.journey-v3>header span{font-size:10px;font-weight:900;letter-spacing:.18em}.home-section-v2 h2,.theme-gallery-v3 h2,.journey-v3 h2{margin:8px 0 0;font-size:clamp(40px,5vw,72px);line-height:.9;letter-spacing:-.055em}.home-section-v2>header a{border-bottom:2px solid var(--ls-ink);padding:8px 0;font-weight:900}

/* Product cards */
.product-grid,.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.store-product-card{min-width:0;overflow:hidden;border:0;border-radius:20px;background:var(--ls-paper);box-shadow:0 16px 36px rgba(54,40,0,.13)}.store-product-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(54,40,0,.2)}.store-product-image{position:relative;height:280px;background:#f2f0e9}.product-image-link{display:block;width:100%;height:100%}.store-product-image img{width:100%;height:100%;object-fit:contain;padding:14px;mix-blend-mode:multiply}.store-badge{position:absolute;z-index:2;left:12px;top:12px;border-radius:999px;background:var(--ls-yellow);padding:7px 10px;font-size:8px;font-weight:900;letter-spacing:.06em}.store-favorite{position:absolute;z-index:3;right:12px;top:12px;display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;background:#fff}.store-favorite svg{width:18px}.store-product-body{padding:16px}.store-product-meta{display:flex;gap:8px;margin:0;color:#777;font-size:10px;font-weight:800}.product-name{display:-webkit-box;min-height:42px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:5px 0 0;border:0;background:transparent;padding:0;text-align:left;font-size:18px;font-weight:900;line-height:1.1}.product-theme{overflow:hidden;margin:5px 0 9px;color:#777;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.store-price{display:flex;align-items:baseline;gap:6px}.store-price strong{font-size:22px}.store-price del{color:#999;font-size:10px}.stock{display:flex;align-items:center;gap:5px;margin:6px 0 8px;font-size:10px;font-weight:750}.stock>span{width:7px;height:7px;border-radius:50%;background:var(--ls-green)}.stock.is-unavailable>span{background:var(--ls-red)}.stock.is-preorder>span{background:#e98b23}.card-action{display:flex;width:100%;height:43px;align-items:center;justify-content:center;gap:7px;margin-top:7px;border:0;border-radius:12px;background:var(--ls-ink);color:#fff;font-size:10px;font-weight:900}.card-action:hover{background:var(--ls-yellow);color:var(--ls-ink)}.card-action svg{width:16px}

/* Theme gallery + journey */
.theme-gallery-v3{margin:60px 0 0;padding:clamp(28px,5vw,62px);border-radius:34px;background:var(--ls-paper);box-shadow:var(--ls-shadow)}.theme-gallery-v3>header{display:grid;grid-template-columns:1.2fr .8fr}.theme-gallery-v3>header p{max-width:420px;justify-self:end;margin:0;color:var(--ls-muted);line-height:1.55}.theme-gallery-v3>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.theme-gallery-card{position:relative;min-height:220px;overflow:hidden;border:0;border-radius:20px;background:#111;color:#fff;text-align:left}.theme-gallery-card:after{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.02) 70%);content:''}.theme-gallery-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 280ms var(--ls-ease)}.theme-gallery-card:hover img{transform:scale(1.04)}.theme-gallery-card>span{position:absolute;z-index:2;left:20px;right:48px;bottom:18px;display:grid}.theme-gallery-card small{color:var(--ls-yellow);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.theme-gallery-card strong{margin-top:3px;font-size:23px;line-height:1}.theme-gallery-card>b{position:absolute;z-index:2;right:18px;bottom:18px;font-size:22px;color:var(--ls-yellow)}
.journey-v3{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;margin:100px 0 48px}.journey-v3>header{align-self:center}.journey-v3>div{display:grid;gap:10px}.journey-v3 article{display:grid;min-height:112px;grid-template-columns:58px 180px 1fr;align-items:center;gap:20px;border-top:var(--ls-border)}.journey-v3 article b{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:var(--ls-ink);color:var(--ls-yellow)}.journey-v3 article strong{font-size:25px}.journey-v3 article p{color:var(--ls-muted);line-height:1.5}.trust-band-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:34px 0 10px}.trust-band-v2 article{display:grid;grid-template-columns:auto 1fr;column-gap:15px;padding:28px;border-top:2px solid rgba(17,17,15,.25)}.trust-band-v2 svg{grid-row:span 2;width:29px}.trust-band-v2 strong{font-size:17px}.trust-band-v2 p{margin:6px 0 0;color:#5f5a4f;line-height:1.45}

/* Catalogue, themes and common intros */
.cataloghead,.account-head,.legal-hero{padding:55px 0 24px;background:transparent}.cataloghead .wrap,.account-head .wrap,.legal-hero .wrap{width:min(1480px,92%)}.cataloghead h1,.account-head h1,.legal-hero h1{font-size:clamp(46px,7vw,84px);line-height:.88;letter-spacing:-.06em}.cataloghead p,.account-head p,.legal-hero p{max-width:740px;color:#4f4939}.catalogue-commandbar{position:sticky;top:12px;z-index:15;display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(150px,.6fr));gap:8px;margin:22px 0 28px;padding:9px;border-radius:20px;background:rgba(17,17,15,.92);backdrop-filter:blur(18px);box-shadow:var(--ls-shadow)}.catalogue-commandbar label{display:flex;min-height:48px;align-items:center;gap:8px;border-radius:13px;background:#fff;padding:0 14px}.catalogue-commandbar svg{width:17px}.catalogue-commandbar input,.catalogue-commandbar select{min-width:0;width:100%;border:0;outline:0;background:transparent}.catalogue-commandbar button{border:0;border-radius:13px;background:var(--ls-yellow);font-weight:900}.catalogue-pagination,.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin:32px 0}.catalogue-pagination a,.page-link{display:grid;min-height:44px;place-items:center;border:0;border-radius:12px;background:var(--ls-ink);color:#fff;padding:0 20px;font-weight:800}.catalogue-pagination .disabled{opacity:.35}.intro-stat{min-width:180px;border-radius:22px;background:var(--ls-ink);color:#fff;padding:24px;text-align:right}.intro-stat strong{display:block;font-size:42px}.intro-stat span{color:rgba(255,255,255,.65);font-size:12px}
.themes-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.theme-universe-card{position:relative;display:grid;min-height:210px;overflow:hidden;grid-template-columns:auto 1fr auto;align-items:end;gap:14px;border-radius:24px;background:var(--ls-ink);color:#fff;padding:24px;box-shadow:0 14px 34px rgba(48,35,0,.15)}.theme-universe-card:after{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.86),rgba(0,0,0,.04));content:''}.theme-universe-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.theme-universe-card>*:not(img){position:relative;z-index:2}.theme-universe-card>span{color:var(--ls-yellow);font-size:10px;font-weight:900}.theme-universe-card>div{display:grid}.theme-universe-card strong{font-size:24px;line-height:1}.theme-universe-card small{margin-top:5px;color:#ddd}.theme-universe-card>b{font-size:24px;color:var(--ls-yellow)}.theme-universe-card:hover{transform:translateY(-4px)}.theme-results{display:flex;align-items:baseline;gap:7px;margin:0 0 18px;color:var(--ls-muted);font-size:11px;text-transform:uppercase}.theme-results strong{color:var(--ls-ink);font-size:24px}.theme-load-more{display:flex;min-height:52px;align-items:center;justify-content:center;gap:10px;margin:28px auto 0;border:0;border-radius:999px;background:var(--ls-ink);color:#fff;padding:0 24px;font-size:11px;font-weight:900}

/* Product page */
.product{width:min(1480px,92%);margin:0 auto;padding:40px 0 80px}.productgrid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:0;align-items:stretch;overflow:hidden;border-radius:34px;box-shadow:var(--ls-shadow)}.productimage{min-height:650px;border:0;border-radius:0;background:#efeee8;padding:0;box-shadow:none}.productimage img{width:100%;height:100%;object-fit:contain;padding:28px;mix-blend-mode:multiply}.productinfo{background:#fff;padding:clamp(30px,4vw,64px)}.productinfo h1{margin:14px 0 6px;font-size:clamp(42px,5vw,70px);line-height:.92;letter-spacing:-.05em}.productinfo .meta{margin:0;color:var(--ls-muted)}.productprice{margin:28px 0;font-size:38px}.product-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.product-facts div{border:0;border-radius:14px;background:#f5f3ea;padding:16px}.product-facts span{color:var(--ls-muted)}.notice{border:0;border-left:4px solid var(--ls-yellow);background:#fff9d9}.addform{display:grid;grid-template-columns:auto 1fr;gap:10px}.addform .btn{min-height:52px;background:var(--ls-yellow);color:var(--ls-ink)}.product-actions .btn{flex:1;background:#12a85f}.favorite-line{width:100%;min-height:48px;margin-top:10px;border:1px solid #ddd8c9;border-radius:14px;background:transparent;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800}.product-assurance{margin-top:24px;border-top:1px solid #ece8dc}.product-assurance p{display:flex;gap:12px;margin:0;padding:18px 0;border-bottom:1px solid #ece8dc}.product-assurance svg{width:20px}.product-assurance span{display:grid}.product-assurance small{color:var(--ls-muted)}

/* Cart and checkout */
.cart-layout,.checkout-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:17px;align-items:start}.cart-row{grid-template-columns:122px 1fr auto;align-items:center;border:0;border-radius:20px;padding:12px;box-shadow:0 9px 22px rgba(79,58,0,.14)}.cart-row img{width:122px;height:122px;border-radius:14px}.cart-row>div{min-width:0}.cart-row .line-total{display:grid;justify-items:end;gap:8px}.cart-summary{position:sticky;top:20px;border:0;border-radius:23px;background:var(--ls-ink);color:#fff;padding:24px;box-shadow:0 14px 30px rgba(0,0,0,.23)}.cart-summary .section-kicker{color:var(--ls-yellow)}.cart-summary p,.cart-summary .small{color:#bbb}.cart-summary .btn{background:var(--ls-yellow);color:var(--ls-ink)}.checkout-form{border:0;border-radius:23px;background:rgba(255,255,255,.9);padding:25px}.checkout-form textarea{width:100%;border:1px solid #ddd9ca;border-radius:15px;padding:13px 16px;resize:vertical}.checkout-form .btn{background:#13aa62;color:#fff}.checkout-recap{border-radius:23px;background:rgba(255,255,255,.88);padding:25px;box-shadow:0 11px 27px rgba(79,58,0,.15)}.checkout-recap article{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.08)}.checkout-recap article img{width:58px;height:58px;border-radius:10px;object-fit:contain;background:#f0eee7}.checkout-recap article div{display:grid}.checkout-recap small{color:var(--ls-muted)}.checkout-total{display:flex;align-items:baseline;justify-content:space-between;padding-top:16px}.checkout-total strong{font-size:27px}.checkout-ready-v3{display:grid;max-width:720px;justify-items:center;margin:0 auto;border-radius:30px;background:var(--ls-paper);padding:clamp(32px,6vw,64px);text-align:center;box-shadow:var(--ls-shadow)}.checkout-ready-icon-v3{display:grid;width:66px;height:66px;place-items:center;border-radius:50%;background:var(--ls-yellow)}.checkout-ready-icon-v3 svg{width:30px}.checkout-ready-v3>span{margin-top:20px;font-size:9px;font-weight:900;letter-spacing:.16em}.checkout-ready-v3 h2{margin:7px 0;font-size:clamp(32px,6vw,54px);letter-spacing:-.04em}.checkout-ready-v3>p{max-width:540px;color:var(--ls-muted);line-height:1.55}.whatsapp-checkout{display:flex;width:min(100%,420px);min-height:52px;align-items:center;justify-content:center;gap:8px;margin-top:18px;border:0;border-radius:14px;background:#0da85b;color:#fff;font-weight:900}.checkout-ready-v3>small{max-width:520px;margin-top:16px;color:var(--ls-muted);font-size:10px;line-height:1.45}
.empty{border:0;border-radius:26px;background:rgba(255,255,255,.84);box-shadow:0 13px 30px rgba(79,58,0,.16)}

/* Footer */
.site-footer{width:min(1480px,92%);margin:60px auto 0;padding:48px 0 110px;border-top:2px solid rgba(17,17,15,.22)}.footer-main-v3{display:grid;grid-template-columns:.7fr 1.3fr;gap:50px}.site-footer-brand{display:flex;align-items:flex-start;flex-direction:column}.site-footer-brand img{width:220px;height:82px;object-fit:contain;object-position:left}.site-footer-brand p{max-width:330px;margin:12px 0 7px;font-size:20px;font-weight:800;line-height:1.12}.site-footer-brand span{color:rgba(17,17,15,.58);font-size:10px;font-weight:700;text-transform:uppercase}.site-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.site-footer-links section{display:grid;align-content:start;gap:8px}.site-footer-links strong{margin-bottom:7px;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.site-footer-links a{width:fit-content;color:rgba(17,17,15,.72);font-size:12px}.site-footer-links a:hover{text-decoration:underline}.certification-row-v3{display:flex;align-items:center;gap:20px;margin-top:38px;padding-top:28px;border-top:var(--ls-border)}.certification-row-v3 img{width:auto;max-width:min(380px,45%);max-height:76px;object-fit:contain;object-position:left}.footer-bottom-v3{display:flex;justify-content:space-between;gap:30px;margin-top:28px;color:rgba(17,17,15,.56);font-size:9px;text-transform:uppercase}

@media(max-width:1100px){.desktop-nav-v3{display:none}.menu-tool{display:grid}.hero-main-v3{grid-template-columns:1fr 420px}.hero-main-copy-v3{padding:54px 46px}.hero-main-copy-v3 h1{font-size:68px}.hero-stats-v3{grid-template-columns:repeat(3,1fr)}.hero-stats-v3>a{grid-column:1/-1;min-height:66px}.product-grid,.grid{grid-template-columns:repeat(3,1fr)}.theme-gallery-v3>div{grid-template-columns:repeat(2,1fr)}.catalogue-commandbar{grid-template-columns:1fr 1fr}.themes-grid-v2{grid-template-columns:repeat(2,1fr)}.productgrid{grid-template-columns:1fr}.productimage{min-height:520px}}
@media(max-width:780px){.service-bar-v3{justify-content:flex-start;gap:22px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.service-bar-v3>*+*::before{margin-right:22px}.brand-header{padding:11px 16px 8px}.header-topline{min-height:64px}.brand-lockup img{width:148px;height:54px}.brand-lockup span,.account-tool{display:none}.round-tool{width:43px;height:43px}.compact-search{margin-top:7px}.compact-search input{font-size:11px}.compact-search button{min-width:92px;padding-inline:12px}.page-content,.internal-content{width:100%;padding-inline:14px}.home-hero-v3{border-radius:26px}.hero-main-v3{grid-template-columns:1fr}.hero-main-copy-v3{min-height:515px;padding:42px 24px}.hero-main-copy-v3 h1{font-size:56px}.hero-main-copy-v3>p{font-size:15px}.hero-search-v2{grid-template-columns:auto 1fr}.hero-search-v2 button{grid-column:1/-1;width:100%}.hero-proof{display:grid}.hero-visual-v3{min-height:360px}.hero-visual-v3:after{background:linear-gradient(180deg,var(--ls-ink),transparent 30%),linear-gradient(0deg,rgba(0,0,0,.4),transparent 50%)}.hero-visual-stamp-v3{right:20px;bottom:24px;width:126px;height:126px}.hero-visual-stamp-v3 strong{font-size:38px}.hero-stats-v3{grid-template-columns:1fr}.hero-stats-v3 article{min-height:86px;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.home-section-v2{padding-top:64px}.home-section-v2>header{align-items:flex-start;flex-direction:column}.product-grid,.grid{grid-template-columns:repeat(2,1fr);gap:10px}.store-product-body{padding:12px}.product-name{font-size:15px}.store-price strong{font-size:18px}.theme-gallery-v3{margin-top:28px;padding:24px 14px;border-radius:26px}.theme-gallery-v3>header{grid-template-columns:1fr;gap:14px}.theme-gallery-v3>header p{justify-self:start}.theme-gallery-v3>div{grid-template-columns:1fr}.theme-gallery-card{min-height:180px}.journey-v3{grid-template-columns:1fr;gap:24px;margin-top:66px}.journey-v3 article{grid-template-columns:50px 1fr;gap:12px;padding:16px 0}.journey-v3 article p{grid-column:2;margin:-8px 0 0}.trust-band-v2{grid-template-columns:1fr}.catalogue-commandbar{position:static;grid-template-columns:1fr}.themes-grid-v2{grid-template-columns:1fr}.productimage{min-height:390px}.productinfo{padding:30px 22px}.productinfo h1{font-size:44px}.product-facts{grid-template-columns:1fr 1fr}.cart-layout,.checkout-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:92px 1fr}.cart-row img{width:92px;height:92px}.cart-row .line-total{grid-column:1/-1;display:flex;justify-content:space-between}.cart-summary{position:static}.site-footer{padding-bottom:110px}.footer-main-v3{grid-template-columns:1fr}.site-footer-links{grid-template-columns:repeat(2,1fr)}.certification-row-v3{align-items:flex-start;flex-direction:column}.certification-row-v3 img{max-width:100%;max-height:62px}.footer-bottom-v3{flex-direction:column}}
@media(max-width:420px){.service-bar-v3 span:nth-child(2),.service-bar-v3 span:nth-child(3){display:none}.product-grid,.grid{grid-template-columns:1fr}.store-product-image{height:300px}.site-footer-links{grid-template-columns:1fr}.product-facts{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

.cookie-banner-v1{position:fixed;z-index:120;right:20px;bottom:20px;display:grid;width:min(520px,calc(100% - 32px));grid-template-columns:1fr auto auto;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(17,17,15,.96);color:#fff;padding:16px 18px;box-shadow:0 24px 70px rgba(0,0,0,.28);backdrop-filter:blur(16px)}.cookie-banner-v1[hidden]{display:none}.cookie-banner-v1 div{display:grid;gap:3px}.cookie-banner-v1 strong{font-size:12px}.cookie-banner-v1 span{color:#bbb;font-size:10px;line-height:1.4}.cookie-banner-v1 button{min-height:39px;border:0;border-radius:10px;background:var(--ls-yellow);padding:0 14px;font-size:10px;font-weight:900}.cookie-banner-v1 a{font-size:9px;text-decoration:underline}@media(max-width:620px){.cookie-banner-v1{left:12px;right:12px;bottom:12px;width:auto;grid-template-columns:1fr auto}.cookie-banner-v1 div{grid-column:1/-1}.cookie-banner-v1 a{text-align:center}}
