@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root{
  --ink:#101110;
  --ink-2:#171918;
  --ink-3:#242625;
  --paper:#ffffff;
  --soft:#f4f3f0;
  --soft-2:#eceae5;
  --line:#dcdad4;
  --muted:#666962;
  --accent:#aa9270;
  --accent-soft:#d7c9b4;
  --success:#1f7a4f;
  --shadow:0 18px 50px rgba(15,16,15,.10);
  --radius:18px;
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Manrope","Avenir Next","Segoe UI",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
body.specification-modal-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.section{padding:104px 0}
.skip-link{position:fixed;z-index:9999;left:16px;top:12px;padding:10px 14px;background:#fff;color:#111;border-radius:6px;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.svg-sprite{pointer-events:none}

/* Header */
.site-header{position:sticky;z-index:1000;top:0;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(20,20,20,.12);backdrop-filter:blur(16px);transition:box-shadow .25s ease}
.site-header.scrolled{box-shadow:0 10px 30px rgba(0,0,0,.08)}

/* Full-width navigation bar inspired by the supplied reference */
.site-header>.header-inner{width:100%;max-width:none;margin-inline:0;padding-inline:28px}
.site-header .brand{margin-right:8px}
.site-header .desktop-nav{margin-left:auto}
.header-inner{min-height:78px;display:flex;align-items:center;gap:26px}
.brand{display:inline-flex;align-items:center;flex:0 0 auto}
.brand img{width:176px;height:auto;filter:contrast(1.2)}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:28px;margin-left:auto;font-size:12px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.desktop-nav>a,.nav-dropdown>a{position:relative;display:flex;align-items:center;gap:5px;padding:28px 0;white-space:nowrap}
.desktop-nav>a::after,.nav-dropdown>a::after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:2px;background:var(--ink);transition:right .25s ease}
.desktop-nav>a:hover::after,.desktop-nav>a.active::after,.nav-dropdown:hover>a::after{right:0}
.nav-dropdown{position:relative}
.nav-dropdown>a svg{width:13px;height:13px}
.nav-dropdown-menu{position:absolute;top:calc(100% - 8px);left:-22px;min-width:220px;padding:10px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:none}
.nav-dropdown-menu a{display:block;padding:11px 12px;font-size:12px;font-weight:700;text-transform:none;letter-spacing:.01em;border-radius:6px}
.nav-dropdown-menu a:hover{background:var(--soft)}
.header-actions{display:flex;align-items:center;gap:12px;margin-left:10px}
.header-phone{display:none;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:50%}
.header-phone svg{width:18px;height:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:48px;padding:0 24px;border:1px solid transparent;border-radius:4px;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease}
.btn:hover{transform:translateY(-2px)}
.btn svg{width:18px;height:18px}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:#2a2d2b}
.btn-light{background:#fff;color:#121312;border-color:#fff}
.btn-light:hover{background:#ecebe8}
.btn-small{min-height:42px;padding:0 22px;font-size:11px}
.menu-toggle{display:none;margin-left:auto;width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:50%;align-items:center;justify-content:center}
.menu-toggle svg{width:20px;height:20px}
.menu-close{display:none}
.mobile-nav{display:none}

/* Hero */
.manufacturing-hero{position:relative;isolation:isolate;min-height:720px;background:#111311 url("assets/images/hero/factory-tshirts-hero.webp") center/cover no-repeat;color:#fff;overflow:hidden}
.manufacturing-hero::before{content:"";position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(10,12,10,.98) 0%,rgba(10,12,10,.92) 41%,rgba(10,12,10,.55) 67%,rgba(10,12,10,.18) 100%)}
.manufacturing-hero::after{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 73% 42%,rgba(198,171,132,.19),transparent 31%),linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.23))}
.hero-ambient{position:absolute;z-index:-1;border:1px solid rgba(255,255,255,.10);border-radius:50%;pointer-events:none}
.hero-ambient-one{width:520px;height:520px;right:-180px;top:-220px}
.hero-ambient-two{width:290px;height:290px;left:44%;bottom:-205px;border-color:rgba(198,171,132,.24)}
.manufacturing-hero-inner{position:relative;z-index:2;min-height:650px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);align-items:center;gap:74px;padding-block:68px 62px}
.manufacturing-hero-copy{width:auto;max-width:680px;padding:0}
.hero-overline{display:flex;align-items:center;gap:11px;margin-bottom:25px;font-size:10px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;color:#e3d7c4}
.hero-overline span{width:30px;height:1px;background:#d9c09b}
.manufacturing-hero h1{margin:0;font-size:clamp(54px,5.6vw,88px);line-height:.92;letter-spacing:-.058em;text-transform:none;font-weight:300}
.manufacturing-hero h1 strong{display:inline-block;margin-top:7px;color:#e6d7bf;font-weight:850}
.manufacturing-hero p{max-width:610px;margin:28px 0 31px;font-size:16px;line-height:1.72;color:rgba(255,255,255,.77)}
.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.hero-primary-cta{min-height:54px;padding-inline:25px;background:#e8dcc9;color:#131513;border-color:#e8dcc9}
.hero-primary-cta:hover{background:#fff;border-color:#fff}
.hero-secondary-cta{min-height:54px;padding-inline:24px;background:rgba(255,255,255,.05);color:#fff;border-color:rgba(255,255,255,.30);backdrop-filter:blur(9px)}
.hero-secondary-cta:hover{background:#fff;color:#151715;border-color:#fff}
.hero-trust-row{display:flex;align-items:center;gap:23px;margin-top:27px;flex-wrap:wrap;color:rgba(255,255,255,.72)}
.hero-trust-row span{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.hero-trust-row svg{width:16px;height:16px;padding:3px;border:1px solid rgba(232,220,201,.48);border-radius:50%;color:#e8dcc9}
.hero-showcase{position:relative;min-height:500px;display:flex;align-items:center;justify-content:flex-end}
.hero-editorial-card{position:relative;width:min(100%,490px);padding:18px;background:rgba(244,240,233,.95);color:#111311;border:1px solid rgba(255,255,255,.65);box-shadow:0 36px 90px rgba(0,0,0,.38);backdrop-filter:blur(18px);transform:rotate(.4deg)}
.hero-editorial-card::before{content:"";position:absolute;inset:7px;border:1px solid rgba(17,19,17,.07);pointer-events:none}
.hero-editorial-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:5px 5px 17px}
.hero-editorial-head div{display:grid;gap:2px}
.hero-editorial-head small{font-size:9px;font-weight:850;letter-spacing:.19em;text-transform:uppercase;color:#7e735f}
.hero-editorial-head strong{font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.1;font-weight:500;letter-spacing:-.025em}
.hero-editorial-head>a{display:grid;place-items:center;width:40px;height:40px;border:1px solid #d2ccc1;border-radius:50%}
.hero-editorial-head>a:hover{background:#151715;color:#fff;border-color:#151715}
.hero-editorial-head svg{width:17px;height:17px}
.hero-shirt-gallery{position:relative;display:grid;grid-template-columns:1.42fr .82fr;gap:10px;min-height:340px}
.hero-shirt-card{position:relative;overflow:hidden;background:#e9e6df}
.hero-shirt-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.hero-shirt-card:hover img{transform:scale(1.035)}
.hero-shirt-card-main{min-height:340px}
.hero-shirt-card-side{min-height:280px;align-self:end}
.hero-shirt-card>span{position:absolute;left:11px;right:11px;bottom:11px;display:grid;gap:1px;padding:10px 11px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px)}
.hero-shirt-card>span small{font-size:7px;font-weight:850;letter-spacing:.16em;text-transform:uppercase;color:#807662}
.hero-shirt-card>span strong{font-size:11px;letter-spacing:.01em}
.hero-editorial-foot{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:9px;padding:15px 5px 1px;font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:#5f5a50}
.hero-editorial-foot strong{color:#b6aa96}
.hero-proof{position:absolute;z-index:3;display:grid;min-width:132px;padding:15px 16px;background:#151715;color:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 45px rgba(0,0,0,.28)}
.hero-proof strong{font-family:Georgia,"Times New Roman",serif;font-size:31px;line-height:1;font-weight:500;color:#e8dcc9}
.hero-proof span{margin-top:5px;font-size:8px;font-weight:850;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.65)}
.hero-proof-years{left:-28px;top:42px}
.hero-proof-global{right:-17px;bottom:48px}
.hero-bottom-strip{position:relative;z-index:3;border-top:1px solid rgba(255,255,255,.13);background:rgba(8,10,8,.72);backdrop-filter:blur(12px)}
.hero-bottom-strip-inner{min-height:70px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.hero-bottom-strip-inner>div{display:flex;align-items:center;gap:13px;min-height:38px;padding-inline:21px;border-right:1px solid rgba(255,255,255,.12)}
.hero-bottom-strip-inner>div:first-child{padding-left:0}
.hero-bottom-strip-inner>div:last-child{padding-right:0;border-right:0}
.hero-bottom-strip span{font-family:Georgia,"Times New Roman",serif;font-size:20px;color:#d8c5a8}
.hero-bottom-strip strong{font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.72)}

/* Stats */
.stats-band{background:linear-gradient(180deg,#1d1f1e,#131514);color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.stats-band-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:118px}
.stats-band article{display:flex;align-items:center;justify-content:center;gap:24px;padding:22px 38px;border-right:1px solid rgba(255,255,255,.15)}
.stats-band article:last-child{border-right:0}
.stats-band article>svg{width:42px;height:42px;stroke-width:1.4}
.stats-band article div{display:grid}
.stats-band strong{font-size:28px;line-height:1;font-weight:400}
.stats-band span,.stats-band small{margin-top:5px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.82)}

/* Section headings */
.section-title{margin-bottom:42px}
.section-title.centered{text-align:center;max-width:760px;margin-inline:auto;margin-bottom:42px}
.section-title.compact{margin-bottom:28px}
.section-title>span,.section-title div>span,.eyebrow{display:block;margin-bottom:12px;font-size:11px;font-weight:850;letter-spacing:.28em;text-transform:uppercase;color:#655e54}
.eyebrow.light{color:#d8cbb9}
.section-title h2,.section-copy h2,.sustainability-copy h2,.global-grid h2{margin:0;font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-.035em}
.section-title p,.section-copy p{margin:16px 0 0;color:var(--muted);font-size:16px}
.section-title-split{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:80px;align-items:end}
.section-title-split p{max-width:480px;margin:0}

/* Expertise */
.expertise-section{padding:78px 0 96px;background:#fff}
.expertise-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.expertise-card{position:relative;min-width:0;border:1px solid #dddcd7;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.06);transition:transform .25s ease,box-shadow .25s ease}
.expertise-card:hover{transform:translateY(-7px);box-shadow:0 18px 40px rgba(0,0,0,.12)}
.expertise-card>img{width:100%;aspect-ratio:1.25/1;object-fit:cover}
.expertise-card-copy{display:grid;grid-template-columns:1fr auto;padding:18px 18px 16px;min-height:150px;align-content:start}
.expertise-card-copy strong{font-size:17px;line-height:1.12;text-transform:uppercase;letter-spacing:.01em}
.expertise-card-copy small{grid-column:1;margin-top:13px;line-height:1.45;color:#666;font-size:12px}
.expertise-card-copy svg{grid-column:2;grid-row:1/3;align-self:end;width:18px;height:18px;margin-bottom:2px}

/* About */
.about-section{background:var(--soft)}
.about-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:86px;align-items:center}
.about-media{position:relative;min-height:520px;overflow:hidden;background:#222}
.about-media>img{width:100%;height:520px;object-fit:cover}
.about-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.5))}
.about-media-badge{position:absolute;z-index:1;left:24px;bottom:24px;display:grid;padding:18px 22px;background:#fff;min-width:205px}
.about-media-badge strong{font-size:24px;line-height:1}
.about-media-badge span{margin-top:6px;font-size:11px;color:#666;text-transform:uppercase;letter-spacing:.05em}
.section-copy p{max-width:620px}
.feature-list{display:grid;gap:12px;margin:28px 0}
.feature-list span{display:flex;align-items:center;gap:11px;font-size:14px;font-weight:700}
.feature-list svg{width:20px;height:20px;padding:3px;background:var(--ink);color:#fff;border-radius:50%;stroke-width:2.4}
.text-arrow-link{display:inline-flex;align-items:center;gap:10px;margin-top:4px;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.text-arrow-link svg{width:17px;height:17px}

/* Capabilities */
.capabilities-section{background:#fff}
.capabilities-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}
.capability-card{position:relative;padding:34px 30px 36px;min-height:300px;border-right:1px solid var(--line);transition:background .22s ease,color .22s ease}
.capability-card:last-child{border-right:0}
.capability-card:hover{background:var(--ink);color:#fff}
.capability-number{position:absolute;right:24px;top:22px;font-size:11px;letter-spacing:.15em;color:#777}
.capability-card>svg{width:38px;height:38px;margin-bottom:48px;stroke-width:1.4}
.capability-card h3{margin:0 0 12px;font-size:21px}
.capability-card p{margin:0;color:#70736e;font-size:14px}
.capability-card:hover p,.capability-card:hover .capability-number{color:rgba(255,255,255,.7)}

/* Materials */
.materials-showcase{padding:104px 0;background:var(--soft)}
.materials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.material-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);transition:transform .25s ease,box-shadow .25s ease}
.material-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.material-card-image{display:block;overflow:hidden}
.material-card-image img{width:100%;aspect-ratio:1.35/1;object-fit:cover;transition:transform .45s ease}
.material-card:hover .material-card-image img{transform:scale(1.06)}
.material-card-copy{display:grid;grid-template-columns:1fr auto;padding:16px 17px 17px}
.material-card-copy small{grid-column:1;display:block;margin-bottom:4px;font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#777}
.material-card-copy strong{grid-column:1;font-size:18px}
.material-card-copy svg{grid-column:2;grid-row:1/3;align-self:center;width:17px;height:17px}

/* Sustainability */
.sustainability-section{background:var(--ink);color:#fff}
.sustainability-grid{display:grid;grid-template-columns:1fr .86fr;gap:82px;align-items:center}
.sustainability-copy p{max-width:610px;margin:20px 0 34px;color:rgba(255,255,255,.68)}
.sustainability-points{display:grid;gap:20px}
.sustainability-points article{display:grid;grid-template-columns:46px 1fr;gap:15px;align-items:start;padding-top:20px;border-top:1px solid rgba(255,255,255,.16)}
.sustainability-points svg{width:30px;height:30px;color:var(--accent-soft)}
.sustainability-points div{display:grid;gap:4px}
.sustainability-points strong{font-size:15px}
.sustainability-points span{font-size:13px;color:rgba(255,255,255,.62)}
.sustainability-visual{position:relative;min-height:560px}
.sustainability-visual img{width:100%;height:560px;object-fit:cover;filter:saturate(.75) contrast(1.03)}
.sustainability-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.55))}
.sustainability-visual-label{position:absolute;z-index:1;left:30px;bottom:28px;display:grid}
.sustainability-visual-label span{font-size:12px;text-transform:uppercase;letter-spacing:.15em}
.sustainability-visual-label strong{font-size:34px}

/* Process */
.process-section{background:#fff}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-grid li{padding:32px 28px 38px;border-right:1px solid var(--line)}
.process-grid li:last-child{border-right:0}
.process-grid li>span{display:block;margin-bottom:50px;font-size:12px;font-weight:800;letter-spacing:.15em;color:#8b7b63}
.process-grid h3{margin:0 0 10px;font-size:19px}
.process-grid p{margin:0;color:#6b6e68;font-size:14px}

/* Global */
.global-section{padding:82px 0;background:#e7e0d5}
.global-grid{display:grid;grid-template-columns:1.2fr .85fr auto;gap:70px;align-items:center}
.global-grid h2{max-width:620px}
.global-proof{display:grid}
.global-proof strong{font-size:54px;line-height:1;letter-spacing:-.04em}
.global-proof span{margin:4px 0 12px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.global-proof p{margin:0;color:#5f625d;font-size:14px}

/* FAQ */
.faq-section{background:#fff}
.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:96px;align-items:start}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;cursor:pointer;list-style:none;font-size:17px;font-weight:750}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{font-size:26px;font-weight:300;transition:transform .2s ease}
.faq-list details[open] summary span{transform:rotate(45deg)}
.faq-list p{max-width:720px;margin:-5px 0 22px;color:#696c66;font-size:14px}

/* CTA + Footer */
.closing-cta{background:linear-gradient(180deg,#181a19,#111312);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
.closing-cta-inner{min-height:132px;display:grid;grid-template-columns:auto 1.05fr 1fr auto;gap:26px;align-items:center}
.closing-cta-icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(255,255,255,.8);border-radius:50%}
.closing-cta-icon svg{width:28px;height:28px}
.closing-cta-copy{display:grid}
.closing-cta-copy span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}
.closing-cta-copy h2{margin:2px 0 0;font-size:22px;text-transform:uppercase;line-height:1.1}
.closing-cta-inner>p{margin:0;color:rgba(255,255,255,.7);font-size:14px}
.closing-cta-button{min-width:220px;background:#fff;color:#111;border-color:#fff}
.site-footer{padding:72px 0 24px;background:#0e100f;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .9fr 1.2fr;gap:64px;padding-bottom:50px}
.footer-brand img{filter:invert(1) grayscale(1) brightness(2);width:150px}
.footer-brand p{max-width:390px;margin:22px 0 0;color:rgba(255,255,255,.58);font-size:14px}
.footer-column{display:grid;align-content:start;gap:10px}
.footer-column h3{margin:0 0 8px;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#d6c8b3}
.footer-column a{font-size:13px;color:rgba(255,255,255,.74)}
.footer-column a:hover{color:#fff}
.footer-contact-column a{display:grid;gap:1px;margin-bottom:8px}
.footer-contact-column span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.42)}
.footer-contact-column strong{font-size:13px;font-weight:600;word-break:break-word}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:11px;color:rgba(255,255,255,.44)}
.floating-whatsapp{position:fixed;z-index:800;right:20px;bottom:20px;display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#1f9d5d;color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.25)}
.floating-whatsapp svg{width:29px;height:29px;stroke-width:1.45}

/* Material detail page */
.material-detail-body{background:#f4f3f0}
.material-product-hero{position:relative;padding:58px 0 78px;background:linear-gradient(180deg,#fff 0%,#f2f0eb 100%);overflow:hidden}
.material-product-hero::before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-180px;top:-210px;background:rgba(170,146,112,.15);background:color-mix(in srgb,var(--material-accent) 19%,transparent);filter:blur(2px)}
.material-detail-shell{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}
.material-product-copy{display:grid;position:relative;z-index:2}
.material-kicker{margin-bottom:15px;font-size:11px;font-weight:850;letter-spacing:.25em;text-transform:uppercase;color:#70685e}
.material-product-copy h1{margin:0;font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.055em;text-transform:uppercase}
.material-product-copy h1 span{display:block;font-weight:300}
.material-detail-lead{max-width:600px;margin:24px 0;color:#646761;font-size:16px}
.material-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:8px 0 26px;border-top:1px solid #d5d2cc;border-bottom:1px solid #d5d2cc}
.material-facts div{display:grid;gap:4px;padding:16px 15px 16px 0;border-right:1px solid #d5d2cc}
.material-facts div+div{padding-left:16px}
.material-facts div:last-child{border-right:0}
.material-facts span{font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.13em;color:#807d76}
.material-facts strong{font-size:13px;line-height:1.35}
.material-detail-actions{display:flex;gap:12px;align-items:center;margin-bottom:16px}
.material-enquire-btn{background:#0f1110;color:#fff;min-height:54px}
.material-browse-btn{background:#fff;border-color:#cfcac2;color:#111;min-height:54px}
.material-shirt-choice{padding:14px 15px;background:#fff;border:1px solid #d6d2ca;border-radius:12px;box-shadow:0 14px 35px rgba(0,0,0,.06)}
.material-shirt-choice-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}
.material-shirt-choice-heading>span{font-size:10px;font-weight:850;letter-spacing:.15em;text-transform:uppercase;color:#6c655c}
.material-shirt-choice-heading strong{font-size:11px;font-weight:600;color:#787a75}
.material-shirt-choice-heading b{color:#111}
.material-shirt-choice-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.shirt-choice-card{position:relative;display:grid;grid-template-columns:52px 1fr auto;gap:10px;align-items:center;padding:7px 10px 7px 7px;border:1px solid #dedbd5;background:#f7f6f3;border-radius:9px;text-align:left;color:#1a1b1a;transition:border-color .2s ease,background .2s ease}
.shirt-choice-card.is-selected{border-color:#111;background:#fff}
.shirt-choice-image{display:grid;place-items:center;width:52px;height:52px;overflow:hidden;background:#e6e1d9;border-radius:7px}
.shirt-choice-image img{width:100%;height:100%;object-fit:cover}
.shirt-choice-name{display:grid;line-height:1.2}
.shirt-choice-name strong{font-size:12px}
.shirt-choice-name small{margin-top:3px;font-size:9px;color:#7a7d76}
.shirt-choice-check{display:grid;place-items:center;width:19px;height:19px;border:1px solid #c8c5bf;border-radius:50%;font-size:10px;color:transparent}
.shirt-choice-card.is-selected .shirt-choice-check{background:#111;border-color:#111;color:#fff}
.material-product-visual{position:relative;min-height:650px;display:grid;place-items:center;border-radius:26px;background:#e9e7e2;background:linear-gradient(145deg,color-mix(in srgb,var(--material-accent) 30%,#f5f4f1),#e9e7e2);overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.10)}
.material-product-visual::before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:rgba(255,255,255,.44);filter:blur(2px)}
.material-shirt-stage{position:relative;z-index:1;width:min(70%,480px);filter:drop-shadow(0 28px 25px rgba(0,0,0,.15))}
.material-main-shirt{width:100%;transition:opacity .15s ease,transform .2s ease}
.material-main-shirt.is-switching{opacity:.2;transform:scale(.98)}
.material-visual-label{position:absolute;z-index:2;left:24px;top:22px;display:grid;padding:10px 14px;background:#111;color:#fff;border-radius:100px}
.material-visual-label span{font-size:8px;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.62)}
.material-visual-label strong{font-size:12px}
.material-texture-swatch{position:absolute;z-index:2;right:20px;bottom:20px;display:flex;align-items:center;gap:10px;padding:7px 12px 7px 7px;background:rgba(255,255,255,.92);border-radius:100px;box-shadow:0 10px 30px rgba(0,0,0,.12)}
.material-texture-swatch img{width:42px;height:42px;border-radius:50%;object-fit:cover}
.material-texture-swatch span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.material-options-section{padding:96px 0;background:#fff}
.material-options-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.material-option-card{border:1px solid var(--line);background:#fff}
.material-option-media{position:relative;overflow:hidden}
.material-option-media img{width:100%;aspect-ratio:1.3/1;object-fit:cover}
.material-option-media>span{position:absolute;left:14px;top:14px;display:grid;place-items:center;width:36px;height:36px;background:rgba(0,0,0,.82);color:#fff;border-radius:50%;font-size:10px}
.material-option-copy{padding:22px 20px 24px}
.material-option-copy>small{font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.14em;color:#80776b}
.material-option-copy h3{margin:5px 0 10px;font-size:20px}
.material-option-copy p{margin:0;color:#6f726c;font-size:13px}
.material-option-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}
.material-option-tags em{padding:6px 9px;border-radius:100px;background:#f0efec;font-style:normal;font-size:9px;font-weight:700}
.related-materials{padding:84px 0;background:#f2f0eb}
.related-materials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.related-materials-grid a{background:#fff;border:1px solid var(--line)}
.related-materials-grid img{width:100%;aspect-ratio:1.35/1;object-fit:cover}
.related-materials-grid a>span{display:flex;align-items:center;justify-content:space-between;padding:15px 16px}
.related-materials-grid strong{font-size:16px}
.related-materials-grid svg{width:17px;height:17px}

/* Specification modal */
.specification-modal{position:fixed;z-index:2000;inset:0;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:.2s ease}
.specification-modal.is-open{opacity:1;visibility:visible}
.specification-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(6px)}
.specification-dialog{position:relative;z-index:1;width:min(620px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:34px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.35)}
.specification-close{position:absolute;right:18px;top:15px;width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:50%;font-size:24px;line-height:1}
.specification-kicker{display:block;margin-bottom:8px;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.16em;color:#756a5b}
.specification-header h2{margin:0;font-size:34px;line-height:1.1}
.specification-header p{margin:11px 0 16px;color:#696c66;font-size:14px}
.specification-progress{height:4px;background:#e7e5e0;overflow:hidden}
.specification-progress span{display:block;height:100%;width:20%;background:#111;transition:width .2s ease}
.specification-step-count{margin-top:8px;font-size:11px;color:#73766f}
.specification-form{margin-top:24px}
.specification-step label{display:block;margin-bottom:10px;font-size:17px;font-weight:800}
.specification-step label span{font-size:12px;font-weight:500;color:#7c7f78}
.specification-select-wrap{position:relative}
.specification-select-wrap select{width:100%;min-height:52px;padding:0 44px 0 14px;border:1px solid #cfcac2;background:#fff;color:#111}
.specification-recommendation{margin:12px 0 0;padding:12px 13px;background:#f4f2ee;color:#666;font-size:12px}
.specification-selection-preview{min-height:38px;margin-top:20px;padding:10px 12px;border:1px dashed #c8c3ba;color:#555;font-size:12px}
.specification-actions{display:flex;justify-content:space-between;gap:12px;margin-top:18px}
.specification-back{min-height:48px;padding:0 20px;border:1px solid #cfcac2;background:#fff;font-weight:700}
.specification-next,.specification-submit{margin-left:auto;background:#111;color:#fff}

/* Order summary */
.order-summary-body{background:#f2f0eb}
.order-summary-hero{padding:72px 0 96px}
.order-summary-heading{max-width:760px;margin:0 0 38px}
.order-summary-heading>span{font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.2em;color:#72695e}
.order-summary-heading h1{margin:8px 0 14px;font-size:clamp(38px,5vw,62px);line-height:1.04;letter-spacing:-.04em}
.order-summary-heading p{margin:0;color:#696c66}
.order-summary-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:28px;align-items:stretch}
.order-product-visual{position:relative;min-height:620px;display:grid;place-items:center;background:linear-gradient(145deg,#ded7cc,#f4f2ee);overflow:hidden}
.order-product-visual>img{width:min(82%,460px);filter:drop-shadow(0 24px 25px rgba(0,0,0,.15))}
.order-product-badge{position:absolute;left:22px;top:20px;padding:9px 13px;border-radius:100px;background:#111;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.order-product-caption{position:absolute;left:22px;bottom:20px;display:grid;padding:12px 15px;background:rgba(255,255,255,.92)}
.order-product-caption span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#777}
.order-product-caption strong{font-size:15px}
.order-summary-panel{padding:34px;background:#fff;border:1px solid var(--line)}
.order-summary-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:25px;border-bottom:1px solid var(--line)}
.order-summary-panel-head>div>span{font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.15em;color:#786e60}
.order-summary-panel-head h2{margin:5px 0 0;font-size:30px}
.order-ready-pill{display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:100px;background:#e9f5ee;color:#1b6c46;font-size:10px;font-weight:800;white-space:nowrap}
.order-ready-pill svg{width:15px;height:15px}
.order-spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);margin-top:24px;border:1px solid var(--line)}
.order-spec-grid article{position:relative;display:grid;align-content:start;min-height:120px;padding:18px;background:#fff}
.order-spec-grid article>span{position:absolute;right:13px;top:12px;font-size:9px;color:#999}
.order-spec-grid small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#7b7e78}
.order-spec-grid strong{margin-top:8px;font-size:15px;line-height:1.3}
.order-summary-actions{display:grid;grid-template-columns:auto auto 1fr;gap:10px;align-items:center;margin-top:24px}
.order-edit-button{font-size:12px;font-weight:750}
.order-whatsapp-button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 17px;background:#111;color:#fff;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.03em}
.order-whatsapp-button svg{width:20px;height:20px}
.order-mobile-quick-actions{display:none}

/* Tablet */
@media (max-width:1100px){
  .desktop-nav{gap:18px;font-size:10px}
  .header-actions .btn{padding-inline:16px}
  .expertise-grid{grid-template-columns:repeat(3,1fr)}
  .capabilities-grid{grid-template-columns:repeat(2,1fr)}
  .capability-card:nth-child(2){border-right:0}
  .capability-card:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .materials-grid{grid-template-columns:repeat(3,1fr)}
  .global-grid{grid-template-columns:1fr 1fr}.global-grid>.btn{grid-column:1/-1;justify-self:start}
  .footer-grid{grid-template-columns:1.25fr .75fr .85fr 1fr;gap:35px}
  .material-detail-shell{gap:40px}
  .material-options-grid{grid-template-columns:repeat(2,1fr)}
  .related-materials-grid{grid-template-columns:repeat(2,1fr)}
  .order-summary-layout{grid-template-columns:.88fr 1.12fr}
  .order-summary-actions{grid-template-columns:1fr 1fr}.order-whatsapp-button{grid-column:1/-1}
}

/* Mobile navigation and layouts */
@media (max-width:860px){
  .container{width:min(100% - 30px,var(--container))}
  .section{padding:72px 0}
  .header-inner{min-height:68px}
  .site-header>.header-inner{width:100%;padding-inline:18px}
  .brand img{width:142px}
  .desktop-nav,.header-actions .btn{display:none}
  .header-phone{display:grid}
  .menu-toggle{display:flex}
  .site-header.menu-open .menu-open{display:none}
  .site-header.menu-open .menu-close{display:block}
  .mobile-nav{position:absolute;left:0;right:0;top:100%;display:grid;padding:12px 15px 18px;background:#fff;border-top:1px solid var(--line);box-shadow:0 20px 40px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s ease}
  .site-header.menu-open .mobile-nav{opacity:1;visibility:visible;transform:none}
  .mobile-nav a{padding:12px 9px;border-bottom:1px solid #eceae6;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
  .mobile-nav .mobile-call{margin-top:10px;border:0;background:#111;color:#fff;text-align:center}
  .manufacturing-hero{min-height:610px;background-position:62% center}
  .manufacturing-hero::before{background:linear-gradient(90deg,rgba(8,9,9,.88) 0%,rgba(8,9,9,.57) 55%,rgba(8,9,9,.25) 100%)}
  .manufacturing-hero-inner{min-height:610px;align-items:flex-end}
  .manufacturing-hero-copy{width:100%;max-width:600px;padding:58px 0 66px}
  .manufacturing-hero h1{font-size:clamp(42px,10vw,62px)}
  .manufacturing-hero p{font-size:15px}
  .stats-band-grid{grid-template-columns:repeat(3,1fr);min-height:100px}
  .stats-band article{gap:10px;padding:16px 8px;text-align:left}
  .stats-band article>svg{width:27px;height:27px}
  .stats-band strong{font-size:21px}
  .stats-band span,.stats-band small{font-size:8px}
  .section-title-split{grid-template-columns:1fr;gap:18px}
  .expertise-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid,.sustainability-grid,.faq-grid{grid-template-columns:1fr;gap:45px}
  .about-media,.about-media>img{min-height:420px;height:420px}
  .materials-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid li:nth-child(2){border-right:0}
  .process-grid li:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .global-grid{grid-template-columns:1fr;gap:26px}
  .global-grid>.btn{grid-column:auto}
  .closing-cta-inner{grid-template-columns:auto 1fr;min-height:auto;padding:28px 0}
  .closing-cta-inner>p{grid-column:1/-1}
  .closing-cta-button{grid-column:1/-1;width:100%}
  .footer-grid{grid-template-columns:1fr 1fr;gap:40px}
  .footer-brand{grid-column:1/-1}
  .material-product-hero{padding:24px 0 58px}
  .material-detail-shell{grid-template-columns:1fr;gap:22px}
  .material-product-visual{grid-row:1;min-height:520px}
  .material-product-copy{grid-row:2}
  .material-product-copy h1{font-size:52px}
  .material-options-grid{grid-template-columns:repeat(2,1fr)}
  .order-summary-layout{grid-template-columns:1fr}
  .order-product-visual{min-height:520px}
}

@media (max-width:560px){
  .container{width:calc(100% - 24px)}
  .section{padding:58px 0}
  .site-header>.header-inner{padding-inline:12px}
  .header-inner{min-height:62px}
  .brand img{width:128px}
  .header-phone{display:none}
  .manufacturing-hero{min-height:590px;background-position:68% center}
  .manufacturing-hero-inner{min-height:590px}
  .manufacturing-hero-copy{padding-bottom:48px}
  .hero-kicker{font-size:9px;letter-spacing:.22em}
  .manufacturing-hero h1{font-size:39px;line-height:1.01}
  .manufacturing-hero p{max-width:355px;margin:19px 0 24px;font-size:14px}
  .hero-actions{gap:14px}
  .btn{min-height:46px;padding:0 18px;font-size:10px}
  .hero-text-link{font-size:10px}
  .stats-band-grid{grid-template-columns:repeat(3,1fr)}
  .stats-band article{display:grid;justify-items:center;align-content:center;text-align:center;gap:7px;padding:13px 3px;border-right:1px solid rgba(255,255,255,.14)}
  .stats-band article>svg{width:22px;height:22px}
  .stats-band strong{font-size:18px}
  .stats-band span,.stats-band small{font-size:7px;letter-spacing:.02em}
  .section-title h2,.section-copy h2,.sustainability-copy h2,.global-grid h2{font-size:34px}
  .section-title p,.section-copy p{font-size:14px}
  .expertise-section{padding:54px 0 62px}
  .expertise-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .expertise-card:last-child{grid-column:1/-1}
  .expertise-card-copy{padding:13px 12px 12px;min-height:123px}
  .expertise-card-copy strong{font-size:13px}
  .expertise-card-copy small{font-size:10px}
  .about-media,.about-media>img{height:340px;min-height:340px}
  .about-media-badge{left:14px;bottom:14px;padding:13px 15px}
  .capabilities-grid{grid-template-columns:1fr}
  .capability-card{min-height:auto;padding:25px 22px;border-right:0;border-bottom:1px solid var(--line)!important}
  .capability-card:last-child{border-bottom:0!important}
  .capability-card>svg{margin-bottom:27px}
  .materials-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .material-card-copy{padding:12px}
  .material-card-copy strong{font-size:14px}
  .material-card-copy small{font-size:8px}
  .sustainability-visual,.sustainability-visual img{min-height:390px;height:390px}
  .process-grid{grid-template-columns:1fr}
  .process-grid li{border-right:0;border-bottom:1px solid var(--line)!important;padding:24px 4px}
  .process-grid li:last-child{border-bottom:0!important}
  .process-grid li>span{margin-bottom:22px}
  .global-proof strong{font-size:46px}
  .faq-list summary{font-size:14px;padding:18px 0}
  .closing-cta-icon{width:46px;height:46px}
  .closing-cta-copy h2{font-size:18px}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-brand{grid-column:auto}
  .footer-bottom{display:grid}
  .floating-whatsapp{right:14px;bottom:14px;width:48px;height:48px}

  /* Mobile material page: image, specifications button, then compact type box */
  .material-product-hero{padding-top:14px}
  .material-detail-shell{gap:16px}
  .material-product-visual{min-height:390px;border-radius:18px}
  .material-shirt-stage{width:72%}
  .material-visual-label{left:14px;top:14px}
  .material-texture-swatch{right:12px;bottom:12px;padding-right:9px}
  .material-texture-swatch img{width:34px;height:34px}
  .material-product-copy{display:grid;grid-template-areas:"actions" "selector" "kicker" "title" "lead" "facts"}
  .material-kicker{grid-area:kicker;margin-top:16px;margin-bottom:8px}
  .material-product-copy h1{grid-area:title;font-size:40px}
  .material-detail-lead{grid-area:lead;margin:15px 0;font-size:13px}
  .material-facts{grid-area:facts;margin:0 0 14px}
  .material-facts div{padding:11px 6px 11px 0}
  .material-facts div+div{padding-left:7px}
  .material-facts span{font-size:7px}
  .material-facts strong{font-size:10px}
  .material-detail-actions{grid-area:actions;display:grid;grid-template-columns:1fr;margin:0 0 10px}
  .material-enquire-btn{width:100%;min-height:50px}
  .material-browse-btn{display:none}
  .material-shirt-choice{grid-area:selector;padding:9px;border-radius:10px;box-shadow:none}
  .material-shirt-choice-heading{margin-bottom:7px}
  .material-shirt-choice-heading>span{font-size:8px}
  .material-shirt-choice-heading strong{font-size:9px}
  .material-shirt-choice-options{gap:7px}
  .shirt-choice-card{grid-template-columns:37px 1fr auto;gap:6px;padding:5px;border-radius:7px}
  .shirt-choice-image{width:37px;height:37px;border-radius:5px}
  .shirt-choice-name strong{font-size:9px}
  .shirt-choice-name small{display:none}
  .shirt-choice-check{width:15px;height:15px;font-size:8px}
  .material-options-section{padding:58px 0}
  .material-options-grid{grid-template-columns:1fr}
  .related-materials{padding:54px 0}
  .related-materials-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .related-materials-grid strong{font-size:13px}
  .specification-modal{padding:10px}
  .specification-dialog{padding:26px 18px;max-height:calc(100vh - 20px)}
  .specification-header h2{font-size:27px;padding-right:30px}

  .order-summary-hero{padding:48px 0 64px}
  .order-summary-heading h1{font-size:36px}
  .order-product-visual{min-height:400px}
  .order-summary-panel{padding:18px}
  .order-summary-panel-head{display:grid}
  .order-summary-panel-head h2{font-size:24px}
  .order-spec-grid{grid-template-columns:1fr}
  .order-spec-grid article{min-height:92px}
  .order-summary-actions{grid-template-columns:1fr}
  .order-whatsapp-button{grid-column:auto}
  .order-mobile-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .order-mobile-quick-actions a,.order-mobile-quick-actions button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:46px;border:0;font-size:10px;font-weight:850;text-transform:uppercase}
  .order-mobile-enquiry{background:#111;color:#fff}
  .order-mobile-quick-actions svg{width:18px;height:18px}
  
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* Featured product showcase */
.product-showcase{padding:104px 0 112px;background:#f6f5f2}
.product-showcase-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:64px;align-items:end;margin-bottom:44px}
.section-kicker{display:block;margin-bottom:13px;color:#756b5f;font-size:10px;font-weight:850;letter-spacing:.22em;text-transform:uppercase}
.product-showcase-heading h2{max-width:780px;margin:0;font-size:clamp(38px,4.5vw,64px);line-height:1.01;letter-spacing:-.05em}
.product-showcase-heading p{max-width:470px;margin:0;color:#686b65;font-size:15px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 22px}
.product-card{min-width:0}
.product-media{position:relative;display:block;overflow:hidden;background:#e8e5df;isolation:isolate}
.product-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.36));opacity:0;transition:opacity .3s ease}
.product-media img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.product-card:hover .product-media img{transform:scale(1.035)}
.product-card:hover .product-media::after{opacity:1}
.product-badge{position:absolute;z-index:2;left:15px;top:15px;padding:8px 11px;border-radius:100px;background:#111;color:#fff;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.product-badge-light{background:rgba(255,255,255,.9);color:#111;backdrop-filter:blur(10px)}
.product-quick-link{position:absolute;z-index:3;left:17px;right:17px;bottom:17px;display:flex;align-items:center;justify-content:space-between;padding:14px 15px;background:#fff;color:#111;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;transform:translateY(calc(100% + 22px));transition:transform .3s ease}
.product-quick-link svg{width:17px;height:17px}
.product-card:hover .product-quick-link,.product-media:focus-visible .product-quick-link{transform:none}
.product-info{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-top:18px}
.product-category{display:block;margin-bottom:4px;color:#777a73;font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.product-info h3{margin:0;font-size:18px;line-height:1.2;letter-spacing:-.02em}
.product-price{display:grid;justify-items:end;flex:0 0 auto;padding:7px 10px;background:#111;color:#fff;line-height:1}
.product-price small{margin-bottom:4px;color:rgba(255,255,255,.62);font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.product-price strong{font-size:16px}
.product-card>p{margin:8px 0 0;color:#73766f;font-size:12px}

@media (max-width:900px){
  .product-showcase{padding:80px 0 90px}
  .product-showcase-heading{grid-template-columns:1fr;gap:20px;margin-bottom:34px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 18px}
  .product-quick-link{transform:none}
  .product-media::after{opacity:.6}
}

@media (max-width:560px){
  .product-showcase{padding:62px 0 70px}
  .product-showcase-heading{margin-bottom:27px}
  .product-showcase-heading h2{font-size:34px}
  .product-showcase-heading p{font-size:13px}
  .product-grid{gap:30px 12px}
  .product-badge{left:9px;top:9px;padding:6px 8px;font-size:7px}
  .product-quick-link{left:8px;right:8px;bottom:8px;padding:10px;font-size:9px}
  .product-info{display:grid;gap:9px;padding-top:12px}
  .product-info h3{font-size:15px}
  .product-price{justify-self:start;justify-items:start;padding:6px 8px}
  .product-price strong{font-size:14px}
  .product-card>p{font-size:10px}
}


/* Clickable product catalogue cards */
.product-card[data-href]{cursor:pointer}
.product-card[data-href]:focus-visible{outline:3px solid #111;outline-offset:5px}

/* Individual product order pages */
.product-order-body{background:#f4f2ed;color:#111}
.product-order-main{min-height:calc(100vh - 76px)}
.product-order-section{padding:42px 0 86px}
.order-breadcrumb{display:flex;align-items:center;gap:9px;margin:0 0 26px;color:#757872;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.order-breadcrumb a{color:#757872}
.order-breadcrumb strong{overflow:hidden;color:#111;text-overflow:ellipsis;white-space:nowrap}
.product-order-layout{display:grid;grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);gap:38px;align-items:start}
.product-order-visual{position:sticky;top:100px;min-height:650px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#dcd4c9 0%,#f4f1ec 74%)}
.product-order-visual::before{content:"";position:absolute;width:460px;height:460px;border:1px solid rgba(17,17,17,.09);border-radius:50%}
.product-order-visual img{position:relative;z-index:1;width:min(82%,500px);height:auto;filter:drop-shadow(0 30px 30px rgba(0,0,0,.14))}
.product-order-badge{position:absolute;z-index:2;left:20px;top:20px;padding:9px 12px;border-radius:100px;background:#111;color:#fff;font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.product-order-image-caption{position:absolute;z-index:2;right:20px;bottom:20px;display:grid;min-width:190px;padding:13px 15px;background:rgba(255,255,255,.93);backdrop-filter:blur(12px)}
.product-order-image-caption span{margin-bottom:4px;color:#777a73;font-size:8px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.product-order-image-caption strong{font-size:15px}
.product-order-content{padding:44px;background:#fff;border:1px solid #dedad2;box-shadow:0 20px 60px rgba(30,27,22,.06)}
.order-back-link{display:inline-block;margin-bottom:28px;color:#6d706a;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.order-category{display:block;margin-bottom:10px;color:#7b7062;font-size:10px;font-weight:850;letter-spacing:.2em;text-transform:uppercase}
.product-order-content h1{max-width:620px;margin:0;font-size:clamp(42px,4.7vw,68px);line-height:.98;letter-spacing:-.055em}
.order-description{max-width:650px;margin:22px 0 26px;color:#676a64;font-size:15px;line-height:1.75}
.order-price-line{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;border-top:1px solid #e3e0da;border-bottom:1px solid #e3e0da}
.order-price-line>div{display:grid}
.order-price-line small{margin-bottom:5px;color:#81847e;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.order-price-line strong{font-size:28px;letter-spacing:-.03em}
.order-price-line strong span{color:#7e817b;font-size:11px;font-weight:700;letter-spacing:0}
.order-stock{display:flex;align-items:center;gap:7px;padding:8px 11px;border-radius:100px;background:#e7f4eb;color:#226344;font-size:9px;font-weight:850;text-transform:uppercase;white-space:nowrap}
.order-stock svg{width:14px;height:14px}
.order-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:24px 0;background:#dedad2;border:1px solid #dedad2}
.order-feature-grid article{display:grid;min-height:104px;align-content:start;padding:18px;background:#fff}
.order-feature-grid small{color:#81847e;font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.order-feature-grid strong{margin-top:8px;font-size:14px;line-height:1.45}
.order-form{margin-top:30px}
.order-fieldset{margin:0;padding:0;border:0}
.order-fieldset legend,.quantity-row label{display:block;margin-bottom:13px;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.size-options{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.size-option{position:relative;cursor:pointer}
.size-option input{position:absolute;opacity:0;pointer-events:none}
.size-option span{display:grid;min-height:58px;place-items:center;border:1px solid #cfcbc3;background:#fff;font-size:15px;font-weight:850;transition:.2s ease}
.size-option input:checked+span{border-color:#111;background:#111;color:#fff;box-shadow:inset 0 0 0 1px #111}
.size-option input:focus-visible+span{outline:3px solid rgba(17,17,17,.22);outline-offset:2px}
.quantity-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:27px;padding:22px 0;border-top:1px solid #e3e0da;border-bottom:1px solid #e3e0da}
.quantity-row label{margin:0 0 4px}
.quantity-row small{color:#81847e;font-size:10px}
.quantity-stepper{display:grid;grid-template-columns:44px 70px 44px;min-height:48px;border:1px solid #cfcac2;background:#fff}
.quantity-stepper button{display:grid;place-items:center;border:0;background:#f3f1ed;cursor:pointer}
.quantity-stepper button:hover{background:#e6e2dc}
.quantity-stepper button svg{width:16px;height:16px}
.quantity-stepper input{width:100%;border:0;border-right:1px solid #d9d5ce;border-left:1px solid #d9d5ce;background:#fff;text-align:center;font-size:16px;font-weight:850;appearance:textfield}
.quantity-stepper input::-webkit-inner-spin-button,.quantity-stepper input::-webkit-outer-spin-button{margin:0;appearance:none}
.order-total-box{display:grid;grid-template-columns:1fr auto;gap:5px 20px;margin-top:22px;padding:19px 20px;background:#f3f1ed}
.order-total-box>span{align-self:center;color:#646761;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.order-total-box>strong{font-size:27px;letter-spacing:-.03em}
.order-total-box>small{grid-column:1/-1;color:#83867f;font-size:9px;line-height:1.5}
.order-error{min-height:20px;margin:10px 0 0;color:#a42828;font-size:11px;font-weight:750}
.whatsapp-confirm-button{width:100%;min-height:66px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:10px 18px;border:0;background:#111;color:#fff;cursor:pointer;text-align:left;transition:transform .2s ease,background .2s ease}
.whatsapp-confirm-button:hover{background:#202220;transform:translateY(-2px)}
.whatsapp-confirm-button>svg:first-child{width:29px;height:29px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}
.whatsapp-confirm-button span{display:grid;font-size:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.whatsapp-confirm-button span small{margin-bottom:2px;color:rgba(255,255,255,.58);font-size:8px;letter-spacing:.13em}
.whatsapp-confirm-arrow{width:19px;height:19px}
.whatsapp-image-note{margin:11px 3px 0;color:#858881;font-size:9px;line-height:1.55}

@media (max-width:960px){
  .product-order-layout{grid-template-columns:1fr;gap:22px}
  .product-order-visual{position:relative;top:auto;min-height:580px}
  .product-order-content{padding:35px}
}

@media (max-width:560px){
  .product-order-section{padding:20px 0 54px}
  .order-breadcrumb{margin-bottom:16px;font-size:8px}
  .product-order-visual{min-height:420px;border-radius:16px}
  .product-order-visual::before{width:300px;height:300px}
  .product-order-visual img{width:84%}
  .product-order-badge{left:13px;top:13px;padding:7px 9px;font-size:7px}
  .product-order-image-caption{right:13px;bottom:13px;min-width:160px;padding:10px 12px}
  .product-order-content{padding:24px 18px;border-radius:16px}
  .order-back-link{margin-bottom:22px;font-size:9px}
  .product-order-content h1{font-size:40px}
  .order-description{margin:17px 0 21px;font-size:13px;line-height:1.65}
  .order-price-line{align-items:flex-start}
  .order-price-line strong{font-size:24px}
  .order-stock{padding:7px 8px;font-size:7px}
  .order-feature-grid{grid-template-columns:1fr}
  .order-feature-grid article{min-height:82px;padding:15px}
  .size-options{gap:7px}
  .size-option span{min-height:50px;font-size:13px}
  .quantity-row{align-items:flex-end;gap:12px}
  .quantity-stepper{grid-template-columns:38px 56px 38px;min-height:44px}
  .order-total-box{grid-template-columns:1fr auto;padding:16px}
  .order-total-box>strong{font-size:22px}
  .whatsapp-confirm-button{min-height:62px;padding-inline:15px}
  .whatsapp-confirm-button span{font-size:11px}
}


/* Three-view product gallery added from supplied product photography */
.product-order-layout{grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr);gap:30px}
.product-order-visual{position:sticky;top:92px;display:block;min-height:0;padding:14px;overflow:hidden;background:#e7e4de}
.product-order-visual::before{display:none}
.product-image-gallery{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.75fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:10px;height:690px}
.product-gallery-item{position:relative;min-width:0;min-height:0;margin:0;overflow:hidden;background:#f7f6f3;border:1px solid rgba(17,17,17,.08)}
.product-gallery-item-front{grid-row:1 / 3}
.product-gallery-item img,.product-order-visual .product-gallery-item img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;filter:none;transition:transform .35s ease}
.product-gallery-item:hover img{transform:scale(1.018)}
.product-gallery-item figcaption{position:absolute;left:10px;bottom:10px;padding:7px 10px;border-radius:100px;background:rgba(17,17,17,.82);color:#fff;font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;backdrop-filter:blur(8px)}
.product-order-badge{z-index:4}

@media (max-width:1100px){
  .product-order-layout{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)}
  .product-image-gallery{height:620px}
  .product-order-content{padding:34px}
}

@media (max-width:960px){
  .product-order-layout{grid-template-columns:1fr}
  .product-order-visual{position:relative;top:auto}
  .product-image-gallery{height:700px}
}

@media (max-width:560px){
  .product-order-visual{padding:8px;border-radius:16px}
  .product-image-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto;height:auto;gap:7px}
  .product-gallery-item-front{grid-column:1 / -1;grid-row:auto}
  .product-gallery-item img,.product-order-visual .product-gallery-item img{height:auto;aspect-ratio:4 / 5;object-fit:cover}
  .product-gallery-item figcaption{left:7px;bottom:7px;padding:6px 8px;font-size:7px}
}


/* Persistent shopping cart */
.header-cart{position:relative;display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;transition:.2s ease}
.header-cart:hover,.header-cart.active{background:#111;color:#fff;border-color:#111}
.header-cart svg{width:19px;height:19px}
.cart-count{position:absolute;right:-5px;top:-5px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border:2px solid #fff;border-radius:100px;background:#b6412d;color:#fff;font-size:9px;font-weight:900;line-height:1}
.cart-count.is-empty{background:#6f736d}
.mobile-cart-link{display:flex!important;align-items:center;justify-content:space-between}
.mobile-cart-link span{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:100px;background:#111;color:#fff;font-size:10px}

.add-to-cart-button{width:100%;min-height:66px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:10px 18px;border:0;background:#111;color:#fff;cursor:pointer;text-align:left;transition:transform .2s ease,background .2s ease}
.add-to-cart-button:hover{background:#292c29;transform:translateY(-2px)}
.add-to-cart-button.is-added{background:#206c48}
.add-to-cart-button>svg:first-child{width:28px;height:28px}
.add-to-cart-button span{display:grid;font-size:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.add-to-cart-button span small{margin-bottom:2px;color:rgba(255,255,255,.58);font-size:8px;letter-spacing:.13em}
.add-to-cart-arrow{width:19px;height:19px}
.cart-add-note{margin:11px 3px 0;color:#858881;font-size:9px;line-height:1.55}
.cart-add-status.is-success{color:#1f714a}

.cart-page-body{background:#f3f1ec}
.cart-main{min-height:calc(100vh - 76px)}
.cart-section{padding:58px 0 90px}
.cart-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);gap:42px;align-items:end;margin-bottom:34px}
.cart-heading .section-kicker{display:block;margin-bottom:8px;color:#746b60;font-size:10px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}
.cart-heading h1{margin:0;font-size:clamp(44px,6vw,74px);line-height:.95;letter-spacing:-.055em}
.cart-heading p{margin:0;color:#686b65;font-size:14px;line-height:1.7}
.cart-layout{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(340px,.62fr);gap:24px;align-items:start}
.cart-items-panel{min-height:360px;background:#fff;border:1px solid #ddd9d1}
.cart-items-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid #e3e0da}
.cart-items-head h2{margin:0;font-size:19px}
.cart-clear-button{padding:7px 0;border:0;background:transparent;color:#8a3429;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.cart-clear-button:disabled{opacity:.35;cursor:not-allowed}
.cart-items{display:grid}
.cart-item{display:grid;grid-template-columns:116px minmax(0,1fr) auto;gap:20px;align-items:center;padding:20px 24px;border-bottom:1px solid #e8e5df}
.cart-item:last-child{border-bottom:0}
.cart-item-image{display:block;overflow:hidden;background:#eeeae4}
.cart-item-image img{width:100%;aspect-ratio:4 / 5;object-fit:cover}
.cart-item-details{display:grid;align-content:center;min-width:0}
.cart-item-category{color:#7b7062;font-size:8px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.cart-item-title{margin-top:5px;font-size:18px;font-weight:850;line-height:1.2}
.cart-item-title:hover{text-decoration:underline}
.cart-item-size{margin:8px 0 3px;color:#686b65;font-size:11px}
.cart-item-unit-price{font-size:11px}
.cart-item-controls{display:grid;grid-template-columns:auto auto;gap:10px 18px;align-items:center;justify-items:end}
.cart-line-stepper{display:grid;grid-template-columns:36px 52px 36px;min-height:38px;border:1px solid #d3cfc7}
.cart-line-stepper button{border:0;background:#f0eee9;font-weight:900}
.cart-line-stepper input{width:100%;border:0;border-left:1px solid #ddd9d2;border-right:1px solid #ddd9d2;text-align:center;font-size:13px;font-weight:850;appearance:textfield}
.cart-line-stepper input::-webkit-inner-spin-button,.cart-line-stepper input::-webkit-outer-spin-button{appearance:none;margin:0}
.cart-item-line-total{font-size:17px;letter-spacing:-.02em}
.cart-remove-button{grid-column:1/-1;display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#8b3a31;font-size:9px;font-weight:800;text-transform:uppercase}
.cart-remove-button svg{width:14px;height:14px}
.cart-empty{display:grid;place-items:center;align-content:center;min-height:390px;padding:50px 24px;text-align:center}
.cart-empty>svg{width:52px;height:52px;margin-bottom:15px;color:#888b85}
.cart-empty h2{margin:0;font-size:26px}
.cart-empty p{max-width:460px;margin:10px auto 22px;color:#747771;font-size:13px}
.cart-summary{position:sticky;top:98px;padding:28px;background:#111;color:#fff}
.cart-summary.is-disabled{opacity:.72}
.cart-summary-kicker{font-size:9px;font-weight:850;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.56)}
.cart-summary h2{margin:7px 0 24px;font-size:31px;line-height:1.05}
.cart-summary-row{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-top:1px solid rgba(255,255,255,.16);font-size:12px}
.cart-summary-row strong{font-size:17px}
.cart-summary-total{margin-top:2px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.16)}
.cart-summary-total strong{font-size:26px}
.cart-summary>p{margin:17px 0;color:rgba(255,255,255,.63);font-size:10px;line-height:1.65}
.cart-whatsapp-button{width:100%;min-height:65px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin-top:20px;padding:10px 14px;border:0;background:#25a65a;color:#fff;text-align:left}
.cart-whatsapp-button:hover{background:#208c4d}
.cart-whatsapp-button:disabled{opacity:.55;cursor:wait}
.cart-whatsapp-button>svg:first-child{width:29px;height:29px}
.cart-whatsapp-button span{display:grid;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.cart-whatsapp-button span small{font-size:8px;color:rgba(255,255,255,.66);letter-spacing:.12em}
.cart-whatsapp-arrow{width:18px;height:18px}
.cart-share-status{min-height:20px!important;margin:12px 0 0!important;color:#ffd9a7!important;font-weight:750}
.cart-share-status.is-success{color:#9ce2b7!important}
.cart-technical-note{display:block;margin-top:12px;color:rgba(255,255,255,.45);font-size:8px;line-height:1.6}

@media (max-width:960px){
  .cart-heading{grid-template-columns:1fr;gap:14px}
  .cart-layout{grid-template-columns:1fr}
  .cart-summary{position:relative;top:auto}
}

@media (max-width:700px){
  .header-actions{margin-left:auto;gap:8px}
  .header-cart{width:40px;height:40px}
  .cart-section{padding:30px 0 58px}
  .cart-heading{margin-bottom:22px}
  .cart-heading h1{font-size:45px}
  .cart-heading p{font-size:12px}
  .cart-items-head{padding:17px 15px}
  .cart-item{grid-template-columns:88px minmax(0,1fr);gap:14px;padding:15px}
  .cart-item-controls{grid-column:1/-1;grid-template-columns:auto 1fr auto;width:100%;justify-items:stretch;align-items:center}
  .cart-item-line-total{text-align:center}
  .cart-remove-button{grid-column:auto;justify-self:end}
  .cart-summary{padding:23px 18px}
  .add-to-cart-button{min-height:62px;padding-inline:15px}
  .add-to-cart-button span{font-size:11px}
}


/* Store-style product page redesign: thumbnail rail, large image and compact details */
.store-product-page{background:#fff}
.store-product-page .product-order-main{background:#fff}
.store-product-page .product-order-section{padding:30px 0 72px}
.store-product-page .order-breadcrumb{margin-bottom:22px}
.store-product-page .product-order-layout{grid-template-columns:minmax(0,1.48fr) minmax(380px,.72fr);gap:44px;align-items:start}
.store-product-page .store-product-visual{position:relative;top:auto;padding:0;background:transparent;overflow:visible}
.store-product-page .store-product-media{display:grid;grid-template-columns:80px minmax(0,1fr);gap:18px;align-items:start}
.store-product-page .store-thumbnails{display:grid;gap:14px;align-content:start}
.store-product-page .store-thumbnail{position:relative;display:grid;gap:7px;width:100%;padding:0 0 8px;border:1px solid #dedbd5;background:#fff;cursor:pointer;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.store-product-page .store-thumbnail:hover{border-color:#777;transform:translateY(-1px)}
.store-product-page .store-thumbnail.is-active{border-color:#111;box-shadow:0 0 0 1px #111}
.store-product-page .store-thumbnail img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;filter:none}
.store-product-page .store-thumbnail span{font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:#676a64}
.store-product-page .store-main-image-frame{position:relative;overflow:hidden;background:#eeeae4;border:1px solid #e5e1da}
.store-product-page .store-main-image{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;filter:none;transition:opacity .18s ease,transform .35s ease}
.store-product-page .store-main-image.is-switching{opacity:.25;transform:scale(.99)}
.store-product-page .product-order-badge{left:116px;top:17px;z-index:5}
.store-product-page .store-image-counter{position:absolute;right:16px;bottom:16px;display:flex;align-items:center;gap:15px;padding:10px 13px;background:rgba(255,255,255,.93);backdrop-filter:blur(10px);font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.store-product-page .store-image-counter span{color:#555}
.store-product-page .store-image-counter strong{font-size:10px}
.store-product-page .store-product-details{position:sticky;top:96px;padding:10px 0 0;border:0;box-shadow:none;background:#fff}
.store-product-page .order-back-link{margin-bottom:20px}
.store-product-page .order-category{margin-bottom:10px;color:#7f817c}
.store-product-page .product-order-content h1{font-size:clamp(34px,3.3vw,50px);line-height:1.08;letter-spacing:.06em;text-transform:uppercase;font-weight:560}
.store-product-page .order-description{margin:18px 0 21px;font-size:13px;line-height:1.65}
.store-product-page .order-price-line{padding:16px 0}
.store-product-page .order-price-line strong{color:#d3382d;font-size:26px}
.store-product-page .order-stock{background:#edf4ee}
.store-product-page .order-feature-grid{margin-top:16px}
.store-product-page .order-feature-grid article{min-height:76px;padding:13px 15px}
.store-product-page .order-form{margin-top:19px}
.store-product-page .order-fieldset legend{margin-bottom:10px;font-size:12px;text-transform:none;letter-spacing:0}
.store-product-page .size-options{grid-template-columns:repeat(4,minmax(0,72px));gap:10px}
.store-product-page .size-option span{min-height:47px;background:#fff;border:1px solid #d8d5cf;font-size:12px}
.store-product-page .size-option input:checked+span{background:#fff;color:#111;border-color:#111;box-shadow:inset 0 0 0 1px #111}
.store-product-page .quantity-row{justify-content:flex-start;gap:28px;margin-top:18px;padding:0;border:0}
.store-product-page .quantity-row>div:first-child{display:none}
.store-product-page .quantity-stepper{grid-template-columns:42px 58px 42px;min-height:46px}
.store-product-page .order-total-box{margin-top:18px;padding:15px 17px;background:#f7f6f3}
.store-product-page .add-to-cart-button{min-height:58px;margin-top:3px;background:#fff;color:#111;border:1px solid #d5d1ca;text-align:center;grid-template-columns:auto 1fr auto}
.store-product-page .add-to-cart-button:hover{background:#111;color:#fff}
.store-product-page .add-to-cart-button.is-added{background:#206c48;color:#fff;border-color:#206c48}
.store-product-page .add-to-cart-button span{font-size:12px}
.store-product-page .add-to-cart-button span small{display:none}
.store-product-page .cart-add-note{font-size:8px}

.related-products-section{padding:82px 0 104px;background:#f5f3ef;border-top:1px solid #e5e1da}
.related-products-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}
.related-products-heading h2{margin:0;font-size:clamp(34px,4vw,54px);line-height:1;letter-spacing:-.045em}
.related-products-heading>a{padding-bottom:5px;border-bottom:1px solid #111;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.related-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.related-product-card{min-width:0;cursor:pointer}
.related-product-image{position:relative;display:block;overflow:hidden;background:#e9e5de}
.related-product-image img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .45s ease}
.related-product-image span{position:absolute;left:14px;right:14px;bottom:14px;padding:13px;background:#fff;color:#111;text-align:center;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;transform:translateY(calc(100% + 20px));transition:transform .25s ease}
.related-product-card:hover .related-product-image img{transform:scale(1.025)}
.related-product-card:hover .related-product-image span,.related-product-card:focus-visible .related-product-image span{transform:none}
.related-product-copy{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-top:15px}
.related-product-copy small{display:block;margin-bottom:5px;color:#777a73;font-size:8px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.related-product-copy h3{margin:0;font-size:17px;line-height:1.25}
.related-product-copy>strong{padding:8px 10px;background:#111;color:#fff;font-size:14px;white-space:nowrap}

@media (max-width:1100px){
  .store-product-page .product-order-layout{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:30px}
  .store-product-page .store-product-media{grid-template-columns:70px minmax(0,1fr);gap:13px}
  .store-product-page .product-order-badge{left:99px}
  .store-product-page .product-order-content h1{font-size:36px}
}
@media (max-width:900px){
  .store-product-page .product-order-layout{grid-template-columns:1fr;gap:32px}
  .store-product-page .store-product-details{position:relative;top:auto;padding-top:0}
  .store-product-page .store-product-media{grid-template-columns:72px minmax(0,1fr)}
  .store-product-page .product-order-badge{left:102px}
  .related-products-section{padding:68px 0 82px}
}
@media (max-width:620px){
  .store-product-page .product-order-section{padding:16px 0 48px}
  .store-product-page .order-breadcrumb{margin-bottom:13px}
  .store-product-page .store-product-media{display:flex;flex-direction:column-reverse;gap:9px}
  .store-product-page .store-thumbnails{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}
  .store-product-page .store-thumbnail{padding-bottom:6px;border-radius:0}
  .store-product-page .store-thumbnail img{aspect-ratio:4/5}
  .store-product-page .product-order-badge{left:12px;top:12px}
  .store-product-page .store-image-counter{right:10px;bottom:10px;padding:8px 10px}
  .store-product-page .store-product-details{padding:18px 0 0;border-radius:0}
  .store-product-page .product-order-content h1{font-size:30px;letter-spacing:.045em}
  .store-product-page .order-description{font-size:12px}
  .store-product-page .order-price-line{align-items:center}
  .store-product-page .size-options{grid-template-columns:repeat(4,1fr)}
  .store-product-page .quantity-row{justify-content:flex-start}
  .related-products-heading{display:grid;gap:16px}
  .related-products-heading>a{justify-self:start}
  .related-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
  .related-product-image span{display:none}
  .related-product-copy{display:grid;gap:8px;padding-top:10px}
  .related-product-copy h3{font-size:12px}
  .related-product-copy>strong{justify-self:start;padding:6px 8px;font-size:11px}
}



/* Compact first-screen product controls: keeps Add to Cart and Buy Now visible on laptops */
.buy-now-button{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;width:100%;min-height:50px;margin-top:9px;padding:11px 17px;border:1px solid #111;background:#111;color:#fff;font:inherit;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.buy-now-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.buy-now-button:hover{background:#2c2c2c;border-color:#2c2c2c}
.buy-now-button:active{transform:translateY(1px)}
.buy-now-button:focus-visible{outline:3px solid rgba(17,17,17,.22);outline-offset:3px}

@media (min-width:901px){
  .store-product-page .product-order-section{padding:16px 0 58px}
  .store-product-page .order-breadcrumb{margin-bottom:12px;font-size:9px}
  .store-product-page .product-order-layout{grid-template-columns:minmax(0,1.42fr) minmax(350px,.72fr);gap:32px}
  .store-product-page .store-product-media{grid-template-columns:68px minmax(0,1fr);gap:12px}
  .store-product-page .store-thumbnails{gap:9px}
  .store-product-page .store-thumbnail{gap:4px;padding-bottom:5px}
  .store-product-page .store-thumbnail span{font-size:7px}
  .store-product-page .store-main-image-frame{height:min(710px,calc(100vh - 145px))}
  .store-product-page .store-main-image{height:100%;aspect-ratio:auto;object-fit:cover}
  .store-product-page .product-order-badge{left:96px;top:12px;padding:7px 10px;font-size:7px}
  .store-product-page .store-image-counter{right:11px;bottom:11px;gap:10px;padding:7px 9px;font-size:7px}
  .store-product-page .store-product-details{top:78px;padding:0;max-height:calc(100vh - 94px)}
  .store-product-page .order-back-link{display:none}
  .store-product-page .order-category{margin-bottom:5px;font-size:8px}
  .store-product-page .product-order-content h1{font-size:clamp(25px,2.35vw,34px);line-height:1.06;letter-spacing:.045em}
  .store-product-page .order-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:8px 0 9px;font-size:10px;line-height:1.45}
  .store-product-page .order-price-line{min-height:auto;padding:8px 0}
  .store-product-page .order-price-line small{font-size:7px}
  .store-product-page .order-price-line strong{font-size:21px}
  .store-product-page .order-price-line strong span{font-size:8px}
  .store-product-page .order-stock{padding:6px 8px;font-size:7px}
  .store-product-page .order-stock svg{width:12px;height:12px}
  .store-product-page .order-feature-grid{gap:7px;margin-top:8px}
  .store-product-page .order-feature-grid article{min-height:48px;padding:8px 10px}
  .store-product-page .order-feature-grid small{font-size:6px}
  .store-product-page .order-feature-grid strong{margin-top:4px;font-size:10px;line-height:1.25}
  .store-product-page .order-form{margin-top:10px}
  .store-product-page .order-fieldset legend{margin-bottom:6px;font-size:9px}
  .store-product-page .size-options{grid-template-columns:repeat(4,minmax(0,58px));gap:7px}
  .store-product-page .size-option span{min-height:36px;font-size:10px}
  .store-product-page .quantity-row{gap:14px;margin-top:9px}
  .store-product-page .quantity-stepper{grid-template-columns:35px 48px 35px;min-height:36px}
  .store-product-page .quantity-stepper button{min-height:36px}
  .store-product-page .quantity-stepper input{font-size:11px}
  .store-product-page .order-total-box{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;margin-top:9px;padding:9px 11px}
  .store-product-page .order-total-box>span{font-size:7px}
  .store-product-page .order-total-box>strong{font-size:18px}
  .store-product-page .order-total-box>small{grid-column:1/-1;margin-top:-2px;font-size:6px;line-height:1.3}
  .store-product-page .cart-add-status{min-height:14px;margin:4px 0 0;font-size:8px;line-height:1.2}
  .store-product-page .add-to-cart-button{min-height:43px;margin-top:0;padding:9px 13px}
  .store-product-page .add-to-cart-button>svg{width:17px;height:17px}
  .store-product-page .add-to-cart-button span{font-size:10px}
  .store-product-page .buy-now-button{min-height:43px;margin-top:7px;padding:9px 13px;font-size:10px}
  .store-product-page .cart-add-note{margin-top:5px;font-size:6px;line-height:1.3}
}

@media (min-width:901px) and (max-height:760px){
  .store-product-page .product-order-section{padding-top:10px}
  .store-product-page .order-breadcrumb{margin-bottom:8px}
  .store-product-page .store-main-image-frame{height:calc(100vh - 126px)}
  .store-product-page .product-order-content h1{font-size:25px}
  .store-product-page .order-description{margin:5px 0 6px;font-size:9px}
  .store-product-page .order-feature-grid article{min-height:42px;padding:6px 9px}
  .store-product-page .order-form{margin-top:7px}
  .store-product-page .order-total-box{padding:7px 10px}
  .store-product-page .order-total-box>small,.store-product-page .cart-add-note{display:none}
  .store-product-page .cart-add-status{min-height:10px;margin-top:2px}
  .store-product-page .add-to-cart-button,.store-product-page .buy-now-button{min-height:39px}
}

@media (max-width:900px){
  .buy-now-button{min-height:54px;margin-top:9px}
}

/* Wider, better-balanced laptop product view */
@media (min-width:1200px) and (min-height:780px){
  .store-product-page .product-order-section{
    padding:10px 0 48px;
  }
  .store-product-page .product-order-section>.container{
    width:min(1510px,calc(100% - 26px));
  }
  .store-product-page .order-breadcrumb{
    margin-bottom:10px;
    font-size:9px;
  }
  .store-product-page .product-order-layout{
    grid-template-columns:minmax(0,1.3fr) minmax(500px,.86fr);
    gap:42px;
    align-items:start;
  }
  .store-product-page .store-product-media{
    grid-template-columns:88px minmax(0,1fr);
    gap:15px;
  }
  .store-product-page .store-thumbnails{
    gap:12px;
  }
  .store-product-page .store-thumbnail{
    gap:6px;
    padding-bottom:7px;
  }
  .store-product-page .store-thumbnail span{
    font-size:8px;
  }
  .store-product-page .store-main-image-frame{
    height:calc(100vh - 116px);
    min-height:680px;
    max-height:780px;
    background:#fff;
  }
  .store-product-page .store-main-image{
    width:100%;
    height:100%;
    aspect-ratio:auto;
    object-fit:contain;
    transform:scale(1.035);
    transform-origin:center;
  }
  .store-product-page .store-main-image.is-switching{
    transform:scale(1.01);
  }
  .store-product-page .product-order-badge{
    left:122px;
    top:14px;
    padding:8px 11px;
    font-size:8px;
  }
  .store-product-page .store-image-counter{
    right:14px;
    bottom:14px;
    padding:8px 11px;
    font-size:8px;
  }
  .store-product-page .store-product-details{
    top:82px;
    max-height:none;
    padding:5px 0 0;
  }
  .store-product-page .order-category{
    margin-bottom:7px;
    font-size:9px;
  }
  .store-product-page .product-order-content h1{
    font-size:clamp(34px,2.55vw,43px);
    line-height:1.06;
    letter-spacing:.04em;
  }
  .store-product-page .order-description{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    margin:11px 0 13px;
    font-size:12px;
    line-height:1.55;
  }
  .store-product-page .order-price-line{
    padding:11px 0;
  }
  .store-product-page .order-price-line small{
    font-size:8px;
  }
  .store-product-page .order-price-line strong{
    font-size:25px;
  }
  .store-product-page .order-price-line strong span{
    font-size:9px;
  }
  .store-product-page .order-stock{
    padding:7px 10px;
    font-size:8px;
  }
  .store-product-page .order-feature-grid{
    gap:1px;
    margin-top:11px;
  }
  .store-product-page .order-feature-grid article{
    min-height:58px;
    padding:10px 12px;
  }
  .store-product-page .order-feature-grid small{
    font-size:7px;
  }
  .store-product-page .order-feature-grid strong{
    margin-top:5px;
    font-size:12px;
    line-height:1.3;
  }
  .store-product-page .order-form{
    margin-top:13px;
  }
  .store-product-page .order-fieldset legend{
    margin-bottom:8px;
    font-size:10px;
  }
  .store-product-page .size-options{
    grid-template-columns:repeat(4,minmax(0,66px));
    gap:8px;
  }
  .store-product-page .size-option span{
    min-height:42px;
    font-size:12px;
  }
  .store-product-page .quantity-row{
    gap:18px;
    margin-top:11px;
  }
  .store-product-page .quantity-stepper{
    grid-template-columns:39px 54px 39px;
    min-height:42px;
  }
  .store-product-page .quantity-stepper button{
    min-height:42px;
  }
  .store-product-page .quantity-stepper input{
    font-size:13px;
  }
  .store-product-page .order-total-box{
    gap:8px 14px;
    margin-top:11px;
    padding:11px 13px;
  }
  .store-product-page .order-total-box>span{
    font-size:8px;
  }
  .store-product-page .order-total-box>strong{
    font-size:22px;
  }
  .store-product-page .order-total-box>small{
    margin-top:0;
    font-size:7px;
    line-height:1.35;
  }
  .store-product-page .cart-add-status{
    min-height:15px;
    margin:4px 0 0;
    font-size:9px;
  }
  .store-product-page .add-to-cart-button{
    min-height:48px;
    padding:10px 15px;
  }
  .store-product-page .add-to-cart-button>svg{
    width:19px;
    height:19px;
  }
  .store-product-page .add-to-cart-button span{
    font-size:11px;
  }
  .store-product-page .buy-now-button{
    min-height:48px;
    margin-top:8px;
    padding:10px 15px;
    font-size:11px;
  }
  .store-product-page .cart-add-note{
    margin-top:6px;
    font-size:7px;
    line-height:1.35;
  }
  .store-product-page .related-products-section>.container{
    width:min(1460px,calc(100% - 36px));
  }
}


/* Product detail additions: discounted pricing, size guide, information and service assurances */
.product-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px 13px}
.order-price-line .sale-price{color:#d3382d;font-size:clamp(27px,2.2vw,36px);font-weight:800;letter-spacing:-.04em}
.order-price-line .old-price{color:#858782;font-size:16px;font-weight:600;text-decoration-thickness:1.5px}
.discount-badge{display:inline-flex;align-items:center;min-height:25px;padding:4px 8px;background:#f0f6ef;color:#246946;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.price-tax-note{margin-top:4px;color:#7b7e78;font-size:8px;font-weight:650}
.size-legend-row{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:8px}
.size-legend-row legend{margin:0!important}
.size-guide-link{padding-bottom:2px;border-bottom:1px solid #111;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.size-guide-thumbnail img{object-fit:contain!important;background:#fff}

.product-detail-extras{padding:88px 0 92px;background:#fff;border-top:1px solid #e7e3dc}
.product-detail-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}
.product-detail-heading h2{max-width:780px;margin:0;font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-.045em}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);gap:54px;align-items:start}
.size-guide-panel{border:1px solid #e2ded7;background:#fff}
.size-guide-copy{padding:24px 26px 17px;border-bottom:1px solid #e2ded7}
.size-guide-copy h3{margin:0;font-size:24px;letter-spacing:-.025em}
.size-guide-copy p{max-width:650px;margin:7px 0 0;color:#696c66;font-size:12px;line-height:1.6}
.size-guide-panel>img{width:100%;max-height:760px;object-fit:contain;background:#fff}
.accessible-size-table{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.product-detail-side{position:sticky;top:104px}
.product-assurance-card{padding:30px;background:#f7f5f1;border:1px solid #e0dcd4}
.product-assurance-card h3{margin:0;font-size:27px;letter-spacing:-.035em}
.product-assurance-card>p{margin:10px 0 23px;color:#666a64;font-size:12px;line-height:1.65}
.product-assurance-icons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#ddd8d0;border:1px solid #ddd8d0}
.product-assurance-icons>div{display:grid;place-items:center;gap:8px;min-height:112px;padding:16px;background:#fff;text-align:center}
.product-assurance-icons svg{width:27px;height:27px}
.product-assurance-icons span{font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.manufacturer-note{margin-top:18px;padding:14px 15px;border-left:3px solid #111;background:#fff;font-size:10px;line-height:1.55}
.product-accordions{margin-top:25px;border-top:1px solid #dedad3}
.product-accordion{border-bottom:1px solid #dedad3}
.product-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;list-style:none;cursor:pointer;font-size:11px;font-weight:750;letter-spacing:.17em;text-transform:uppercase}
.product-accordion summary::-webkit-details-marker{display:none}
.product-accordion summary b{font-size:20px;font-weight:400;transition:transform .2s ease}
.product-accordion[open] summary b{transform:rotate(45deg)}
.product-accordion p{margin:-4px 0 20px;color:#646861;font-size:12px;line-height:1.72}
.featured-fit{margin:22px 0 0;font-size:12px;line-height:1.65}

.store-benefits-section{padding:56px 0 64px;background:#fff;border-top:1px solid #e5e1da}
.store-benefits-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0}
.store-benefits-grid article{min-height:190px;padding:24px 22px;text-align:center;border-right:1px solid #e7e3dc}
.store-benefits-grid article:last-child{border-right:0}
.store-benefits-grid svg{width:31px;height:31px;margin:0 auto 18px}
.store-benefits-grid h3{margin:0;font-size:11px;font-weight:750;letter-spacing:.17em;text-transform:uppercase}
.store-benefits-grid p{margin:10px auto 0;color:#686b65;font-size:11px;line-height:1.55}
.related-price{display:grid;justify-items:end;gap:2px}
.related-price strong{font-size:18px}
.related-price del{color:#848781;font-size:10px}
.home-price-row{display:flex;align-items:baseline;gap:8px}
.home-price-row del{color:#8a8d86;font-size:11px;font-weight:600}

@media (min-width:901px){
  .store-product-page .store-thumbnails{align-content:start}
  .store-product-page .order-price-line{align-items:center}
  .store-product-page .order-price-line .sale-price{font-size:25px}
  .store-product-page .order-price-line .old-price{font-size:12px}
  .store-product-page .discount-badge{min-height:21px;padding:3px 7px;font-size:7px}
  .store-product-page .price-tax-note{font-size:7px}
}
@media (max-width:1050px){
  .product-detail-grid{grid-template-columns:1fr;gap:28px}
  .product-detail-side{position:relative;top:auto}
  .store-benefits-grid{grid-template-columns:repeat(3,1fr)}
  .store-benefits-grid article:nth-child(3){border-right:0}
  .store-benefits-grid article:nth-child(-n+3){border-bottom:1px solid #e7e3dc}
}
@media (max-width:700px){
  .store-product-page .store-thumbnails{grid-template-columns:repeat(4,1fr)}
  .product-detail-extras{padding:58px 0 62px}
  .product-detail-heading{display:block;margin-bottom:22px}
  .product-detail-heading h2{font-size:36px}
  .size-guide-copy{padding:20px}
  .size-guide-panel>img{max-height:none}
  .product-assurance-card{padding:22px 18px}
  .product-assurance-icons{grid-template-columns:repeat(2,1fr)}
  .store-benefits-section{padding:28px 0}
  .store-benefits-grid{grid-template-columns:1fr 1fr}
  .store-benefits-grid article{min-height:160px;padding:22px 14px;border-bottom:1px solid #e7e3dc}
  .store-benefits-grid article:nth-child(odd){border-right:1px solid #e7e3dc}
  .store-benefits-grid article:nth-child(even){border-right:0}
  .store-benefits-grid article:last-child{grid-column:1/-1;border-bottom:0}
  .related-price{justify-items:start}
}

/* FINAL REFERENCE-INSPIRED LAPTOP PRODUCT LAYOUT */
/* Keeps the thumbnail strip in the unused left space and enlarges the complete
   product-information column through the Add to Cart control. */
.store-product-page .buy-now-button{display:none!important}

@media (min-width:901px){
  .store-product-page .store-product-details{
    top:88px;
    max-height:none;
    padding-top:4px;
  }
  .store-product-page .order-category{
    margin-bottom:8px;
    font-size:10px;
    letter-spacing:.2em;
  }
  .store-product-page .product-order-content h1{
    font-size:clamp(36px,2.75vw,46px);
    line-height:1.08;
    letter-spacing:.045em;
  }
  .store-product-page .order-description{
    display:block;
    overflow:visible;
    margin:14px 0 17px;
    font-size:13px;
    line-height:1.62;
  }
  .store-product-page .order-price-line{
    padding:14px 0;
  }
  .store-product-page .order-price-line small{
    margin-bottom:7px;
    font-size:8px;
  }
  .store-product-page .order-price-line .sale-price{
    font-size:34px;
  }
  .store-product-page .order-price-line .old-price{
    font-size:16px;
  }
  .store-product-page .discount-badge{
    min-height:27px;
    padding:5px 9px;
    font-size:9px;
  }
  .store-product-page .price-tax-note{
    margin-top:6px;
    font-size:9px;
  }
  .store-product-page .order-stock{
    padding:8px 11px;
    font-size:8px;
  }
  .store-product-page .order-stock svg{
    width:14px;
    height:14px;
  }
  .store-product-page .order-feature-grid{
    margin:14px 0 0;
  }
  .store-product-page .order-feature-grid article{
    min-height:70px;
    padding:13px 15px;
  }
  .store-product-page .order-feature-grid small{
    font-size:8px;
  }
  .store-product-page .order-feature-grid strong{
    margin-top:6px;
    font-size:13px;
    line-height:1.35;
  }
  .store-product-page .order-form{
    margin-top:18px;
  }
  .store-product-page .order-fieldset legend{
    margin-bottom:10px;
    font-size:12px;
  }
  .store-product-page .size-guide-link{
    font-size:9px;
  }
  .store-product-page .size-options{
    grid-template-columns:repeat(4,minmax(0,74px));
    gap:10px;
  }
  .store-product-page .size-option span{
    min-height:50px;
    font-size:14px;
  }
  .store-product-page .quantity-row{
    margin-top:17px;
  }
  .store-product-page .quantity-stepper{
    grid-template-columns:44px 62px 44px;
    min-height:48px;
  }
  .store-product-page .quantity-stepper button{
    min-height:48px;
  }
  .store-product-page .quantity-stepper button svg{
    width:17px;
    height:17px;
  }
  .store-product-page .quantity-stepper input{
    font-size:15px;
  }
  .store-product-page .order-total-box{
    margin-top:17px;
    padding:15px 17px;
  }
  .store-product-page .order-total-box>span{
    font-size:9px;
  }
  .store-product-page .order-total-box>strong{
    font-size:27px;
  }
  .store-product-page .order-total-box>small{
    margin-top:2px;
    font-size:8px;
    line-height:1.4;
  }
  .store-product-page .cart-add-status{
    min-height:18px;
    margin:5px 0 0;
    font-size:9px;
  }
  .store-product-page .add-to-cart-button{
    min-height:58px;
    margin-top:0;
    padding:11px 17px;
  }
  .store-product-page .add-to-cart-button>svg{
    width:21px;
    height:21px;
  }
  .store-product-page .add-to-cart-button span{
    font-size:13px;
  }
  .store-product-page .cart-add-note{
    margin-top:8px;
    font-size:8px;
    line-height:1.45;
  }
}

@media (min-width:1200px){
  .store-product-page .product-order-section{
    padding:12px 0 54px;
  }
  .store-product-page .product-order-section>.container{
    width:min(1390px,calc(100% - 44px));
  }
  .store-product-page .order-breadcrumb{
    margin-bottom:12px;
    font-size:9px;
  }
  .store-product-page .product-order-layout{
    grid-template-columns:minmax(0,1.30fr) minmax(500px,.86fr);
    gap:56px;
  }
  .store-product-page .store-product-media{
    grid-template-columns:96px minmax(0,1fr);
    gap:38px;
  }
  .store-product-page .store-thumbnails{
    gap:16px;
    margin-left:-18px;
  }
  .store-product-page .store-thumbnail{
    gap:7px;
    padding-bottom:8px;
  }
  .store-product-page .store-thumbnail span{
    font-size:8px;
  }
  .store-product-page .store-main-image-frame{
    height:calc(100vh - 118px);
    min-height:680px;
    max-height:790px;
  }
  .store-product-page .store-main-image{
    width:100%;
    height:100%;
    aspect-ratio:auto;
    object-fit:contain;
    transform:scale(1.045);
  }
  .store-product-page .store-main-image.is-switching{
    transform:scale(1.02);
  }
  .store-product-page .product-order-badge{
    left:146px;
    top:14px;
  }
}

/* Preserve first-screen access on shorter laptops without returning to tiny text. */
@media (min-width:901px) and (max-height:800px){
  .store-product-page .product-order-section{padding-top:8px}
  .store-product-page .order-breadcrumb{margin-bottom:8px}
  .store-product-page .store-main-image-frame{height:calc(100vh - 108px);min-height:610px}
  .store-product-page .product-order-content h1{font-size:34px}
  .store-product-page .order-description{margin:9px 0 11px;font-size:11px;line-height:1.48}
  .store-product-page .order-price-line{padding:10px 0}
  .store-product-page .order-price-line .sale-price{font-size:29px}
  .store-product-page .order-feature-grid{margin-top:10px}
  .store-product-page .order-feature-grid article{min-height:58px;padding:10px 12px}
  .store-product-page .order-form{margin-top:12px}
  .store-product-page .size-option span{min-height:43px;font-size:12px}
  .store-product-page .quantity-row{margin-top:11px}
  .store-product-page .quantity-stepper,
  .store-product-page .quantity-stepper button{min-height:42px}
  .store-product-page .order-total-box{margin-top:11px;padding:11px 14px}
  .store-product-page .order-total-box>small{display:none}
  .store-product-page .cart-add-status{min-height:13px;margin-top:3px}
  .store-product-page .add-to-cart-button{min-height:50px}
  .store-product-page .cart-add-note{margin-top:5px;font-size:7px}
}



/* ===== Added: simple five-link navigation, shared CTA/footer, About, Blog and Contact pages ===== */
.header-whatsapp{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#17b56b;color:#fff;border:1px solid #17b56b}
.header-whatsapp svg{width:21px;height:21px;stroke-width:1.7}
.section-kicker.light-kicker{color:rgba(255,255,255,.75)}
.inner-page-hero{padding:100px 0 88px;background:linear-gradient(135deg,#f7f5f0 0%,#ece8df 100%);border-bottom:1px solid var(--line)}
.inner-page-hero .container{max-width:1100px}
.inner-page-hero h1{max-width:900px;margin:0;font-size:clamp(46px,6vw,78px);line-height:1.02;letter-spacing:-.055em}
.inner-page-hero p{max-width:720px;margin:24px 0 0;font-size:18px;color:var(--muted)}
.inner-page-hero-grid{display:grid;grid-template-columns:1fr 280px;gap:70px;align-items:end}
.hero-stat-card{padding:28px;border-radius:18px;background:#111;color:#fff;box-shadow:var(--shadow)}
.hero-stat-card strong{display:block;font-size:54px;line-height:1}
.hero-stat-card span{display:block;margin-top:12px;color:rgba(255,255,255,.72);font-size:13px}
.products-listing-page{padding-top:82px}

.home-about-v2{padding:105px 0;background:#f4f3f0}
.home-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.home-about-media{position:relative;min-height:570px;border-radius:22px;overflow:hidden}
.home-about-media img{width:100%;height:570px;object-fit:cover}
.home-about-media span{position:absolute;left:22px;bottom:22px;padding:11px 16px;background:#fff;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.home-about-copy h2{margin:0;font-size:clamp(38px,4.5vw,62px);line-height:1.04;letter-spacing:-.045em}
.home-about-copy>p{margin:22px 0;color:var(--muted);font-size:17px}
.home-about-points{display:grid;grid-template-columns:repeat(3,1fr);margin:32px 0;border-top:1px solid #d6d3cc;border-bottom:1px solid #d6d3cc}
.home-about-points article{padding:22px 15px 22px 0;border-right:1px solid #d6d3cc}
.home-about-points article+article{padding-left:18px}.home-about-points article:last-child{border-right:0}
.home-about-points strong{display:block;font-size:30px}.home-about-points span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.home-blog-preview{padding:100px 0;background:#fff}
.page-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}
.page-section-heading h2{margin:0;font-size:clamp(36px,4vw,56px);line-height:1.06;letter-spacing:-.04em}
.page-section-heading>a{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.blog-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.blog-preview-grid article{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
.blog-preview-grid img{width:100%;aspect-ratio:1.45/1;object-fit:cover}
.blog-preview-grid article>div{padding:22px}.blog-preview-grid span{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#7c705f}
.blog-preview-grid h3{margin:10px 0 10px;font-size:21px;line-height:1.25}.blog-preview-grid p{margin:0;color:var(--muted);font-size:14px}

.site-bottom-cta{position:relative;padding:72px 0;background:#0f8f58;color:#fff;overflow:hidden}
.site-bottom-cta::after{content:"";position:absolute;right:-150px;top:-180px;width:430px;height:430px;border:1px solid rgba(255,255,255,.2);border-radius:50%}
.site-bottom-cta-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}
.site-bottom-cta h2{max-width:740px;margin:0;font-size:clamp(38px,4.2vw,62px);line-height:1.04;letter-spacing:-.045em}
.site-bottom-cta p{max-width:760px;margin:18px 0 0;color:rgba(255,255,255,.83);font-size:16px}
.site-bottom-cta-actions{display:flex;justify-content:flex-end;gap:14px;flex-wrap:wrap}
.btn-outline-light{border-color:rgba(255,255,255,.55);color:#fff;background:transparent}.btn-outline-light:hover{background:#fff;color:#111}
.site-footer-v2{padding:72px 0 24px;background:#082331;color:#fff}
.site-footer-grid{display:grid;grid-template-columns:1.55fr .7fr .9fr 1.1fr;gap:70px}
.site-footer-brand img{width:215px;filter:brightness(0) invert(1)}
.site-footer-brand p{max-width:390px;margin:25px 0 0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.75}
.site-footer-v2 h3{margin:0 0 20px;font-size:13px}.site-footer-v2 .site-footer-grid>div:not(.site-footer-brand){display:flex;flex-direction:column;align-items:flex-start}
.site-footer-v2 a{margin:0 0 12px;color:rgba(255,255,255,.76);font-size:13px}.site-footer-v2 a:hover{color:#fff}
.site-footer-v2 span{margin-top:8px;font-size:9px;font-weight:800;letter-spacing:.12em;color:rgba(255,255,255,.48)}
.site-footer-bottom{display:flex;justify-content:space-between;gap:25px;margin-top:55px;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.48)}

.about-story-section{padding:100px 0}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.about-story-grid img{width:100%;min-height:560px;object-fit:cover;border-radius:22px}.about-story-grid h2{margin:0;font-size:clamp(38px,4.5vw,60px);line-height:1.04;letter-spacing:-.04em}.about-story-grid p{font-size:16px;color:var(--muted)}
.about-inline-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:30px;padding-top:25px;border-top:1px solid var(--line)}.about-inline-stats strong{display:block;font-size:28px}.about-inline-stats span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.about-values-section{padding:100px 0;background:#f4f3f0}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.about-values-grid article{padding:28px;border-radius:16px;background:#fff;border:1px solid var(--line)}.about-values-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#111;color:#fff;font-size:11px}.about-values-grid h3{margin:25px 0 10px;font-size:20px}.about-values-grid p{margin:0;color:var(--muted);font-size:14px}
.about-process-section{padding:100px 0}.about-process-list{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:0;margin:0;list-style:none;border:1px solid var(--line)}.about-process-list li{padding:30px;border-right:1px solid var(--line)}.about-process-list li:last-child{border-right:0}.about-process-list li::before{content:counter(list-item,decimal-leading-zero);display:block;margin-bottom:35px;font-size:12px;font-weight:800;letter-spacing:.1em;color:#827564}.about-process-list strong{font-size:18px}.about-process-list p{margin:10px 0 0;color:var(--muted);font-size:13px}

.blog-page-hero{background:linear-gradient(135deg,#f8f3e9,#eee7d9)}
.blog-listing-section{padding:92px 0}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.blog-card{display:grid;grid-template-columns:42% 58%;min-height:310px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.blog-card-media{position:relative}.blog-card-media img{width:100%;height:100%;object-fit:cover}.blog-card-media span{position:absolute;left:14px;top:14px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.94);font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.blog-card-copy{display:flex;flex-direction:column;padding:28px}.blog-card-copy h2{margin:0;font-size:24px;line-height:1.18}.blog-card-copy p{margin:15px 0;color:var(--muted);font-size:14px}.blog-read-link{margin-top:auto;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}

.article-hero{padding:60px 0 70px;background:#f4f3f0}.article-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.article-hero h1{margin:0;font-size:clamp(44px,5vw,70px);line-height:1.02;letter-spacing:-.05em}.article-hero p{max-width:680px;margin:22px 0;color:var(--muted);font-size:17px}.article-hero img{width:100%;height:480px;object-fit:cover;border-radius:20px}.article-breadcrumb{display:flex;gap:9px;align-items:center;margin-bottom:30px;font-size:11px;color:var(--muted)}.article-meta{display:flex;gap:20px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#716759}
.article-layout-section{padding:88px 0}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 260px;gap:90px;justify-content:center}.article-intro{margin:0 0 45px;font-size:21px;line-height:1.7;color:#333}.article-content-block{padding:34px 0;border-top:1px solid var(--line)}.article-content-block h2{margin:0 0 16px;font-size:30px;line-height:1.2}.article-content-block p,.article-content-block li{font-size:16px;color:#555;line-height:1.8}.article-content-block ul{padding-left:20px}.solution-section{padding:32px;border:1px solid #c8e4d7;border-radius:16px;background:#eff9f4}.solution-section h2{color:#09683f}
.article-aside{align-self:start;position:sticky;top:110px}.article-aside>div{display:grid;gap:8px;padding:22px;border:1px solid var(--line);border-radius:14px;margin-bottom:14px}.article-aside span{font-size:9px;font-weight:850;letter-spacing:.12em;color:#80776c}.article-aside a{font-size:13px;font-weight:700}.article-contact-box{margin-top:40px;padding:40px;border-radius:18px;background:#111;color:#fff}.article-contact-box>span{font-size:9px;font-weight:850;letter-spacing:.12em;color:rgba(255,255,255,.58)}.article-contact-box h2{margin:12px 0;font-size:34px}.article-contact-box p{color:rgba(255,255,255,.7)}.article-contact-box .btn{margin-top:10px;background:#fff;color:#111}
.related-blog-section{padding:80px 0;background:#f4f3f0}.related-blog-links{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.related-blog-links a{display:grid;gap:9px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:14px}.related-blog-links span{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#7c705f}.related-blog-links strong{font-size:18px;line-height:1.3}

.contact-page-section{padding:70px 0 95px;background:linear-gradient(90deg,#eef9f5 0 48%,#fff 48%)}.contact-page-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:55px;align-items:start}.contact-info-column h1{margin:0;font-size:clamp(48px,5.4vw,76px);line-height:.98;letter-spacing:-.055em}.contact-info-column>p{max-width:620px;margin:24px 0 28px;color:var(--muted);font-size:16px}.contact-info-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-info-cards a{display:grid;grid-template-columns:50px 1fr auto;gap:14px;align-items:center;padding:18px;border:1px solid #d9e6e0;border-radius:16px;background:#fff;box-shadow:0 12px 35px rgba(0,0,0,.04)}.contact-info-cards a.wide{grid-column:1/-1}.contact-info-cards svg{width:48px;height:48px;padding:13px;border-radius:13px;background:#e8f7ef;color:#08784a}.contact-info-cards span{display:grid}.contact-info-cards small{font-size:9px;font-weight:850;letter-spacing:.12em;color:#72847b}.contact-info-cards strong{font-size:13px;word-break:break-word}.contact-info-cards b{font-size:20px;color:#87958e}
.contact-map-card{margin-top:18px;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 15px 35px rgba(0,0,0,.07)}.contact-map-card>img{width:100%;height:310px;object-fit:cover}.contact-map-card>div{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px}.contact-map-card span{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:850;letter-spacing:.08em}.contact-map-card span svg{width:18px;height:18px}.contact-map-card .btn svg{width:16px;height:16px}
.contact-form-panel{padding:36px;border:1px solid #e6e6e1;border-radius:24px;background:#fff;box-shadow:0 30px 70px rgba(0,0,0,.09)}.contact-form-heading{display:flex;justify-content:space-between;gap:20px;align-items:start}.contact-form-heading h2{max-width:520px;margin:0;font-size:clamp(36px,4vw,55px);line-height:1.05;letter-spacing:-.04em}.contact-response-badge{padding:10px 13px;border-radius:999px;background:#eff9f4;color:#2a6650;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.contact-enquiry-form{margin-top:30px}.contact-form-type{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:25px}.contact-form-type>span{width:100%;font-size:10px;font-weight:800}.contact-form-type input{position:absolute;opacity:0}.contact-form-type b{display:block;padding:11px 15px;border:1px solid var(--line);border-radius:999px;font-size:10px}.contact-form-type input:checked+b{background:#0f8f58;border-color:#0f8f58;color:#fff}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.contact-form-grid label{display:grid;gap:8px;font-size:10px;font-weight:800}.contact-form-grid label.wide{grid-column:1/-1}.contact-form-grid input,.contact-form-grid select,.contact-form-grid textarea{width:100%;padding:16px;border:1px solid #d9ddd9;border-radius:12px;background:#fff;outline:none}.contact-form-grid input:focus,.contact-form-grid select:focus,.contact-form-grid textarea:focus{border-color:#0f8f58;box-shadow:0 0 0 3px rgba(15,143,88,.09)}.contact-submit{width:100%;margin-top:22px}.contact-submit svg{width:20px;height:20px}.contact-form-note{text-align:center;color:var(--muted);font-size:11px}

@media(max-width:1100px){
  .site-header .desktop-nav{gap:17px}.site-header .header-whatsapp{display:none}
  .site-footer-grid{grid-template-columns:1.4fr .7fr .9fr 1.1fr;gap:35px}
  .blog-card{grid-template-columns:38% 62%}.contact-page-grid{gap:30px}.contact-form-panel{padding:28px}
}
@media(max-width:860px){
  .header-actions .header-whatsapp{display:grid}.header-actions .header-cart{display:grid}.header-actions{margin-left:auto}.header-actions .header-phone{display:none}.menu-toggle{margin-left:0}
  .inner-page-hero{padding:72px 0}.inner-page-hero-grid,.home-about-grid,.about-story-grid,.article-hero-grid,.contact-page-grid,.site-bottom-cta-inner{grid-template-columns:1fr;gap:35px}
  .hero-stat-card{max-width:320px}.home-about-media,.home-about-media img{min-height:440px;height:440px}.home-about-v2,.home-blog-preview,.about-story-section,.about-values-section,.about-process-section,.blog-listing-section{padding:72px 0}
  .blog-preview-grid,.about-values-grid,.about-process-list,.related-blog-links{grid-template-columns:repeat(2,1fr)}.about-process-list li:nth-child(2){border-right:0}.about-process-list li:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .site-bottom-cta-actions{justify-content:flex-start}.site-footer-grid{grid-template-columns:1fr 1fr}.site-footer-brand{grid-column:1/-1}.blog-grid{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr;gap:45px}.article-aside{position:static;display:grid;grid-template-columns:1fr 1fr;gap:14px}.article-aside>div{margin:0}
  .contact-page-section{background:#eef9f5}.contact-form-panel{margin-top:8px}.contact-map-card>img{height:300px}
}
@media(max-width:560px){
  .header-actions{gap:7px}.header-actions .header-cart,.header-actions .header-whatsapp{width:38px;height:38px}.site-header .brand img{width:115px}
  .inner-page-hero h1,.contact-info-column h1,.article-hero h1{font-size:40px}.inner-page-hero p{font-size:15px}.home-about-v2,.home-blog-preview,.about-story-section,.about-values-section,.about-process-section,.blog-listing-section,.article-layout-section{padding:58px 0}
  .home-about-media,.home-about-media img{height:330px;min-height:330px}.home-about-points{grid-template-columns:repeat(3,1fr)}.home-about-points strong{font-size:22px}.home-about-points span{font-size:8px}
  .page-section-heading{align-items:start;flex-direction:column}.blog-preview-grid,.about-values-grid,.about-process-list,.related-blog-links{grid-template-columns:1fr}.about-process-list li{border-right:0;border-bottom:1px solid var(--line)}.about-process-list li:last-child{border-bottom:0}
  .site-bottom-cta{padding:58px 0}.site-bottom-cta h2{font-size:36px}.site-bottom-cta-actions{display:grid}.site-footer-v2{padding-top:55px}.site-footer-grid{grid-template-columns:1fr;gap:34px}.site-footer-brand{grid-column:auto}.site-footer-bottom{flex-direction:column;margin-top:38px}.site-footer-brand img{width:180px}
  .blog-card{grid-template-columns:1fr}.blog-card-media{height:230px}.blog-card-copy{padding:22px}.article-hero{padding:35px 0 45px}.article-hero img{height:310px}.article-layout{gap:30px}.article-intro{font-size:18px}.article-content-block h2{font-size:26px}.solution-section,.article-contact-box{padding:24px}.article-aside{grid-template-columns:1fr}
  .contact-page-section{padding:45px 0 60px}.contact-info-cards,.contact-form-grid{grid-template-columns:1fr}.contact-info-cards a.wide,.contact-form-grid label.wide{grid-column:auto}.contact-map-card>img{height:240px}.contact-map-card>div{align-items:flex-start;flex-direction:column}.contact-form-panel{padding:22px;border-radius:18px}.contact-form-heading{flex-direction:column}.contact-response-badge{white-space:normal}.contact-form-type{display:grid;grid-template-columns:1fr 1fr}.contact-form-type>span{grid-column:1/-1}.contact-form-type label:last-child{grid-column:1/-1}
}
/* Keep the call shortcut visible in the desktop header, as in the supplied reference. */
@media (min-width:861px){.site-header .header-phone{display:grid}}


/* Home hero responsive refinements */
@media (max-width:1100px){
  .manufacturing-hero-inner{grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);gap:42px}
  .hero-proof-years{left:-16px}
  .hero-proof-global{right:-8px}
  .hero-bottom-strip-inner>div{padding-inline:13px}
}
@media (max-width:860px){
  .manufacturing-hero{min-height:auto;background-position:63% center}
  .manufacturing-hero::before{background:linear-gradient(180deg,rgba(9,11,9,.94) 0%,rgba(9,11,9,.82) 55%,rgba(9,11,9,.90) 100%)}
  .manufacturing-hero-inner{min-height:auto;grid-template-columns:1fr;gap:44px;padding-block:72px 58px}
  .manufacturing-hero-copy{max-width:720px}
  .manufacturing-hero h1{font-size:clamp(50px,10vw,76px)}
  .hero-showcase{width:min(630px,100%);min-height:auto;margin-inline:auto}
  .hero-editorial-card{width:100%;transform:none}
  .hero-proof-years{left:-15px;top:32px}
  .hero-proof-global{right:-12px;bottom:38px}
  .hero-bottom-strip-inner{grid-template-columns:repeat(2,1fr);padding-block:9px}
  .hero-bottom-strip-inner>div{padding:10px 14px;border-right:1px solid rgba(255,255,255,.12)}
  .hero-bottom-strip-inner>div:nth-child(2){border-right:0}
  .hero-bottom-strip-inner>div:first-child{padding-left:14px}
}
@media (max-width:560px){
  .manufacturing-hero{background-position:70% center}
  .manufacturing-hero-inner{padding-block:54px 42px;gap:36px}
  .hero-overline{margin-bottom:19px;font-size:8px;letter-spacing:.16em}
  .hero-overline span{width:20px}
  .manufacturing-hero h1{font-size:44px;line-height:.94;letter-spacing:-.052em}
  .manufacturing-hero p{margin:22px 0 25px;font-size:14px;line-height:1.65}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .hero-primary-cta,.hero-secondary-cta{width:100%;min-height:49px}
  .hero-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}
  .hero-trust-row span{justify-content:center;gap:4px;font-size:7px;text-align:center;letter-spacing:.03em}
  .hero-trust-row svg{width:14px;height:14px}
  .hero-editorial-card{padding:11px}
  .hero-editorial-head{padding:4px 3px 12px}
  .hero-editorial-head strong{font-size:19px}
  .hero-editorial-head>a{width:34px;height:34px}
  .hero-shirt-gallery{grid-template-columns:1.3fr .8fr;gap:7px;min-height:250px}
  .hero-shirt-card-main{min-height:250px}
  .hero-shirt-card-side{min-height:205px}
  .hero-shirt-card>span{left:7px;right:7px;bottom:7px;padding:8px}
  .hero-shirt-card>span strong{font-size:9px}
  .hero-editorial-foot{gap:5px;padding-top:11px;font-size:6px;letter-spacing:.08em}
  .hero-proof{min-width:100px;padding:10px 11px}
  .hero-proof strong{font-size:23px}
  .hero-proof span{font-size:6px}
  .hero-proof-years{left:-5px;top:58px}
  .hero-proof-global{right:-4px;bottom:31px}
  .hero-bottom-strip-inner{grid-template-columns:1fr 1fr}
  .hero-bottom-strip-inner>div{gap:8px;padding:8px!important}
  .hero-bottom-strip span{font-size:16px}
  .hero-bottom-strip strong{font-size:6px;letter-spacing:.05em}
}
@media (max-width:860px){
  .manufacturing-hero-inner{align-items:center}
  .manufacturing-hero-copy{width:auto;padding:0}
}


/* ===== 2026 Homepage About redesign + edge-to-edge footer refinement ===== */
#about{scroll-margin-top:88px}
.home-about-signature{position:relative;padding:112px 0 0;background:#eee9df;overflow:hidden}
.home-about-signature::before{content:"";position:absolute;left:-170px;top:-210px;width:520px;height:520px;border:1px solid rgba(15,17,16,.09);border-radius:50%}
.home-about-signature::after{content:"ZAMM";position:absolute;right:-18px;top:28px;font-size:clamp(110px,17vw,270px);font-weight:800;line-height:1;letter-spacing:-.08em;color:rgba(15,17,16,.035);pointer-events:none}
.about-signature-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.96fr) minmax(480px,1.04fr);gap:clamp(58px,7vw,112px);align-items:center}
.about-signature-copy{padding-bottom:80px}
.about-signature-copy h2{max-width:720px;margin:0;font-size:clamp(42px,4.7vw,70px);line-height:1.01;letter-spacing:-.052em}
.about-signature-lead{max-width:690px;margin:25px 0 30px;color:#5e625d;font-size:17px;line-height:1.75}
.about-capability-list{border-top:1px solid rgba(15,17,16,.17)}
.about-capability-list article{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid rgba(15,17,16,.17)}
.about-capability-list article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#0f1110;color:#fff;font-size:10px;font-weight:850;letter-spacing:.08em}
.about-capability-list h3{margin:0 0 6px;font-size:18px;letter-spacing:-.015em}
.about-capability-list p{max-width:590px;margin:0;color:#686c66;font-size:13px;line-height:1.65}
.about-signature-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin-top:30px}
.about-signature-actions .btn{min-height:54px}
.about-text-link{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #111;padding-bottom:5px}
.about-text-link span{margin-left:7px}
.about-signature-visuals{position:relative;align-self:stretch;min-height:735px;padding-bottom:62px}
.about-main-visual{position:relative;height:560px;margin:0;border-radius:26px;overflow:hidden;background:#d9d3c8;box-shadow:0 30px 75px rgba(31,28,23,.16)}
.about-main-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(6,13,10,.78) 100%)}
.about-main-visual img{width:100%;height:100%;object-fit:cover;transform:scale(1.015)}
.about-main-visual figcaption{position:absolute;z-index:2;left:28px;right:28px;bottom:25px;display:grid;gap:5px;color:#fff}
.about-main-visual figcaption span{font-size:9px;font-weight:850;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.7)}
.about-main-visual figcaption strong{max-width:430px;font-size:19px;line-height:1.35}
.about-detail-grid{position:absolute;left:-46px;right:46px;bottom:0;display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
.about-detail-grid figure{position:relative;height:178px;margin:0;border:7px solid #eee9df;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 18px 40px rgba(31,28,23,.13)}
.about-detail-grid figure::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.72))}
.about-detail-grid img{width:100%;height:100%;object-fit:cover}
.about-detail-grid figcaption{position:absolute;z-index:1;left:16px;bottom:14px;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.about-year-stamp{position:absolute;right:-30px;top:38px;z-index:3;display:grid;place-items:center;width:142px;height:142px;padding:18px;border-radius:50%;background:#0f8f58;color:#fff;text-align:center;box-shadow:0 20px 45px rgba(15,143,88,.3)}
.about-year-stamp small{font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.72)}
.about-year-stamp strong{font-size:37px;line-height:1}
.about-year-stamp span{font-size:9px;text-transform:uppercase;letter-spacing:.08em}
.about-proof-band{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);margin-top:85px;background:#101d1a;color:#fff}
.about-proof-band article{display:grid;align-content:center;min-height:132px;padding:26px 30px;border-right:1px solid rgba(255,255,255,.14)}
.about-proof-band article:last-child{border-right:0}
.about-proof-band strong{font-size:clamp(22px,2.4vw,36px);line-height:1.05;letter-spacing:-.035em}
.about-proof-band span{margin-top:8px;color:rgba(255,255,255,.62);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}

/* Use the available desktop width instead of keeping footer content crowded in the centre. */
.site-footer-v2>.container{width:calc(100% - 72px);max-width:none}
.site-footer-grid{grid-template-columns:minmax(330px,1.6fr) minmax(120px,.55fr) minmax(180px,.75fr) minmax(260px,1fr);gap:clamp(42px,6.5vw,128px);align-items:start}
.site-footer-brand img{width:250px}
.site-footer-brand p{max-width:470px;font-size:15px}
.site-footer-grid>div:last-child{justify-self:end;min-width:260px}
.site-footer-bottom{font-size:12px}

@media (max-width:1100px){
  .about-signature-shell{grid-template-columns:1fr;gap:44px}
  .about-signature-copy{padding-bottom:0}
  .about-signature-visuals{min-height:700px}
  .about-main-visual{height:540px}
  .about-detail-grid{left:28px;right:28px}
  .about-year-stamp{right:20px}
  .about-proof-band{margin-top:60px}
  .site-footer-grid{grid-template-columns:1.35fr .7fr .8fr 1fr;gap:34px}
  .site-footer-grid>div:last-child{justify-self:start;min-width:0}
}
@media (max-width:820px){
  .home-about-signature{padding-top:78px}
  .about-signature-copy h2{font-size:clamp(38px,8vw,56px)}
  .about-signature-visuals{min-height:625px}
  .about-main-visual{height:480px}
  .about-detail-grid{left:18px;right:18px}
  .about-proof-band{grid-template-columns:repeat(2,1fr)}
  .about-proof-band article:nth-child(2){border-right:0}
  .about-proof-band article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}
  .site-footer-v2>.container{width:calc(100% - 48px)}
  .site-footer-grid{grid-template-columns:1fr 1fr}
  .site-footer-brand{grid-column:1/-1}
}
@media (max-width:560px){
  #about{scroll-margin-top:72px}
  .home-about-signature{padding-top:60px}
  .home-about-signature::after{font-size:100px;top:8px}
  .about-signature-lead{font-size:15px}
  .about-capability-list article{grid-template-columns:42px 1fr;gap:12px}
  .about-capability-list article>span{width:34px;height:34px}
  .about-signature-actions{align-items:flex-start;flex-direction:column;gap:18px}
  .about-signature-visuals{min-height:auto;padding-bottom:0}
  .about-main-visual{height:390px;border-radius:18px}
  .about-main-visual figcaption{left:20px;right:20px;bottom:18px}
  .about-detail-grid{position:static;margin-top:12px;grid-template-columns:1fr 1fr}
  .about-detail-grid figure{height:135px;border-width:4px;border-color:#eee9df;border-radius:13px}
  .about-detail-grid figcaption{left:10px;bottom:10px;font-size:9px}
  .about-year-stamp{right:12px;top:18px;width:106px;height:106px;padding:12px}
  .about-year-stamp strong{font-size:29px}
  .about-proof-band{margin-top:42px;grid-template-columns:1fr 1fr}
  .about-proof-band article{min-height:112px;padding:20px 17px}
  .about-proof-band strong{font-size:24px}
  .site-footer-v2>.container{width:calc(100% - 32px)}
  .site-footer-grid{grid-template-columns:1fr;gap:34px}
  .site-footer-brand{grid-column:auto}
  .site-footer-brand img{width:210px}
  .site-footer-brand p{font-size:14px}
}


/* Mobile cart priority layout and refined WhatsApp branding */
.header-whatsapp svg,
.cart-whatsapp-button > svg:first-child,
.floating-whatsapp svg,
.whatsapp-confirm-button > svg:first-child,
.order-whatsapp-button svg,
.contact-info-cards svg use[href="#i-whatsapp"]{
  fill:currentColor;
  stroke:none;
}
.header-whatsapp svg{width:22px;height:22px}
.cart-whatsapp-button > svg:first-child{width:30px;height:30px}

@media (max-width:700px){
  .cart-heading{margin-bottom:14px}
  .cart-heading > p{display:none}
  .cart-layout{gap:14px}
  .cart-summary{
    order:-1;
    padding:18px;
    border-radius:14px;
    box-shadow:0 12px 28px rgba(0,0,0,.12);
  }
  .cart-summary-kicker,
  .cart-summary h2,
  .cart-summary-row:not(.cart-summary-total),
  .cart-summary > p:not(.cart-share-status),
  .cart-technical-note{display:none}
  .cart-summary-total{
    margin:0;
    padding:0 0 14px;
    border-top:0;
    border-bottom:1px solid rgba(255,255,255,.18);
    align-items:center;
  }
  .cart-summary-total span{
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .cart-summary-total strong{font-size:30px}
  .cart-whatsapp-button{
    min-height:62px;
    margin-top:14px;
    padding:9px 13px;
    border-radius:10px;
    background:#20b65f;
    box-shadow:0 9px 22px rgba(32,182,95,.25);
  }
  .cart-whatsapp-button:hover{background:#179d50}
  .cart-whatsapp-button span{font-size:12px;line-height:1.25}
  .cart-whatsapp-button span small{margin-bottom:2px;font-size:7px}
  .cart-share-status:empty{display:none}
  .cart-share-status:not(:empty){min-height:auto!important;margin:9px 0 0!important;font-size:9px}
  .cart-items-panel{order:0}
  .cart-items-head{padding:16px 15px}
  .cart-items-head h2{font-size:18px}
  .cart-item-controls{margin-top:1px}
  .header-whatsapp{
    box-shadow:0 6px 16px rgba(23,181,107,.24);
  }
}

/* Ensure the empty-cart message never appears when products are present. */
.cart-empty[hidden]{display:none!important}


/* ===== Restored classic homepage hero with refreshed mobile composition ===== */
.manufacturing-hero.legacy-hero{
  position:relative;
  isolation:isolate;
  min-height:600px;
  background:#0f1110 url("assets/images/hero/factory-tshirts-hero.webp") center/cover no-repeat;
  color:#fff;
  overflow:hidden;
}
.manufacturing-hero.legacy-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(90deg,rgba(8,9,9,.64) 0%,rgba(8,9,9,.26) 54%,rgba(8,9,9,.08) 100%);
}
.manufacturing-hero.legacy-hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:auto 0 0;
  height:145px;
  background:linear-gradient(transparent,rgba(0,0,0,.24));
}
.legacy-hero .manufacturing-hero-inner{
  position:relative;
  z-index:1;
  min-height:600px;
  display:flex;
  grid-template-columns:none;
  align-items:center;
  gap:0;
  padding-block:0;
}
.legacy-hero .manufacturing-hero-copy{
  width:min(640px,56%);
  max-width:none;
  padding:72px 0;
}
.legacy-hero .hero-mobile-intro{display:none}
.legacy-hero .hero-kicker{
  display:block;
  margin-bottom:20px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:#f0e9de;
}
.legacy-hero h1{
  margin:0;
  font-size:clamp(46px,5vw,74px);
  line-height:.98;
  letter-spacing:-.045em;
  text-transform:uppercase;
  font-weight:300;
}
.legacy-hero h1 strong{
  display:inline;
  margin:0;
  color:inherit;
  font-weight:850;
}
.legacy-hero p{
  max-width:500px;
  margin:26px 0 30px;
  font-size:17px;
  line-height:1.55;
  color:rgba(255,255,255,.87);
}
.legacy-hero .hero-actions{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.legacy-hero .btn-light{
  min-height:52px;
  padding-inline:24px;
  box-shadow:0 14px 32px rgba(0,0,0,.16);
}
.legacy-hero .hero-text-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 0;
  font-size:12px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:#fff;
}
.legacy-hero .hero-text-link span{font-size:17px;line-height:1}
.legacy-hero .hero-text-link:hover{opacity:.72}

@media (max-width:860px){
  .manufacturing-hero.legacy-hero{
    min-height:610px;
    background-position:64% center;
  }
  .manufacturing-hero.legacy-hero::before{
    background:linear-gradient(180deg,rgba(8,9,9,.72) 0%,rgba(8,9,9,.38) 28%,rgba(8,9,9,.68) 58%,rgba(8,9,9,.94) 100%);
  }
  .legacy-hero .manufacturing-hero-inner{
    min-height:610px;
    display:flex;
    align-items:stretch;
    padding-block:20px 36px;
  }
  .legacy-hero .manufacturing-hero-copy{
    width:100%;
    max-width:620px;
    min-height:554px;
    display:flex;
    flex-direction:column;
    padding:0;
  }
  .legacy-hero .hero-mobile-intro{
    display:flex;
    align-items:stretch;
    gap:8px;
    width:max-content;
    max-width:100%;
  }
  .legacy-hero .hero-mobile-intro span{
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    column-gap:8px;
    min-height:49px;
    padding:8px 12px;
    border:1px solid rgba(255,255,255,.26);
    background:rgba(12,14,13,.32);
    backdrop-filter:blur(10px);
    border-radius:4px;
  }
  .legacy-hero .hero-mobile-intro strong{
    grid-row:1/3;
    font-family:Georgia,"Times New Roman",serif;
    font-size:23px;
    line-height:1;
    font-weight:500;
    color:#fff;
  }
  .legacy-hero .hero-mobile-intro small{
    max-width:72px;
    font-size:7px;
    line-height:1.25;
    font-weight:850;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:rgba(255,255,255,.75);
  }
  .legacy-hero .hero-message{margin-top:auto}
  .legacy-hero .hero-kicker{margin-bottom:16px;font-size:9px;letter-spacing:.22em}
  .legacy-hero h1{font-size:clamp(40px,10.5vw,58px);line-height:.99}
  .legacy-hero p{max-width:500px;margin:20px 0 24px;font-size:15px;line-height:1.55}
}

@media (max-width:560px){
  .manufacturing-hero.legacy-hero{
    min-height:620px;
    background-position:67% center;
  }
  .legacy-hero .manufacturing-hero-inner{
    min-height:620px;
    padding-block:16px 30px;
  }
  .legacy-hero .manufacturing-hero-copy{min-height:574px}
  .legacy-hero .hero-mobile-intro span{min-height:45px;padding:7px 10px}
  .legacy-hero .hero-mobile-intro strong{font-size:20px}
  .legacy-hero .hero-mobile-intro small{font-size:6px}
  .legacy-hero .hero-kicker{font-size:8px;letter-spacing:.2em}
  .legacy-hero h1{font-size:39px;line-height:1.01;letter-spacing:-.043em}
  .legacy-hero p{max-width:355px;margin:18px 0 22px;font-size:14px}
  .legacy-hero .hero-actions{display:flex;gap:13px;flex-wrap:nowrap}
  .legacy-hero .btn-light{width:auto;min-height:49px;padding-inline:20px;font-size:10px;white-space:nowrap}
  .legacy-hero .hero-text-link{font-size:9px;letter-spacing:.045em;white-space:nowrap}
}

@media (max-width:390px){
  .legacy-hero .hero-actions{align-items:flex-start;flex-direction:column;gap:5px}
  .legacy-hero .hero-text-link{padding:8px 2px}
}


/* ===== FINAL REQUESTED ALIGNMENT UPDATE ===== */

/* Products and Blog now begin directly with their real content instead of a large intro banner. */
.products-page .inner-page-hero,
.blog-page .inner-page-hero{
  display:none!important;
}
.products-page .products-listing-page,
.blog-page .blog-listing-section{
  padding-top:34px!important;
}

/* Clean, official WhatsApp branding everywhere. */
.header-whatsapp,
.floating-whatsapp{
  background:#25d366!important;
  border-color:#25d366!important;
  color:#fff!important;
}
.header-whatsapp{
  box-shadow:0 7px 18px rgba(37,211,102,.24);
}
.header-whatsapp:hover,
.floating-whatsapp:hover{
  background:#1fbd5a!important;
  border-color:#1fbd5a!important;
}
.header-whatsapp svg,
.floating-whatsapp svg,
.cart-whatsapp-button > svg:first-child,
.whatsapp-confirm-button > svg:first-child,
.order-whatsapp-button svg{
  display:block;
  fill:currentColor!important;
  stroke:none!important;
}
.header-whatsapp svg{width:23px!important;height:23px!important}
.floating-whatsapp svg{width:27px!important;height:27px!important}
.cart-whatsapp-button{
  background:#25d366!important;
}
.cart-whatsapp-button:hover{
  background:#1fbd5a!important;
}

/* The duplicate price panel is only used to establish the requested mobile reading order. */
.mobile-product-price{
  display:none;
}

@media (max-width:860px){
  /* Compact the classic hero: keep the factory texture visible and remove the large empty gap. */
  .manufacturing-hero.legacy-hero{
    min-height:560px;
    background-position:66% 16%;
  }
  .manufacturing-hero.legacy-hero::before{
    background:linear-gradient(180deg,rgba(8,9,9,.76) 0%,rgba(8,9,9,.43) 28%,rgba(8,9,9,.69) 61%,rgba(8,9,9,.94) 100%);
  }
  .legacy-hero .manufacturing-hero-inner{
    min-height:560px;
    align-items:flex-start;
    padding-block:14px 26px;
  }
  .legacy-hero .manufacturing-hero-copy{
    min-height:0;
    justify-content:flex-start;
  }
  .legacy-hero .hero-mobile-intro{
    gap:7px;
    margin:0;
  }
  .legacy-hero .hero-mobile-intro span{
    min-height:40px;
    padding:6px 10px;
  }
  .legacy-hero .hero-mobile-intro strong{
    font-size:19px;
  }
  .legacy-hero .hero-mobile-intro small{
    font-size:6px;
  }
  .legacy-hero .hero-message{
    margin-top:28px;
  }

  .products-page .products-listing-page,
  .blog-page .blog-listing-section{
    padding-top:26px!important;
  }
}

@media (max-width:620px){
  /* Product content begins immediately below the mobile header. */
  .store-product-page .product-order-section{
    padding:0 0 44px;
  }
  .store-product-page .order-breadcrumb{
    display:none;
  }
  .store-product-page .product-order-layout{
    gap:0;
  }
  .store-product-page .store-product-media{
    gap:8px;
  }
  .store-product-page .store-main-image-frame{
    width:100%;
    height:clamp(330px,49vh,405px);
    min-height:0;
    background:#f3f1ed;
    border-top:0;
  }
  .store-product-page .store-main-image{
    width:100%;
    height:100%;
    aspect-ratio:auto;
    object-fit:contain;
    transform:none!important;
  }
  .store-product-page .store-thumbnails{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:7px;
  }
  .store-product-page .store-thumbnail{
    gap:4px;
    padding-bottom:5px;
  }
  .store-product-page .store-thumbnail img{
    aspect-ratio:1/1.08;
    object-fit:cover;
  }
  .store-product-page .store-thumbnail span{
    font-size:7px;
    letter-spacing:.08em;
  }
  .store-product-page .store-image-counter{
    right:8px;
    bottom:8px;
    padding:7px 9px;
    font-size:7px;
  }

  /* Price sits directly below the selected T-shirt image set. */
  .store-product-page .mobile-product-price{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin:10px 0 0;
    padding:14px 0;
    border-top:1px solid #e3e0da;
    border-bottom:1px solid #e3e0da;
    background:#fff;
  }
  .store-product-page .mobile-product-price > div{
    min-width:0;
  }
  .store-product-page .mobile-product-price small{
    margin-bottom:5px;
    font-size:7px;
  }
  .store-product-page .mobile-product-price .product-price-row{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
  }
  .store-product-page .mobile-product-price .sale-price{
    color:#d3382d;
    font-size:30px;
    line-height:1;
  }
  .store-product-page .mobile-product-price .old-price{
    font-size:13px;
  }
  .store-product-page .mobile-product-price .discount-badge{
    min-height:23px;
    padding:4px 7px;
    font-size:7px;
  }
  .store-product-page .mobile-product-price .price-tax-note{
    margin-top:6px;
    font-size:7px;
    line-height:1.35;
  }
  .store-product-page .mobile-product-price .order-stock{
    flex:0 0 auto;
    padding:7px 9px;
    font-size:6px;
    white-space:nowrap;
  }
  .store-product-page .mobile-product-price .order-stock svg{
    width:12px;
    height:12px;
  }

  /* The original desktop price remains in its original position only on larger screens. */
  .store-product-page .store-product-details > .order-price-line{
    display:none!important;
  }
  .store-product-page .store-product-details{
    padding-top:13px;
  }
  .store-product-page .order-back-link{
    display:none;
  }
  .store-product-page .order-category{
    margin-bottom:6px;
    font-size:8px;
  }
  .store-product-page .product-order-content h1{
    margin:0;
    font-size:28px;
    line-height:1.08;
  }
  .store-product-page .order-description{
    margin:10px 0 0;
    font-size:12px;
    line-height:1.55;
  }

  /* Fabric and Style are intentionally removed from the mobile product view. */
  .store-product-page .order-feature-grid{
    display:none!important;
  }
  .store-product-page .order-form{
    margin-top:16px;
  }

  .products-page .products-listing-page,
  .blog-page .blog-listing-section{
    padding-top:18px!important;
  }
}

@media (max-width:560px){
  .manufacturing-hero.legacy-hero{
    min-height:545px;
    background-position:66% 12%;
  }
  .legacy-hero .manufacturing-hero-inner{
    min-height:545px;
    padding-block:12px 22px;
  }
  .legacy-hero .hero-message{
    margin-top:22px;
  }
  .legacy-hero h1{
    font-size:38px;
  }
  .legacy-hero p{
    margin:16px 0 19px;
  }
}


@media (max-width:900px){
  .store-product-page .order-feature-grid{
    display:none!important;
  }
}


/* Homepage About image visibility and alignment fix */
.home-about-signature .about-signature-shell{
  align-items:start;
}
.home-about-signature .about-signature-visuals{
  position:relative;
  align-self:start;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:16px;
  min-height:0;
  padding-bottom:0;
}
.home-about-signature .about-main-visual{
  position:relative;
  width:100%;
  height:auto;
  aspect-ratio:5 / 3;
  margin:0;
  border-radius:24px;
  overflow:hidden;
  background:#d9d3c8;
  box-shadow:0 28px 70px rgba(31,28,23,.16);
}
.home-about-signature .about-main-visual img,
.home-about-signature .about-detail-grid img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.home-about-signature .about-detail-grid{
  position:static;
  left:auto;
  right:auto;
  bottom:auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  width:100%;
}
.home-about-signature .about-detail-grid figure{
  position:relative;
  width:100%;
  height:auto;
  aspect-ratio:5 / 3;
  margin:0;
  border:0;
  border-radius:17px;
  overflow:hidden;
  background:#d9d3c8;
  box-shadow:0 16px 38px rgba(31,28,23,.13);
}
.home-about-signature .about-detail-grid figure::after{
  background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.68));
}
.home-about-signature .about-year-stamp{
  right:22px;
  top:22px;
}
@media (max-width:1100px){
  .home-about-signature .about-signature-visuals{
    width:100%;
    max-width:820px;
    margin-inline:auto;
  }
}
@media (max-width:700px){
  .home-about-signature .about-signature-visuals{
    gap:10px;
  }
  .home-about-signature .about-main-visual{
    aspect-ratio:4 / 3;
    border-radius:18px;
  }
  .home-about-signature .about-detail-grid{
    gap:10px;
  }
  .home-about-signature .about-detail-grid figure{
    aspect-ratio:4 / 3;
    border-radius:13px;
  }
  .home-about-signature .about-detail-grid figcaption{
    left:10px;
    right:8px;
    bottom:9px;
    font-size:8px;
    line-height:1.25;
  }
  .home-about-signature .about-year-stamp{
    right:12px;
    top:12px;
  }
}


/* ===== Mobile hero empty-space refinement ===== */
.hero-mobile-fill{display:none}
@media (max-width:560px){
  .manufacturing-hero.legacy-hero{
    min-height:0;
    background-position:66% 8%;
  }
  .legacy-hero .manufacturing-hero-inner{
    min-height:0;
    padding-block:12px 16px;
  }
  .legacy-hero .manufacturing-hero-copy{
    min-height:0;
  }
  .legacy-hero .hero-message{
    margin-top:20px;
  }
  .legacy-hero .hero-actions{
    margin-bottom:10px;
  }
  .hero-mobile-fill{
    display:block;
    margin-top:8px;
    padding-top:12px;
    border-top:1px solid rgba(255,255,255,.22);
  }
  .hero-mobile-fill-label{
    display:block;
    margin-bottom:8px;
    font-size:7px;
    font-weight:850;
    line-height:1;
    letter-spacing:.17em;
    text-transform:uppercase;
    color:rgba(255,255,255,.68);
  }
  .hero-mobile-fill-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border:1px solid rgba(255,255,255,.23);
    background:rgba(7,9,8,.34);
    backdrop-filter:blur(8px);
  }
  .hero-mobile-fill-grid a{
    display:grid;
    align-content:center;
    gap:5px;
    min-height:61px;
    padding:9px 8px;
    color:#fff;
    border-right:1px solid rgba(255,255,255,.18);
  }
  .hero-mobile-fill-grid a:last-child{border-right:0}
  .hero-mobile-fill-grid strong{
    font-family:Georgia,"Times New Roman",serif;
    font-size:16px;
    line-height:1;
    font-weight:500;
    color:#f1e7d7;
  }
  .hero-mobile-fill-grid span{
    font-size:7px;
    font-weight:800;
    line-height:1.25;
    letter-spacing:.055em;
    text-transform:uppercase;
    color:rgba(255,255,255,.86);
  }
}
@media (max-width:390px){
  .hero-mobile-fill-grid a{min-height:58px;padding:8px 6px}
  .hero-mobile-fill-grid span{font-size:6.5px}
}


/* SEO CONTENT COMPONENTS - 2026-07-21 */
.seo-breadcrumb{background:#f5f1e9;border-bottom:1px solid rgba(20,21,18,.08);font-size:.78rem;letter-spacing:.04em}
.seo-breadcrumb .container{display:flex;align-items:center;gap:.55rem;min-height:44px;overflow:hidden;white-space:nowrap}
.seo-breadcrumb a{color:#4b4b43;text-decoration:none}.seo-breadcrumb a:hover{text-decoration:underline}.seo-breadcrumb b{color:#99978d}.seo-breadcrumb span{color:#171813;overflow:hidden;text-overflow:ellipsis}
.seo-content-section{padding:clamp(68px,8vw,112px) 0;background:#f8f5ef;border-top:1px solid rgba(20,21,18,.08)}
.seo-content-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(32px,6vw,84px);align-items:start}
.seo-content-copy h2,.product-seo-summary h2,.blog-seo-intro h1{font-size:clamp(2rem,4.2vw,4.2rem);line-height:1.02;letter-spacing:-.045em;margin:.55rem 0 1.35rem;max-width:920px}
.seo-content-copy>p,.product-seo-summary p,.blog-seo-intro p{font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.75;color:#55564f;max-width:780px}
.seo-inline-links{display:flex;flex-wrap:wrap;gap:.75rem 1.1rem;margin-top:1.75rem}.seo-inline-links a{font-weight:700;color:#171813;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}
.seo-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.seo-service-grid article{min-height:210px;padding:24px;border:1px solid rgba(20,21,18,.12);background:#fff;border-radius:20px}.seo-service-grid span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:#171813;color:#fff;font-size:.72rem}.seo-service-grid h3{font-size:1.15rem;margin:1.8rem 0 .65rem}.seo-service-grid p{font-size:.94rem;line-height:1.6;color:#62635c;margin:0}
.seo-faq-section{padding:clamp(62px,7vw,96px) 0;background:#fff;border-top:1px solid rgba(20,21,18,.08)}.seo-faq-shell{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(28px,6vw,80px)}.seo-faq-heading h2{font-size:clamp(1.9rem,3.5vw,3.5rem);line-height:1.06;letter-spacing:-.04em;margin:.6rem 0 1rem}.seo-faq-heading p{color:#62635c;line-height:1.7;max-width:460px}
.seo-faq-list details{border-top:1px solid rgba(20,21,18,.14)}.seo-faq-list details:last-child{border-bottom:1px solid rgba(20,21,18,.14)}.seo-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;padding:22px 0;font-weight:750;font-size:1.02rem}.seo-faq-list summary::-webkit-details-marker{display:none}.seo-faq-list summary span{font-size:1.35rem;font-weight:400;transition:transform .2s ease}.seo-faq-list details[open] summary span{transform:rotate(45deg)}.seo-faq-list details p{margin:-5px 0 22px;color:#5e5f58;line-height:1.7;max-width:820px}
.blog-seo-intro{padding:clamp(46px,7vw,92px) 0 clamp(42px,6vw,72px);max-width:1050px}.blog-seo-intro p{max-width:760px}.blog-seo-intro+.blog-grid{margin-top:0}
.product-seo-summary{padding:clamp(58px,7vw,92px) 0;background:#f7f3ec;border-top:1px solid rgba(20,21,18,.08);border-bottom:1px solid rgba(20,21,18,.08)}.product-seo-summary .container{max-width:1050px}.product-seo-summary h2{font-size:clamp(1.9rem,3.6vw,3.5rem)}
.article-key-takeaway{background:#f3efe6;padding:24px;border-radius:16px;border:1px solid rgba(20,21,18,.08)}.article-key-takeaway h2{margin-top:0}.article-seo-faq{margin-top:36px}.article-seo-faq>.seo-faq-list{margin-top:12px}
@media(max-width:900px){.seo-content-shell,.seo-faq-shell{grid-template-columns:1fr}.seo-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-faq-heading p{max-width:none}}
@media(max-width:620px){.seo-breadcrumb .container{min-height:40px}.seo-content-section,.seo-faq-section,.product-seo-summary{padding:52px 0}.seo-content-copy h2,.product-seo-summary h2,.blog-seo-intro h1{font-size:2rem;line-height:1.08}.seo-service-grid{grid-template-columns:1fr}.seo-service-grid article{min-height:0;padding:20px}.seo-service-grid h3{margin-top:1.25rem}.seo-faq-list summary{font-size:.98rem;padding:19px 0}.blog-seo-intro{padding:38px 0 34px}}
