:root{--bg:#f4f2ed;--ink:#111214;--muted:#5f6469;--line:#d7d2ca;--accent:#f36f21;--white:#fff;--dark:#101113}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
.shop-nav{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:17px clamp(18px,5vw,76px);background:rgba(244,242,237,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}
.brand{display:inline-flex;align-items:center;gap:12px;font-size:21px;font-weight:900}
.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--ink);color:#fff;font-size:13px}
.shop-nav nav{display:flex;gap:28px;font-size:14px;font-weight:800}
.cart-button{border:0;border-radius:999px;padding:12px 17px;background:var(--ink);color:#fff;font-weight:900;cursor:pointer}
.cart-button span{display:inline-grid;place-items:center;min-width:24px;height:24px;margin-left:8px;border-radius:50%;background:var(--accent)}
.shop-hero{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center;min-height:650px;padding:90px clamp(22px,7vw,120px);background:linear-gradient(180deg,#f8f6f2,#eeeae3)}
.eyebrow{margin:0 0 17px;color:#b74708;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900}
.shop-hero h1,.section-heading h2,.products-top h2,.cart-head h2{margin:0;letter-spacing:-.06em;line-height:.96}
.shop-hero h1{max-width:850px;font-size:clamp(54px,7vw,96px)}
.shop-hero>div>p:not(.eyebrow){max-width:720px;color:#50565b;font-size:20px;line-height:1.65}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border:0;border-radius:999px;font-weight:900;cursor:pointer}
.primary{background:var(--accent);color:#fff}
.secondary{border:1px solid #bfb9af;background:#fff}
.full{width:100%}
.shop-proof{display:grid;grid-template-columns:auto 1fr;gap:12px 18px;padding:40px;border-radius:24px;background:var(--dark);color:#fff;box-shadow:0 30px 70px rgba(0,0,0,.18)}
.shop-proof strong{font-size:34px}
.shop-proof span{align-self:center;color:#b9bdc1}
.category-section,.products-section{padding:110px clamp(22px,5vw,80px)}
.section-heading{max-width:760px;margin-bottom:44px}
.section-heading h2,.products-top h2{font-size:clamp(42px,5vw,72px)}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.category-grid button{min-height:250px;padding:30px;text-align:left;border:1px solid #ccc6bc;border-radius:20px;background:#fff;cursor:pointer;transition:.2s transform,.2s box-shadow}
.category-grid button:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(17,18,20,.08)}
.category-grid span{color:var(--accent);font-size:12px;font-weight:900}
.category-grid h3{margin:52px 0 12px;font-size:24px}
.category-grid p{margin:0;color:var(--muted);line-height:1.6}
.products-section{background:#fff}
.products-top{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}
.tools{display:flex;gap:10px}
.tools input,.tools select{min-height:48px;padding:0 14px;border:1px solid #c9c3ba;border-radius:12px;background:#faf8f4}
.tools input{min-width:290px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{overflow:hidden;border:1px solid #d4cec5;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(17,18,20,.05);transition:transform .2s ease,box-shadow .2s ease}
.product-card:hover{transform:translateY(-3px);box-shadow:0 24px 50px rgba(17,18,20,.1)}
.product-card.featured-product{border-color:rgba(243,111,33,.55)}
.product-visual{display:grid;place-items:center;min-height:280px;background:linear-gradient(145deg,#2b2e33,#0f1012);background-size:cover;background-position:center;color:#fff;position:relative;overflow:hidden}
.product-visual:before{content:"";width:45%;height:45%;border:12px solid #5f666d;border-radius:24px;transform:rotate(-8deg);opacity:.75}
.product-visual.has-image:before{display:none}
.product-visual>span{position:absolute;left:18px;bottom:18px;padding:8px 11px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(0,0,0,.45);font-size:10px;font-weight:900;letter-spacing:.12em}
.featured-badge{position:absolute;top:18px;right:18px;padding:9px 12px;border-radius:999px;background:var(--accent);font-size:11px;letter-spacing:.04em}
.product-placeholder{position:absolute;inset:0;display:grid;align-content:center;justify-items:center;gap:8px;padding:42px;text-align:center}
.product-placeholder small{color:#b9bdc1;text-transform:uppercase;letter-spacing:.18em;font-weight:900}
.product-placeholder strong{max-width:260px;font-size:42px;line-height:.95;letter-spacing:-.05em}
.product-copy{padding:24px}
.product-brand{min-height:0!important;margin:0 0 8px!important;color:var(--accent)!important;font-size:11px!important;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.product-copy h3{margin:0 0 10px;font-size:24px}
.product-copy>p:not(.product-brand){min-height:52px;margin:0;color:var(--muted);line-height:1.55}
.product-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.product-facts span{padding:7px 10px;border-radius:999px;background:#f4f1ec;color:#565b60;font-size:11px;font-weight:800}
.detail-link{display:inline-block;margin-top:16px;color:#b74708;font-size:13px;font-weight:900}
.detail-link:hover{text-decoration:underline}
.product-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid #e4dfd7}
.product-meta strong{font-size:20px}
.add-button{border:0;border-radius:999px;padding:11px 15px;background:var(--ink);color:#fff;font-weight:900;cursor:pointer}
.empty-state{grid-column:1/-1;padding:60px;text-align:center;border:1px dashed #bbb4a9;border-radius:20px;color:var(--muted)}
.service-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#303338;padding:1px}
.service-strip article{display:grid;gap:8px;padding:34px;background:#15171a;color:#fff}
.service-strip span{color:#b9bdc1;line-height:1.5}
.cart-panel{position:fixed;z-index:60;top:0;right:0;width:min(480px,100%);height:100vh;padding:28px;background:#fff;transform:translateX(105%);transition:transform .25s ease;box-shadow:-30px 0 70px rgba(0,0,0,.2);display:flex;flex-direction:column}
.cart-panel.open{transform:translateX(0)}
.cart-head{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:20px}
.cart-head h2{font-size:42px}
.cart-head button{border:0;background:none;font-size:36px;cursor:pointer}
.cart-items{display:grid;gap:12px;padding:20px 0;overflow:auto}
.cart-item{display:grid;grid-template-columns:1fr auto;gap:12px;padding:16px;border:1px solid var(--line);border-radius:14px}
.cart-item h4{margin:0 0 5px}
.cart-item span{color:var(--muted);font-size:13px}
.remove-button{border:0;background:none;color:#a13c00;cursor:pointer}
.cart-footer{margin-top:auto;padding-top:20px;border-top:1px solid var(--line)}
.cart-footer p{color:var(--muted);font-size:13px;line-height:1.5}
.backdrop{position:fixed;z-index:50;inset:0;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:.25s opacity}
.backdrop.open{opacity:1;pointer-events:auto}
footer{display:grid;grid-template-columns:1fr 2fr 1fr;gap:25px;align-items:center;padding:38px clamp(22px,5vw,80px);background:#090a0b;color:#c3c6c8;font-size:12px}
footer p:nth-child(2){text-align:center}
footer p:last-child{text-align:right}
@media(max-width:980px){.shop-nav nav{display:none}
.shop-hero{grid-template-columns:1fr}
.category-grid,.product-grid{grid-template-columns:1fr 1fr}
.service-strip{grid-template-columns:1fr 1fr}
.products-top{align-items:stretch;flex-direction:column}
.tools{flex-wrap:wrap}
.tools input{min-width:0;flex:1}
footer{grid-template-columns:1fr}
footer p:nth-child(2),footer p:last-child{text-align:left}
}
@media(max-width:640px){.shop-nav{padding:14px 16px}
.shop-hero{padding:65px 18px}
.shop-hero h1{font-size:52px}
.category-section,.products-section{padding:75px 18px}
.category-grid,.product-grid,.service-strip{grid-template-columns:1fr}
.category-grid button{min-height:210px}
.tools{display:grid}
.product-visual{min-height:240px}
.product-placeholder strong{font-size:34px}
.cart-panel{padding:22px}
footer{padding:32px 18px}
}

/* Show the complete product inside every overview card. */
.product-visual.has-image{padding:20px;background:#f3f3f2}
.product-visual.has-image img{display:block;width:100%;height:280px;object-fit:contain;object-position:center;transition:transform .2s ease}
.product-card:hover .product-visual.has-image img{transform:scale(1.02)}
@media(max-width:640px){
.product-visual.has-image{height:240px;min-height:240px;aspect-ratio:auto;padding:0}
.product-visual.has-image img{position:absolute;inset:16px;width:calc(100% - 32px);height:calc(100% - 32px);object-fit:contain;object-position:center}
}
