/* Rich brand profiles */
.brand-product-stage{min-height:520px;position:relative;display:grid;place-items:center;background:linear-gradient(135deg,#43e8ff 0 50%,#c9ff36 50%);overflow:hidden;box-shadow:20px 20px 0 var(--purple)}
.brand-product-image{width:82%;height:390px;object-fit:contain;filter:drop-shadow(0 25px 25px #0004)}
.brand-logo-float{position:absolute;left:22px;bottom:22px;width:150px;height:92px;background:white;padding:14px;display:grid;place-items:center;box-shadow:8px 8px 0 var(--pink)}
.brand-logo-float img{width:100%;height:100%;object-fit:contain}
.brand-site-link{border:1px solid #fff;color:#fff}
.brand-story-editorial{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:105px 7vw;background:#0d0d0d}
.brand-story-editorial h2,.brand-range-section h2,.brand-local-section h2{font:700 clamp(42px,5.5vw,76px)/.9 "Space Grotesk";letter-spacing:-4px;margin:0}
.brand-story-copy{font-size:18px;color:#c6c6c6;max-width:720px}
.brand-range-section,.brand-local-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center;padding:100px 7vw}
.brand-range-section{background:#f5f2eb;color:#111}.brand-range-section p{font-size:18px}
.brand-range-visual{min-height:500px;background:linear-gradient(145deg,var(--pink),var(--purple));position:relative;display:grid;place-items:center;overflow:hidden}
.brand-range-visual img{width:70%;height:370px;object-fit:contain;filter:drop-shadow(0 25px 25px #0005)}
.brand-range-visual span{position:absolute;background:#080808;color:#fff;font-size:10px;font-weight:800;letter-spacing:1.2px;padding:12px 16px}
.brand-range-visual span:first-of-type{left:18px;top:18px}.brand-range-visual span:last-of-type{right:18px;bottom:18px;background:var(--lime);color:#080808}
.brand-local-section img{width:100%;height:480px;object-fit:cover;object-position:75% center}.brand-local-section p{color:#bbb;font-size:17px}
img[src$="warehouse-work.jpg"]{object-position:right center}
.capability-visual article,.values-visual article{overflow:hidden}
.warehouse-crop{width:100%;height:220px;overflow:hidden}
.capability-visual .warehouse-crop{height:190px}
.warehouse-crop img{width:200%!important;max-width:none;height:100%!important;object-fit:cover;object-position:right center;transform:translateX(-50%)}

/* Images belong to the content block they explain */
.process.process-visual{gap:16px;margin-top:0}
.process-visual article{padding:0;background:#111;overflow:hidden;border-color:#333}
.process-visual article img{width:100%;height:230px;object-fit:cover}
.process-visual article>div{padding:26px 28px 34px}
.process-visual h3{font:700 25px "Space Grotesk";margin:22px 0 10px}
.image-split img,.retailer-conversation img,.purpose-visual img{width:100%;height:330px;object-fit:cover;margin:30px 0}
.retailer-conversation>div:last-child img{margin-top:0}
.retail-hero,.story-hero,.contact-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}
.retail-hero>img,.story-hero>img,.contact-hero>img{width:100%;height:410px;object-fit:cover;box-shadow:16px 16px 0 #080808}
.capability-visual{gap:14px}.capability-visual article{padding:0 0 25px;background:white}
.capability-visual article img{width:100%;height:190px;object-fit:cover}
.capability-visual article h3,.capability-visual article p{margin-left:24px;margin-right:24px}
.values.values-visual{gap:14px}.values-visual article{padding:0 0 28px;overflow:hidden;background:#c9ff36}
.values-visual article img{width:100%;height:220px;object-fit:cover}
.values-visual article h3,.values-visual article p{margin-left:28px;margin-right:28px}
.contact-team-photo{width:100%;height:280px;object-fit:cover;margin-bottom:30px}

/* Approved stockist logo wall */
.stockist-wall{background:#f5f2eb;color:#111}
.stockist-heading{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end}
.stockist-heading h2{font:700 clamp(44px,5vw,70px)/.9 "Space Grotesk";letter-spacing:-3px;margin:0}
.stockist-heading p:last-child{color:#555;font-size:15px;max-width:540px}
.stockist-grid.real-logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%;margin-top:48px}
.stockist-grid.real-logos span{min-height:190px!important;padding:34px!important;background:#fff;border:1px solid #d6d3cd!important;border-radius:20px;box-shadow:none!important;display:grid!important;place-items:center!important}
.stockist-grid.real-logos img{width:100%!important;height:105px!important;max-width:230px!important;object-fit:contain;image-rendering:auto}
.brand-list.content{max-width:none}

@media(max-width:900px){
  .brand-story-editorial,.brand-range-section,.brand-local-section,.retail-hero,.story-hero,.contact-hero{grid-template-columns:1fr}
  .stockist-heading{grid-template-columns:1fr}
  .stockist-grid.real-logos{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:600px){
  .stockist-grid.real-logos{grid-template-columns:repeat(2,1fr)}
  .brand-product-stage{min-height:390px}.brand-product-image{height:280px}
  .brand-story-editorial,.brand-range-section,.brand-local-section{padding:72px 5vw;gap:38px}
  .process.process-visual{grid-template-columns:1fr}
}
