
:root{--red:#E30A17;--cream:#F8F5F0;--ink:#171717;--muted:#777;--white:#fff;--line:#e6e0d9}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:82px}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif}a{text-decoration:none;color:inherit}button{font:inherit}
.site-header{height:78px;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(15px);border-bottom:1px solid #eee}.header-inner{height:100%;max-width:1240px;margin:auto;padding:0 28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand{font-family:Manrope;font-weight:800;display:flex;align-items:center;gap:8px;line-height:.85}.brand-icon{color:var(--red);font-size:24px}.desktop-nav{justify-self:end;display:flex;gap:30px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.desktop-nav a:hover{color:var(--red)}
.language{position:relative}.language-button{border:0;background:none;cursor:pointer;display:flex;gap:7px;align-items:center;font-weight:700}.language-menu{display:none;position:absolute;top:40px;background:#fff;padding:7px;border-radius:12px;box-shadow:0 15px 45px #0002;min-width:145px}.language-menu.open{display:block}.language-menu button{display:block;width:100%;border:0;background:none;text-align:left;padding:10px;border-radius:8px;cursor:pointer}.language-menu button:hover{background:#f5f2ee}.menu-button,.mobile-nav{display:none}
.hero{min-height:660px;background:var(--red);color:#fff;position:relative;overflow:hidden}.hero-watermark{position:absolute;right:-100px;top:-250px;font-size:900px;opacity:.035}.hero-inner{max-width:1240px;min-height:660px;margin:auto;padding:90px 28px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center}.eyebrow{display:block;font-size:12px;font-weight:800;letter-spacing:.18em;margin-bottom:18px}.light{color:#ffffffb5}.red{color:var(--red)}h1,h2{font-family:Manrope;margin:0;letter-spacing:-.055em}h1{font-size:clamp(50px,6vw,84px);line-height:.98}.hero p{max-width:570px;font-size:19px;line-height:1.65;color:#ffffffc2;margin:25px 0 34px}.hero-btn{background:#fff;color:var(--red);padding:16px 22px;border-radius:99px;font-weight:700;display:inline-flex;gap:20px}.hero-symbol{width:390px;height:390px;border:1px solid #ffffff55;border-radius:50%;justify-self:end;display:flex;align-items:center;justify-content:center}.hero-symbol span{font-size:230px}.hero-symbol b{font-size:60px;margin-left:-60px}
.section{padding:100px 28px}.section-title,.category{max-width:1184px;margin-left:auto;margin-right:auto}.section-title{margin-bottom:55px}.section-title h2,.about h2,.contact h2{font-size:clamp(40px,5vw,66px);line-height:1}.section-title p,.about p,.contact-intro p{font-size:18px;line-height:1.7;color:var(--muted)}.category{margin-bottom:70px}.category-head{display:flex;gap:18px;align-items:center;margin-bottom:25px}.category-head h3{font:700 22px Manrope;margin:0}.category-head:after{content:"";height:1px;background:var(--line);flex:1}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border-radius:19px;padding:15px;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px #00000010}.product-image{aspect-ratio:1;background:#f4f0eb;border-radius:13px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain}.product-meta{padding:16px 3px 3px}.product-meta small{font-weight:700;color:var(--red)}.product-meta h4{margin:5px 0 0;font-size:17px}
.brands{background:var(--red);color:#fff}.center{text-align:center}.brand-grid{max-width:1050px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.brand-tile{height:130px;background:#fff;border-radius:17px;padding:24px;display:flex;align-items:center;justify-content:center}.brand-tile img{max-width:85%;max-height:70px;object-fit:contain}
.about{max-width:1240px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.about-visual{min-height:450px;border-radius:26px;background:#eee6dd;display:flex;align-items:center;justify-content:center}.flag-symbol{width:290px;height:290px;background:var(--red);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center}.flag-symbol span{font-size:170px}.flag-symbol b{font-size:44px;margin-left:-45px}.about p{max-width:550px}
.contact{background:#151515;color:#fff}.contact-intro,.contact-grid{max-width:1184px;margin-left:auto;margin-right:auto}.contact-intro{margin-bottom:45px}.contact-intro p{color:#aaa;max-width:680px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.contact-card{border:1px solid #333;border-radius:18px;padding:24px;display:grid;grid-template-columns:1fr auto;gap:7px}.contact-card small,.contact-card em{grid-column:1/-1;color:#999;font-style:normal}.contact-card em{font-size:12px}.contact-card span{color:var(--red);font-size:22px}.contact-card:hover{background:#202020}
footer{max-width:1240px;margin:auto;padding:27px;display:flex;justify-content:space-between;align-items:center;color:#777;font-size:13px}footer strong{font-family:Manrope;color:#171717}
.sticky-whatsapp{position:fixed;right:24px;bottom:24px;width:62px;height:62px;border-radius:50%;background:#25D366;z-index:70;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 35px #0004;transition:.2s}.sticky-whatsapp:hover{transform:translateY(-4px)}.sticky-whatsapp svg{width:34px;fill:#fff}
@media(max-width:850px){.site-header{height:70px}.header-inner{padding:0 18px}.desktop-nav{display:none}.menu-button{display:flex;justify-self:end;width:42px;height:42px;border:0;background:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px}.menu-button span{width:24px;height:2px;background:#111}.mobile-nav{position:absolute;top:70px;left:0;right:0;background:#fff;padding:10px 20px 20px}.mobile-nav.open{display:flex;flex-direction:column}.mobile-nav a{padding:14px 4px;border-bottom:1px solid #eee;font-weight:800;text-transform:uppercase}.hero-inner{grid-template-columns:1fr;padding-top:70px}.hero-symbol{width:300px;height:300px;justify-self:center;margin-top:45px}.hero-symbol span{font-size:175px}.hero-symbol b{font-size:48px}.product-grid{grid-template-columns:repeat(2,1fr)}.brand-grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr;gap:45px}.contact-grid{grid-template-columns:1fr}footer{flex-direction:column;gap:7px}.sticky-whatsapp{right:17px;bottom:17px;width:58px;height:58px}}
