.stockist-header{position:fixed}
.stockist-hero{padding:165px 0 100px;background:var(--green);color:white;overflow:hidden}
.stockist-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px}
.stockist-hero h1{margin-bottom:25px;font-size:clamp(52px,6vw,78px)}
.stockist-hero-grid>div:first-child>p:not(.eyebrow){max-width:610px;margin-bottom:34px;color:#c7d1ca;font-size:17px}
.stockist-sign{width:min(470px,100%);aspect-ratio:1;margin-left:auto;padding:10px;border:1px solid rgba(215,174,81,.4);border-radius:50%;background:rgba(255,255,255,.06);box-shadow:0 35px 90px rgba(3,17,10,.35);overflow:hidden}
.stockist-sign img{display:block;width:100%;height:100%;object-fit:contain;border-radius:50%}
.locations-section{padding:105px 0;background:var(--paper)}
.locations-heading{display:flex;align-items:end;justify-content:space-between;gap:60px}
.locations-heading h2{margin:0;font-size:clamp(42px,5vw,64px)}
.locations-heading>p{max-width:440px;margin-bottom:4px;color:var(--muted)}
.location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}
.location-card{position:relative;min-height:300px;padding:31px;border:1px solid #e1d8c9;border-radius:20px;background:white;box-shadow:0 15px 45px rgba(25,20,12,.055);transition:.25s}
.location-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.location-number{position:absolute;right:24px;top:21px;color:#b8ae9e;font-family:"Playfair Display",serif;font-size:17px}
.location-type{margin-bottom:18px;color:#87712f;font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.location-card h3{margin-bottom:13px;font-family:"Playfair Display",serif;font-size:25px}
.location-card address,.location-card>p:not(.location-type){color:#6b675f;font-size:13px;font-style:normal}
.location-card a{position:absolute;left:31px;right:31px;bottom:28px;display:flex;justify-content:space-between;padding-top:15px;border-top:1px solid #eee7dc;color:#245338;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.main-location{background:#173e2b;color:white}
.main-location .location-type,.main-location a{color:var(--gold-light)}
.main-location address{color:#c7d1ca}
.main-location a{border-color:#386049}
.online-location{background:#eee4c8}
.location-order{padding:80px 0;background:var(--paper)}

@media(max-width:950px){.stockist-hero-grid{grid-template-columns:1fr}
.stockist-sign{display:none}
.location-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:650px){.stockist-hero{padding:135px 0 80px}
.locations-section{padding:75px 0}
.locations-heading{display:block}
.locations-heading>p{margin-top:22px}
.location-grid{grid-template-columns:1fr}
.location-card{min-height:280px}
}
