@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--blue:#276fb6;--blue-dark:#174c88;--navy:#163257;--ink:#203751;--muted:#647991;--pale:#eef6fd;--line:#dbe7f1;--yellow:#ffda58;--white:#fff;--max:1240px;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:#fff;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;min-width:320px}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}[hidden]{display:none!important}em{font-style:normal;color:var(--blue)}.skip-link{position:absolute;top:-80px;left:12px;z-index:100;background:#fff;padding:12px}.skip-link:focus{top:12px}.section-wrap{max-width:var(--max);margin:0 auto;padding-left:28px;padding-right:28px}.kicker{display:block;font-size:11px;font-weight:800;letter-spacing:.18em;color:var(--blue);text-transform:uppercase}.section-header{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-header h2,.facts-heading h2{font-family:Manrope,sans-serif;font-size:clamp(34px,3.5vw,50px);font-weight:800;line-height:1.12;letter-spacing:-.045em;margin:13px 0 0}.section-header>p{color:var(--muted);line-height:1.6}.arrow-link{font-size:14px;font-weight:800;color:var(--blue);white-space:nowrap;border-bottom:1px solid var(--blue);padding-bottom:5px}.button-primary{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;background:var(--blue);color:#fff;border-radius:8px;padding:16px 21px;font-size:14px;font-weight:800;transition:background .2s}.button-primary:hover{background:var(--blue-dark)}.button-text{font-size:14px;font-weight:800;color:var(--blue);display:inline-flex;gap:18px;align-items:center}.button-text:hover,.arrow-link:hover{text-decoration:underline}
/* Header and category mega menu */
.site-header{position:relative;z-index:40;background:#fff;border-bottom:1px solid var(--line)}.header-inner{max-width:var(--max);height:82px;margin:auto;padding:0 28px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:8px;min-width:225px}.brand-image{width:74px;height:65px;display:block;position:relative;overflow:hidden;flex:none}.brand-image img{position:absolute;width:710px;max-width:none;left:-157px;top:-39px}.brand-text{font:800 20px Manrope;letter-spacing:-.06em;color:var(--navy);white-space:nowrap}.brand-text span,.footer-logo span{color:#e8b928}.main-nav{display:flex;align-items:center;gap:33px;margin:auto}.main-nav a,.main-nav button{border:0;background:none;color:var(--ink);font-size:14px;font-weight:700;padding:13px 0}.main-nav a:hover,.main-nav button:hover,.main-nav button[aria-expanded=true]{color:var(--blue)}.caret{display:inline-block;width:7px;height:7px;border-bottom:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);vertical-align:3px;margin-left:5px}.header-cta{font-size:13px;font-weight:800;background:var(--yellow);color:var(--navy);padding:14px 17px;border-radius:8px;white-space:nowrap}.header-cta span{margin-left:15px}.header-cta:hover{background:#ffcb31}.mobile-trigger{display:none;border:0;background:none;padding:9px;margin-left:auto}.mobile-trigger span{display:block;width:24px;height:2px;background:var(--navy);margin:5px}.mega-menu{position:absolute;left:0;right:0;top:100%;background:#fff;box-shadow:0 25px 45px #173e6630;border-top:1px solid var(--line)}.mega-wrap{max-width:var(--max);margin:auto;padding:26px 28px 30px;display:grid;grid-template-columns:240px 1fr;gap:30px;max-height:min(75vh,690px);overflow:auto}.mega-aside{background:var(--blue);color:#fff;border-radius:14px;padding:25px;display:flex;flex-direction:column}.mega-aside .kicker{color:#c4e4ff}.mega-aside h2{font:800 27px/1.12 Manrope;letter-spacing:-.04em;margin:17px 0 12px}.mega-aside p{font-size:13px;line-height:1.55;color:#d9eafa;margin:0 0 28px}.mega-aside a{font-size:13px;font-weight:800;background:var(--yellow);color:var(--navy);padding:12px;border-radius:7px;margin-top:auto;display:flex;justify-content:space-between}.mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mega-category{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;padding:7px 10px;min-height:76px;transition:background .2s,border-color .2s}.mega-category:hover,.mega-category:focus-visible{background:#f3f8fd;border-color:#a9cdeb}.mega-thumb{background:var(--pale);width:50px;height:58px;flex:none;border-radius:7px;overflow:hidden;display:flex;justify-content:center}.mega-thumb img{height:100%;width:100%;object-fit:contain}.mega-cat-copy{min-width:0;flex:1}.mega-cat-copy strong{display:block;font-size:12px;line-height:1.2}.mega-cat-copy small{display:block;font-size:10px;color:var(--muted);margin-top:4px}.mega-category>span:last-child{font-size:13px;color:var(--blue)}.mobile-drawer{display:none}
/* Home */
.home-hero{background:#f5f9fc;overflow:hidden}.home-hero-inner{max-width:var(--max);min-height:580px;margin:auto;padding:55px 28px;display:grid;grid-template-columns:52% 48%;align-items:center}.hero-text{padding-right:30px}.hero-text h1{font:800 clamp(48px,5vw,72px)/1.08 Manrope;letter-spacing:-.055em;color:var(--navy);margin:18px 0 20px;max-width:610px}.hero-text p{font-size:17px;line-height:1.65;max-width:475px;color:var(--muted);margin:0}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:30px}.hero-mini{display:flex;align-items:center;gap:9px;margin-top:65px;color:var(--muted);font-size:12px}.hero-mini strong{font:800 25px Manrope;color:var(--navy)}.hero-mini i{display:block;width:1px;height:28px;background:var(--line);margin:0 15px}.hero-stage{height:500px;position:relative}.hero-stage-circle{position:absolute;width:440px;height:440px;border-radius:50%;background:#dbeefe;left:11%;top:5%}.hero-item{position:absolute;object-fit:contain;filter:drop-shadow(0 23px 16px #1b477c2f);border-radius:15px}.hero-item-a{width:190px;height:285px;left:17%;top:13%;transform:rotate(-10deg);z-index:2}.hero-item-b{width:190px;height:285px;left:49%;top:30%;transform:rotate(8deg);z-index:3}.hero-item-c{width:160px;height:238px;left:1%;top:49%;transform:rotate(-16deg);z-index:1}.hero-sticker{position:absolute;right:-1%;top:12%;background:var(--yellow);border-radius:50%;width:119px;height:119px;display:flex;align-items:center;justify-content:center;text-align:center;transform:rotate(11deg);font:800 12px/1.2 Manrope;color:var(--navy);z-index:4}.home-categories{padding-top:100px;padding-bottom:110px}.featured-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.category-tile{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;display:flex;min-width:0;min-height:216px;transition:transform .2s,box-shadow .2s}.category-tile:hover{transform:translateY(-4px);box-shadow:0 18px 30px #15436a15}.category-tile-img{width:42%;background:var(--pale);display:flex;align-items:center;justify-content:center;flex:none;overflow:hidden}.category-tile-img img{height:85%;width:100%;object-fit:contain}.category-tile-copy{display:flex;flex-direction:column;padding:22px 16px 20px;min-width:0;flex:1}.category-count{font-size:11px;color:var(--blue);font-weight:800;letter-spacing:.06em}.category-tile-copy strong{font:800 20px/1.22 Manrope;letter-spacing:-.03em;margin-top:12px}.category-arrow{font-size:20px;color:var(--blue);margin-top:auto}.home-story{display:grid;grid-template-columns:1fr 1fr;background:var(--blue);color:#fff}.home-story-media{min-height:460px;overflow:hidden}.home-story-media img{width:100%;height:100%;object-fit:cover;object-position:75% center}.home-story-text{max-width:590px;padding:72px 60px;align-self:center}.home-story-text .kicker{color:#c6e7ff}.home-story-text h2{font:800 clamp(36px,3.7vw,54px)/1.14 Manrope;letter-spacing:-.04em;margin:18px 0 22px}.home-story-text p{font-size:16px;line-height:1.7;color:#e3f2ff;max-width:450px;margin:0 0 30px}.home-story-text .button-primary{background:var(--yellow);color:var(--navy)}.home-picks{padding-top:105px;padding-bottom:115px}
/* Product cards and catalog */
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff;min-width:0;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s}.product-card:hover,.product-card:focus-visible{transform:translateY(-3px);box-shadow:0 14px 30px #173f651a;border-color:#a9cdeb}.product-card[hidden]{display:none}.product-card-image{height:235px;background:#e8f2fc;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:contain}.product-card-info{display:flex;flex-direction:column;gap:10px;padding:18px 18px 19px;flex:1}.product-card-info small{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--blue)}.product-card-info strong{font:800 16px/1.35 Manrope;letter-spacing:-.02em;color:var(--navy);min-height:65px}.product-card-info>span{font-size:12px;font-weight:800;color:var(--blue);margin-top:auto;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:13px}.page-banner{background:var(--blue);color:#fff}.banner-inner{max-width:var(--max);min-height:380px;margin:auto;padding:54px 28px;display:grid;grid-template-columns:60% 40%;align-items:center}.page-banner .kicker,.category-hero .kicker{color:#cde9ff}.page-banner h1,.category-hero h1,.interior-hero h1{font:800 clamp(45px,4.6vw,66px)/1.08 Manrope;letter-spacing:-.05em;margin:18px 0}.page-banner h1 em,.interior-hero h1 em{color:var(--yellow)}.page-banner p{line-height:1.6;max-width:530px;color:#e1f1ff;font-size:16px}.banner-products{display:flex;align-items:center;justify-content:center;gap:0}.banner-products img{width:170px;height:252px;object-fit:contain;border-radius:14px;box-shadow:0 22px 30px #06316150;transform:rotate(-9deg)}.banner-products img+img{transform:rotate(9deg);margin-left:-12px;margin-top:55px}.catalog-categories{padding-top:90px;padding-bottom:95px}.all-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.all-categories .category-tile{min-height:165px}.all-categories .category-tile-img{width:37%}.all-categories .category-tile-copy strong{font-size:18px}.catalog-products{padding-top:10px;padding-bottom:110px}.catalog-products .section-header{align-items:center}.catalog-search{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:9px;padding:11px 14px;min-width:245px}.catalog-search span{font-size:24px;color:var(--blue);line-height:1}.catalog-search input{border:0;outline:0;min-width:0;width:100%;font-size:14px}.catalog-search:focus-within{outline:2px solid var(--blue)}.catalog-count{font-size:13px;color:var(--muted);margin:-14px 0 20px}.search-empty{padding:55px;text-align:center;color:var(--muted)}
/* Category and product detail */
.category-hero{background:#f2f8fd;overflow:hidden}.category-hero-inner{max-width:var(--max);min-height:370px;margin:auto;padding:36px 28px;display:grid;grid-template-columns:64% 36%;align-items:center}.breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin-bottom:35px}.breadcrumbs a{color:var(--blue);font-weight:700}.breadcrumbs a:hover{text-decoration:underline}.category-hero .kicker{color:var(--blue)}.category-hero h1{color:var(--navy);margin:15px 0 13px}.category-hero h1 span{color:var(--yellow)}.category-hero p{line-height:1.6;color:var(--muted);max-width:480px;margin:0 0 25px}.category-hero-art{height:290px;display:flex;justify-content:center}.category-hero-art img{height:100%;width:auto;object-fit:contain;border-radius:15px;box-shadow:0 20px 35px #194e7d30}.category-list{padding-top:85px;padding-bottom:90px}.other-categories{padding-bottom:105px}.other-category-links{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.other-category-links a{border:1px solid var(--line);border-radius:9px;padding:15px;font-size:13px;font-weight:800;display:flex;justify-content:space-between;gap:8px}.other-category-links a:hover{border-color:var(--blue);color:var(--blue)}.product-detail{padding-top:35px;padding-bottom:90px}.product-detail-grid{display:grid;grid-template-columns:45% 55%;gap:60px;align-items:center}.product-detail-image{background:var(--pale);height:520px;border-radius:18px;display:flex;justify-content:center;align-items:center}.product-detail-image img{width:auto;height:82%;object-fit:contain;border-radius:15px;box-shadow:0 18px 35px #153b611f}.product-detail-copy{padding-right:50px}.product-detail-copy h1{font:800 clamp(35px,4.1vw,58px)/1.13 Manrope;letter-spacing:-.045em;color:var(--navy);margin:17px 0}.product-desc{font-size:16px;line-height:1.7;color:var(--muted)}.product-detail-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:30px}.product-facts{background:#f5f9fc;padding:90px 0 100px}.facts-heading h2{margin-bottom:12px}.facts-heading p{color:var(--muted);line-height:1.6;max-width:680px;margin:0}.facts-grid{display:grid;grid-template-columns:56% 44%;gap:24px;margin-top:35px}.facts-table,.facts-extra{background:#fff;border:1px solid var(--line);border-radius:15px;padding:26px 30px}.portion{font-size:12px;font-weight:800;color:var(--blue);text-transform:uppercase;letter-spacing:.06em;margin:0 0 16px}.table-scroll{overflow:auto}.facts-table table{border-collapse:collapse;width:100%;font-size:13px}.facts-table th,.facts-table td{padding:11px 10px;border-bottom:1px solid var(--line);text-align:left}.facts-table thead th{background:#eaf4fc;color:var(--navy);font-size:11px;text-transform:uppercase;letter-spacing:.05em}.facts-table tbody th{font-weight:700}.facts-table th:last-child,.facts-table td:last-child{text-align:right}.facts-table small{display:block;color:var(--muted);line-height:1.5;font-size:11px;margin-top:18px}.facts-extra h3{font:800 18px Manrope;color:var(--navy);margin:0 0 12px}.facts-extra p{color:var(--muted);font-size:14px;line-height:1.7;margin:0;overflow-wrap:anywhere}.facts-extra>div+div{border-top:1px solid var(--line);margin-top:25px;padding-top:25px}.related-products{padding-top:90px;padding-bottom:110px}
/* Story and contact */
.interior-hero{background:var(--blue);color:#fff;padding:105px 0 110px}.interior-hero .kicker{color:#d1eaff}.interior-hero h1{margin:18px 0 22px}.interior-hero p{color:#e3f2ff;font-size:17px;line-height:1.6;max-width:610px}.history-intro{display:grid;grid-template-columns:44% 56%;gap:50px;padding-top:110px;padding-bottom:105px}.history-intro h2{font:800 clamp(34px,3.3vw,48px)/1.2 Manrope;letter-spacing:-.04em;margin:18px 0;color:var(--navy)}.history-intro>div:last-child{padding-top:30px}.history-intro p{color:var(--muted);line-height:1.75;font-size:16px;margin:0 0 20px}.history-timeline{background:#f1f7fc;padding:85px 0 90px}.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:35px}.timeline-grid>div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px 24px;min-height:180px}.timeline-grid strong{font:800 33px Manrope;color:var(--blue)}.timeline-grid p{font-size:14px;line-height:1.6;color:var(--muted)}.history-end{padding-top:105px;padding-bottom:110px;display:grid;grid-template-columns:44% 56%;gap:45px;align-items:center}.history-end h2{font:800 clamp(35px,3.5vw,50px)/1.16 Manrope;letter-spacing:-.04em;color:var(--navy);margin:16px 0}.history-end p{color:var(--muted);line-height:1.7;max-width:480px;margin-bottom:26px}.history-end img{width:100%;height:370px;object-fit:cover;object-position:65%;border-radius:16px}.contact-hero{padding:90px 0}.contact-content{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:18px;padding-top:85px;padding-bottom:105px}.contact-card{border:1px solid var(--line);border-radius:15px;padding:32px 27px;min-height:325px}.primary-contact{background:#f0f7fd}.contact-card h2,.contact-card h3{font:800 28px/1.25 Manrope;letter-spacing:-.035em;color:var(--navy);margin:17px 0}.contact-card h3{font-size:21px}.contact-card p{font-size:14px;line-height:1.7;color:var(--muted);margin-bottom:25px}.contact-card a:not(.button-primary){display:block;font-size:14px;font-weight:800;color:var(--blue);margin-top:12px}
/* Footer */
.site-footer{background:#102d52;color:#fff}.footer-invite{max-width:var(--max);margin:auto;padding:62px 28px 58px;display:flex;justify-content:space-between;align-items:end;gap:30px;border-bottom:1px solid #ffffff32}.footer-invite .kicker{color:#9fd5ff}.footer-invite h2{font:800 clamp(36px,3.9vw,54px)/1.13 Manrope;letter-spacing:-.045em;margin:16px 0 0}.footer-invite h2 em{color:var(--yellow)}.footer-invite>a{background:var(--yellow);color:var(--navy);padding:17px 20px;border-radius:8px;font-size:14px;font-weight:800;white-space:nowrap}.footer-invite>a span{margin-left:28px}.footer-main{max-width:var(--max);margin:auto;padding:52px 28px 60px;display:grid;grid-template-columns:2.2fr 1fr 1.1fr 1.4fr;gap:40px}.footer-logo{font:800 29px Manrope;letter-spacing:-.06em}.footer-about p{max-width:290px;font-size:13px;line-height:1.7;color:#b9cee2;margin:18px 0 20px}.footer-social{display:flex;gap:16px;flex-wrap:wrap}.footer-social a{font-size:12px;font-weight:800;color:#d8eaff}.footer-col h3{font:800 13px Manrope;letter-spacing:.05em;text-transform:uppercase;margin:7px 0 20px;color:var(--yellow)}.footer-col>a{display:block;color:#c9dbee;font-size:13px;margin:0 0 13px}.footer-col>a:hover{text-decoration:underline;color:#fff}.footer-col p{font-size:13px;color:#b9cee2;line-height:1.7;margin:0 0 15px}.footer-bottom{max-width:var(--max);margin:auto;border-top:1px solid #ffffff28;padding:22px 28px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px;color:#a5bdd5}.footer-bottom a{color:#fff;font-weight:800;white-space:nowrap}
@media(max-width:1050px){.main-nav{gap:22px}.mega-grid{grid-template-columns:repeat(3,1fr)}.featured-categories,.all-categories{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.footer-main{gap:22px}.hero-text h1{font-size:57px}.hero-stage-circle{left:0}.hero-sticker{right:0}.contact-content{grid-template-columns:1fr 1fr}.primary-contact{grid-column:span 2}}
@media(max-width:800px){.header-inner{height:74px;padding:0 20px}.brand{min-width:0}.main-nav,.header-cta{display:none}.mobile-trigger{display:block}.mobile-drawer{display:block;position:fixed;inset:0;z-index:60;overflow:auto;background:#fff;padding:22px 22px 40px}.mobile-drawer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;font:800 26px Manrope;color:var(--navy)}.mobile-drawer-top button{width:42px;height:42px;border:0;border-radius:50%;font-size:28px;background:var(--pale);color:var(--navy)}.mobile-drawer nav>a,.mobile-drawer nav>button{display:flex;justify-content:space-between;width:100%;padding:18px 2px;border:0;border-bottom:1px solid var(--line);background:none;text-align:left;font:800 20px Manrope;color:var(--navy)}.mobile-cats{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 0}.mobile-cats a{display:flex;align-items:center;gap:8px;min-width:0;border:1px solid var(--line);border-radius:9px;padding:5px 8px;font-size:12px;font-weight:700;line-height:1.15}.mobile-cats img{width:41px;height:48px;object-fit:contain;background:var(--pale);border-radius:5px}.home-hero-inner{grid-template-columns:1fr;min-height:0;padding:60px 22px 30px}.hero-text{padding:0}.hero-text h1{max-width:680px;font-size:clamp(45px,8vw,64px)}.hero-mini{margin-top:38px}.hero-stage{height:410px;max-width:560px;width:100%;margin:auto}.hero-stage-circle{width:340px;height:340px;left:15%;top:6%}.hero-item-a{left:24%;top:7%;width:155px;height:232px}.hero-item-b{left:54%;top:24%;width:155px;height:232px}.hero-item-c{left:8%;top:45%;width:125px;height:187px}.hero-sticker{right:1%;top:4%;width:93px;height:93px;font-size:10px}.section-wrap{padding-left:22px;padding-right:22px}.home-categories,.home-picks{padding-top:75px;padding-bottom:80px}.featured-categories,.all-categories{grid-template-columns:repeat(2,1fr);gap:12px}.category-tile{min-height:175px}.category-tile-copy{padding:15px 12px}.category-tile-copy strong{font-size:16px}.category-tile-img{width:39%}.home-story{grid-template-columns:1fr}.home-story-media{min-height:290px;height:290px}.home-story-text{padding:52px 22px 65px}.home-story-text h2{font-size:42px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card-image{height:215px}.product-card-info{padding:14px}.product-card-info strong{font-size:14px;min-height:65px}.banner-inner{grid-template-columns:1fr;min-height:0;padding:62px 22px 25px}.banner-products{height:180px;justify-content:flex-end}.banner-products img{width:125px;height:185px}.catalog-categories{padding-top:75px;padding-bottom:85px}.catalog-products{padding-bottom:90px}.category-hero-inner{padding:28px 22px 50px}.category-hero-art{height:250px}.category-list,.related-products{padding-top:75px;padding-bottom:80px}.other-category-links{grid-template-columns:repeat(2,1fr)}.product-detail{padding-top:26px;padding-bottom:70px}.product-detail-grid{grid-template-columns:1fr;gap:32px}.product-detail-image{height:380px}.product-detail-copy{padding:0}.facts-grid{grid-template-columns:1fr}.facts-table,.facts-extra{padding:22px}.interior-hero{padding:75px 0}.history-intro,.history-end{grid-template-columns:1fr;padding-top:75px;padding-bottom:75px;gap:22px}.history-intro>div:last-child{padding-top:0}.timeline-grid{grid-template-columns:repeat(2,1fr)}.contact-content{grid-template-columns:1fr}.primary-contact{grid-column:auto}.footer-invite{padding:55px 22px;display:block}.footer-invite>a{display:inline-block;margin-top:26px}.footer-main{grid-template-columns:repeat(2,1fr);padding:45px 22px;gap:38px}.footer-bottom{padding:22px;flex-wrap:wrap}}
@media(max-width:520px){.brand-text{display:none}.brand-image{width:69px}.section-header{display:block;margin-bottom:25px}.section-header .arrow-link{display:inline-block;margin-top:18px}.hero-text h1{font-size:46px}.hero-text p{font-size:15px}.hero-actions{gap:18px;flex-wrap:wrap}.hero-mini{gap:7px;font-size:10px}.hero-mini strong{font-size:21px}.hero-mini i{margin:0 5px}.hero-stage{height:330px}.hero-stage-circle{width:270px;height:270px;left:12%}.hero-item-a{width:125px;height:187px}.hero-item-b{width:122px;height:183px}.hero-item-c{width:100px;height:150px}.hero-sticker{width:78px;height:78px;font-size:8px}.featured-categories,.all-categories{grid-template-columns:1fr}.category-tile,.all-categories .category-tile{min-height:145px}.category-tile-img,.all-categories .category-tile-img{width:35%}.category-tile-copy strong{font-size:18px}.product-card-image{height:172px}.product-card-info strong{font-size:13px;min-height:70px}.product-card-info small{font-size:9px}.product-card-info>span{font-size:11px}.catalog-products .section-header{display:block}.catalog-search{margin-top:23px;width:100%}.page-banner h1,.category-hero h1,.interior-hero h1{font-size:43px}.category-hero-inner{grid-template-columns:1fr}.category-hero-art{height:220px;margin-top:20px}.breadcrumbs{margin-bottom:26px}.product-detail-image{height:330px}.product-detail-copy h1{font-size:36px}.facts-table table{font-size:12px}.facts-table th,.facts-table td{padding:9px 5px}.timeline-grid{grid-template-columns:1fr}.contact-card{min-height:0}.footer-main{grid-template-columns:1fr 1fr}.footer-about{grid-column:span 2}.footer-bottom{display:block;line-height:2}.footer-bottom a{display:block;margin-top:10px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
/* Proporções que já descontam o espaçamento entre colunas. */
.history-intro{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}
.history-end{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}
.facts-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}
.product-detail-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}
.product-card-info{gap:6px;padding:15px 16px 14px}
.product-card-info strong{font-size:15px;line-height:1.32;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card-info>span{padding-top:10px}
@media(max-width:800px){
  .history-intro,.history-end,.facts-grid,.product-detail-grid{grid-template-columns:minmax(0,1fr)}
  .product-card-info{padding:13px}
  .product-card-info strong{font-size:14px;min-height:38px}
}
@media(max-width:520px){
  .product-card-info strong{font-size:13px;min-height:34px}
  .footer-contact{grid-column:span 2}
}
/* Logo oficial fornecida para a apresentação. O enquadramento elimina apenas as margens brancas da foto. */
.brand{min-width:175px;gap:0}
.brand-image{width:100px;height:77px;border-radius:8px}
.brand-image img{position:static;left:auto;top:auto;width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center}
.footer-logo-image{display:block;width:154px;height:119px;background:#fff;border-radius:12px;overflow:hidden}
.footer-logo-image img{width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center}
@media(max-width:800px){
  .brand{min-width:0}
  .brand-image{width:88px;height:68px}
}
.footer-social a{display:inline-flex;align-items:center;gap:8px}
.footer-social img{width:24px;height:24px;object-fit:contain;border-radius:5px}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.floating-whatsapp{position:fixed;z-index:70;right:24px;bottom:24px;width:282px;min-height:78px;padding:11px 13px;display:flex;align-items:center;gap:11px;border-radius:15px;background:linear-gradient(120deg,#07633d,#0b9461);color:#fff;box-shadow:0 13px 31px #084c3170,0 0 0 1px #ffffff30 inset;transition:transform .2s,box-shadow .2s}
.floating-whatsapp:hover,.floating-whatsapp:focus-visible{transform:translateY(-4px);box-shadow:0 18px 36px #084c3180,0 0 0 1px #ffffff60 inset}
.wa-icon{width:51px;height:51px;flex:none;display:grid;place-items:center;background:#ffffff24;border:1px solid #ffffff64;border-radius:50%}
.wa-icon img{width:37px;height:37px;object-fit:contain}
.wa-copy{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1;line-height:1.15}
.wa-copy small{font-size:9px;letter-spacing:.08em;font-weight:800;color:#d3ffea}
.wa-copy strong{font:800 15px Manrope,sans-serif;white-space:nowrap}
.wa-copy em{font:500 11px 'DM Sans',sans-serif;color:#e8fff2}
.wa-arrow{font-size:23px;align-self:flex-start;line-height:1}
.isis-assistant{position:fixed;z-index:71;left:24px;bottom:24px}
.assistant-launch{height:60px;padding:0 17px 0 10px;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #b5cfe7;border-radius:40px;box-shadow:0 11px 29px #173f6540;color:var(--navy);text-align:left;font:800 13px Manrope,sans-serif;transition:transform .2s,box-shadow .2s}
.assistant-launch:hover,.assistant-launch:focus-visible{transform:translateY(-3px);box-shadow:0 15px 32px #173f6550}
.assistant-spark{width:39px;height:39px;display:grid;place-items:center;flex:none;border-radius:50%;background:linear-gradient(140deg,#397ac8,#204d99);color:#fff;font-size:23px}
.assistant-launch small{display:block;color:var(--muted);font:600 10px 'DM Sans',sans-serif;margin-top:2px}
.assistant-panel{position:absolute;left:0;bottom:73px;width:min(390px,calc(100vw - 32px));background:#fff;border:1px solid #d5e4f0;border-radius:19px;overflow:hidden;box-shadow:0 20px 65px #15345655}
.assistant-top{display:flex;align-items:center;justify-content:space-between;padding:15px 17px;background:linear-gradient(115deg,#163b70,#347ac4);color:#fff}
.assistant-identity{display:flex;align-items:center;gap:10px}
.assistant-identity .assistant-spark{background:#ffffff30;border:1px solid #ffffff55;width:36px;height:36px;font-size:21px}
.assistant-identity strong{display:block;font:800 15px Manrope,sans-serif}
.assistant-identity small{display:block;font-size:11px;color:#d7eaff;margin-top:1px}
.assistant-top>button{border:0;background:#ffffff25;color:#fff;width:30px;height:30px;border-radius:50%;font-size:23px;line-height:1}
.assistant-messages{height:310px;max-height:calc(100vh - 295px);min-height:140px;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;background:#f5f9fd}
.assistant-bubble{align-self:flex-start;max-width:92%;padding:11px 13px;background:#fff;border:1px solid #e2eaf2;border-radius:13px 13px 13px 3px;font-size:13px;line-height:1.5;color:var(--ink)}
.assistant-bubble.user{align-self:flex-end;background:var(--blue);border-color:var(--blue);border-radius:13px 13px 3px 13px;color:#fff}
.assistant-answer{display:flex;flex-direction:column;gap:8px}
.assistant-answer>p{font-size:13px;line-height:1.5;margin:0 0 2px;color:var(--ink)}
.assistant-result{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #d9e7f1;border-radius:10px;padding:5px 8px 5px 5px;min-height:63px}
.assistant-result:hover,.assistant-result:focus-visible{border-color:var(--blue);box-shadow:0 5px 12px #174e8718}
.assistant-result img{width:48px;height:50px;object-fit:contain;background:#eaf3fb;border-radius:6px;flex:none}
.assistant-result span{display:block;min-width:0;flex:1}
.assistant-result strong{display:block;font:800 12px/1.25 Manrope,sans-serif;color:var(--navy)}
.assistant-result small{display:block;color:var(--muted);font-size:10px;margin-top:3px}
.assistant-result b{color:var(--blue);font-size:17px}
.assistant-more{display:inline-flex;align-self:flex-start;font-size:12px;font-weight:800;color:var(--blue);padding:4px 0}
.assistant-more:hover{text-decoration:underline}
.assistant-quick{display:flex;gap:6px;overflow:auto;padding:10px 13px;border-top:1px solid #e3edf5;background:#fff}
.assistant-quick button{border:1px solid #c8dff2;background:#eef7ff;color:var(--blue-dark);border-radius:30px;padding:6px 9px;white-space:nowrap;font-size:10px;font-weight:800}
.assistant-quick button:hover{background:#dcefff}
.assistant-form{display:flex;gap:8px;padding:11px 13px 13px;border-top:1px solid #e3edf5;background:#fff}
.assistant-form input{min-width:0;flex:1;border:1px solid #d5e4f0;border-radius:9px;padding:10px 11px;font-size:13px;outline:0}
.assistant-form input:focus{border-color:var(--blue);box-shadow:0 0 0 2px #4c9de122}
.assistant-form button{width:41px;border:0;border-radius:9px;background:var(--blue);color:#fff;font-size:20px}
.assistant-form button:hover{background:var(--blue-dark)}
body.assistant-open .floating-whatsapp{opacity:0;pointer-events:none}
body.menu-open .floating-whatsapp,body.menu-open .isis-assistant{display:none}
@media(max-width:520px){
  .floating-whatsapp{right:12px;bottom:12px;width:209px;min-height:61px;padding:7px 9px;gap:7px;border-radius:12px}
  .wa-icon{width:42px;height:42px}
  .wa-icon img{width:31px;height:31px}
  .wa-copy small{font-size:7px}
  .wa-copy strong{font-size:12px}
  .wa-copy em{font-size:9px}
  .wa-arrow{font-size:16px}
  .isis-assistant{left:12px;bottom:12px}
  .assistant-launch{width:60px;height:60px;padding:9px;border-radius:50%}
  .assistant-launch>span:last-child{display:none}
  .assistant-spark{width:40px;height:40px}
  .assistant-panel{bottom:72px;width:calc(100vw - 24px)}
}
