/* Home Supplies: a warm, practical multi-category retail theme. */
body.theme-home-supplies{background:#f6f5f0;color:var(--brand-text)}
.theme-home-supplies .topbar{background:var(--brand-secondary);color:var(--brand-topbar-text)}
.theme-home-supplies .site-header{background:#fff;color:var(--brand-text);border-bottom:1px solid #e9e7df;box-shadow:0 8px 30px rgba(37,45,39,.05)}
.theme-home-supplies .site-header .main-nav a,.theme-home-supplies .site-header .header-support a,.theme-home-supplies .site-header .header-support strong,.theme-home-supplies .site-header .action-icon,.theme-home-supplies .site-header .brand-menu>button{color:var(--brand-text)}
.theme-home-supplies .site-header .header-support .svg-icon,.theme-home-supplies .site-header .action-icon>.svg-icon,.theme-home-supplies .site-header .action-icon>svg,.theme-home-supplies .site-header .mobile-menu-toggle{color:var(--brand-primary)}
.theme-home-supplies .site-header .header-search-row .search{overflow:hidden;border:1px solid #deddd6;border-radius:12px;background:#fafaf7}
.theme-home-supplies .site-header .header-search-row .search button{background:var(--brand-primary)}
.theme-home-supplies .header-search-row .search input{flex:1 1 auto;width:auto;min-width:0}
.theme-home-supplies .header-search-row .search select{flex:0 1 210px;min-width:140px}
.theme-home-supplies .header-search-row .search button{flex:0 0 52px}
@media(min-width:781px){
  .theme-home-supplies .header-search-row{grid-template-columns:150px minmax(0,1050px) 150px;justify-content:center;gap:18px}
  .theme-home-supplies .header-search-row .brand-menu{grid-column:1}
  .theme-home-supplies .header-search-row .brand-menu>button{width:100%;min-height:44px;justify-content:center;padding:0 14px}
  .theme-home-supplies .header-search-row .search{grid-column:2;width:100%;max-width:none;min-height:44px;margin:0;justify-self:center}
}
@media(max-width:780px){
  .theme-home-supplies .header-search-row .search select{min-width:92px}
  .theme-home-supplies .header-search-row .search button{flex-basis:42px}
}
.theme-home-supplies .site-header .brand-menu>button{border-radius:12px;background:var(--brand-secondary);color:var(--brand-on-secondary)}
.theme-home-supplies .main-nav a:after{background:var(--brand-primary)}
.theme-home-supplies .newsletter{background:var(--brand-primary)!important}
.theme-home-supplies .newsletter button{background:var(--brand-secondary)!important}
.theme-home-supplies .site-footer{background:#efeee8!important}
.theme-home-supplies .copyright{background:var(--brand-secondary)!important}

.supplies-home{padding:28px 0 84px;overflow:hidden}
.supplies-home h2,.supplies-home h3,.supplies-home p{margin-top:0}
.supplies-home h2{font-family:var(--brand-header-font);letter-spacing:-.035em}
.supplies-section,.supplies-hero,.supplies-service-strip,.supplies-promo,.supplies-story,.supplies-contact{width:min(1280px,calc(100% - 48px));margin-inline:auto}
.supplies-eyebrow,.supplies-section-heading>div>span{display:block;margin:0 0 11px;color:var(--brand-primary);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.supplies-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:48px;padding:12px 22px;border-radius:8px;background:var(--brand-primary);color:var(--brand-on-primary);font-size:12px;font-weight:900;letter-spacing:.045em;text-transform:uppercase;transition:transform .2s,filter .2s}
.supplies-button:hover{filter:brightness(.93);transform:translateY(-2px)}
.supplies-text-link{display:inline-flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid currentColor;color:var(--brand-text);font-size:12px;font-weight:850;letter-spacing:.035em}

.supplies-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);min-height:610px;overflow:hidden;border-radius:22px;background:#e9ede7;box-shadow:0 22px 70px rgba(36,47,39,.09)}
.supplies-hero-copy{position:relative;z-index:2;align-self:center;padding:clamp(44px,6vw,88px)}
.supplies-hero-copy:before{position:absolute;z-index:-1;top:-80px;left:-90px;width:260px;height:260px;border-radius:50%;background:color-mix(in srgb,var(--brand-primary) 13%,transparent);content:""}
.supplies-hero-copy h2{max-width:650px;margin:0 0 24px;color:var(--brand-text);font-size:clamp(46px,5.2vw,76px);font-weight:800;line-height:.96}
.supplies-hero-copy>p:not(.supplies-eyebrow){max-width:570px;margin-bottom:30px;color:var(--brand-text-secondary);font-size:16px;line-height:1.75}
.supplies-hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.supplies-hero-stats{display:flex;gap:34px;margin:52px 0 0;padding-top:24px;border-top:1px solid rgba(30,43,34,.13)}
.supplies-hero-stats div{display:grid;gap:3px}
.supplies-hero-stats dt{font-size:24px;font-weight:900}
.supplies-hero-stats dd{margin:0;color:var(--brand-text-secondary);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.supplies-hero-visual{position:relative;min-height:610px;overflow:hidden;background:linear-gradient(145deg,color-mix(in srgb,var(--brand-primary) 22%,#e7e6de),#d9ddd5)}
.supplies-hero-visual:after{position:absolute;inset:0;background:linear-gradient(90deg,rgba(233,237,231,.18),transparent 30%),linear-gradient(0deg,rgba(20,30,23,.22),transparent 45%);content:""}
.supplies-hero-visual>img{width:100%;height:100%;object-fit:cover}
.supplies-hero-badge{position:absolute;z-index:2;right:28px;bottom:28px;padding:14px 18px;border:1px solid rgba(255,255,255,.7);border-radius:10px;background:rgba(255,255,255,.88);box-shadow:0 10px 28px rgba(0,0,0,.12);color:var(--brand-text);font-size:12px;backdrop-filter:blur(10px)}
.supplies-hero-badge b{display:block;color:var(--brand-primary);font-size:18px}

.supplies-service-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;overflow:hidden;border:1px solid #e2e2dc;border-radius:16px;background:#fff}
.supplies-service-strip article{display:flex;align-items:flex-start;gap:16px;min-height:112px;padding:25px;border-right:1px solid #e7e6df}
.supplies-service-strip article:last-child{border:0}
.supplies-service-strip article>b{color:var(--brand-primary);font-size:13px}
.supplies-service-strip h3{margin-bottom:6px;font-size:14px}
.supplies-service-strip p{margin:0;color:var(--brand-text-secondary);font-size:11px;line-height:1.5}

.supplies-section{margin-top:82px}
.supplies-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:28px}
.supplies-section-heading>div{max-width:720px}
.supplies-section-heading h2{margin:0;color:var(--brand-text);font-size:clamp(32px,4vw,50px);line-height:1.04}
.supplies-section-heading p{max-width:680px;margin:15px 0 0;color:var(--brand-text-secondary);line-height:1.7}
.supplies-section-heading>a{flex:0 0 auto;color:var(--brand-text);font-size:12px;font-weight:900}
.supplies-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.supplies-category-card{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:15px;min-height:106px;padding:15px;border:1px solid #e2e1da;border-radius:14px;background:#fff;color:var(--brand-text);transition:transform .2s,border-color .2s,box-shadow .2s}
.supplies-category-card:hover{border-color:color-mix(in srgb,var(--brand-primary) 55%,#ddd);box-shadow:0 12px 30px rgba(41,49,43,.09);transform:translateY(-3px)}
.supplies-category-art{display:grid;place-items:center;width:70px;height:74px;overflow:hidden;border-radius:10px;background:#e7eee7;color:var(--brand-primary);font-size:26px}
.supplies-category-art-2{background:#f1e8dc}.supplies-category-art-3{background:#e2ebee}.supplies-category-art-4{background:#eee5e8}
.supplies-category-art img{width:100%;height:100%;object-fit:cover}
.supplies-category-card>span:nth-child(2){display:grid;gap:6px}
.supplies-category-card strong{font-size:14px;line-height:1.25}
.supplies-category-card small{color:var(--brand-text-secondary);font-size:10px}
.supplies-category-card>i{color:var(--brand-primary);font-style:normal;font-weight:900}

.supplies-products{padding:30px;border-radius:18px;background:#fff}
.supplies-products .supplies-section-heading{margin-bottom:20px}
.supplies-products .supplies-section-heading h2{font-size:34px}
.supplies-products .product-carousel{gap:12px}
.supplies-products .home-product-card{border:1px solid #ecebe5;border-radius:12px;background:#fff;box-shadow:none}
.supplies-products .home-product-image{border-radius:8px;background:#f4f4ef}
.supplies-products .home-product-card h3 a{color:var(--brand-text)}
.supplies-products .home-product-card>strong{color:var(--brand-text)}
.supplies-products .btn-whatsapp{border-radius:7px}

.supplies-promo{display:grid;grid-template-columns:.85fr 1.15fr;min-height:440px;margin-top:82px;overflow:hidden;border-radius:20px;background:var(--brand-secondary);color:var(--brand-on-secondary)}
.supplies-promo-copy{align-self:center;padding:clamp(42px,6vw,78px)}
.supplies-promo-copy .supplies-eyebrow{color:color-mix(in srgb,var(--brand-primary) 65%,#fff)}
.supplies-promo-copy h2{margin:0 0 20px;color:inherit;font-size:clamp(38px,4.2vw,58px);line-height:1}
.supplies-promo-copy>p:not(.supplies-eyebrow){max-width:560px;margin-bottom:26px;color:color-mix(in srgb,var(--brand-on-secondary) 75%,transparent);line-height:1.75}
.supplies-button-light{background:#fff;color:var(--brand-secondary)}
.supplies-promo-image{min-height:440px;background:color-mix(in srgb,var(--brand-primary) 20%,#ddd)}
.supplies-promo-image img{width:100%;height:100%;object-fit:cover}

.supplies-story{display:grid;grid-template-columns:1.05fr .95fr;min-height:520px;margin-top:82px;overflow:hidden;border-radius:20px;background:#e8ebe4}
.supplies-story-image{min-height:520px;background:#d9ddd5}
.supplies-story-image img{width:100%;height:100%;object-fit:cover}
.supplies-story-copy{align-self:center;padding:clamp(42px,6vw,80px)}
.supplies-story-copy h2{margin:0 0 20px;font-size:clamp(38px,4vw,55px);line-height:1.03}
.supplies-story-copy>p:not(.supplies-eyebrow){color:var(--brand-text-secondary);line-height:1.8}
.supplies-story-copy .supplies-text-link{margin-top:16px}

.supplies-contact{display:flex;align-items:center;justify-content:space-between;gap:50px;margin-top:82px;padding:46px 52px;border:1px solid color-mix(in srgb,var(--brand-primary) 24%,#ddd);border-radius:18px;background:#fff}
.supplies-contact>div:first-child{max-width:760px}
.supplies-contact h2{margin:0 0 12px;font-size:clamp(30px,3.2vw,46px);line-height:1.05}
.supplies-contact>div:first-child>p:last-child{margin:0;color:var(--brand-text-secondary);line-height:1.7}
.supplies-contact-actions{display:flex;align-items:center;gap:22px;flex:0 0 auto}

.supplies-about{padding:28px 0 84px;background:#f6f5f0}
.supplies-about>section{width:min(1280px,calc(100% - 48px));margin-inline:auto}
.supplies-about-hero{display:grid;grid-template-columns:.9fr 1.1fr;min-height:570px;overflow:hidden;border-radius:22px;background:#e9ede7}
.supplies-about-hero>div:first-child{align-self:center;padding:clamp(45px,6vw,82px)}
.supplies-about-hero h1{margin:0 0 22px;color:var(--brand-text);font:800 clamp(44px,5vw,70px)/.98 var(--brand-header-font);letter-spacing:-.04em}
.supplies-about-hero>div:first-child>p:not(.supplies-eyebrow){color:var(--brand-text-secondary);line-height:1.8}
.supplies-about-hero>div:last-child{min-height:570px;background:#d9ddd5}
.supplies-about-hero img{width:100%;height:100%;object-fit:cover}
.supplies-about-intro{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;padding-block:90px}
.supplies-about-intro h2{margin:0;font:800 clamp(34px,4vw,52px)/1.05 var(--brand-header-font);letter-spacing:-.035em}
.supplies-about-intro>div:last-child{color:var(--brand-text-secondary);font-size:16px;line-height:1.9}
.supplies-about-values{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #e1e1da;border-radius:16px;background:#fff}
.supplies-about-values article{min-height:220px;padding:30px;border-right:1px solid #e7e6df}
.supplies-about-values article:last-child{border:0}
.supplies-about-values b{color:var(--brand-primary);font-size:13px}.supplies-about-values h3{margin:42px 0 10px;font-size:18px}.supplies-about-values p{color:var(--brand-text-secondary);font-size:12px;line-height:1.7}
.supplies-about-contact{margin-top:80px!important}

@media(max-width:1050px){
  .supplies-hero{grid-template-columns:1fr 1fr}.supplies-hero-copy{padding:50px 42px}.supplies-hero-copy h2{font-size:52px}.supplies-category-grid{grid-template-columns:repeat(2,1fr)}.supplies-service-strip,.supplies-about-values{grid-template-columns:repeat(2,1fr)}.supplies-service-strip article:nth-child(2),.supplies-about-values article:nth-child(2){border-right:0}.supplies-service-strip article:nth-child(-n+2),.supplies-about-values article:nth-child(-n+2){border-bottom:1px solid #e7e6df}
}
@media(max-width:760px){
  .supplies-home,.supplies-about{padding-top:16px}.supplies-section,.supplies-hero,.supplies-service-strip,.supplies-promo,.supplies-story,.supplies-contact,.supplies-about>section{width:min(100% - 28px,1280px)}.supplies-hero,.supplies-about-hero{grid-template-columns:1fr;min-height:0}.supplies-hero-copy{padding:44px 30px}.supplies-hero-copy h2{font-size:46px}.supplies-hero-visual{min-height:380px}.supplies-hero-stats{gap:20px;margin-top:38px}.supplies-section{margin-top:62px}.supplies-section-heading{align-items:flex-start;flex-direction:column;gap:14px}.supplies-category-grid{grid-template-columns:1fr 1fr}.supplies-products{padding:24px 16px}.supplies-promo,.supplies-story{grid-template-columns:1fr}.supplies-promo-image,.supplies-story-image{min-height:350px}.supplies-promo-image{grid-row:1}.supplies-contact{align-items:flex-start;flex-direction:column;padding:38px 30px}.supplies-contact-actions{flex-wrap:wrap}.supplies-about-hero>div:last-child{grid-row:1;min-height:380px}.supplies-about-intro{grid-template-columns:1fr;gap:30px;padding-block:64px}
}
@media(max-width:500px){
  .supplies-hero-copy{padding:38px 23px}.supplies-hero-copy h2{font-size:39px}.supplies-hero-visual{min-height:300px}.supplies-hero-stats{justify-content:space-between;gap:10px}.supplies-hero-stats dt{font-size:20px}.supplies-service-strip,.supplies-category-grid,.supplies-about-values{grid-template-columns:1fr}.supplies-service-strip article,.supplies-about-values article{border-right:0;border-bottom:1px solid #e7e6df!important}.supplies-service-strip article:last-child,.supplies-about-values article:last-child{border-bottom:0!important}.supplies-section-heading h2{font-size:34px}.supplies-promo-copy,.supplies-story-copy{padding:38px 24px}.supplies-promo-image,.supplies-story-image{min-height:290px}.supplies-contact{padding:32px 23px}.supplies-contact-actions{align-items:flex-start;flex-direction:column}.supplies-about-hero>div:first-child{padding:38px 23px}.supplies-about-hero h1{font-size:40px}.supplies-about-hero>div:last-child{min-height:300px}
}
@media(prefers-reduced-motion:reduce){.supplies-button,.supplies-category-card{transition:none}}
