@media (max-width: 680px) {
  .story-grid,
  .brands-grid,
  .detail-intro,
  .detail-brand-grid { grid-template-columns: 1fr; gap: 27px; }

  .mission-grid,
  .product-category-grid,
  .article-grid,
  .sample-product-grid,
  .category-hero-grid { grid-template-columns: 1fr; }

  .mission-grid { gap: 10px; }
  .product-category-grid { gap: 12px; }
  .product-category-card { min-height: 290px; }
  .product-category-card > div { right: 20px; bottom: 19px; left: 20px; }
  .specific-product-cta,
  .category-enquiry-inner { flex-direction: column; align-items: flex-start; }
  .specific-product-cta { padding: 23px; }
  .specific-product-cta .button,
  .category-enquiry .button { width: 100%; }
  .brand-card-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-card { min-height: 95px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .services-grid article { min-height: 200px; }
  .services-grid article:last-child { grid-column: 1 / -1; }
  .services-grid h3 { margin-top: 32px; }
  .article-grid { gap: 12px; }
  .article-grid article { min-height: 250px; }
  .article-grid h3 { margin-top: 45px; }
  .category-hero-grid { gap: 0; }
  .category-hero-grid > div { padding-block: 65px 35px; }
  .category-hero img { height: 235px; margin-bottom: 45px; }
  .back-link { font-size: 10px; }
  .detail-intro { margin-bottom: 28px; }
  .detail-brand-section { padding-block: 65px; }
  .category-enquiry-inner { min-height: 310px; padding-block: 65px; }
  .category-enquiry .button { justify-content: space-between; }
  .product-detail-page .nav-wrap { gap: 12px; }
  .product-detail-page .brand { width: 190px; }
  .product-detail-page .brand-wordmark { font-size: 11px; }
}

/* Image-led product browse: representative categories only, not a catalogue. */
.range-disclaimer {
  max-width: 720px;
  margin: -12px 0 30px;
  color: var(--muted);
  font-size: 12px;
}

.product-range-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.product-range-category {
  padding: 25px;
  background: var(--white);
  border: 1px solid var(--line);
}

.product-range-category header {
  display: grid;
  grid-template-columns: 33px 1fr;
  column-gap: 12px;
  align-items: start;
  min-height: 89px;
}

.product-range-category header > span {
  grid-row: 1 / span 2;
  padding-top: 5px;
  color: #85888a;
  font-family: "DM Mono", monospace;
  font-size: 10px;
}

.product-range-category h3 {
  margin: 0 0 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(21px, 2.3vw, 28px);
  line-height: 1.05;
  letter-spacing: -.055em;
}

.product-range-category header p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.representative-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 6px;
}

.representative-image-grid figure {
  min-width: 0;
  margin: 0;
}

.representative-image-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #242729;
}

.representative-image-grid figcaption {
  margin-top: 6px;
  color: #555a5e;
  font-size: 10px;
  line-height: 1.3;
}

.category-availability {
  margin: 20px 0 15px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.62;
}

.paint-dealer-badge {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 17px 0 0;
  padding: 8px 10px;
  color: var(--ink);
  background: #f5cf21;
  font-size: 11px;
  line-height: 1.2;
}

.paint-dealer-badge span {
  color: #5e4b00;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.paint-dealer-badge strong { font-weight: 800; }

/* Featured paint brands: a dedicated dealership section, not a small catalogue label. */
.paint-partners-section {
  color: var(--white);
  background: #17191b;
}

.paint-partners-heading {
  display: grid;
  grid-template-columns: 1fr .76fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 38px;
}

.paint-partners-heading h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(39px, 4.8vw, 66px);
  line-height: .98;
  letter-spacing: -.065em;
}

.paint-partners-heading > p {
  max-width: 430px;
  margin: 0 0 5px;
  color: #c4c7c9;
  font-size: 15px;
  line-height: 1.7;
}

.paint-partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.paint-partner-card {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(250px, .86fr);
  min-height: 352px;
  overflow: hidden;
}

.paint-logo-panel {
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: 42px;
}

.paint-logo-panel img {
  display: block;
  max-width: min(100%, 330px);
  max-height: 205px;
  object-fit: contain;
}

.dulux-partner .paint-logo-panel { background: #18337b; }
.dulux-partner .paint-logo-panel img { width: min(100%, 205px); max-height: none; }
.colourland-partner .paint-logo-panel { background: #fff; }
.colourland-partner .paint-logo-panel img { width: min(100%, 410px); }

.paint-partner-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px 29px 29px;
  background: #25282a;
}

.colourland-partner .paint-partner-copy {
  color: var(--ink);
  background: #efefeb;
}

.paint-partner-copy > p {
  margin: 0 0 18px;
  color: var(--yellow);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.colourland-partner .paint-partner-copy > p { color: #b9411e; }

.paint-partner-copy h3 {
  margin: 0 0 11px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(25px, 2.4vw, 35px);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.paint-partner-copy > span {
  color: #c5c8ca;
  font-size: 12px;
  line-height: 1.63;
}

.colourland-partner .paint-partner-copy > span { color: var(--muted); }

.paint-partner-cta {
  width: 100%;
  min-height: 47px;
  justify-content: space-between;
  margin-top: auto;
  padding-inline: 13px;
  color: var(--black);
  font-size: 10px;
}

.paint-partner-cta b { font-size: 16px; line-height: 1; }

.paint-brand-trademark-note {
  margin: 19px auto 0;
  color: #8d9295;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: .02em;
  line-height: 1.55;
}

.category-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--yellow);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.category-whatsapp span { color: #9c7c00; }

@media (max-width: 900px) {
  .product-range-category { padding: 21px; }
  .representative-image-grid { grid-template-columns: repeat(auto-fit, minmax(92px, 1fr)); row-gap: 13px; }
  .paint-partners-heading { gap: 40px; }
  .paint-partner-card { grid-template-columns: 1fr; }
  .paint-logo-panel { min-height: 235px; }
}

@media (max-width: 680px) {
  .product-range-grid { grid-template-columns: 1fr; gap: 12px; }
  .product-range-category { padding: 19px; }
  .product-range-category header { min-height: auto; margin-bottom: 18px; }
  .representative-image-grid { grid-template-columns: repeat(auto-fit, minmax(82px, 1fr)); }
  .representative-image-grid figcaption { font-size: 9px; }
  .category-availability { font-size: 11px; }
  .paint-partners-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 25px; }
  .paint-partners-heading > p { margin-bottom: 0; font-size: 13px; }
  .paint-partner-grid { grid-template-columns: 1fr; gap: 12px; }
  .paint-partner-card { min-height: 0; }
  .paint-logo-panel { min-height: 212px; padding: 28px; }
  .paint-logo-panel img { max-height: 160px; }
  .paint-partner-copy { min-height: 250px; padding: 27px 22px 22px; }
  .paint-brand-trademark-note { margin-top: 14px; font-size: 8px; }
}

[hidden] { display: none !important; }

/* Homepage hero: shorter, clearer message with a direct WhatsApp photo action. */
.hero h1 {
  max-width: 650px;
  margin-bottom: 11px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.03;
  letter-spacing: -.06em;
}

.hero-audience {
  max-width: 680px;
  margin: 0 0 21px;
  color: #f0f1ef;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(17px, 1.85vw, 23px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.035em;
}

.hero-copy { max-width: 555px; margin-bottom: 28px; }
.hero-actions { align-items: flex-start; gap: 27px; }
.hero-whatsapp-action { display: grid; gap: 9px; max-width: 385px; }
.hero-photo-button { gap: 11px; padding-inline: 17px; }
.hero-photo-button .whatsapp-logo {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  color: var(--white);
  background: var(--black);
  border-radius: 50%;
}
.whatsapp-logo img { display: block; width: 15px; height: 15px; }
.whatsapp-float .whatsapp-logo img { width: 16px; height: 16px; }
.hero-whatsapp-note { margin: 0; color: #c5c7c8; font-size: 10px; line-height: 1.55; }
.whatsapp-float { min-height: 48px; }
.whatsapp-float small { white-space: nowrap; }

/* Special Offers: visible and useful without changing the brand into discount retail. */
.special-offers-nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  color: inherit;
  font-size: 11px;
  font-weight: 800;
}

.special-offers-nav.is-active-offers {
  padding: 7px 9px;
  color: var(--black) !important;
  background: var(--yellow);
  opacity: 1 !important;
}

.special-offers-nav span,
.offers-kicker span {
  padding: 2px 4px;
  color: var(--yellow);
  background: var(--black);
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: .06em;
}

.confirmed-brand-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
}

.confirmed-brand-strip > span {
  margin-right: 4px;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.confirmed-brand-strip strong {
  padding: 9px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  letter-spacing: -.03em;
}

.home-offers-section { background: var(--white); }
.offer-heading { margin-bottom: 35px; }
.offer-preview-grid,
.offers-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.offer-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #f5f5f2;
  border: 1px solid #e0e1df;
}

.offer-image-wrap { position: relative; height: 174px; overflow: hidden; background: #202225; }
.offer-image-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.placeholder-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 6px;
  color: var(--ink);
  background: var(--yellow);
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.offer-card-content { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.offer-label {
  margin: 0 0 8px;
  color: #717579;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.offer-card h3 {
  margin: 0 0 11px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -.05em;
}

.offer-product,
.offer-details { margin: 0 0 10px; font-size: 12px; line-height: 1.55; }
.offer-product { color: var(--ink); }
.offer-details { color: var(--muted); }
.offer-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 8px 0 14px; padding-top: 13px; border-top: 1px solid var(--line); }
.offer-meta div { min-width: 0; }
.offer-meta dt { margin-bottom: 2px; color: #777b80; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.offer-meta dd { margin: 0; color: #303336; font-size: 10px; line-height: 1.45; }
.while-stocks-last { margin: auto 0 14px; color: #777b80; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.offer-button { width: 100%; min-height: 46px; gap: 10px; padding-inline: 12px; font-size: 10px; }
.offer-view-all { display: flex; justify-content: center; margin-top: 26px; }.offer-view-all .button { width: auto; }

.future-product-note {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 5px 20px;
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 3px solid var(--yellow);
  background: var(--pale);
}

.future-product-note p { margin: 0; color: #6e7276; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.future-product-note h3 { margin: 0; font-family: "Plus Jakarta Sans", sans-serif; font-size: 20px; letter-spacing: -.04em; }
.future-product-note span { color: var(--muted); font-size: 12px; line-height: 1.55; }

.legal-hero { padding-block: 94px; color: var(--white); background: var(--graphite); }
.legal-hero h1 { max-width: 780px; margin: 0 0 13px; font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(45px, 6vw, 74px); line-height: 1; letter-spacing: -.065em; }
.legal-hero p:not(.eyebrow) { max-width: 570px; margin: 0; color: #c8cbcc; }
.legal-content .container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.legal-content article { padding: 27px; background: var(--pale); border-top: 3px solid var(--yellow); }
.legal-content h2 { margin: 0 0 10px; font-family: "Plus Jakarta Sans", sans-serif; font-size: 23px; letter-spacing: -.045em; }
.legal-content p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.legal-content a { color: var(--ink); font-weight: 800; text-decoration: underline; text-decoration-color: var(--yellow); text-underline-offset: 3px; }

.offers-hero { position: relative; overflow: hidden; color: var(--white); background: var(--graphite); }
.offers-hero:after { content: ""; position: absolute; top: -62px; right: 8%; width: 270px; height: 540px; background: var(--yellow); opacity: .96; transform: rotate(28deg); }
.offers-hero-content { position: relative; z-index: 1; max-width: 780px; padding-block: 105px 110px; }
.offers-kicker { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 15px; color: #d4d6d7; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .055em; text-transform: uppercase; }
.offers-hero h1 { margin: 0 0 15px; font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(52px, 7vw, 88px); line-height: .95; letter-spacing: -.07em; }
.offers-hero p:not(.eyebrow):not(.offers-kicker) { max-width:560px; margin: 0 0 31px; color: #d4d6d7; font-size: 16px; }
.offers-list-section { background: #f7f7f5; }.offers-list-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }.offers-list-heading h2 { margin: 0; font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(35px, 4vw, 53px); line-height: 1.1; letter-spacing: -.055em; }.offers-list-heading>p { max-width: 365px; margin: 0; color: var(--muted); font-size: 13px; }
.offers-help-section { color: var(--white); background: #17191b; }.offers-help-inner { display: flex; min-height: 305px; align-items: center; justify-content: space-between; gap: 45px; }.offers-help-inner h2 { margin: 0 0 9px; font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(32px, 4vw, 51px); line-height: 1.03; letter-spacing: -.06em; }.offers-help-inner p:not(.eyebrow) { margin: 0; color: #c7c9cb; font-size: 14px; }.offers-help-inner .button { flex: 0 0 auto; }
.no-offers { grid-column: 1 / -1; padding: 50px; color: var(--white); background: #202225; }.no-offers h3 { margin: 0 0 8px; font-family: "Plus Jakarta Sans", sans-serif; font-size: 26px; letter-spacing: -.05em; }.no-offers p { margin: 0 0 22px; color: #c7c9cb; font-size: 14px; }.no-offers .button { width: auto; }

@media (max-width: 900px) {
  .site-nav { gap: 10px; font-size: 11px; }
  .special-offers-nav.is-active-offers { padding: 6px 7px; }
  .offer-preview-grid,
  .offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offers-list-heading { gap: 35px; }
}

@media (max-width: 680px) {
  .hero { min-height: 650px; }
  .hero h1 { max-width: 520px; margin-bottom: 10px; font-size: clamp(39px, 11.5vw, 50px); line-height: 1.04; }
  .hero-audience { margin-bottom: 18px; font-size: 17px; }
  .hero-copy { max-width: 390px; margin-bottom: 24px; }
  .hero-actions { display: grid; gap: 20px; }
  .hero-whatsapp-action { max-width: 360px; }
  .hero-photo-button { width: 100%; justify-content: space-between; }
  .whatsapp-float { padding: 10px 13px 10px 11px; border-radius: 0; }
  .whatsapp-float small { display: inline; }
  .special-offers-nav.is-active-offers { justify-content: center; }
  .confirmed-brand-strip { margin-top: 22px; }
  .confirmed-brand-strip > span { width: 100%; }
  .offer-preview-grid,
  .offers-grid { grid-template-columns: 1fr; gap: 12px; }
  .offer-image-wrap { height: 205px; }
  .offer-card-content { padding: 19px; }
  .offers-hero:after { top: auto; right: -120px; bottom: -205px; width: 290px; height: 420px; }
  .offers-hero-content { padding-block: 76px 80px; }
  .offers-list-heading { display: block; margin-bottom: 28px; }.offers-list-heading>p { margin-top: 16px; }
  .offers-help-inner { min-height: 340px; flex-direction: column; align-items: flex-start; padding-block: 65px; }.offers-help-inner .button { width: 100%; justify-content: space-between; }
  .no-offers { padding: 32px 22px; }
  .future-product-note { grid-template-columns: 1fr; gap: 7px; padding: 19px; }
  .legal-hero { padding-block: 76px; }
  .legal-content .container { grid-template-columns: 1fr; gap: 12px; }
  .legal-content article { padding: 22px; }
}
