@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Raleway:wght@500;600;700&display=swap");

:root {
  --ink: #333;
  --text: #58585a;
  --green: #719526;
  --green-dark: #5d7c1d;
  --line: #e6e6e6;
}

* { box-sizing: border-box; }
body { margin: 0; background: #fff; color: var(--text); font: 14px/1.5 "Lato", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.page-banner {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  justify-content: space-between;
  min-height: 205px;
  padding: 42px max(calc((100vw - 1160px) / 2), 30px);
}

.banner-title h1 {
  color: var(--ink);
  font: 500 29px "Raleway", sans-serif;
  letter-spacing: .025em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.banner-title p { color: #a0a0a0; font-size: 17px; font-weight: 300; margin: 0; }
.page-banner ol { display: flex; font-size: 11px; list-style: none; margin: 45px 0 0; padding: 0; }
.page-banner li { color: #888; }
.page-banner li:not(:last-child)::after { color: #aaa; content: "›"; padding: 0 14px; }
.page-banner a:hover { color: var(--green); }

.product-page { margin: 0 auto; max-width: 1160px; padding: 54px 0 72px; }
.product-intro { margin: 0 auto 44px; max-width: 1120px; text-align: center; }
.product-intro h2 {
  color: var(--ink);
  font: 700 30px/1.42 "Raleway", sans-serif;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.product-intro h2 span { display: block; }
.product-intro > p { font: 300 16px/2 "Raleway", sans-serif; margin: 0 auto; max-width: 1070px; }
.title-rule { background: var(--ink); display: block; height: 2px; margin: 26px auto 0; width: 40px; }

.product-grid { align-items: start; display: grid; gap: 45px; grid-template-columns: minmax(0, 1.62fr) minmax(320px, 1fr); }
.product-gallery { background: #fff; border: 1px solid #eee; margin: 0; min-height: 635px; overflow: hidden; position: relative; }
.gallery-label { background: var(--green); color: #fff; font-size: 13px; left: 12px; padding: 9px 13px; position: absolute; text-transform: uppercase; top: 12px; z-index: 3; }
.hero-product { background: #fff; height: 635px; object-fit: contain; padding: 24px; width: 100%; }
.product-gallery figcaption { background: rgba(255,255,255,.92); border-top: 1px solid #eee; bottom: 0; font-size: 12px; left: 0; padding: 14px; position: absolute; right: 0; text-align: center; }

.colour-dots { align-items: center; background: rgba(255,255,255,.92); display: flex; gap: 9px; padding: 11px 14px; position: absolute; right: 12px; top: 12px; z-index: 3; }
.dot { appearance: none; border: 1px solid rgba(0,0,0,.12); border-radius: 50%; cursor: pointer; height: 18px; outline: 2px solid transparent; outline-offset: 3px; padding: 0; transition: outline-color .15s ease, transform .15s ease; width: 18px; }
.dot:hover { transform: scale(1.14); }
.dot.active, .dot:focus-visible { outline-color: var(--green); }
.dot.black { background: #191919; }
.dot.blue { background: #1089d4; }
.dot.green { background: #bdcf38; }
.dot.orange { background: #f28b2a; }
.dot.purple { background: #8c75bb; }
.dot.red { background: #e85d4a; }
.dot.white { background: #fff; }

.offer-panel { padding: 0; }
.promo-kicker { color: var(--green); font: 700 17px "Raleway", sans-serif; margin: 0 0 12px; text-transform: uppercase; }
.offer-panel h2, .content-section h2 { color: var(--ink); font: 700 28px/1.25 "Raleway", sans-serif; margin: 0 0 12px; text-transform: uppercase; }
.offer-panel > p:not(.promo-kicker) { font-size: 13px; line-height: 1.9; margin: 0 0 20px; }
.promo-box { background: #333; color: #fff; display: grid; grid-template-columns: .78fr 1.22fr; margin: 24px 0 16px; }
.promo-box > div { display: grid; padding: 17px 18px 15px; }
.promo-box > div:first-child { background: var(--green); }
.promo-box span { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.promo-box strong { font: 700 32px/1.05 "Raleway", sans-serif; margin: 4px 0 2px; }
.promo-box small { font-size: 11px; }
.setup-offer { border-left: 4px solid var(--green); display: grid; margin: 18px 0; padding: 3px 0 3px 15px; }
.setup-offer strong { color: var(--ink); font: 700 17px "Raleway", sans-serif; text-transform: uppercase; }
.setup-offer span { color: var(--green); font-weight: 700; margin-top: 3px; }
.offer-panel ul { font-size: 12px; line-height: 1.9; list-style: none; margin: 19px 0 25px; padding: 0; }
.offer-panel li::before { color: var(--green); content: "✓"; font-weight: 900; margin-right: 9px; }
.quote-button { background: var(--green); color: #fff; display: inline-block; font: 700 12px "Raleway", sans-serif; letter-spacing: .06em; padding: 14px 22px; text-transform: uppercase; }
.quote-button:hover { background: var(--green-dark); }

.content-section { border-top: 1px solid var(--line); display: grid; gap: 58px; grid-template-columns: 1fr 1fr; margin-top: 68px; padding-top: 52px; }
.content-section h2 { font-size: 23px; }
.content-section p { font-size: 13px; line-height: 1.9; margin: 0; }
.contact-strip { align-items: center; background: var(--green); color: #fff; display: flex; font-family: "Raleway", sans-serif; justify-content: center; min-height: 105px; padding: 24px; text-align: center; }
.contact-strip span { font-size: 17px; font-weight: 500; margin-right: 7px; }
.contact-strip strong { font-size: 20px; }

@media (max-width: 1050px) {
  .product-page { padding-left: 30px; padding-right: 30px; }
  .product-grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 820px) {
  .page-banner { align-items: flex-start; flex-direction: column; min-height: 190px; padding: 40px 28px; }
  .page-banner ol { margin-top: 30px; }
  .product-grid, .content-section { grid-template-columns: 1fr; }
  .product-gallery, .hero-product { min-height: 570px; height: 570px; }
}

@media (max-width: 580px) {
  .banner-title h1 { font-size: 24px; }
  .product-page { padding: 42px 20px 58px; }
  .product-intro h2 { font-size: 24px; }
  .product-intro > p { font-size: 14px; line-height: 1.8; }
  .product-gallery, .hero-product { min-height: 465px; height: 465px; }
  .offer-panel h2 { font-size: 24px; }
  .contact-strip { flex-direction: column; }
  .contact-strip span { margin: 0 0 5px; }
}
