:root{--cream:#f9efcf;--petal:#f6c7c5;--leaf:#93b979;--moss:#22351f;--olive:#66784d;--white:#fffaf0;--line:rgba(34,53,31,.16);--shadow:0 24px 70px rgba(91,73,45,.16)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--moss);background:linear-gradient(90deg,rgba(34,53,31,.04) 1px,transparent 1px),linear-gradient(rgba(34,53,31,.04) 1px,transparent 1px),radial-gradient(circle at 10% 6%,rgba(246,199,197,.72),transparent 26rem),radial-gradient(circle at 88% 8%,rgba(147,185,121,.55),transparent 30rem),linear-gradient(135deg,#fbf2d5 0%,#ffe1df 48%,#e7f6d7 100%);background-size:42px 42px,42px 42px,auto,auto,auto}
a{text-decoration:none;color:inherit}
.topbar{display:flex;justify-content:space-between;gap:16px;padding:9px clamp(16px,5vw,72px);font-size:13px;color:#546248;background:rgba(255,250,240,.72);border-bottom:1px solid var(--line)}
.header{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:16px clamp(16px,5vw,72px);background:rgba(255,250,240,.86);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}
.nav{display:flex;gap:8px;flex-wrap:wrap}
.nav.right{justify-content:flex-end}
.nav a{min-height:38px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;border:1px solid transparent}
.nav a:hover{border-color:var(--line);background:rgba(255,255,255,.5)}
.brand{font-size:26px;font-weight:900;letter-spacing:.5px;text-align:center}
.brand span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:2px;color:#758260}
.hero{min-height:82vh;display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);align-items:center;gap:clamp(26px,5vw,74px);padding:clamp(40px,7vw,94px) clamp(16px,5vw,72px)}
.hero.narrow{min-height:45vh;grid-template-columns:1fr}
.eyebrow,.section-kicker{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:1.5px;color:#687653}
.hero h1,.page-title{margin:16px 0 20px;max-width:900px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(54px,8vw,126px);line-height:.82;font-weight:500}
.hero h1 em,.page-title em{font-style:italic;color:#d05e78}
.hero p,.lead{max-width:720px;font-size:clamp(16px,2vw,20px);line-height:1.8;color:#59684c}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.dark-btn{background:#18341f;color:#fff}
.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 19px;border-radius:999px;font-weight:800}
.primary{background:var(--moss);color:#fffaf0}
.secondary{border:1px solid var(--line);background:rgba(255,250,240,.62)}
.hero-media{min-height:520px;position:relative}

/* Hide legacy decorative bottle placeholder */
.bottle{display:none !important;}
.bottle:before,.bottle:after{content:none !important;}

.hero-showcase{display:grid;align-content:center;gap:16px}
.hero-visual{margin:0;overflow:hidden;border-radius:28px;border:1px solid var(--line);background:#ffe3f7;box-shadow:var(--shadow)}
.hero-visual img{display:block;width:100%;height:100%;min-height:440px;object-fit:cover}
.hero-proof{max-width:520px;margin:-56px auto 0;padding:18px 22px;border-radius:18px;background:rgba(255,250,240,.9);border:1px solid var(--line);box-shadow:0 18px 44px rgba(91,73,45,.13);position:relative}
.hero-proof span{display:block;margin-bottom:8px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:1.4px;color:#d05e78}
.hero-proof strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:clamp(24px,3vw,38px);line-height:1.02;font-weight:500;color:var(--moss)}

section{padding:clamp(48px,7vw,90px) clamp(16px,5vw,72px)}
.intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(24px,5vw,70px);align-items:start}
.section-title{margin:8px 0 18px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,5vw,76px);line-height:.92;font-weight:500}
.pill-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.card,.pill-card,.journal-card,.contact-card{padding:24px;border-radius:20px;background:rgba(255,250,240,.74);border:1px solid var(--line);box-shadow:var(--shadow)}
.pill-card{min-height:250px}
.pill-icon{width:64px;height:64px;border-radius:50%;margin-bottom:20px;background:radial-gradient(circle at 35% 35%,#fff 0 20%,transparent 21%),linear-gradient(135deg,#f6c7c5,#93b979)}
.card h2,.pill-card h2,.journal-card h2{margin:0 0 12px;font-family:Georgia,serif;font-size:clamp(26px,3vw,42px);line-height:1;font-weight:500}
.card p,.pill-card p,.journal-card p,.contact-card p{margin:0;color:#59684c;line-height:1.75}
.factory-proof{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;padding-top:0}
.proof-card{overflow:hidden;border-radius:24px;background:rgba(255,250,240,.72);border:1px solid var(--line);box-shadow:var(--shadow)}
.proof-card img{display:block;width:100%;height:300px;object-fit:cover}
.proof-card div{padding:22px}
.proof-card h2{margin:8px 0 10px;font-family:Georgia,serif;font-size:clamp(30px,4vw,56px);line-height:.96;font-weight:500}
.proof-card p:last-child{margin:0;color:#59684c;line-height:1.7}
.proof-card.wide{display:grid;grid-template-columns:.58fr .42fr;align-items:center}
.proof-card.wide img{height:100%;min-height:320px}
.collections{background:rgba(255,250,240,.35);border-block:1px solid var(--line)}
.collection-row{display:grid;grid-template-columns:.42fr .58fr;gap:26px;align-items:center;margin:28px 0;padding:18px;border-radius:24px;background:rgba(255,250,240,.58);border:1px solid var(--line)}
.collection-art{min-height:300px;border-radius:20px;background:var(--art);position:relative;overflow:hidden}
.collection-art:after{content:"";position:absolute;left:18%;right:18%;bottom:12%;height:58%;border-radius:28px 28px 10px 10px;background:rgba(255,250,240,.72);box-shadow:inset 0 0 0 10px rgba(255,255,255,.24)}
.collection-art.image-art{background:#fff}
.collection-art.image-art:after{content:none}
.collection-art.image-art img{display:block;width:100%;height:100%;min-height:300px;object-fit:cover}
.collection-copy h2{margin:0;font-family:Georgia,serif;font-size:clamp(38px,5vw,72px);line-height:.9;font-weight:500}
.collection-copy p{max-width:620px;color:#59684c;line-height:1.8}
.mini-products{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}
.mini-products span{padding:8px 11px;border-radius:999px;background:#fffaf0;border:1px solid var(--line);font-size:13px;font-weight:700}
.ethos{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center}
.ethos-panel{min-height:520px;padding:clamp(26px,5vw,54px);border-radius:28px;background:#22351f;color:#fffaf0;position:relative;overflow:hidden}
.ethos-panel h1,.ethos-panel h2{margin:0;font-family:Georgia,serif;font-size:clamp(48px,6vw,96px);line-height:.86;font-weight:500}
.ethos-panel:after{content:"Hide Nothing";position:absolute;right:-12px;bottom:-8px;font-family:Georgia,serif;font-size:clamp(58px,9vw,128px);line-height:.8;color:rgba(255,250,240,.09)}
.ethos-panel.image-panel{padding:0;background:#fee9fb}
.ethos-panel.image-panel:after{content:none}
.ethos-panel.image-panel img{display:block;width:100%;height:100%;min-height:520px;object-fit:cover}
.ethos-list{display:grid;gap:14px}
.image-card{overflow:hidden;padding:0}
.image-card img{display:block;width:100%;height:230px;object-fit:cover}
.image-card h2,.image-card p{margin-left:24px;margin-right:24px}
.image-card h2{margin-top:20px}
.image-card p{margin-bottom:24px}
.journal-grid{display:grid;grid-template-columns:1.2fr repeat(2,1fr);gap:14px}
.journal-card:first-child{min-height:330px}
.connect{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.connect-card{min-height:340px;padding:26px;border-radius:24px;background:var(--connect);border:1px solid var(--line);display:flex;flex-direction:column;justify-content:flex-end}
.connect-card h2{margin:0;font-family:Georgia,serif;font-size:clamp(42px,5vw,76px);line-height:.9;font-weight:500}
.product-layout{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:start}
.filter-panel{position:sticky;top:110px;align-self:start;padding:20px;border-radius:20px;background:rgba(255,250,240,.72);border:1px solid var(--line)}
.filter-panel a{display:block;padding:10px 0;border-bottom:1px solid var(--line);color:#59684c}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(212px,1fr));gap:14px}
.product-card{border-radius:18px;overflow:hidden;background:rgba(255,250,240,.76);border:1px solid var(--line);box-shadow:0 16px 36px rgba(91,73,45,.10)}
.product-image{height:150px;display:grid;place-items:center;background:var(--product)}
.product-image span{width:68px;height:98px;border-radius:24px 24px 8px 8px;background:rgba(255,250,240,.76);border:1px solid rgba(34,53,31,.12);box-shadow:inset 0 0 0 8px rgba(255,255,255,.24)}
.v1{--product:linear-gradient(135deg,#f5d66d,#fff6cf)}
.v2{--product:linear-gradient(135deg,#f6c7c5,#fff0ee)}
.v3{--product:linear-gradient(135deg,#b9d89d,#edf8de)}
.v4{--product:linear-gradient(135deg,#ecdab8,#f6c7c5)}
.v5{--product:linear-gradient(135deg,#d7e8c7,#f5d66d)}
.v6{--product:linear-gradient(135deg,#f6c7c5,#93b979)}
.v7{--product:linear-gradient(135deg,#fff4bf,#dceec8)}
.v8{--product:linear-gradient(135deg,#f4dfd8,#f5d66d)}
.product-info{padding:15px}
.product-kicker{margin:0 0 6px;color:#7c875d;font-size:12px;font-weight:900;text-transform:uppercase}
.product-info h2{min-height:48px;margin:0 0 9px;font-size:17px;line-height:1.32}
.product-info p{margin:0 0 10px;color:#59684c;font-size:13px;line-height:1.62}
.product-info span{display:inline-flex;padding:6px 9px;border-radius:999px;background:#fffaf0;border:1px solid var(--line);font-size:12px;font-weight:800}
.contact-page{background:linear-gradient(135deg,rgba(246,199,197,.62),rgba(147,185,121,.42)),#fbf2d5}
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:26px}
.contact-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.footer{padding:34px clamp(16px,5vw,72px);background:#22351f;color:#fffaf0}
.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:24px}
.footer a{display:block;margin:8px 0;color:#e9e8d7}
.footer p{color:#d4d6bf;line-height:1.7}

/* WEIERLI first-page redesign */
.home-body{background:#fff6f8}
.home-body .topbar{background:#111;color:#fff;border-bottom:0}
.home-body .header{background:rgba(255,255,255,.92);border-bottom:1px solid rgba(214,71,109,.16);box-shadow:0 10px 28px rgba(201,64,96,.07)}
.home-body .brand{letter-spacing:6px;color:#050505}
.home-body .brand span{letter-spacing:1.2px;color:#d6476d}
.home-body .nav a{border-radius:4px;color:#111;font-weight:700}
.home-body .nav a:hover{border-color:rgba(214,71,109,.28);background:#fff0f4;color:#d6476d}
.home-page{background:#fff6f8;color:#111}
.home-page section{padding-left:clamp(18px,4vw,66px);padding-right:clamp(18px,4vw,66px)}
.home-hero{min-height:680px;display:grid;grid-template-columns:minmax(420px,.95fr) minmax(420px,1.05fr);align-items:center;gap:clamp(24px,4vw,70px);padding-top:clamp(42px,6vw,82px);padding-bottom:24px;background:radial-gradient(circle at 76% 54%,rgba(245,112,142,.20) 0 17rem,transparent 17.5rem),linear-gradient(105deg,#fff 0%,#fff7f8 44%,#ffe0e8 100%);overflow:hidden}
.hero-brand{margin:0 0 46px;font-size:clamp(24px,3vw,44px);font-weight:900;letter-spacing:6px;color:#080808}
.hero-brand span{display:inline-block;margin-left:20px;padding-left:22px;border-left:1px solid #111;font-size:clamp(13px,1.4vw,17px);font-weight:700;letter-spacing:0;line-height:1.35;color:#1f1f1f}
.home-hero h1{max-width:840px;margin:0 0 18px;text-transform:uppercase;font-size:clamp(42px,5.4vw,86px);line-height:1.05;font-weight:900;letter-spacing:0;color:#060606}
.home-hero h1::first-line{color:#d6476d}
.hero-lead{max-width:700px;margin:0 0 22px;font-size:clamp(16px,1.7vw,21px);line-height:1.65;color:#343434}
.hero-tags{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:0 0 24px;font-size:clamp(17px,2vw,26px);font-weight:700;text-transform:uppercase;letter-spacing:1px}
.hero-tags span:not(:last-child)::after{content:"";display:inline-block;width:6px;height:6px;margin-left:16px;border-radius:50%;background:#df4f74;vertical-align:middle}
.hero-checks{max-width:610px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;margin:0 0 28px;padding:0;list-style:none;color:#202020;font-size:17px}
.hero-checks li{position:relative;padding-left:32px}
.hero-checks li::before{content:"";position:absolute;left:0;top:.1em;width:22px;height:22px;border-radius:50%;background:#df4f74}
.hero-checks li::after{content:"";position:absolute;left:7px;top:7px;width:8px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}
.pink-btn{background:#df4770;color:#fff;border-radius:6px;text-transform:uppercase;letter-spacing:.6px;box-shadow:0 12px 24px rgba(223,71,112,.22)}
.outline-btn{border:1px solid #df4770;color:#df4770;background:#fff;border-radius:6px;text-transform:uppercase;letter-spacing:.6px}
.home-hero-art{position:relative;min-height:560px;display:grid;place-items:center}
.home-hero-art::before{content:"";position:absolute;inset:8% 8% 7% 5%;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(246,122,147,.30));box-shadow:inset 0 0 0 14px rgba(255,255,255,.55)}
.home-hero-art img{position:relative;z-index:1;width:min(82%,650px);height:auto;max-height:540px;object-fit:contain;border-radius:24px;box-shadow:0 28px 56px rgba(154,38,67,.18)}
.cert-rail{position:absolute;z-index:2;right:0;top:8%;bottom:8%;display:flex;flex-direction:column;justify-content:space-between}
.cert-rail span{width:68px;height:68px;display:grid;place-items:center;border:2px solid #df4770;border-radius:50%;background:rgba(255,255,255,.55);color:#df4770;font-weight:900;font-size:17px}
.trust-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:0 clamp(18px,4vw,66px);padding:22px clamp(18px,4vw,40px) !important;border-radius:12px 12px 0 0;background:rgba(255,255,255,.82);box-shadow:0 -12px 40px rgba(186,74,101,.10);transform:translateY(-22px)}
.trust-strip article{display:grid;gap:7px;align-content:center;padding:0 18px;border-right:1px solid rgba(18,18,18,.14)}
.trust-strip article:last-child{border-right:0}
.trust-strip strong{font-size:18px;text-transform:uppercase;color:#111}
.trust-strip span{font-size:15px;color:#6b6264}
.factory-photo-section{background:#fff}
.factory-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:1180px;margin:0 auto}
.factory-photo-grid figure{position:relative;overflow:hidden;margin:0;border-radius:18px;background:#fff0f4;box-shadow:0 18px 42px rgba(178,72,96,.12)}
.factory-photo-grid .factory-photo-wide{grid-column:1/-1}
.factory-photo-grid img{display:block;width:100%;height:360px;object-fit:cover;transition:transform .35s ease}
.factory-photo-grid .factory-photo-wide img{height:420px}
.factory-photo-grid figure:hover img{transform:scale(1.025)}
.factory-photo-grid figcaption{position:absolute;left:20px;bottom:20px;padding:11px 16px;border:1px solid rgba(255,255,255,.5);border-radius:8px;background:rgba(255,255,255,.9);box-shadow:0 8px 24px rgba(0,0,0,.1);color:#18341f;font-weight:800;backdrop-filter:blur(8px)}
.factory-photo-action{display:flex;justify-content:center;gap:12px;margin-top:26px}
.section-heading{text-align:center;margin:0 auto 30px}
.section-heading p{margin:0 0 8px;text-transform:uppercase;color:#d6476d;font-size:clamp(15px,1.4vw,20px);font-weight:900;letter-spacing:1px}
.section-heading h2{margin:0;font-size:clamp(30px,4vw,58px);line-height:1.08;text-transform:uppercase;letter-spacing:1px;color:#111}
.home-categories{background:#fff;padding-top:48px}
.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.category-card{overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(178,72,96,.12)}
.category-card img{display:block;width:100%;height:390px;object-fit:cover;background:#fff0f4}
.category-card div{padding:24px;text-align:center}
.category-card h3{margin:0 0 10px;text-transform:uppercase;font-size:clamp(24px,2.5vw,36px);line-height:1.08;color:#d6476d}
.category-card p{min-height:52px;margin:0 0 20px;color:#3f3f3f;line-height:1.6}
.category-card a{display:inline-flex;align-items:center;justify-content:center;min-width:180px;min-height:42px;padding:0 18px;border-radius:4px;background:#df4770;color:#fff;font-weight:800}
.oem-flow{background:linear-gradient(180deg,#fff 0%,#fff3f7 100%)}
.flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.flow-grid article{min-height:270px;padding:26px 22px;border-radius:8px;background:linear-gradient(135deg,#fff,#ffe2eb);border:1px solid rgba(223,71,112,.16);box-shadow:0 18px 42px rgba(180,70,98,.10)}
.flow-grid span{display:block;margin-bottom:22px;color:#df4770;font-size:46px;font-weight:900}
.flow-grid h3{margin:0 0 12px;text-transform:uppercase;font-size:22px;line-height:1.15}
.flow-grid p{margin:0;color:#4b4b4b;line-height:1.65}
.quality-section{display:grid;grid-template-columns:.88fr 1.12fr;gap:28px;align-items:center;background:#fff}
.quality-poster{overflow:hidden;border-radius:8px;background:#fff0f4;box-shadow:0 20px 48px rgba(178,72,96,.12)}
.quality-poster img{display:block;width:100%;height:100%;min-height:560px;object-fit:cover}
.clean-poster img{object-position:center}
.quality-list h2{margin:8px 0 24px;text-transform:uppercase;font-size:clamp(34px,4.5vw,60px);line-height:1.05;color:#111}
.quality-list article{display:grid;grid-template-columns:96px 1fr;gap:24px;align-items:center;margin-bottom:16px;padding:22px 24px;border-radius:8px;background:linear-gradient(90deg,#ffeaf0,#fff7fa);box-shadow:0 12px 30px rgba(184,72,100,.08)}
.quality-list article::before{content:counter(quality,decimal-leading-zero);counter-increment:quality;grid-row:1 / span 2;color:#df4770;font-size:42px;font-weight:900}
.quality-list{counter-reset:quality}
.quality-list strong{display:block;text-transform:uppercase;font-size:22px;color:#111}
.quality-list span{display:block;margin-top:6px;color:#4f4f4f;line-height:1.55}
.factory-band{display:grid;grid-template-columns:1.08fr .92fr;gap:18px;background:#fff7fa}
.factory-band article{overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(178,72,96,.12)}
.factory-band img{display:block;width:100%;height:260px;object-fit:cover;background:#fff}
.factory-band div{padding:24px}
.factory-band h2{margin:8px 0 10px;text-transform:uppercase;font-size:clamp(28px,3.6vw,48px);line-height:1.08;color:#d6476d}
.factory-band p:last-child{margin:0;color:#4f4f4f;line-height:1.7}
.home-connect{background:#fff;padding-top:28px}
.home-connect .connect-card:last-child{color:#fff}

/* Inner WEIERLI service, gallery and blog pages */
.inner-page{background:#fff6f8;color:#111}
.inner-page section{padding-left:clamp(18px,4vw,66px);padding-right:clamp(18px,4vw,66px)}
.inner-hero{min-height:560px;display:grid;align-content:center;gap:24px;background:linear-gradient(90deg,rgba(34,53,31,.045) 1px,transparent 1px),linear-gradient(rgba(34,53,31,.045) 1px,transparent 1px),radial-gradient(circle at 16% 10%,rgba(255,213,206,.95),transparent 26rem),radial-gradient(circle at 78% 14%,rgba(202,218,166,.62),transparent 30rem),linear-gradient(135deg,#fff4ea 0%,#ffe1e5 54%,#f8f2df 100%);background-size:44px 44px,44px 44px,auto,auto,auto;border-bottom:1px solid rgba(34,53,31,.12)}
.inner-hero.split{grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);align-items:center}
.inner-hero h1{max-width:1120px;margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(52px,7vw,118px);line-height:.9;font-weight:500;color:#18341f}
.inner-hero p:not(.section-kicker){max-width:780px;margin:0;color:#546248;font-size:clamp(17px,2vw,22px);line-height:1.7}
.inner-hero-image{margin:0;overflow:hidden;border-radius:18px;background:#fff;border:1px solid rgba(34,53,31,.14);box-shadow:0 24px 58px rgba(178,72,96,.12)}
.inner-hero-image img{display:block;width:100%;height:100%;min-height:420px;object-fit:cover}
.gallery-hero,.journal-hero{min-height:620px}
.gallery-hero p:not(.section-kicker),.journal-hero p:not(.section-kicker){max-width:760px}
.transparency-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;background:#fff}
.dark-statement{min-height:520px;display:flex;flex-direction:column;justify-content:space-between;padding:44px;border-radius:22px;background:#18341f;color:#fffaf0;overflow:hidden;position:relative}
.dark-statement::after{content:"Hide Nothing";position:absolute;left:-18px;bottom:-18px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(74px,10vw,150px);line-height:.8;color:rgba(255,250,240,.10)}
.dark-statement h2{position:relative;z-index:1;margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(52px,7vw,96px);line-height:.9;font-weight:500}
.dark-statement p{position:relative;z-index:1;max-width:520px;margin:0;color:#e7e2d0;font-size:18px;line-height:1.7}
.principle-stack{display:grid;gap:18px}
.principle-stack article{padding:32px 34px;border-radius:18px;background:#fffaf4;border:1px solid rgba(34,53,31,.14);box-shadow:0 18px 42px rgba(85,70,42,.10)}
.principle-stack h3{margin:0 0 14px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,58px);line-height:1;color:#18341f}
.principle-stack p{margin:0;color:#546248;font-size:18px;line-height:1.7}
.process-section{background:linear-gradient(180deg,#fff 0%,#fff2f6 100%)}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.process-grid article{padding:28px 22px;border-radius:8px;background:#fff;border:1px solid rgba(214,71,109,.15);box-shadow:0 18px 42px rgba(178,72,96,.10)}
.process-grid span{display:block;margin-bottom:26px;color:#d6476d;font-size:48px;font-weight:900}
.process-grid h3{margin:0 0 12px;text-transform:uppercase;font-size:21px;line-height:1.15}
.process-grid p{margin:0;color:#4f4f4f;line-height:1.65}
.proof-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;background:#fff}
.proof-gallery article{overflow:hidden;border-radius:8px;background:#fff7fa;box-shadow:0 18px 42px rgba(178,72,96,.12)}
.proof-gallery img{display:block;width:100%;height:250px;object-fit:cover;background:#fff}
.proof-gallery h3,.proof-gallery p{margin-left:22px;margin-right:22px}
.proof-gallery h3{margin-top:22px;margin-bottom:10px;text-transform:uppercase;font-size:24px}
.proof-gallery p{margin-bottom:24px;color:#4f4f4f;line-height:1.65}
.masonry-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:260px;gap:18px;background:#fff}
.gallery-tile{position:relative;overflow:hidden;border-radius:10px;background:#fff0f4;box-shadow:0 18px 42px rgba(178,72,96,.12)}
.gallery-tile.tall{grid-row:span 2}
.gallery-tile.wide{grid-column:span 2}
.gallery-tile img{width:100%;height:100%;display:block;object-fit:cover}
.gallery-tile div{position:absolute;left:18px;right:18px;bottom:18px;padding:18px;border-radius:8px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px)}
.gallery-tile h2{margin:0 0 8px;text-transform:uppercase;color:#d6476d;font-size:24px}
.gallery-tile p{margin:0;color:#343434;line-height:1.5}
.factory-operations{background:#fff7fa}
.operations-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:1120px;margin:0 auto}
.operations-grid article{overflow:hidden;border:1px solid rgba(214,71,109,.12);border-radius:14px;background:#fff;box-shadow:0 14px 34px rgba(178,72,96,.09)}
.operations-grid article:nth-child(4),.operations-grid article:nth-child(5){grid-column:span 1}
.operations-grid img{display:block;width:100%;height:260px;object-fit:cover}
.operations-grid h3{margin:22px 22px 10px;font-family:Georgia,'Times New Roman',serif;font-size:27px;color:#18341f}
.operations-grid p{margin:0 22px 24px;color:#59684c;line-height:1.65}
.texture-board{background:linear-gradient(180deg,#fff 0%,#fff4f7 100%)}
.texture-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.texture-grid article{overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(178,72,96,.10)}
.texture-grid img{display:block;width:100%;height:220px;object-fit:cover}
.texture-grid h3{margin:0;padding:18px;text-transform:uppercase;color:#18341f;font-size:20px}
.gallery-cta,.resource-band{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:#18341f;color:#fffaf0}
.gallery-cta h2,.resource-band h2{max-width:900px;margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,5vw,72px);line-height:.95;font-weight:500}
.gallery-cta .section-kicker,.resource-band .section-kicker{color:#f8b9c9}
.featured-article{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:28px;align-items:center;background:#fff;overflow:hidden}
.featured-article img{display:block;width:100%;height:440px;object-fit:cover;border-radius:8px;box-shadow:0 18px 42px rgba(178,72,96,.12)}
.featured-article h2{margin:8px 0 16px;max-width:100%;text-transform:uppercase;font-size:clamp(30px,3vw,50px);line-height:1.08;overflow-wrap:break-word}
.featured-article p:not(.section-kicker){margin:0 0 24px;color:#4f4f4f;font-size:18px;line-height:1.7}
.journal-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;background:#fff7fa}
.journal-list article{padding:28px;border-radius:8px;background:#fff;border:1px solid rgba(214,71,109,.14);box-shadow:0 18px 42px rgba(178,72,96,.08)}
.journal-list span{display:inline-flex;margin-bottom:18px;padding:7px 10px;border-radius:999px;background:#ffe1e9;color:#d6476d;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:1px}
.journal-list h2{margin:0 0 12px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,3vw,44px);line-height:1}
.journal-list p{margin:0;color:#4f4f4f;line-height:1.7}
.resource-band ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.resource-band li{position:relative;padding-left:26px;color:#f2ead8;font-size:17px;line-height:1.5}
.resource-band li::before{content:"";position:absolute;left:0;top:.45em;width:12px;height:12px;border-radius:50%;background:#d6476d}

@media(max-width:980px){
  .header{grid-template-columns:1fr}
  .brand{text-align:left}
  .nav.right{justify-content:flex-start}
  .hero,.intro,.ethos,.contact-grid,.product-layout{grid-template-columns:1fr}
  .filter-panel{position:static}
  .hero-media{min-height:400px;display:flex;flex-direction:column;align-items:center;gap:24px}
  .factory-proof,.proof-card.wide{grid-template-columns:1fr}
  .hero-visual img{min-height:360px}
  .collection-row{grid-template-columns:1fr}
  .pill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .journal-grid,.footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:640px){
  .topbar{display:block;line-height:1.6}
  .header{padding:12px 14px}
  .nav{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}
  .nav a{flex:0 0 auto}
  .hero{min-height:auto;padding:34px 16px}
  .hero h1,.page-title{font-size:clamp(48px,16vw,72px)}
  .hero-actions{display:grid}
  .btn{width:100%}
  .hero-media{min-height:280px}
  section{padding:42px 16px}
  .section-title{font-size:clamp(38px,12vw,56px)}
  .pill-grid,.contact-list,.journal-grid,.footer-grid{grid-template-columns:1fr}
  .collection-row{padding:12px}
  .collection-art{min-height:220px}
  .collection-art.image-art img{min-height:220px}
  .ethos-panel{min-height:360px}
  .ethos-panel.image-panel img{min-height:360px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-image{height:112px}
  .product-info{padding:12px}
  .product-info h2{font-size:15px;min-height:58px}
  .product-info p{font-size:12px}
  .connect{grid-template-columns:1fr}
  .connect-card{min-height:240px}
}

@media(max-width:390px){
  .product-grid{grid-template-columns:1fr}
  .product-info h2{min-height:auto}
}

/* Mobile and tablet hardening */
html{max-width:100%;overflow-x:hidden}
body{max-width:100%;overflow-x:visible}
.header,.topbar,section,.footer{max-width:100vw}
.brand,.nav a,.product-info h2,.product-info p,.card h2,.pill-card h2,.journal-card h2{overflow-wrap:anywhere}
.hero-media,.collection-art,.ethos-panel,.connect-card,.quality-art{max-width:100%}

@media (min-width:641px) and (max-width:1180px){
  .header{grid-template-columns:1fr;align-items:start;gap:10px}
  .brand{text-align:left;order:-1}
  .nav,.nav.right{justify-content:flex-start}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-media{min-height:420px;max-width:620px;width:100%;justify-self:center;display:flex;flex-direction:column;align-items:center;gap:20px;}
  .hero-proof{margin-top:-44px}
  .factory-proof,.proof-card.wide{grid-template-columns:1fr}
  .pill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-layout{grid-template-columns:1fr}
  .filter-panel{position:static;display:flex;gap:10px;overflow-x:auto;white-space:nowrap}
  .filter-panel a{flex:0 0 auto;border-bottom:0;border:1px solid var(--line);border-radius:999px;padding:9px 12px}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .contact-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:640px){
  body{background-size:32px 32px,32px 32px,auto,auto,auto}
  .topbar{padding:8px 14px;font-size:12px}
  .header{position:sticky;top:0;display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:10px 14px}
  .brand{order:-1;text-align:left;font-size:22px;line-height:1.05}
  .brand span{font-size:10px;letter-spacing:1.4px}
  .nav,.nav.right{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;justify-content:flex-start}
  .nav::-webkit-scrollbar{display:none}
  .nav a{flex:0 0 auto;min-height:40px;padding:0 12px;background:rgba(255,250,240,.72);border-color:var(--line);font-size:13px}
  .hero,.hero.narrow{display:grid;grid-template-columns:1fr;min-height:auto;padding:30px 16px 36px;gap:20px}
  .hero h1,.page-title{font-size:clamp(42px,15vw,64px);line-height:.9;margin:12px 0 16px}
  .hero p,.lead{font-size:15px;line-height:1.65}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .btn{width:100%;min-height:48px}
  .hero-media{min-height:250px;width:100%;max-width:360px;justify-self:center;display:flex;flex-direction:column;gap:18px;align-items:center;}
  .hero-visual{border-radius:20px}
  .hero-visual img{min-height:250px}
  .hero-proof{margin-top:-34px;padding:15px 16px;border-radius:15px}
  .hero-proof strong{font-size:24px}
  section{padding:36px 16px}
  .intro,.ethos,.contact-grid,.product-layout{grid-template-columns:1fr;gap:18px}
  .section-title{font-size:clamp(34px,12vw,52px);line-height:.96}
  .pill-grid,.journal-grid,.footer-grid,.contact-list{grid-template-columns:1fr;gap:12px}
  .pill-card,.card,.journal-card,.contact-card{padding:18px;border-radius:16px;min-height:auto}
  .pill-icon{width:52px;height:52px;margin-bottom:14px}
  .collections{padding-left:16px;padding-right:16px}
  .collection-row{display:grid;grid-template-columns:1fr;gap:16px;margin:18px 0;padding:12px;border-radius:18px}
  .collection-art{min-height:200px;border-radius:16px}
  .collection-art.image-art img{min-height:200px}
  .collection-copy h2{font-size:clamp(34px,12vw,54px)}
  .mini-products span{font-size:12px;padding:7px 9px}
  .ethos-panel{min-height:300px;border-radius:20px;padding:24px}
  .ethos-panel.image-panel{padding:0}
  .ethos-panel.image-panel img{min-height:300px}
  .image-card img{height:190px}
  .proof-card img,.proof-card.wide img{height:230px;min-height:230px}
  .ethos-panel h1,.ethos-panel h2{font-size:clamp(42px,14vw,66px)}
  .connect{grid-template-columns:1fr;gap:12px}
  .connect-card{min-height:220px;border-radius:18px;padding:20px}
  .connect-card h2{font-size:clamp(36px,12vw,56px)}
  .filter-panel{position:static;padding:12px;border-radius:16px;display:flex;gap:8px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}
  .filter-panel strong{display:none}
  .filter-panel a{flex:0 0 auto;border-bottom:0;border:1px solid var(--line);border-radius:999px;padding:8px 11px;background:rgba(255,250,240,.78);font-size:12px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-card{border-radius:14px}
  .product-image{height:106px}
  .product-image span{width:52px;height:74px;border-radius:18px 18px 7px 7px}
  .product-info{padding:11px}
  .product-kicker{font-size:10px;line-height:1.35}
  .product-info h2{font-size:14px;line-height:1.28;min-height:54px}
  .product-info p{font-size:12px;line-height:1.5}
  .product-info span{font-size:11px;padding:5px 7px}
  .footer{padding:28px 16px}
  .footer-grid{gap:18px}
}

@media (max-width:420px){
  .product-grid{grid-template-columns:1fr}
  .product-image{height:128px}
  .product-info h2{min-height:auto}
  .hero-media{min-height:220px}
  .topbar span{display:block}
  .brand{font-size:20px}
  .hero h1,.page-title{font-size:clamp(38px,16vw,58px)}
}

/* Signup/contact page inspired by luxury beauty contact forms */
.signup-main{background:#fff;color:#000}
.signup-shell{max-width:720px;margin:0;padding:30px 40px 44px;background:#fff}
.signup-form h1,.touch-panel h2{margin:0 0 34px;font-family:Arial,Helvetica,sans-serif;font-size:20px;line-height:1.1;font-weight:900;letter-spacing:0;color:#000}
.required-note{margin:0 0 22px;font-size:14px;line-height:1.55;color:#000}
.line-field{display:block;margin:0 0 34px}
.line-field span{display:block;margin-bottom:48px;font-size:16px;font-weight:900;color:#000}
.line-field input{width:100%;height:36px;border:0;border-bottom:2px solid #222;border-radius:0;background:transparent;color:#000;font-size:18px;outline:none}
.phone-field span{margin-bottom:12px;font-size:22px;font-weight:400}
.consent-row{display:grid;grid-template-columns:30px 1fr;gap:14px;align-items:start;margin:6px 0 24px;color:#000}
.consent-row input{appearance:none;width:30px;height:30px;margin:0;border:1px solid #111;background:#fff}
.consent-row input:checked{background:linear-gradient(135deg,#111 0 45%,#fff 45% 55%,#111 55%)}
.consent-row span,.legal-copy{font-size:18px;line-height:1.5;color:#000}
.consent-row a,.legal-copy a,.touch-panel a{text-decoration:underline;font-weight:700;color:#000}
.signup-rule{height:1px;background:#d7d7d7;margin:18px 0 24px}
.legal-copy{margin:0 0 30px}
.submit-btn{min-width:144px;min-height:75px;border:1px solid #111;background:#cfcfcf;color:#fff;font-size:16px;font-weight:900;cursor:pointer}
.submit-btn span{display:inline-block;margin-right:8px;font-size:22px;vertical-align:-2px}
.touch-panel{margin-top:28px}
.touch-panel h2{margin-bottom:30px}
.touch-panel p{margin:0 0 8px;font-size:20px;line-height:1.45;color:#000}
.follow-row{display:grid;grid-template-columns:auto repeat(5,38px);gap:28px;align-items:center;margin:48px 0 42px}
.follow-row h2{margin:0;font-size:20px}
.follow-row a{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#000;color:#fff;text-decoration:none;font-size:22px;font-weight:900;line-height:1}
.currency-select{width:min(100%,508px);height:76px;display:flex;align-items:center;justify-content:space-between;margin-left:45px;padding:0 24px;border:1px solid #d5d5d5;border-radius:7px;background:#fff;color:#000;font-weight:900}
.currency-select select{position:absolute;opacity:0;pointer-events:none}
.currency-select:after{content:"⌄";font-size:28px;line-height:1;color:#000}

@media (max-width:760px){
  .signup-shell{max-width:none;padding:26px 24px 38px}
  .line-field span{margin-bottom:36px}
  .phone-field span{margin-bottom:10px}
  .consent-row span,.legal-copy{font-size:16px;line-height:1.52}
  .touch-panel p{font-size:18px}
  .follow-row{grid-template-columns:1fr repeat(5,34px);gap:14px;margin:36px 0}
  .follow-row a{width:34px;height:34px;font-size:20px}
  .currency-select{margin-left:0;width:100%}
}

@media (max-width:430px){
  .signup-shell{padding:22px 18px 32px}
  .signup-form h1,.touch-panel h2{font-size:18px;margin-bottom:28px}
  .required-note{font-size:13px}
  .line-field span{font-size:15px;margin-bottom:30px}
  .phone-field span{font-size:20px;margin-bottom:8px}
  .consent-row{grid-template-columns:28px 1fr;gap:12px}
  .consent-row input{width:28px;height:28px}
  .consent-row span,.legal-copy{font-size:15px}
  .submit-btn{width:144px;min-height:70px}
  .touch-panel p{font-size:17px}
  .follow-row{grid-template-columns:1fr repeat(5,30px);gap:10px}
  .follow-row a{width:30px;height:30px;font-size:18px}
  .currency-select{height:68px;padding:0 18px}
}

@media(max-width:1080px){
  .home-hero{grid-template-columns:1fr;min-height:auto}
  .home-hero-art{min-height:430px}
  .cert-rail{right:10px;top:2%;bottom:2%}
  .trust-strip,.category-grid,.flow-grid,.quality-section,.factory-band{grid-template-columns:1fr}
  .trust-strip{transform:none;margin:0;padding:18px !important}
  .trust-strip article{border-right:0;border-bottom:1px solid rgba(18,18,18,.12);padding:16px 8px}
  .trust-strip article:last-child{border-bottom:0}
  .category-card img{height:280px}
  .quality-poster img{min-height:360px}
  .inner-hero.split,.transparency-section,.process-grid,.proof-gallery,.featured-article,.journal-list,.resource-band{grid-template-columns:1fr}
  .inner-hero{min-height:auto}
  .inner-hero-image img{min-height:320px}
  .masonry-gallery{grid-template-columns:1fr 1fr}
  .operations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gallery-tile.wide{grid-column:span 2}
  .texture-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gallery-cta{grid-template-columns:1fr}
}

@media(max-width:640px){
  .home-page section{padding-left:16px;padding-right:16px}
  .home-hero{padding-top:28px;background:linear-gradient(180deg,#fff 0%,#ffe4ea 100%)}
  .hero-brand{margin-bottom:26px;font-size:28px;letter-spacing:4px}
  .hero-brand span{display:block;margin:12px 0 0;padding:0;border:0;font-size:13px}
  .home-hero h1{font-size:clamp(38px,12vw,58px)}
  .hero-tags{gap:10px;font-size:17px}
  .hero-tags span:not(:last-child)::after{margin-left:10px}
  .hero-checks{grid-template-columns:1fr;gap:10px;font-size:15px}
  .home-hero-art{min-height:280px}
  .home-hero-art::before{inset:6% 0}
  .cert-rail{position:relative;right:auto;top:auto;bottom:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%;margin-top:12px}
  .cert-rail span{width:auto;height:44px;border-radius:999px;font-size:13px}
  .trust-strip{margin:0 16px;border-radius:8px}
  .trust-strip article{grid-template-columns:1fr;gap:4px}
  .section-heading{text-align:left}
  .section-heading h2{font-size:30px}
  .category-card img{height:220px}
  .factory-band img{height:190px}
  .category-card div{padding:20px}
  .category-card p{min-height:auto}
  .flow-grid article{min-height:auto;padding:22px 18px}
  .flow-grid span{font-size:36px;margin-bottom:14px}
  .quality-list article{grid-template-columns:1fr;gap:8px;padding:18px}
  .quality-list article::before{grid-row:auto;font-size:34px}
  .quality-list h2{font-size:34px}
  .inner-page section{padding-left:16px;padding-right:16px}
  .inner-hero{min-height:auto;padding-top:52px;padding-bottom:52px;background-size:32px 32px,32px 32px,auto,auto,auto}
  .inner-hero h1{font-size:clamp(42px,14vw,64px);line-height:.92}
  .inner-hero p:not(.section-kicker){font-size:16px;line-height:1.6}
  .inner-hero-image img{min-height:240px}
  .transparency-section,.process-section,.proof-gallery,.masonry-gallery,.texture-board,.featured-article,.journal-list,.resource-band{padding-top:42px;padding-bottom:42px}
  .dark-statement{min-height:300px;padding:26px;border-radius:16px}
  .dark-statement h2{font-size:clamp(42px,14vw,64px)}
  .principle-stack article{padding:22px;border-radius:14px}
  .principle-stack h3{font-size:clamp(30px,10vw,42px)}
  .process-grid{grid-template-columns:1fr}
  .process-grid article{padding:22px 18px}
  .proof-gallery{grid-template-columns:1fr}
  .proof-gallery img{height:190px}
  .masonry-gallery{grid-template-columns:1fr;grid-auto-rows:auto}
  .operations-grid{grid-template-columns:1fr}
  .gallery-tile,.gallery-tile.tall,.gallery-tile.wide{grid-column:auto;grid-row:auto;min-height:360px}
  .gallery-tile div{position:static;margin:0;border-radius:0;background:#fff}
  .texture-grid{grid-template-columns:1fr}
  .texture-grid img{height:240px}
  .featured-article img{height:260px}
  .featured-article h2{font-size:32px}
  .journal-list{grid-template-columns:1fr}
  .resource-band{gap:18px}
}

/* Final visual comfort pass: calmer spacing and safer image fitting */
:root{
  --page-pink:#fff6f8;
  --soft-pink:#ffe5ec;
  --rose:#d6476d;
  --ink:#111;
}
.home-body,
.home-page,
.inner-page{background:var(--page-pink)}
.home-body .topbar{background:#151515;color:#fff}
.home-body .header{background:rgba(255,255,255,.94)}
.home-page section,
.inner-page section{padding-top:clamp(46px,6vw,82px);padding-bottom:clamp(46px,6vw,82px)}
.home-hero,
.inner-hero{background:linear-gradient(90deg,rgba(34,53,31,.035) 1px,transparent 1px),linear-gradient(rgba(34,53,31,.035) 1px,transparent 1px),radial-gradient(circle at 12% 8%,rgba(255,223,217,.82),transparent 24rem),radial-gradient(circle at 88% 8%,rgba(202,218,166,.48),transparent 28rem),linear-gradient(135deg,#fff7ed 0%,#ffe7eb 52%,#f9f5df 100%);background-size:48px 48px,48px 48px,auto,auto,auto}
.home-hero{min-height:min(720px,calc(100vh - 88px))}
.home-hero-art{min-height:500px}
.home-hero-art::before{inset:9% 10%;border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(246,122,147,.22))}
.home-hero-art img{width:min(76%,560px);max-height:500px;object-fit:contain;background:#fff;border:1px solid rgba(214,71,109,.12)}
.cert-rail{right:12px}
.cert-rail span{background:rgba(255,255,255,.88);box-shadow:0 10px 22px rgba(154,38,67,.12)}
.trust-strip{margin-top:0;border-radius:12px;transform:translateY(-14px)}
.category-grid{align-items:stretch}
.category-card{display:flex;flex-direction:column;border:1px solid rgba(214,71,109,.10)}
.category-card img{height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center;background:#fff0f4}
.category-card div{display:flex;flex:1;flex-direction:column}
.category-card p{min-height:auto}
.category-card a{margin-top:auto}
.quality-section{align-items:center}
.quality-poster{display:grid;place-items:center;padding:14px;background:#fff;border:1px solid rgba(214,71,109,.10)}
.quality-poster img{width:100%;height:auto;min-height:0;max-height:620px;object-fit:contain}
.factory-band img,
.proof-gallery img{object-fit:contain;padding:10px;background:#fff}
.inner-hero-image{display:grid;place-items:center;padding:12px}
.inner-hero-image img{height:auto;min-height:0;max-height:520px;object-fit:contain}
.gallery-tile{background:#fff}
.gallery-tile img{object-position:center}
.gallery-tile.tall img{object-fit:cover}
.gallery-tile:not(.tall) img{object-fit:contain;padding:12px;background:#fff0f4}
.texture-grid img{object-fit:cover;object-position:center}
.featured-article img{object-fit:contain;padding:12px;background:#fff;border:1px solid rgba(214,71,109,.10)}
.product-card{background:#fff;border-color:rgba(214,71,109,.10);box-shadow:0 12px 30px rgba(178,72,96,.08)}
.product-image{height:auto;aspect-ratio:4/3;background:linear-gradient(135deg,#fff0f4,#fff)}
.product-image span{width:46%;height:64%;border-radius:22px 22px 8px 8px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(246,199,197,.65))}
.product-info h2{min-height:auto}
.connect-card{border-radius:12px}
.footer{background:#151515}
.catalog-page{background:#fff6f8}
.catalog-hero{min-height:460px}
.catalog-overview{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;background:#fff;padding-top:28px !important;padding-bottom:28px !important}
.catalog-overview a{display:grid;gap:5px;padding:18px 12px;border:1px solid rgba(214,71,109,.13);border-radius:12px;background:#fff7fa;text-align:center;box-shadow:0 10px 24px rgba(178,72,96,.07)}
.catalog-overview strong{font-size:28px;color:#d6476d}
.catalog-overview span{font-size:13px;font-weight:800;color:#18341f}
.catalog-section{background:#fff}
.catalog-page .filter-panel{background:#fff;border-radius:12px;border-color:rgba(214,71,109,.12);box-shadow:0 12px 30px rgba(178,72,96,.08)}
.catalog-page .filter-panel strong{display:block;margin-bottom:10px;text-transform:uppercase;color:#d6476d;letter-spacing:1px}
.catalog-page .filter-panel a{border-bottom-color:rgba(214,71,109,.12);color:#343434}
.catalog-page .filter-panel a span{float:right;color:#d6476d;font-weight:800}
.catalog-page .filter-panel .filter-cta{margin-top:12px;border:0;border-radius:7px;background:#d6476d;color:#fff;text-align:center;font-weight:800}
.catalog-page .product-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}
.catalog-page .product-card{border-radius:12px}
.catalog-page .product-kicker{color:#d6476d}
.catalog-page .product-info span{background:#fff0f4;border-color:rgba(214,71,109,.14);color:#7d3147}
.contact-body .signup-main{background:linear-gradient(135deg,#fff7ed 0%,#ffe7eb 52%,#f9f5df 100%);padding:clamp(32px,6vw,72px) clamp(16px,5vw,72px)}
.contact-body .signup-shell{max-width:1180px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:34px;margin:0 auto;padding:clamp(24px,4vw,44px);border-radius:14px;box-shadow:0 20px 54px rgba(178,72,96,.12)}
.contact-body .signup-form h1,.contact-body .touch-panel h2{font-size:28px;letter-spacing:.5px}
.contact-body .line-field{margin-bottom:24px}
.contact-body .line-field span{margin-bottom:10px}
.contact-body .line-field input,.contact-body .line-field textarea{width:100%;border:1px solid #ddd;border-radius:8px;padding:10px 12px;background:#fff;font-size:16px}
.contact-body .line-field input{height:46px}
.contact-body .submit-btn{min-height:54px;border:0;border-radius:8px;background:#d6476d;color:#fff}
.contact-body .touch-panel{margin-top:0;padding:26px;border-radius:12px;background:#fff7fa;border:1px solid rgba(214,71,109,.12)}
.contact-body .touch-panel p{font-size:17px;color:#343434}

@media(max-width:1080px){
  .catalog-overview{grid-template-columns:repeat(4,minmax(0,1fr))}
  .home-hero-art{min-height:380px}
  .home-hero-art img{width:min(88%,560px);max-height:380px}
  .quality-poster img{max-height:none}
  .inner-hero-image img{max-height:none}
}

@media(max-width:640px){
  .home-page section,
  .inner-page section{padding-top:38px;padding-bottom:38px}
  .home-hero{min-height:auto}
  .home-hero-art{min-height:auto}
  .home-hero-art::before{inset:10% 2%}
  .home-hero-art img{width:100%;max-height:none;border-radius:16px}
  .category-card img{aspect-ratio:1/1}
  .quality-poster{padding:8px}
  .factory-band img,
  .proof-gallery img{height:auto;aspect-ratio:16/9}
  .gallery-tile,
  .gallery-tile.tall,
  .gallery-tile.wide{min-height:auto}
  .gallery-tile img{height:auto;aspect-ratio:4/3}
  .gallery-tile.tall img{aspect-ratio:1/1}
  .texture-grid img{height:auto;aspect-ratio:1/1}
  .featured-article img{height:auto;aspect-ratio:16/10}
  .catalog-page .product-grid{grid-template-columns:1fr}
  .contact-body .signup-main{padding:20px 16px}
  .contact-body .signup-shell{grid-template-columns:1fr;padding:22px}
}

/* Targeted polish for factory/proof image cards */
.factory-band,
.proof-gallery{gap:24px;background:#fff7fa}
.factory-band article,
.proof-gallery article{
  border:1px solid rgba(214,71,109,.10);
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 46px rgba(178,72,96,.10);
}
.factory-band img,
.proof-gallery img{
  width:100%;
  height:auto;
  aspect-ratio:16/7;
  display:block;
  padding:0;
  object-fit:cover;
  object-position:center;
  background:#fff0f4;
}
.proof-gallery article:nth-child(3) img{
  aspect-ratio:16/10;
  object-position:center 42%;
}
.factory-band div{
  min-height:0;
  padding:clamp(22px,3vw,34px);
}
.factory-band .section-kicker,
.proof-gallery h3{
  color:#687653;
  letter-spacing:2px;
}
.factory-band h2{
  max-width:760px;
  margin:10px 0 14px;
  color:#d6476d;
  font-size:clamp(30px,3.4vw,54px);
  line-height:1.08;
  letter-spacing:.5px;
}
.factory-band p:last-child{
  max-width:860px;
  font-size:17px;
  line-height:1.7;
}
.proof-gallery h3{
  margin-top:24px;
  font-size:20px;
}
.proof-gallery p{
  max-width:540px;
  font-size:16px;
}

@media(max-width:1080px){
  .factory-band img,
  .proof-gallery img{aspect-ratio:16/8}
}

@media(max-width:640px){
  .factory-band,
  .proof-gallery{gap:16px}
  .factory-band article,
  .proof-gallery article{border-radius:12px}
  .factory-band img,
  .proof-gallery img,
  .proof-gallery article:nth-child(3) img{aspect-ratio:16/9}
  .factory-band h2{font-size:clamp(28px,10vw,40px)}
  .factory-band div{padding:20px}
}

/* Product catalog real-image adaptation */
.catalog-page .product-image{
  display:block;
  margin:0;
  height:auto;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#fff;
}
.catalog-page .product-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  padding:10px;
  background:#fff;
}
.catalog-page .product-image span{display:none}
@media(max-width:640px){
  .catalog-page .product-image{aspect-ratio:4/3}
  .catalog-page .product-image img{padding:8px}
}

/* Product catalog category grouping */
.catalog-group-title{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px 18px;
  align-items:end;
  margin:18px 0 2px;
  padding:22px 24px;
  border:1px solid rgba(214,71,109,.12);
  border-radius:12px;
  background:linear-gradient(135deg,#fff7fa,#fff);
}
.catalog-group-title p{
  grid-column:1/-1;
  max-width:760px;
  margin:0;
  color:#59684c;
  font-size:15px;
  line-height:1.55;
}
.catalog-group-title h2{
  margin:0;
  color:#111;
  font-size:clamp(24px,3vw,38px);
  line-height:1.1;
  text-transform:uppercase;
}
.catalog-group-title span{
  color:#d6476d;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1px;
}
.product-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.catalog-page .product-info .product-collection{
  background:#111;
  border-color:#111;
  color:#fff;
}
.catalog-page .product-info p[itemprop="description"]{
  min-height:126px;
}
.catalog-page .product-info .product-meta{
  min-height:54px;
  padding-top:8px;
  border-top:1px solid rgba(214,71,109,.10);
  color:#7d3147;
  font-size:12px;
  font-weight:700;
}
@media(max-width:640px){
  .catalog-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .catalog-overview a:last-child{grid-column:1/-1}
  .catalog-group-title{grid-template-columns:1fr;padding:18px;margin-top:12px}
  .catalog-group-title span{justify-self:start}
  .catalog-page .product-info p[itemprop="description"]{min-height:auto}
  .catalog-page .product-info .product-meta{min-height:auto}
}

.catalog-page .product-info h3{margin:0 0 10px;font-size:18px;line-height:1.25;color:#1f1f1f;overflow-wrap:anywhere}
.catalog-page .product-info p{margin:6px 0;color:#555;line-height:1.45}
.inquiry-link{display:inline-flex;margin-top:10px;padding:9px 14px;border-radius:8px;background:#d6476d;color:#fff;text-decoration:none;font-weight:800;font-size:13px}
.footer span{display:block;margin:8px 0;color:#e9e8d7}

/* Buyer trust pages */
.trust-page{background:#fff6f8}
.trust-hero{min-height:520px}
.trust-hero h1{max-width:980px;font-size:clamp(48px,6.5vw,104px)}
.trust-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;background:#fff}
.trust-nav a{display:block;padding:26px;border:1px solid rgba(214,71,109,.15);border-radius:14px;background:#fff8fa;box-shadow:0 14px 34px rgba(178,72,96,.08)}
.trust-nav strong{display:block;margin-bottom:8px;font-family:Georgia,'Times New Roman',serif;font-size:28px;color:#18341f}
.trust-nav span{color:#59684c;line-height:1.6}
.steps-section,.content-section{background:#fff}
.steps-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;counter-reset:oem-step}
.steps-list article{counter-increment:oem-step;position:relative;padding:34px 30px 30px 92px;border:1px solid rgba(34,53,31,.13);border-radius:16px;background:#fffaf4}
.steps-list article::before{content:counter(oem-step,decimal-leading-zero);position:absolute;left:26px;top:30px;color:#d6476d;font-size:32px;font-weight:900}
.seven-steps article:last-child{grid-column:1/-1}
.sample-process-section{background:linear-gradient(180deg,#fff6f8,#fff)}
.sample-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.sample-flow article{padding:26px;border:1px solid rgba(214,71,109,.15);border-radius:14px;background:#fff;box-shadow:0 14px 34px rgba(178,72,96,.08)}
.sample-flow span{display:block;margin-bottom:18px;color:#d6476d;font-size:34px;font-weight:900}
.sample-flow h3{margin:0 0 10px;font-family:Georgia,'Times New Roman',serif;font-size:28px;color:#18341f}
.sample-flow p{margin:0;color:#546248;line-height:1.65}
.steps-list h2,.content-card h2{margin:0 0 12px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,3vw,42px);color:#18341f}
.steps-list p,.content-card p,.content-card li{color:#546248;line-height:1.7}
.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.content-card{padding:30px;border:1px solid rgba(34,53,31,.13);border-radius:16px;background:#fffaf4}
.content-card ul{margin:14px 0 0;padding-left:20px}
.about-title,.faq-heading{text-align:center;background:#fff;padding-top:clamp(70px,9vw,130px) !important;padding-bottom:clamp(54px,7vw,100px) !important}
.about-title h1,.faq-heading h1{margin:10px 0 0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(56px,8vw,112px);line-height:.92;font-weight:500;color:#18341f}
.faq-heading p:last-child{max-width:720px;margin:20px auto 0;color:#59684c;font-size:18px;line-height:1.7}
.about-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;background:#fff2f5}
.about-intro p{margin:0 0 18px;color:#546248;font-size:18px;line-height:1.8}
.about-intro figure{margin:0;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 20px 50px rgba(178,72,96,.12)}
.about-intro img{display:block;width:100%;height:auto}
.about-start{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;background:linear-gradient(135deg,#ffe3ea,#f5f1d5)}
.about-start h2{margin:8px 0 14px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(40px,5vw,72px);line-height:.95;color:#18341f}
.about-start p:not(.section-kicker){max-width:820px;margin:0;color:#546248;font-size:18px;line-height:1.75}
.start-actions{display:grid;gap:10px;min-width:240px}
.faq-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:32px;align-items:start;background:#fff}
.faq-layout .faq-list{max-width:none;width:100%}
.faq-aside{position:sticky;top:110px;padding:22px;border:1px solid rgba(34,53,31,.13);border-radius:16px;background:#fffaf4;box-shadow:0 16px 38px rgba(85,70,42,.10)}
.faq-aside img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px}
.faq-aside h2{margin:22px 0 10px;font-family:Georgia,'Times New Roman',serif;font-size:34px;color:#18341f}
.faq-aside p{margin:0 0 20px;color:#546248;line-height:1.7}
.buyer-note{padding:34px;border-radius:18px;background:#18341f;color:#fff}
.buyer-note h2{margin:0 0 12px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,58px);font-weight:500}
.buyer-note p{max-width:850px;margin:0;color:#e7e2d0;line-height:1.75}
.faq-list{display:grid;gap:14px;max-width:1050px;margin:0 auto}
.faq-list details{padding:22px 24px;border:1px solid rgba(34,53,31,.13);border-radius:12px;background:#fffaf4}
.faq-list summary{cursor:pointer;font-weight:800;font-size:18px;color:#18341f}
.faq-list p{margin:14px 0 0;color:#546248;line-height:1.7}
.table-wrap{overflow-x:auto;border:1px solid rgba(34,53,31,.13);border-radius:16px;background:#fff}
.moq-table{width:100%;min-width:720px;border-collapse:collapse}
.moq-table th,.moq-table td{padding:18px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(34,53,31,.1)}
.moq-table th{background:#18341f;color:#fff}
.moq-table td{color:#546248;line-height:1.55}
.moq-table tr:last-child td{border-bottom:0}
.cta-band{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#ffdfe6,#f4f1d6)}
.cta-band h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,58px);color:#18341f}

@media(max-width:820px){
  .trust-nav,.steps-list,.content-grid,.sample-flow,.about-intro,.about-start,.faq-layout{grid-template-columns:1fr}
  .seven-steps article:last-child{grid-column:auto}
  .cta-band{align-items:flex-start;flex-direction:column}
  .faq-aside{position:static}
  .start-actions{min-width:0}
}

@media(max-width:640px){
  .factory-photo-grid{grid-template-columns:1fr}
  .factory-photo-grid .factory-photo-wide{grid-column:auto}
  .factory-photo-grid img,.factory-photo-grid .factory-photo-wide img{height:250px}
  .factory-photo-grid{gap:14px}
  .factory-photo-grid figcaption{left:12px;bottom:12px}
  .factory-photo-action{display:grid}
  .steps-list article{padding:74px 22px 24px}
  .steps-list article::before{left:22px;top:20px}
  .content-card,.buyer-note{padding:24px}
}

/* Homepage certificate showcase */
.certificates-showcase{
  background:#fff;
  overflow:hidden;
  text-align:center;
  padding-top:clamp(28px,4vw,54px) !important;
  padding-bottom:clamp(28px,4vw,54px) !important;
}
.certificates-showcase img{
  display:block;
  width:min(100%,1640px);
  height:auto;
  margin:0 auto;
  object-fit:contain;
}
.certificates-showcase a{display:block}
.certificates-showcase p{margin:14px auto 0;padding:0 16px;color:#59684c;font-size:14px;line-height:1.6}
.factory-band{grid-template-columns:1fr}
.factory-band article{max-width:1180px;margin:0 auto;width:100%}

@media(max-width:640px){
  .certificates-showcase{padding-left:0 !important;padding-right:0 !important}
  .certificates-showcase img{width:100%;max-width:100%;margin:0;transform:none;padding:0 10px}
}






/* Desktop culture additions */
.home-culture{scroll-margin-top:150px;display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:clamp(24px,4vw,54px);align-items:center;background:linear-gradient(135deg,#fff 0%,#fff4f7 58%,#f7f2df 100%)}
.culture-logo-panel{display:grid;place-items:center;min-height:420px;border-radius:8px;background:#fff;box-shadow:0 20px 52px rgba(178,72,96,.12);overflow:hidden}
.culture-logo-panel img{display:block;width:min(82%,430px);height:auto}
.culture-copy h2{max-width:880px;margin:8px 0 18px;text-transform:uppercase;font-size:clamp(32px,4.2vw,62px);line-height:1.05;color:#111}
.culture-copy p:not(.section-kicker){max-width:850px;margin:0 0 22px;color:#4f4f4f;font-size:18px;line-height:1.75}
.culture-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 24px}
.culture-values article{padding:20px;border:1px solid rgba(214,71,109,.14);border-radius:8px;background:rgba(255,255,255,.82)}
.culture-values strong{display:block;margin-bottom:8px;color:#d6476d;text-transform:uppercase;font-size:18px}
.culture-values span{display:block;color:#555;line-height:1.55}
.company-culture-section{scroll-margin-top:150px;display:grid;gap:24px;background:linear-gradient(180deg,#fff 0%,#fff6f8 100%)}
.culture-statement{max-width:1040px;margin:0 auto;text-align:center}
.culture-statement h2{margin:8px 0 18px;text-transform:uppercase;font-size:clamp(36px,5vw,72px);line-height:1.02;color:#111}
.culture-statement p:not(.section-kicker){max-width:820px;margin:0 auto;color:#546248;font-size:18px;line-height:1.75}
.culture-meaning-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.culture-meaning-grid article,.culture-service-grid article{padding:30px;border:1px solid rgba(214,71,109,.14);border-radius:14px;background:#fff;box-shadow:0 16px 38px rgba(178,72,96,.08)}
.culture-meaning-grid span{display:inline-flex;margin-bottom:20px;color:#d6476d;font-size:44px;font-weight:900;letter-spacing:3px}
.culture-meaning-grid h3,.culture-service-grid h3{margin:0 0 12px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,3vw,42px);line-height:1;color:#18341f}
.culture-meaning-grid p,.culture-service-grid p{margin:0;color:#546248;line-height:1.72}
.culture-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
@media(max-width:820px){.home-culture,.culture-values,.culture-meaning-grid,.culture-service-grid{grid-template-columns:1fr}.culture-logo-panel{min-height:300px}}
@media(max-width:640px){.culture-logo-panel{min-height:240px}.culture-logo-panel img{width:min(78%,280px)}.culture-meaning-grid article,.culture-service-grid article{padding:24px}}




/* Site audit fixes 2026-06-26 */
.home-hero > *,
.home-hero-copy,
.home-hero-art{min-width:0;max-width:100%}
.home-hero-copy > *,
.hero-brand,
.hero-brand span,
.home-hero h1,
.hero-lead,
.hero-tags,
.hero-checks,
.home-hero .hero-actions{max-width:100%;overflow-wrap:anywhere}
@media(max-width:640px){
  .home-hero{display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden}
  .home-hero-copy{width:100%;max-width:100%}
  .hero-brand span{width:auto;max-width:100%;white-space:normal}
  .home-hero .hero-actions{width:100%}
  .home-hero .btn{max-width:100%}
  .catalog-page .filter-panel{max-width:100%;overflow-x:auto}
  .table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
}

/* cert rail text hardening */
.cert-rail span{text-align:center;line-height:1.12;font-size:12px;padding:6px;overflow-wrap:anywhere}
@media(max-width:640px){.cert-rail span{font-size:12px;line-height:1.15;padding:4px}}

/* Certificate proof photo optimization */
.proof-gallery .certificate-proof-card img{
  aspect-ratio:16/9;
  object-fit:contain;
  object-position:center;
  padding:14px;
  background:#fff;
}

@media(max-width:640px){
  .proof-gallery .certificate-proof-card img{
    aspect-ratio:16/10;
    padding:10px;
  }
}

/* Factory exterior proof card */
.factory-photo-grid .factory-exterior-proof img{
  object-position:center 42%;
  filter:saturate(.94) contrast(.98) brightness(1.02);
}

/* Catalog split and privacy updates */
.catalog-page .product-image{
  background:#fff;
}
.catalog-page .product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#fff;
}
.catalog-pagination{
  grid-column:1/-1;
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin:24px 0 0;
}
.catalog-pagination a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(214,71,109,.22);
  border-radius:8px;
  background:#fff;
  color:#d6476d;
  font-weight:800;
}
.catalog-pagination a.active{
  background:#d6476d;
  color:#fff;
}
.certificates-text-showcase{
  display:grid;
  gap:20px;
}
.certificates-text-showcase .certificates-heading h2{
  max-width:900px;
  margin:8px auto 0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(32px,4vw,58px);
  line-height:1;
  font-weight:500;
  color:#18341f;
}
.certificates-text-showcase > p{
  max-width:920px;
  font-size:17px;
}
.certificate-text-grid{
  width:min(100%,1080px);
  margin:8px auto 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.certificate-text-grid article,
.certificate-text-proof{
  padding:24px;
  border:1px solid rgba(214,71,109,.14);
  border-radius:10px;
  background:#fff8fa;
}
.certificate-text-grid strong{
  display:block;
  margin-bottom:8px;
  color:#18341f;
  font-size:18px;
}
.certificate-text-grid span{
  display:block;
  color:#546248;
  line-height:1.6;
}
@media(max-width:720px){
  .certificate-text-grid{grid-template-columns:1fr}
  .catalog-pagination{justify-content:stretch}
  .catalog-pagination a{width:100%}
}

/* Responsive adaptation pass */
img{
  max-width:100%;
}
.topbar{
  line-height:1.35;
}
.header{
  min-width:0;
}
.brand{
  overflow-wrap:anywhere;
}
.nav a,
.btn,
.inquiry-link{
  white-space:normal;
  text-align:center;
}

@media(max-width:820px){
  .topbar{
    display:grid;
    grid-template-columns:1fr;
    gap:4px;
    padding:9px 14px;
    font-size:12px;
  }
  .header{
    position:static;
    display:grid;
    grid-template-columns:1fr;
    justify-items:start;
    gap:12px;
    padding:13px 14px 16px;
  }
  .brand{
    order:-1;
    text-align:left;
    font-size:24px;
    line-height:1;
  }
  .brand span{
    margin-top:4px;
    font-size:10px;
    letter-spacing:1.4px;
  }
  .nav,
  .nav.right{
    width:100%;
    justify-content:flex-start;
    gap:8px;
  }
  .nav a{
    min-height:40px;
    padding:0 12px;
    border:1px solid var(--line);
    border-radius:6px;
    background:rgba(255,255,255,.68);
  }
  .inner-hero,
  .home-hero,
  .hero.narrow,
  .trust-hero{
    padding-top:44px;
    padding-bottom:44px;
  }
  .inner-hero h1,
  .home-hero h1,
  .hero h1,
  .page-title,
  .trust-hero h1,
  .about-title h1,
  .faq-heading h1{
    font-size:clamp(44px,13vw,62px);
    line-height:.92;
  }
  .inner-hero p:not(.section-kicker),
  .home-hero p,
  .hero p{
    font-size:17px;
    line-height:1.55;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  .hero-actions .btn{
    width:100%;
    box-sizing:border-box;
  }
  .catalog-overview{
    margin-top:0;
  }
  .filter-panel{
    position:static;
  }
}

@media(max-width:640px){
  section{
    padding-left:16px;
    padding-right:16px;
  }
  .catalog-page .catalog-overview{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .catalog-page .catalog-overview a{
    min-height:92px;
    padding:16px 10px;
    display:grid;
    place-items:center;
    text-align:center;
  }
  .catalog-page .catalog-overview a strong{
    font-size:28px;
    line-height:1;
  }
  .catalog-page .product-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .catalog-page .product-card{
    border-radius:12px;
  }
  .catalog-page .product-image{
    height:auto;
    min-height:0;
    aspect-ratio:4/3;
    padding:10px;
    box-sizing:border-box;
  }
  .catalog-page .product-image img{
    width:100%;
    height:100%;
    object-fit:contain;
  }
  .catalog-page .product-info{
    padding:16px 12px 14px;
  }
  .catalog-page .product-info h3{
    font-size:19px;
    line-height:1.22;
  }
  .catalog-page .product-tags span{
    max-width:100%;
  }
  .masonry-gallery{
    gap:14px;
  }
  .gallery-tile{
    min-height:auto;
  }
  .gallery-tile img{
    aspect-ratio:4/5;
    height:auto;
  }
  .inner-hero-image,
  .quality-poster,
  .about-intro figure,
  .faq-aside{
    border-radius:12px;
  }
  .inner-hero-image img,
  .quality-poster img{
    max-height:none;
  }
  .contact-card,
  .card,
  .pill-card,
  .journal-card{
    border-radius:12px;
    padding:22px;
  }
}

@media(max-width:430px){
  .home-hero h1{
    font-size:48px;
  }
  .inner-hero h1,
  .hero h1,
  .page-title,
  .trust-hero h1,
  .faq-heading h1{
    font-size:clamp(40px,12.5vw,54px);
  }
  .home-hero-copy,
  .inner-hero{
    min-width:0;
  }
  .hero-tags{
    gap:8px;
    font-size:18px;
  }
  .hero-tags span:not(:last-child)::after{
    margin-left:8px;
  }
}

/* Responsive adaptation follow-up tweaks */
@media(max-width:640px){
  .catalog-page .catalog-overview a:last-child{
    grid-column:auto;
  }
  .catalog-page .catalog-overview a:nth-child(3):last-child{
    grid-column:1/-1;
  }
}

@media(max-width:430px){
  .home-hero h1{
    font-size:35px;
    line-height:1.08;
    overflow-wrap:normal;
    word-break:normal;
    max-width:100%;
  }
}

/* Text-only document qualification layout */
.proof-gallery-two{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
}
.document-note{
  background:#fff;
  border-top:1px solid rgba(214,71,109,.10);
  border-bottom:1px solid rgba(214,71,109,.10);
}
.qualification-note{
  display:grid;
  gap:18px;
}
.qualification-note h2{
  max-width:900px;
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(34px,4vw,62px);
  line-height:1.02;
  font-weight:500;
  color:#18341f;
}
.qualification-note > p:not(.section-kicker){
  max-width:900px;
  margin:0;
  color:#546248;
  font-size:18px;
  line-height:1.7;
}
.document-note-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:6px;
}
.document-note-grid article{
  padding:22px;
  border:1px solid rgba(214,71,109,.14);
  border-radius:10px;
  background:#fff8fa;
}
.document-note-grid strong{
  display:block;
  margin-bottom:8px;
  color:#18341f;
  font-size:18px;
}
.document-note-grid span{
  display:block;
  color:#546248;
  line-height:1.6;
}
@media(max-width:820px){
  .proof-gallery-two,
  .document-note-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .qualification-note h2{
    font-size:clamp(32px,10vw,44px);
  }
  .qualification-note > p:not(.section-kicker){
    font-size:16px;
  }
  .document-note-grid article{
    padding:20px;
  }
}

/* Balanced product pagination */
.catalog-overview-balanced{
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
}
.catalog-pagination{
  row-gap:10px;
}
.catalog-pagination a{
  min-width:92px;
}
@media(max-width:640px){
  .catalog-page .catalog-overview-balanced{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .catalog-page .catalog-overview-balanced a:last-child{
    grid-column:auto;
  }
}

/* Clear category-first product catalog */
.product-category-home .catalog-hero{
  min-height:420px;
}
.category-entry-section{
  background:#fff;
}
.category-entry-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.category-entry{
  display:grid;
  align-content:start;
  gap:12px;
  min-height:260px;
  padding:24px;
  border:1px solid rgba(214,71,109,.14);
  border-radius:12px;
  background:#fff8fa;
  box-shadow:0 14px 34px rgba(178,72,96,.08);
}
.category-entry span{
  color:#d6476d;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1px;
}
.category-entry strong{
  color:#18341f;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(26px,2.4vw,38px);
  line-height:1;
  font-weight:500;
}
.category-entry em{
  color:#546248;
  font-style:normal;
  line-height:1.6;
}
.category-entry b{
  align-self:end;
  color:#d6476d;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.8px;
}
.catalog-help-band{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  background:#18341f;
  color:#fff;
}
.catalog-help-band h2{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(30px,3.6vw,54px);
  line-height:1;
  font-weight:500;
}
.catalog-help-band p{
  max-width:900px;
  margin:0;
  color:#e9e8d7;
  line-height:1.7;
}
.category-nav-panel a.active{
  color:#d6476d;
  font-weight:900;
}
@media(max-width:1120px){
  .category-entry-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:820px){
  .category-entry-grid,
  .catalog-help-band{
    grid-template-columns:1fr;
  }
  .category-entry{
    min-height:auto;
  }
  .catalog-help-band .btn{
    width:100%;
    box-sizing:border-box;
  }
}

/* Category page navigation clarity */
.category-nav-panel a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.category-nav-panel a span{
  flex:0 0 auto;
}
@media(max-width:820px){
  .category-nav-panel{
    display:grid;
    gap:8px;
  }
  .category-nav-panel a{
    width:100%;
    box-sizing:border-box;
    padding:12px 0;
    border-bottom:1px solid var(--line);
    white-space:normal;
    text-align:left;
  }
  .category-nav-panel a.active{
    padding-left:12px;
    padding-right:12px;
    border:1px solid rgba(214,71,109,.25);
    border-radius:8px;
    background:#fff8fa;
  }
}

/* Product page simplification */
.catalog-page .catalog-hero{
  min-height:0;
  padding-top:clamp(42px,6vw,78px);
  padding-bottom:clamp(42px,6vw,78px);
}
.catalog-page .catalog-hero h1{
  max-width:860px;
}
.catalog-page .catalog-hero p:not(.section-kicker){
  max-width:680px;
}
.compact-heading{
  margin-bottom:22px;
}
.compact-category-entry{
  min-height:190px;
  padding:20px;
}
.compact-category-entry em{
  font-size:15px;
}
.compact-category-entry b{
  margin-top:8px;
}
.compact-group-title{
  grid-template-columns:1fr auto;
  padding:20px;
}
.compact-group-title h2{
  margin:0;
}
.compact-group-title span{
  align-self:center;
}
.category-entry-section{
  padding-top:clamp(38px,5vw,64px);
  padding-bottom:clamp(42px,5vw,70px);
}
@media(max-width:820px){
  .catalog-page .catalog-hero{
    padding-top:38px;
    padding-bottom:38px;
  }
  .compact-category-entry{
    min-height:auto;
  }
  .compact-group-title{
    grid-template-columns:1fr;
    gap:8px;
  }
}

/* Reduced product group pages */
.simplified-product-group-page .catalog-hero{
  min-height:0;
}
.catalog-group-tabs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  background:#fff;
  padding-top:clamp(28px,4vw,46px);
  padding-bottom:clamp(28px,4vw,46px);
}
.group-tab{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:18px 20px;
  border:1px solid rgba(214,71,109,.14);
  border-radius:10px;
  background:#fff8fa;
}
.group-tab strong{
  color:#18341f;
  font-size:20px;
}
.group-tab span{
  color:#d6476d;
  font-weight:900;
}
.group-tab.active{
  border-color:#d6476d;
  background:#fff0f4;
}
@media(max-width:820px){
  .catalog-group-tabs{
    grid-template-columns:1fr;
  }
  .group-tab{
    padding:15px 16px;
  }
}
/* Floating WhatsApp contact button */
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:90;display:inline-flex;align-items:center;gap:10px;min-height:54px;padding:10px 18px;border-radius:999px;background:#25d366;color:#102418;text-decoration:none;font-weight:900;letter-spacing:0;box-shadow:0 18px 38px rgba(37,211,102,.32);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.whatsapp-float:hover{transform:translateY(-2px);background:#31df72;box-shadow:0 22px 46px rgba(37,211,102,.4)}
.whatsapp-float-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#128c4a;font-size:12px;line-height:1}
.whatsapp-float-label{white-space:nowrap}
@media(max-width:640px){.whatsapp-float{right:14px;bottom:14px;min-height:50px;padding:9px 14px}.whatsapp-float-icon{width:32px;height:32px}}
.catalog-body .whatsapp-float{bottom:92px}
@media(max-width:640px){.catalog-body .whatsapp-float{bottom:84px}}

/* Why Choose WEIERLI — homepage marketing and About B2B versions */
.why-home{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(32px,5vw,76px);background:#fff8fa;position:relative;overflow:hidden}
.why-home:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;left:-190px;top:-190px;background:rgba(214,71,109,.07);pointer-events:none}
.why-home-intro{align-self:start;position:sticky;top:28px}
.why-home-intro h2,.why-b2b-heading h2{margin:8px 0 22px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(44px,5.5vw,78px);line-height:.95;font-weight:500;color:#18341f}
.why-home-intro>p:not(.section-kicker){margin:0 0 16px;color:#546248;font-size:17px;line-height:1.72}
.why-home-lead{color:#253b29!important;font-size:20px!important;line-height:1.55!important}
.why-text-link{display:inline-flex;gap:9px;margin-top:12px;color:#d6476d;font-weight:900;text-decoration:none}
.why-home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.why-home-grid article{display:grid;grid-template-columns:auto 1fr;gap:15px;padding:22px;border:1px solid rgba(214,71,109,.13);border-radius:14px;background:#fff;box-shadow:0 12px 30px rgba(178,72,96,.06)}
.why-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#18341f;color:#fff;font-size:12px;font-weight:900}
.why-home-grid h3,.why-b2b-grid h3{margin:1px 0 7px;color:#18341f;font-size:19px}
.why-home-grid p,.why-b2b-grid p{margin:0;color:#65705e;line-height:1.55}
.why-home-cta{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:26px 30px;border-radius:14px;background:#18341f;color:#fff}
.why-home-cta strong{font-family:Georgia,'Times New Roman',serif;font-size:clamp(25px,3vw,38px);font-weight:500}
.why-home-cta p{max-width:760px;margin:7px 0 0;color:#e4eadf;line-height:1.6}
.why-home-cta .btn{flex:0 0 auto}
.why-b2b{background:#fff;padding-top:clamp(64px,8vw,110px);padding-bottom:clamp(64px,8vw,110px)}
.why-b2b-heading{display:grid;grid-template-columns:.72fr 1.28fr;column-gap:clamp(30px,6vw,90px);align-items:end;margin-bottom:42px}
.why-b2b-heading .section-kicker{grid-column:1/-1}
.why-b2b-heading h2{margin-bottom:0}
.why-b2b-heading>p:last-child{margin:0;color:#546248;font-size:18px;line-height:1.75}
.why-b2b-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(34,53,31,.17);border-left:1px solid rgba(34,53,31,.17)}
.why-b2b-grid article{min-height:220px;padding:28px;border-right:1px solid rgba(34,53,31,.17);border-bottom:1px solid rgba(34,53,31,.17);background:#fff;transition:background .2s ease,transform .2s ease}
.why-b2b-grid article:hover{background:#fff8fa;transform:translateY(-2px)}
.why-b2b-grid article>span{display:block;margin-bottom:24px;color:#d6476d;font-size:13px;font-weight:900;letter-spacing:1px}
.why-b2b-grid article:last-child{grid-column:2/3}
@media(max-width:900px){.why-home,.why-b2b-heading{grid-template-columns:1fr}.why-home-intro{position:static}.why-b2b-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-b2b-grid article:last-child{grid-column:auto}}
@media(max-width:640px){.why-home-grid,.why-b2b-grid{grid-template-columns:1fr}.why-home-grid article{padding:18px}.why-home-cta{align-items:flex-start;flex-direction:column;padding:24px}.why-home-cta .btn{width:100%;box-sizing:border-box}.why-b2b-grid article{min-height:0;padding:24px}}

/* 2026 product update */
.new-product-showcase{padding:80px max(5vw,24px);background:#fff9fb}.new-product-showcase .section-heading{max-width:820px;margin-bottom:32px}.new-product-showcase .section-heading>span{display:block;color:#6e5e66;line-height:1.7}.new-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.new-product-grid a{display:flex;flex-direction:column;color:inherit;text-decoration:none;background:#fff;border:1px solid #eadde3;border-radius:24px;overflow:hidden;box-shadow:0 16px 42px rgba(82,37,57,.08)}.new-product-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.new-product-grid strong{font-size:21px;padding:20px 20px 8px}.new-product-grid span{padding:0 20px 24px;color:#6e5e66;line-height:1.55}.new-product-showcase .factory-photo-action{margin-top:28px}.product-quick-specs{list-style:none;padding:0;margin:12px 0;color:#6e5e66;font-size:13px}.product-quick-specs li{margin:4px 0}@media(max-width:780px){.new-product-grid{grid-template-columns:1fr}}
/* AI-friendly standalone product pages */
.product-detail-page{max-width:1240px;margin:0 auto;padding:30px 24px 80px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;color:#756970;font-size:13px;margin:0 0 28px}.breadcrumbs a{color:#8c365d;text-decoration:none}.product-detail-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:64px;align-items:center}.product-detail-hero figure{margin:0;background:#f8f3f5;border-radius:28px;overflow:hidden}.product-detail-hero img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.product-detail-copy h1{font-size:clamp(34px,5vw,64px);line-height:1.03;margin:12px 0 15px}.product-detail-copy>p{font-size:17px;line-height:1.75}.product-sku{font-weight:700;color:#8c365d}.product-spec-section,.product-faq-section{padding-top:76px}.product-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#eadde3;border:1px solid #eadde3;border-radius:22px;overflow:hidden}.product-spec-grid div{background:#fff;padding:24px}.product-spec-grid dt{font-weight:800;color:#442938;margin-bottom:8px}.product-spec-grid dd{margin:0;color:#695b63;line-height:1.6}.product-faq-section details{border-bottom:1px solid #e7dce1;padding:20px 0}.product-faq-section summary{font-weight:800;cursor:pointer}.product-faq-section details p{color:#695b63;line-height:1.7}.product-detail-link{color:inherit;text-decoration:none}.product-detail-link:hover{text-decoration:underline}@media(max-width:780px){.product-detail-hero{grid-template-columns:1fr;gap:30px}.product-spec-grid{grid-template-columns:1fr}.product-detail-page{padding-inline:16px}}

@media(min-width:1100px){.new-product-grid{grid-template-columns:repeat(4,1fr)}}

/* Wholesale pricing */
.product-commerce{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0 6px}.product-commerce span{display:flex;flex-direction:column;padding:10px 12px;background:#fff5f8;border:1px solid #efdbe4;border-radius:12px}.product-commerce small{color:#806f77;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.product-commerce strong{color:#8c365d;font-size:14px;margin-top:3px}.price-note{font-size:11px!important;line-height:1.45!important;color:#85757d!important;margin:0 0 12px!important}@media(max-width:520px){.product-commerce{grid-template-columns:1fr}}

/* Tiered EXW price ranges */
.product-price-range{grid-template-columns:minmax(0,1.45fr) minmax(0,.8fr)}.tier-prices{display:grid;gap:3px;margin:7px 0 8px;color:#6f6068;font-size:11px}.tier-prices span{display:block}@media(max-width:520px){.product-price-range{grid-template-columns:1fr}}

/* Catalog layout consolidation */
.catalog-page .catalog-section{padding-top:clamp(36px,5vw,64px);padding-bottom:clamp(56px,7vw,96px)}
.catalog-page .product-layout{grid-template-columns:236px minmax(0,1fr);gap:clamp(22px,3vw,38px);max-width:1500px;margin:0 auto}
.catalog-page .category-nav-panel{top:96px;padding:18px;border-radius:14px}
.catalog-page .category-nav-panel>strong{margin:12px 0 7px;font-size:11px;letter-spacing:.12em}
.catalog-page .category-nav-panel>strong:first-child{margin-top:0}
.catalog-page .category-nav-panel a{min-height:42px;padding:10px 8px;font-size:13px;line-height:1.25}
.catalog-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 18px;align-items:stretch}
.catalog-page .catalog-group-title{margin:24px 0 0;padding:19px 22px;border-radius:12px;box-shadow:none}
.catalog-page .catalog-group-title:first-child{margin-top:0}
.catalog-page .catalog-group-title h2{font-size:clamp(22px,2.3vw,32px);letter-spacing:-.02em;text-transform:none}
.catalog-page .product-card{display:flex;min-width:0;flex-direction:column;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(87,44,58,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.catalog-page .product-card:hover{transform:translateY(-3px);border-color:rgba(214,71,109,.28);box-shadow:0 16px 34px rgba(87,44,58,.13)}
.catalog-page .product-image{width:100%;aspect-ratio:1/1;padding:12px;box-sizing:border-box;background:linear-gradient(145deg,#fff9fb,#f8f6f2)}
.catalog-page .product-image img{width:100%;height:100%;object-fit:contain;object-position:center}
.catalog-page .product-info{display:flex;flex:1;min-width:0;flex-direction:column;padding:17px 16px 16px}
.catalog-page .product-kicker{margin:0 0 8px;color:#a34361;font-size:10px;line-height:1.35;letter-spacing:.08em}
.catalog-page .product-info h3{min-height:46px;margin:0 0 9px;font-size:17px;line-height:1.32}
.catalog-page .product-info h3 a{color:inherit;text-decoration:none}
.catalog-page .product-info>p:not(.product-kicker):not(.product-meta):not(.price-note){display:-webkit-box;min-height:60px;margin:0 0 11px;overflow:hidden;color:#646464;font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.catalog-page .product-info .product-meta{min-height:0;margin:0 0 12px;padding:9px 0 0;border-top:1px solid #f0e3e8;color:#7c5260;font-size:11px;line-height:1.45}
.catalog-page .product-commerce{grid-template-columns:minmax(0,1.45fr) minmax(90px,.75fr);gap:8px;margin:auto 0 7px}
.catalog-page .product-commerce span{display:flex;min-width:0;min-height:64px;justify-content:center;padding:10px;border-radius:9px;background:#fff5f8}
.catalog-page .product-commerce small{font-size:9px;line-height:1.25}
.catalog-page .product-commerce strong{overflow-wrap:anywhere;font-size:13px;line-height:1.3}
.catalog-page .price-note{min-height:32px;margin:0 0 11px!important;font-size:10px!important;line-height:1.45!important}
.catalog-page .product-actions{margin-top:auto}
.catalog-page .product-actions .btn,.catalog-page .inquiry-link{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;box-sizing:border-box;margin:0;padding:10px 13px;border-radius:8px;font-size:12px}
.catalog-page .product-tags{margin-top:11px;gap:5px}
.catalog-page .product-info .product-tags span{max-width:100%;padding:5px 7px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:1180px){
  .catalog-page .product-layout{grid-template-columns:1fr}
  .catalog-page .category-nav-panel{position:static;display:flex;gap:8px;overflow-x:auto;padding:12px;white-space:nowrap}
  .catalog-page .category-nav-panel>strong{display:none}
  .catalog-page .category-nav-panel a{flex:0 0 auto;min-height:38px;padding:9px 12px;border:1px solid #ecdde2;border-radius:999px}
  .catalog-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){.catalog-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){
  .catalog-page .catalog-section{padding-top:24px}
  .catalog-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 10px}
  .catalog-page .catalog-group-title{padding:15px 16px}
  .catalog-page .product-card{border-radius:11px}
  .catalog-page .product-image{padding:8px}
  .catalog-page .product-info{padding:12px 10px}
  .catalog-page .product-info h3{min-height:52px;font-size:14px}
  .catalog-page .product-info>p:not(.product-kicker):not(.product-meta):not(.price-note){min-height:53px;font-size:11px}
  .catalog-page .product-commerce{grid-template-columns:1fr;margin-top:auto}
  .catalog-page .product-commerce span{min-height:51px;padding:8px}
  .catalog-page .price-note{display:none}
}
@media(max-width:460px){
  .catalog-page .product-grid{grid-template-columns:1fr;gap:16px}
  .catalog-page .product-image{aspect-ratio:4/3;padding:12px}
  .catalog-page .product-info{padding:15px}
  .catalog-page .product-info h3{min-height:auto;font-size:17px}
  .catalog-page .product-info>p:not(.product-kicker):not(.product-meta):not(.price-note){min-height:auto}
  .catalog-page .product-commerce{grid-template-columns:minmax(0,1.45fr) minmax(92px,.75fr)}
}

/* Global independent-site category menu */
.site-category-menu-ready .topbar{min-height:30px;justify-content:center;padding:7px 24px;background:#18341f;border:0;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-align:center;text-transform:uppercase}
.site-category-menu-ready .header{position:sticky;top:0;z-index:80;grid-template-columns:auto minmax(0,1fr) auto;gap:28px;min-height:78px;padding:10px clamp(20px,5vw,76px);background:rgba(255,255,255,.97);border-bottom:1px solid #e9e9e9;box-shadow:none;backdrop-filter:blur(14px)}
.site-category-menu-ready .brand{grid-column:1;grid-row:1;font-size:29px;line-height:1;text-align:left;letter-spacing:3px}
.site-category-menu-ready .brand span{margin-top:6px;color:#d6476d;font-size:8px;letter-spacing:1.35px;white-space:nowrap}
.site-category-menu-ready .header>.nav:not(.right){grid-column:2;grid-row:1;justify-content:center;gap:20px}
.site-category-menu-ready .header>.nav.right{grid-column:3;grid-row:1;gap:8px}
.site-category-menu-ready .nav a{min-height:42px;padding:0;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#171717;font-size:14px;font-weight:600;white-space:nowrap}
.site-category-menu-ready .nav a:hover,.site-category-menu-ready .nav a:focus-visible{border-color:#e66a80;background:transparent;color:#e05f77}
@media(max-width:1180px){.site-category-menu-ready .header{grid-template-columns:1fr;gap:8px;padding:12px 22px}.site-category-menu-ready .brand,.site-category-menu-ready .header>.nav:not(.right),.site-category-menu-ready .header>.nav.right{grid-column:1;grid-row:auto;justify-content:flex-start}.site-category-menu-ready .brand{font-size:26px}.site-category-menu-ready .header>.nav:not(.right){order:2;overflow-x:auto;flex-wrap:nowrap}.site-category-menu-ready .header>.nav.right{display:none}}
@media(max-width:640px){.site-category-menu-ready .topbar{font-size:9px;letter-spacing:.04em}.site-category-menu-ready .header{top:0;padding:10px 16px}.site-category-menu-ready .brand{font-size:23px}.site-category-menu-ready .brand span{font-size:7px;letter-spacing:1px}}

/* Top category navigation and 10-product pagination */
.catalog-page .product-layout{display:block}
.catalog-page .category-nav-panel{
  position:static;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  margin:0 0 24px;
  padding:20px;
  white-space:normal;
}
.catalog-page .category-nav-panel>strong{
  grid-column:1/-1;
  margin:8px 0 2px;
}
.catalog-page .category-nav-panel>strong:first-child{margin-top:0}
.catalog-page .category-nav-panel a{
  display:flex;
  min-width:0;
  min-height:46px;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:10px 12px;
  border:1px solid #efdde4;
  border-radius:9px;
  background:#fffafa;
}
.catalog-page .category-nav-panel a span{float:none}
.catalog-page .category-nav-panel .filter-cta{
  grid-column:1/-1;
  width:100%;
  min-height:46px;
}
.catalog-page .product-card[hidden],
.catalog-page .catalog-group-title[hidden]{display:none!important}
.catalog-pagination{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:7px;
  scroll-margin-top:110px;
}
.catalog-pagination-top{margin:0 0 22px}
.catalog-pagination-bottom{margin:30px 0 0}
.catalog-page-button{
  min-width:40px;
  height:40px;
  padding:0 12px;
  border:1px solid #e5cfd7;
  border-radius:7px;
  background:#fff;
  color:#49383f;
  font:inherit;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}
.catalog-page-button:hover{border-color:#d6476d;color:#d6476d}
.catalog-page-button.active{border-color:#d6476d;background:#d6476d;color:#fff}
.catalog-page-button:disabled{opacity:.38;cursor:not-allowed}
.catalog-page-button.page-arrow{min-width:86px}
.page-gap{padding:0 3px;color:#8a7880}
@media(max-width:1000px){
  .catalog-page .category-nav-panel{grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}
}
@media(max-width:640px){
  .catalog-page .category-nav-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:13px}
  .catalog-page .category-nav-panel>strong{display:block}
  .catalog-page .category-nav-panel a{min-height:42px;padding:8px 9px;font-size:12px;white-space:normal}
  .catalog-pagination{gap:5px}
  .catalog-page-button{min-width:36px;height:38px;padding:0 9px}
  .catalog-page-button.page-arrow{min-width:72px}
}
@media(max-width:420px){
  .catalog-page .category-nav-panel{grid-template-columns:1fr}
}

/* Gloss-inspired wholesale catalog */
.catalog-page{background:#fff}
.catalog-page .catalog-hero{
  min-height:0;
  padding:54px max(5vw,24px) 42px;
  border-bottom:1px solid #eee;
  background:#fff;
}
.catalog-page .catalog-hero .section-kicker{color:#d6476d}
.catalog-page .catalog-hero h1{
  margin:8px 0 12px;
  color:#151515;
  font-family:Arial,Helvetica,sans-serif;
  font-size:clamp(38px,5vw,68px);
  font-weight:700;
  line-height:1.02;
  letter-spacing:-.045em;
}
.catalog-page .catalog-hero p:not(.section-kicker){
  max-width:720px;
  color:#666;
  font-size:16px;
}
.catalog-page .catalog-section{
  max-width:1560px;
  margin:0 auto;
  padding:42px max(4vw,24px) 90px;
  background:#fff;
}
.catalog-page .category-nav-panel{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0 28px;
  margin:0 0 28px;
  padding:0 0 18px;
  border:0;
  border-bottom:1px solid #e9e9e9;
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
.catalog-page .category-nav-panel::before{
  content:"Categories";
  flex:0 0 100%;
  margin-bottom:18px;
  color:#151515;
  font-size:24px;
  font-weight:700;
}
.catalog-page .category-nav-panel>strong{display:none}
.catalog-page .category-nav-panel a{
  display:inline-flex;
  flex:0 0 auto;
  min-height:40px;
  align-items:center;
  gap:7px;
  padding:8px 0;
  border:0;
  border-bottom:2px solid transparent;
  border-radius:0;
  background:transparent;
  color:#222;
  font-size:14px;
  font-weight:500;
  white-space:nowrap;
}
.catalog-page .category-nav-panel a:hover,
.catalog-page .category-nav-panel a.active{
  border-bottom-color:#e96c82;
  color:#e05e76;
  background:transparent;
}
.catalog-page .category-nav-panel a span{
  color:#999;
  font-size:11px;
  font-weight:600;
}
.catalog-page .category-nav-panel .filter-cta{
  width:auto;
  min-height:40px;
  margin:0 0 0 auto;
  padding:8px 15px;
  border:1px solid #ddd;
  border-radius:0;
  background:#fff;
  color:#222;
  font-size:13px;
  font-weight:600;
}
.catalog-page .catalog-group-title{display:none!important}
.catalog-page .product-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:42px 22px;
}
.catalog-page .product-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  overflow:visible;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
.catalog-page .product-card:hover{
  transform:none;
  border-color:transparent;
  box-shadow:none;
}
.catalog-page .product-image{
  position:relative;
  width:100%;
  aspect-ratio:1/1.08;
  margin:0 0 16px;
  padding:14px;
  overflow:hidden;
  background:#f8f8f8;
}
.catalog-page .product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .35s ease;
}
.catalog-page .product-image-link{display:block;width:100%;height:100%}
.catalog-page .product-card:hover .product-image img{transform:scale(1.035)}
.catalog-page .product-info{display:flex;flex:1;flex-direction:column;padding:0}
.catalog-page .product-kicker{
  order:1;
  margin:0 0 7px;
  color:#8a8a8a;
  font-size:11px;
  font-weight:500;
  letter-spacing:0;
  text-transform:none;
}
.catalog-page .product-info h3{
  order:2;
  min-height:44px;
  margin:0 0 9px;
  color:#181818;
  font-size:15px;
  font-weight:600;
  line-height:1.45;
}
.catalog-page .product-info>p:not(.product-kicker):not(.product-meta):not(.price-note),
.catalog-page .product-meta,
.catalog-page .price-note,
.catalog-page .product-tags,
.catalog-page .product-quick-specs,
.catalog-page .product-view-link{display:none!important}
.catalog-page .product-commerce{
  order:3;
  display:block;
  margin:auto 0 14px;
}
.catalog-page .product-commerce span{
  display:flex;
  min-height:0;
  flex-direction:row;
  align-items:baseline;
  justify-content:flex-start;
  gap:6px;
  padding:0;
  border:0;
  background:transparent;
}
.catalog-page .product-commerce span+span{margin-top:5px}
.catalog-page .product-commerce small{
  color:#777;
  font-size:10px;
  font-weight:500;
  letter-spacing:0;
  text-transform:none;
}
.catalog-page .product-commerce strong{
  margin:0;
  color:#d6476d;
  font-size:13px;
  font-weight:700;
}
.catalog-page .product-commerce span+span strong{color:#333}
.catalog-page .product-actions,
.catalog-page .inquiry-link{order:4}
.catalog-page .product-actions .btn,
.catalog-page .inquiry-link{
  min-height:40px;
  border:1px solid #222;
  border-radius:0;
  background:#fff;
  color:#222;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:none;
}
.catalog-page .product-actions .btn:hover,
.catalog-page .inquiry-link:hover{background:#222;color:#fff}
.catalog-pagination{justify-content:center;border-top:1px solid #eee}
.catalog-pagination-top{margin:0 0 30px;padding-top:20px}
.catalog-pagination-bottom{margin:48px 0 0;padding-top:24px}
.catalog-page-button{
  min-width:38px;
  height:38px;
  border:0;
  border-radius:0;
  background:#fff;
  color:#555;
  font-weight:600;
}
.catalog-page-button:hover{background:#f3f3f3;color:#111}
.catalog-page-button.active{background:#191919;color:#fff}
.catalog-page-button.page-arrow{min-width:88px;border:1px solid #ddd}
@media(max-width:1280px){
  .catalog-page .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:980px){
  .catalog-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .catalog-page .category-nav-panel{gap:0 20px}
  .catalog-page .category-nav-panel .filter-cta{margin-left:0}
}
@media(max-width:700px){
  .catalog-page .catalog-hero{padding:36px 18px 30px}
  .catalog-page .catalog-section{padding:28px 16px 64px}
  .catalog-page .category-nav-panel{
    display:flex;
    flex-wrap:nowrap;
    gap:22px;
    overflow-x:auto;
    padding-bottom:12px;
    -webkit-overflow-scrolling:touch;
  }
  .catalog-page .category-nav-panel::before{display:none}
  .catalog-page .category-nav-panel a{width:auto;white-space:nowrap}
  .catalog-page .category-nav-panel .filter-cta{display:none}
  .catalog-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 12px}
  .catalog-page .product-image{margin-bottom:12px;padding:8px}
  .catalog-page .product-info h3{min-height:42px;font-size:13px;line-height:1.4}
  .catalog-page .product-commerce strong{font-size:12px}
}
@media(max-width:420px){
  .catalog-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .catalog-page .product-actions .btn,.catalog-page .inquiry-link{min-height:38px;padding:8px 5px;font-size:10px}
  .catalog-page-button.page-arrow{min-width:70px}
}

/* Store-style catalog header: categories belong in the navigation, not above every product */
.catalog-page .category-nav-panel{display:none!important}
.catalog-body .topbar{
  min-height:30px;
  justify-content:center;
  padding:7px 24px;
  background:#18341f;
  border:0;
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-align:center;
  text-transform:uppercase;
}
.catalog-body .header{
  position:sticky;
  top:0;
  z-index:80;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:28px;
  min-height:78px;
  padding:10px clamp(20px,5vw,76px);
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #e9e9e9;
  box-shadow:none;
  backdrop-filter:blur(14px);
}
.catalog-body .brand{grid-column:1;grid-row:1;font-size:29px;line-height:1;text-align:left;letter-spacing:3px}
.catalog-body .brand span{margin-top:6px;color:#d6476d;font-size:8px;letter-spacing:1.35px;white-space:nowrap}
.catalog-body .header>.nav:not(.right){grid-column:2;grid-row:1;justify-content:center;gap:20px}
.catalog-body .header>.nav.right{grid-column:3;grid-row:1;gap:8px}
.catalog-body .nav a,.catalog-menu-trigger{
  min-height:42px;
  padding:0;
  border:0;
  border-bottom:2px solid transparent;
  border-radius:0;
  background:transparent;
  color:#171717;
  font:inherit;
  font-size:14px;
  font-weight:600;
  white-space:nowrap;
}
.catalog-body .nav a:hover,.catalog-body .nav a:focus-visible,.catalog-menu-trigger:hover,.catalog-menu-trigger:focus-visible{border-color:#e66a80;background:transparent;color:#e05f77}
.catalog-menu-wrap{position:relative;display:inline-flex;align-items:center}
.catalog-menu-trigger{display:inline-flex;align-items:center;cursor:pointer}
.catalog-menu-trigger::after{content:"⌄";margin-left:7px;font-size:16px;line-height:1;transform:translateY(-1px)}
.catalog-menu-dropdown{
  position:absolute;
  top:100%;
  left:50%;
  display:none;
  width:min(620px,calc(100vw - 40px));
  max-height:min(70vh,620px);
  padding:0;
  overflow:auto;
  transform:translateX(-50%);
  background:#fff;
  border:1px solid #f0f0f0;
  box-shadow:0 18px 42px rgba(0,0,0,.13);
}
.catalog-menu-wrap.open .catalog-menu-dropdown{display:block}
.catalog-menu-dropdown{grid-template-columns:minmax(180px,.78fr) minmax(260px,1.22fr)}
.catalog-menu-wrap.open .catalog-menu-dropdown{display:grid}
.catalog-menu-column{padding:20px 0;border-right:1px solid #eeeeee}
.catalog-menu-column:last-child{border-right:0}
.catalog-menu-column p{margin:0 24px 9px;color:#a34a62;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.catalog-menu-dropdown a{display:block!important;min-height:0!important;padding:9px 24px!important;border:0!important;color:#292929!important;font-size:14px!important;font-weight:500!important;line-height:1.35;text-decoration:none}
.catalog-menu-dropdown a:hover,.catalog-menu-dropdown a.active{background:#fff5f7!important;color:#d6476d!important}
.catalog-page .catalog-hero{padding-top:46px;padding-bottom:38px}
.catalog-page .catalog-section{padding-top:32px}
.catalog-pagination-top{margin-top:0}
@media(max-width:1180px){
  .catalog-body .header{grid-template-columns:1fr;gap:8px;padding:12px 22px}
  .catalog-body .brand,.catalog-body .header>.nav:not(.right),.catalog-body .header>.nav.right{grid-column:1;grid-row:auto;justify-content:flex-start}
  .catalog-body .brand{font-size:26px}
  .catalog-body .header>.nav:not(.right){order:2;overflow-x:auto;flex-wrap:nowrap}
  .catalog-body .header>.nav.right{display:none}
}
@media(max-width:640px){
  .catalog-body .topbar{font-size:9px;letter-spacing:.04em}
  .catalog-body .header{top:0;padding:10px 16px}
  .catalog-body .brand{font-size:23px}
  .catalog-body .brand span{font-size:7px;letter-spacing:1px}
  .catalog-body .header>.nav:not(.right){gap:18px}
  .catalog-body .nav a,.catalog-menu-trigger{min-height:36px;font-size:13px}
  .catalog-menu-dropdown{position:fixed;top:102px;left:16px;right:16px;width:auto;max-height:68vh;transform:none}
  .catalog-menu-wrap.open .catalog-menu-dropdown{display:block}
  .catalog-menu-column{border-right:0;border-bottom:1px solid #eee}
  .catalog-menu-column:last-child{border-bottom:0}
}

/* Catalog density correction: show products first, not empty decoration */
.catalog-page .catalog-hero{
  min-height:0;
  padding:30px max(4vw,24px) 26px;
}
.catalog-page .catalog-hero .section-kicker{margin:0 0 8px;font-size:11px}
.catalog-page .catalog-hero h1{margin:0 0 10px;font-size:clamp(30px,3.4vw,48px);letter-spacing:-.04em}
.catalog-page .catalog-hero p:not(.section-kicker){margin:0;font-size:14px;line-height:1.5}
.catalog-page .catalog-group-tabs{display:none}
.catalog-page .catalog-section{padding-top:26px}
.catalog-page .product-grid{gap:34px 22px}
.catalog-pagination-top{margin-bottom:26px;padding-top:0;border-top:0}
@media(max-width:700px){
  .catalog-page .catalog-hero{padding:26px 16px 20px}
  .catalog-page .catalog-hero h1{font-size:32px}
  .catalog-page .catalog-section{padding-top:20px}
  .catalog-page .product-grid{gap:28px 12px}
}

/* Clear independent-store product navigation */
.catalog-menu-wrap{
  position:relative;
  display:inline-flex;
  align-items:center;
}
.catalog-menu-wrap.open::after{
  content:"";
  position:absolute;
  z-index:121;
  top:100%;
  right:-24px;
  left:-24px;
  height:12px;
}
.catalog-menu-trigger{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:42px;
  padding:0;
  border:0;
  border-bottom:2px solid transparent;
  border-radius:0;
  background:transparent;
  color:#171717;
  font:inherit;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  white-space:nowrap;
}
.catalog-menu-trigger::after{
  content:"⌄";
  display:block;
  font-size:16px;
  line-height:1;
  transition:transform .2s ease;
}
.catalog-menu-wrap.open .catalog-menu-trigger::after{transform:rotate(180deg)}
.catalog-menu-trigger:hover,
.catalog-menu-trigger:focus-visible,
.catalog-menu-wrap.open .catalog-menu-trigger{
  border-color:#e66a80;
  color:#d6476d;
}
.catalog-menu-dropdown{
  position:absolute;
  z-index:120;
  top:calc(100% + 10px);
  left:50%;
  display:grid;
  grid-template-columns:245px minmax(0,1fr);
  width:min(980px,calc(100vw - 48px));
  max-height:min(72vh,650px);
  padding:0;
  overflow:auto;
  visibility:hidden;
  opacity:0;
  transform:translate(-50%,-8px);
  border:1px solid #eadde1;
  border-radius:4px;
  background:#fff;
  box-shadow:0 24px 60px rgba(68,31,42,.18);
  pointer-events:none;
  transition:opacity .16s ease,transform .16s ease,visibility .16s;
}
.catalog-menu-dropdown::before{
  content:"";
  position:absolute;
  top:-12px;
  right:0;
  left:0;
  height:12px;
}
.catalog-menu-wrap.open .catalog-menu-dropdown{
  display:grid;
  visibility:visible;
  opacity:1;
  transform:translate(-50%,0);
  pointer-events:auto;
}
.catalog-menu-intro{
  padding:32px 26px;
  background:#fff5f7;
  border-right:1px solid #f0e2e6;
}
.catalog-menu-intro>span{
  color:#cf4568;
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.catalog-menu-intro strong{
  display:block;
  margin:10px 0 12px;
  color:#161616;
  font-size:25px;
  line-height:1.1;
}
.catalog-menu-intro p{
  margin:0 0 22px;
  color:#6e6265;
  font-size:13px;
  line-height:1.6;
}
.catalog-menu-intro a{
  display:inline-flex!important;
  gap:8px;
  min-height:0!important;
  padding:0 0 5px!important;
  border:0!important;
  border-bottom:1px solid #d6476d!important;
  color:#b83759!important;
  font-size:12px!important;
  font-weight:800!important;
}
.catalog-menu-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  padding:25px 12px;
}
.catalog-menu-column{
  min-width:0;
  padding:0 16px;
  border-right:1px solid #f0e8ea;
}
.catalog-menu-column:last-child{border-right:0}
.catalog-menu-dropdown .catalog-menu-column a{
  display:block!important;
  min-height:0!important;
  margin:0!important;
  padding:7px 0!important;
  border:0!important;
  color:#5b5355!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.35;
  white-space:normal;
  text-decoration:none;
}
.catalog-menu-dropdown .catalog-menu-column .catalog-menu-heading{
  margin-bottom:9px!important;
  padding:0 0 11px!important;
  border-bottom:2px solid #f2c6d1!important;
  color:#181818!important;
  font-size:14px!important;
  font-weight:800!important;
}
.catalog-menu-dropdown .catalog-menu-column a:hover,
.catalog-menu-dropdown .catalog-menu-column a:focus-visible{
  background:transparent!important;
  color:#d6476d!important;
}

/* Keep the five main ranges visible above every catalog grid. */
.catalog-page .catalog-group-tabs{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  padding:24px max(4vw,24px);
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  background:#fff;
}
.catalog-page .group-tab{
  display:flex;
  min-width:0;
  min-height:72px;
  flex-direction:column;
  justify-content:center;
  padding:13px 16px;
  border:1px solid #eadfe2;
  border-radius:3px;
  background:#fff;
  color:#282426;
  text-decoration:none;
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}
.catalog-page .group-tab strong{font-size:14px;line-height:1.25}
.catalog-page .group-tab span{margin-top:5px;color:#8d8386;font-size:11px}
.catalog-page .group-tab:hover,
.catalog-page .group-tab.active{
  border-color:#db5a7a;
  background:#fff5f7;
  color:#c63e61;
  transform:translateY(-1px);
}

@media(max-width:980px){
  .catalog-menu-dropdown{
    left:0;
    grid-template-columns:210px minmax(0,1fr);
    width:min(820px,calc(100vw - 32px));
    transform:translate(0,-8px);
  }
  .catalog-menu-wrap.open .catalog-menu-dropdown{transform:translate(0,0)}
  .catalog-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 0}
  .catalog-menu-column:nth-child(2){border-right:0}
}
@media(max-width:700px){
  .catalog-menu-trigger{min-height:36px;font-size:13px}
  .catalog-menu-dropdown{
    position:fixed;
    top:96px;
    right:12px;
    left:12px;
    display:block;
    width:auto;
    max-height:calc(100vh - 112px);
    transform:translateY(-8px);
  }
  .catalog-menu-wrap.open .catalog-menu-dropdown{display:block;transform:none}
  .catalog-menu-intro{padding:20px;border-right:0;border-bottom:1px solid #f0e2e6}
  .catalog-menu-intro strong{font-size:21px}
  .catalog-menu-intro p{display:none}
  .catalog-menu-intro a{margin-top:12px!important}
  .catalog-menu-grid{display:block;padding:8px 18px 18px}
  .catalog-menu-column{padding:14px 0;border-right:0;border-bottom:1px solid #f0e8ea}
  .catalog-menu-column:last-child{border-bottom:0}
  .catalog-menu-dropdown .catalog-menu-column a{padding:8px 4px!important}
  .catalog-page .catalog-group-tabs{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:16px;
    scroll-snap-type:x proximity;
  }
  .catalog-page .group-tab{
    flex:0 0 150px;
    min-height:64px;
    scroll-snap-align:start;
  }
}

/* The catalog is navigated from the header menu; remove the redundant five-card strip. */
.catalog-page .catalog-group-tabs{display:none!important}
.catalog-page .catalog-hero{display:none!important}
.catalog-page .catalog-pagination-top{display:none!important}
.catalog-page .catalog-section{
  padding-top:clamp(22px,3vw,42px);
}
.product-price-range.indicative-range{
  border-color:#efced7;
  background:#fff8fa;
}
.product-price-range.indicative-range small{color:#a34660}
