:root{--ink:#080d25;--ink-soft:#5c627a;--cream:#f5f3ff;--cream-deep:#e9e5fb;--paper:#fffefe;--terracotta:#ff5c67;--terracotta-dark:#d72d78;--sage:#3859e8;--gold:#ffb23e;--cyan:#28d6cf;--violet:#7948ff;--line:#080d251f;--shadow:0 26px 70px #14184629;--serif:Georgia, Iowan Old Style, Baskerville, Times New Roman, serif;--sans:Inter, Avenir, Helvetica Neue, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--ink);background:var(--paper);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;overflow-x:clip}.site-shell{width:100%;overflow-x:clip}body:has(.selection-drawer.is-open){overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.announcement{contain:paint;color:#f9efe5;background:var(--ink);letter-spacing:.09em;text-transform:uppercase;justify-content:center;align-items:center;gap:14px;min-height:34px;padding:7px 5vw;font-size:11px;font-weight:650;display:flex}.announcement p{margin:0}.header{z-index:40;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf9eb;grid-template-columns:1fr auto 1fr;align-items:center;height:82px;padding:0 max(5vw,28px);display:grid;position:sticky;top:0}.brand{align-items:center;gap:11px;width:fit-content;display:inline-flex}.brand-mark{width:39px;height:39px;color:var(--cream);background:var(--ink);font-family:var(--serif);border-radius:50% 50% 50% 16%;place-items:center;font-size:23px;font-style:italic;display:grid}.brand-name{font-family:var(--serif);letter-spacing:-.04em;font-size:23px;font-weight:700}.brand-name i{color:var(--terracotta);font-weight:400}.nav{align-items:center;gap:29px;display:flex}.nav a{color:var(--ink-soft);padding:30px 0 27px;font-size:13px;font-weight:650;position:relative}.nav a:after{content:"";background:var(--terracotta);transform-origin:100%;height:1px;transition:transform .22s;position:absolute;bottom:21px;left:0;right:0;transform:scaleX(0)}.nav a:hover:after,.nav a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.header-actions{justify-self:end;align-items:center;gap:10px;display:flex}.selection-button{min-height:43px;color:var(--cream);background:var(--ink);border:1px solid var(--ink);cursor:pointer;border-radius:99px;align-items:center;gap:11px;padding:0 8px 0 18px;font-size:12px;font-weight:750;display:inline-flex}.selection-button b{width:28px;height:28px;color:var(--ink);background:var(--cream);border-radius:50%;place-items:center;font-size:11px;display:grid}.menu-button{cursor:pointer;background:0 0;border:0;display:none}.menu-glyph{font-size:25px;line-height:1}.hero{background:var(--cream);grid-template-columns:.92fr 1.08fr;min-height:calc(100svh - 116px);display:grid}.hero-copy{flex-direction:column;justify-content:center;padding:clamp(72px,8vw,126px) 6vw clamp(68px,7vw,110px) max(6vw,34px);display:flex}.eyebrow{color:var(--terracotta-dark);letter-spacing:.16em;text-transform:uppercase;margin:0 0 19px;font-size:11px;font-weight:800}.hero h1{max-width:720px;font-family:var(--serif);letter-spacing:-.06em;margin:0;font-size:clamp(54px,6vw,96px);font-weight:500;line-height:.93}.hero h1 em{color:var(--terracotta);font-weight:400}.hero-text{max-width:570px;color:var(--ink-soft);font-family:var(--serif);margin:30px 0 0;font-size:clamp(18px,1.5vw,23px);line-height:1.55}.hero-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:38px;display:flex}.button{letter-spacing:.06em;text-transform:uppercase;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;gap:24px;min-height:54px;padding:0 24px;font-size:12px;font-weight:800;transition:transform .18s,background .18s,color .18s;display:inline-flex}.button:hover,.button:focus-visible{transform:translateY(-2px)}.text-link{border-bottom:1px solid var(--ink);align-items:center;gap:10px;padding:12px 0;font-size:12px;font-weight:750;display:inline-flex}.hero-proof{border-top:1px solid var(--line);gap:38px;margin-top:clamp(46px,6vw,82px);padding-top:25px;display:flex}.hero-proof div{gap:4px;display:grid}.hero-proof div+div{border-left:1px solid var(--line);padding-left:38px}.hero-proof strong{font-family:var(--serif);font-size:25px;font-weight:600}.hero-proof span{color:var(--ink-soft);font-size:11px}.hero-visual{background:#dfd0bf;min-height:680px;padding:clamp(24px,4vw,60px);position:relative;overflow:hidden}.hero-visual:before{content:"";border:1px solid #ffffff85;border-radius:50%;width:460px;height:460px;position:absolute;top:-150px;right:-150px}.hero-main-image{background:var(--cream-deep);box-shadow:var(--shadow);position:absolute;inset:clamp(24px,4vw,58px) clamp(24px,4vw,58px) clamp(82px,7vw,112px);overflow:hidden}.cover-image{object-fit:cover}.hero-main-image .cover-image{object-fit:cover;transition:transform .8s cubic-bezier(.2,.6,.2,1);transform:scale(1.01)}.hero-visual:hover .hero-main-image .cover-image{transform:scale(1.045)}.hero-floating-card{z-index:2;width:min(330px,70%);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf9f2;grid-template-columns:88px 1fr;align-items:center;gap:16px;padding:12px;display:grid;position:absolute;bottom:clamp(40px,5vw,78px);left:clamp(8px,2vw,34px)}.mini-product-image{aspect-ratio:1;position:relative;overflow:hidden}.hero-floating-card div:last-child{gap:5px;display:grid}.hero-floating-card span,.hero-floating-card small{color:var(--ink-soft);font-size:10px}.hero-floating-card strong{font-family:var(--serif);font-size:18px}.hero-note{max-width:280px;color:var(--ink-soft);font-family:var(--serif);text-align:right;margin:0;font-size:13px;font-style:italic;position:absolute;bottom:24px;right:clamp(28px,4vw,62px)}.reassurance{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper);grid-template-columns:repeat(4,1fr);padding:30px max(5vw,28px);display:grid}.reassurance>div{align-items:center;gap:16px;min-height:58px;padding:0 24px;display:flex}.reassurance>div+div{border-left:1px solid var(--line)}.reassurance>div>span{color:var(--terracotta);font-family:var(--serif);font-size:27px}.reassurance p{gap:5px;margin:0;display:grid}.reassurance strong{font-family:var(--serif);font-size:14px}.reassurance small{color:var(--ink-soft);font-size:10px}.universe-section,.catalogue-section,.faq-section{padding:clamp(88px,10vw,150px) max(5vw,28px)}.section-heading{max-width:850px;margin-bottom:52px}.section-heading h2,.story-copy h2,.contact-section h2{font-family:var(--serif);letter-spacing:-.055em;margin:0;font-size:clamp(43px,5vw,70px);font-weight:500;line-height:1}.section-heading>p:last-child{max-width:630px;color:var(--ink-soft);font-family:var(--serif);margin:20px 0 0;font-size:18px;line-height:1.6}.split-heading{grid-template-columns:1.2fr .8fr;align-items:end;gap:8vw;max-width:none;display:grid}.split-heading>p:last-child{max-width:510px;margin-bottom:3px}.category-grid{grid-template-columns:1.2fr .9fr .9fr;gap:18px;display:grid}.category-card{background:var(--cream-deep);min-height:520px;position:relative;overflow:hidden}.category-image{object-fit:cover;transition:transform .65s cubic-bezier(.2,.6,.2,1)}.category-card:hover .category-image{transform:scale(1.04)}.category-overlay{background:linear-gradient(#0000 40%,#211813c7);position:absolute;inset:0}.category-copy{color:#fff;position:absolute;bottom:28px;left:28px;right:28px}.category-copy span{letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:750}.category-copy h3{font-family:var(--serif);letter-spacing:-.04em;margin:7px 0 13px;font-size:clamp(28px,3vw,43px);font-weight:500}.category-copy p{letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;margin:0;font-size:11px;font-weight:750;display:flex}.catalogue-tools{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-bottom:38px;padding:18px 0;display:flex}.filter-list{flex-wrap:wrap;gap:8px;display:flex}.filter-list button{color:var(--ink-soft);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:99px;padding:10px 15px;font-size:11px;font-weight:700}.filter-list button:hover,.filter-list button.active{color:var(--cream);background:var(--ink);border-color:var(--ink)}.search-field{background:var(--paper);border:1px solid var(--line);align-items:center;gap:10px;width:min(290px,100%);min-height:42px;padding:0 14px;display:flex}.search-field input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 16px;display:grid}.product-card{min-width:0}.product-image-wrap{aspect-ratio:.91;background:#eee6db;position:relative;overflow:hidden}.product-image{object-fit:contain;transition:transform .5s cubic-bezier(.2,.6,.2,1)}.product-card:hover .product-image{transform:scale(1.035)}.product-badge{z-index:2;color:var(--cream);background:var(--terracotta-dark);letter-spacing:.1em;text-transform:uppercase;padding:7px 10px;font-size:9px;font-weight:800;position:absolute;top:14px;left:14px}.quick-add{z-index:2;width:42px;height:42px;color:var(--ink);cursor:pointer;background:#fffdf9f0;border:0;border-radius:50%;place-items:center;font-size:23px;transition:background .18s,color .18s,transform .18s;display:grid;position:absolute;bottom:13px;right:13px;box-shadow:0 10px 24px #2c211b26}.quick-add.is-selected{color:#fff;background:var(--sage);font-size:15px}.product-category{color:var(--terracotta-dark);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:9px;font-weight:800}.product-info h3{min-height:44px;font-family:var(--serif);letter-spacing:-.02em;margin:0;font-size:20px;font-weight:600;line-height:1.15}.product-meta{color:var(--ink-soft);justify-content:space-between;gap:10px;margin-top:13px;font-size:10px;display:flex}.price-request{color:var(--sage);font-weight:750}.product-action{width:100%;color:var(--ink);border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;background:0 0;margin-top:16px;padding:11px 0;font-size:10px;font-weight:800}.product-action:hover,.product-action.is-selected{color:var(--terracotta-dark)}.load-more{min-width:240px;min-height:52px;color:var(--ink);border:1px solid var(--ink);cursor:pointer;letter-spacing:.06em;text-transform:uppercase;background:0 0;justify-content:center;align-items:center;gap:12px;margin:56px auto 0;padding:0 22px;font-size:11px;font-weight:800;display:flex}.empty-state{text-align:center;border:1px solid var(--line);justify-items:center;padding:90px 20px;display:grid}.empty-state>span{color:var(--terracotta);font-size:42px}.empty-state h3{font-family:var(--serif);margin:15px 0 5px;font-size:30px}.empty-state p{color:var(--ink-soft);font-size:13px}.empty-state button{color:var(--terracotta-dark);cursor:pointer;background:0 0;border:0;border-bottom:1px solid;margin-top:15px;padding:10px 0;font-size:11px;font-weight:800}.story-section{background:var(--ink);grid-template-columns:1.08fr .92fr;display:grid}.story-images{background:#49372d;min-height:760px;position:relative}.story-image{position:absolute;overflow:hidden}.story-image-large{inset:0 12% 0 0}.story-image-small{z-index:2;aspect-ratio:.8;border:10px solid var(--ink);width:37%;bottom:7%;right:5%}.story-copy{color:var(--cream);flex-direction:column;justify-content:center;padding:clamp(74px,9vw,140px) max(7vw,44px);display:flex}.story-copy p:not(.eyebrow){color:#d6cbc1;max-width:530px;font-family:var(--serif);margin:26px 0 0;font-size:17px;line-height:1.7}.button-light{width:fit-content;color:var(--ink);background:var(--cream);margin-top:38px}.faq-list{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:0 30px;display:grid}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;min-height:84px;font-family:var(--serif);justify-content:space-between;align-items:center;gap:20px;font-size:18px;font-weight:600;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--terracotta);font-family:var(--sans);font-size:20px;font-weight:400;transition:transform .18s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:570px;color:var(--ink-soft);margin:-8px 35px 26px 0;font-size:13px;line-height:1.65}.contact-section{color:var(--cream);background:var(--terracotta-dark);text-align:center;padding:clamp(90px,11vw,170px) 7vw}.contact-section .eyebrow{color:#f2c8aa}.contact-section h2{font-size:clamp(50px,7vw,98px)}.contact-section>p:not(.eyebrow){color:#eed8ca;max-width:670px;font-family:var(--serif);margin:25px auto 0;font-size:19px;line-height:1.6}.contact-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;margin-top:38px;display:flex}.button-cream{color:var(--ink);background:var(--cream)}.contact-actions>a:last-child{border-bottom:1px solid;padding:12px 0;font-size:13px;font-weight:700}.footer{color:#e8ddd3;background:#211914;grid-template-columns:2fr repeat(3,1fr);gap:50px;padding:68px max(5vw,28px) 25px;display:grid}.brand-light .brand-name i{color:#d99169}.footer-brand>p{color:#a99b90;max-width:330px;font-family:var(--serif);margin:22px 0 0;font-size:14px;line-height:1.65}.footer>div:not(.footer-brand):not(.footer-bottom){flex-direction:column;align-items:flex-start;gap:13px;display:flex}.footer h3{color:#d99872;letter-spacing:.14em;text-transform:uppercase;margin:4px 0 10px;font-size:10px}.footer a,.footer>div>p{color:#b8aba2;margin:0;font-size:12px}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1f;grid-column:1/-1;justify-content:space-between;margin-top:35px;padding-top:24px;display:flex}.drawer-backdrop{z-index:89;visibility:hidden;opacity:0;background:#19120e8c;border:0;transition:opacity .22s,visibility .22s;position:fixed;inset:0}.drawer-backdrop.is-open{visibility:visible;opacity:1}.selection-drawer{z-index:90;background:var(--paper);visibility:hidden;opacity:0;transform-origin:100%;pointer-events:none;grid-template-rows:auto 1fr auto;width:min(470px,100%);transition:opacity .22s,transform .28s cubic-bezier(.2,.65,.2,1),visibility 0s linear .28s;display:grid;position:fixed;top:0;bottom:0;right:0;transform:scaleX(.96);box-shadow:-25px 0 70px #18100c33}.selection-drawer.is-open{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s;transform:scaleX(1)}.drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;padding:28px 28px 22px;display:flex}.drawer-header .eyebrow{margin-bottom:8px}.drawer-header h2{font-family:var(--serif);margin:0;font-size:31px;font-weight:500}.drawer-header h2 span{color:var(--terracotta)}.drawer-header>button{background:var(--cream);cursor:pointer;border:0;border-radius:50%;place-items:center;width:39px;height:39px;font-size:24px;display:grid}.drawer-content{padding:10px 28px;overflow-y:auto}.drawer-item{border-bottom:1px solid var(--line);grid-template-columns:76px 1fr 30px;align-items:center;gap:14px;padding:16px 0;display:grid}.drawer-item-image{aspect-ratio:1;background:var(--cream);width:76px;position:relative;overflow:hidden}.drawer-item>div:nth-child(2){gap:5px;display:grid}.drawer-item strong{font-family:var(--serif);font-size:15px;line-height:1.2}.drawer-item small{color:var(--ink-soft);font-size:9px}.drawer-item>button{cursor:pointer;background:0 0;border:0;font-size:20px}.drawer-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;display:flex}.drawer-empty>span{color:var(--terracotta);font-size:49px}.drawer-empty h3{font-family:var(--serif);margin:17px 0 6px;font-size:27px}.drawer-empty p{max-width:300px;color:var(--ink-soft);font-size:12px;line-height:1.6}.drawer-empty button{color:var(--terracotta-dark);cursor:pointer;background:0 0;border:0;border-bottom:1px solid;margin-top:14px;padding:10px 0;font-size:11px;font-weight:800}.drawer-footer{border-top:1px solid var(--line);background:var(--cream);padding:20px 28px 28px}.drawer-footer p{color:var(--ink-soft);text-align:center;margin:0 0 14px;font-size:10px;line-height:1.5}.button-whatsapp{color:#fff;background:#176b45;width:100%}.button-whatsapp.is-disabled{opacity:.45;pointer-events:none}.floating-whatsapp{z-index:35;color:#fff;background:#176b45;border-radius:99px;align-items:center;gap:9px;min-height:48px;padding:0 18px 0 9px;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 14px 34px #176b4540}.floating-whatsapp span{background:#ffffff26;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.floating-whatsapp b{font-size:11px}:focus-visible{outline-offset:3px;outline:3px solid #bb684080}@media (max-width:1160px){.header{grid-template-columns:1fr auto}.nav{visibility:hidden;opacity:0;background:var(--paper);border-bottom:1px solid var(--line);gap:0;padding:26px max(5vw,28px) 35px;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:fixed;top:116px;left:0;right:0;transform:translateY(-12px)}.nav.is-open{visibility:visible;opacity:1;transform:translateY(0)}.nav a{border-bottom:1px solid var(--line);font-family:var(--serif);padding:14px 0;font-size:21px}.nav a:after{display:none}.menu-button{place-items:center;width:43px;height:43px;display:grid}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reassurance{grid-template-columns:1fr 1fr}.reassurance>div:nth-child(3){border-left:0}.reassurance>div:nth-child(n+3){border-top:1px solid var(--line);padding-top:20px}}@media (max-width:900px){.hero,.story-section{grid-template-columns:1fr}.hero-copy{min-height:650px}.hero-visual{min-height:720px}.split-heading{grid-template-columns:1fr;gap:14px}.category-grid{grid-template-columns:1fr 1fr}.category-card:first-child{grid-column:1/-1}.category-card{min-height:480px}.story-images{min-height:640px}.faq-list{grid-template-columns:1fr}.footer{grid-template-columns:1.5fr 1fr 1fr}.footer-brand{grid-column:1/-1}}@media (max-width:720px){.announcement{min-height:30px;font-size:8px}.announcement p:last-child,.announcement span{display:none}.header{height:70px;padding:0 18px}.brand-mark{width:35px;height:35px}.brand-name{font-size:20px}.selection-button{min-height:39px;padding-left:13px}.selection-button>span{display:none}.selection-button b{width:27px;height:27px}.nav{top:100px}.hero-copy{min-height:620px;padding:70px 22px 60px}.hero h1{font-size:clamp(50px,15vw,72px)}.hero-text{font-size:18px}.hero-proof{gap:20px}.hero-proof div+div{padding-left:20px}.hero-visual{min-height:560px}.hero-main-image{inset:22px 22px 78px}.hero-floating-card{grid-template-columns:70px 1fr;bottom:35px;left:7px}.hero-note{display:none}.reassurance{grid-template-columns:1fr;padding:15px 16px}.reassurance>div{padding:15px 8px}.reassurance>div+div,.reassurance>div:nth-child(3){border-top:1px solid var(--line);border-left:0}.universe-section,.catalogue-section,.faq-section{padding:84px 18px}.section-heading{margin-bottom:36px}.section-heading h2,.story-copy h2{font-size:44px}.category-grid{grid-template-columns:1fr}.category-card:first-child{grid-column:auto}.category-card{min-height:410px}.catalogue-tools{flex-direction:column;align-items:stretch}.filter-list{contain:layout paint;overscroll-behavior-x:contain;flex-wrap:nowrap;max-width:100%;margin:0 -18px;padding:0 18px 6px;overflow-x:auto}.filter-list button{flex:none}.search-field{width:100%}.product-grid{grid-template-columns:1fr 1fr;gap:30px 10px}.product-info h3{min-height:48px;font-size:17px}.product-meta{flex-direction:column;align-items:flex-start;gap:4px}.product-action{font-size:8px}.story-images{min-height:520px}.story-image-large{right:0}.story-image-small{width:39%}.story-copy{padding:74px 22px}.contact-section{padding:90px 22px}.contact-section h2{font-size:54px}.footer{grid-template-columns:1fr 1fr;gap:42px 25px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start;gap:9px}.floating-whatsapp{justify-content:center;width:48px;padding:0;bottom:15px;right:15px}.floating-whatsapp span{background:0 0}.floating-whatsapp b{display:none}}@media (max-width:430px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.text-link{width:fit-content}.product-image-wrap{aspect-ratio:.88}.product-info{padding-top:13px}.product-info h3{font-size:16px}.quick-add{width:38px;height:38px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.drawer-empty button,.product-breadcrumb{font-size:13px}@media (max-width:720px){.announcement{min-height:35px;font-size:12px}.brand-name{font-size:22px}.hero-text{font-size:19px}.hero-proof span{font-size:13px}.section-heading>p,.story-copy p:not(.eyebrow),.contact-section>p:not(.eyebrow){font-size:18px}.product-info h3{min-height:48px;font-size:19px}.product-description{font-size:19px}.footer a,.footer>div>p,.footer-brand>p{font-size:15px}}@media (max-width:560px){.product-grid,.page-product-grid{grid-template-columns:1fr}.product-info h3{min-height:0;font-size:22px}.product-meta{font-size:14px}.product-card-actions .product-action{font-size:13px}}.product-image-link{position:absolute;inset:0}.product-card-actions{border-top:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:10px;margin-top:16px;display:grid}.product-details-link{letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;padding:13px 0;font-size:10px;font-weight:800;display:inline-flex}.product-card-actions .product-action{border:1px solid var(--line);border-radius:99px;width:auto;margin:0;padding:8px 9px;font-size:8px}.product-page-shell{background:var(--paper);min-height:100vh}.product-header{border-bottom:1px solid var(--line);background:#fffdf9f5;grid-template-columns:1fr auto 1fr;align-items:center;height:82px;padding:0 max(5vw,28px);display:grid}.product-header nav{color:var(--ink-soft);gap:30px;font-size:12px;font-weight:700;display:flex}.product-header-cta{color:var(--cream);background:var(--ink);border-radius:99px;justify-self:end;padding:12px 20px;font-size:11px;font-weight:800}.product-breadcrumb{color:var(--ink-soft);border-bottom:1px solid var(--line);white-space:nowrap;align-items:center;gap:10px;padding:26px max(5vw,28px);font-size:10px;display:flex;overflow:hidden}.product-breadcrumb strong{color:var(--ink);text-overflow:ellipsis;overflow:hidden}.product-detail{background:var(--cream);grid-template-columns:minmax(0,1.16fr) minmax(390px,.84fr);display:grid}.product-gallery{background:#e8ded1;min-width:0;padding:clamp(24px,4vw,64px)}.product-gallery-main{background:var(--paper);min-height:min(720px,72vw);box-shadow:var(--shadow);position:relative;overflow:hidden}.product-thumbnails{grid-template-columns:repeat(4,minmax(0,92px));gap:10px;margin-top:16px;display:grid}.product-thumbnails button{aspect-ratio:1;background:var(--paper);cursor:pointer;border:1px solid #0000;position:relative;overflow:hidden}.product-thumbnails button.is-active{border-color:var(--terracotta-dark)}.product-detail-copy{flex-direction:column;justify-content:center;padding:clamp(62px,8vw,130px) clamp(34px,6vw,100px);display:flex}.product-detail-copy h1{max-width:670px;font-family:var(--serif);letter-spacing:-.06em;margin:0;font-size:clamp(48px,5.3vw,78px);font-weight:500;line-height:.98}.product-reference{color:var(--terracotta-dark);letter-spacing:.12em;text-transform:uppercase;margin:18px 0 0;font-size:10px;font-weight:800}.product-description{max-width:620px;color:var(--ink-soft);font-family:var(--serif);margin:30px 0 0;font-size:19px;line-height:1.65}.product-price-callout{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:6px;margin-top:34px;padding:22px 0;display:grid}.product-price-callout span,.product-price-callout small{color:var(--ink-soft);font-size:10px}.product-whatsapp{width:100%;margin-top:28px}.product-phone{color:var(--ink-soft);text-align:center;text-underline-offset:4px;margin-top:15px;font-size:11px;text-decoration:underline}.product-facts{grid-template-columns:1fr 1fr;gap:20px;margin-top:38px;display:grid}.product-facts div{gap:5px;display:grid}.product-facts span{color:var(--ink-soft);text-transform:uppercase;font-size:9px}.product-facts strong{font-family:var(--serif);font-size:14px}.product-information{background:var(--paper);grid-template-columns:1.05fr .95fr .7fr;gap:7vw;padding:clamp(80px,10vw,150px) max(5vw,28px);display:grid}.product-information h2{max-width:640px;font-family:var(--serif);letter-spacing:-.05em;margin:0;font-size:clamp(38px,4.4vw,65px);font-weight:500;line-height:1}.product-specs{align-content:center;display:grid}.product-specs p{color:var(--ink-soft);border-bottom:1px solid var(--line);gap:12px;margin:0;padding:15px 0;font-size:12px;display:flex}.product-spaces{align-self:center}.product-spaces>span{color:var(--ink-soft);letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:800}.product-spaces div{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.product-spaces b{border:1px solid var(--line);border-radius:99px;padding:10px 13px;font-size:10px}.image-note{color:var(--ink-soft);background:var(--cream-deep);border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;padding:22px max(5vw,28px);font-size:10px}.image-note p{margin:0}.related-section{background:var(--cream);padding:clamp(80px,10vw,150px) max(5vw,28px)}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.related-card>div{aspect-ratio:1.08;background:var(--paper);position:relative;overflow:hidden}.related-card>div img{transition:transform .5s}.related-card:hover>div img{transform:scale(1.035)}.related-card>span{color:var(--terracotta-dark);letter-spacing:.14em;text-transform:uppercase;margin-top:18px;font-size:9px;font-weight:800;display:block}.related-card h3{font-family:var(--serif);margin:8px 0 12px;font-size:22px}.related-card p{color:var(--ink-soft);justify-content:space-between;margin:0;font-size:10px;display:flex}.related-card p b{color:var(--ink)}.product-footer{color:var(--cream);background:var(--ink);grid-template-columns:1fr auto auto;align-items:center;gap:40px;padding:55px max(5vw,28px);display:grid}.product-footer p,.product-footer>a:last-child{color:#d4c7bd;margin:0;font-size:11px}@media (max-width:900px){.product-header{grid-template-columns:1fr auto;height:70px;padding:0 18px}.product-header nav{display:none}.product-detail{grid-template-columns:1fr}.product-gallery{padding:22px}.product-gallery-main{min-height:72vw}.product-detail-copy{padding:70px 24px 80px}.product-information{grid-template-columns:1fr;gap:45px}.related-grid{grid-template-columns:1fr 1fr}.product-footer{grid-template-columns:1fr;align-items:start;gap:22px}}@media (max-width:560px){.product-header-cta{padding:10px 14px}.product-breadcrumb{padding:18px}.product-gallery{padding:14px}.product-gallery-main{min-height:92vw}.product-thumbnails{grid-template-columns:repeat(4,1fr)}.product-detail-copy h1{font-size:48px}.product-facts,.related-grid{grid-template-columns:1fr}.product-card-actions{grid-template-columns:1fr;gap:0}.product-card-actions .product-action{width:100%}}.internal-whatsapp{min-height:43px;color:var(--cream);background:var(--ink);border-radius:99px;align-items:center;padding:0 20px;font-size:11px;font-weight:800;display:inline-flex}.inner-hero{background:var(--cream);border-bottom:1px solid var(--line);flex-direction:column;justify-content:center;min-height:560px;padding:clamp(90px,11vw,170px) max(6vw,32px);display:flex}.inner-hero h1,.about-intro h1,.contact-page h1{max-width:1000px;font-family:var(--serif);letter-spacing:-.07em;margin:0;font-size:clamp(62px,8vw,126px);font-weight:500;line-height:.88}.inner-hero h1 em,.about-intro h1 em,.contact-page h1 em{color:var(--terracotta);font-weight:400}.inner-hero>p:last-child{max-width:680px;color:var(--ink-soft);font-family:var(--serif);margin:34px 0 0;font-size:clamp(18px,1.7vw,24px);line-height:1.55}.boutique-hero{background:linear-gradient(90deg, #f7f2eafa 0%, #f7f2eae6 53%, #f7f2ea26 100%), url(/catalog/mirror-3.webp) center right / 55% 100% no-repeat, var(--cream)}.news-hero{color:#fff;background:linear-gradient(90deg,#231b16f7 0%,#231b16c2 52%,#231b162e 100%),url(/catalog/blackgold-3.webp) 100%/cover no-repeat}.news-hero .eyebrow,.news-hero>p:last-child{color:#f2e5d8}.page-catalogue{padding-top:clamp(70px,8vw,120px)}.catalogue-count{color:var(--ink-soft);letter-spacing:.1em;text-transform:uppercase;margin:-16px 0 28px;font-size:10px;font-weight:800}.catalogue-product-image{display:block}.page-product-grid .product-card{content-visibility:auto;contain-intrinsic-size:520px}.page-card-links{border-top:1px solid var(--line);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;gap:10px;margin-top:16px;padding-top:13px;font-size:9px;font-weight:800;display:flex}.page-card-links a:last-child{color:var(--sage)}.universe-hero{min-height:620px}.universe-page-grid{background:var(--paper);grid-template-columns:1.15fr .85fr;gap:18px;padding:max(5vw,28px);display:grid}.universe-page-card{background:var(--cream-deep);min-height:560px;position:relative;overflow:hidden}.universe-page-card img{object-fit:cover;transition:transform .65s}.universe-page-card:hover img{transform:scale(1.035)}.universe-page-card:after{content:"";background:linear-gradient(#0000 30%,#201712db);position:absolute;inset:0}.universe-page-card>div{z-index:2;color:#fff;position:absolute;bottom:clamp(24px,4vw,55px);left:clamp(24px,4vw,55px);right:clamp(24px,4vw,55px)}.universe-page-card>div>span{font-family:var(--serif);opacity:.72;font-size:14px}.universe-page-card h2{font-family:var(--serif);letter-spacing:-.05em;margin:9px 0 12px;font-size:clamp(34px,4vw,58px);font-weight:500}.universe-page-card p{color:#eadfd6;max-width:530px;margin:0 0 22px;font-size:12px;line-height:1.6}.universe-page-card b{letter-spacing:.08em;text-transform:uppercase;font-size:10px}.universe-card-1,.universe-card-5{grid-column:1/-1}.universe-card-1{min-height:680px}.about-intro{background:var(--cream);grid-template-columns:.94fr 1.06fr;min-height:740px;display:grid}.about-intro>div:first-child{flex-direction:column;justify-content:center;padding:clamp(80px,9vw,145px) max(6vw,32px);display:flex}.about-intro h1{font-size:clamp(68px,8vw,120px)}.about-intro>div:first-child>p:nth-of-type(2){max-width:610px;color:var(--ink-soft);font-family:var(--serif);margin:34px 0;font-size:20px;line-height:1.65}.about-intro .button{width:fit-content}.about-image{min-height:680px;position:relative}.about-image img{object-fit:cover}.about-values{background:var(--paper);grid-template-columns:repeat(3,1fr);gap:18px;padding:clamp(90px,10vw,150px) max(5vw,28px);display:grid}.about-values>div{border:1px solid var(--line);min-height:310px;padding:clamp(28px,4vw,55px)}.about-values span{color:var(--terracotta-dark);font-size:10px;font-weight:800}.about-values h2{font-family:var(--serif);margin:55px 0 18px;font-size:38px;font-weight:500}.about-values p{color:var(--ink-soft);font-size:13px;line-height:1.7}.contact-page{background:var(--cream);grid-template-columns:1fr .62fr;align-items:center;gap:9vw;min-height:720px;padding:clamp(80px,10vw,150px) max(6vw,32px);display:grid}.contact-page h1{font-size:clamp(62px,7.5vw,112px)}.contact-page-copy>p:nth-of-type(2){max-width:650px;color:var(--ink-soft);font-family:var(--serif);margin:34px 0;font-size:20px;line-height:1.6}.contact-page-actions{flex-wrap:wrap;align-items:center;gap:25px;display:flex}.contact-page-actions>a:last-child{border-bottom:1px solid var(--ink);font-size:11px;font-weight:800}.contact-panel{color:var(--cream);background:var(--ink);padding:clamp(34px,5vw,70px)}.contact-panel>p{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;margin:0 0 35px;font-size:10px;font-weight:800}.contact-panel>div{border-bottom:1px solid #ffffff26;gap:6px;padding:20px 0;display:grid}.contact-panel span{color:#b9aaa0;text-transform:uppercase;font-size:9px}.contact-panel strong{font-family:var(--serif);font-size:18px}.contact-panel>a{color:var(--gold);margin-top:34px;font-size:11px;font-weight:800;display:inline-block}.contact-help{background:var(--paper);padding:clamp(80px,9vw,130px) max(6vw,32px)}.contact-help h2{font-family:var(--serif);letter-spacing:-.05em;margin:0 0 55px;font-size:clamp(40px,5vw,70px);font-weight:500}.contact-help>div{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.contact-help p{border-top:1px solid var(--line);color:var(--ink-soft);margin:0;padding:24px;font-size:13px}.contact-help p span{color:var(--terracotta-dark);font-family:var(--serif);margin-right:15px;font-size:20px}@media (max-width:900px){.internal-header .internal-whatsapp{display:none}.inner-hero{min-height:520px}.boutique-hero{background:var(--cream)}.universe-page-grid,.about-intro,.contact-page{grid-template-columns:1fr}.universe-card-1,.universe-card-5{grid-column:auto}.universe-page-card,.universe-card-1{min-height:520px}.about-image{grid-row:1;min-height:620px}.about-values,.contact-help>div{grid-template-columns:1fr}.about-values>div{min-height:230px}.contact-page{gap:65px}}@media (max-width:560px){.inner-hero{min-height:510px;padding:80px 22px}.inner-hero h1,.about-intro h1{font-size:58px}.contact-page h1{font-size:50px;line-height:.94}.page-catalogue{padding-left:18px;padding-right:18px}.page-product-grid{grid-template-columns:1fr 1fr}.universe-page-grid{padding:14px}.universe-page-card,.universe-card-1{min-height:440px}.about-intro>div:first-child,.contact-page{padding:75px 22px}.about-image{min-height:480px}.about-values{padding:75px 18px}.contact-page-actions{flex-direction:column;align-items:stretch}.contact-page-actions .button{width:100%}.contact-help{padding:75px 22px}}body{background:radial-gradient(circle at 12% 8%, #7948ff14, transparent 30rem), var(--paper)}::selection{color:#fff;background:var(--violet)}.announcement{color:#fff;background:linear-gradient(90deg,#4d35d9 0%,#d72d78 52%,#ff725e 100%);box-shadow:0 8px 28px #522bcd33}.announcement span{color:#ffd96b}.header,.product-header{color:#fff;-webkit-backdrop-filter:blur(22px)saturate(140%);backdrop-filter:blur(22px)saturate(140%);background:#080d25f0;border-color:#ffffff1a;box-shadow:0 14px 45px #0407192e}.header{top:0}.brand-mark{color:#fff;background:linear-gradient(135deg, var(--violet), var(--terracotta) 62%, var(--gold));border-radius:14px 50% 50%;box-shadow:0 8px 26px #d72d7859}.brand-name{color:#fff}.brand-name i,.brand-light .brand-name i{color:#ffd16d}.nav a,.product-header nav{color:#ffffffb8}.nav a:after{background:linear-gradient(90deg, var(--cyan), var(--terracotta));height:2px}.selection-button,.internal-whatsapp,.product-header-cta{color:#fff;background:linear-gradient(135deg, var(--terracotta-dark), var(--terracotta));border-color:#0000;box-shadow:0 10px 28px #d72d7847}.selection-button b{color:var(--ink);background:#ffd96b}.menu-button{color:#fff}.hero{color:#fff;background:radial-gradient(circle at 24% 18%,#7948ff4d,#0000 32rem),#080d25;min-height:min(860px,100svh - 34px)}.hero-copy{z-index:2;padding-top:clamp(86px,9vw,142px);padding-bottom:clamp(78px,8vw,128px);position:relative}.hero .eyebrow{color:#54e2dc}.hero h1{font-family:var(--sans);letter-spacing:-.075em;font-size:clamp(58px,6.6vw,108px);font-weight:860;line-height:.87}.hero h1 em{color:#0000;font-family:var(--serif);background:linear-gradient(90deg,#ffd16d 4%,#ff765e 49%,#f05baf 94%);-webkit-background-clip:text;background-clip:text;font-weight:500;display:block}.hero-text{color:#ffffffc2;font-family:var(--sans);font-size:clamp(17px,1.35vw,21px)}.button{border-radius:99px;min-height:58px;box-shadow:0 12px 30px #080d2526}.button-dark{color:#fff;background:linear-gradient(135deg, #4d35d9, var(--violet) 46%, var(--terracotta-dark))}.button-dark:hover{background:linear-gradient(135deg, var(--violet), var(--terracotta-dark) 60%, var(--terracotta))}.hero .button-dark{background:linear-gradient(135deg,#ffb23e,#ff6a5e 56%,#e33b8a)}.hero .text-link{color:#fff;border-color:#ffffffa6}.hero-proof{border-color:#ffffff26;gap:0}.hero-proof div{flex:1}.hero-proof div+div{border-color:#ffffff26;padding-left:24px}.hero-proof strong{color:#ffd16d;font-family:var(--sans);font-weight:850}.hero-proof span{color:#ffffff94}.hero-visual{background:#0c1436;min-height:760px;padding:0}.hero-visual:before{z-index:1;filter:blur(1px);border:65px solid #28d6cf26;width:350px;height:350px;top:-100px;right:-110px}.hero-visual:after{content:"";pointer-events:none;background:linear-gradient(90deg,#080d25b3 0%,#0000 32%),linear-gradient(#0000 65%,#080d259e);position:absolute;inset:0}.hero-main-image{box-shadow:none;inset:0}.hero-floating-card{color:#fff;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#0d1232c2;border:1px solid #ffffff2e;border-radius:22px;bottom:clamp(42px,6vw,90px);left:clamp(18px,3vw,54px);box-shadow:0 25px 70px #02051661}.mini-product-image{border-radius:14px}.hero-floating-card span,.hero-floating-card small{color:#ffffff9e}.hero-note{z-index:2;color:#ffffffb8}.reassurance{z-index:3;color:#fff;background:linear-gradient(100deg,#151c48,#24205e 48%,#442166);border:0;position:relative}.reassurance>div+div{border-color:#ffffff1f}.reassurance>div>span{color:#54e2dc;font-family:var(--sans);font-size:12px;font-weight:900}.reassurance small{color:#ffffff8f}.universe-section{color:#fff;background:radial-gradient(circle at 78% 18%,#d72d783d,#0000 30rem),radial-gradient(circle at 8% 70%,#28d6cf1f,#0000 34rem),#080d25}.universe-section .eyebrow{color:#54e2dc}.universe-section .section-heading>p:last-child{color:#ffffff9e}.section-heading h2,.story-copy h2,.contact-section h2{font-family:var(--sans);letter-spacing:-.065em;font-weight:830}.category-grid{grid-template-columns:1.2fr .9fr .9fr;grid-template-areas:"main wall outdoor""main led led";gap:16px}.category-card{border:1px solid #ffffff1c;border-radius:26px;min-height:320px;box-shadow:0 30px 70px #00000040}.category-card:first-child{grid-area:main;min-height:656px}.category-card:nth-child(2){grid-area:wall}.category-card:nth-child(3){grid-area:outdoor}.category-card:nth-child(4){grid-area:led}.category-overlay{background:linear-gradient(#0000 28%,#080d25e0)}.category-copy span{color:#ffd16d}.category-copy h3{font-family:var(--sans);font-weight:820}.catalogue-section{background:radial-gradient(circle at 92% 8%,#ff5c6721,#0000 30rem),radial-gradient(circle at 10% 68%,#3859e81a,#0000 34rem),#f6f4ff}.catalogue-tools{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb3;border:1px solid #080d2514;border-radius:22px;padding:17px;box-shadow:0 14px 45px #24215d12}.filter-list button{background:#fff;border-color:#080d2514;padding:11px 16px}.filter-list button:hover,.filter-list button.active{color:#fff;background:linear-gradient(135deg, var(--violet), var(--terracotta-dark));border-color:#0000;box-shadow:0 8px 20px #663be738}.search-field{background:#fff;border-color:#080d251a;border-radius:99px}.product-grid{gap:22px 16px}.product-card{background:#ffffffe6;border:1px solid #080d2514;border-radius:22px;transition:transform .22s,box-shadow .22s;overflow:hidden;box-shadow:0 16px 50px #181c4e1a}.product-card:hover{transform:translateY(-7px);box-shadow:0 28px 70px #181c4e2e}.product-image-wrap{aspect-ratio:1;background:#eeeefa}.product-image{object-fit:cover}.product-badge{color:#fff;background:linear-gradient(135deg, var(--terracotta-dark), var(--terracotta));border-radius:99px;padding:8px 12px;box-shadow:0 8px 24px #d72d7847}.quick-add{color:#fff;background:#080d25e6;border:1px solid #ffffff3d}.quick-add.is-selected{background:linear-gradient(135deg, #08a875, var(--cyan))}.product-info{padding:19px 18px 18px}.product-category{color:var(--terracotta-dark)}.product-info h3,.related-card h3{font-family:var(--sans);font-weight:780}.price-request{color:var(--sage)}.product-card-actions,.page-card-links{border-color:#080d2517}.product-card-actions .product-action{color:#fff;background:var(--ink);border:0}.load-more{color:#fff;background:linear-gradient(135deg, #4d35d9, var(--violet), var(--terracotta-dark));border:0;border-radius:99px;box-shadow:0 14px 38px #5937d93d}.load-more span{color:#ffd16d}.story-section{background:radial-gradient(circle at 92% 15%,#ff5c6752,#0000 28rem),linear-gradient(135deg,#18246b,#3b2078 65%,#781f67)}.story-images{background:#101943}.story-image-small{border-color:#312070;border-radius:22px}.story-copy .eyebrow{color:#54e2dc}.story-copy p:not(.eyebrow){color:#ffffffb8}.button-light,.button-cream{color:var(--ink);background:linear-gradient(135deg,#fff,#fff1ce)}.faq-section{background:#fffefe}.faq-list,.faq-list details{border-color:#080d251a}.faq-list summary span{color:var(--terracotta-dark)}.contact-section{contain:paint;color:#fff;background:radial-gradient(circle at 18% 15%,#28d6cf59,#0000 26rem),radial-gradient(circle at 84% 82%,#ffb23e6b,#0000 24rem),linear-gradient(135deg,#3132b6,#8a2c9a 55%,#e2466c);position:relative;overflow:hidden}.contact-section:before{content:"";border:70px solid #ffffff14;border-radius:50%;width:420px;height:420px;position:absolute;top:-240px;right:8%}.contact-section .eyebrow,.contact-section>p:not(.eyebrow){color:#ffffffc7}.footer,.product-footer{color:#fff;background:#060a20}.brand-light .brand-mark{color:#fff;background:linear-gradient(135deg, var(--violet), var(--terracotta) 62%, var(--gold))}.footer h3{color:#54e2dc}.drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#040718b8}.selection-drawer{background:#fbfaff;box-shadow:-30px 0 80px #04071957}.drawer-header{color:#fff;background:linear-gradient(135deg,#181f56,#3f216d)}.drawer-header .eyebrow,.drawer-header h2 span{color:#ffd16d}.drawer-header>button{color:#fff;background:#ffffff1f}.drawer-footer{background:#efedfb}.button-whatsapp,.floating-whatsapp{color:#fff;background:linear-gradient(135deg,#0b9d67,#16c981);box-shadow:0 16px 38px #0b9d6747}:focus-visible{outline-color:#7948ff9e}.product-page-shell{background:#f7f5ff}.product-breadcrumb{color:#71768d;background:#fff}.product-detail{background:#080d25}.product-gallery{background:radial-gradient(circle at 10% 10%,#7948ff33,#0000 24rem),#ece9fb}.product-gallery-main{background:#fff;border-radius:28px;min-height:min(760px,72vw);box-shadow:0 28px 80px #191c4e33}.product-gallery-image{object-fit:cover}.product-thumbnails{grid-template-columns:repeat(6,minmax(0,88px))}.product-thumbnails button{border:2px solid #0000;border-radius:14px;box-shadow:0 8px 24px #12163c1a}.product-thumbnails button.is-active{border-color:var(--violet);box-shadow:0 0 0 3px #7948ff24}.product-detail-copy{color:#fff;background:radial-gradient(circle at 100% 0,#d72d7847,#0000 30rem),#080d25}.product-detail-topline{justify-content:space-between;align-items:center;gap:20px;display:flex}.product-detail-topline>span{color:#54e2dc;letter-spacing:.1em;text-transform:uppercase;border:1px solid #54e2dc4d;border-radius:99px;padding:7px 10px;font-size:9px;font-weight:800}.product-detail-copy .eyebrow{color:#54e2dc}.product-detail-copy h1{font-family:var(--sans);letter-spacing:-.065em;font-weight:840}.product-reference{color:#ffd16d}.product-description,.product-phone,.product-facts span,.product-price-callout span,.product-price-callout small{color:#ffffffa3}.product-price-callout{background:#ffffff0f;border:1px solid #ffffff21;border-radius:18px;padding:22px}.product-price-callout strong{color:#ffd16d;font-family:var(--sans);font-size:20px}.product-detail-copy .button-dark{background:linear-gradient(135deg,#ffb23e,#ff6a5e 56%,#e33b8a)}.product-facts{border-top:1px solid #ffffff21;padding-top:25px}.product-information{background:#fffefe}.product-information h2{font-family:var(--sans);font-weight:820}.product-specs p span{color:var(--violet)}.product-spaces b{color:#4d35d9;background:#efecff;border:0}.image-note{color:#5f6380;background:linear-gradient(90deg,#e7e4fb,#f8e8f1,#fff0da);border:0}.related-section{background:radial-gradient(circle at 90% 20%,#ff5c6721,#0000 28rem),#f5f3ff}.related-card{background:#fff;border:1px solid #080d2514;border-radius:22px;padding:12px 12px 20px;box-shadow:0 18px 50px #181c4e1a}.related-card>div{border-radius:14px}.related-card>span,.page-card-links a:last-child{color:var(--terracotta-dark)}.inner-hero{color:#fff;background-color:#080d25;background-position:50%;background-size:cover;border:0;min-height:650px;position:relative}.inner-hero:before{content:"";background:linear-gradient(90deg,#080d25f5 0%,#080d25bd 52%,#080d252e 100%);position:absolute;inset:0}.inner-hero>*{z-index:1;position:relative}.inner-hero h1,.about-intro h1,.contact-page h1{font-family:var(--sans);font-weight:850}.inner-hero h1 em,.about-intro h1 em,.contact-page h1 em{color:#0000;font-family:var(--serif);background:linear-gradient(90deg,#ffd16d,#ff6c61,#f15aaf);-webkit-background-clip:text;background-clip:text}.inner-hero>p:last-child{color:#ffffffb8}.boutique-hero{background-image:url(/brand-v3/hero-night.webp)}.news-hero{background-image:url(/brand-v3/universe-wall.webp)}.universe-hero{background-image:url(/brand-v3/universe-led.webp)}.page-product-grid .product-card{background:#fff}.universe-page-grid{background:#080d25}.universe-page-card{border:1px solid #ffffff1a;border-radius:26px;box-shadow:0 28px 70px #0000003d}.universe-page-card:after{background:linear-gradient(#0000 18%,#080d25eb)}.universe-page-card h2{font-family:var(--sans);font-weight:820}.universe-page-card>div>span,.universe-page-card b{color:#54e2dc}.about-intro{color:#fff;background:radial-gradient(circle at 12% 12%,#7948ff47,#0000 30rem),#080d25}.about-intro>div:first-child>p:nth-of-type(2){color:#ffffffad}.about-image{border-radius:28px;margin:32px 32px 32px 0;overflow:hidden}.about-values{background:#f5f3ff}.about-values>div{background:#fff;border:0;border-radius:24px;box-shadow:0 20px 55px #181c4e1a}.about-values>div:first-child{border-top:5px solid var(--cyan)}.about-values>div:nth-child(2){border-top:5px solid var(--violet)}.about-values>div:nth-child(3){border-top:5px solid var(--terracotta)}.contact-page{color:#fff;background:radial-gradient(circle at 10% 0,#28d6cf3b,#0000 26rem),linear-gradient(135deg,#111843,#34206f 62%,#7a255f)}.contact-page-copy>p:nth-of-type(2){color:#ffffffb3}.contact-page-actions>a:last-child{color:#fff;border-color:#ffffff80}.contact-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff29;border-radius:26px;box-shadow:0 30px 70px #05071947}.contact-panel>p,.contact-panel>a{color:#54e2dc}.contact-help{background:#f5f3ff}.contact-help h2{font-family:var(--sans);font-weight:820}.contact-help p{background:#fff;border:0;border-radius:18px;box-shadow:0 15px 40px #181c4e17}.contact-help p span{color:var(--violet)}@media (max-width:1160px){.nav{color:var(--ink);background:#fffffffa;top:116px}.nav a{color:var(--ink)}.category-grid{grid-template-columns:1fr 1fr;grid-template-areas:"main main""wall outdoor""led led"}.category-card:first-child{min-height:540px}}@media (max-width:900px){.hero-copy{min-height:auto}.hero-visual{min-height:720px}.story-image-small{border-color:#271d64}.product-detail-copy{padding-top:72px;padding-bottom:82px}.product-gallery-main{min-height:78vw}.about-image{margin:22px}}@media (max-width:720px){.header{top:0}.nav{top:100px}.hero{min-height:auto}.hero-copy{padding-top:74px;padding-bottom:64px}.hero h1{font-size:clamp(55px,16vw,78px)}.hero-proof{flex-wrap:wrap;gap:18px 0}.hero-proof div{min-width:50%}.hero-proof div:nth-child(3){border-left:0;padding-left:0}.hero-visual{min-height:600px}.category-grid{grid-template-columns:1fr;grid-template-areas:"main""wall""outdoor""led";display:grid}.category-card,.category-card:first-child{min-height:430px}.catalogue-tools,.product-card{border-radius:18px}.product-info{padding:15px 14px}.product-gallery{padding:14px}.product-gallery-main{border-radius:20px;min-height:92vw}.product-thumbnails{grid-template-columns:repeat(4,1fr)}.inner-hero:before{background:linear-gradient(90deg,#080d25f5,#080d25b3)}.universe-page-grid{padding:14px}.about-image{border-radius:20px}}@media (max-width:430px){.product-image-wrap{aspect-ratio:.92}.product-info h3{font-size:15px}.product-meta{flex-direction:column;align-items:flex-start;gap:5px}.product-card-actions{grid-template-columns:1fr}.product-card-actions .product-action{width:100%}.hero-floating-card{width:calc(100% - 36px)}}:root{--pointer-x:50vw;--pointer-y:40vh;--scroll-progress:0;--page-shift:0px}.ambient-motion{z-index:80;contain:strict;pointer-events:none;position:fixed;inset:0;overflow:hidden}.ambient-orb,.pointer-aura{mix-blend-mode:screen;border-radius:999px;display:block;position:absolute}.ambient-orb{opacity:.1;filter:blur(88px);width:300px;height:300px}.ambient-orb-one{background:#6f4cff;animation:17s ease-in-out infinite alternate ambient-drift-one;top:8%;left:-110px}.ambient-orb-two{background:#ff3f86;animation:21s ease-in-out infinite alternate ambient-drift-two;top:42%;right:-120px}.ambient-orb-three{background:#27dfd4;animation:19s ease-in-out infinite alternate ambient-drift-three;bottom:-140px;left:38%}.pointer-aura{width:420px;height:420px;left:var(--pointer-x);top:var(--pointer-y);opacity:.13;filter:blur(12px);background:radial-gradient(circle,#ffcc5cb8,#f04da533 38%,#0000 70%);transition:left .16s ease-out,top .16s ease-out;transform:translate(-50%,-50%)}.scroll-progress{z-index:2100;pointer-events:none;width:100%;height:4px;transform:scaleX(var(--scroll-progress));transform-origin:0;background:linear-gradient(90deg,#54e2dc,#8f62ff 35%,#ff4f91 67%,#ffd16d);position:fixed;top:0;left:0;box-shadow:0 0 18px #ff5d9bb8}.motion-enabled .motion-reveal{opacity:0;filter:blur(8px);transition:opacity .76s cubic-bezier(.2,.7,.2,1),filter .76s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0s);transform:translateY(46px)scale(.975)}.motion-enabled .motion-reveal.motion-visible{opacity:1;filter:blur();transform:translateY(0)scale(1)}.announcement{background-size:220% 100%;animation:7s ease-in-out infinite alternate announcement-flow;position:relative;overflow:hidden}.announcement:after{content:"";background:linear-gradient(90deg,#0000,#ffffff3d,#0000);width:22%;animation:5.5s ease-in-out infinite announcement-shine;position:absolute;inset:0;transform:skew(-24deg)translate(-180%)}.brand-mark{animation:4.2s ease-in-out infinite brand-breathe}.selection-button,.internal-whatsapp,.product-header-cta,.button,.load-more{position:relative;overflow:hidden}.selection-button:before,.internal-whatsapp:before,.product-header-cta:before,.button:before,.load-more:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff9e,#0000);width:34%;transition:left .62s;position:absolute;inset:-2px auto -2px -45%;transform:skew(-20deg)}.selection-button:hover:before,.internal-whatsapp:hover:before,.product-header-cta:hover:before,.button:hover:before,.load-more:hover:before{left:118%}.hero{isolation:isolate;contain:paint;overflow:hidden}.hero:before,.hero:after{content:"";pointer-events:none;position:absolute}.hero:before{z-index:0;border:78px solid #6951ff33;border-radius:50%;width:520px;height:520px;animation:19s linear infinite hero-orbit;top:-190px;left:-220px;box-shadow:0 0 120px #6f4cff3d,inset 0 0 70px #ff5b9e24}.hero:after{z-index:0;opacity:.18;transform:translateY(calc(var(--page-shift) * -.3));background-image:linear-gradient(#ffffff17 1px,#0000 1px),linear-gradient(90deg,#ffffff17 1px,#0000 1px);background-size:70px 70px;inset:0 50% 0 0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 92%);mask-image:linear-gradient(90deg,#000,#0000 92%)}.hero h1 em{background-size:210% 100%;animation:5.5s ease-in-out infinite alternate title-spectrum}.hero .eyebrow:before,.section-heading .eyebrow:before,.story-copy .eyebrow:before,.contact-section .eyebrow:before,.product-detail-copy .eyebrow:before{content:"✦";color:#ffd16d;text-shadow:0 0 18px #ffd16dd9;margin-right:9px;animation:4s linear infinite spark-turn;display:inline-block}.hero-main-image{overflow:hidden}.motion-enabled .hero-main-image .cover-image{animation:16s ease-in-out infinite alternate hero-cinematic}.hero-visual:before{animation:13s linear infinite visual-ring}.hero-visual:after{background:linear-gradient(110deg,#080d25b8 0%,#0000 38%) 0 0/100% 100%,linear-gradient(#0000 58%,#080d25b8) 0 0/100% 100%,linear-gradient(125deg,#0000 45%,#ff805121 54%,#0000 63%) 0 0/260% 100%;animation:8s ease-in-out infinite visual-sweep}.hero-floating-card{animation:4.8s ease-in-out infinite floating-card}.hero-sparks{z-index:3;pointer-events:none;position:absolute;inset:0}.hero-sparks span{background:#ffd16d;border-radius:50%;width:7px;height:7px;animation:5s ease-in-out infinite spark-float;position:absolute;box-shadow:0 0 12px #ffd16d,0 0 28px #ff7d61}.hero-sparks span:first-child{animation-delay:-1s;top:18%;left:12%}.hero-sparks span:nth-child(2){width:4px;height:4px;animation-delay:-3s;top:31%;right:12%}.hero-sparks span:nth-child(3){width:5px;height:5px;animation-delay:-2s;top:58%;left:23%}.hero-sparks span:nth-child(4){animation-delay:-4s;top:72%;right:20%}.hero-sparks span:nth-child(5){width:3px;height:3px;animation-delay:-.5s;top:11%;right:34%}.hero-proof strong{text-shadow:0 0 26px #ffd16d42}.reassurance>div{position:relative;overflow:hidden}.reassurance>div:after{content:"";border:24px solid #54e2dc14;border-radius:50%;width:105px;height:105px;transition:transform .45s,border-color .45s;position:absolute;bottom:-55px;right:-50px}.reassurance>div:hover:after{border-color:#ffd16d2e;transform:scale(1.3)rotate(35deg)}.light-ribbon{z-index:4;contain:layout paint;color:#080d25;background:#ffd16d;border-block:1px solid #080d2529;width:100%;position:relative;overflow:clip;transform:rotate(-1.1deg);box-shadow:0 16px 45px #080d252e}.light-ribbon-track{align-items:center;width:max-content;min-width:200%;padding:16px 0;animation:20s linear infinite ribbon-scroll;display:flex}.light-ribbon span{font-family:var(--sans);letter-spacing:-.04em;text-transform:uppercase;padding-inline:25px;font-size:clamp(17px,1.6vw,25px);font-weight:900}.light-ribbon i{color:#d72d78;font-size:18px;font-style:normal;animation:3s linear infinite spark-turn}.section-heading h2{position:relative}.section-heading h2:after{content:"";background:linear-gradient(90deg,#54e2dc,#7950ff 45%,#ff4f91,#ffd16d) 0 0/200% 100%;border-radius:99px;width:clamp(80px,10vw,160px);height:6px;margin-top:22px;animation:5s ease-in-out infinite alternate heading-line;display:block}.category-card,.product-card,.universe-page-card,.related-card{isolation:isolate}.category-card:before,.universe-page-card:before{content:"";z-index:2;opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff85,#0000);width:24%;transition:left .9s,opacity .25s;position:absolute;inset:-60% auto -60% -35%;transform:skew(-18deg)}.category-card:hover:before,.universe-page-card:hover:before{opacity:.9;left:125%}.category-card.motion-tilt:hover{transform:translateY(-10px)rotateX(1.5deg)rotateY(-1.2deg)scale(1.012)}.category-card:nth-child(2n).motion-tilt:hover{transform:translateY(-10px)rotateX(1.5deg)rotateY(1.2deg)scale(1.012)}.category-copy h3{text-shadow:0 5px 24px #0000006b}.product-card.motion-tilt:hover,.related-card:hover{border-color:#7948ff47;transform:translateY(-11px)rotateX(1.2deg)rotateY(-.8deg);box-shadow:0 32px 90px #3d29913d,0 0 0 1px #ff5b9614}.product-card:nth-child(2n).motion-tilt:hover{transform:translateY(-11px)rotateX(1.2deg)rotateY(.8deg)}.product-image-wrap:after{content:"";z-index:2;opacity:0;pointer-events:none;background:linear-gradient(125deg,#0000 36%,#ffffff8c 48%,#0000 60%) 100% 0/240% 100%;transition:opacity .22s,background-position .85s;position:absolute;inset:0}.product-card:hover .product-image-wrap:after{opacity:.65;background-position:-80% 0}.product-badge{animation:3.2s ease-in-out infinite badge-pulse}.quick-add{transition:transform .25s cubic-bezier(.16,1,.3,1),background .25s}.quick-add:hover{transform:rotate(90deg)scale(1.12)}.quick-add.is-selected:hover{transform:scale(1.12)}.product-card-actions .product-action,.product-details-link{transition:color .24s,background .24s,transform .24s}.product-card-actions .product-action:hover{background:linear-gradient(135deg,#5f45dd,#d72d78);transform:translateY(-2px)}.product-details-link:hover{color:#d72d78;transform:translate(4px)}.story-image-large .cover-image{animation:14s ease-in-out infinite alternate story-cinematic}.story-image-small{animation:5s ease-in-out infinite story-float}.faq-list details[open]{background:linear-gradient(100deg,#7948ff0f,#ff4f910d,#ffd16d14)}.faq-list summary span{background:#d72d7814;border-radius:50%;place-items:center;width:34px;height:34px;transition:transform .3s,background .3s;display:inline-grid}.faq-list details[open] summary span{color:#fff;background:#d72d78;transform:rotate(45deg)}.contact-section:before{animation:15s linear infinite contact-ring}.floating-whatsapp{animation:3.4s ease-in-out infinite whatsapp-float}.product-gallery-main{isolation:isolate}.product-gallery-main:after{content:"";z-index:2;opacity:.28;pointer-events:none;background:linear-gradient(120deg,#0000 42%,#ffffff94 50%,#0000 58%) 120% 0/260% 100%;animation:8s ease-in-out infinite gallery-glint;position:absolute;inset:0}.product-gallery-image-enter{animation:.62s cubic-bezier(.16,1,.3,1) gallery-enter}.product-thumbnails button{transition:transform .24s,border-color .24s,box-shadow .24s}.product-thumbnails button:hover{transform:translateY(-5px)rotate(-1deg)}.product-detail-copy{isolation:isolate;position:relative;overflow:hidden}.product-detail-copy:after{content:"";pointer-events:none;border:75px solid #ff4d9114;border-radius:50%;width:430px;height:430px;animation:18s linear infinite product-ring;position:absolute;bottom:-180px;right:-180px}.inner-hero{animation:14s ease-in-out infinite alternate inner-hero-pan;overflow:hidden}.inner-hero:after{content:"";z-index:0;opacity:.42;pointer-events:none;background:linear-gradient(110deg,#0000 38%,#ff6f692e 50%,#0000 62%) 0 0/250% 100%;animation:8s ease-in-out infinite visual-sweep;position:absolute;inset:0}.universe-page-card .cover-image{transition:transform 1.1s cubic-bezier(.16,1,.3,1),filter .7s}.universe-page-card:hover .cover-image{filter:saturate(1.18)contrast(1.04);transform:scale(1.09)rotate(.7deg)}.about-image .cover-image{animation:16s ease-in-out infinite alternate story-cinematic}@keyframes announcement-flow{to{background-position:100% 0}}@keyframes announcement-shine{0%,58%{transform:skew(-24deg)translate(-180%)}to{transform:skew(-24deg)translate(680%)}}@keyframes brand-breathe{0%,to{transform:rotate(-3deg)scale(1);box-shadow:0 8px 26px #d72d7852}50%{transform:rotate(3deg)scale(1.06);box-shadow:0 8px 34px #ffd16d7a}}@keyframes hero-orbit{to{transform:rotate(360deg)scale(1.08)}}@keyframes title-spectrum{0%{background-position:0%}to{background-position:100%}}@keyframes hero-cinematic{0%{filter:saturate();transform:scale(1.02)translate(-.5%,-.5%)}to{filter:saturate(1.16);transform:scale(1.1)translate(1.5%,1%)}}@keyframes visual-ring{to{transform:rotate(360deg)}}@keyframes visual-sweep{0%,18%{background-position:0 0,0 0,120% 0}72%,to{background-position:0 0,0 0,-120% 0}}@keyframes floating-card{0%,to{transform:translateY(0)rotate(-.7deg)}50%{transform:translateY(-13px)rotate(.7deg)}}@keyframes spark-float{0%,to{opacity:.25;transform:translateY(0)scale(.7)}45%{opacity:1;transform:translateY(-24px)scale(1.15)}}@keyframes spark-turn{to{transform:rotate(360deg)}}@keyframes ribbon-scroll{to{transform:translate(-50%)}}@keyframes mobile-ribbon-glow{0%{text-shadow:0 0 #d72d7800}to{text-shadow:0 0 18px #d72d7852}}@keyframes heading-line{0%{transform-origin:0;background-position:0%;transform:scaleX(.72)}to{transform-origin:0;background-position:100%;transform:scaleX(1)}}@keyframes badge-pulse{0%,to{transform:scale(1);box-shadow:0 8px 24px #d72d7840}50%{transform:scale(1.05);box-shadow:0 8px 30px #d72d787a}}@keyframes story-cinematic{0%{filter:saturate();transform:scale(1.02)translate(-1%)}to{filter:saturate(1.14);transform:scale(1.1)translate(1.5%)}}@keyframes story-float{0%,to{transform:translateY(0)rotate(-1.2deg)}50%{transform:translateY(-12px)rotate(1.1deg)}}@keyframes contact-ring{to{transform:rotate(360deg)}}@keyframes whatsapp-float{0%,to{transform:translateY(0);box-shadow:0 16px 38px #0b9d6747}50%{transform:translateY(-7px);box-shadow:0 22px 48px #0bc97d6b}}@keyframes gallery-glint{0%,62%{background-position:120% 0}to{background-position:-120% 0}}@keyframes gallery-enter{0%{opacity:.2;filter:blur(10px)saturate(.7);transform:scale(1.07)}to{opacity:1;filter:blur()saturate();transform:scale(1)}}@keyframes product-ring{to{transform:rotate(360deg)scale(1.08)}}@keyframes inner-hero-pan{0%{background-position:48%}to{background-position:54%}}@keyframes ambient-drift-one{to{transform:translate(180px,110px)scale(1.35)}}@keyframes ambient-drift-two{to{transform:translate(-210px,160px)scale(1.2)}}@keyframes ambient-drift-three{to{transform:translate(100px,-180px)scale(1.42)}}@media (max-width:720px){.ambient-motion,.pointer-aura{display:none}.ambient-orb{opacity:.07;filter:blur(72px);width:210px;height:210px}.motion-enabled .motion-reveal{filter:blur(5px);transform:translateY(26px)scale(.985)}.light-ribbon{transform:none}.light-ribbon-track{justify-content:center;width:100%;min-width:0;padding:13px 0;animation:2.4s ease-in-out infinite alternate mobile-ribbon-glow}.light-ribbon-track>:nth-child(n+4){display:none}.light-ribbon span{padding-inline:18px;font-size:15px}.hero:after{opacity:.1;background-size:48px 48px;inset:0}.hero-sparks span:nth-child(n+4){display:none}.filter-list{overscroll-behavior-x:auto;flex-wrap:wrap;margin:0;padding:0 0 6px;overflow-x:visible}.category-card.motion-tilt:hover,.category-card:nth-child(2n).motion-tilt:hover,.product-card.motion-tilt:hover,.product-card:nth-child(2n).motion-tilt:hover{transform:translateY(-5px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.ambient-motion,.scroll-progress,.light-ribbon{display:none}.motion-reveal{opacity:1!important;filter:none!important;transform:none!important}}body{font-size:17px}.announcement{min-height:40px;font-size:12px;line-height:1.4}.nav a,.product-header nav{font-size:15px}.selection-button,.internal-whatsapp,.product-header-cta{font-size:14px}.selection-button b{font-size:13px}.eyebrow,.catalogue-count,.product-category,.product-reference,.product-detail-topline>span,.product-spaces>span,.related-card>span,.about-values span,.contact-panel>p,.contact-panel span{font-size:12px;line-height:1.45}.button,.text-link,.load-more{font-size:14px}.hero-text{font-size:clamp(19px,1.45vw,23px);line-height:1.65}.hero-proof span{font-size:14px;line-height:1.45}.hero-floating-card span,.hero-floating-card small,.product-badge{font-size:12px}.reassurance strong{font-size:16px}.reassurance small{font-size:13px;line-height:1.45}.section-heading>p,.story-copy p:not(.eyebrow),.contact-section>p:not(.eyebrow){font-size:19px;line-height:1.65}.category-copy span{font-size:13px}.category-copy h3{font-size:clamp(30px,3vw,46px)}.category-copy p{font-size:14px;line-height:1.55}.filter-list button,.search-field input{font-size:14px}.product-info h3{min-height:50px;font-size:20px;line-height:1.25}.product-meta{font-size:13px;line-height:1.45}.product-details-link{font-size:13px}.product-card-actions .product-action{padding:11px 13px;font-size:12px}.faq-list summary{font-size:20px;line-height:1.4}.faq-list details p{font-size:16px;line-height:1.7}.footer h3{font-size:13px}.footer a,.footer>div>p,.footer-brand>p{font-size:15px;line-height:1.6}.drawer-item strong{font-size:17px}.drawer-item small{font-size:12px}.drawer-empty p,.drawer-footer p{font-size:14px}.drawer-empty button,.product-breadcrumb{font-size:13px}.product-description{font-size:21px;line-height:1.65}.product-price-callout span,.product-price-callout small{font-size:13px;line-height:1.5}.product-price-callout strong{font-size:23px;line-height:1.3}.product-phone{font-size:14px}.product-facts span{font-size:12px}.product-facts strong{font-size:17px}.product-specs p{font-size:16px;line-height:1.55}.product-spaces b{font-size:13px}.image-note{font-size:13px;line-height:1.55}.related-card h3{font-size:24px;line-height:1.25}.related-card p{font-size:13px;line-height:1.55}.product-footer p,.product-footer>a:last-child{font-size:14px}.inner-hero>p:last-child{font-size:clamp(20px,1.8vw,26px);line-height:1.65}.page-card-links{font-size:12px}.universe-page-card>div>span{font-size:17px}.universe-page-card p{font-size:16px;line-height:1.6}.universe-page-card b{font-size:13px}.about-intro>p:not(.eyebrow),.contact-page>p:not(.eyebrow){font-size:22px;line-height:1.65}.about-values p,.contact-help p{font-size:16px;line-height:1.65}.contact-actions a,.contact-panel a{font-size:14px}.contact-panel strong{font-size:21px}@media (max-width:720px){.announcement{min-height:35px;font-size:12px}.brand-name{font-size:22px}.hero-text{font-size:19px}.hero-proof span{font-size:13px}.section-heading>p,.story-copy p:not(.eyebrow),.contact-section>p:not(.eyebrow){font-size:18px}.product-info h3{min-height:48px;font-size:19px}.product-description{font-size:19px}.footer a,.footer>div>p,.footer-brand>p{font-size:15px}}@media (max-width:560px){.product-grid,.page-product-grid{grid-template-columns:1fr}.product-info h3{min-height:0;font-size:22px}.product-meta{font-size:14px}.product-card-actions .product-action{font-size:13px}}
