.atlas-shop{--ink:#243229;--muted:#657067;--cream:#f5f1e8;--sand:#e8decf;--forest:#314c3b;--copper:#a66d45;font-family:Nunito,system-ui,sans-serif;color:var(--ink);background:#fff}
.atlas-shop *{box-sizing:border-box}
.atlas-shop__wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.atlas-shop__hero{position:relative;min-height:480px;display:grid;align-items:end;overflow:hidden;background:linear-gradient(120deg,#23382d,#55705d)}
.atlas-shop__hero-media,.atlas-shop__hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.atlas-shop__hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,32,25,.78),rgba(20,32,25,.32) 58%,rgba(20,32,25,.08))}
.atlas-shop__hero-content{position:relative;z-index:1;max-width:720px;padding:80px 0 70px;color:#fff}
.atlas-shop__eyebrow{margin:0 0 12px;font-size:14px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.atlas-shop .atlas-shop__hero-content h1{margin:0 0 18px;color:#fff;font-size:clamp(38px,5vw,66px);line-height:1.04;letter-spacing:-.035em}
.atlas-shop .atlas-shop__hero-content .atlas-shop__eyebrow,
.atlas-shop .atlas-shop__hero-content .atlas-shop__lead{color:#fff}
.atlas-shop__lead{margin:0;max-width:650px;font-size:clamp(18px,2vw,22px);line-height:1.55}
.atlas-shop__intro{padding:76px 0 36px;text-align:center}
.atlas-shop__intro h2,.atlas-shop__products h2,.atlas-shop__trust h2{margin:0 0 14px;font-size:clamp(30px,4vw,46px);line-height:1.15}
.atlas-shop__intro p,.atlas-shop__section-lead{max-width:720px;margin:0 auto;color:var(--muted);font-size:18px;line-height:1.65}
.atlas-shop__categories{padding:28px 0 82px}
.atlas-shop__category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.atlas-shop__category{position:relative;min-height:380px;display:flex;align-items:flex-end;overflow:hidden;border-radius:22px;background:var(--cream);text-decoration:none;color:#fff;box-shadow:0 12px 35px rgba(30,45,35,.09);transition:transform .25s ease,box-shadow .25s ease}
.atlas-shop__category:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(30,45,35,.16)}
.atlas-shop__category img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.atlas-shop__category:hover img{transform:scale(1.035)}
.atlas-shop__category:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(18,29,22,.82),rgba(18,29,22,.03) 70%)}
.atlas-shop__category-content{position:relative;z-index:1;padding:28px}
.atlas-shop__category h3{margin:0 0 7px;font-size:28px;line-height:1.15}
.atlas-shop__category p{margin:0 0 16px;line-height:1.5}
.atlas-shop__link{display:inline-flex;gap:8px;align-items:center;font-weight:800}
.atlas-shop__products{padding:78px 0;background:var(--cream)}
.atlas-shop__section-head{text-align:center;margin-bottom:38px}
.atlas-shop__product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.atlas-shop__product{overflow:hidden;border-radius:18px;background:#fff;color:var(--ink);text-decoration:none;box-shadow:0 8px 26px rgba(30,45,35,.07)}
.atlas-shop__product-media{aspect-ratio:4/3;background:#e9e5dc;overflow:hidden}
.atlas-shop__product-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.atlas-shop__product:hover img{transform:scale(1.035)}
.atlas-shop__product-copy{padding:21px}
.atlas-shop__product-title{margin:0 0 8px;font-size:20px;font-weight:800}
.atlas-shop__price{font-weight:800;color:var(--forest)}
.atlas-shop__badge{display:inline-block;margin-top:10px;padding:5px 10px;border-radius:999px;background:#edf2ed;color:var(--forest);font-size:12px;font-weight:800}
.atlas-shop__empty{grid-column:1/-1;padding:36px;border:1px dashed #c8c1b4;border-radius:16px;text-align:center;color:var(--muted)}
.atlas-shop__actions{text-align:center;margin-top:35px}
.atlas-shop__button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 25px;border-radius:999px;background:var(--forest);color:#fff;text-decoration:none;font-weight:800;transition:background .2s ease,transform .2s ease}
.atlas-shop__button:hover{background:#20382a;transform:translateY(-2px)}
.atlas-shop__button--light{background:#fff;color:var(--forest)}
.atlas-shop__trust{padding:82px 0}
.atlas-shop__trust-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}
.atlas-shop__points{display:grid;gap:18px}
.atlas-shop__point{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start}
.atlas-shop__point-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--sand);font-weight:900;color:var(--forest)}
.atlas-shop__point h3{margin:1px 0 4px;font-size:19px}
.atlas-shop__point p{margin:0;color:var(--muted);line-height:1.55}
.atlas-shop__cta{padding:72px 0;background:var(--forest);color:#fff}
.atlas-shop__cta-inner{display:flex;gap:32px;align-items:center;justify-content:space-between}
.atlas-shop__cta h2{margin:0 0 10px;font-size:clamp(28px,4vw,44px)}
.atlas-shop__cta p{margin:0;max-width:720px;font-size:18px;line-height:1.6;color:#edf1ed}
@media(max-width:900px){.atlas-shop__category-grid,.atlas-shop__product-grid{grid-template-columns:1fr 1fr}
.atlas-shop__category:last-child{grid-column:1/-1}
.atlas-shop__trust-grid{grid-template-columns:1fr}
.atlas-shop__cta-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){.atlas-shop__wrap{width:min(100% - 28px,1180px)}
.atlas-shop__hero{min-height:430px}
.atlas-shop__hero-content{padding:64px 0 50px}
.atlas-shop__category-grid,.atlas-shop__product-grid{grid-template-columns:1fr}
.atlas-shop__category:last-child{grid-column:auto}
.atlas-shop__category{min-height:330px}
.atlas-shop__intro,.atlas-shop__products,.atlas-shop__trust{padding-top:58px}
.atlas-shop__categories{padding-bottom:58px}
}
