:root { --red: #b91f12; --red-dark: #7d150e; --yellow: #f5b900; --ink: #161616; --warm: #f6f2ea; --muted: #716d66; --line: #ded8cd; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm); font-family: "DM Sans", sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.site-header { height: 80px; padding: 0 max(5vw, 28px); background: #fffdf8; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: center; gap: 10px; line-height: .85; letter-spacing: -.04em; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; background: var(--red); color: var(--yellow); font: 800 19px "Barlow Condensed", sans-serif; border-radius: 50%; letter-spacing: -.08em; }
.brand strong { display: block; font: 800 clamp(18px, 1.9vw, 23px) "Barlow Condensed", sans-serif; letter-spacing: .015em; }.brand strong i { font: 700 clamp(11px, 1.15vw, 15px) "DM Sans", sans-serif; font-style: normal; letter-spacing: 0; white-space: nowrap; }.brand small { display: block; margin-top: 5px; font: 700 12px "DM Sans", sans-serif; letter-spacing: .28em; color: var(--red); }
.site-nav { display: flex; gap: clamp(20px, 3vw, 48px); font-size: 14px; font-weight: 600; }.site-nav a:hover { color: var(--red); }
.header-call { padding: 11px 17px; border: 1px solid var(--ink); font-size: 13px; font-weight: 700; }.header-call:hover { background: var(--ink); color: #fff; }
.menu-toggle { display: none; background: transparent; border: 0; font: 700 14px "DM Sans"; }
.hero { overflow: hidden; background: var(--red); }.hero-banner { background: #170602; }.hero-banner img { max-height: 760px; object-fit: contain; object-position: center; }.hero-content { max-width: 760px; padding: clamp(56px, 7vw, 96px) max(5vw, 28px); color: white; }.eyebrow { margin: 0 0 14px; color: var(--yellow); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }.eyebrow-dark { color: var(--red); }
h1, h2, h3 { margin: 0; font-family: "Barlow Condensed", sans-serif; line-height: .9; text-transform: uppercase; } h1 { font-size: clamp(66px, 9vw, 135px); letter-spacing: -.05em; } h1 em { color: var(--yellow); font-style: normal; }.hero-copy { max-width: 490px; margin: 24px 0 32px; font-size: 17px; line-height: 1.55; color: #faf7ef; }.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 15px 20px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }.button:hover { transform: translateY(-2px); }.button-primary { background: var(--yellow); color: var(--ink); }.button-primary:hover { background: #ffd54b; }.button-primary span { font-size: 18px; }.button-secondary { border: 1px solid rgba(255,255,255,.7); color: white; }.button-secondary:hover { background: white; color: var(--ink); }
.trust-bar { min-height: 64px; padding: 12px max(5vw, 28px); background: var(--red); color: white; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }.trust-bar p { margin: 0; }.trust-bar p::first-letter { color: var(--yellow); }
.section-wrap { padding: clamp(70px, 9vw, 130px) max(5vw, 28px); }.intro { background: var(--warm); }.intro-grid { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 7vw; }.intro h2 { max-width: 760px; font-size: clamp(44px, 6vw, 86px); letter-spacing: -.04em; }.intro-grid > p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 16px; }
.promise { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 170px); background: #ebe5da; }.promise h2 { font-size: clamp(44px, 5.7vw, 78px); letter-spacing: -.045em; }.promise-copy > p { max-width: 500px; margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.65; }.promise-list { border-top: 1px solid #c9c1b4; }.promise-list p { display: flex; gap: 16px; margin: 0; padding: 15px 0; border-bottom: 1px solid #c9c1b4; font-size: 14px; font-weight: 700; }.promise-list span { color: var(--red); font-size: 11px; font-weight: 700; }
.products { background: var(--ink); color: #fff; }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 42px; }.section-heading h2 { font-size: clamp(48px, 6vw, 84px); letter-spacing: -.04em; }.section-heading > p { max-width: 335px; margin: 0; line-height: 1.55; color: #bdb9b2; font-size: 15px; }.gallery .section-heading > p { color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 355px; gap: 16px; }.product-card { position: relative; overflow: hidden; background: #333; }.product-card-large { grid-column: span 2; }.product-card img { height: 100%; object-fit: cover; transition: transform .45s ease; }.product-card:hover img { transform: scale(1.04); }.product-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.78), transparent 68%); }.product-card div { position: absolute; inset: auto 24px 22px; z-index: 1; }.product-card span { color: var(--yellow); font-size: 11px; font-weight: 700; }.product-card h3 { margin: 5px 0 6px; font-size: 35px; letter-spacing: -.025em; }.product-card p { margin: 0; color: #ece8e0; font-size: 13px; }
.more-products { margin-top: clamp(70px, 9vw, 120px); padding-top: 28px; border-top: 1px solid #4a4a4a; }.more-products-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 25px; margin-bottom: 54px; }.more-products-heading .eyebrow { margin: 0; }.more-products-heading h3 { max-width: 620px; font-size: clamp(31px, 4vw, 54px); letter-spacing: -.03em; }.product-category { display: grid; grid-template-columns: 190px 1fr; gap: 28px; padding: 27px 0 40px; border-top: 1px solid #4a4a4a; }.product-category + .product-category { margin-top: 2px; }.product-category-label span { color: var(--yellow); font-size: 11px; font-weight: 700; letter-spacing: .12em; }.product-category-label h4 { margin: 9px 0 8px; font: 700 29px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }.product-category-label p { margin: 0; color: #bdb9b2; font-size: 12px; line-height: 1.45; }.more-products-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }.more-product-card { position: relative; min-height: 255px; overflow: hidden; background: #fff; }.more-product-card img { width: 100%; height: 100%; min-height: 255px; object-fit: cover; transition: transform .35s ease; }.more-product-card:hover img { transform: scale(1.04); }.more-product-card div { position: absolute; inset: auto 0 0; display: flex; align-items: baseline; justify-content: space-between; gap: 8px; width: 100%; padding: 11px 12px; background: rgba(22,22,22,.88); }.more-product-card span { color: var(--yellow); font-size: 11px; font-weight: 700; }.more-product-card p { margin: 0; color: #fff; font-size: 12px; font-weight: 700; }
.gallery-grid { display: grid; grid-template-columns: 1.8fr 1fr; grid-template-rows: 260px 260px; gap: 16px; }.gallery-grid figure { margin: 0; overflow: hidden; }.gallery-grid img { height: 100%; object-fit: cover; transition: transform .45s ease; }.gallery-grid figure:hover img { transform: scale(1.04); }.gallery-feature { grid-row: span 2; }.gallery-feature img { object-position: center; }
.contact { background: var(--red); color: white; }.contact-content { max-width: 1180px; padding: clamp(70px, 9vw, 130px) max(5vw, 28px); margin: 0 auto; }.contact-content h2 { max-width: 720px; font-size: clamp(52px, 6vw, 82px); letter-spacing: -.04em; }.contact-content > p:not(.eyebrow) { max-width: 520px; margin: 21px 0 31px; line-height: 1.6; color: #ffe9e4; }.contact-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 15px; }.email-link { border-bottom: 1px solid rgba(255,255,255,.7); font-size: 14px; overflow-wrap: anywhere; }.contact-details { display: grid; grid-template-columns: minmax(240px, .7fr) 1.25fr; gap: 45px; max-width: 850px; margin-top: 42px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.35); }.contact-detail small { display: block; margin-bottom: 8px; color: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.contact-detail p, .contact-detail address { margin: 0; font: 700 clamp(20px, 2.2vw, 27px)/1.35 "Barlow Condensed", sans-serif; font-style: normal; }.contact-detail p { display: flex; flex-wrap: wrap; gap: 8px 22px; }.contact-detail address { max-width: 400px; font-size: clamp(18px, 1.85vw, 23px); }.contact-detail a:hover { color: var(--yellow); }
.site-footer { padding: 36px max(5vw, 28px); background: var(--ink); color: #f7f3ea; display: flex; justify-content: space-between; align-items: center; gap: 28px; }.site-footer p { margin: 0; font-size: 12px; color: #bbb6ad; }.site-footer .brand-mark { background: var(--yellow); color: var(--ink); }.site-footer .brand small { color: var(--yellow); }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 8; display: flex; align-items: center; gap: 8px; padding: 12px 15px; border-radius: 99px; color: #fff; background: #1f9d57; box-shadow: 0 6px 22px rgba(0,0,0,.25); font-size: 13px; font-weight: 700; }.whatsapp-logo { width: 20px; height: 20px; flex: 0 0 20px; }
@media (max-width: 760px) { .site-header { height: 68px; padding-inline: 20px; }.header-call { display: none; }.menu-toggle { display: block; }.site-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 18px 20px 22px; flex-direction: column; gap: 16px; background: #fffdf8; border-top: 1px solid var(--line); }.site-nav.is-open { display: flex; }.hero-content { padding: 65px 24px 72px; }.trust-bar { justify-content: flex-start; flex-wrap: wrap; gap: 8px 18px; font-size: 9px; }.intro-grid, .promise { grid-template-columns: 1fr; }.intro-grid { gap: 25px; }.promise { gap: 38px; }.section-heading { display: block; }.section-heading > p { margin-top: 18px; }.product-grid { grid-template-columns: 1fr; grid-auto-rows: 265px; }.product-card-large { grid-column: auto; }.more-products-heading { display: block; }.more-products-heading h3 { margin-top: 12px; }.product-category { grid-template-columns: 1fr; gap: 18px; }.more-products-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.more-product-card, .more-product-card img { min-height: 210px; }.gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 185px; }.gallery-feature { grid-column: span 2; grid-row: auto; }.contact-content { padding: 65px 28px; }.contact-details { grid-template-columns: 1fr; gap: 26px; }.site-footer { align-items: flex-start; flex-direction: column; }.floating-whatsapp span { display: none; }.floating-whatsapp { width: 50px; height: 50px; justify-content: center; padding: 0; } }
