:root{
  --red:#c8211f;
  --red-dark:#9e1715;
  --black:#0f0f10;
  --black-soft:#171719;
  --text:#222326;
  --muted:#6e7177;
  --line:#e8e8ea;
  --soft:#f7f7f8;
  --card:#ffffff;
  --radius:24px;
  --radius-sm:16px;
  --shadow:0 16px 45px rgba(0,0,0,.08);
  --shadow-lg:0 28px 80px rgba(0,0,0,.16);
  --max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.65}
h1,h2,h3,h4,h5,h6{font-family:"Playfair Display",Georgia,serif;color:#111;line-height:1.1;margin:0 0 .6em}
p{margin:0 0 1em}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
svg{display:block}
.container{width:min(var(--max),92%);margin-inline:auto}
.section{padding:72px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:28px}
.section-head h2{font-size:clamp(30px,4vw,48px);letter-spacing:-.03em}
.section-head a{font-weight:800;color:var(--red)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.eyebrow.light{color:#f4c6c4}
.screen-reader-text{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
.icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.icon svg{width:1.2rem;height:1.2rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 24px;border-radius:14px;border:1px solid var(--red);background:var(--red);color:#fff!important;font-weight:800;transition:.25s ease;box-shadow:0 10px 24px rgba(200,33,31,.18)}
.btn:hover{transform:translateY(-1px);background:var(--red-dark);border-color:var(--red-dark)}
.btn.btn-outline{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.55);box-shadow:none}
.btn.btn-outline:hover{background:#fff;color:#111!important}
.btn.btn-light{background:#fff;color:#111!important;border-color:#fff;box-shadow:none}
.btn.btn-small{min-height:42px;padding:0 18px;border-radius:12px;font-size:14px}
.topbar{background:linear-gradient(90deg,var(--red-dark),var(--red),#d7302e);color:#fff;font-size:12px}
.topbar-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:36px;gap:10px}
.topbar-inner>span:nth-child(1){justify-self:start}
.topbar-inner>span:nth-child(2){justify-self:center}
.topbar-links,.topbar-links a{display:flex;gap:10px;align-items:center}
.topbar-links{justify-self:end}
.topbar a{opacity:.95}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);box-shadow:0 6px 24px rgba(0,0,0,.05)}
.nav-wrap{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:24px;min-height:86px}
.brand{display:flex;align-items:center;gap:12px;color:#111}
.brand .custom-logo-link{display:block}
.brand .custom-logo{max-height:68px;width:auto}
.brand-mark{display:grid;place-items:center;width:56px;height:56px;border-radius:18px;background:var(--red);color:#fff;font-size:28px;box-shadow:0 14px 30px rgba(200,33,31,.2)}
.brand-text{font-family:Inter,Arial,sans-serif;font-weight:900;font-size:28px;letter-spacing:.03em;text-transform:uppercase;line-height:.9}
.brand-text span{display:block;font-size:10px;font-weight:800;letter-spacing:.18em;color:#5f6064;margin-top:7px}
.header-search{display:flex;align-items:center;justify-self:center;width:min(420px,100%);border:1px solid var(--line);border-radius:14px;background:#f5f5f6;overflow:hidden}
.header-search input{flex:1;border:0;outline:0;background:transparent;min-height:48px;padding:0 16px;font-size:14px}
.header-search button{border:0;background:transparent;padding:0 16px;color:#555;cursor:pointer}
.header-actions{display:flex;align-items:center;gap:12px}
.action-icon{display:inline-flex;align-items:center;gap:10px;color:#242629;font-weight:700;font-size:14px}
.action-icon .icon{width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--red)}
.menu-toggle{display:none;background:transparent;border:0;padding:8px;cursor:pointer}
.menu-toggle span{display:block;width:26px;height:3px;background:#111;border-radius:4px}.menu-toggle span+span{margin-top:5px}
.nav-bottom{border-top:1px solid #f0f0f2;border-bottom:1px solid #f0f0f2;background:#fff}
.nav-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px}
.main-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:30px}
.main-nav a{display:inline-flex;align-items:center;min-height:58px;font-weight:700;font-size:15px;color:#1d1e21;position:relative}
.main-nav .current-menu-item>a,.main-nav a:hover{color:var(--red)}
.main-nav .current-menu-item>a:after,.main-nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:10px;height:2px;background:var(--red)}
.mini-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#2b2c2f}
.mini-link .icon{color:var(--red)}
.hero-v2{position:relative;padding:0;background:#fff}
.hero-v2:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0, rgba(0,0,0,.03) 100%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(300px,580px);gap:42px;align-items:center;padding:56px 0 40px}
.hero-copy h1{font-size:clamp(42px,6vw,76px);letter-spacing:-.05em;margin-bottom:18px}
.hero-copy p{font-size:18px;color:#5d6067;max-width:640px;margin-bottom:24px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.hero-stats div{padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
.hero-stats strong{display:block;font-size:16px;margin-bottom:4px}
.hero-stats span{display:block;font-size:13px;color:var(--muted)}
.hero-photo-card{position:relative;min-height:560px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow-lg);background:#111}
.hero-photo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-photo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(0,0,0,.18),transparent 45%,rgba(0,0,0,.12))}
.floating-card{position:absolute;z-index:3;display:flex;gap:14px;align-items:flex-start;padding:16px 18px;border-radius:20px;background:rgba(17,17,18,.92);color:#fff;box-shadow:var(--shadow)}
.floating-card .icon{width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.08);color:#fff}
.floating-card strong{display:block;font-size:18px;font-family:Inter,Arial,sans-serif;margin-top:2px}
.floating-card small{display:block;color:#dfdfdf;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.fc-1{left:20px;bottom:20px}
.fc-2{right:20px;top:20px;background:rgba(200,33,31,.95)}
.banner-section{padding:10px 0 0}
.banner-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:22px}
.feature-banner{position:relative;min-height:270px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.feature-banner.large{min-height:300px}
.feature-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.feature-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0, rgba(0,0,0,.75) 100%)}
.banner-content{position:absolute;left:26px;right:26px;bottom:24px;z-index:2;color:#fff}
.banner-content span{display:block;margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffd0cf}
.banner-content h3{font-size:28px;color:#fff;margin-bottom:8px}
.banner-content em{font-style:normal;font-weight:700}
.service-strip-wrap{padding:18px 0 0}
.service-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}
.service-strip article{display:flex;gap:14px;align-items:flex-start;padding:22px 24px;border-right:1px solid var(--line)}
.service-strip article:last-child{border-right:0}
.service-strip .icon{width:44px;height:44px;border-radius:14px;background:#fff0f0;color:var(--red)}
.service-strip strong{display:block;font-size:15px}
.service-strip span{display:block;color:var(--muted);font-size:13px}
.category-grid-v2{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.cat-card{display:block;padding:24px;border-radius:22px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);transition:.22s ease}
.cat-card:hover{transform:translateY(-4px)}
.cat-card .icon{width:52px;height:52px;border-radius:16px;background:#fff3f2;color:var(--red);margin-bottom:14px}
.cat-card strong{display:block;font-size:22px}
.cat-card em{display:block;font-style:normal;color:var(--muted);margin-top:6px}
.cat-card.dark{background:#111;color:#fff;border-color:#111}
.cat-card.dark .icon{background:rgba(255,255,255,.08);color:#fff}
.cat-card.dark em{color:#d8d8d9}
.products-section{background:#fafafa}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:22px;margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important;padding:18px!important;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.woocommerce ul.products li.product a img{margin:0 0 14px!important;border-radius:16px;background:#fff}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:Inter,Arial,sans-serif;font-size:18px!important;line-height:1.35;font-weight:800!important;color:#17181a}
.woocommerce ul.products li.product .price{font-size:18px!important;color:var(--black)!important;font-weight:900!important}
.woocommerce ul.products li.product .button{margin-top:10px!important;width:100%;border-radius:12px!important;background:#fff0f0!important;color:var(--red)!important;border:1px solid #f6cccc!important;box-shadow:none!important}
.mock-products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.mock-products article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:var(--shadow)}
.mock-products article div{height:210px;border-radius:16px;background:linear-gradient(145deg,#111,#3c3c42)}
.mock-products h3{font-family:Inter,Arial,sans-serif;font-size:18px;margin:16px 0 6px}
.mock-products p{font-size:14px;color:var(--muted)}
.mock-products strong{display:block;font-size:18px;color:#111}
.story-grid,.global-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.story-photo,.global-photo-card{border-radius:28px;overflow:hidden;box-shadow:var(--shadow-lg)}
.story-photo img,.global-photo-card img{width:100%;height:100%;object-fit:cover}
.story-copy h2,.global-copy h2{font-size:clamp(30px,4vw,52px);letter-spacing:-.035em}
.features-grid-v2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:24px}
.features-grid-v2>div{padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}
.features-grid-v2 .icon{width:46px;height:46px;border-radius:14px;background:#fff0f0;color:var(--red);margin-bottom:12px}
.features-grid-v2 h3{font-family:Inter,Arial,sans-serif;font-size:18px;margin-bottom:6px}
.features-grid-v2 p{font-size:14px;color:var(--muted)}
.global-company-band{background:linear-gradient(120deg,#0f1012 0,#18191d 52%,#24252a 100%);color:#fff}
.global-copy h2{color:#fff}
.global-copy p{color:#dddddf;font-size:17px}
.global-mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.global-mini-cards>div{padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.04)}
.global-mini-cards strong{display:block;font-size:16px;color:#fff;margin-bottom:4px}
.global-mini-cards span{display:block;font-size:13px;color:#d8d8db}
.affiliate-band{background:#111;color:#fff;position:relative;overflow:hidden}
.affiliate-band:before{content:"";position:absolute;right:-140px;top:-120px;width:420px;height:420px;border-radius:50%;background:rgba(200,33,31,.32)}
.affiliate-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(320px,1fr) 300px;gap:34px;align-items:center}
.affiliate-band h2{font-size:clamp(32px,4vw,54px);color:#fff;letter-spacing:-.035em}
.affiliate-band p{font-size:17px;color:#dbdbde}
.commission-card{padding:28px;border-radius:24px;background:#fff;color:#111;box-shadow:var(--shadow-lg);text-align:center}
.commission-card strong{display:block;font-family:Inter,Arial,sans-serif;font-size:50px;color:var(--red);line-height:1}
.commission-card span{display:block;color:var(--muted);margin:10px 0 18px}
.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.faq-grid details{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
.faq-grid summary{font-weight:800;cursor:pointer;list-style:none}
.faq-grid summary::-webkit-details-marker{display:none}
.faq-grid p{margin-top:12px;color:var(--muted)}
.page-hero{position:relative;min-height:420px;display:flex;align-items:flex-end;overflow:hidden;background:#111}
.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86) 0,rgba(0,0,0,.5) 48%,rgba(0,0,0,.18) 100%)}
.page-hero-inner{position:relative;z-index:2;padding:60px 0 48px;color:#fff}
.page-hero .breadcrumbs{display:flex;gap:10px;flex-wrap:wrap;color:#eee;font-size:14px;margin-top:18px}
.page-hero h1{color:#fff;font-size:clamp(40px,5vw,64px);letter-spacing:-.04em;margin-bottom:14px}
.page-hero p{max-width:640px;font-size:18px;color:#f0f0f0}
.content-block{padding:54px 0}
.page-grid{display:grid;grid-template-columns:1fr 340px;gap:28px;align-items:start}
.card{border:1px solid var(--line);background:#fff;border-radius:22px;box-shadow:var(--shadow)}
.card-pad{padding:24px}
.list-clean{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.info-list li{display:flex;gap:14px;align-items:flex-start;padding:10px 0;border-bottom:1px solid #f0f0f2}.info-list li:last-child{border-bottom:0}
.info-list .icon{width:42px;height:42px;border-radius:14px;background:#fff0f0;color:var(--red)}
.metric-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:#111;color:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-lg)}
.metric-strip>div{padding:24px 20px;border-right:1px solid rgba(255,255,255,.08);text-align:center}
.metric-strip>div:last-child{border-right:0}
.metric-strip strong{display:block;font-family:Inter,Arial,sans-serif;font-size:30px;color:#fff;margin-bottom:6px}
.metric-strip span{display:block;font-size:13px;color:#ddd}
.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.cards-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.value-card,.step-card,.support-card,.faq-topic,.mini-product,.review-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:22px;box-shadow:var(--shadow)}
.value-card .icon,.step-card .icon,.support-card .icon,.faq-topic .icon{width:48px;height:48px;border-radius:14px;background:#fff0f0;color:var(--red);margin-bottom:14px}
.value-card h3,.step-card h3,.support-card h3,.faq-topic h3{font-family:Inter,Arial,sans-serif;font-size:18px;margin-bottom:8px}
.value-card p,.step-card p,.support-card p,.faq-topic p,.review-card p{font-size:14px;color:var(--muted)}
.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:24px}
.timeline-item{position:relative;text-align:center;padding-top:20px}
.timeline-item:before{content:"";position:absolute;left:50%;top:0;width:12px;height:12px;border-radius:50%;background:var(--red);transform:translateX(-50%)}
.timeline-item:after{content:"";position:absolute;left:calc(50% + 6px);top:5px;width:100%;height:2px;background:#efc7c7}
.timeline-item:last-child:after{display:none}
.timeline-year{font-weight:800;color:var(--red);margin-bottom:8px}
.gallery-mosaic{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.gallery-tall{border-radius:20px;overflow:hidden;min-height:460px}.gallery-tall img{width:100%;height:100%;object-fit:cover}
.gallery-side{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.gallery-side .small,.gallery-side .wide{border-radius:18px;overflow:hidden}.gallery-side .small img,.gallery-side .wide img{width:100%;height:100%;object-fit:cover}
.gallery-side .wide{grid-column:span 2;min-height:180px}
.shop-hero-mini{padding:50px;border-radius:28px;color:#fff;background:#111;position:relative;overflow:hidden;margin-bottom:24px;min-height:280px;display:flex;align-items:flex-end}
.shop-hero-mini img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.shop-hero-mini:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.84) 0, rgba(0,0,0,.38) 55%, rgba(0,0,0,.06) 100%)}
.shop-hero-mini>*{position:relative;z-index:2}
.shop-hero-mini h1{font-size:clamp(40px,5vw,62px);color:#fff}
.shop-main{padding:34px 0 70px}
.shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin:10px 0 24px;flex-wrap:wrap}
.archive-layout{display:grid;grid-template-columns:280px 1fr;gap:26px;align-items:start}
.filter-card{padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.filter-card h3{font-family:Inter,Arial,sans-serif;font-size:18px;margin-bottom:14px}
.filter-card ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.filter-card li{display:flex;justify-content:space-between;color:#555}
.filter-card .swatches{display:flex;flex-wrap:wrap;gap:10px}.filter-card .swatches span{width:20px;height:20px;border-radius:50%;border:1px solid #ddd;display:block}
.promo-side{margin-top:20px;overflow:hidden;border-radius:20px;color:#fff;position:relative;min-height:240px}.promo-side img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.promo-side:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78))}.promo-side .inner{position:absolute;left:20px;right:20px;bottom:20px;z-index:2}
.product-container .product{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start}
.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none!important;width:auto!important;margin:0!important}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,.woocommerce-product-gallery{border-radius:24px;overflow:hidden}
.woocommerce div.product div.images img{border-radius:24px}
.woocommerce div.product .product_title{font-size:clamp(34px,4vw,52px);letter-spacing:-.03em;margin-bottom:8px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:#111!important;font-size:34px!important;font-weight:900!important;font-family:Inter,Arial,sans-serif}
.woocommerce-product-details__short-description{font-size:15px;color:var(--muted);margin:12px 0 18px}
.woocommerce div.product form.cart{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:18px 0}
.woocommerce .quantity .qty{height:48px;border:1px solid var(--line);border-radius:12px;padding:0 10px}
.woocommerce div.product form.cart .button{height:48px;border-radius:12px!important;padding:0 24px!important;background:var(--red)!important;color:#fff!important}
.product-extra-cta{margin-top:30px;padding:24px 26px;border:1px solid var(--line);border-radius:22px;background:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;box-shadow:var(--shadow)}
.product-extra-cta h2{font-size:28px;margin:0}
.product-extra-cta p{margin:0;color:var(--muted)}
.single-product .woocommerce-tabs ul.tabs{padding:0!important;display:flex;gap:10px;flex-wrap:wrap}.single-product .woocommerce-tabs ul.tabs li{border-radius:12px!important;border:1px solid var(--line)!important;background:#fff!important}.single-product .woocommerce-tabs ul.tabs li.active{background:#fff0f0!important;border-color:#f3c7c7!important}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review-card .stars{color:var(--red);font-size:15px;margin-bottom:10px}
.stats-lite{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.stats-lite .stat{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:center}
.stats-lite strong{display:block;font-size:30px;font-family:Inter,Arial,sans-serif}
.notice-band{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-radius:18px;background:#fff6f6;border:1px solid #f2d5d5}
.notice-band .title{font-weight:800}
.faq-accordion details{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px 20px;box-shadow:var(--shadow)}
.faq-accordion details+details{margin-top:14px}.faq-accordion summary{font-weight:800;cursor:pointer;list-style:none}.faq-accordion summary::-webkit-details-marker{display:none}.faq-accordion p{color:var(--muted);margin-top:10px}
.help-banner{padding:26px;border-radius:22px;background:#111;color:#fff;display:flex;justify-content:space-between;gap:22px;align-items:center;overflow:hidden;position:relative}.help-banner:before{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;background:rgba(200,33,31,.26);border-radius:50%}.help-banner>*{position:relative;z-index:1}.help-banner h3{color:#fff;font-size:32px}
.site-footer{background:linear-gradient(180deg,#111 0,#0b0b0b 100%);color:#fff;margin-top:50px}
.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr .8fr;gap:26px;padding:56px 0 44px}
.footer-brand p{color:#d1d1d4;max-width:360px}
.footer-socials{display:flex;gap:10px;margin-top:18px}.footer-socials a{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.06);color:#fff}.footer-socials a:hover{background:var(--red)}
.footer-grid h3{font-family:Inter,Arial,sans-serif;font-size:16px;color:#fff;margin-bottom:14px}
.footer-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.footer-list a{color:#d6d6d8}.footer-list a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08)}
.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:14px;min-height:56px;color:#a6a7aa;font-size:13px}
.page-main{padding:52px 0}
.page-content h1{font-size:clamp(34px,4vw,56px);letter-spacing:-.03em}
.narrow{width:min(850px,92%);margin-inline:auto}
@media (max-width:1200px){
  .hero-grid,.story-grid,.global-grid,.affiliate-grid,.archive-layout,.page-grid,.product-container .product{grid-template-columns:1fr}
  .banner-grid{grid-template-columns:1fr 1fr}
  .banner-grid .large{grid-column:1/-1}
  .service-strip{grid-template-columns:repeat(2,1fr)}
  .category-grid-v2,.woocommerce ul.products,.mock-products,.cards-4,.cards-3,.timeline,.review-grid,.faq-grid,.stats-lite,.global-mini-cards{grid-template-columns:repeat(2,1fr)}
  .metric-strip{grid-template-columns:repeat(3,1fr)}
  .gallery-mosaic{grid-template-columns:1fr}
}
@media (max-width:980px){
  .nav-wrap{grid-template-columns:auto 1fr auto;gap:14px;padding:10px 0}
  .header-search{order:4;grid-column:1/-1;width:100%}
  .menu-toggle{display:block}
  .nav-bottom{display:none}
  .hero-copy h1,.page-hero h1,.shop-hero-mini h1{font-size:clamp(36px,9vw,54px)}
  .hero-stats,.cards-2{grid-template-columns:1fr}
  .footer-grid,.service-strip,.metric-strip,.cards-4,.cards-3,.category-grid-v2,.woocommerce ul.products,.mock-products,.faq-grid,.review-grid,.stats-lite,.features-grid-v2,.gallery-side{grid-template-columns:1fr}
  .topbar-inner{grid-template-columns:1fr;justify-items:center;padding:8px 0}
  .topbar-links{justify-self:center}
  .footer-bottom-inner{flex-direction:column;justify-content:center;padding:12px 0}
}
@media (max-width:640px){
  .container{width:min(var(--max),94%)}
  .hero-photo-card{min-height:420px}
  .page-hero{min-height:360px}
  .feature-banner,.feature-banner.large{min-height:220px}
  .section{padding:56px 0}
  .btn{width:100%}
  .hero-actions .btn,.product-extra-cta .btn{width:auto}
}


/* =========================================================
   Decorili Exact Style v2
   Inspired by the approved mockups: red topbar, premium header,
   large Algerian landmark hero sections, white cards and black footer.
   ========================================================= */

body{background:#fff}
.site-header{box-shadow:0 8px 24px rgba(0,0,0,.06)}
.topbar{height:34px}
.topbar .icon svg{width:14px;height:14px}
.nav-wrap{min-height:82px}
.brand .custom-logo{max-height:58px}
.header-search{max-width:360px;background:#f6f6f7;border-color:#ededee}
.header-actions .btn{border-radius:10px}
.nav-bottom{display:none}
.main-nav a{min-height:auto}
.site-header .main-nav{display:block}
.site-header .nav-wrap .main-nav{display:flex}
@media (min-width:981px){
  .nav-wrap{grid-template-columns:auto 1fr minmax(260px,360px) auto}
  .nav-wrap .main-nav{justify-self:center}
  .nav-wrap .main-nav ul{gap:28px}
  .nav-bottom{display:none!important}
}
@media (max-width:980px){
  .nav-bottom{border-top:1px solid #eee}
  .nav-bottom[style*="block"]{display:block!important}
  .nav-bottom .main-nav ul{display:grid;gap:6px;padding:18px 0}
  .nav-bottom .main-nav a{min-height:38px}
}

/* Exact mockup-like hero */
.hero-v2{background:#fff}
.hero-v2 .hero-grid{display:block;width:100%;max-width:none;padding:0}
.hero-v2 .container.hero-grid{width:100%;max-width:none}
.hero-v2 .hero-copy{
  min-height:430px;
  display:flex;flex-direction:column;justify-content:center;
  padding:70px max(5vw,48px);
  background:
    linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.46) 46%,rgba(0,0,0,.02) 100%),
    url('../images/about-hero.jpg') center/cover no-repeat;
}
.hero-v2 .hero-copy .eyebrow{display:none}
.hero-v2 .hero-copy h1{
  color:#fff;
  max-width:610px;
  font-size:clamp(40px,4.8vw,62px);
  line-height:1.05;
  letter-spacing:-.03em;
}
.hero-v2 .hero-copy p{color:#fff;max-width:560px}
.hero-v2 .hero-photo-card{display:none}
.hero-stats{display:none}
.hero-actions .btn-outline{color:#fff!important}
.hero-actions .btn{border-radius:8px;min-height:48px}
.banner-section{margin-top:-44px;position:relative;z-index:5}
.service-strip-wrap{padding:0;position:relative;z-index:6}
.service-strip{transform:translateY(-32px)}
.banner-grid{grid-template-columns:repeat(5,1fr);gap:18px}
.feature-banner,.feature-banner.large{min-height:260px;grid-column:auto}
.feature-banner .banner-content h3{font-size:24px}
.section{padding:56px 0}
.section-head h2{font-size:clamp(28px,3vw,42px)}
.products-section{background:#fff}
.mock-products article,.woocommerce ul.products li.product{
  border-radius:14px!important;
  box-shadow:none!important;
  border-color:#e7e7e9!important;
}
.affiliate-band{padding:0;background:#fff}
.affiliate-band .affiliate-grid{
  background:#090909;
  border-radius:18px;
  padding:30px;
}
.affiliate-band:before{display:none}
.site-footer{margin-top:0}
.footer-grid{padding-top:42px}
.page-hero{min-height:350px}
.page-hero h1{font-size:clamp(38px,4.3vw,56px)}
.card,.value-card,.step-card,.support-card,.faq-topic,.review-card,.mini-product{box-shadow:none;border-color:#e8e8ea}
.metric-strip{border-radius:14px}
.help-banner{border-radius:14px}

/* Reference-only exact mockup assets page helper */
.decorili-exact-reference{
  background:#f5f5f5;
  padding:30px 0;
}
.decorili-exact-reference img{
  width:min(1100px,96vw);
  margin:auto;
  border-radius:12px;
  box-shadow:0 24px 80px rgba(0,0,0,.18);
}
