/*
Theme Name: Emmanuel Distribution
Author: XUM Digital
Description: Catálogo mayorista para Emmanuel Distribution Inc, desarrollado por el equipo de XUM Digital.
Version: 1.0.0
Text Domain: emmanuel
*/

:root{--red:#c4161c;--red-dark:#8f0d12;--ink:#17191d;--muted:#676b73;--cream:#f7f3ed;--line:#e6e2dc;--green:#19a45b;--white:#fff;--radius:22px;--shadow:0 18px 50px rgba(22,24,29,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}body.admin-bar .site-header{top:32px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--red);font-size:.76rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:24px;height:2px;background:currentColor}.section{padding:90px 0}.section--soft{background:var(--cream)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.section-heading h2,.page-hero h1{font-size:clamp(2.1rem,4.8vw,4.5rem);line-height:.98;letter-spacing:-.055em;margin:0}.section-heading p{max-width:530px;margin:0;color:var(--muted)}.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex!important;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 24px!important;border:0!important;border-radius:999px!important;background:var(--red)!important;color:#fff!important;font-weight:800!important;transition:.2s ease}.button:hover,.woocommerce a.button:hover{background:var(--red-dark)!important;transform:translateY(-2px)}.button--light{background:#fff!important;color:var(--ink)!important}.button--outline{background:transparent!important;border:1px solid rgba(255,255,255,.55)!important;color:#fff!important}
.topbar{background:var(--ink);color:#fff;font-size:.78rem}.topbar__inner{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar a{font-weight:700}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}.header-inner{height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:44px}.site-logo img{display:block;width:168px;max-height:52px;object-fit:contain}.main-nav ul{display:flex;justify-content:center;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.main-nav a{font-size:.9rem;font-weight:750}.main-nav a:hover{color:var(--red)}.header-actions{display:flex;align-items:center;gap:10px}.header-search{width:230px;position:relative}.header-search input{width:100%;height:42px;border:1px solid var(--line);border-radius:99px;padding:0 42px 0 16px;background:#fafafa}.header-search button{position:absolute;right:4px;top:4px;width:34px;height:34px;border:0;background:none;font-size:18px}.menu-toggle{display:none;border:0;background:none;font-size:25px}
.hero{position:relative;min-height:740px;display:flex;align-items:center;overflow:hidden;background:#111;color:#fff}.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,14,17,.92) 0%,rgba(13,14,17,.62) 48%,rgba(13,14,17,.18) 100%)}.hero__content{position:relative;z-index:2;max-width:730px;padding:100px 0}.hero h1{font-size:clamp(3.2rem,7.7vw,7.2rem);line-height:.86;letter-spacing:-.065em;margin:12px 0 28px}.hero h1 span{color:#f3353d}.hero__lead{font-size:clamp(1rem,1.6vw,1.25rem);max-width:610px;color:rgba(255,255,255,.84);margin:0 0 34px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.hero__stats{display:flex;gap:40px;margin-top:56px}.hero__stat strong{display:block;font-size:1.55rem}.hero__stat span{font-size:.76rem;color:rgba(255,255,255,.64);text-transform:uppercase;letter-spacing:.08em}
.quick-search{position:relative;z-index:3;margin-top:-44px}.quick-search__card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:26px;padding:28px 34px;background:#fff;border-radius:20px;box-shadow:var(--shadow)}.catalog-search{display:flex;gap:8px}.catalog-search input{min-width:0;width:460px;max-width:55vw;height:52px;border:1px solid var(--line);border-radius:999px;padding:0 20px;font-size:1rem}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{position:relative;min-height:210px;padding:18px;border-radius:18px;background:#fff;border:1px solid var(--line);overflow:hidden;transition:.25s}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.category-card img{width:100%;height:118px;object-fit:contain;transition:.3s}.category-card:hover img{transform:scale(1.06)}.category-card h3{font-size:.95rem;line-height:1.2;margin:14px 0 2px}.category-card span{font-size:.75rem;color:var(--muted)}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:16px 16px 18px!important;border:1px solid var(--line);border-radius:20px;background:#fff;transition:.25s}.woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.woocommerce ul.products li.product a img{height:230px;object-fit:contain;margin:0 0 14px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1rem!important;line-height:1.35;color:var(--ink);min-height:2.7em}.woocommerce .price{color:var(--red)!important;font-weight:850}.woocommerce ul.products li.product .button{width:100%;margin-top:10px!important;font-size:.82rem}.catalog-cta{text-align:center;margin-top:34px}.benefits{background:var(--ink);color:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.benefit{padding:30px;border:1px solid rgba(255,255,255,.13);border-radius:20px}.benefit__icon{font-size:30px;color:#ff3d44}.benefit h3{margin:12px 0 6px}.benefit p{margin:0;color:rgba(255,255,255,.65);font-size:.9rem}.story-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.story-visual{position:relative;min-height:520px;border-radius:28px;overflow:hidden;background:url(assets/images/warehouse.jpg) center/cover}.story-visual:after{content:"Memphis, Tennessee";position:absolute;right:20px;bottom:20px;padding:10px 15px;border-radius:99px;background:#fff;font-size:.78rem;font-weight:800}.story-copy h2{font-size:clamp(2.4rem,5vw,5rem);line-height:.95;letter-spacing:-.06em;margin:0 0 25px}.check-list{list-style:none;padding:0;margin:28px 0}.check-list li{padding:10px 0 10px 30px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:900}
.page-hero{padding:90px 0 55px;background:var(--cream)}.page-hero p{max-width:660px;color:var(--muted);font-size:1.05rem}.page-content{padding:70px 0}.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px}.value-card{padding:30px;border-radius:20px;background:var(--cream)}.contact-card{padding:32px;border-radius:22px;background:var(--ink);color:#fff}.contact-card a{color:#fff;font-weight:800}.contact-form{display:grid;gap:14px}.contact-form input,.contact-form textarea{width:100%;padding:15px;border:1px solid var(--line);border-radius:12px;font:inherit}.contact-form textarea{min-height:140px}
.catalog-hero{padding:70px 0 40px;background:var(--cream)}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.woocommerce .woocommerce-ordering select{height:44px;border:1px solid var(--line);border-radius:99px;padding:0 15px}.woocommerce nav.woocommerce-pagination ul{border:0!important}.woocommerce nav.woocommerce-pagination ul li{border:0!important;margin:3px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border-radius:99px!important;min-width:40px}
.single-product div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:65px}.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none!important;width:auto!important}.woocommerce div.product div.images{padding:28px;border:1px solid var(--line);border-radius:24px}.woocommerce div.product .product_title{font-size:clamp(2.1rem,4vw,4rem);line-height:1;letter-spacing:-.05em}.woocommerce div.product .summary .price{font-size:1.35rem}.woocommerce div.product form.cart{display:none!important}.product-request{display:flex;flex-direction:column;gap:12px;margin:26px 0}.product-request .button{width:100%;min-height:58px;font-size:1rem}.product-assurances{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:25px}.assurance{padding:15px 10px;background:var(--cream);border-radius:14px;text-align:center;font-size:.76rem;font-weight:800}.assurance span{display:block;font-size:22px;color:var(--red)}.woocommerce-tabs{grid-column:1/-1}.related.products{grid-column:1/-1;margin-top:50px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-color:var(--line)!important}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:80;display:flex;align-items:center;gap:10px;padding:13px 19px;border-radius:999px;background:var(--green);color:#fff;box-shadow:0 12px 32px rgba(25,164,91,.38);font-weight:850}.whatsapp-float svg{width:24px;fill:currentColor}.site-footer{background:#0e1013;color:#fff;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .8fr;gap:60px}.footer-logo{width:190px;filter:brightness(0) invert(1)}.footer-copy{color:rgba(255,255,255,.6);max-width:430px}.footer-links{list-style:none;padding:0;margin:12px 0}.footer-links li{margin:9px 0}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:.78rem;color:rgba(255,255,255,.52)}
@media(max-width:980px){.header-inner{grid-template-columns:auto auto;justify-content:space-between}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:18px 25px}.main-nav.is-open{display:block}.main-nav ul{align-items:flex-start;flex-direction:column}.header-actions{display:none}.category-grid{grid-template-columns:repeat(3,1fr)}.woocommerce ul.products{grid-template-columns:repeat(3,1fr)!important}.benefit-grid{grid-template-columns:repeat(2,1fr)}.story-grid{gap:35px}.single-product div.product{gap:30px}.topbar__inner span:last-child{display:none}}
@media(max-width:700px){body.admin-bar .site-header{top:46px}.container{width:min(100% - 28px,1180px)}.section{padding:64px 0}.topbar__inner{justify-content:center}.header-inner{height:70px}.site-logo img{width:145px}.hero{min-height:650px}.hero__content{padding:75px 0}.hero h1{font-size:3.65rem}.hero__stats{gap:20px}.quick-search__card{grid-template-columns:1fr;padding:23px}.catalog-search{flex-direction:column}.catalog-search input{width:100%;max-width:none}.section-heading{align-items:start;flex-direction:column}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:190px}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.woocommerce ul.products li.product{padding:11px!important}.woocommerce ul.products li.product a img{height:160px}.benefit-grid,.value-grid{grid-template-columns:1fr}.story-grid,.about-grid,.contact-grid,.single-product div.product{grid-template-columns:1fr}.story-visual{min-height:380px}.product-assurances{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:25px}.footer-bottom{flex-direction:column}.whatsapp-float{right:14px;bottom:14px;padding:14px}.whatsapp-float span{display:none}.page-hero{padding:60px 0 35px}.hero__stat:nth-child(3){display:none}}

/* Refinement pass: cleaner palette, catalog filters and balanced product layouts. */
:root{--cream:#f1f4f6;--line:#e1e5e9;--shadow:0 20px 52px rgba(15,23,32,.09)}
h1,h2,h3,h4,h5,h6,.hero h1,.page-hero h1,.section-heading h2,.story-copy h2,.woocommerce div.product .product_title{letter-spacing:-.012em;line-height:1.04;text-wrap:balance}
p,li,a,button,input,textarea{letter-spacing:0}
.section--soft,.page-hero,.catalog-hero{background:#f1f4f6}

/* Text-only category tiles intentionally avoid missing or inconsistent imagery. */
.category-grid--text{grid-template-columns:repeat(4,1fr);gap:12px}
.category-card--text{min-height:178px;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;background:#fff;border-color:#dde2e6}
.category-card--text:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent 52%,rgba(196,22,28,.055));opacity:0;transition:.3s}
.category-card--text:hover:before{opacity:1}
.category-card--text h3{position:relative;margin:24px 0 3px;font-size:1.2rem;letter-spacing:-.01em}
.category-card__number{position:absolute;left:22px;top:19px;color:#9aa1a8!important;font-size:.72rem!important;font-weight:800;letter-spacing:.12em}
.category-card__meta{position:relative;font-size:.78rem!important;color:var(--muted)!important}
.category-card__arrow{position:absolute;right:18px;top:15px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#f1f4f6;color:var(--ink)!important;font-size:1rem!important;transition:.25s}
.category-card--text:hover .category-card__arrow{background:var(--red);color:#fff!important;transform:rotate(8deg)}

/* Product cards share equal rows so titles and actions align across every grid. */
.woocommerce ul.products{align-items:stretch}
.woocommerce ul.products li.product{display:flex!important;flex-direction:column;height:100%;overflow:hidden}
.woocommerce ul.products li.product>a.woocommerce-LoopProduct-link{display:flex;flex-direction:column;flex:1}
.woocommerce ul.products li.product a img{width:100%;height:245px;background:#f3f5f7;border-radius:13px;object-fit:contain;margin-bottom:18px!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:3.1em;margin:0!important;padding:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.woocommerce ul.products li.product .button{margin-top:18px!important;flex:none}

/* Catalog sidebar and results. */
.catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:34px;align-items:start}
.catalog-results .products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.catalog-sidebar{position:sticky;top:110px;max-height:calc(100vh - 135px);overflow:auto;padding:24px 18px;border:1px solid var(--line);border-radius:20px;background:#fff;scrollbar-width:thin}
.catalog-sidebar__head{padding:0 8px 12px;border-bottom:1px solid var(--line);margin-bottom:8px}
.catalog-sidebar__head .eyebrow{margin-bottom:4px}
.catalog-sidebar__head h2{font-size:1.45rem;margin:0;letter-spacing:-.01em}
.catalog-category-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;border-radius:10px;font-size:.86rem;font-weight:700;color:#4e555d;transition:.18s}
.catalog-category-link small{min-width:30px;padding:2px 7px;text-align:center;border-radius:99px;background:#f1f4f6;color:#7a828a;font-size:.68rem}
.catalog-category-link:hover,.catalog-category-link.is-active{background:#17191d;color:#fff}
.catalog-category-link:hover small,.catalog-category-link.is-active small{background:rgba(255,255,255,.14);color:#fff}
.catalog-toolbar{padding:15px 18px;border-radius:16px;background:#f7f8f9}
.catalog-toolbar p{margin:0;white-space:nowrap}
.catalog-toolbar .catalog-search input{width:340px}

/* Single product: deliberate media canvas, stronger hierarchy and richer details. */
.single-product .page-content{padding-top:58px}
.single-product div.product{grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);gap:72px;align-items:start}
.woocommerce div.product div.images{background:#f2f4f6;border:0;border-radius:28px;padding:34px;min-height:620px;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #e1e5e9}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,.woocommerce div.product div.images .woocommerce-product-gallery__image{width:100%}
.woocommerce div.product div.images img{max-height:550px;object-fit:contain;mix-blend-mode:multiply}
.woocommerce div.product .summary{padding:22px 0}
.woocommerce div.product .product_title{font-size:clamp(2.35rem,4vw,4.55rem);line-height:1.04;margin-bottom:28px}
.woocommerce div.product .woocommerce-product-details__short-description{font-size:1.05rem;color:#50565e;line-height:1.75;margin-bottom:24px}
.product-request .button{box-shadow:0 12px 28px rgba(196,22,28,.2)}
.product-request .button .whatsapp-icon{width:21px;height:21px;fill:currentColor}
.product-request small{color:#626a72}
.product-assurances{gap:12px;margin-top:30px}
.assurance{position:relative;min-height:138px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:19px;background:#f1f4f6;border:1px solid transparent;text-align:left;overflow:hidden;transition:.25s}
.assurance:after{content:"";position:absolute;width:95px;height:95px;border:18px solid rgba(196,22,28,.045);border-radius:50%;right:-34px;top:-40px;transition:.3s}
.assurance:hover{transform:translateY(-4px);border-color:rgba(196,22,28,.15);box-shadow:0 12px 24px rgba(15,23,32,.07)}
.assurance:hover:after{transform:scale(1.22)}
.assurance__icon{display:grid!important;place-items:center;width:32px;height:32px;margin-bottom:auto;border-radius:9px;background:#fff;color:var(--red);font-size:16px!important;box-shadow:0 5px 14px rgba(15,23,32,.07)}
.assurance strong{display:block;font-size:.83rem;line-height:1.2}
.assurance small{display:block;margin-top:4px;color:#717881;font-size:.67rem;line-height:1.35}
.woocommerce div.product .product_meta{margin-top:22px;color:#727982;font-size:.86rem}
.woocommerce div.product .product_meta .posted_in a{display:inline-flex;padding:6px 12px;margin-left:5px;border-radius:99px;background:#17191d;color:#fff;font-weight:750}
.woocommerce-tabs{margin-top:78px;padding:40px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 16px 45px rgba(15,23,32,.06)}
.woocommerce div.product .woocommerce-tabs ul.tabs{margin:0 0 30px!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;padding:0!important;margin-right:28px!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:1.05rem!important}
.woocommerce div.product .woocommerce-tabs .panel{max-width:850px;color:#4b525a;font-size:1rem;line-height:1.82}
.woocommerce div.product .woocommerce-tabs .panel h2{font-size:clamp(1.8rem,3vw,2.7rem);margin:0 0 22px;color:var(--ink)}
.woocommerce div.product .woocommerce-tabs .panel p{margin:0 0 18px}
.related.products{padding-top:30px;border-top:1px solid var(--line)}
.related.products>h2{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:30px}

/* Compact, recognizable WhatsApp control. */
.whatsapp-float{right:22px;bottom:22px;width:58px;height:58px;padding:0;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;box-shadow:0 12px 32px rgba(25,164,91,.35)}
.whatsapp-float .whatsapp-icon{width:28px;height:28px;fill:currentColor}
.whatsapp-tooltip{position:absolute;right:68px;width:max-content;padding:8px 12px;border-radius:9px;background:#17191d;color:#fff;font-size:.75rem;opacity:0;visibility:hidden;transform:translateX(8px);transition:.2s;pointer-events:none}
.whatsapp-float:hover .whatsapp-tooltip{opacity:1;visibility:visible;transform:none}

/* Modern but restrained entrance motion. */
@media(prefers-reduced-motion:no-preference){.has-motion .reveal-section,.has-motion .reveal-item,.has-motion .benefit,.has-motion .story-grid,.has-motion .woocommerce li.product,.has-motion .assurance{opacity:0;transform:translateY(24px);transition:opacity .65s ease var(--reveal-delay,0ms),transform .65s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms)}.has-motion .is-visible{opacity:1!important;transform:none!important}.hero__content>*{animation:hero-in .8s cubic-bezier(.22,1,.36,1) both}.hero__content>*:nth-child(2){animation-delay:.08s}.hero__content>*:nth-child(3){animation-delay:.16s}.hero__content>*:nth-child(4){animation-delay:.24s}.hero__content>*:nth-child(5){animation-delay:.32s}@keyframes hero-in{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}}

@media(max-width:1100px){.category-grid--text{grid-template-columns:repeat(3,1fr)}.catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:22px}.catalog-results .products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.single-product div.product{gap:38px}}
@media(max-width:800px){.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:static;max-height:330px}.catalog-toolbar{align-items:stretch;flex-direction:column}.catalog-toolbar .catalog-search input{width:100%}.single-product div.product{grid-template-columns:1fr}.woocommerce div.product div.images{min-height:420px}.woocommerce-tabs{padding:25px}.category-grid--text{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.category-grid--text{grid-template-columns:1fr}.category-card--text{min-height:130px}.woocommerce ul.products li.product a img{height:170px}.catalog-results .products{gap:10px}.product-assurances{grid-template-columns:1fr}.assurance{min-height:115px}.woocommerce div.product div.images{min-height:340px;padding:18px}.whatsapp-tooltip{display:none}}

/* Category mega menu */
.main-menu{height:82px}
.main-menu>li{height:100%;display:flex;align-items:center}
.mega-menu-trigger{display:flex;align-items:center;gap:7px;height:100%;padding:0;border:0;background:transparent;color:var(--ink);font:inherit;font-size:.9rem;font-weight:750;cursor:pointer}
.mega-menu-trigger>svg{width:10px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .2s}
.mega-menu-item.is-open .mega-menu-trigger{color:var(--red)}
.mega-menu-item.is-open .mega-menu-trigger>svg{transform:rotate(180deg)}
.mega-menu{position:absolute;left:0;right:0;top:100%;z-index:70;padding:0;background:#fff;border-top:1px solid var(--line);box-shadow:0 28px 55px rgba(15,23,32,.14);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .22s,transform .22s,visibility .22s}
.mega-menu-item.is-open .mega-menu{opacity:1;visibility:visible;transform:none}
.mega-menu__inner{display:grid;grid-template-columns:270px minmax(0,1fr);gap:42px;padding-top:30px;padding-bottom:32px}
.mega-menu__intro{padding:8px 28px 8px 0;border-right:1px solid var(--line)}
.mega-menu__intro h2{margin:3px 0 12px;font-size:1.65rem;line-height:1.08}
.mega-menu__intro>p:not(.eyebrow){margin:0;color:var(--muted);font-size:.83rem;line-height:1.55}
.mega-menu__all{display:inline-flex!important;align-items:center;gap:8px;margin-top:20px;color:var(--red)!important;font-size:.82rem!important;font-weight:850!important}
.mega-menu__all span{transition:transform .2s}.mega-menu__all:hover span{transform:translateX(4px)}
.mega-menu__categories{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px 10px;max-height:360px;overflow:auto;padding-right:5px;scrollbar-width:thin}
.mega-category{display:flex!important;align-items:center;gap:10px;padding:9px;border-radius:11px;color:#353a40!important;font-size:.78rem!important;transition:.18s}
.mega-category:hover{background:#f1f4f6;color:var(--red)!important}
.mega-category__icon{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#f1f4f6;color:var(--red);transition:.18s}
.mega-category:hover .mega-category__icon{background:#fff;box-shadow:0 5px 15px rgba(15,23,32,.08)}
.mega-category__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mega-category strong,.mega-category small{display:block;line-height:1.2}.mega-category strong{font-size:.78rem}.mega-category small{margin-top:3px;color:#8a9198;font-size:.62rem;font-weight:600}
.mobile-nav-search{display:none}

/* Accessible mobile header and category accordion. */
@media(max-width:980px){
 body.nav-open{overflow:hidden}
 .header-inner{grid-template-columns:auto auto;gap:16px}
 .menu-toggle{position:relative;z-index:82;display:grid;place-items:center;width:44px;height:44px;padding:0;border-radius:50%;background:#f1f4f6}
 .menu-toggle__lines,.menu-toggle__lines:before,.menu-toggle__lines:after{display:block;width:20px;height:2px;background:var(--ink);transition:.25s}
 .menu-toggle__lines{position:relative}.menu-toggle__lines:before,.menu-toggle__lines:after{content:"";position:absolute;left:0}.menu-toggle__lines:before{top:-6px}.menu-toggle__lines:after{top:6px}
 .menu-toggle.is-open .menu-toggle__lines{background:transparent}.menu-toggle.is-open .menu-toggle__lines:before{top:0;transform:rotate(45deg)}.menu-toggle.is-open .menu-toggle__lines:after{top:0;transform:rotate(-45deg)}
 .main-nav{display:block;position:fixed;top:100%;right:0;left:0;height:calc(100vh - 70px);background:#fff;padding:18px 20px 36px;overflow:auto;opacity:0;visibility:hidden;transform:translateX(100%);transition:opacity .25s,transform .3s cubic-bezier(.22,1,.36,1),visibility .25s}
 .main-nav.is-open{opacity:1;visibility:visible;transform:none}
 .main-nav .main-menu{height:auto;display:flex;align-items:stretch;gap:0}
 .main-menu>li{height:auto;display:block;border-bottom:1px solid var(--line)}
 .main-menu>li>a,.mega-menu-trigger{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:800}
 .mega-menu{position:static;padding:0;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none}
 .mega-menu-item.is-open .mega-menu{display:block}
 .mega-menu__inner{width:100%;display:block;padding:0 0 18px}
 .mega-menu__intro{padding:4px 0 16px;border:0}.mega-menu__intro h2,.mega-menu__intro>p{display:none}.mega-menu__intro .eyebrow{display:none}.mega-menu__all{margin:0 0 10px!important;padding:10px 12px;border-radius:10px;background:#17191d;color:#fff!important}
 .mega-menu__categories{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;overflow:visible;gap:7px}
 .mega-category{padding:10px 8px!important;background:#f7f8f9}
 .mega-category__icon{background:#fff}
 .mobile-nav-search{display:block;margin-top:22px}
 .mobile-nav-search .catalog-search{display:flex;flex-direction:row}.mobile-nav-search .catalog-search input{width:100%;max-width:none}.mobile-nav-search .catalog-search .button{width:52px;min-width:52px;padding:0!important;font-size:0}.mobile-nav-search .catalog-search .button:before{content:"⌕";font-size:24px}
}
@media(max-width:520px){.mega-menu__categories{grid-template-columns:1fr}.mega-category{min-height:54px}.site-logo img{width:138px}}

/* 2026 visual system: quieter type, stronger rhythm, purposeful controls. */
:root{--ink:#11161d;--muted:#65707a;--cream:#f3f5f6;--line:#dfe5e9;--red:#c5161d;--red-dark:#991017;--green:#16a05a;--shadow:0 24px 70px rgba(17,22,29,.11);--radius:24px}
body{font-size:16px;background:#fff}
.container{width:min(1240px,calc(100% - 56px))}
h1,h2,h3,h4,h5,h6{font-weight:800}
.eyebrow{font-size:.68rem;letter-spacing:.14em;margin-bottom:16px}
.eyebrow:before{width:20px}
.section{padding:112px 0}
.section-heading{margin-bottom:42px}
.section-heading h2,.page-hero h1{font-size:clamp(2.45rem,4vw,4.65rem);letter-spacing:-.055em;line-height:.98}
.section-heading p{font-size:.98rem;line-height:1.7}
.button{min-height:52px;padding:0 23px!important;font-size:.87rem!important;letter-spacing:.01em}
.button__arrow{font-size:1.2em;line-height:1;transition:transform .2s}
.button:hover .button__arrow{transform:translateX(4px)}
.button--dark{background:var(--ink)!important}
.button--dark:hover{background:#2b333c!important}
.button--light{background:#fff!important;color:var(--ink)!important}

body.home .site-header{position:absolute;top:0;left:0;right:0;background:linear-gradient(180deg,rgba(8,12,17,.58),transparent);border-bottom-color:rgba(255,255,255,.13);color:#fff}
body.home .main-nav a,body.home .mega-menu-trigger{color:#fff}
body.home .main-nav a:hover,body.home .mega-menu-trigger:hover{color:#ff4a50}
body.home .header-search input{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.32);color:#fff}
body.home .header-search input::placeholder{color:rgba(255,255,255,.78)}
body.home .header-search button{color:#fff}
body.home .site-logo img{filter:brightness(0) invert(1)}
.site-header{transition:background .25s,border-color .25s;box-shadow:none}
.header-inner{height:78px;grid-template-columns:190px 1fr 240px;gap:24px}
.site-logo img{width:164px}
.main-nav ul{gap:34px}
.main-nav a,.mega-menu-trigger{font-size:.86rem}
.header-search{width:240px}
.header-search input{height:44px;padding:0 44px 0 17px}
.header-search button{top:5px;right:5px;width:34px;height:34px;display:grid;place-items:center;color:var(--ink);cursor:pointer}
.header-search button svg,.search-submit__icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mega-menu{top:100%}

.hero{min-height:760px;align-items:center}
.hero:after{display:none}
.hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,11,15,.88),rgba(7,11,15,.5) 52%,rgba(7,11,15,.2))}
.hero__content{max-width:900px;margin-inline:auto;padding:128px 0 100px;text-align:center}
.hero .eyebrow{justify-content:center;color:#ff4c53}
.hero h1{font-size:clamp(3.6rem,6.4vw,6.4rem);line-height:.94;letter-spacing:-.065em;margin:14px 0 28px}
.hero__lead{max-width:720px;margin:0 auto 32px;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.65}
.hero__actions{justify-content:center}
.hero__stats{justify-content:center;gap:68px;margin-top:54px}
.hero__stat{text-align:left;padding-left:20px;border-left:1px solid rgba(255,255,255,.32)}
.hero__stat strong{font-size:1.35rem;line-height:1.2}
.hero__stat span{font-size:.66rem;letter-spacing:.12em}
.hero__scroll{position:absolute;z-index:2;right:28px;bottom:38px;display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.65);font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;writing-mode:vertical-rl}
.hero__scroll span{width:1px;height:38px;background:rgba(255,255,255,.55)}

.quick-search{margin-top:-46px}
.quick-search__card{grid-template-columns:minmax(260px,.75fr) minmax(0,1fr);gap:32px;padding:22px 24px 22px 28px;border:1px solid rgba(17,22,29,.06);border-radius:20px}
.quick-search__intro{display:flex;align-items:center;gap:14px}
.quick-search__intro strong,.quick-search__intro small{display:block}
.quick-search__intro strong{font-size:.94rem}
.quick-search__intro small{margin-top:4px;color:var(--muted);font-size:.78rem}
.quick-search__mark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--ink);color:#fff;flex:none}
.quick-search__mark svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.quick-search .catalog-search{justify-content:flex-end}
.quick-search .catalog-search input{width:100%;max-width:none;background:#f8fafb}
.catalog-search input:focus,.header-search input:focus,.contact-form input:focus,.contact-form textarea:focus{outline:3px solid rgba(197,22,29,.14);border-color:var(--red)}
.search-submit{flex:0 0 auto;min-width:154px}
.search-submit__icon{display:none}

.section--soft{background:var(--cream)}
.category-grid--text{grid-template-columns:repeat(4,1fr);gap:14px}
.category-card--text{min-height:204px;padding:24px;background:#fff;border:1px solid transparent;border-radius:18px}
.category-card--text:hover{border-color:var(--red);transform:translateY(-6px);box-shadow:0 18px 38px rgba(17,22,29,.1)}
.category-card--text:before{background:linear-gradient(145deg,transparent 45%,rgba(197,22,29,.07))}
.category-card__number{left:24px;top:22px;color:#a4adb5!important}
.category-card__icon{position:absolute;top:20px;right:20px;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#f3f5f6;color:var(--red);transition:.25s}
.category-card__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.category-card--text:hover .category-card__icon{background:var(--red);color:#fff;transform:rotate(-5deg)}
.category-card--text h3{margin:0 0 4px;font-size:1.24rem}
.category-card__meta{font-size:.78rem!important}
.category-card__arrow{right:22px;top:auto;bottom:22px;width:30px;height:30px;background:transparent;color:#8d969e!important}
.category-card--text:hover .category-card__arrow{background:var(--red)}

.catalog-showcase{background:#fff}
.catalog-filters{display:flex;gap:9px;overflow:auto;padding:2px 0 20px;scrollbar-width:none}
.catalog-filters::-webkit-scrollbar{display:none}
.catalog-filter{border:1px solid var(--line);border-radius:99px;background:#fff;color:var(--muted);padding:9px 16px;font:inherit;font-size:.77rem;font-weight:750;white-space:nowrap;cursor:pointer;transition:.2s}
.catalog-filter:hover,.catalog-filter.is-active{border-color:var(--ink);background:var(--ink);color:#fff}
.products-carousel{position:relative;display:flex;align-items:center;gap:16px}
.products-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/4);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 2px 16px;width:100%}
.products-carousel__track::-webkit-scrollbar{display:none}
.product-carousel-card{scroll-snap-align:start;min-width:0;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;transition:.25s}
.product-carousel-card:hover{transform:translateY(-5px);border-color:transparent;box-shadow:var(--shadow)}
.product-carousel-card.is-filtered-out{display:none}
.product-card__image{position:relative;display:grid;place-items:center;height:248px;padding:20px;background:#f4f6f7;overflow:hidden}
.product-card__image img{width:100%;height:100%;object-fit:contain;margin:0!important;transition:.3s}
.product-carousel-card:hover .product-card__image img{transform:scale(1.04)}
.product-card__quick{position:absolute;right:12px;top:12px;padding:6px 9px;border-radius:99px;background:#fff;color:var(--ink);font-size:.65rem;font-weight:800;opacity:0;transform:translateY(-5px);transition:.2s}
.product-carousel-card:hover .product-card__quick{opacity:1;transform:none}
.product-card__body{padding:18px 18px 19px}
.product-card__category{margin:0 0 8px;color:var(--red);font-size:.64rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.product-card__body h3{min-height:2.7em;margin:0;font-size:.94rem;line-height:1.35}
.product-card__body h3 a:hover{color:var(--red)}
.product-card__link{display:block;margin-top:18px;color:var(--muted);font-size:.72rem;font-weight:800}
.product-card__link span{color:var(--red);font-size:1.1em}
.carousel-control{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:1.1rem;cursor:pointer;transition:.2s;z-index:2}
.carousel-control:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.carousel-progress{height:2px;margin:4px 58px 0;background:#e8ecef;overflow:hidden}
.carousel-progress span{display:block;width:25%;height:100%;background:var(--red);transition:.25s}
.catalog-cta{margin-top:32px}

.benefits{background:var(--ink);color:#fff}
.benefits .section-heading p{color:rgba(255,255,255,.62)}
.benefits .eyebrow{color:#ff4c53}
.accent-text{color:var(--red)}
.benefits .accent-text{color:#ff4c53}
.benefit-grid{gap:12px}
.benefit{position:relative;min-height:260px;padding:26px 24px 25px;border-color:rgba(255,255,255,.12);border-radius:18px;overflow:hidden;transition:.25s}
.benefit:hover{background:#1a2027;border-color:rgba(255,255,255,.28);transform:translateY(-5px)}
.benefit__icon{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.1);color:#ff4c53}
.feature-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.benefit__number{position:absolute;right:23px;top:27px;color:rgba(255,255,255,.3);font-size:.68rem;font-weight:800;letter-spacing:.12em}
.benefit h3{margin:58px 0 7px;font-size:1.05rem}
.benefit p{line-height:1.65}
.benefits-intro{max-width:400px!important}
.story-section{background:#fff}
.story-grid{gap:92px}
.story-visual{min-height:560px;border-radius:26px;box-shadow:0 18px 50px rgba(17,22,29,.12)}
.story-visual__badge{position:absolute;right:20px;bottom:20px;padding:10px 14px;border-radius:99px;background:#fff;font-size:.7rem;font-weight:800;box-shadow:0 10px 24px rgba(17,22,29,.12)}
.story-visual:after{display:none}
.story-copy h2{font-size:clamp(2.35rem,4vw,4.4rem);line-height:1.02;margin-bottom:25px}
.story-copy>p:not(.eyebrow){color:var(--muted);line-height:1.8}
.check-list{margin:28px 0 30px}
.check-list li{padding:9px 0 9px 31px;color:#39434d}
.check-list li:before{content:"";top:16px;width:16px;height:16px;border-radius:50%;background:var(--red)}
.check-list li:after{content:"";position:absolute;left:5px;top:20px;width:6px;height:3px;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(-45deg)}

.footer-cta{padding:56px 0;background:var(--red);color:#fff}
.footer-cta .eyebrow{color:#fff}
.footer-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-cta h2{margin:0;font-size:clamp(2rem,3.7vw,3.5rem);letter-spacing:-.05em;line-height:.98}
.footer-cta .button:hover{background:#f6f7f8!important}
.site-footer{padding:72px 0 23px;background:#0d1116}
.footer-grid{grid-template-columns:1.45fr .75fr .85fr .85fr;gap:48px}
.footer-logo{width:176px}
.footer-copy{max-width:330px;margin:20px 0 24px;font-size:.88rem;line-height:1.7}
.footer-column>strong{display:block;color:#fff;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}
.footer-links{margin-top:19px}
.footer-links li{margin:0}
.footer-links a{display:flex;justify-content:space-between;gap:8px;padding:7px 0;color:rgba(255,255,255,.62);font-size:.84rem;transition:.18s}
.footer-links a:hover,.footer-map-link:hover{color:#fff}
.footer-links a span{color:#ff4c53}
.footer-column--last p{color:rgba(255,255,255,.62);font-size:.84rem;line-height:1.7}
.footer-map-link{display:inline-flex;gap:8px;margin-top:12px;color:#fff;font-size:.76rem;font-weight:800}
.footer-map-link span{color:#ff4c53}
.footer-contact-pill{display:flex;align-items:center;gap:10px}
.footer-contact-pill__icon{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:.55rem}
.footer-contact-pill small,.footer-contact-pill a{display:block}
.footer-contact-pill small{color:rgba(255,255,255,.45);font-size:.65rem}
.footer-contact-pill a{color:#fff;font-size:.82rem;font-weight:750}
.footer-bottom{margin-top:60px;padding-top:18px;border-top-color:rgba(255,255,255,.12);font-size:.7rem}

.page-hero{padding:108px 0 72px;background:var(--cream)}
.page-hero h1{max-width:900px}
.page-hero> .container>p:not(.eyebrow){max-width:670px;margin:23px 0 0;color:var(--muted);font-size:1.05rem}
.page-hero__meta{display:flex;gap:12px;margin-top:42px;color:#8c969f;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}
.page-hero__meta span:first-child{color:var(--red);font-weight:850}
.about-content,.contact-content{padding-top:96px}
.about-grid,.contact-grid{gap:88px}
.about-copy h2{margin:0 0 22px;font-size:clamp(2.2rem,3.7vw,4.1rem);line-height:1.02;letter-spacing:-.055em}
.about-copy>p:not(.eyebrow){color:var(--muted);line-height:1.8;margin-bottom:28px}
.about-visual{min-height:510px}
.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:72px;padding-top:26px;border-top:1px solid var(--line)}
.about-stats strong,.about-stats span{display:block}
.about-stats strong{font-size:2rem;letter-spacing:-.04em}
.about-stats span{margin-top:3px;color:var(--muted);font-size:.75rem}
.values-section{background:var(--cream)}
.value-grid{gap:14px;margin-top:0}
.value-card{position:relative;min-height:260px;padding:27px 26px;background:#fff;border:1px solid transparent;border-radius:18px;transition:.25s}
.value-card:hover{border-color:var(--red);transform:translateY(-5px);box-shadow:0 18px 35px rgba(17,22,29,.08)}
.value-card__index{position:absolute;right:24px;top:24px;color:#a3adb5;font-size:.68rem;font-weight:800}
.value-card .eyebrow{font-size:.62rem}
.value-card h3{margin:40px 0 10px;font-size:1.3rem}
.value-card>p:last-child{margin:0;color:var(--muted);font-size:.86rem;line-height:1.7}
.contact-card{padding:38px;background:var(--ink);border-radius:22px;box-shadow:var(--shadow)}
.contact-card__top{display:flex;align-items:center;justify-content:space-between}
.contact-card__top .eyebrow{margin:0;color:#ff4c53}
.contact-card__icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:rgba(255,255,255,.1);color:#ff4c53}
.contact-card h2,.contact-form-wrap h2{font-size:clamp(2rem,3.2vw,3.5rem);line-height:1.02;letter-spacing:-.05em}
.contact-card h2{margin:62px 0 16px}
.contact-card>p:not(.eyebrow){color:rgba(255,255,255,.65);font-size:.9rem}
.contact-phone{display:flex;justify-content:space-between;margin:30px 0 8px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.16);color:#fff!important;font-size:1.2rem}
.contact-phone span{color:#ff4c53}
.contact-location{font-size:.78rem!important}
.contact-card .button{margin-top:22px}
.contact-form-wrap{padding-top:15px}
.contact-form-intro{max-width:420px;color:var(--muted);font-size:.92rem}
.contact-form{gap:17px;margin-top:30px}
.contact-form label span{display:block;margin-bottom:7px;color:var(--ink);font-size:.75rem;font-weight:800}
.contact-form label em{margin-left:5px;color:#9ba4ab;font-style:normal;font-weight:500}
.contact-form input,.contact-form textarea{padding:14px 16px;border-color:var(--line);border-radius:11px;font-size:.88rem}
.contact-form textarea{min-height:132px;resize:vertical}
.contact-form .button{justify-self:start}

.catalog-hero{padding:70px 0 47px;background:var(--cream)}
.catalog-hero h1{max-width:820px;font-size:clamp(2.7rem,5vw,5.5rem);letter-spacing:-.06em;line-height:.96}
.catalog-hero> .container>p:last-child{max-width:620px;margin-top:18px;color:var(--muted)}
.catalog-toolbar{padding:13px 16px;margin-bottom:30px;border:1px solid var(--line);border-radius:15px;background:#fff}
.catalog-toolbar .catalog-search input{height:44px;width:350px}
.catalog-toolbar .button{min-height:44px}
.catalog-sidebar{top:98px;border-radius:17px}

.single-product .page-content{padding-top:78px}
.single-product div.product{gap:78px}
.woocommerce div.product div.images{padding:18px;min-height:600px;border-radius:24px;background:#f3f5f6}
.woocommerce div.product div.images .woocommerce-product-gallery__image{background:#f3f5f6;border-radius:17px}
.woocommerce div.product div.images img{max-height:540px}
.woocommerce div.product div.images .flex-control-thumbs{display:flex;gap:9px;margin-top:13px}
.woocommerce div.product div.images .flex-control-thumbs li{width:60px!important;height:60px;padding:5px;border:1px solid var(--line);border-radius:10px;background:#fff;opacity:.65}
.woocommerce div.product div.images .flex-control-thumbs li.flex-active{border-color:var(--red);opacity:1}
.woocommerce div.product div.images .flex-control-thumbs img{height:100%;object-fit:contain}
.product-kicker{display:inline-flex;align-items:center;gap:9px;margin:0 0 18px;color:var(--red);font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.product-kicker__icon{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f3f5f6}
.product-kicker__icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.woocommerce div.product .summary{padding:14px 0}
.woocommerce div.product .product_title{max-width:600px;font-size:clamp(2.45rem,4.25vw,4.6rem);letter-spacing:-.06em}
.woocommerce div.product .woocommerce-product-details__short-description{max-width:590px;font-size:.98rem;line-height:1.8}
.product-request{max-width:590px}
.product-request .button{box-shadow:0 12px 24px rgba(197,22,29,.2)}
.product-assurances{max-width:590px}
.assurance{min-height:145px;padding:17px;border:1px solid transparent;border-radius:16px}
.woocommerce div.product .product_meta{max-width:590px;margin-top:25px}
.woocommerce div.product .product_meta .posted_in{display:none}
.woocommerce-tabs{margin-top:90px;padding:42px 0;border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none}
.woocommerce div.product .woocommerce-tabs ul.tabs{margin-bottom:25px!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:1rem!important;font-weight:800}
.woocommerce div.product .woocommerce-tabs .panel{max-width:800px;font-size:.95rem;line-height:1.9}
.woocommerce div.product .woocommerce-tabs .panel>h2:first-child{display:none}
.related.products{padding-top:42px}
.related.products>h2{font-size:clamp(2.2rem,3.8vw,4rem)}
.whatsapp-float{width:58px;height:58px;right:24px;bottom:24px;border:3px solid #fff;background:var(--green);box-shadow:0 11px 28px rgba(22,160,90,.36)}
.whatsapp-float:hover{transform:translateY(-3px);background:#118b4d}
.whatsapp-float .whatsapp-icon{width:27px;height:27px}

@media(max-width:1100px){.header-inner{grid-template-columns:170px 1fr 210px}.main-nav ul{gap:21px}.category-grid--text{grid-template-columns:repeat(3,1fr)}.products-carousel__track{grid-auto-columns:calc((100% - 32px)/3)}.story-grid{gap:54px}.footer-grid{gap:26px}.single-product div.product{gap:42px}}
@media(max-width:980px){body.home .site-header{position:absolute}.header-inner{grid-template-columns:auto auto;height:72px}.header-actions{display:none}.main-nav{top:72px}.body.home .main-nav a{color:var(--ink)}.hero{min-height:700px}.hero__content{padding-top:115px}.hero__scroll{display:none}.benefit-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-column--last{display:none}}
@media(max-width:980px){body.home .main-nav{background:#fff}body.home .main-nav a,body.home .mega-menu-trigger{color:var(--ink)}body.home .main-nav a:hover,body.home .mega-menu-trigger:hover{color:var(--red)}}
@media(max-width:700px){.container{width:min(100% - 32px,1240px)}.section{padding:78px 0}.section-heading{gap:15px;margin-bottom:27px}.section-heading h2,.page-hero h1{font-size:clamp(2.25rem,10vw,3.35rem)}.hero{min-height:710px}.hero__content{padding:118px 0 80px}.hero h1{font-size:clamp(3.1rem,15vw,5rem);line-height:.94}.hero__lead{font-size:.96rem}.hero__stats{gap:17px;margin-top:38px}.hero__stat{padding-left:10px}.hero__stat strong{font-size:1.1rem}.hero__stat span{font-size:.57rem}.quick-search{margin-top:-30px}.quick-search__card{grid-template-columns:1fr;gap:18px;padding:20px}.quick-search .catalog-search{display:flex}.quick-search .catalog-search input{height:48px}.search-submit{min-width:52px;width:52px;padding:0!important}.search-submit__label{display:none}.search-submit__icon{display:grid;place-items:center}.category-grid--text{grid-template-columns:repeat(2,1fr)}.category-card--text{min-height:174px;padding:19px}.category-card__icon{top:17px;right:17px;width:37px;height:37px}.category-card--text h3{font-size:1.05rem}.products-carousel{gap:0}.carousel-control{position:absolute;top:-55px}.carousel-control--prev{right:50px}.carousel-control--next{right:0}.products-carousel__track{grid-auto-columns:calc(82%)}.product-card__image{height:220px}.carousel-progress{margin-inline:0}.footer-cta{padding:44px 0}.footer-cta__inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:34px 22px}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;gap:5px;margin-top:40px}.story-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:38px}.story-visual,.about-visual{min-height:400px}.about-stats{margin-top:46px}.about-stats strong{font-size:1.55rem}.value-grid{grid-template-columns:1fr}.contact-card{padding:28px}.contact-card h2{margin-top:46px}.contact-form-wrap{padding-top:0}.catalog-hero{padding:60px 0 34px}.catalog-toolbar{align-items:stretch;flex-direction:column}.catalog-toolbar .catalog-search input{width:100%}.single-product .page-content{padding-top:48px}.single-product div.product{grid-template-columns:1fr;gap:30px}.woocommerce div.product div.images{min-height:390px}.woocommerce div.product .product_title{font-size:clamp(2.4rem,11vw,4rem)}.woocommerce-tabs{margin-top:60px;padding-top:30px}.product-assurances{grid-template-columns:1fr}.assurance{min-height:116px}}
@media(max-width:480px){.category-grid--text{grid-template-columns:1fr}.category-card--text{min-height:138px}.category-card__icon{width:34px;height:34px}.category-card__number{top:18px;left:18px}.category-card__arrow{right:18px;bottom:18px}.footer-grid{grid-template-columns:1fr}.footer-brand,.footer-column--last{grid-column:auto}.hero__stat:nth-child(3){display:none}.hero__stats{justify-content:space-around}.hero__actions{flex-direction:column}.hero__actions .button{width:100%}}
.footer-contact-pill__icon .whatsapp-icon{width:16px;height:16px;fill:#fff}
.assurance__icon .feature-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* Final home refinement: compact editorial hierarchy and stable controls. */
body.home .site-header{position:sticky;top:0;left:auto;right:auto;background:rgba(255,255,255,.52);border-bottom:1px solid rgba(17,22,29,.1);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:var(--ink)}
body.home .site-logo img{filter:none}
body.home .main-nav a,body.home .mega-menu-trigger{color:var(--ink)}
body.home .main-nav a:hover,body.home .mega-menu-trigger:hover{color:var(--red)}
body.home .header-search input{background:rgba(255,255,255,.72);border-color:rgba(17,22,29,.16);color:var(--ink)}
body.home .header-search input::placeholder{color:#6f7880}
body.home .header-search button{color:var(--ink)}
.hero:after{display:none}
.hero h1,.section-heading h2,.page-hero h1,.story-copy h2,.about-copy h2,.contact-card h2,.contact-form-wrap h2,.catalog-hero h1,.woocommerce div.product .product_title{font-weight:700}
.hero h1{font-size:clamp(2.95rem,5.25vw,5.35rem);line-height:.97;margin-top:12px}
.section-heading h2,.page-hero h1{font-size:clamp(2rem,3.1vw,3.6rem);line-height:1.02}
.story-copy h2{font-size:clamp(2.15rem,3.4vw,3.75rem)}
.about-copy h2,.contact-card h2,.contact-form-wrap h2{font-size:clamp(2rem,3.2vw,3.35rem)}
.catalog-hero h1{font-size:clamp(2.35rem,4vw,4.35rem)}
.woocommerce div.product .product_title{font-size:clamp(2.15rem,3.45vw,3.8rem)}
.category-grid--text{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.category-card--text{min-height:148px;padding:18px;border-radius:17px}
.category-card--text h3{font-size:1.05rem;margin:0 0 3px}
.category-card__number{display:none!important}
.category-card__icon{top:16px;right:16px;width:36px;height:36px;border-radius:11px}
.category-card__icon svg{width:18px;height:18px}
.category-card__arrow{right:17px;bottom:17px}
.catalog-filters{justify-content:center;flex-wrap:wrap;overflow:visible;max-width:1040px;margin:0 auto 15px;padding-bottom:7px}
.catalog-filter{font-size:.7rem;padding:8px 13px}
.product-carousel-card,.product-carousel-card:hover{transform:none;box-shadow:none;border-color:var(--line)}
.product-carousel-card:hover{border-color:#c8d0d6}
.product-card__quick{display:none}
.products-carousel__track{padding:4px 1px 13px}
.footer-logo{filter:none}
.site-footer{background:#f3f5f6;color:var(--ink)}
.footer-copy{color:var(--muted)}
.footer-column>strong{color:var(--ink)}
.footer-links a{color:#65707a}
.footer-links a:hover,.footer-map-link:hover{color:var(--ink)}
.footer-column--last p{color:#65707a}
.footer-map-link{color:var(--ink)}
.footer-bottom{border-top-color:#d9e0e5;color:#7b858d}
.footer-bottom a{color:var(--ink)}
.footer-contact-pill{display:none}

@media(max-width:980px){body.home .site-header{position:sticky;background:rgba(255,255,255,.75);color:var(--ink)}body.home .site-logo img{filter:none}.category-grid--text{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;max-width:none;margin-bottom:15px;padding-bottom:10px}}
@media(max-width:700px){.hero h1{font-size:clamp(2.8rem,12vw,4.1rem)}.section-heading h2,.page-hero h1{font-size:clamp(2rem,9vw,3rem)}.category-grid--text{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card--text{min-height:132px;padding:16px}.category-card--text h3{font-size:.98rem}.category-card__icon{width:33px;height:33px}.category-card__arrow{right:15px;bottom:15px}.products-carousel__track{grid-auto-columns:calc(82%)}.footer-bottom{justify-content:center;text-align:center}}
@media(max-width:480px){.category-grid--text{grid-template-columns:1fr}.category-card--text{min-height:118px}}

/* Final polish: branded hero state, in-flow category icons, and lighter footer CTA. */
body.home .site-header:not(.is-scrolled){background:linear-gradient(180deg,rgba(0,0,0,.20) 0%,rgba(0,0,0,.08) 68%,transparent 100%);backdrop-filter:none;-webkit-backdrop-filter:none}
.site-logo__hero{display:none!important}
.site-logo__default{display:block!important}
body.home .site-header:not(.is-scrolled) .site-logo__hero{display:block!important}
body.home .site-header:not(.is-scrolled) .site-logo__default{display:none!important}
body.home .site-header.is-scrolled .site-logo__hero{display:none!important}
body.home .site-header.is-scrolled .site-logo__default{display:block!important}
.hero__scroll{display:none!important}
.category-card--text{display:flex;flex-direction:column;justify-content:flex-end}
.category-card__icon{position:static;align-self:flex-start;margin:0 0 10px;width:29px;height:29px}
.category-card__icon svg{width:15px;height:15px}
.footer-cta h2{font-size:clamp(1.55rem,2.45vw,2.5rem);font-weight:600;line-height:1.08}
.site-footer .footer-logo{filter:none!important;padding:0!important;background:transparent!important;border-radius:0!important}
@media(min-width:981px){.category-grid--text{grid-template-columns:repeat(5,minmax(0,1fr))}}

/* Home correction pass: transparent hero header, compact white categories, dark footer. */
body.home .site-header{position:absolute;top:0;left:0;right:0;background:transparent;border-bottom-color:rgba(255,255,255,.16);backdrop-filter:none;-webkit-backdrop-filter:none;color:#fff}
body.home .site-header.is-scrolled{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.60);border-bottom-color:rgba(17,22,29,.12);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:var(--ink);box-shadow:0 8px 22px rgba(17,22,29,.05)}
body.home:not(.has-scrolled) .site-logo img{filter:none}
body.home .site-header:not(.is-scrolled) .main-nav a,body.home .site-header:not(.is-scrolled) .mega-menu-trigger{color:#fff}
body.home .site-header:not(.is-scrolled) .main-nav a:hover,body.home .site-header:not(.is-scrolled) .mega-menu-trigger:hover{color:#ff4c53}
body.home .site-header:not(.is-scrolled) .header-search input{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.38);color:#fff}
body.home .site-header:not(.is-scrolled) .header-search input::placeholder{color:rgba(255,255,255,.78)}
body.home .site-header:not(.is-scrolled) .header-search button{color:#fff}
body.home .site-header.is-scrolled .main-nav a,body.home .site-header.is-scrolled .mega-menu-trigger{color:var(--ink)}
body.home .site-header.is-scrolled .header-search input{background:rgba(255,255,255,.82);border-color:rgba(17,22,29,.16);color:var(--ink)}
body.home .site-header.is-scrolled .header-search button{color:var(--ink)}
.quick-search{background:#fff}
.quick-search__card{background:#fff}
.quick-search .catalog-search input{background:#fff}
.home .section--soft{background:#fff}
.category-card--text:before{display:none}
.category-grid--text{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.category-card--text,.category-card--text:hover{min-height:116px;padding:16px;border-radius:15px;transform:none;box-shadow:none}
.category-card--text:hover{border-color:#cbd4db}
.category-card__icon{top:13px;right:13px;width:31px;height:31px;border-radius:9px}
.category-card__icon svg{width:16px;height:16px}
.category-card--text h3{font-size:.92rem;line-height:1.15}
.category-card__meta{font-size:.68rem!important}
.category-card__arrow{right:14px;bottom:13px;font-size:.8rem!important}
.catalog-filter{font-size:.68rem}
.product-carousel-card{cursor:pointer}
.product-carousel-card .product-card__link{display:none!important}
.product-carousel-card .product-card__body h3{margin-bottom:0}
.site-footer{background:#0d1116;color:#fff}
.site-footer .footer-logo{filter:none;padding:8px;background:#fff;border-radius:9px}
.site-footer .footer-copy{color:rgba(255,255,255,.6)}
.site-footer .footer-column>strong{color:#fff}
.site-footer .footer-links a{color:rgba(255,255,255,.62)}
.site-footer .footer-links a:hover{color:#fff}
.site-footer .footer-column--last p{color:rgba(255,255,255,.62)}
.site-footer .footer-map-link{color:#fff}
.site-footer .footer-bottom{border-top-color:rgba(255,255,255,.12);color:rgba(255,255,255,.52)}
.site-footer .footer-bottom a{color:#fff}

@media(max-width:1100px){.category-grid--text{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:980px){body.home .site-header{position:absolute;top:0;background:transparent;border-bottom-color:rgba(255,255,255,.16);backdrop-filter:none;-webkit-backdrop-filter:none}body.home .site-header.is-scrolled{position:fixed;background:rgba(255,255,255,.60);border-bottom-color:rgba(17,22,29,.12);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.category-grid--text{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.category-grid--text{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card--text{min-height:104px;padding:14px}.category-card__icon{width:29px;height:29px}.category-card--text h3{font-size:.88rem}}
@media(max-width:480px){.category-grid--text{grid-template-columns:1fr}}

/* Home refresh: search belongs to the hero, categories act as compact shortcuts. */
.hero{overflow:visible}
.hero__search{position:absolute;z-index:4;right:0;bottom:-46px;left:0}
.hero__search .quick-search__card{background:rgba(255,255,255,.98);box-shadow:0 24px 55px rgba(7,12,17,.20)}
.category-section{padding-top:138px}
.category-grid--text{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.category-card--text,.category-card--text:hover{display:flex;align-items:center;justify-content:flex-start;min-height:76px;padding:13px 50px 13px 14px;border:1px solid #dfe5e9;border-radius:15px;background:#fff;color:var(--ink);box-shadow:none;transform:none}
.category-card--text h3{margin:0;font-size:.96rem;line-height:1.2;letter-spacing:-.01em}
.category-card--text .category-card__icon{position:static;flex:0 0 auto;width:44px;height:44px;margin:0 13px 0 0;border-radius:13px;background:#f1f4f6;color:var(--red);transition:background .2s,color .2s,transform .2s}
.category-card--text .category-card__icon svg{width:21px;height:21px}
.category-card--text .category-card__arrow{top:50%;right:14px;bottom:auto;width:28px;height:28px;background:transparent;color:#87919a!important;transform:translateY(-50%);transition:.2s}
.category-card--text:hover{border-color:var(--ink);background:var(--ink);color:#fff}
.category-card--text:hover .category-card__icon{background:var(--red);color:#fff;transform:rotate(-5deg)}
.category-card--text:hover .category-card__arrow{background:transparent;color:#fff!important;transform:translateY(-50%) translateX(3px)}
.catalog-empty{margin:22px 0 0;text-align:center;color:var(--muted)}
.footer-grid--simple{grid-template-columns:minmax(0,1.45fr) minmax(180px,.55fr);max-width:800px;margin:0 auto;gap:92px}
.footer-grid--simple .footer-copy{margin-bottom:0}
.site-footer .footer-bottom{justify-content:center;margin-top:46px;text-align:center}
@media(max-width:980px){.category-grid--text{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid--simple{grid-template-columns:1.2fr .8fr;gap:45px}}
@media(max-width:700px){.hero{min-height:680px}.hero__search{bottom:-87px}.hero__search .quick-search__card{box-shadow:0 16px 36px rgba(7,12,17,.18)}.category-section{padding-top:152px}.category-grid--text{grid-template-columns:1fr;gap:8px}.category-card--text,.category-card--text:hover{min-height:70px;padding:11px 48px 11px 12px}.category-card--text h3{font-size:.95rem}.category-card--text .category-card__icon{width:40px;height:40px;margin-right:12px}.footer-grid--simple{grid-template-columns:1fr;gap:30px;text-align:center}.footer-grid--simple .footer-brand{grid-column:auto}.footer-grid--simple .footer-logo{margin-inline:auto}.footer-grid--simple .footer-copy{margin-inline:auto}.footer-grid--simple .footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 18px}.footer-grid--simple .footer-links li{margin:0}.site-footer .footer-bottom{margin-top:36px}}

/* Responsive correction: one component system from phone to desktop. */
.hero__search{bottom:-42px}
.hero__search .quick-search__card{display:grid;grid-template-columns:minmax(230px,.62fr) minmax(0,1.38fr);gap:28px;min-height:92px;padding:18px 26px;border:1px solid rgba(17,22,29,.08);border-radius:20px;color:var(--ink)}
.hero__search .quick-search__intro{display:flex;align-items:center;gap:13px;color:var(--ink)}
.hero__search .quick-search__intro strong{display:block;color:var(--ink);font-size:.96rem;line-height:1.25}
.hero__search .quick-search__intro small{display:none}
.hero__search .quick-search__mark{width:46px;height:46px;flex:0 0 46px;margin:0;background:var(--ink)}
.hero__search .catalog-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;width:100%}
.hero__search .catalog-search input{width:100%;max-width:none;height:54px;background:#fff;color:var(--ink)}
.hero__search .search-submit{min-width:176px;height:54px}
.category-section{padding-top:132px}
.category-grid--text{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.category-card--text,.category-card--text:hover{display:flex;align-items:center;min-height:80px;padding:12px 42px 12px 13px;border:1px solid #dce3e8;border-radius:14px;background:#fff;color:var(--ink);box-shadow:none;transform:none}
.category-card--text .category-card__icon{display:grid;place-items:center;position:static;flex:0 0 42px;width:42px;height:42px;margin:0 11px 0 0;border-radius:11px;background:#f1f4f6;color:var(--red)}
.category-card--text h3{margin:0;font-size:.9rem;line-height:1.2;text-wrap:pretty}
.category-card--text .category-card__arrow{top:50%;right:12px;bottom:auto;width:24px;height:24px;color:#8b959d!important;transform:translateY(-50%)}
.category-card--text:hover{border-color:var(--red);background:#fff;color:var(--ink)}
.category-card--text:hover .category-card__icon{background:var(--red);color:#fff;transform:none}
.category-card--text:hover .category-card__arrow{background:transparent;color:var(--red)!important;transform:translateY(-50%) translateX(2px)}
.site-footer{padding:52px 0 20px}
.footer-grid--simple{display:flex;flex-direction:column;align-items:center;gap:28px;max-width:760px;margin:0 auto;text-align:center}
.footer-grid--simple .footer-brand{display:flex;flex-direction:column;align-items:center}
.site-footer .footer-logo{width:252px;max-width:72vw;padding:0;background:transparent;border-radius:0}
.footer-grid--simple .footer-copy{max-width:680px;margin:18px auto 0;color:rgba(255,255,255,.66);font-size:.95rem;line-height:1.65}
.footer-grid--simple .footer-column>strong{display:block;margin:0 0 12px;font-size:.7rem}
.footer-grid--simple .footer-links{display:flex;align-items:center;justify-content:center;gap:10px 28px;margin:0;padding:0}
.footer-grid--simple .footer-links li{margin:0}
.footer-grid--simple .footer-links a{display:inline-block;color:rgba(255,255,255,.78);font-size:.9rem;font-weight:700}
.footer-grid--simple .footer-links a:hover{color:#fff}
.site-footer .footer-bottom{justify-content:center;margin-top:34px;padding-top:17px;text-align:center}
@media(max-width:1024px){.hero{min-height:680px}.hero__search{bottom:-82px}.hero__search .quick-search__card{grid-template-columns:1fr;gap:16px;padding:20px 22px}.hero__search .quick-search__intro{justify-content:center}.hero__search .catalog-search{grid-template-columns:minmax(0,1fr) auto}.category-section{padding-top:158px}.category-grid--text{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.hero{min-height:735px}.hero__search{bottom:-129px}.hero__search .quick-search__card{gap:16px;padding:20px;border-radius:18px}.hero__search .quick-search__intro{justify-content:flex-start}.hero__search .catalog-search{grid-template-columns:1fr;gap:10px}.hero__search .catalog-search input{height:52px}.hero__search .search-submit{width:100%;min-width:0;height:52px}.hero__search .search-submit__label{display:inline}.hero__search .search-submit__icon{display:none}.category-section{padding-top:190px}.category-grid--text{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.category-card--text,.category-card--text:hover{min-height:74px;padding:10px 31px 10px 10px}.category-card--text .category-card__icon{flex-basis:38px;width:38px;height:38px;margin-right:9px;border-radius:10px}.category-card--text .category-card__icon svg{width:18px;height:18px}.category-card--text h3{font-size:.81rem}.category-card--text .category-card__arrow{right:7px}.site-footer{padding-top:46px}.footer-grid--simple{gap:25px}.site-footer .footer-logo{width:230px}.footer-grid--simple .footer-copy{font-size:.9rem}.footer-grid--simple .footer-links{gap:8px 19px}.footer-grid--simple .footer-links a{font-size:.84rem}.site-footer .footer-bottom{margin-top:28px}}

/* Category rail: one consistent navigation row instead of uneven tiles. */
.category-section .section-heading{align-items:center;margin-bottom:28px}
.category-section .section-heading p{max-width:410px}
.category-grid--text{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 36px)/4);grid-template-columns:none;gap:12px;overflow-x:auto;overscroll-behavior-inline:contain;padding:2px 2px 15px;scroll-snap-type:inline mandatory;scrollbar-width:thin;scrollbar-color:#c9d0d6 transparent}
.category-grid--text::-webkit-scrollbar{height:7px}
.category-grid--text::-webkit-scrollbar-thumb{background:#c9d0d6;border-radius:99px}
.category-card--text,.category-card--text:hover{display:grid;grid-template-columns:44px minmax(0,1fr) 22px;align-items:center;min-height:86px;padding:13px 16px;border:1px solid #dbe2e7;border-radius:16px;background:#fff;color:var(--ink);box-shadow:none;scroll-snap-align:start;transform:none}
.category-card--text .category-card__icon{display:grid;place-items:center;position:static;width:44px;height:44px;margin:0;border-radius:12px;background:#f1f4f6;color:var(--red);transform:none}
.category-card--text h3{margin:0 12px;font-size:.96rem;font-weight:800;line-height:1.2;text-align:left;text-wrap:balance}
.category-card--text .category-card__arrow{position:static;display:grid;place-items:center;width:22px;height:22px;margin:0;background:transparent;color:#78838d!important;font-size:1rem!important;transform:none}
.category-card--text:hover{border-color:var(--ink);background:var(--ink);color:#fff}
.category-card--text:hover .category-card__icon{background:var(--red);color:#fff;transform:none}
.category-card--text:hover .category-card__arrow{background:transparent;color:#fff!important;transform:translateX(2px)}
@media(max-width:1024px){.category-grid--text{grid-auto-columns:calc((100% - 24px)/3)}}
@media(max-width:700px){.category-section .section-heading{margin-bottom:22px}.category-section .section-heading p{display:none}.category-grid--text{grid-auto-columns:84%;gap:10px;padding-bottom:13px}.category-card--text,.category-card--text:hover{grid-template-columns:42px minmax(0,1fr) 20px;min-height:80px;padding:12px 14px;border-radius:15px}.category-card--text .category-card__icon{width:42px;height:42px}.category-card--text h3{margin-inline:11px;font-size:.93rem}.category-card--text .category-card__arrow{width:20px}}

/* Final category layout: a compact, ordered grid with aligned card content. */
.category-section{padding:116px 0 52px}
.catalog-showcase{padding-top:56px}
.category-section .section-heading{margin-bottom:26px}
.category-grid--text{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;gap:12px;overflow:visible;padding:0;scroll-snap-type:none}
.category-grid--text::-webkit-scrollbar{display:none}
.category-card--text,.category-card--text:hover{display:grid;grid-template-columns:38px minmax(0,1fr) 16px;align-items:center;min-height:86px;padding:12px 14px;border:1px solid #dde4e8;border-radius:15px;background:#fff;color:var(--ink);box-shadow:none;transform:none}
.category-card--text .category-card__icon{width:38px;height:38px;margin:0;border-radius:10px;background:#f1f4f6;color:var(--red)}
.category-card--text .category-card__icon svg{width:18px;height:18px}
.category-card--text h3{margin:0 9px;font-size:.86rem;line-height:1.15;text-align:left;text-wrap:balance}
.category-card--text .category-card__arrow{position:static;display:grid;place-items:center;width:16px;height:16px;margin:0;background:transparent;color:#7f8991!important;font-size:.9rem!important;transform:none}
.category-card--text:hover{border-color:var(--red);background:#fff;color:var(--ink)}
.category-card--text:hover .category-card__icon{background:var(--red);color:#fff;transform:none}
.category-card--text:hover .category-card__arrow{background:transparent;color:var(--red)!important;transform:translateX(2px)}
@media(max-width:1024px){.category-section{padding-top:148px}.category-grid--text{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.category-card--text h3{font-size:.92rem}}
@media(max-width:700px){.category-section{padding:185px 0 46px}.catalog-showcase{padding-top:50px}.category-grid--text{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.category-card--text,.category-card--text:hover{grid-template-columns:36px minmax(0,1fr) 14px;min-height:76px;padding:10px}.category-card--text .category-card__icon{width:36px;height:36px}.category-card--text .category-card__icon svg{width:17px;height:17px}.category-card--text h3{margin-inline:8px;font-size:.79rem}.category-card--text .category-card__arrow{width:14px;font-size:.8rem!important}}

/* Standalone home category directory — deliberately independent from legacy cards. */
.home-category-directory{padding:96px 0 48px;background:#f6f8f9}
.home-category-directory__header{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:28px}
.home-category-directory__kicker{display:flex;align-items:center;gap:9px;margin:0 0 10px;color:#68737d;font-size:.75rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase}
.home-category-directory__kicker:before{width:24px;height:2px;background:#68737d;content:""}
.home-category-directory__header h2{margin:0;color:var(--ink);font-size:clamp(2rem,3.1vw,3.6rem);font-weight:700;line-height:1.02;letter-spacing:-.012em}
.home-category-directory__header>p{max-width:390px;margin:0 0 3px;color:var(--muted);font-size:1rem}
.home-category-directory__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.home-category-directory__link{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:82px;padding:12px 15px;border:1px solid #dbe2e6;border-radius:14px;background:#fff;color:var(--ink);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.home-category-directory__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#edf1f3;color:var(--red)}
.home-category-directory__icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.home-category-directory__name{min-width:0;font-size:.88rem;font-weight:800;line-height:1.2;text-align:left;text-wrap:balance}
.home-category-directory__link:hover{border-color:#c5161d;box-shadow:0 8px 20px rgba(17,22,29,.08);transform:translateY(-2px)}
.home-category-directory__link:hover .home-category-directory__icon{background:var(--red);color:#fff}
.catalog-showcase{padding-top:48px}
@media(max-width:1024px){.home-category-directory{padding-top:124px}.home-category-directory__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-category-directory__header{align-items:start}}
@media(max-width:700px){.home-category-directory{padding:176px 0 44px}.home-category-directory__header{display:block;margin-bottom:22px}.home-category-directory__header>p{display:none}.home-category-directory__header h2{font-size:clamp(2rem,9vw,3rem)}.home-category-directory__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.home-category-directory__link{grid-template-columns:36px minmax(0,1fr);gap:9px;min-height:74px;padding:10px;border-radius:13px}.home-category-directory__icon{width:36px;height:36px;border-radius:10px}.home-category-directory__icon svg{width:17px;height:17px}.home-category-directory__name{font-size:.78rem}}

/* Shop and category archives: compact browsing shell, independent from the home page. */
.shop-page__hero{padding:42px 0 34px;background:var(--red);color:#fff}
.shop-page__hero .container{display:flex;flex-direction:column;align-items:center;text-align:center}
.shop-page__kicker{display:flex;align-items:center;gap:8px;margin:0 0 8px;color:#fff;font-size:.72rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.shop-page__kicker:before{width:21px;height:2px;background:currentColor;content:""}
.shop-page__hero h1{margin:0;color:#fff;font-size:clamp(2.15rem,3.8vw,3.85rem);font-weight:700;line-height:1.02;letter-spacing:-.025em}
.shop-page__content{padding:42px 0 84px}
.shop-page__layout{display:grid;grid-template-columns:238px minmax(0,1fr);gap:32px;align-items:start}
.shop-page__filters{position:sticky;top:104px}
.shop-category-filter{border:1px solid var(--line);border-radius:16px;background:#fff}
.shop-category-filter summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 17px;cursor:pointer;color:var(--ink);font-size:.88rem;font-weight:800;list-style:none}
.shop-category-filter summary::-webkit-details-marker{display:none}
.shop-category-filter__toggle{position:relative;width:14px;height:14px;flex:0 0 14px}
.shop-category-filter__toggle:before,.shop-category-filter__toggle:after{position:absolute;top:6px;left:1px;width:12px;height:1.5px;background:var(--ink);content:"";transition:transform .18s ease}
.shop-category-filter__toggle:after{transform:rotate(90deg)}
.shop-category-filter[open] .shop-category-filter__toggle:after{transform:rotate(0)}
.shop-category-filter__list{display:grid;gap:3px;padding:10px 8px;border-top:1px solid var(--line)}
.shop-category-filter__link{padding:9px 10px;border-radius:9px;color:#5c6670;font-size:.82rem;font-weight:700;line-height:1.25;transition:background .18s ease,color .18s ease}
.shop-category-filter__link:hover{background:#f3f5f6;color:var(--ink)}
.shop-category-filter__link.is-active{background:var(--ink);color:#fff}
.shop-page__results .products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.shop-page__results .woocommerce-pagination{margin-top:64px;padding-top:24px;border-top:1px solid var(--line)}
@media(max-width:1024px){.shop-page__layout{grid-template-columns:218px minmax(0,1fr);gap:22px}.shop-page__results .products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:800px){.shop-page__hero{padding:31px 0 23px}.shop-page__content{padding:25px 0 64px}.shop-page__layout{grid-template-columns:1fr;gap:22px}.shop-page__filters{position:static}.shop-category-filter__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:9px}.shop-category-filter__link{padding:9px;font-size:.78rem;background:#f4f6f7}.shop-category-filter__link.is-active{background:var(--ink)}.shop-page__results .products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:560px){.shop-page__hero h1{font-size:clamp(2rem,9vw,2.8rem)}.shop-page__content{padding-top:20px}.shop-category-filter summary{padding:15px}.shop-category-filter__list{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-page__results .products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* Final mobile catalog and footer polish. */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
 min-height:4.05em;
 -webkit-line-clamp:3;
}
.footer-cta .button--light{
 display:inline-flex!important;
 align-items:center;
 justify-content:center;
 min-height:52px;
 padding:0 26px!important;
 background:#fff!important;
 color:var(--ink)!important;
 text-align:center;
}
.footer-cta a.button.button--light{
 background:#fff!important;
 background-color:#fff!important;
 background-image:none!important;
 color:var(--ink)!important;
}
.footer-cta .button--light .button__arrow{line-height:1}

@media(max-width:980px){
 body .site-header .main-nav ul{align-items:center!important;justify-content:center;text-align:center}
 .main-nav li{width:100%}
 .main-nav a,.main-nav .mega-menu-trigger{justify-content:center}
 .mobile-nav-search{width:min(100%,360px);margin-inline:auto}
}

@media(max-width:700px){
 .woocommerce ul.products li.product>a.woocommerce-LoopProduct-link{flex:0 0 auto}
 .woocommerce ul.products li.product .woocommerce-loop-product__title{
  min-height:4.05em;
  font-size:.94rem!important;
  line-height:1.35;
 }
 .woocommerce ul.products li.product .button{
  display:flex!important;
  align-items:center;
  justify-content:center;
  min-height:54px;
  margin-top:14px!important;
  padding:0 10px!important;
  line-height:1.1;
  text-align:center;
  white-space:nowrap;
 }
 .footer-cta{padding:48px 0;text-align:center}
 .footer-cta__inner{align-items:center;flex-direction:column;gap:24px}
 .footer-cta .eyebrow{justify-content:center}
 .footer-cta .button--light{width:min(100%,292px)}
 .shop-page__results .woocommerce-pagination{display:flex;justify-content:center}
 .shop-page__results .woocommerce-pagination ul{display:flex!important;flex-wrap:wrap;justify-content:center}
}

/* Single product: compact information hierarchy without gallery zoom artefacts. */
.single-product .page-content{padding-top:44px;padding-bottom:70px}
.single-product div.product{column-gap:56px;row-gap:22px}
.woocommerce div.product div.images{min-height:0;margin-bottom:0!important;padding:22px;background:#f4f6f7}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{overflow:hidden}
.woocommerce div.product div.images .woocommerce-product-gallery__image{overflow:hidden}
.woocommerce div.product div.images .zoomImg{display:none!important}
.woocommerce div.product div.images img{mix-blend-mode:normal}
.woocommerce div.product .summary{padding:8px 0}
.woocommerce div.product .product_title{margin-bottom:20px}
.woocommerce div.product .woocommerce-product-details__short-description{margin-bottom:20px}
.product-request{gap:10px;margin:22px 0;max-width:590px}
.product-request .button{min-height:56px}
.product-request small{display:block;width:100%;text-align:center;line-height:1.45}
.product-assurances{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;max-width:590px;margin-top:22px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}
.assurance,.assurance:hover{display:grid;grid-template-columns:28px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:10px;min-height:82px;padding:13px 12px;border:0;border-right:1px solid var(--line);border-radius:0;background:#fff;box-shadow:none;overflow:visible;text-align:left;transform:none}
.assurance:last-child{border-right:0}
.assurance:after{display:none}
.assurance__icon{display:grid;grid-row:1 / span 2;place-items:center;width:28px;height:28px;border:0!important;border-radius:0!important;background:transparent!important;color:var(--red);box-shadow:none!important}
.assurance__icon .feature-icon{width:20px;height:20px}
.assurance strong{font-size:.8rem;line-height:1.15}
.assurance small{font-size:.69rem;line-height:1.3;color:#737b84}
.product-description-section{grid-column:1 / -1;display:grid;grid-template-columns:minmax(220px,.55fr) minmax(0,1fr);gap:70px;margin-top:14px;padding:42px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.product-description-section__heading .eyebrow{margin-bottom:9px}
.product-description-section__heading h2{margin:0;font-size:clamp(1.55rem,2.4vw,2.25rem);font-weight:700;line-height:1.08;letter-spacing:-.02em}
.product-description-section__content{max-width:760px;color:#545c65;font-size:1rem;line-height:1.8}
.product-description-section__content>*:first-child{margin-top:0}
.product-description-section__content>*:last-child{margin-bottom:0}
.product-description-section__content p{margin:0 0 16px}
.product-description-section__content strong{color:var(--ink)}
.woocommerce-tabs{display:none!important}
.related.products{margin-top:24px;padding-top:0;border-top:0}
.related.products>h2{margin:0 0 24px;font-size:clamp(1.45rem,2.2vw,2.1rem);font-weight:700;line-height:1.1;letter-spacing:-.02em}

@media(max-width:800px){
 .single-product .page-content{padding-top:30px}
 .single-product div.product{column-gap:32px;row-gap:28px}
 .woocommerce div.product div.images{padding:18px}
 .product-description-section{grid-template-columns:1fr;gap:16px;margin-top:14px;padding:32px 0}
}
@media(max-width:560px){
 .product-assurances{grid-template-columns:1fr;gap:0}
 .assurance,.assurance:hover{min-height:72px;padding:12px 13px;border-right:0;border-bottom:1px solid var(--line)}
 .assurance:last-child{border-bottom:0}
 .product-description-section__content{font-size:.94rem;line-height:1.72}
 .related.products{margin-top:24px}
}

/* Product benefits: one clear vertical reading path per item. */
.product-assurances{align-items:stretch}
.assurance,.assurance:hover{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:142px;padding:16px 14px;text-align:center;transition:background .2s ease,box-shadow .2s ease}
.assurance__icon{display:grid;flex:0 0 auto;place-items:center;width:42px;height:42px;margin:0 0 2px;color:var(--red);transition:transform .24s ease,color .24s ease}
.assurance__icon .feature-icon{width:27px;height:27px}
.assurance strong{font-size:.82rem;line-height:1.16}
.assurance small{max-width:140px;font-size:.7rem;line-height:1.3}
.assurance:hover{background:#fbfcfc;box-shadow:inset 0 2px 0 var(--red)}
.assurance:hover .assurance__icon{transform:translateY(-4px) scale(1.12) rotate(-5deg);color:var(--red-dark)}
@media(max-width:560px){.assurance,.assurance:hover{min-height:128px}.assurance small{max-width:200px}}

/* Mobile header: one balanced navigation panel and an always-available search control. */
.mobile-header-controls,.mobile-search-toggle,.mobile-search-panel{display:none}
@media(max-width:980px){
 .header-inner{grid-template-columns:minmax(0,1fr) auto!important;height:72px!important;gap:14px}
 .mobile-header-controls{position:relative;z-index:82;display:flex;align-items:center;gap:8px}
 .mobile-search-toggle,.menu-toggle{display:grid!important;place-items:center;width:42px;height:42px;margin:0;padding:0;border:1px solid #e0e5e8;border-radius:50%;background:#f3f5f6;color:var(--ink);cursor:pointer}
 .mobile-search-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
 .menu-toggle__lines,.menu-toggle__lines:before,.menu-toggle__lines:after{width:19px;height:2px;border-radius:99px;background:currentColor}
 .menu-toggle__lines:before{top:-6px}.menu-toggle__lines:after{top:6px}
 .menu-toggle.is-open .menu-toggle__lines{background:transparent}.menu-toggle.is-open .menu-toggle__lines:before,.menu-toggle.is-open .menu-toggle__lines:after{top:0}
 .main-nav{top:72px!important;height:calc(100vh - 72px)!important;z-index:80;padding:12px 20px 30px!important;background:#fff!important}
 body .site-header .main-nav .main-menu>li>a,body .site-header .main-nav .mega-menu-trigger{display:flex!important;justify-content:center!important;color:var(--ink)!important;text-align:center}
 .main-nav .main-menu>li>a,.main-nav .mega-menu-trigger{min-height:60px!important}
 .main-nav .mega-menu-trigger svg{margin-left:9px}
 .main-nav .main-menu>li{width:100%}
 .mobile-nav-search{display:none!important}
 .mobile-search-panel{position:fixed;top:72px;right:0;left:0;z-index:79;display:block;padding:14px 0 18px;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 12px 24px rgba(17,22,29,.08);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
 .mobile-search-panel.is-open{opacity:1;visibility:visible;transform:none}
 .mobile-search-panel .catalog-search{display:grid;grid-template-columns:minmax(0,1fr) 50px;gap:9px}
 .mobile-search-panel .catalog-search input{width:100%;max-width:none;height:50px;font-size:.95rem}
 .mobile-search-panel .search-submit{display:grid!important;place-items:center;min-width:50px;width:50px;height:50px;padding:0!important}
 .mobile-search-panel .search-submit__label{display:none}
 .mobile-search-panel .search-submit__icon{display:grid;place-items:center}
 .mobile-search-panel .search-submit__icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
 body.home .site-header:not(.is-scrolled) .mobile-search-toggle,body.home .site-header:not(.is-scrolled) .menu-toggle{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.16);color:#fff}
}

/* About: a single human-led introduction with a playable brand presentation. */
.about-intro{padding:104px 0 88px;background:var(--red);color:#fff}
.about-intro__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:76px}
.about-intro__copy{max-width:530px}
.about-intro__copy .eyebrow{color:#fff}
.about-intro__copy h1{margin:0 0 24px;color:#fff;font-size:clamp(2.7rem,5vw,5.2rem);font-weight:700;line-height:.98;letter-spacing:-.045em}
.about-intro__copy h1 .accent-text{color:#fff}
.about-intro__copy>p:not(.eyebrow){margin:0 0 30px;color:rgba(255,255,255,.82);font-size:1.04rem;line-height:1.8}
.about-intro__media{overflow:hidden;border:1px solid rgba(255,255,255,.28);border-radius:22px;background:#14191d;box-shadow:0 20px 44px rgba(95,8,12,.28)}
.about-intro__media video{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;background:#14191d}
.about-story-section{padding:88px 0 52px;background:#fff}
.about-story-section .about-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:76px}
.about-story-section .about-copy{max-width:530px}
.about-story-section .about-copy h2{margin:0 0 21px;font-size:clamp(2rem,3.3vw,3.65rem);font-weight:700;line-height:1.04;letter-spacing:-.035em}
.about-story-section .about-copy>p:not(.eyebrow){margin:0 0 27px;color:#59626b;font-size:1rem;line-height:1.8}
.about-story-section .about-visual{min-height:470px}
.about-story-section .button{min-height:54px;padding-inline:22px!important}
.about-values{padding:58px 0 96px;background:#fff}
.about-values__heading{display:flex;align-items:end;justify-content:space-between;gap:38px;margin-bottom:34px;padding-bottom:30px;border-bottom:1px solid var(--line)}
.about-values__heading h2{margin:0;color:var(--ink);font-size:clamp(2rem,3.1vw,3.6rem);font-weight:700;line-height:1.02;letter-spacing:-.025em}
.about-values__heading>p{max-width:390px;margin:0 0 4px;color:var(--muted);font-size:1rem}
.about-values .value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0}
.about-values .value-card{position:relative;min-height:245px;padding:28px 27px 26px;border:1px solid #dfe5e8;border-radius:16px;background:#fff;box-shadow:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.about-values .value-card:before{position:absolute;top:0;left:27px;width:36px;height:3px;border-radius:99px;background:var(--red);content:""}
.about-values .value-card:hover{border-color:#bdc6cd;box-shadow:0 14px 30px rgba(17,22,29,.08);transform:translateY(-3px)}
.about-values .value-card__index{position:absolute;top:24px;right:25px;color:#a5adb4;font-size:.7rem;font-weight:800;letter-spacing:.08em}
.about-values .value-card .eyebrow{margin:15px 0 14px;font-size:.68rem}
.about-values .value-card h3{max-width:240px;margin:0 0 12px;font-size:1.2rem;line-height:1.18;letter-spacing:-.015em}
.about-values .value-card>p:last-child{margin:0;color:#626b73;font-size:.9rem;line-height:1.65}
@media(max-width:900px){.about-intro{padding:76px 0}.about-intro__grid,.about-story-section .about-grid{grid-template-columns:1fr;gap:38px}.about-intro__copy,.about-story-section .about-copy{max-width:650px}.about-intro__media{max-width:760px}.about-story-section{padding:72px 0 44px}.about-values{padding:48px 0 70px}.about-values .value-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.about-values .value-card{min-height:270px;padding:25px 21px}.about-values .value-card:before{left:21px}}
@media(max-width:700px){.about-intro{padding:52px 0 58px}.about-intro__grid{gap:30px}.about-intro__copy h1{font-size:clamp(2.45rem,12vw,3.7rem);margin-bottom:19px}.about-intro__copy>p:not(.eyebrow){font-size:.96rem;line-height:1.7;margin-bottom:25px}.about-intro__media{border-radius:17px}.about-intro__media video{aspect-ratio:16 / 11}.about-story-section{padding:58px 0 36px}.about-story-section .about-grid{gap:30px}.about-story-section .about-copy h2{font-size:clamp(1.9rem,9vw,2.7rem)}.about-story-section .about-copy>p:not(.eyebrow){font-size:.95rem;line-height:1.72}.about-story-section .about-visual{min-height:360px}.about-story-section .button{width:auto;max-width:100%;font-size:.84rem;padding-inline:18px!important}.about-values{padding:42px 0 64px}.about-values__heading{display:block;margin-bottom:24px;padding-bottom:23px}.about-values__heading>p{margin-top:14px}.about-values .value-grid{grid-template-columns:1fr;gap:10px}.about-values .value-card{min-height:0;padding:24px 22px}.about-values .value-card:before{left:22px}.about-values .value-card h3{font-size:1.15rem}}

/* Contact: centered communication hierarchy with a clear primary action. */
.page-hero--contact .container{display:flex;flex-direction:column;align-items:center;text-align:center}
.page-hero--contact h1,.page-hero--contact h1 .accent-text{color:var(--red)}
.page-hero--contact> .container>p:not(.eyebrow){margin-inline:auto}
.contact-content{padding-top:76px}
.contact-grid{max-width:1050px;margin-inline:auto;align-items:stretch}
.contact-card,.contact-form-wrap{text-align:center}
.contact-card{display:flex;flex-direction:column;align-items:center}
.contact-card__top{flex-direction:column;justify-content:center;gap:12px}
.contact-card h2{margin-top:30px}
.contact-card .contact-phone{justify-content:center;gap:10px;width:100%;max-width:360px}
.contact-card .contact-location{margin-inline:auto}
.contact-card .button{justify-content:center}
.contact-form-wrap{display:flex;flex-direction:column;align-items:center}
.contact-form-wrap .eyebrow{justify-content:center}
.contact-form-intro{margin-inline:auto}
.contact-form{width:100%;max-width:490px;text-align:left}
.contact-form .button--dark{justify-content:center;background:var(--red)!important;color:#fff!important}
@media(max-width:700px){.contact-content{padding-top:52px}.contact-card,.contact-form-wrap{align-items:center}.contact-form{max-width:none}.contact-card .button,.contact-form .button{width:100%}}
