:root {
  --hazo-ink: #152524;
  --hazo-green: #365a5a;
  --hazo-green-dark: #244544;
  --hazo-sage: #dce7e2;
  --hazo-mist: #f4f7f5;
  --hazo-warm: #f5eee5;
  --hazo-gold: #e7b75c;
  --hazo-gold-dark: #cf9840;
  --hazo-border: #d8dfdc;
  --hazo-white: #ffffff;
  --hazo-radius: 18px;
  --hazo-shadow: 0 18px 50px rgba(20, 45, 43, .11);
  --home-canvas: #f2f5f2;
  --home-surface: #fffdfa;
  --home-text: #1b3531;
  --home-muted: #586b66;
  --home-accent: #8d6b32;
  --home-border: rgba(36, 69, 68, .14);
  --home-shadow: 0 16px 44px rgba(20, 45, 43, .09);
}

* { box-sizing: border-box; }
body { color: #41504f; background: var(--hazo-white); }
main { overflow: hidden; }
h1, h2, h3 { color: var(--hazo-ink); line-height: 1.15; }
h1, h2 { font-family: 'Comfortaa', sans-serif; }
p { line-height: 1.65; }
img { max-width: 100%; }
.section { padding: 82px 0; }
.section-sm { padding: 56px 0; }
.section-alt { background: var(--hazo-mist); }
.section-warm { background: var(--hazo-warm); }
.section-heading { max-width: 750px; margin: 0 auto 40px; text-align: center; }
.section-heading h2 { font-size: clamp(28px, 4vw, 43px); margin: 8px 0 14px; }
.section-heading p { font-size: 18px; margin: 0; }
.eyebrow { color: var(--hazo-green); font-size: 13px; font-weight: 700; letter-spacing: .16em; margin: 0 0 12px; text-transform: uppercase; }
.lede { font-size: 19px; line-height: 1.65; }
.muted { color: #657271; }
.price-signal { color: var(--hazo-ink); font-size: 22px; font-weight: 700; margin: 20px 0 8px; }
.price-signal--scale { color: #eef4f2; font-size: 15px; font-weight: 600; line-height: 1.45; }
.price-signal--scale strong { color: var(--hazo-gold); display: block; font-family: 'Comfortaa', sans-serif; font-size: 30px; letter-spacing: -.03em; line-height: 1; margin-bottom: 6px; }
.price-signal--scale span { display: block; max-width: 320px; }
.price-note { color: #697573; font-size: 14px; margin: 0 0 24px; }
.product-value-promise { border-left: 3px solid #b68735; color: var(--hazo-ink); margin: 26px 0 0; padding: 2px 0 2px 16px; }
.product-value-promise strong,
.product-value-promise span { display: block; }
.product-value-promise strong { font-family: 'Comfortaa', sans-serif; font-size: clamp(19px, 2.1vw, 24px); letter-spacing: -.025em; line-height: 1.25; }
.product-value-promise span { color: #40534f; font-size: 17px; font-weight: 650; margin-top: 4px; }
.product-value-note { color: #61706c; font-size: 14px; line-height: 1.5; margin: 10px 0 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 22px; font-weight: 700; }
.btn-primary { background: var(--hazo-green); border-color: var(--hazo-green); color: #fff; }
.btn-primary:hover { background: var(--hazo-green-dark); border-color: var(--hazo-green-dark); color: #fff; }
.btn-configurator {
  background: var(--hazo-gold);
  border: 1px solid var(--hazo-gold);
  box-shadow: 0 9px 24px rgba(114, 76, 24, .18);
  color: #17332f;
}
.btn-configurator:hover,
.btn-configurator:focus {
  background: var(--hazo-gold-dark);
  border-color: var(--hazo-gold-dark);
  color: #102824;
}
.btn-configurator-lg { font-size: 16px; min-height: 54px; padding-left: 26px; padding-right: 26px; }
.btn-configurator span[aria-hidden] { font-size: 18px; margin-right: 8px; }
.btn-outline { background: transparent; border: 1px solid var(--hazo-green); border-radius: 50px; color: var(--hazo-green); }
.btn-outline:hover { background: var(--hazo-green); color: #fff; }
.text-link { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.btn-accent { background: var(--hazo-gold); border: 1px solid var(--hazo-gold); color: var(--hazo-ink); }
.btn-accent:hover, .btn-accent:focus { background: var(--hazo-gold-dark); border-color: var(--hazo-gold-dark); color: var(--hazo-ink); }

/* Header */
.site-header .luxbar-menu { border-bottom: 1px solid rgba(54, 90, 90, .1); box-shadow: 0 4px 22px rgba(23, 43, 42, .06); }
.site-header .luxbar-navigation { min-height: 68px; align-items: center; }
.site-header .luxbar-header { min-height: 68px; display: flex; align-items: center; }
.site-logo { display: flex !important; align-items: center; padding-left: 0 !important; }
.site-logo img { object-fit: contain; }
.site-header .luxbar-item > a { color: var(--hazo-ink); font-weight: 600; line-height: 68px; padding: 0 14px; }
.site-header .luxbar-menu-white .luxbar-item.active { background: transparent; color: var(--hazo-green); }
.site-header .luxbar-menu-white .luxbar-item:hover { background: var(--hazo-mist); color: var(--hazo-green); }
.site-header .luxbar-item.active > a { color: var(--hazo-green); }
.site-header .nav-configurator > a {
  align-items: center;
  background: #fff5dc;
  border: 1px solid #e7c983;
  border-radius: 24px;
  color: #294c46;
  display: inline-flex;
  line-height: 40px;
  margin-left: 6px;
  padding: 0 17px;
}
.site-header .nav-configurator { position: relative; }
.site-header .nav-configurator > a .nav-configurator__icon { color: #b67820; margin-right: 5px; }
.site-header .nav-configurator > a small {
  background: #294c46;
  border-radius: 999px;
  color: #fff;
  font-size: 8px;
  letter-spacing: .08em;
  line-height: 1;
  margin-left: 7px;
  padding: 4px 6px 3px;
}
.nav-configurator__note {
  background: #fff;
  border: 1px solid #e4d3ab;
  border-radius: 13px;
  box-shadow: 0 14px 38px rgba(20,45,43,.18);
  color: #556661;
  left: 50%;
  line-height: 1.35;
  opacity: 0;
  padding: 13px 15px;
  pointer-events: none;
  position: absolute;
  top: 56px;
  transform: translate(-50%, -6px);
  transition: opacity .16s ease, transform .16s ease;
  visibility: hidden;
  width: 285px;
  z-index: 1002;
}
.nav-configurator__note::before {
  background: #fff;
  border-left: 1px solid #e4d3ab;
  border-top: 1px solid #e4d3ab;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: -6px;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
}
.nav-configurator__note strong,
.nav-configurator__note span { display: block; }
.nav-configurator__note strong { color: #274b45; font-size: 13px; margin-bottom: 3px; }
.nav-configurator__note span { font-size: 12px; }
.nav-configurator:hover .nav-configurator__note,
.nav-configurator:focus-within .nav-configurator__note {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
.site-header .luxbar-menu-white .nav-configurator:hover { background: transparent; }
.site-header .nav-configurator > a:hover,
.site-header .nav-configurator.active > a {
  background: var(--hazo-gold);
  border-color: var(--hazo-gold);
  color: #17332f;
}
.site-header .nav-quote > a { background: var(--hazo-green); border-radius: 24px; color: #fff; line-height: 42px; margin-left: 8px; padding: 0 20px; }
.site-header .luxbar-menu-white .nav-quote:hover { background: transparent; }
.site-header .nav-quote > a:hover { background: var(--hazo-green-dark); color: #fff; }

/* Hero */
.home-hero { background: linear-gradient(130deg, #eef3f0 0%, #f8f5ef 100%); padding: 128px 0 64px; }
.home-hero-grid, .product-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 58px; align-items: center; }
.home-hero-grid::before, .home-hero-grid::after,
.product-hero-grid::before, .product-hero-grid::after,
.proof-strip__grid::before, .proof-strip__grid::after,
.footer-grid::before, .footer-grid::after,
.container[class*="__grid"]::before,
.container[class*="__grid"]::after,
.container[class*="__panel"]::before,
.container[class*="__panel"]::after,
.container[class*="__inner"]::before,
.container[class*="__inner"]::after { content: none !important; display: none !important; }
.home-hero h1, .product-hero h1 { font-size: clamp(38px, 5.4vw, 68px); letter-spacing: -.035em; margin: 0 0 22px; }
.home-hero .lede { max-width: 670px; }
.hero-image { border-radius: 24px; box-shadow: var(--hazo-shadow); overflow: hidden; position: relative; }
.hero-image img { display: block; width: 100%; height: auto; }
.home-hero-scene {
  border: 1px solid rgba(45, 84, 77, .2);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(20, 45, 43, .16);
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.home-hero-scene__media,
.home-hero-scene__media img { display: block; width: 100%; }
.home-hero-scene__media img {
  aspect-ratio: 2 / 1;
  height: auto;
  object-fit: cover;
}
.home-hero-scene__copy {
  background: rgba(249, 249, 245, .94);
  border: 1px solid rgba(255, 255, 255, .7);
  border-left: 4px solid var(--hazo-gold);
  border-radius: 20px;
  bottom: clamp(22px, 2.3vw, 32px);
  box-shadow: 0 18px 45px rgba(15, 35, 32, .2);
  left: 50%;
  max-width: 690px;
  padding: clamp(25px, 2.2vw, 32px) clamp(28px, 2.5vw, 36px);
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  z-index: 2;
}
@supports (backdrop-filter: blur(12px)) {
  .home-hero-scene__copy { backdrop-filter: blur(12px); background: rgba(249, 249, 245, .88); }
}
.home-hero-scene__copy h1 {
  font-size: clamp(38px, 3.45vw, 50px);
  line-height: 1.06;
  margin-bottom: 14px;
}
.home-hero-scene__copy .eyebrow { font-size: 12px; margin-bottom: 10px; }
.home-hero-scene__copy .lede { color: #344642; font-size: 16px; line-height: 1.5; margin-bottom: 0; max-width: 620px; }
.home-hero-scene__copy .button-row { margin-top: 18px; }
.hero-product-pair {
  aspect-ratio: 3 / 2;
  background:
    radial-gradient(circle at 82% 8%, rgba(229, 178, 73, .14), transparent 32%),
    linear-gradient(145deg, #fbfaf6 0%, #edf3f0 100%);
  border: 1px solid rgba(45, 84, 77, .16);
  padding: 0;
}
.hero-product-pair__stage {
  align-items: center;
  background: transparent;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  height: 100%;
  overflow: hidden;
  padding: clamp(18px, 2.2vw, 34px) 8px;
  width: 100%;
}
.hero-product-pair__stage img {
  filter: drop-shadow(0 16px 12px rgba(20, 48, 43, .16));
  max-width: none;
  object-fit: contain;
  place-self: center;
}
.hero-product-pair__stage .hero-product-pair__awning { transform: translateX(2%); width: 122%; }
.hero-product-pair__stage .hero-product-pair__pergola { transform: translateX(2%); width: 132%; }
.hero-carousel { background: var(--hazo-green-dark); }
.hero-carousel .carousel-inner { aspect-ratio: 3 / 2; overflow: hidden; position: relative; width: 100%; }
.hero-carousel .carousel-item { display: block; float: none; inset: 0; margin: 0; opacity: 0; position: absolute; transform: translateX(8%); transition: opacity .55s ease, transform .55s ease; visibility: hidden; width: 100%; }
.hero-carousel .carousel-item.active { opacity: 1; transform: translateX(0); visibility: visible; z-index: 2; }
.hero-carousel .carousel-item.is-entering-right { transform: translateX(12%); visibility: visible; z-index: 3; }
.hero-carousel .carousel-item.is-entering-left { transform: translateX(-12%); visibility: visible; z-index: 3; }
.hero-carousel .carousel-item.is-exiting-left { opacity: 0; transform: translateX(-12%); visibility: visible; z-index: 1; }
.hero-carousel .carousel-item.is-exiting-right { opacity: 0; transform: translateX(12%); visibility: visible; z-index: 1; }
.hero-carousel .carousel-item picture { display: block; height: 100%; }
.hero-carousel .carousel-item img { aspect-ratio: auto; height: 100%; object-fit: cover; object-position: center; width: 100%; }
.hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next { bottom: 74px; opacity: 0; top: 18px; transition: opacity .2s ease; width: 58px; z-index: 4; }
.hero-carousel:hover .carousel-control-prev, .hero-carousel:hover .carousel-control-next,
.hero-carousel:focus-within .carousel-control-prev, .hero-carousel:focus-within .carousel-control-next { opacity: .92; }
.hero-carousel .carousel-control-prev-icon, .hero-carousel .carousel-control-next-icon { background-color: rgba(21,37,36,.7); background-size: 45%; border-radius: 50%; height: 42px; width: 42px; }
.hero-carousel .carousel-indicators { bottom: 26px; justify-content: flex-end; left: auto; margin: 0; right: 22px; z-index: 3; }
.hero-carousel .carousel-indicators button { background-color: #fff; border: 0; border-radius: 50%; cursor: pointer; flex: 0 0 auto; height: 8px; margin: 0 4px; opacity: .65; padding: 0; width: 8px; }
.hero-carousel .carousel-indicators .active { opacity: 1; transform: scale(1.35); }
.hero-label { background: rgba(255,255,255,.94); border-radius: 13px; bottom: 18px; left: 18px; padding: 13px 16px; position: absolute; }
.hero-label strong, .hero-label span { display: block; }
.hero-label span { color: #687572; font-size: 14px; margin-top: 2px; }
.home-products-link--mobile,
.hero-mobile-products-link { display: none; }
.home-trust {
  background: linear-gradient(180deg, #f8f5ef 0%, #eef4f1 100%);
  margin-top: -32px;
  padding: 0 0 44px;
  position: relative;
  z-index: 5;
}
.home-trust__panel {
  background:
    radial-gradient(circle at 88% 3%, rgba(229,178,73,.18), transparent 31%),
    #fff;
  border: 1px solid rgba(45,84,77,.15);
  border-radius: 26px;
  box-shadow: 0 20px 55px rgba(25,55,50,.13);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  position: relative;
}
.home-trust__panel::before {
  background: linear-gradient(90deg, var(--hazo-green-dark) 0 68%, #e6aa31 68% 100%);
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}
.home-trust__statement { padding: 40px 46px 32px; }
.home-trust__statement .eyebrow { color: #9b6d23; margin-bottom: 10px; }
.home-trust__promise {
  color: var(--hazo-green-dark);
  font-family: 'Comfortaa', sans-serif;
  font-size: clamp(25px, 3vw, 39px);
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
}
.home-trust__promise span { display: block; }
.home-trust__promise span:last-child { color: #b67820; margin-top: 6px; }
.home-trust__experience {
  align-items: center;
  border-left: 1px solid var(--hazo-border);
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 28px 42px 22px;
}
.home-trust__experience strong {
  color: #b67820;
  font-family: 'Comfortaa', sans-serif;
  font-size: clamp(64px, 7vw, 92px);
  letter-spacing: -.08em;
  line-height: .9;
}
.home-trust__experience p { color: var(--hazo-green-dark); font-family: 'Comfortaa', sans-serif; font-size: clamp(16px, 1.7vw, 21px); font-weight: 700; line-height: 1.35; margin: 0; }
.home-trust__experience span { display: block; }
.home-trust__experience span:last-child { color: #8d6b32; margin-top: 4px; }
.home-trust__proof {
  background: rgba(237,244,241,.72);
  border-top: 1px solid var(--hazo-border);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
}
.home-trust__stat {
  align-items: center;
  border-right: 1px solid var(--hazo-border);
  color: var(--hazo-green-dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 106px;
  padding: 18px 22px 14px;
  text-align: center;
  text-decoration: none;
}
.home-trust__stat:last-child { border-right: 0; }
.home-trust__stat strong { color: #a86f18; font-family: 'Comfortaa', sans-serif; font-size: 26px; line-height: 1.1; }
.home-trust__stat span { color: #536762; font-size: 12px; font-weight: 650; line-height: 1.35; margin-top: 6px; max-width: 190px; }
.home-trust__stat--link { transition: background .18s ease, color .18s ease; }
.home-trust__stat--link:hover,
.home-trust__stat--link:focus-visible { background: #fff; color: var(--hazo-green); }
.home-trust__stat--link span::after { color: #b67820; content: " \2197"; }
.home-trust__footer { align-items: center; display: flex; gap: 18px; grid-column: 1 / -1; justify-content: space-between; padding: 11px 24px 13px; }
.home-trust__note { color: #75817e; font-size: 10px; line-height: 1.45; margin: 0; }
.home-trust__link { color: var(--hazo-green-dark); flex: 0 0 auto; font-size: 11px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.home-lead-time {
  background: #eef4f1;
  padding: 0 0 46px;
}
.home-lead-time__panel {
  background: #fbf8f0;
  border: 1px solid rgba(45,84,77,.16);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(20,45,43,.14);
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(305px, .64fr);
  overflow: hidden;
}
.home-lead-time__value { padding: 35px 40px 34px; }
.home-lead-time__value .eyebrow { color: #9b6d23; margin-bottom: 10px; }
.home-lead-time__value h2 { color: var(--hazo-green-dark); font-size: clamp(27px, 3vw, 38px); letter-spacing: -.025em; margin: 0; max-width: 670px; }
.home-lead-time__benefits {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 25px 0 0;
  max-width: 700px;
  padding: 0;
}
.home-lead-time__benefits li {
  align-items: center;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(45,84,77,.14);
  border-radius: 999px;
  color: #38564f;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  min-height: 42px;
  padding: 7px 15px 7px 8px;
}
.home-lead-time__benefits li span {
  align-items: center;
  background: #f4e7c8;
  border-radius: 50%;
  color: #9b6d23;
  display: inline-flex;
  flex: 0 0 28px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
}
.home-lead-time__timing {
  align-content: center;
  background:
    radial-gradient(circle at 100% 0, rgba(231,177,65,.16), transparent 42%),
    linear-gradient(145deg, #e8efea 0%, #dce8e1 100%);
  border-left: 1px solid rgba(45,84,77,.14);
  color: var(--hazo-green-dark);
  display: grid;
  padding: 32px 38px;
}
.home-lead-time__timing .eyebrow { color: #8d6b32; margin-bottom: 8px; }
.home-lead-time__weeks { align-items: baseline; display: flex; gap: 8px; margin: 0; }
.home-lead-time__weeks strong { color: var(--hazo-green-dark); font-family: 'Comfortaa', sans-serif; font-size: clamp(43px, 4.7vw, 61px); letter-spacing: -.07em; line-height: 1; }
.home-lead-time__weeks span { color: #38564f; font-family: 'Comfortaa', sans-serif; font-size: 20px; font-weight: 700; }
.home-lead-time__label { color: var(--hazo-green-dark); font-family: 'Barlow Condensed', sans-serif; font-size: 19px; font-weight: 700; letter-spacing: .025em; margin: 8px 0 0; text-transform: uppercase; }
.home-lead-time__sooner { color: #687974; font-size: 13px; margin: 3px 0 18px; }
.home-lead-time__timing a { color: #7e5d28; font-size: 13px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; width: fit-content; }
.home-lead-time__timing a:hover,
.home-lead-time__timing a:focus-visible { color: var(--hazo-green); }

/* Homepage local project evidence */
.home-partner-proof { background: #edf3f0; scroll-margin-top: 72px; }
.home-partner-proof__intro { margin: 0 auto 38px; max-width: 910px; text-align: center; }
.home-partner-proof__intro h2 { font-size: clamp(32px, 4.5vw, 51px); letter-spacing: -.025em; margin: 8px 0 18px; }
.home-partner-proof__intro > p:last-child { font-size: 17px; margin: 0 auto; max-width: 860px; }
.home-partner-proof__panel {
  background: #fff;
  border: 1px solid rgba(54,90,90,.13);
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(20,45,43,.1);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.45fr) minmax(315px, .72fr);
  margin: 0 auto;
  max-width: 1120px;
  overflow: hidden;
}
.partner-project-card { border-right: 1px solid var(--hazo-border); min-width: 0; }
.partner-project-card__image { background: #dce7e2; display: block; overflow: hidden; position: relative; }
.partner-project-card__image::after {
  background: linear-gradient(180deg, transparent 55%, rgba(14,35,32,.62) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.partner-project-card__image img { aspect-ratio: 16 / 8.2; display: block; height: auto; object-fit: cover; width: 100%; }
.partner-project-card__location {
  bottom: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  left: 21px;
  letter-spacing: .1em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}
.partner-project-card__location::after { content: " · Delivered project"; color: #f3c567; }
.partner-project-card__body { display: grid; gap: 27px; grid-template-columns: 185px 1fr; padding: 30px 34px 35px; }
.partner-brand-lockup {
  align-items: center;
  align-self: start;
  background: var(--hazo-mist);
  border: 1px solid var(--hazo-border);
  border-radius: 16px;
  display: grid;
  gap: 5px;
  justify-items: center;
  padding: 15px;
}
.partner-brand-lockup img { display: block; object-fit: contain; }
.partner-brand-lockup__hazo { height: 42px; width: 126px; }
.partner-brand-lockup__fresh { height: 53px; width: 95px; }
.partner-brand-lockup__symbol { color: #83918d; font-size: 19px; line-height: 1; }
.partner-project-card__relationship { color: var(--hazo-green); font-size: 11px; font-weight: 800; letter-spacing: .1em; margin: 0 0 7px; text-transform: uppercase; }
.partner-project-card__body h3 { font-family: 'Comfortaa', sans-serif; font-size: 23px; margin: 0 0 10px; }
.partner-project-card__body p:not(.partner-project-card__relationship) { font-size: 14px; line-height: 1.6; margin: 0 0 14px; }
.evidence-link { color: var(--hazo-green-dark); font-size: 14px; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.partner-evidence { background: #f8faf9; display: flex; flex-direction: column; gap: 17px; padding: 28px; }
.partner-evidence__google {
  background: var(--hazo-green-dark);
  border-radius: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 23px 24px;
  text-decoration: none;
}
.partner-evidence__google-label { color: rgba(255,255,255,.72); font-size: 11px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.partner-evidence__rating { color: #f3c567; font-family: 'Comfortaa', sans-serif; font-size: 39px; font-weight: 750; line-height: 1.15; margin: 8px 0 3px; }
.partner-evidence__rating span { font-size: 27px; }
.partner-evidence__google strong { color: #fff; font-size: 15px; }
.partner-evidence__google small { color: rgba(255,255,255,.7); font-size: 11px; margin-top: 12px; }
.partner-evidence__awards { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.partner-award { background: #fff; border: 1px solid var(--hazo-border); border-radius: 16px; display: flex; flex-direction: column; min-width: 0; padding: 15px 11px 13px; text-align: center; }
.partner-award__logo { align-items: center; display: flex; height: 112px; justify-content: center; }
.partner-award__logo img { height: 100%; object-fit: contain; width: 100%; }
.partner-award p { line-height: 1.35; margin: 11px 0 0; }
.partner-award strong,
.partner-award span { display: block; }
.partner-award strong { color: var(--hazo-ink); font-size: 13px; }
.partner-award span { color: #6a7673; font-size: 9px; margin-top: 3px; }
.partner-evidence__disclosure { color: #71807c; font-size: 9px; line-height: 1.45; margin: auto 2px 0; }

/* Sitewide trust evidence */
.sitewide-proof { background: #e7efeb; border-top: 1px solid #d5e0dc; padding: 33px 0 22px; }
.sitewide-proof__panel {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(54,90,90,.14);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(20,45,43,.07);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(205px,.75fr) minmax(460px,1.7fr) auto;
  padding: 25px 28px;
}
.sitewide-proof__relationship .eyebrow { font-size: 10px; margin-bottom: 6px; }
.sitewide-proof__relationship strong,
.sitewide-proof__relationship span { display: block; }
.sitewide-proof__relationship strong { color: var(--hazo-ink); font-family: 'Comfortaa', sans-serif; font-size: 17px; }
.sitewide-proof__relationship span { color: #65736f; font-size: 11px; margin-top: 4px; }
.sitewide-proof__metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.sitewide-proof__metrics > span { border-left: 1px solid var(--hazo-border); color: #5b6965; font-size: 10px; line-height: 1.35; min-width: 0; padding: 4px 13px; text-align: center; }
.sitewide-proof__metrics strong { color: var(--hazo-green-dark); display: block; font-family: 'Comfortaa', sans-serif; font-size: 18px; margin-bottom: 4px; }
.sitewide-proof__link { color: var(--hazo-green-dark); font-size: 13px; font-weight: 750; line-height: 1.35; max-width: 175px; text-decoration: underline; text-underline-offset: 4px; }
.sitewide-proof__note { color: #76827f; font-size: 9px; line-height: 1.45; margin: 10px auto 0; text-align: center; }
.project-evidence-benefits { background: #fff; }
.project-evidence-benefits .benefit-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.project-evidence-benefits .info-card { height: 100%; }
.project-evidence-benefits__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 36px; }

/* Homepage factory and product video */
.home-factory-video { background: linear-gradient(180deg, #fff 0%, #f3f7f5 100%); }
.home-factory-video__intro {
  align-items: end;
  display: grid;
  gap: clamp(42px,6vw,96px);
  grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
  margin-bottom: 42px;
}
.home-factory-video__word { align-items: baseline; display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 14px; }
.home-factory-video__word strong { color: var(--hazo-green); font-family: 'Comfortaa',sans-serif; font-size: clamp(38px,4vw,58px); letter-spacing: .08em; line-height: 1; }
.home-factory-video__word span { color: #5d716c; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.home-factory-video__origin h2 { font-size: clamp(34px,4vw,56px); line-height: 1.08; margin: 0; }
.home-factory-video__story { border-left: 1px solid #bfd0ca; padding: 4px 0 4px clamp(26px,4vw,54px); }
.home-factory-video__story p { color: #40534f; font-size: 16px; line-height: 1.72; margin: 0 0 12px; }
.home-factory-video__story-link { color: var(--hazo-green); display: inline-flex; font-weight: 750; gap: 8px; margin-top: 8px; text-decoration: underline; text-underline-offset: 5px; }
.home-factory-video__story-link:hover { color: #a97714; }
.home-factory-video__frame {
  aspect-ratio: 16 / 9;
  background: var(--hazo-green-dark);
  border-radius: 24px;
  box-shadow: var(--hazo-shadow);
  margin: 0 auto;
  max-width: 1040px;
  overflow: hidden;
  position: relative;
}
.home-factory-video__poster {
  background: var(--hazo-green-dark);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.home-factory-video__poster > img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}
.home-factory-video__poster:hover > img,
.home-factory-video__poster:focus-visible > img { transform: scale(1.018); }
.home-factory-video__product-cover {
  background-image: url('/static/home/hazo-video-cover-option-2-brand-background.png');
  background-position: center;
  background-size: cover;
  display: grid;
  gap: 3%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  inset: 0;
  padding: 5% 4% 13%;
  position: absolute;
  transition: transform .45s ease;
}
.home-factory-video__poster:hover .home-factory-video__product-cover,
.home-factory-video__poster:focus-visible .home-factory-video__product-cover { transform: scale(1.008); }
.home-factory-video__product-stage {
  background: radial-gradient(circle at 50% 48%, rgba(255,255,255,.14), rgba(255,255,255,.025) 63%);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  display: grid;
  min-width: 0;
  place-items: center;
  position: relative;
}
.home-factory-video__product-stage--louvre::before {
  background: radial-gradient(ellipse at 52% 68%, rgba(229,173,91,.34) 0%, rgba(190,119,44,.14) 35%, transparent 72%);
  border-radius: 50%;
  content: "";
  filter: blur(12px);
  inset: 20% 5% 2%;
  pointer-events: none;
  position: absolute;
}
.home-factory-video__product-stage img {
  display: block;
  filter: drop-shadow(0 22px 24px rgba(0,0,0,.32));
  height: 82%;
  object-fit: contain;
  position: relative;
  width: 93%;
  z-index: 1;
}
.home-factory-video__product-stage--awning img {
  transform: translateY(-6%);
  width: 96%;
}
.home-factory-video__product-stage--louvre img {
  filter: drop-shadow(0 22px 24px rgba(0,0,0,.34)) drop-shadow(0 0 8px rgba(255,193,103,.24));
  height: 100%;
  transform: translateY(1.5%) scale(1.12);
  transform-origin: center;
  width: 110%;
}
.home-factory-video__poster:focus-visible { outline: 4px solid var(--hazo-gold); outline-offset: -4px; }
.home-factory-video__shade {
  background: linear-gradient(180deg, rgba(12,31,29,.08) 28%, rgba(12,31,29,.82) 100%);
  inset: 0;
  position: absolute;
}
.home-factory-video__play {
  align-items: center;
  background: var(--hazo-gold);
  border: 5px solid rgba(255,255,255,.88);
  border-radius: 50%;
  box-shadow: 0 13px 36px rgba(12,31,29,.3);
  display: flex;
  height: 84px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background .2s ease, transform .2s ease;
  width: 84px;
}
.home-factory-video__play span {
  border-bottom: 12px solid transparent;
  border-left: 19px solid #17332f;
  border-top: 12px solid transparent;
  margin-left: 5px;
}
.home-factory-video__poster:hover .home-factory-video__play,
.home-factory-video__poster:focus-visible .home-factory-video__play {
  background: #f3c86f;
  transform: translate(-50%, -50%) scale(1.05);
}
.home-factory-video__caption {
  bottom: 30px;
  left: 34px;
  position: absolute;
  right: 34px;
}
.home-factory-video__caption strong,
.home-factory-video__caption small { display: block; }
.home-factory-video__caption strong { color: #fff; font-size: 22px; line-height: 1.25; }
.home-factory-video__caption small { color: rgba(255,255,255,.82); font-size: 14px; margin-top: 5px; }
.home-factory-video__iframe { border: 0; display: block; height: 100%; width: 100%; }

/* Cards and content grids */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { background: #fff; border: 1px solid var(--hazo-border); border-radius: var(--hazo-radius); box-shadow: 0 10px 30px rgba(28, 55, 53, .06); display: flex; flex-direction: column; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { box-shadow: var(--hazo-shadow); transform: translateY(-4px); }
.product-card.featured { grid-column: span 2; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--hazo-green-dark); border: 0; color: #eef4f2; }
.product-card.featured h3, .product-card.featured a { color: #fff; }
.product-card-media { aspect-ratio: 16 / 10; overflow: hidden; background: #edf2ef; }
.product-card.featured .product-card-media { aspect-ratio: auto; background: #edf2ef; }
.product-card-media img { display: block; height: 100%; object-fit: cover; width: 100%; }
.product-card.featured .product-card-media img { object-fit: contain; }
.product-card-contain .product-card-media img { object-fit: contain; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.product-card h3 { font-size: 24px; margin: 0 0 10px; }
.product-card p { margin: 0 0 16px; }
.product-card .text-link { margin-top: auto; }
.noninteractive-meta { display: flex; flex-direction: column; gap: 11px; margin-bottom: 18px; }
.noninteractive-status {
  align-items: center;
  color: var(--hazo-green);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  letter-spacing: .12em;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
}
.noninteractive-status span { font-size: 14px; line-height: 1; }
.product-card .noninteractive-status { margin: 0; }
.noninteractive-status--on-dark,
.noninteractive-meta--on-dark .noninteractive-status { color: #f3c567; }
.noninteractive-status--warm { color: #91631f; }
.noninteractive-features { display: flex; flex-wrap: wrap; gap: 8px 18px; list-style: none; margin: 0; padding: 0; }
.noninteractive-features li { align-items: center; color: #435750; display: flex; font-size: 13px; font-weight: 650; line-height: 1.4; }
.noninteractive-features li::before {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  color: var(--hazo-green);
  content: "";
  height: 8px;
  margin: -2px 8px 0 2px;
  transform: rotate(45deg);
  width: 4px;
}
.noninteractive-features--on-dark li,
.noninteractive-meta--on-dark .noninteractive-features li { color: rgba(255,255,255,.86); }
.noninteractive-features--on-dark li::before,
.noninteractive-meta--on-dark .noninteractive-features li::before { color: #f3c567; }
.noninteractive-features--light { justify-content: flex-end; }
.noninteractive-features--light li {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #315f58;
  padding: 0;
}
.product-card.featured .btn-configurator { color: #17332f; }
.product-configurator-actions { align-items: flex-start; display: flex; flex-direction: column; gap: 16px; margin-top: auto; }
.product-configurator-actions .text-link { margin-top: 0; }
.audience-grid, .benefit-grid, .process-grid, .support-grid { display: grid; gap: 24px; }
.audience-grid { grid-template-columns: repeat(2, 1fr); }
.benefit-grid { grid-template-columns: repeat(4, 1fr); }
.process-grid { grid-template-columns: repeat(3, 1fr); counter-reset: step; }
.support-grid { grid-template-columns: repeat(3, 1fr); }
.info-card, .process-card, .support-card { background: #fff; border: 1px solid var(--hazo-border); border-radius: var(--hazo-radius); padding: 28px; }
.info-card h3, .process-card h3, .support-card h3 { font-family: 'Comfortaa', sans-serif; font-size: 21px; margin: 0 0 12px; }
.process-card::before { background: var(--hazo-green); border-radius: 50%; color: #fff; content: counter(step); counter-increment: step; display: grid; font-size: 15px; font-weight: 700; height: 36px; margin-bottom: 17px; place-items: center; width: 36px; }
.benefit-card { border-left: 3px solid var(--hazo-green); padding: 5px 0 5px 19px; }
.benefit-card h3 { font-size: 18px; margin: 0 0 8px; }
.cta-band { background: var(--hazo-green-dark); border-radius: 24px; color: #eaf1ef; display: flex; gap: 30px; justify-content: space-between; align-items: center; padding: 42px 46px; }
.cta-band h2 { color: #fff; font-size: clamp(27px, 4vw, 40px); margin: 0 0 10px; }
.cta-band p { margin: 0; }
.cta-band .btn { background: #fff; color: var(--hazo-green-dark); flex: 0 0 auto; }
.cta-band-configurator .eyebrow { color: #f2ce83; }
.cta-band__actions { align-items: center; display: flex; flex: 0 0 auto; flex-direction: column; gap: 12px; }
.cta-band__actions .text-link { color: #fff; }

/* Configurator promotion */
.configurator-spotlight { background: #eef3f0; }
.configurator-spotlight__panel {
  background:
    radial-gradient(circle at 84% 12%, rgba(231,183,92,.18), transparent 32%),
    var(--hazo-green-dark);
  border-radius: 28px;
  box-shadow: var(--hazo-shadow);
  color: #e6efec;
  display: grid;
  gap: 46px;
  grid-template-columns: 1.1fr .9fr;
  overflow: hidden;
  padding: 50px;
}
.configurator-spotlight__copy h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
  margin: 8px 0 16px;
}
.configurator-spotlight__copy > .eyebrow { color: #f2ce83; }
.configurator-spotlight__copy > p:not(.eyebrow):not(.noninteractive-status):not(.configurator-roadmap):not(.configurator-review-note) { font-size: 17px; margin: 0; max-width: 720px; }
.configurator-benefits { gap: 10px 24px; margin-top: 24px; }
.configurator-spotlight .configurator-secondary { border-color: rgba(255,255,255,.65); color: #fff; }
.configurator-spotlight .configurator-secondary:hover { background: #fff; color: var(--hazo-green-dark); }
.configurator-roadmap { color: #bfcfca; font-size: 13px; margin: 20px 0 0; }
.configurator-roadmap strong { color: #fff; }
.configurator-outcomes { display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 26px 0 0; padding: 0; }
.configurator-outcomes li { background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.15); border-radius: 13px; min-width: 0; padding: 14px 13px; }
.configurator-outcomes strong,
.configurator-outcomes span { display: block; }
.configurator-outcomes strong { color: #f3c567; font-family: 'Comfortaa', sans-serif; font-size: 16px; letter-spacing: -.02em; }
.configurator-outcomes span { color: #d9e5e1; font-size: 11px; line-height: 1.35; margin-top: 5px; }
.configurator-review-note { color: #c5d3cf; font-size: 12px; line-height: 1.5; margin: 18px 0 0; max-width: 600px; }
.configurator-spotlight__preview {
  align-self: center;
  background: #f7faf8;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 20px;
  box-shadow: 0 22px 50px rgba(0,0,0,.22);
  color: #29433e;
  min-height: 390px;
  overflow: hidden;
  transform: none;
}
.configurator-preview__top {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #d9e2de;
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
}
.configurator-preview__top span { color: var(--hazo-green); font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.configurator-preview__awning {
  background: linear-gradient(#edf5f3 0 66%, #d7e3de 66%);
  height: 205px;
  overflow: hidden;
  position: relative;
}
.configurator-preview__cassette,
.configurator-preview__front {
  background: #3f494b;
  border-radius: 20px;
  height: 13px;
  left: 11%;
  position: absolute;
  width: 78%;
  z-index: 2;
}
.configurator-preview__cassette { top: 34px; }
.configurator-preview__front { bottom: 28px; left: 22%; width: 66%; }
.configurator-preview__fabric {
  background: linear-gradient(115deg, #c4b590, #e2d7ba);
  clip-path: polygon(9% 0, 91% 0, 84% 100%, 18% 100%);
  inset: 41px 8% 34px;
  position: absolute;
}
.configurator-preview__details { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); }
.configurator-preview__details span { background: #fff; font-size: 12px; font-weight: 700; padding: 12px 10px; text-align: center; }
.configurator-preview__details small { color: #71807d; display: block; font-size: 8px; letter-spacing: .08em; margin-bottom: 2px; }
.configurator-preview__price { align-items: center; background: #edf4f1; display: flex; justify-content: space-between; padding: 17px 18px; }
.configurator-preview__price span { font-size: 11px; }
.configurator-preview__price strong { color: var(--hazo-green-dark); font-size: 17px; }
.configurator-choice-board { min-height: 0; }
.configurator-choice-board__steps { display: grid; gap: 1px; list-style: none; margin: 0; padding: 0; }
.configurator-choice-board__steps li { align-items: center; background: #fff; display: grid; gap: 14px; grid-template-columns: 36px minmax(0, 1fr) auto; min-height: 78px; padding: 14px 18px; }
.configurator-choice-board__steps li:nth-child(even) { background: #f5f8f6; }
.configurator-choice-board__number { color: #b37c28; font-family: 'Comfortaa', sans-serif; font-size: 12px; font-weight: 750; }
.configurator-choice-board__label strong,
.configurator-choice-board__label small { display: block; }
.configurator-choice-board__label strong { color: var(--hazo-green-dark); font-family: 'Comfortaa', sans-serif; font-size: 16px; letter-spacing: -.02em; }
.configurator-choice-board__label small { color: #6c7b77; font-size: 11px; line-height: 1.35; margin-top: 4px; }
.configurator-choice-board__size,
.configurator-choice-board__price { background: #e9f0ed; border: 1px solid #d2dfda; border-radius: 999px; color: #36534c; font-size: 11px; font-weight: 750; padding: 8px 11px; white-space: nowrap; }
.configurator-choice-board__look { align-items: center; display: flex; gap: 5px; }
.configurator-choice-board__look i { border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #cbd7d2; display: block; height: 19px; width: 19px; }
.configurator-choice-board__look i:nth-child(1) { background: #f3f1e8; }
.configurator-choice-board__look i:nth-child(2) { background: #525a5b; }
.configurator-choice-board__look i:nth-child(3) { background: #8c7763; }
.configurator-choice-board__look b { background: linear-gradient(135deg, #d6c7a1 0 48%, #a59a7f 48% 52%, #eee5cf 52%); border: 1px solid #c9d3cf; border-radius: 5px; display: block; height: 27px; margin-left: 4px; width: 42px; }
.configurator-choice-board__chips { display: flex; gap: 5px; }
.configurator-choice-board__chips i { background: #edf2ef; border: 1px solid #d4dfda; border-radius: 999px; color: #4b625c; font-size: 9px; font-style: normal; font-weight: 750; padding: 6px 8px; }
.configurator-choice-board__price b { color: #a26f20; font-size: 15px; margin-left: 4px; }
.configurator-spotlight--centre { background: linear-gradient(180deg, #f7f4ed, #f5f8f6); }
.configurator-spotlight--centre .configurator-spotlight__panel {
  background:
    radial-gradient(circle at 91% 7%, rgba(230,170,49,.16), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f5f8f6 100%);
  border: 1px solid rgba(45,84,77,.16);
  box-shadow: 0 24px 65px rgba(25,55,50,.12);
  color: #445853;
}
.configurator-spotlight--centre .configurator-spotlight__copy h2 { color: var(--hazo-green-dark); }
.configurator-spotlight--centre .configurator-benefits { color: #3f5651; }
.configurator-centre-preview {
  border-color: rgba(45,84,77,.16);
  box-shadow: 0 20px 44px rgba(23,51,47,.14);
  color: var(--hazo-green-dark);
  min-height: 0;
  text-decoration: none;
  transition: box-shadow .2s ease, transform .2s ease;
}
.configurator-centre-preview:hover { box-shadow: 0 26px 52px rgba(23,51,47,.2); transform: translateY(-3px) rotate(-.2deg); }
.configurator-centre-preview:focus-visible { outline: 3px solid var(--hazo-gold); outline-offset: 4px; }
.configurator-centre-preview__directory {
  background: linear-gradient(145deg, #edf4f1, #f8f4ea);
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 18px;
}
.configurator-centre-preview__directory li {
  align-items: center;
  background: rgba(255,255,255,.76);
  border: 1px solid #d9e2de;
  border-radius: 11px;
  display: grid;
  gap: 10px;
  grid-template-columns: 25px 1fr;
  min-height: 62px;
  padding: 11px 12px;
}
.configurator-centre-preview__directory li:nth-child(-n+2) { background: #fff; border-color: rgba(182,120,32,.42); }
.configurator-centre-preview__directory li span { color: #b67820; font-family: 'Comfortaa', sans-serif; font-size: 10px; font-weight: 750; }
.configurator-centre-preview__directory li strong { color: var(--hazo-green-dark); font-family: 'Comfortaa', sans-serif; font-size: 11px; line-height: 1.3; }
.configurator-centre-preview__order { align-items: center; background: #fff; border-top: 1px solid #d9e2de; display: flex; justify-content: space-between; padding: 18px 20px; }
.configurator-centre-preview__order span,
.configurator-centre-preview__order small { display: block; }
.configurator-centre-preview__order small { color: #8a6a36; font-size: 8px; font-weight: 750; letter-spacing: .12em; margin-bottom: 3px; }
.configurator-centre-preview__order strong { color: var(--hazo-green-dark); font-size: 14px; }
.hero-configurator-note { color: #536762; font-size: 13px; font-weight: 700; margin: 13px 0 0; }
.series-configurator-strip { background: var(--hazo-green-dark); color: #e9f1ef; padding: 28px 0; }
.series-configurator-strip .container { align-items: center; display: flex; gap: 30px; justify-content: space-between; }
.series-configurator-strip .eyebrow { color: #f2ce83; margin-bottom: 4px; }
.series-configurator-strip h2 { color: #fff; font-size: clamp(23px, 3vw, 32px); margin: 0 0 5px; }
.series-configurator-strip p:not(.eyebrow) { margin: 0; }
.series-configurator-strip .btn { flex: 0 0 auto; }
.configurator-mobile-dock { display: none; }
.product-configurator-teaser {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 22px;
  box-shadow: var(--home-shadow);
  margin: 27px 0 24px;
  padding: 26px 28px;
}
.product-configurator-teaser .eyebrow,
.product-configurator-teaser .noninteractive-status { color: var(--hazo-green); font-size: 10px; margin-bottom: 7px; }
.product-configurator-teaser h2 {
  color: var(--hazo-ink);
  font-family: "Comfortaa", sans-serif;
  font-size: clamp(20px, 2.3vw, 27px);
  margin: 0 0 8px;
}
.product-configurator-teaser > p:not(.eyebrow):not(.noninteractive-status) { color: #52635e; font-size: 14px; line-height: 1.55; margin: 0; }
.product-configurator-teaser__action { align-items: center; display: flex; flex-wrap: wrap; gap: 10px 14px; margin-top: 16px; }
.product-configurator-teaser__action .btn { min-height: 44px; }
.product-configurator-teaser__action small { color: #5d6d68; font-size: 11px; font-weight: 700; }

/* Product buying pages */
.breadcrumb-bar { background: var(--hazo-mist); padding: 16px 0; margin-top: 68px; }
.breadcrumb-bar p { font-size: 14px; margin: 0; }
.product-hero { padding: 58px 0 66px; }
.product-hero h1 { font-size: clamp(36px, 5vw, 58px); }
.check-list { list-style: none; margin: 20px 0 0; padding: 0; }
.check-list li { margin: 10px 0; padding-left: 28px; position: relative; }
.check-list li::before { color: var(--hazo-green); content: '✓'; font-weight: 700; left: 0; position: absolute; }
.series-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.series-card { background: #fff; border: 1px solid var(--hazo-border); border-radius: var(--hazo-radius); overflow: hidden; }
.series-card-media { display: block; overflow: hidden; }
.series-card img { display: block; width: 100%; }
.series-card-media img { transition: transform .25s ease; }
.series-card-media:hover img { transform: scale(1.02); }
.series-card-media:focus-visible { outline: 3px solid var(--hazo-green); outline-offset: -3px; }
.series-card-body { padding: 28px; }
.series-card h3 { font-size: 27px; margin: 0 0 10px; }
.compare-table-wrap { overflow-x: auto; }
.compare-table { border-collapse: collapse; min-width: 660px; width: 100%; }
.compare-table th, .compare-table td { border-bottom: 1px solid var(--hazo-border); padding: 17px; text-align: left; vertical-align: top; }
.compare-table th { background: var(--hazo-mist); color: var(--hazo-ink); }
.compare-table-help { align-items: center; display: flex; flex-wrap: wrap; gap: 12px 18px; }
.compare-table-help .btn { min-height: 38px; padding: 7px 16px; white-space: nowrap; }
.notice { background: #fff9e8; border: 1px solid #eddda7; border-radius: 12px; color: #594d29; padding: 18px 20px; }
.technical-divider { border-top: 1px solid var(--hazo-border); margin-top: 24px; padding-top: 24px; }
.legacy-product-intro { display: none; }

/* Full cassette product page — aligned with the homepage visual system */
.full-cassette-page {
  background: var(--home-canvas);
  color: var(--home-muted);
}
.full-cassette-page .breadcrumb-bar {
  background: transparent;
  padding: 20px 0 0;
}
.full-cassette-page .breadcrumb-bar p { color: #71807c; font-size: 12px; }
.full-cassette-page .breadcrumb-bar a { color: var(--hazo-green-dark); }
.full-cassette-page .product-hero {
  background: transparent;
  padding: 34px 0 38px;
}
.full-cassette-page .product-hero-grid {
  background:
    radial-gradient(circle at 96% 2%, rgba(182,120,32,.08), transparent 31%),
    var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 26px;
  box-shadow: var(--home-shadow);
  gap: 50px;
  padding: 48px;
}
.full-cassette-page .product-hero h1 {
  color: var(--home-text);
  font-size: clamp(42px, 4.6vw, 61px);
  letter-spacing: -.035em;
  line-height: 1.08;
}
.full-cassette-page .product-hero .lede {
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 0;
}
.full-cassette-page .product-value-promise { border-left-color: var(--home-accent); }
.full-cassette-page .product-value-promise strong { color: var(--home-text); }
.full-cassette-page .product-value-promise span,
.full-cassette-page .product-value-note { color: var(--home-muted); }
.full-cassette-page .product-hero__image {
  aspect-ratio: 3 / 2;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(20,45,43,.12);
}
.full-cassette-page .product-hero__image picture,
.full-cassette-page .product-hero__image img { height: 100%; width: 100%; }
.full-cassette-page .product-hero__image img { object-fit: cover; }
.full-cassette-page .product-hero .btn-configurator {
  background: var(--hazo-green-dark);
  border-color: var(--hazo-green-dark);
  box-shadow: none;
  color: #fff;
}
.full-cassette-page .product-hero .btn-configurator:hover,
.full-cassette-page .product-hero .btn-configurator:focus {
  background: #173532;
  border-color: #173532;
  color: #fff;
}
.full-cassette-page .configurator-spotlight {
  background: transparent;
  padding: 34px 0 62px;
}
.full-cassette-page .configurator-spotlight__panel {
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  box-shadow: var(--home-shadow);
}
.full-cassette-page .full-cassette-series,
.full-cassette-page .full-cassette-compare,
.full-cassette-page .full-cassette-process { background: transparent; }
.full-cassette-page .full-cassette-series,
.full-cassette-page .full-cassette-compare,
.full-cassette-page .full-cassette-process { padding: 66px 0; }
.full-cassette-page .section-heading { margin-bottom: 32px; }
.full-cassette-page .section-heading h2 {
  color: var(--home-text);
  font-size: clamp(31px, 3.5vw, 42px);
  letter-spacing: -.025em;
}
.full-cassette-page .section-heading .eyebrow {
  color: var(--home-accent);
  font-size: 11px;
  letter-spacing: .14em;
}
.full-cassette-page .series-grid { gap: 28px; }
.full-cassette-page .series-card {
  border-color: var(--home-border);
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(20,45,43,.08);
  display: flex;
  flex-direction: column;
}
.full-cassette-page .series-card-media { aspect-ratio: 4 / 3; }
.full-cassette-page .series-card-media picture,
.full-cassette-page .series-card-media img { display: block; height: 100%; width: 100%; }
.full-cassette-page .series-card-media img { object-fit: cover; }
.full-cassette-page .series-card-body { display: flex; flex: 1; flex-direction: column; padding: 30px; }
.full-cassette-page .series-card-body > .text-link { margin-top: auto; padding-top: 10px; }
.full-cassette-page .compare-table-wrap {
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(20,45,43,.07);
  overflow-x: auto;
}
.full-cassette-page .compare-table th,
.full-cassette-page .compare-table td { border-bottom-color: var(--home-border); padding: 18px 20px; }
.full-cassette-page .compare-table th { background: #edf2ef; color: var(--home-text); }
.full-cassette-page .compare-table tbody tr:nth-child(even) { background: #fbfcfb; }
.full-cassette-page .compare-table tbody tr:last-child td { border-bottom: 0; }
.full-cassette-page .process-card {
  border-color: var(--home-border);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(20,45,43,.065);
  padding: 30px;
}
.full-cassette-page .process-card::before {
  background: #e7eeea;
  color: var(--hazo-green-dark);
}
.full-cassette-page .process-card h3 { color: var(--home-text); }
.full-cassette-page .process-card p { color: var(--home-muted); margin-bottom: 0; }
.full-cassette-page .notice {
  background: #edf2ef;
  border-color: var(--home-border);
  border-radius: 16px;
  color: #4b5f5a;
  padding: 20px 22px;
}
.full-cassette-page .notice strong { color: var(--home-text); }
.full-cassette-page .full-cassette-process .button-row { margin-top: 20px; }

@media (max-width: 991px) {
  .full-cassette-page .product-hero-grid { gap: 34px; padding: 38px; }
  .full-cassette-page .product-hero__image { aspect-ratio: 16 / 10; }
}

@media (max-width: 767px) {
  .full-cassette-page .breadcrumb-bar { padding-top: 14px; }
  .full-cassette-page .product-hero { padding: 17px 0 34px; }
  .full-cassette-page .product-hero-grid {
    border-radius: 20px;
    gap: 30px;
    padding: 27px 22px 22px;
  }
  .full-cassette-page .product-hero h1 { font-size: clamp(34px, 10vw, 40px); }
  .full-cassette-page .product-hero .lede { font-size: 16px; }
  .full-cassette-page .product-hero__copy .button-row { align-items: stretch; flex-direction: column; }
  .full-cassette-page .product-hero__copy .button-row .btn { width: 100%; }
  .full-cassette-page .product-hero__image { aspect-ratio: 4 / 3; border-radius: 16px; }
  .full-cassette-page .configurator-spotlight { padding: 28px 0 48px; }
  .full-cassette-page .configurator-spotlight__panel { border-radius: 20px; }
  .full-cassette-page .full-cassette-series,
  .full-cassette-page .full-cassette-compare,
  .full-cassette-page .full-cassette-process { padding: 52px 0; }
  .full-cassette-page .section-heading { margin-bottom: 27px; }
  .full-cassette-page .series-grid { gap: 22px; }
  .full-cassette-page .series-card { border-radius: 20px; }
  .full-cassette-page .series-card-body { padding: 25px 22px; }
  .full-cassette-page .compare-table-wrap { border-radius: 18px; overflow: hidden; }
  .full-cassette-page .compare-table { min-width: 0; }
  .full-cassette-page .compare-table thead { display: none; }
  .full-cassette-page .compare-table tbody,
  .full-cassette-page .compare-table tr,
  .full-cassette-page .compare-table td { display: block; width: 100%; }
  .full-cassette-page .compare-table tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .full-cassette-page .compare-table td { border-bottom: 0; padding: 15px 16px; }
  .full-cassette-page .compare-table td:first-child {
    background: #edf2ef;
    color: var(--home-text);
    font-weight: 700;
    grid-column: 1 / -1;
    padding-bottom: 10px;
    padding-top: 13px;
  }
  .full-cassette-page .compare-table td:nth-child(2),
  .full-cassette-page .compare-table td:nth-child(3) { border-bottom: 1px solid var(--home-border); }
  .full-cassette-page .compare-table td:nth-child(2)::before,
  .full-cassette-page .compare-table td:nth-child(3)::before {
    color: #77847f;
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .full-cassette-page .compare-table td:nth-child(2)::before { content: 'Flex Series'; }
  .full-cassette-page .compare-table td:nth-child(3)::before { content: 'Pro Series'; }
  .full-cassette-page .compare-table tr:last-child td:nth-child(2) { grid-column: 1 / -1; }
  .full-cassette-page .compare-table tr:last-child td:nth-child(2)::before { display: none; }
  .full-cassette-page .compare-table-help { align-items: flex-start; flex-direction: column; }
  .full-cassette-page .process-grid { gap: 18px; }
  .full-cassette-page .process-card { border-radius: 18px; padding: 24px 22px; }
  .full-cassette-page .notice { border-radius: 14px; font-size: 14px; padding: 18px; }
}

/* HAZO brand story */
.home-brand-story {
  background: #173a36;
  color: rgba(255,255,255,.84);
}
.home-brand-story__panel {
  background: #204944;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(8,31,28,.26);
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr);
  overflow: hidden;
}
.home-brand-story__copy { padding: 58px 58px 55px; }
.home-brand-story .eyebrow { color: #f1c76e; }
.home-brand-story h2 {
  color: #fff;
  font-size: clamp(31px,4.2vw,49px);
  letter-spacing: -.03em;
  margin: 22px 0 20px;
}
.home-brand-story__copy > p:not(.eyebrow):not(.home-brand-story__word) { font-size: 16px; margin: 0 0 15px; }
.home-brand-story__word { align-items: baseline; display: flex; flex-wrap: wrap; gap: 13px; margin: 0; }
.home-brand-story__word strong { color: #fff; font-family: 'Comfortaa',sans-serif; font-size: 43px; letter-spacing: .08em; }
.home-brand-story__word span { color: #cbd9d4; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.home-brand-story__link { color: #f3cd7b; display: inline-flex; font-weight: 750; gap: 8px; margin-top: 12px; text-decoration: underline; text-underline-offset: 5px; }
.home-brand-story__link:hover { color: #fff; }
.home-brand-story__visual { min-height: 510px; overflow: hidden; position: relative; }
.home-brand-story__visual::after { background: linear-gradient(180deg,transparent 50%,rgba(11,35,31,.74) 100%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.home-brand-story__visual picture { display: block; height: 100%; }
.home-brand-story__visual img { height: 100%; object-fit: cover; width: 100%; }
.home-brand-story__caption { bottom: 24px; display: grid; gap: 0; grid-template-columns: repeat(3,max-content); left: 26px; position: absolute; right: 26px; z-index: 1; }
.home-brand-story__caption span { border-left: 1px solid rgba(255,255,255,.55); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .13em; line-height: 1.25; padding: 1px 16px; }
.home-brand-story__caption span:first-child { border-left: 0; padding-left: 0; }

.about-story-hero { background: linear-gradient(128deg,#eff4f1 0%,#faf6ef 100%); padding: 76px 0 82px; }
.about-story-hero__grid { align-items: center; display: grid; gap: 62px; grid-template-columns: minmax(0,.94fr) minmax(430px,1.06fr); }
.about-story-hero__copy h1 { font-size: clamp(42px,5.2vw,66px); letter-spacing: -.04em; margin: 25px 0 22px; }
.about-story-hero__copy > p:last-child { font-size: 17px; margin: 0; max-width: 690px; }
.about-story-hero__origin { align-items: baseline; display: flex; flex-wrap: wrap; gap: 14px; margin: 0; }
.about-story-hero__origin strong { color: var(--hazo-green-dark); font-family: 'Comfortaa',sans-serif; font-size: 47px; letter-spacing: .09em; }
.about-story-hero__origin span { color: #60706d; font-size: 14px; font-weight: 700; }
.about-story-hero__visual { border-radius: 26px; box-shadow: var(--hazo-shadow); overflow: hidden; position: relative; }
.about-story-hero__visual picture,
.about-story-hero__visual img { display: block; width: 100%; }
.about-story-hero__visual img { aspect-ratio: 3 / 2; object-fit: cover; }
.about-story-hero__visual blockquote { background: rgba(22,55,51,.93); bottom: 18px; color: #fff; font-size: 17px; left: 18px; line-height: 1.5; margin: 0; max-width: 475px; padding: 20px 22px; position: absolute; right: 18px; }
.about-principles { background: #fff; }
.about-principles__grid { display: grid; gap: 20px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.about-principles__grid article { background: var(--hazo-mist); border: 1px solid var(--hazo-border); border-radius: 20px; padding: 31px; }
.about-principles__grid article > span { color: #b07929; font-family: 'Comfortaa',sans-serif; font-size: 13px; font-weight: 700; }
.about-principles__grid h3 { font-size: 25px; margin: 15px 0 9px; }
.about-principles__grid p { margin: 0; }
.about-capability__grid { align-items: center; display: grid; gap: 58px; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); }
.about-capability__media { border-radius: 24px; box-shadow: var(--hazo-shadow); overflow: hidden; }
.about-capability__media img { aspect-ratio: 16 / 10; display: block; object-fit: cover; width: 100%; }
.about-capability__copy h2 { font-size: clamp(31px,4vw,45px); letter-spacing: -.025em; margin: 8px 0 20px; }
.about-capability__copy p { font-size: 16px; margin: 0 0 14px; }
.about-capability__list { list-style: none; margin: 24px 0 28px; padding: 0; }
.about-capability__list li { border-top: 1px solid var(--hazo-border); color: var(--hazo-ink); font-weight: 650; padding: 12px 0 12px 27px; position: relative; }
.about-capability__list li:last-child { border-bottom: 1px solid var(--hazo-border); }
.about-capability__list li::before { color: var(--hazo-green); content: "\2713"; font-weight: 800; left: 2px; position: absolute; }

/* About page — aligned with the current HAZO WORLD visual system */
.about-v2-hero { background: #eef3f0; padding: 44px 0 72px; }
.about-v2-hero__panel {
  background: #173f3b;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(17,49,45,.17);
  display: grid;
  grid-template-areas: "copy visual";
  grid-template-columns: minmax(0,1.02fr) minmax(420px,.98fr);
  min-height: 620px;
  overflow: hidden;
}
.about-v2-hero__copy { color: rgba(255,255,255,.84); display: flex; flex-direction: column; grid-area: copy; min-width: 0; padding: 62px 55px 46px; }
.about-v2-hero__copy .eyebrow { color: #f0c66e; }
.about-v2-hero__copy h1 { color: #fff; font-size: clamp(40px,4.2vw,52px); letter-spacing: -.035em; margin: 10px 0 22px; }
.about-v2-hero__copy .lede { font-size: 18px; margin: 0; max-width: 650px; }
.about-v2-hero__outline { border-color: rgba(255,255,255,.65); color: #fff; }
.about-v2-hero__outline:hover { background: #fff; border-color: #fff; color: var(--hazo-green-dark); }
.about-v2-hero__facts { border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: auto; padding-top: 24px; }
.about-v2-hero__facts div { border-left: 1px solid rgba(255,255,255,.2); min-width: 0; padding: 0 15px; }
.about-v2-hero__facts div:first-child { border-left: 0; padding-left: 0; }
.about-v2-hero__facts strong { color: #fff; display: block; font-size: 14px; margin-bottom: 5px; }
.about-v2-hero__facts span { color: rgba(255,255,255,.64); display: block; font-size: 11px; line-height: 1.45; }
.about-v2-hero__visual { grid-area: visual; min-width: 0; overflow: hidden; position: relative; }
.about-v2-hero__visual::after { background: linear-gradient(180deg,transparent 45%,rgba(8,32,29,.82)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.about-v2-hero__visual picture { display: block; height: 100%; }
.about-v2-hero__visual img { display: block; height: 100%; object-fit: cover; width: 100%; }
.about-v2-hero__visual p { bottom: 25px; color: #fff; font-family: 'Comfortaa',sans-serif; font-size: 18px; left: 27px; line-height: 1.45; margin: 0; max-width: 440px; position: absolute; right: 27px; z-index: 1; }

.about-v2-meaning { background: #fff; padding: 92px 0; }
.about-v2-meaning__grid { align-items: start; display: grid; gap: 80px; grid-template-areas: "word copy"; grid-template-columns: minmax(250px,.68fr) minmax(0,1.32fr); }
.about-v2-meaning__word { border-top: 1px solid var(--hazo-border); grid-area: word; padding-top: 24px; }
.about-v2-meaning__word > p:last-child { align-items: flex-start; display: flex; flex-direction: column; gap: 4px; margin: 28px 0 0; }
.about-v2-meaning__word strong { color: var(--hazo-green-dark); font-family: 'Comfortaa',sans-serif; font-size: 52px; letter-spacing: .09em; }
.about-v2-meaning__word span { color: #64736f; font-size: 14px; font-weight: 700; }
.about-v2-meaning__copy { grid-area: copy; min-width: 0; }
.about-v2-meaning__copy h2 { font-size: clamp(35px,4.5vw,53px); letter-spacing: -.035em; margin: 0 0 24px; }
.about-v2-meaning__copy > p { max-width: 780px; }
.about-v2-meaning__values { border-bottom: 1px solid var(--hazo-border); border-top: 1px solid var(--hazo-border); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 36px; }
.about-v2-meaning__values > div { border-left: 1px solid var(--hazo-border); min-width: 0; padding: 23px 20px 25px; }
.about-v2-meaning__values > div:first-child { border-left: 0; padding-left: 0; }
.about-v2-meaning__values span { color: var(--hazo-gold-dark); display: block; font-size: 11px; font-weight: 700; letter-spacing: .14em; margin-bottom: 13px; }
.about-v2-meaning__values strong { color: var(--hazo-ink); display: block; font-family: 'Comfortaa',sans-serif; font-size: 19px; margin-bottom: 7px; }
.about-v2-meaning__values p { font-size: 14px; line-height: 1.5; margin: 0; }

.about-v2-capability { background: var(--hazo-mist); padding: 92px 0 105px; scroll-margin-top: 80px; }
.about-v2-capability__grid { align-items: center; display: grid; gap: 78px; grid-template-areas: "media copy"; grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr); }
.about-v2-capability__media { grid-area: media; min-height: 560px; position: relative; }
.about-v2-capability__media figure { margin: 0; }
.about-v2-capability__factory { border-radius: 22px; box-shadow: var(--hazo-shadow); left: 0; overflow: hidden; position: absolute; top: 0; width: 82%; }
.about-v2-capability__factory img { aspect-ratio: 4 / 3; display: block; object-fit: cover; width: 100%; }
.about-v2-capability__factory figcaption { background: #173f3b; color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.45; padding: 16px 19px; }
.about-v2-capability__project { border: 8px solid var(--hazo-mist); border-radius: 20px; bottom: 0; box-shadow: 0 18px 44px rgba(20,45,43,.18); overflow: hidden; position: absolute; right: 0; width: 52%; }
.about-v2-capability__project img { aspect-ratio: 4 / 3; display: block; object-fit: cover; width: 100%; }
.about-v2-capability__copy { grid-area: copy; min-width: 0; }
.about-v2-capability__copy h2 { font-size: clamp(34px,4vw,48px); letter-spacing: -.03em; margin: 8px 0 21px; }
.about-v2-capability__copy > p { font-size: 17px; }
.about-v2-capability__steps { border-bottom: 1px solid var(--hazo-border); margin-top: 26px; }
.about-v2-capability__steps > div { border-top: 1px solid var(--hazo-border); display: grid; gap: 16px; grid-template-columns: 34px minmax(0,1fr); padding: 17px 0; }
.about-v2-capability__steps span { color: var(--hazo-gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .1em; padding-top: 3px; }
.about-v2-capability__steps p { font-size: 14px; line-height: 1.5; margin: 0; }
.about-v2-capability__steps strong { color: var(--hazo-ink); display: block; font-size: 16px; margin-bottom: 4px; }
.about-v2-capability__copy .button-row { align-items: center; }

@media (max-width: 991px) {
  .about-v2-hero__panel { grid-template-areas: "copy" "visual"; grid-template-columns: 1fr; }
  .about-v2-hero__visual { min-height: 470px; }
  .about-v2-meaning__grid { gap: 45px; grid-template-areas: "word" "copy"; grid-template-columns: 1fr; }
  .about-v2-meaning__word { display: grid; gap: 20px; grid-template-columns: .9fr 1.1fr; }
  .about-v2-meaning__word > p:last-child { margin-top: 0; }
  .about-v2-capability__grid { gap: 52px; grid-template-areas: "copy" "media"; grid-template-columns: 1fr; }
  .about-v2-capability__media { margin: 0 auto; max-width: 760px; min-height: 610px; width: 100%; }
}

@media (max-width: 767px) {
  .about-v2-hero { padding: 20px 0 50px; }
  .about-v2-hero__panel { border-radius: 20px; }
  .about-v2-hero__copy { padding: 39px 27px 31px; }
  .about-v2-hero__copy h1 { font-size: 39px; }
  .about-v2-hero__copy .lede { font-size: 16px; }
  .about-v2-hero__facts { gap: 15px; grid-template-columns: 1fr; margin-top: 35px; padding-top: 20px; }
  .about-v2-hero__facts div, .about-v2-hero__facts div:first-child { border-left: 0; padding: 0; }
  .about-v2-hero__facts span { font-size: 12px; }
  .about-v2-hero__visual { min-height: 330px; }
  .about-v2-hero__visual p { bottom: 19px; font-size: 15px; left: 20px; right: 20px; }
  .about-v2-meaning { padding: 61px 0; }
  .about-v2-meaning__grid { gap: 34px; }
  .about-v2-meaning__word { display: block; }
  .about-v2-meaning__word > p:last-child { margin-top: 22px; }
  .about-v2-meaning__word strong { font-size: 43px; }
  .about-v2-meaning__copy h2 { font-size: 37px; }
  .about-v2-meaning__values { grid-template-columns: 1fr; margin-top: 28px; }
  .about-v2-meaning__values > div, .about-v2-meaning__values > div:first-child { border-left: 0; padding: 18px 0; }
  .about-v2-meaning__values > div + div { border-top: 1px solid var(--hazo-border); }
  .about-v2-capability { padding: 61px 0 70px; }
  .about-v2-capability__grid { gap: 37px; }
  .about-v2-capability__copy h2 { font-size: 37px; }
  .about-v2-capability__copy > p { font-size: 16px; }
  .about-v2-capability__media { display: grid; gap: 14px; min-height: 0; }
  .about-v2-capability__factory, .about-v2-capability__project { border: 0; border-radius: 17px; position: static; width: 100%; }
  .about-v2-capability__project { box-shadow: none; }
  .about-v2-capability__project img { aspect-ratio: 16 / 9; }
}
.footer-brand-origin { border-left: 3px solid var(--hazo-gold); margin: 17px 0 !important; padding-left: 13px; }
.footer-brand-origin span,
.footer-brand-origin strong { display: block; }
.footer-brand-origin span { color: #65736f; font-size: 12px; }
.footer-brand-origin strong { color: var(--hazo-green-dark); font-family: 'Comfortaa',sans-serif; font-size: 13px; line-height: 1.45; margin-top: 3px; }

@media (max-width: 991px) {
  .home-brand-story__panel,
  .about-story-hero__grid,
  .about-capability__grid { grid-template-columns: 1fr; }
  .home-brand-story__visual { min-height: 430px; }
  .about-story-hero__visual { max-width: 760px; width: 100%; }
  .about-capability__media { order: 2; }
}

@media (max-width: 767px) {
  .home-brand-story__panel { border-radius: 20px; }
  .home-brand-story__copy { padding: 35px 27px 37px; }
  .home-brand-story h2 { font-size: 32px; }
  .home-brand-story__word { align-items: flex-start; flex-direction: column; gap: 2px; }
  .home-brand-story__word strong { font-size: 37px; }
  .home-brand-story__visual { min-height: 330px; }
  .home-brand-story__caption { bottom: 17px; left: 17px; right: 17px; }
  .home-brand-story__caption span { font-size: 8px; padding: 1px 10px; }
  .about-story-hero { padding: 55px 0 59px; }
  .about-story-hero__grid { gap: 38px; }
  .about-story-hero__copy h1 { font-size: 39px; }
  .about-story-hero__origin { align-items: flex-start; flex-direction: column; gap: 1px; }
  .about-story-hero__origin strong { font-size: 40px; }
  .about-story-hero__visual { border-radius: 19px; }
  .about-story-hero__visual blockquote { bottom: 10px; font-size: 14px; left: 10px; padding: 15px 16px; right: 10px; }
  .about-principles__grid { grid-template-columns: 1fr; }
  .about-principles__grid article { padding: 25px; }
  .about-capability__grid { gap: 33px; }
  .about-capability__media { border-radius: 18px; }
}

@media (max-width: 479px) {
  .home-brand-story__visual { min-height: 280px; }
  .home-brand-story__caption { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .about-story-hero__visual blockquote { position: static; }
  .about-story-hero__visual img { aspect-ratio: 4 / 3; }
}

/* Quote form */
.hazo-quote-form { margin: 0 auto; max-width: 930px; padding: 10px; }
.quote-form-intro h2 { font-size: clamp(27px, 4vw, 40px); margin: 0 0 10px; }
.quote-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.quote-span-2 { grid-column: span 2; }
.form-field label { color: var(--hazo-ink); display: block; font-weight: 700; margin-bottom: 7px; }
.hazo-quote-form .form-control { border: 1px solid #bac6c2; border-radius: 9px; box-shadow: none; min-height: 48px; padding: 11px 13px; width: 100%; }
.hazo-quote-form textarea.form-control { min-height: 112px; }
.hazo-quote-form .form-control:focus { border-color: var(--hazo-green); box-shadow: 0 0 0 3px rgba(54,90,90,.12); outline: none; }
.quote-optional { border-top: 1px solid var(--hazo-border); margin-top: 24px; padding-top: 18px; }
.quote-optional summary { color: var(--hazo-green); cursor: pointer; font-weight: 700; }
.quote-submit-row { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; margin-top: 26px; }
.form-privacy, .form-status { font-size: 13px; margin-top: 14px; }
.enquiry-next-step { align-items: start; background: #eef4f1; border-left: 4px solid var(--hazo-green); border-radius: 0 12px 12px 0; display: grid; gap: 5px; margin-top: 24px; padding: 16px 18px; }
.enquiry-next-step span { color: #53645f; line-height: 1.5; }
.visually-hidden { height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; clip: rect(0 0 0 0) !important; }

/* Footer and modal */
.site-footer { background: #edf2ef; padding-top: 62px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 45px; }
.site-footer h2 { font-family: 'Roboto Condensed', sans-serif; font-size: 18px; margin: 0 0 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 9px 0; }
.site-footer p { margin: 8px 0; }
.footer-brand > p { max-width: 310px; }
.supply-note { color: var(--hazo-green); font-weight: 700; }
.footer-bottom { background: #dde6e2; padding: 18px 0; }
.cookie-bar { background: rgba(21,37,36,.97); bottom: 0; color: #fff; display: none; left: 0; position: fixed; right: 0; z-index: 9999; }
.cookie-bar.is-visible { display: block; }
.cookie-inner { align-items: center; display: flex; gap: 28px; justify-content: space-between; padding-bottom: 20px; padding-top: 20px; }
.cookie-inner p { margin: 4px 0 0; max-width: 750px; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions .btn-transparent { border-color: #fff; color: #fff; }
.product-modal-grid { align-content: start; display: grid; grid-auto-rows: max-content; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.modal-product-card { border: 1px solid var(--hazo-border); border-radius: 12px; color: var(--hazo-ink); overflow: hidden; }
.modal-product-card img { aspect-ratio: 8 / 7; background: var(--hazo-mist); display: block; height: auto; object-fit: contain; object-position: center; width: 100%; }
.modal-product-card span { display: block; font-weight: 700; padding: 12px; text-align: center; }
.modal-title { font-family: 'Comfortaa', sans-serif; font-size: 23px; margin: 0; }

/* Simple support/policy pages */
.content-page { padding: 50px 0 78px; }
.content-page-header { max-width: 810px; margin-bottom: 40px; }
.content-page-header h1 { font-size: clamp(34px, 5vw, 53px); margin: 0 0 18px; }
.content-block { max-width: 900px; }
.content-block h2 { font-size: 26px; margin: 36px 0 12px; }
.content-block h3 { font-size: 20px; margin: 25px 0 10px; }
.content-block li { line-height: 1.65; margin-bottom: 8px; }

/* Support centre and operational policy pages */
.support-hero {
  background: linear-gradient(180deg, #eef4f1 0%, #f8faf9 100%);
  padding: 54px 0 66px;
}
.support-hero__grid { align-items: stretch; display: grid; gap: 22px; grid-template-areas: "intro contact"; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); }
.support-hero__intro {
  background: linear-gradient(135deg, #173b39 0%, #2f5853 100%);
  border-radius: 24px;
  color: rgba(255,255,255,.84);
  display: flex;
  flex-direction: column;
  grid-area: intro;
  justify-content: center;
  min-width: 0;
  padding: 54px 52px;
}
.support-hero .eyebrow { color: #f0c66e; }
.support-hero h1 { color: #fff; font-size: clamp(36px, 4.2vw, 53px); letter-spacing: -.035em; margin: 0 0 20px; max-width: 720px; }
.support-hero .lede { font-size: 18px; margin: 0; max-width: 700px; }
.support-contact-card { background: #fff; border: 1px solid var(--hazo-border); border-radius: 24px; box-shadow: 0 18px 46px rgba(27,55,51,.1); color: #4d5c5a; display: flex; flex-direction: column; grid-area: contact; justify-content: center; min-width: 0; padding: 38px 36px; }
.support-contact-card__label { color: var(--hazo-green); font-size: 12px; font-weight: 700; letter-spacing: .12em; margin: 0 0 9px; text-transform: uppercase; }
.support-contact-card h2 { font-size: 25px; margin: 0 0 10px; }
.support-contact-card p { margin-top: 0; }
.support-contact-card .button-row { align-items: center; margin-top: 18px; }
.support-phone-link { color: var(--hazo-green-dark); font-weight: 700; padding: 10px 2px; text-decoration: underline; text-underline-offset: 4px; }

.support-pathways { padding: 82px 0; }
.support-section-heading { margin-left: 0; max-width: 780px; text-align: left; }
.support-section-heading p { font-size: 17px; }
.support-pathway-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.support-pathway-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--hazo-border);
  border-radius: 17px;
  box-shadow: 0 10px 30px rgba(27,55,51,.07);
  color: var(--hazo-ink);
  display: grid;
  gap: 18px;
  grid-template-columns: 52px 1fr 24px;
  min-height: 146px;
  padding: 24px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.support-pathway-card:hover, .support-pathway-card:focus { border-color: var(--hazo-green); box-shadow: 0 16px 38px rgba(27,55,51,.13); color: var(--hazo-ink); transform: translateY(-2px); }
.support-pathway-card__icon { align-items: center; background: var(--hazo-sage); border-radius: 50%; color: var(--hazo-green-dark); display: flex; font-size: 13px; font-weight: 700; height: 48px; justify-content: center; letter-spacing: .06em; width: 48px; }
.support-pathway-card strong { display: block; font-family: 'Comfortaa', sans-serif; font-size: 20px; margin-bottom: 7px; }
.support-pathway-card small { color: #5b6967; display: block; font-size: 15px; line-height: 1.5; }
.support-pathway-card__arrow { color: var(--hazo-green); font-size: 24px; transition: transform .2s ease; }
.support-pathway-card:hover .support-pathway-card__arrow { transform: translateX(3px); }

.support-journey { background: var(--hazo-mist); padding: 76px 0; }
.support-journey-grid { counter-reset: none; display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; }
.support-journey-grid li { border-left: 1px solid #cbd7d2; min-height: 185px; padding: 0 28px; }
.support-journey-grid li:first-child { border-left: 0; padding-left: 0; }
.support-journey-grid li:last-child { padding-right: 0; }
.support-journey-grid span { color: var(--hazo-gold-dark); display: block; font-size: 13px; font-weight: 700; letter-spacing: .14em; margin-bottom: 18px; }
.support-journey-grid strong { color: var(--hazo-ink); display: block; font-family: 'Comfortaa', sans-serif; font-size: 21px; margin-bottom: 10px; }
.support-journey-grid p { margin: 0; }

.support-faq { padding: 86px 0; }
.support-faq__grid { align-items: start; display: grid; gap: 70px; grid-template-areas: "intro list"; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); }
.support-faq__intro { grid-area: intro; position: sticky; top: 100px; }
.support-faq__intro h2 { font-size: clamp(30px, 4vw, 43px); margin: 8px 0 16px; }
.support-faq__intro p:last-child { font-size: 17px; }
.support-faq__list { border-top: 1px solid var(--hazo-border); grid-area: list; }
.support-faq__list details { border-bottom: 1px solid var(--hazo-border); }
.support-faq__list summary { color: var(--hazo-ink); cursor: pointer; font-size: 19px; font-weight: 700; list-style: none; padding: 22px 48px 22px 0; position: relative; }
.support-faq__list summary::-webkit-details-marker { display: none; }
.support-faq__list summary::after { color: var(--hazo-green); content: "+"; font-size: 25px; font-weight: 400; position: absolute; right: 8px; top: 17px; }
.support-faq__list details[open] summary::after { content: "−"; }
.support-faq__list details p { margin: -4px 46px 24px 0; }
.support-final-cta, .policy-cta { background: var(--hazo-sage); padding: 58px 0; }
.support-final-cta__inner, .policy-cta__inner { align-items: center; display: flex; gap: 36px; justify-content: space-between; }
.support-final-cta h2, .policy-cta h2 { font-size: clamp(27px, 3vw, 37px); margin: 7px 0 9px; }
.support-final-cta p, .policy-cta p { margin-bottom: 0; }
.support-final-cta .button-row, .policy-cta .button-row { flex: 0 0 auto; margin-top: 0; }

.policy-hero { background: var(--hazo-mist); padding: 66px 0; }
.policy-hero--warranty { background: #f5efe6; }
.policy-hero__grid { align-items: center; display: grid; gap: 64px; grid-template-areas: "copy facts"; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); }
.policy-hero__grid > :first-child { grid-area: copy; min-width: 0; }
.policy-hero h1 { font-size: clamp(39px, 5vw, 58px); margin: 6px 0 18px; }
.policy-hero .lede { margin: 0; max-width: 720px; }
.policy-key-facts { border-bottom: 1px solid #c8d5d0; border-top: 1px solid #c8d5d0; grid-area: facts; }
.policy-key-facts div { display: grid; gap: 15px; grid-template-columns: minmax(125px, .7fr) minmax(0, 1.3fr); padding: 17px 0; }
.policy-key-facts div + div { border-top: 1px solid #c8d5d0; }
.policy-key-facts strong { color: var(--hazo-ink); font-size: 17px; }
.policy-key-facts span { font-size: 14px; line-height: 1.45; }
.policy-content { padding: 78px 0; }
.policy-content__grid { align-items: start; display: grid; gap: 70px; grid-template-areas: "nav content"; grid-template-columns: 210px minmax(0, 1fr); }
.policy-nav { border-left: 2px solid var(--hazo-sage); display: flex; flex-direction: column; gap: 13px; grid-area: nav; padding-left: 20px; position: sticky; top: 96px; }
.policy-nav strong { color: var(--hazo-ink); font-size: 16px; margin-bottom: 5px; }
.policy-nav a { color: #64716f; font-size: 14px; }
.policy-nav a:hover { color: var(--hazo-green); text-decoration: underline; text-underline-offset: 3px; }
.policy-sections { grid-area: content; min-width: 0; }
.policy-sections > section { display: grid; gap: 24px; grid-template-columns: 46px minmax(0, 1fr); padding: 0 0 48px; scroll-margin-top: 100px; }
.policy-sections > section + section { border-top: 1px solid var(--hazo-border); padding-top: 48px; }
.policy-section-number { color: var(--hazo-gold-dark); font-size: 12px; font-weight: 700; letter-spacing: .12em; padding-top: 7px; }
.policy-sections h2 { font-size: clamp(25px, 3vw, 34px); margin: 0 0 15px; }
.policy-sections p { font-size: 16px; margin: 0 0 16px; }
.check-list { list-style: none; margin: 18px 0 20px; padding: 0; }
.check-list li { line-height: 1.55; margin: 10px 0; padding-left: 25px; position: relative; }
.check-list li::before { color: var(--hazo-green); content: "✓"; font-weight: 700; left: 0; position: absolute; }
.policy-callout { background: var(--hazo-mist); border-left: 4px solid var(--hazo-green); margin: 24px 0; padding: 20px 22px; }
.policy-callout strong { color: var(--hazo-ink); display: block; font-size: 17px; margin-bottom: 4px; }
.policy-callout p { margin: 0; }
.policy-review-banner { background: #fff3d2; border-bottom: 1px solid #ecd69a; color: var(--hazo-ink); }
.policy-review-banner .container { align-items: baseline; display: flex; gap: 18px; padding-bottom: 12px; padding-top: 12px; }
.policy-review-banner strong { color: #6c4a00; flex: 0 0 auto; font-size: 14px; }
.policy-review-banner span { font-size: 14px; line-height: 1.45; }
.policy-effective-date { color: #4f615e; font-size: 14px; letter-spacing: .01em; margin: 20px 0 0; }
.policy-effective-date strong { color: var(--hazo-ink); }
.legal-policy-body { grid-area: content; min-width: 0; }
.legal-policy-body h2 { border-top: 1px solid var(--hazo-border); font-size: clamp(25px, 3vw, 34px); margin: 0; padding: 48px 0 15px; scroll-margin-top: 100px; }
.legal-policy-body h2:first-child { border-top: 0; padding-top: 0; }
.legal-policy-body h3 { font-size: 21px; margin: 30px 0 10px; }
.legal-policy-body p, .legal-policy-body li { font-size: 16px; line-height: 1.65; }
.legal-policy-body p { margin: 0 0 16px; }
.legal-policy-body ul, .legal-policy-body ol { margin: 12px 0 24px; padding-left: 24px; }
.legal-policy-body li { margin-bottom: 8px; }
.legal-policy-body table { border-collapse: collapse; font-size: 14px; margin: 22px 0 30px; width: 100%; }
.legal-policy-body th, .legal-policy-body td { border: 1px solid var(--hazo-border); padding: 12px 13px; text-align: left; vertical-align: top; }
.legal-policy-body th { background: var(--hazo-mist); color: var(--hazo-ink); }
.legal-policy-links { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.legal-policy-links a { background: #fff; border: 1px solid var(--hazo-border); border-radius: 16px; color: var(--hazo-ink); min-height: 180px; padding: 26px; }
.legal-policy-links a:hover, .legal-policy-links a:focus { border-color: var(--hazo-green); box-shadow: 0 12px 28px rgba(27,55,51,.1); color: var(--hazo-ink); }
.legal-policy-links strong { display: block; font-family: 'Comfortaa', sans-serif; font-size: 20px; margin-bottom: 12px; }
.legal-policy-links span { color: #5b6967; line-height: 1.55; }
.receiving-steps { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 23px 0; padding: 0; }
.receiving-steps li { background: var(--hazo-mist); border-radius: 12px; min-height: 110px; padding: 18px; }
.receiving-steps strong { color: var(--hazo-green-dark); display: block; font-size: 17px; margin-bottom: 5px; }
.receiving-steps span { font-size: 14px; line-height: 1.45; }
.claim-process { padding: 78px 0 60px; }
.claim-process__grid { display: grid; gap: 12px; grid-template-columns: repeat(5, 1fr); list-style: none; margin: 0; padding: 0; }
.claim-process__grid li { background: var(--hazo-mist); border-radius: 14px; min-height: 172px; padding: 20px; }
.claim-process__grid span { color: var(--hazo-gold-dark); display: block; font-size: 12px; font-weight: 700; margin-bottom: 22px; }
.claim-process__grid strong { color: var(--hazo-ink); display: block; font-size: 17px; margin-bottom: 8px; }
.claim-process__grid small { display: block; font-size: 14px; line-height: 1.45; }
.claim-process__action { justify-content: center; margin-top: 28px; }

@media (max-width: 991.98px) {
  .policy-hero__grid { gap: 34px; grid-template-areas: "copy" "facts"; grid-template-columns: 1fr; }
  .support-hero__grid { gap: 18px; grid-template-columns: minmax(0, 1.08fr) minmax(255px, .92fr); }
  .support-hero__intro { padding: 42px 36px; }
  .support-hero h1 { font-size: clamp(32px, 4.8vw, 43px); }
  .support-contact-card { max-width: 620px; padding: 30px 26px; }
  .support-journey-grid { gap: 28px 0; grid-template-columns: repeat(2, 1fr); }
  .support-journey-grid li:nth-child(3) { border-left: 0; padding-left: 0; }
  .support-faq__grid { gap: 36px; grid-template-areas: "intro" "list"; grid-template-columns: 1fr; }
  .support-faq__intro { position: static; }
  .policy-content__grid { gap: 40px; grid-template-areas: "content"; grid-template-columns: 1fr; }
  .policy-nav { display: none; }
  .claim-process__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
  .support-hero__grid { grid-template-areas: "intro" "contact"; grid-template-columns: 1fr; }
  .support-contact-card { max-width: none; }
  .support-pathway-grid { grid-template-columns: 1fr; }
  .support-pathway-card { min-height: 0; }
  .legal-policy-links { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .support-hero, .policy-hero { padding: 32px 0 44px; }
  .support-hero__intro { border-radius: 19px; padding: 37px 25px; }
  .support-hero h1 { font-size: 34px; }
  .support-hero .lede, .policy-hero .lede { font-size: 17px; }
  .support-contact-card { border-radius: 15px; padding: 22px; }
  .support-contact-card h2 { font-size: 22px; }
  .support-pathways, .support-faq, .policy-content, .claim-process { padding: 54px 0; }
  .support-pathway-grid { grid-template-columns: 1fr; }
  .support-pathway-card { gap: 13px; grid-template-columns: 42px 1fr 18px; min-height: 124px; padding: 19px 17px; }
  .support-pathway-card__icon { height: 39px; width: 39px; }
  .support-pathway-card strong { font-size: 17px; }
  .support-pathway-card small { font-size: 14px; }
  .support-journey { padding: 54px 0; }
  .support-journey-grid { gap: 0; grid-template-columns: 1fr; }
  .support-journey-grid li, .support-journey-grid li:nth-child(3) { border-left: 0; border-top: 1px solid #cbd7d2; min-height: 0; padding: 22px 0; }
  .support-journey-grid li:first-child { border-top: 0; padding-top: 0; }
  .support-journey-grid span { margin-bottom: 8px; }
  .support-faq__list summary { font-size: 17px; padding-right: 38px; }
  .support-faq__list details p { margin-right: 0; }
  .support-final-cta__inner, .policy-cta__inner { align-items: flex-start; flex-direction: column; }
  .support-final-cta .button-row, .policy-cta .button-row { margin-top: 6px; width: 100%; }
  .support-final-cta .btn, .policy-cta .btn { width: 100%; }
  .policy-key-facts div { gap: 5px; grid-template-columns: 1fr; }
  .policy-sections > section { gap: 8px; grid-template-columns: 1fr; padding-bottom: 38px; }
  .policy-sections > section + section { padding-top: 38px; }
  .policy-section-number { padding-top: 0; }
  .policy-review-banner .container { align-items: flex-start; flex-direction: column; gap: 3px; }
  .legal-policy-body h2 { padding-top: 38px; }
  .legal-policy-body table { display: block; max-width: 100%; overflow-x: auto; white-space: normal; }
  .legal-policy-body table > thead, .legal-policy-body table > tbody { display: table; min-width: 680px; table-layout: fixed; width: 680px; }
  .receiving-steps { grid-template-columns: 1fr; }
  .claim-process__grid { grid-template-columns: 1fr; }
  .claim-process__grid li { min-height: 0; }
  .claim-process__grid span { margin-bottom: 10px; }
}

@media (max-width: 1199px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .site-header .luxbar-item > a { padding: 0 9px; }
  .site-header .nav-configurator > a { padding: 0 12px; }
  .sitewide-proof__panel { grid-template-columns: .7fr 1.5fr; }
  .sitewide-proof__link { grid-column: 1 / -1; max-width: none; text-align: center; }
  .project-evidence-benefits .benefit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 991px) {
  .home-hero-grid, .product-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .home-hero { padding-top: 108px; }
  .home-hero-scene { background: #f8f7f2; display: flex; flex-direction: column; }
  .home-hero-scene__copy {
    background: #f8f7f2;
    border: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: none;
    order: 1;
    padding: 38px 34px 34px;
    position: static;
    transform: none;
    width: auto;
  }
  .home-hero-scene__media { order: 2; }
  .home-hero-scene__media img { aspect-ratio: 16 / 9; object-position: center center; }
  .hero-product-pair { justify-self: center; max-width: 720px; width: 100%; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card.featured { grid-column: span 2; }
  .product-modal-grid { grid-template-columns: repeat(2, 1fr); }
  .site-header .nav-quote > a { border-radius: 0; line-height: 58px; margin: 0; }
  .site-header .nav-configurator > a {
    background: #fff5dc;
    border: 0;
    border-radius: 0;
    display: flex;
    line-height: 58px;
    margin: 0;
  }
  .site-header .nav-configurator > a small { margin-left: auto; margin-right: 10px; }
  .nav-configurator__note {
    background: #fbf5e7;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    left: auto;
    opacity: 1;
    padding: 10px 20px 13px;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
    width: 100%;
  }
  .nav-configurator__note::before { display: none; }
  .nav-configurator:hover .nav-configurator__note,
  .nav-configurator:focus-within .nav-configurator__note { transform: none; }
  .configurator-spotlight__panel { grid-template-columns: 1fr; padding: 42px; }
  .configurator-spotlight__preview { justify-self: center; max-width: 590px; width: 100%; }
  .hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next { opacity: .9; }
  .home-partner-proof__panel { grid-template-columns: 1fr; max-width: 760px; }
  .partner-project-card { border-bottom: 1px solid var(--hazo-border); border-right: 0; }
  .partner-evidence { display: grid; grid-template-columns: .86fr 1.14fr; }
  .partner-evidence__disclosure { grid-column: 1 / -1; }
  .sitewide-proof__panel { grid-template-columns: 1fr; }
  .sitewide-proof__relationship { text-align: center; }
  .sitewide-proof__metrics > span:first-child { border-left: 0; }
}

@media (max-width: 767px) {
  .section { padding: 58px 0; }
  .section-sm { padding: 42px 0; }
  .home-hero { padding: 98px 0 46px; }
  .home-hero h1, .product-hero h1 { font-size: 37px; }
  .home-hero-scene { border-radius: 20px; }
  .home-hero-scene__copy { padding: 29px 23px 25px; }
  .home-hero-scene__copy h1 { font-size: clamp(34px, 10vw, 40px); }
  .home-hero-scene__copy .lede { font-size: 16px; }
  .home-hero-scene__media img { aspect-ratio: 2 / 1; object-fit: contain; }
  .hero-product-pair { aspect-ratio: 4 / 3; }
  .hero-product-pair__stage { padding: 10px 3px; }
  .hero-product-pair__stage .hero-product-pair__awning { transform: translateX(2%); width: 124%; }
  .hero-product-pair__stage .hero-product-pair__pergola { transform: translateX(2%); width: 135%; }
  .home-trust { margin-top: -22px; padding-bottom: 34px; }
  .home-trust__panel { border-radius: 20px; grid-template-columns: 1fr; }
  .home-trust__statement { padding: 32px 24px 25px; }
  .home-trust__promise { font-size: clamp(24px, 7.2vw, 31px); }
  .home-trust__experience { border-left: 0; border-top: 1px solid var(--hazo-border); gap: 18px; justify-content: flex-start; padding: 22px 24px 20px; }
  .home-trust__experience strong { font-size: 64px; }
  .home-trust__experience p { font-size: 16px; }
  .home-trust__proof { grid-template-columns: repeat(2, 1fr); }
  .home-trust__stat { border-bottom: 1px solid var(--hazo-border); min-height: 88px; padding: 13px 10px 11px; }
  .home-trust__stat:nth-child(2) { border-right: 0; }
  .home-trust__stat:nth-child(3),
  .home-trust__stat:nth-child(4) { border-bottom: 0; }
  .home-trust__stat strong { font-size: 21px; }
  .home-trust__stat span { font-size: 10px; max-width: 150px; }
  .home-trust__footer { align-items: flex-start; flex-direction: column; gap: 7px; padding: 11px 18px 15px; }
  .home-trust__note { font-size: 9px; }
  .home-trust__link { font-size: 10px; }
  .home-lead-time { padding-bottom: 34px; }
  .home-lead-time__panel { border-radius: 20px; grid-template-columns: 1fr; }
  .home-lead-time__value { padding: 27px 22px 24px; }
  .home-lead-time__value h2 { font-size: 27px; }
  .home-lead-time__benefits { gap: 8px; grid-template-columns: 1fr; margin-top: 20px; }
  .home-lead-time__benefits li { min-height: 40px; }
  .home-lead-time__timing { border-left: 0; border-top: 1px solid rgba(45,84,77,.14); padding: 25px 24px 27px; }
  .home-lead-time__weeks strong { font-size: clamp(43px, 14vw, 57px); }
  .home-partner-proof__intro { margin-bottom: 27px; text-align: left; }
  .home-partner-proof__intro h2 { font-size: 31px; }
  .home-partner-proof__intro > p:last-child { font-size: 15px; }
  .home-partner-proof__panel { border-radius: 19px; }
  .partner-project-card__body { grid-template-columns: 150px 1fr; padding: 25px; }
  .partner-evidence { padding: 24px; }
  .sitewide-proof { padding: 27px 0 20px; }
  .sitewide-proof__panel { gap: 20px; padding: 22px 18px; }
  .sitewide-proof__metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sitewide-proof__metrics > span { border-bottom: 1px solid var(--hazo-border); min-height: 67px; padding: 10px 8px; }
  .sitewide-proof__metrics > span:nth-child(odd) { border-left: 0; }
  .sitewide-proof__metrics > span:nth-child(3),
  .sitewide-proof__metrics > span:nth-child(4) { border-bottom: 0; }
  .sitewide-proof__link { font-size: 13px; }
  .sitewide-proof__note { font-size: 10px; padding: 0 16px; }
  .project-evidence-benefits .benefit-grid { grid-template-columns: 1fr; }
  .project-evidence-benefits__actions { align-items: stretch; flex-direction: column; }
  .project-evidence-benefits__actions .btn { width: 100%; }
  .product-grid, .audience-grid, .benefit-grid, .process-grid, .support-grid, .series-grid, .footer-grid { grid-template-columns: 1fr; }
  .product-modal-grid { gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-modal-grid .modal-product-card img { aspect-ratio: 4 / 3; }
  .product-modal-grid .modal-product-card span { font-size: 13px; line-height: 1.25; padding: 10px 8px; }
  .product-card.featured { display: flex; grid-column: auto; }
  .product-card.featured .product-card-media { aspect-ratio: 16 / 10; }
  .cta-band { align-items: flex-start; flex-direction: column; padding: 32px 26px; }
  .cta-band__actions { align-items: flex-start; }
  .configurator-spotlight__panel { gap: 32px; padding: 30px 24px; }
  .configurator-spotlight__copy > p:not(.eyebrow):not(.noninteractive-status):not(.configurator-roadmap):not(.configurator-review-note) { font-size: 15px; }
  .configurator-spotlight__preview { min-height: 350px; transform: none; }
  .configurator-choice-board { min-height: 0; }
  .configurator-spotlight--centre .configurator-centre-preview { display: none; }
  .configurator-preview__awning { height: 176px; }
  .series-configurator-strip .container { align-items: flex-start; flex-direction: column; gap: 18px; }
  .series-configurator-strip .btn { width: 100%; }
  .product-configurator-teaser { padding: 20px; }
  .product-configurator-teaser__action { align-items: flex-start; flex-direction: column; }
  body:has(.configurator-mobile-dock) main { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .configurator-mobile-dock {
    align-items: center;
    background: rgba(23, 51, 47, .97);
    bottom: 0;
    box-shadow: 0 -8px 28px rgba(13,35,31,.22);
    color: #fff;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    left: 0;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 980;
  }
  .configurator-mobile-dock span,
  .configurator-mobile-dock small,
  .configurator-mobile-dock strong { display: block; }
  .configurator-mobile-dock small { color: #f2ce83; font-size: 8px; letter-spacing: .1em; }
  .configurator-mobile-dock strong { font-size: 14px; margin-top: 1px; }
  .configurator-mobile-dock .btn { min-height: 42px; min-width: 88px; padding: 8px 15px; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-span-2 { grid-column: auto; }
  .quote-submit-row { align-items: flex-start; flex-direction: column; }
  .cookie-inner { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-grid { gap: 28px; }
  .breadcrumb-bar { margin-top: 58px; }
}

@media (max-width: 479px) {
  .hero-product-pair { border-radius: 18px; }
  .hero-carousel { border-radius: 18px; }
  .hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next { bottom: 68px; width: 48px; }
  .hero-carousel .carousel-control-prev-icon, .hero-carousel .carousel-control-next-icon { height: 36px; width: 36px; }
  .hero-carousel .carousel-indicators { bottom: 20px; right: 14px; }
  .hero-label { bottom: 12px; left: 12px; padding: 10px 12px; }
  .hero-label strong { font-size: 14px; }
  .hero-label span { font-size: 12px; }
  .product-modal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .button-row .btn { width: 100%; }
  .configurator-outcomes { gap: 7px; }
  .configurator-outcomes li { padding: 11px 8px; }
  .configurator-outcomes strong { font-size: 14px; }
  .configurator-outcomes span { font-size: 9px; }
  .configurator-choice-board__steps li { gap: 8px 10px; grid-template-columns: 28px minmax(0, 1fr); padding: 14px; }
  .configurator-choice-board__size,
  .configurator-choice-board__look,
  .configurator-choice-board__chips,
  .configurator-choice-board__price { grid-column: 2; justify-self: start; }
  .configurator-preview__details { grid-template-columns: 1fr; }
  .configurator-preview__details span { display: flex; justify-content: space-between; text-align: left; }
  .configurator-preview__details small { display: inline; margin: 0 10px 0 0; }
  .configurator-preview__price { align-items: flex-start; flex-direction: column; gap: 3px; }
  .g-recaptcha { transform: scale(.88); transform-origin: left top; }
  .partner-project-card__image img { aspect-ratio: 4 / 2.55; }
  .partner-project-card__location { bottom: 13px; font-size: 10px; left: 15px; }
  .partner-project-card__body { display: block; padding: 22px 20px 25px; }
  .partner-brand-lockup { align-items: center; display: flex; gap: 10px; justify-content: flex-start; margin-bottom: 20px; padding: 11px 13px; }
  .partner-brand-lockup__hazo { height: 31px; width: 94px; }
  .partner-brand-lockup__fresh { height: 42px; width: 63px; }
  .partner-brand-lockup__symbol { font-size: 16px; }
  .partner-project-card__body h3 { font-size: 20px; }
  .partner-evidence { display: block; padding: 18px; }
  .partner-evidence__google { margin-bottom: 13px; padding: 18px 20px; }
  .partner-evidence__rating { font-size: 34px; }
  .partner-evidence__awards { gap: 10px; }
  .partner-award { padding: 12px 8px; }
  .partner-award__logo { height: 95px; }
  .partner-evidence__disclosure { margin: 14px 1px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel .carousel-item { transition: none; }
}

/* 2026-08-02: simpler conversion hierarchy and less template-heavy section chrome */
main .section-heading > .eyebrow { display: none; }

.mobile-quote-dock { display: none; }

.home-project-teaser { background: #edf3f0; }
.home-project-teaser__grid {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}
.home-project-teaser__image {
  border-radius: 22px;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}
.home-project-teaser__image img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.home-project-teaser__image span {
  background: rgba(20, 49, 44, .9);
  bottom: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: 18px;
  padding: 8px 12px;
  position: absolute;
}
.home-project-teaser__copy h2 { font-size: clamp(31px, 4.2vw, 49px); letter-spacing: -.03em; margin: 0 0 18px; }
.home-project-teaser__copy > p { font-size: 17px; margin: 0 0 26px; max-width: 690px; }
.home-project-teaser__copy dl { border-bottom: 1px solid #cad8d3; border-top: 1px solid #cad8d3; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 26px; }
.home-project-teaser__copy dl div { border-left: 1px solid #cad8d3; padding: 18px 16px; }
.home-project-teaser__copy dl div:first-child { border-left: 0; padding-left: 0; }
.home-project-teaser__copy dt { color: var(--hazo-green-dark); font-family: 'Comfortaa', sans-serif; font-size: 24px; font-weight: 700; }
.home-project-teaser__copy dd { color: #52635e; font-size: 12px; line-height: 1.35; margin: 4px 0 0; }

.project-evidence-hero { background: #f2f6f4; padding: 128px 0 60px; }
.project-evidence-hero__inner { max-width: 930px; }
.project-evidence-hero h1 { font-size: clamp(38px, 5vw, 64px); letter-spacing: -.035em; margin: 0 0 20px; }
.project-evidence-hero p { font-size: 19px; margin: 0; max-width: 800px; }
.about-v2-hero__link { color: #f3cd7b; font-weight: 700; }
.about-v2-hero__link:hover { color: #fff; }

@media (max-width: 767px) {
  .home-project-teaser__grid { gap: 28px; grid-template-columns: 1fr; }
  .home-project-teaser__image { border-radius: 16px; min-height: 260px; }
  .home-project-teaser__copy h2 { font-size: 30px; }
  .home-project-teaser__copy > p { font-size: 15px; }
  .home-project-teaser__copy dl { grid-template-columns: 1fr; }
  .home-project-teaser__copy dl div,
  .home-project-teaser__copy dl div:first-child { border-left: 0; border-top: 1px solid #cad8d3; padding: 13px 0; }
  .home-project-teaser__copy dl div:first-child { border-top: 0; }
  .home-project-teaser__copy dl div { align-items: baseline; display: flex; gap: 12px; }
  .home-project-teaser__copy dd { margin: 0; }
  .project-evidence-hero { padding: 96px 0 42px; }
  .project-evidence-hero h1 { font-size: 35px; }
  .project-evidence-hero p { font-size: 16px; }

  body:not(:has(.configurator-mobile-dock)) main { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .mobile-quote-dock {
    align-items: center;
    background: rgba(23, 51, 47, .98);
    bottom: 0;
    color: #fff;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    left: 0;
    min-height: 62px;
    padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    text-decoration: none;
    z-index: 980;
  }
  .mobile-quote-dock span { color: #c8d6d1; font-size: 12px; }
  .mobile-quote-dock strong { background: var(--hazo-gold); border-radius: 999px; color: #17332f; font-size: 14px; padding: 10px 18px; }
  body:has(.configurator-mobile-dock) .mobile-quote-dock { display: none; }
  .back-to-top { display: none; }
}

.fabric-selection {
  --fabric-green: #315f58;
  --fabric-ink: #172320;
  --fabric-muted: #68736f;
  --fabric-line: #dfe6e3;
  margin: 10px 0 58px;
  padding: 58px 0 64px;
  background: #f5f7f6;
  border-top: 1px solid var(--fabric-line);
  border-bottom: 1px solid var(--fabric-line);
}

.fabric-selection__intro {
  max-width: 850px;
  margin-bottom: 28px;
}

.fabric-selection__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--fabric-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fabric-selection__title {
  margin: 0 0 12px;
  color: var(--fabric-ink);
  font-family: "Comfortaa", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.2;
}

.fabric-selection__summary,
.fabric-selection__group-heading p,
.fabric-selection__note {
  color: var(--fabric-muted);
}

.fabric-selection__summary {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

.fabric-selection__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 38px;
}

.fabric-selection__nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 17px;
  border: 1px solid #cfd9d5;
  border-radius: 999px;
  color: var(--fabric-ink);
  background: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.fabric-selection__nav a:hover,
.fabric-selection__nav a:focus-visible {
  color: #fff;
  border-color: var(--fabric-green);
  background: var(--fabric-green);
}

.fabric-selection__nav span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #e7efec;
  color: var(--fabric-green);
  font-size: 12px;
}

.fabric-selection__nav a:hover span,
.fabric-selection__nav a:focus-visible span {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.fabric-selection__group {
  scroll-margin-top: 95px;
}

.fabric-selection__group + .fabric-selection__group {
  margin-top: 50px;
}

.fabric-selection__group-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.fabric-selection__group-heading h3 {
  margin: 0;
  color: var(--fabric-ink);
  font-size: 24px;
  font-weight: 700;
}

.fabric-selection__group-heading p {
  max-width: 650px;
  margin: 0;
  text-align: right;
  line-height: 1.5;
}

.fabric-selection__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fabric-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--fabric-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(29, 48, 43, .07);
  transition: transform .2s ease, box-shadow .2s ease;
}

.fabric-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(29, 48, 43, .12);
}

.fabric-card picture {
  display: block;
  aspect-ratio: 2.9 / 1;
  overflow: hidden;
  background: #ecefed;
}

.fabric-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fabric-card__body {
  padding: 14px 16px 16px;
}

.fabric-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.fabric-card__code {
  color: var(--fabric-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

.fabric-card__badge {
  align-items: center;
  color: var(--fabric-green);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fabric-card__badge::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 5px;
  margin-right: 6px;
  width: 5px;
}

.fabric-card__badge--accent {
  color: #3f628a;
}

.fabric-card__badge--statement {
  color: #87562e;
}

.fabric-card h4 {
  margin: 0 0 4px;
  color: var(--fabric-ink);
  font-size: 18px;
  line-height: 1.25;
}

.fabric-card p {
  margin: 0;
  color: var(--fabric-muted);
  font-size: 12px;
  line-height: 1.4;
}

.fabric-selection__note {
  margin: 28px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .fabric-selection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Homepage unified visual system */
.home-trust,
.home-lead-time,
.configurator-spotlight--centre,
.home-products,
.home-factory-video,
.home-final-cta {
  background: var(--home-canvas);
}

.home-trust__panel,
.home-lead-time__panel,
.configurator-spotlight--centre .configurator-spotlight__panel,
.home-factory-video__panel {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 24px;
  box-shadow: var(--home-shadow);
}

.home-trust__panel::before { display: none; }

.home-trust__statement .eyebrow,
.home-lead-time .eyebrow,
.configurator-spotlight--centre .noninteractive-status--warm,
.home-products .eyebrow {
  color: var(--home-accent);
  font-size: 11px;
  letter-spacing: .14em;
}

.home-trust__promise,
.home-trust__promise span:last-child,
.home-lead-time__value h2,
.configurator-spotlight--centre .configurator-spotlight__copy h2,
.home-products .section-heading h2,
.home-factory-video__origin h2,
.home-final-cta h2 {
  color: var(--home-text);
}

.home-trust__promise span:last-child { margin-top: 4px; }
.home-trust__experience strong,
.home-trust__stat strong { color: var(--home-accent); }
.home-trust__experience p,
.home-trust__stat span,
.home-trust__note { color: var(--home-muted); }
.home-trust__proof { background: #f5f7f4; }
.home-trust__link { color: var(--hazo-green-dark); }

.home-lead-time__panel { overflow: hidden; }
.home-lead-time__value h2,
.configurator-spotlight--centre .configurator-spotlight__copy h2,
.home-products .section-heading h2,
.home-factory-video__origin h2,
.home-final-cta h2 {
  font-size: clamp(29px, 3.4vw, 42px);
  letter-spacing: -.025em;
  line-height: 1.15;
}
.home-lead-time__benefits li {
  background: #fff;
  border-color: var(--home-border);
  color: #405852;
}
.home-lead-time__benefits li span {
  background: #e8efeb;
  color: var(--hazo-green-dark);
}
.home-lead-time__timing {
  background: #edf2ee;
  border-color: var(--home-border);
}
.home-lead-time__timing .eyebrow { color: var(--home-accent); }
.home-lead-time__weeks strong,
.home-lead-time__label { color: var(--home-text); }
.home-lead-time__weeks span,
.home-lead-time__sooner { color: var(--home-muted); }
.home-lead-time__timing a { color: var(--hazo-green-dark); }

.home-hero .btn-configurator,
.configurator-spotlight--centre .btn-configurator {
  background: var(--hazo-green-dark);
  border-color: var(--hazo-green-dark);
  box-shadow: none;
  color: #fff;
}
.home-hero .btn-configurator:hover,
.home-hero .btn-configurator:focus,
.configurator-spotlight--centre .btn-configurator:hover,
.configurator-spotlight--centre .btn-configurator:focus {
  background: #173532;
  border-color: #173532;
  color: #fff;
}

.configurator-spotlight--centre { background: var(--home-canvas); }
.configurator-spotlight--centre .configurator-spotlight__panel {
  color: var(--home-muted);
  gap: 42px;
  padding: 44px;
}
.configurator-spotlight--centre .configurator-spotlight__copy > p:not(.eyebrow):not(.noninteractive-status):not(.configurator-roadmap) {
  color: var(--home-muted);
  font-size: 16px;
  max-width: 590px;
}
.configurator-spotlight--centre .configurator-benefits { color: #405852; }
.configurator-centre-preview {
  background: #fff;
  border-color: var(--home-border);
  box-shadow: 0 9px 28px rgba(20,45,43,.08);
}
.configurator-centre-preview:hover {
  box-shadow: 0 13px 34px rgba(20,45,43,.11);
  transform: translateY(-2px);
}
.configurator-centre-preview:focus-visible {
  outline-color: var(--hazo-green);
}
.configurator-centre-preview__directory { background: #f1f4f1; }
.configurator-centre-preview__directory li,
.configurator-centre-preview__directory li:nth-child(-n+2) {
  background: #fff;
  border-color: var(--home-border);
}
.configurator-centre-preview__directory li span,
.configurator-centre-preview__order small { color: var(--home-accent); }

.home-products .section-heading { margin-bottom: 34px; }
.home-products .section-heading p { color: var(--home-muted); font-size: 16px; }
.home-products .product-card {
  background: var(--home-surface);
  border-color: var(--home-border);
  border-radius: 24px;
  box-shadow: var(--home-shadow);
}
.home-products .product-card:hover {
  box-shadow: 0 19px 48px rgba(20,45,43,.12);
  transform: translateY(-2px);
}
.home-products .product-card.featured { background: var(--hazo-green-dark); }
.home-products .product-card h3 { font-size: 22px; }
.home-products .product-card p { color: var(--home-muted); font-size: 15px; line-height: 1.55; }
.home-products .product-card.featured p { color: rgba(255,255,255,.82); }
.home-products .product-card.featured .price-signal--scale strong { color: #fff; }
.home-products .noninteractive-status--on-dark,
.home-products .noninteractive-meta--on-dark .noninteractive-status,
.home-products .noninteractive-meta--on-dark .noninteractive-features li::before { color: #dce8e3; }

.home-factory-video { padding-top: 70px; }
.home-factory-video__panel { overflow: hidden; }
.home-factory-video__intro {
  align-items: center;
  margin-bottom: 0;
  padding: 38px 42px;
}
.home-factory-video__word strong { color: var(--hazo-green-dark); font-size: clamp(34px,3.5vw,46px); }
.home-factory-video__word span { color: var(--home-muted); font-size: 12px; }
.home-factory-video__story {
  border-left-color: var(--home-border);
  padding-left: clamp(28px,4vw,48px);
}
.home-factory-video__story p { color: var(--home-muted); font-size: 16px; line-height: 1.62; margin-bottom: 10px; }
.home-factory-video__story-link { color: var(--hazo-green-dark); font-size: 14px; margin-top: 6px; }
.home-factory-video__story-link:hover { color: var(--hazo-green); }
.home-factory-video__frame {
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--home-border);
  box-shadow: none;
  margin: 0;
  max-width: none;
  width: 100%;
}
.home-factory-video__play {
  background: rgba(255,255,255,.94);
  border-color: rgba(255,255,255,.78);
  box-shadow: 0 12px 34px rgba(12,31,29,.24);
}
.home-factory-video__play span { border-left-color: var(--hazo-green-dark); }
.home-factory-video__poster:hover .home-factory-video__play,
.home-factory-video__poster:focus-visible .home-factory-video__play { background: #fff; }
.home-factory-video__poster:focus-visible { outline-color: var(--hazo-green); }

.home-final-cta { padding-top: 48px; }
.home-final-cta .cta-band {
  border-radius: 24px;
  box-shadow: var(--home-shadow);
}
.home-final-cta .cta-band p { color: rgba(255,255,255,.78); font-size: 15px; }
.home-final-cta .cta-band h2 { color: #fff; }

@media (max-width: 767px) {
  .home-trust__panel,
  .home-lead-time__panel,
  .configurator-spotlight--centre .configurator-spotlight__panel,
  .home-factory-video__panel,
  .home-products .product-card,
  .home-final-cta .cta-band { border-radius: 20px; }

  .configurator-spotlight--centre .configurator-spotlight__panel { padding: 28px 22px; }
  .home-products .section-heading { margin-bottom: 28px; }
  .home-products .section-heading p { font-size: 15px; }
  .home-products .product-card h3 { font-size: 21px; }
  .home-factory-video { padding-top: 54px; }
  .home-factory-video__intro { gap: 21px; padding: 27px 22px; }
  .home-factory-video__origin h2 { font-size: 30px; }
  .home-factory-video__word strong { font-size: 34px; }
  .home-factory-video__story {
    border-left: 0;
    border-top: 1px solid var(--home-border);
    padding: 20px 0 0;
  }
  .home-factory-video__story p { font-size: 15px; }
  .home-factory-video__frame { border-radius: 0; }
  .home-final-cta .cta-band { padding: 29px 24px; }
}

@media (max-width: 575.98px) {
  .home-factory-video { padding-bottom: 52px; padding-top: 54px; }
  .home-factory-video__intro { align-items: start; gap: 21px; grid-template-columns: 1fr; margin-bottom: 0; padding: 27px 22px; }
  .home-factory-video__word { align-items: flex-start; flex-direction: column; gap: 5px; margin-bottom: 13px; }
  .home-factory-video__word strong { font-size: 34px; }
  .home-factory-video__origin h2 { font-size: 30px; }
  .home-factory-video__story { border-left: 0; border-top: 1px solid var(--home-border); padding: 20px 0 0; }
  .home-factory-video__story p { font-size: 15px; line-height: 1.62; }
  .home-factory-video__frame { border-radius: 0; }
  .home-factory-video__product-cover { padding: 5% 3% 17%; }
  .home-factory-video__product-stage { border-radius: 12px; }
  .home-factory-video__play { border-width: 4px; height: 62px; width: 62px; }
  .home-factory-video__play span {
    border-bottom-width: 9px;
    border-left-width: 15px;
    border-top-width: 9px;
  }
  .home-factory-video__caption { bottom: 16px; left: 17px; right: 17px; }
  .home-factory-video__caption strong { font-size: 16px; }
  .home-factory-video__caption small { display: none; }

  .fabric-selection {
    margin-bottom: 42px;
    padding: 40px 0 44px;
  }

  .fabric-selection__summary {
    font-size: 15px;
  }

  .fabric-selection__nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -15px;
    padding-right: 15px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .fabric-selection__nav::-webkit-scrollbar {
    display: none;
  }

  .fabric-selection__nav a {
    flex: 0 0 auto;
    padding: 9px 14px;
    font-size: 13px;
  }

  .fabric-selection__group + .fabric-selection__group {
    margin-top: 42px;
  }

  .fabric-selection__group-heading {
    display: block;
    margin-bottom: 14px;
  }

  .fabric-selection__group-heading h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .fabric-selection__group-heading p {
    font-size: 13px;
    text-align: left;
  }

  .fabric-selection__grid {
    gap: 11px;
  }

  .fabric-card {
    border-radius: 13px;
    box-shadow: 0 5px 16px rgba(29, 48, 43, .07);
  }

  .fabric-card picture {
    aspect-ratio: 2.25 / 1;
  }

  .fabric-card__body {
    padding: 11px 11px 13px;
  }

  .fabric-card__meta {
    align-items: flex-start;
    margin-bottom: 7px;
  }

  .fabric-card__code {
    font-size: 12px;
  }

  .fabric-card__badge {
    font-size: 8px;
  }

  .fabric-card h4 {
    font-size: 14px;
  }

  .fabric-card p {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-factory-video__poster img,
  .home-factory-video__play,
  .fabric-card,
  .fabric-selection__nav a {
    transition: none;
  }
}

/* Homepage custom-made confidence gateway */
.configurator-button-label--mobile { display: none; }

.home-custom-question {
  background: var(--home-canvas);
  padding: 4px 0 64px;
}

.home-custom-question__panel {
  align-items: center;
  background: linear-gradient(135deg, #fffdfa 0%, #f3efe6 100%);
  border: 1px solid var(--home-border);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(20, 45, 43, .08);
  color: var(--home-muted);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 35px 40px 35px 45px;
  position: relative;
}
.home-custom-question__panel::before {
  background: var(--home-accent);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.home-custom-question__copy { max-width: 780px; }
.home-custom-question .eyebrow {
  color: var(--home-accent);
  font-size: 10px;
  letter-spacing: .15em;
  margin-bottom: 10px;
}
.home-custom-question h2 {
  color: var(--home-text);
  font-size: clamp(28px, 3vw, 39px);
  letter-spacing: -.03em;
  line-height: 1.12;
  margin-bottom: 11px;
}
.home-custom-question__copy > p:last-child {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}
.home-custom-question .btn {
  background: var(--hazo-green-dark);
  border-color: var(--hazo-green-dark);
  box-shadow: none;
  color: #fff;
  white-space: nowrap;
}
.home-custom-question .btn:hover,
.home-custom-question .btn:focus {
  background: #173532;
  border-color: #173532;
  color: #fff;
}
/* Customer-facing custom-made process */
.custom-process-hero,
.custom-process-record { background: var(--home-canvas); }

.custom-process-hero { padding: 42px 0 86px; }
.custom-process-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(48px, 8vw, 105px);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
}
.custom-process-hero__copy { max-width: 800px; }
.custom-process-hero .eyebrow,
.custom-process-promises .eyebrow,
.custom-process-journey .eyebrow,
.custom-process-record .eyebrow {
  color: var(--home-accent);
  font-size: 11px;
  letter-spacing: .14em;
}
.custom-process-hero h1 {
  color: var(--home-text);
  font-size: clamp(45px, 5.7vw, 70px);
  letter-spacing: -.05em;
  line-height: 1.02;
  margin: 16px 0 22px;
}
.custom-process-hero .lede {
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.7;
  max-width: 680px;
}
.custom-process-hero .button-row { gap: 12px; margin-top: 29px; }

.custom-process-status {
  background:
    radial-gradient(circle at 100% 0, rgba(225, 182, 93, .18), transparent 36%),
    #173b37;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  box-shadow: 0 28px 65px rgba(20, 45, 43, .2);
  color: #fff;
  overflow: hidden;
  padding: 28px;
  transform: rotate(1deg);
}
.custom-process-status__top {
  align-items: center;
  color: rgba(255, 255, 255, .68);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: .13em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.custom-process-status__top span {
  background: #e1b65d;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(225, 182, 93, .12);
  height: 8px;
  width: 8px;
}
.custom-process-status__row {
  border-top: 1px solid rgba(255, 255, 255, .13);
  display: grid;
  gap: 6px;
  grid-template-columns: 80px 1fr;
  padding: 20px 4px;
}
.custom-process-status__row small {
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.custom-process-status__row strong { font-size: 16px; line-height: 1.3; }
.custom-process-status__row--active {
  background: rgba(255, 255, 255, .06);
  border-radius: 12px;
  margin: 0 -10px;
  padding-left: 14px;
  padding-right: 14px;
}
.custom-process-status__row--active small { color: #e1b65d; }

.custom-process-promises { background: #fff; padding: 82px 0 88px; }
.custom-process-promises__heading { max-width: 760px; }
.custom-process-promises__heading h2,
.custom-process-journey__heading h2,
.custom-process-record h2 {
  color: var(--home-text);
  font-size: clamp(32px, 4.2vw, 50px);
  letter-spacing: -.04em;
  line-height: 1.1;
  margin: 14px 0 0;
}
.custom-process-promises__grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 55px;
}
.custom-process-promises__grid article {
  border-left: 1px solid var(--home-border);
  min-height: 190px;
  padding: 4px 38px 10px;
}
.custom-process-promises__grid article:first-child { padding-left: 0; border-left: 0; }
.custom-process-promises__grid article > span {
  color: var(--home-accent);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 44px;
}
.custom-process-promises__grid h3 {
  color: var(--home-text);
  font-size: 27px;
  letter-spacing: -.025em;
  margin-bottom: 10px;
}
.custom-process-promises__grid p { color: var(--home-muted); font-size: 15px; line-height: 1.6; margin: 0; }

.custom-process-journey {
  background:
    radial-gradient(circle at 8% 0, rgba(225, 182, 93, .13), transparent 30%),
    #173b37;
  color: rgba(255, 255, 255, .7);
  padding: 88px 0 94px;
}
.custom-process-journey__heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
}
.custom-process-journey__heading h2 { color: #fff; }
.custom-process-journey__heading > p { font-size: 16px; line-height: 1.65; margin: 0 0 5px; }
.custom-process-journey__track {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin: 63px 0 0;
  padding: 0;
}
.custom-process-journey__track li {
  border-top: 1px solid rgba(255, 255, 255, .26);
  min-height: 135px;
  padding: 29px 14px 10px 0;
  position: relative;
}
.custom-process-journey__track li::before {
  background: #e1b65d;
  border: 5px solid #173b37;
  border-radius: 50%;
  content: '';
  height: 15px;
  left: 0;
  position: absolute;
  top: -8px;
  width: 15px;
}
.custom-process-journey__track span {
  color: #e1b65d;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 18px;
}
.custom-process-journey__track strong { color: #fff; display: block; font-size: 20px; margin-bottom: 7px; }
.custom-process-journey__track small { color: rgba(255, 255, 255, .55); display: block; font-size: 12px; }

.custom-process-record { padding: 84px 0; }
.custom-process-record__panel {
  align-items: center;
  background: #efe7d8;
  border: 1px solid rgba(141, 107, 50, .16);
  border-radius: 24px;
  display: grid;
  gap: clamp(45px, 8vw, 100px);
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  padding: 50px;
}
.custom-process-record__copy > p:last-child { color: #52635d; font-size: 16px; line-height: 1.7; margin: 18px 0 0; }
.custom-process-record__tags { display: flex; flex-wrap: wrap; gap: 10px; }
.custom-process-record__tags span {
  background: rgba(255, 255, 255, .64);
  border: 1px solid rgba(36, 69, 68, .13);
  border-radius: 999px;
  color: #314c47;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 15px;
}
.custom-process-cta { background: #fff; }

@media (max-width: 980px) {
  .custom-process-hero__grid,
  .custom-process-journey__heading,
  .custom-process-record__panel { grid-template-columns: 1fr; }
  .custom-process-status { max-width: 620px; transform: none; }
  .custom-process-promises__grid article { padding-left: 25px; padding-right: 25px; }
  .custom-process-journey__heading { gap: 22px; }
}

@media (max-width: 767px) {
  .home-products-link--desktop { display: none !important; }
  .home-products-link--mobile { display: inline-flex; }
  .hero-carousel .carousel-inner { aspect-ratio: 16 / 9; }
  .hero-carousel .carousel-item:not(:first-child),
  .hero-carousel .carousel-indicators,
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next { display: none !important; }
  .hero-carousel .carousel-item:first-child {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    z-index: 2 !important;
  }
  .hero-carousel .hero-label { display: none; }
  .hero-mobile-products-link {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 13px;
    bottom: 12px;
    color: var(--hazo-green-dark);
    display: flex;
    gap: 8px;
    justify-content: space-between;
    left: 12px;
    padding: 10px 12px;
    position: absolute;
    right: 12px;
    text-decoration: none;
    z-index: 6;
  }
  .hero-mobile-products-link > span { color: #60716c; font-size: 11px; }
  .hero-mobile-products-link strong { font-size: 12px; white-space: nowrap; }
  .configurator-spotlight--centre .configurator-benefits,
  .configurator-spotlight--centre .configurator-centre-preview,
  .home-products { display: none !important; }
  .configurator-button-label--desktop { display: none; }
  .configurator-button-label--mobile { display: inline; }
  .configurator-spotlight--centre .configurator-spotlight__panel { display: block; padding: 30px 24px; }
  .configurator-spotlight--centre .button-row,
  .configurator-spotlight--centre .button-row .btn { width: 100%; }
  .configurator-spotlight--centre .configurator-spotlight__copy > p:not(.noninteractive-status) { font-size: 15px; }

  .home-custom-question { padding-bottom: 52px; }
  .home-custom-question__panel { gap: 26px; grid-template-columns: 1fr; padding: 32px 25px; }
  .home-custom-question h2 { font-size: 31px; }
  .home-custom-question__copy > p:last-child { font-size: 15px; }
  .home-custom-question .btn { text-align: center; width: 100%; white-space: normal; }

  .custom-process-hero { padding: 22px 0 58px; }
  .custom-process-hero__grid { gap: 34px; }
  .custom-process-hero h1 { font-size: 39px; }
  .custom-process-hero .lede { font-size: 16px; }
  .custom-process-hero .button-row { align-items: stretch; flex-direction: column; }
  .custom-process-hero .button-row .btn { text-align: center; width: 100%; }
  .custom-process-status { border-radius: 20px; padding: 24px 20px; }
  .custom-process-status__row { grid-template-columns: 68px 1fr; }

  .custom-process-promises,
  .custom-process-journey,
  .custom-process-record { padding: 58px 0; }
  .custom-process-promises__heading h2,
  .custom-process-journey__heading h2,
  .custom-process-record h2 { font-size: 32px; }
  .custom-process-promises__grid { grid-template-columns: 1fr; margin-top: 38px; }
  .custom-process-promises__grid article,
  .custom-process-promises__grid article:first-child {
    border-left: 0;
    border-top: 1px solid var(--home-border);
    min-height: 0;
    padding: 25px 0 27px;
  }
  .custom-process-promises__grid article > span { margin-bottom: 18px; }

  .custom-process-journey { overflow: hidden; }
  .custom-process-journey__track {
    display: flex;
    gap: 0;
    margin-top: 45px;
    overflow-x: auto;
    padding-bottom: 13px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .custom-process-journey__track li {
    flex: 0 0 205px;
    min-height: 128px;
    scroll-snap-align: start;
  }
  .custom-process-record__panel { border-radius: 20px; gap: 28px; padding: 31px 25px; }
  .custom-process-record__tags { gap: 8px; }
  .custom-process-record__tags span { font-size: 12px; padding: 9px 12px; }
}
/* Product-level Design & Price entry system · 2026-08-17 */
.configurator-spotlight--product .configurator-spotlight__copy > p:not(.eyebrow):not(.configurator-review-note) { color: #d8e5e1; line-height: 1.65; margin: 0; max-width: 660px; }
.configurator-spotlight--product .button-row { margin-top: 24px; }
.configurator-spotlight--product .btn-configurator { min-height: 50px; }
@media (max-width: 767px) {
  .configurator-spotlight--product { display: none; }
}

/* Whole-site mobile resilience · 2026-08-18 */
@media (max-width: 767px) {
  html { scroll-padding-top: 72px; }
  body { min-width: 0; overflow-x: clip; }
  main,
  main > *,
  .container,
  .section,
  .section-sm { box-sizing: border-box; min-width: 0; max-width: 100%; }
  .container { width: 100%; }
  :where(img, picture, video, iframe, svg, canvas) { max-width: 100%; }
  :where(h1, h2, h3, h4, p, li, label, legend, figcaption, blockquote) { overflow-wrap: anywhere; }
  :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) { font-size: 16px; max-width: 100%; }
  :where(button, .btn, [role="button"], input, select, textarea) { touch-action: manipulation; }

  .site-header .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 100dvh;
    max-height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .site-header :is(.luxbar-navigation, .luxbar-item, .luxbar-item > a) { min-width: 0; }

  .modal-dialog { margin: 10px; max-width: calc(100% - 20px); }
  .modal-content { max-height: calc(100dvh - 20px); overflow: hidden; }
  .modal-body { -webkit-overflow-scrolling: touch; min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
  .cookie-bar { max-height: min(78dvh, 620px); overflow-y: auto; overscroll-behavior: contain; }
  :is(.compare-table-wrap, .responsive-table, .table-responsive, .fabric-selection__nav, .custom-process-journey__track) {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }
}

@media (max-width: 359px) {
  .container { padding-left: 12px; padding-right: 12px; }
  .home-hero h1,
  .product-hero h1,
  .custom-process-hero h1 { font-size: clamp(31px, 10vw, 36px); }
  .cta-band,
  .configurator-spotlight__panel,
  .configurator-spotlight--centre .configurator-spotlight__panel { padding-left: 18px; padding-right: 18px; }
}

/* Shipping & Delivery — unified HAZO visual system · 2026-08-27 */
.delivery-page {
  --delivery-canvas: #f4f6f3;
  --delivery-surface: #fff;
  --delivery-soft: #edf3ef;
  --delivery-text: #17332f;
  --delivery-muted: #586d68;
  background: var(--delivery-canvas);
}
.delivery-hero {
  background: linear-gradient(180deg, #eef4f1 0%, var(--delivery-canvas) 100%);
  padding: 46px 0 58px;
}
.delivery-hero__grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
}
.delivery-hero__intro {
  background: linear-gradient(135deg, #173b39 0%, #2f5853 100%);
  border-radius: 24px;
  color: rgba(255,255,255,.84);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 354px;
  min-width: 0;
  padding: 46px 48px;
}
.delivery-hero__intro .eyebrow,
.delivery-portal__panel .eyebrow { color: #f0c66e; }
.delivery-hero__intro h1 {
  color: #fff;
  font-size: clamp(39px, 4vw, 51px);
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0 0 20px;
  max-width: 760px;
}
.delivery-hero__intro .lede { font-size: 18px; line-height: 1.65; margin: 0; max-width: 720px; }
.delivery-quote-card {
  background: var(--delivery-surface);
  border: 1px solid var(--hazo-border);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(27,55,51,.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 32px 34px;
}
.delivery-card-label {
  color: var(--hazo-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 9px;
}
.delivery-quote-card h2 { color: var(--delivery-text); font-size: 28px; line-height: 1.2; margin: 0 0 19px; }
.delivery-quote-card ul { border-top: 1px solid var(--hazo-border); list-style: none; margin: 0; padding: 0; }
.delivery-quote-card li {
  border-bottom: 1px solid var(--hazo-border);
  display: grid;
  gap: 12px;
  grid-template-columns: 92px minmax(0,1fr);
  padding: 15px 0;
}
.delivery-quote-card li span { color: #78908a; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.delivery-quote-card li strong { color: #294842; font-size: 14px; line-height: 1.45; }
.delivery-section { background: var(--delivery-canvas); padding: 64px 0; scroll-margin-top: 100px; }
.delivery-section-heading { margin: 0 0 34px; max-width: 830px; text-align: left; }
.delivery-section-heading h2 {
  color: var(--delivery-text);
  font-size: clamp(31px, 3.5vw, 43px);
  letter-spacing: -.025em;
  line-height: 1.15;
  margin: 8px 0 13px;
}
.delivery-section-heading > p:last-child { color: var(--delivery-muted); font-size: 17px; margin: 0; max-width: 720px; }
.delivery-process { padding-top: 30px; }
.delivery-process__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0,1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.delivery-process__grid li {
  background: var(--delivery-surface);
  border: 1px solid var(--hazo-border);
  border-radius: 17px;
  box-shadow: 0 9px 25px rgba(27,55,51,.055);
  display: grid;
  gap: 17px;
  grid-template-columns: 40px minmax(0,1fr);
  min-height: 164px;
  padding: 23px 20px;
}
.delivery-process__grid li > span,
.delivery-route-icon {
  align-items: center;
  background: var(--hazo-sage);
  border-radius: 50%;
  color: var(--hazo-green-dark);
  display: flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  letter-spacing: .05em;
  width: 38px;
}
.delivery-process__grid h3 { color: var(--delivery-text); font-size: 18px; line-height: 1.3; margin: 3px 0 9px; }
.delivery-process__grid p { color: var(--delivery-muted); font-size: 14px; line-height: 1.55; margin: 0; }

.delivery-portal__panel {
  background: linear-gradient(135deg, #173b39 0%, #244f49 100%);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(22,54,49,.14);
  color: #d8e4e0;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(260px,.82fr) minmax(480px,1.18fr);
  overflow: hidden;
  margin-top: 22px;
  padding: 36px;
}
.delivery-portal__copy { align-self: center; }
.delivery-portal__copy h2 { color: #fff; font-size: clamp(30px, 3.2vw, 40px); line-height: 1.12; margin: 10px 0 15px; }
.delivery-portal__copy > p:not(.eyebrow) { color: #d8e4e0; font-size: 16px; line-height: 1.6; margin: 0; }
.delivery-portal__status {
  align-self: stretch;
  background: #f8faf8;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 18px;
  color: var(--delivery-text);
  padding: 24px;
}
.delivery-portal__status-head { align-items: center; border-bottom: 1px solid var(--hazo-border); display: flex; justify-content: space-between; padding: 0 2px 15px; }
.delivery-portal__status-head span { color: var(--hazo-gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.delivery-portal__status-head strong { color: #71857f; font-size: 12px; }
.delivery-portal__status ol { display: grid; gap: 10px 18px; grid-template-columns: repeat(2,minmax(0,1fr)); list-style: none; margin: 18px 0 0; padding: 0; }
.delivery-portal__status li { align-items: center; background: #edf3ef; border-radius: 11px; display: grid; gap: 12px; grid-template-columns: 31px minmax(0,1fr); min-height: 52px; padding: 9px 12px; }
.delivery-portal__status li:last-child { background: #f4e8c9; grid-column: 1 / -1; }
.delivery-portal__status li span { color: var(--hazo-gold-dark); font-size: 10px; font-weight: 700; }
.delivery-portal__status li strong { font-size: 13px; line-height: 1.3; }

.delivery-details { padding-top: 8px; }
.delivery-surface {
  background: var(--delivery-surface);
  border: 1px solid var(--hazo-border);
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(27,55,51,.07);
  padding: 40px;
}
.delivery-route-grid { display: grid; gap: 18px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.delivery-route-grid article { background: var(--delivery-soft); border: 1px solid #d4dfdb; border-radius: 18px; padding: 27px; }
.delivery-route-grid h3 { color: var(--delivery-text); font-size: 21px; line-height: 1.28; margin: 18px 0 11px; }
.delivery-route-grid p { color: var(--delivery-muted); font-size: 15px; line-height: 1.6; margin: 0 0 14px; }
.delivery-route-grid ul,
.delivery-responsibility ul,
.delivery-terms ul { list-style: none; margin: 0; padding: 0; }
.delivery-route-grid li,
.delivery-responsibility li,
.delivery-terms li { color: var(--delivery-muted); font-size: 14px; line-height: 1.5; padding: 6px 0 6px 21px; position: relative; }
.delivery-route-grid li::before,
.delivery-responsibility li::before,
.delivery-terms li::before { color: var(--hazo-green); content: "✓"; font-weight: 700; left: 0; position: absolute; top: 6px; }
.delivery-responsibility {
  border-top: 1px solid var(--hazo-border);
  display: grid;
  gap: 28px;
  grid-template-columns: 1.05fr repeat(2,1fr);
  margin-top: 32px;
  padding-top: 32px;
}
.delivery-responsibility__intro h3 { color: var(--delivery-text); font-size: 23px; line-height: 1.25; margin: 8px 0 10px; }
.delivery-responsibility__intro p:last-child { color: var(--delivery-muted); font-size: 14px; line-height: 1.55; margin: 0; }
.delivery-responsibility > div:not(.delivery-responsibility__intro) { border-left: 1px solid var(--hazo-border); padding-left: 23px; }
.delivery-responsibility > div > strong { color: var(--delivery-text); display: block; font-family: 'Comfortaa', sans-serif; font-size: 16px; margin-bottom: 9px; }

.delivery-long-product { background: #f5ead0; border-left: 4px solid #d6a638; border-radius: 0 12px 12px 0; margin-top: 28px; padding: 17px 19px; }
.delivery-long-product strong { color: var(--delivery-text); display: block; font-size: 16px; margin-bottom: 5px; }
.delivery-long-product p { color: var(--delivery-muted); font-size: 14px; line-height: 1.5; margin: 0; }

.delivery-receiving { padding-top: 0; }
.delivery-receiving__surface {
  background: var(--delivery-surface);
  border: 1px solid var(--hazo-border);
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(27,55,51,.06);
  overflow: hidden;
  padding: 40px 40px 0;
}
.delivery-checks { display: grid; gap: 14px; grid-template-columns: repeat(4,minmax(0,1fr)); list-style: none; margin: 0 0 30px; padding: 0; }
.delivery-checks li { align-items: start; background: var(--delivery-soft); border-radius: 15px; display: grid; gap: 12px; grid-template-columns: 32px minmax(0,1fr); padding: 20px 17px; }
.delivery-checks li > span { align-items: center; background: var(--hazo-sage); border-radius: 50%; color: var(--hazo-green-dark); display: flex; font-size: 11px; font-weight: 700; height: 30px; justify-content: center; width: 30px; }
.delivery-checks strong { color: var(--delivery-text); display: block; font-size: 15px; }
.delivery-checks p { color: var(--delivery-muted); font-size: 13px; line-height: 1.45; margin: 4px 0 0; }
.delivery-issue { background: #f5ead0; margin: 0 -40px; padding: 25px 40px; }
.delivery-issue .eyebrow { color: #8b631b; }
.delivery-issue h3 { color: var(--delivery-text); font-size: 22px; line-height: 1.3; margin: 7px 0 7px; }
.delivery-issue p:not(.eyebrow) { color: #5b614f; line-height: 1.55; margin: 0; max-width: 820px; }
.delivery-terms { margin: 0; }
.delivery-terms summary { color: var(--delivery-text); cursor: pointer; font-size: 18px; font-weight: 700; list-style: none; padding: 23px 45px 23px 0; position: relative; }
.delivery-terms summary::-webkit-details-marker { display: none; }
.delivery-terms summary::after { color: var(--hazo-green); content: "+"; font-size: 25px; font-weight: 400; position: absolute; right: 8px; top: 17px; }
.delivery-terms[open] summary::after { content: "−"; }
.delivery-terms__body { border-top: 1px solid var(--hazo-border); padding: 12px 0 25px; }
.delivery-terms__body ul { columns: 2; column-gap: 38px; }
.delivery-terms__body li { break-inside: avoid; }
.delivery-cta { background: var(--hazo-sage); border-top: 0; }

@media (max-width: 1023px) {
  .delivery-hero__grid { grid-template-columns: minmax(0,1.05fr) minmax(310px,.95fr); }
  .delivery-hero__intro { padding: 42px 36px; }
  .delivery-hero__intro h1 { font-size: clamp(37px,4.8vw,45px); }
  .delivery-process__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .delivery-portal__panel { grid-template-columns: 1fr; }
  .delivery-responsibility { grid-template-columns: repeat(2,1fr); }
  .delivery-responsibility__intro { grid-column: 1 / -1; }
  .delivery-responsibility > div:nth-child(2) { border-left: 0; padding-left: 0; }
  .delivery-checks { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .delivery-hero__grid { grid-template-columns: 1fr; }
  .delivery-hero__intro { min-height: 0; }
  .delivery-process__grid,
  .delivery-route-grid { grid-template-columns: 1fr; }
  .delivery-portal__panel { padding: 32px 25px; }
  .delivery-responsibility { grid-template-columns: 1fr; }
  .delivery-responsibility__intro { grid-column: auto; }
  .delivery-responsibility > div:not(.delivery-responsibility__intro) { border-left: 0; border-top: 1px solid var(--hazo-border); padding-left: 0; padding-top: 20px; }
}

@media (max-width: 575.98px) {
  .delivery-hero { padding: 32px 0 38px; }
  .delivery-hero__intro { border-radius: 19px; padding: 37px 25px; }
  .delivery-hero__intro h1 { font-size: 34px; }
  .delivery-hero__intro .lede { font-size: 17px; }
  .delivery-quote-card { border-radius: 15px; padding: 25px 22px; }
  .delivery-quote-card h2 { font-size: 23px; }
  .delivery-quote-card li { grid-template-columns: 80px minmax(0,1fr); }
  .delivery-section { padding: 54px 0; }
  .delivery-process { padding-top: 32px; }
  .delivery-section-heading h2 { font-size: 31px; }
  .delivery-process__grid li { min-height: 0; padding: 22px 20px; }
  .delivery-portal__panel { border-radius: 19px; gap: 30px; padding: 32px 22px; }
  .delivery-portal__copy h2 { font-size: 32px; }
  .delivery-portal__status { padding: 18px; }
  .delivery-portal__status ol { grid-template-columns: 1fr; }
  .delivery-portal__status li:last-child { grid-column: auto; }
  .delivery-details { padding-top: 0; }
  .delivery-surface { border-radius: 19px; padding: 27px 20px; }
  .delivery-route-grid article { border-radius: 15px; padding: 23px 20px; }
  .delivery-responsibility { gap: 20px; margin-top: 30px; padding-top: 30px; }
  .delivery-receiving { padding-top: 0; }
  .delivery-receiving__surface { border-radius: 19px; padding: 28px 22px 0; }
  .delivery-checks { grid-template-columns: 1fr; }
  .delivery-issue { margin: 0 -22px; padding: 25px 22px; }
  .delivery-terms__body ul { columns: 1; }
}

/* Measuring & Installation — product-led planning guide · 2026-08-27 */
.measure-page {
  --measure-canvas: #f3f6f3;
  --measure-surface: #fff;
  --measure-soft: #eaf1ed;
  --measure-text: #18332f;
  --measure-muted: #596d68;
  background: var(--measure-canvas);
}
.measure-hero {
  background: linear-gradient(180deg, #edf4f0 0%, var(--measure-canvas) 100%);
  padding: 46px 0 60px;
}
.measure-hero__grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr);
}
.measure-hero__intro {
  background: linear-gradient(135deg, #173b39 0%, #2e5852 100%);
  border-radius: 24px;
  color: rgba(255,255,255,.84);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 388px;
  min-width: 0;
  padding: 48px;
}
.measure-hero__intro .eyebrow,
.measure-responsibility__intro .eyebrow { color: #f0c66e; }
.measure-hero__intro h1 {
  color: #fff;
  font-size: clamp(40px, 4.3vw, 56px);
  letter-spacing: -.04em;
  line-height: 1.07;
  margin: 0 0 21px;
  max-width: 800px;
}
.measure-hero__intro .lede {
  font-size: 18px;
  line-height: 1.64;
  margin: 0;
  max-width: 760px;
}
.measure-hero__intro .btn-outline { border-color: rgba(255,255,255,.7); color: #fff; }
.measure-hero__intro .btn-outline:hover,
.measure-hero__intro .btn-outline:focus { background: #fff; color: var(--hazo-green-dark); }
.measure-brief {
  background: var(--measure-surface);
  border: 1px solid var(--hazo-border);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(27,55,51,.1);
  min-width: 0;
  padding: 34px;
}
.measure-card-label {
  color: var(--hazo-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  margin: 0 0 10px;
}
.measure-brief h2 {
  color: var(--measure-text);
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 19px;
}
.measure-brief ol { border-top: 1px solid var(--hazo-border); list-style: none; margin: 0; padding: 0; }
.measure-brief li {
  align-items: center;
  border-bottom: 1px solid var(--hazo-border);
  display: grid;
  gap: 14px;
  grid-template-columns: 36px minmax(0,1fr);
  padding: 14px 0;
}
.measure-brief li > span {
  align-items: center;
  background: var(--hazo-sage);
  border-radius: 50%;
  color: var(--hazo-green-dark);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.measure-brief strong,
.measure-brief small { display: block; }
.measure-brief strong { color: var(--measure-text); font-size: 15px; margin-bottom: 3px; }
.measure-brief small { color: var(--measure-muted); font-size: 13px; line-height: 1.4; }

.measure-section { background: var(--measure-canvas); padding: 64px 0; scroll-margin-top: 96px; }
.measure-heading { margin: 0 0 34px; max-width: 820px; }
.measure-heading h2,
.measure-handover__copy h2,
.measure-responsibility__intro h2,
.measure-final-cta h2 {
  color: var(--measure-text);
  font-size: clamp(31px, 3.5vw, 43px);
  letter-spacing: -.028em;
  line-height: 1.14;
  margin: 8px 0 13px;
}
.measure-heading > p:last-child,
.measure-handover__copy > p,
.measure-responsibility__intro > p:last-child,
.measure-final-cta p {
  color: var(--measure-muted);
  font-size: 17px;
  line-height: 1.62;
  margin: 0;
  max-width: 760px;
}
.measure-section--process { padding-top: 28px; }
.measure-process {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, minmax(0,1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.measure-process li {
  background: var(--measure-surface);
  border: 1px solid var(--hazo-border);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(27,55,51,.055);
  min-height: 220px;
  padding: 24px 21px;
}
.measure-process li > span,
.measure-capture-grid article > span {
  align-items: center;
  background: var(--hazo-sage);
  border-radius: 50%;
  color: var(--hazo-green-dark);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  margin-bottom: 22px;
  width: 38px;
}
.measure-process h3,
.measure-capture-grid h3 {
  color: var(--measure-text);
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 9px;
}
.measure-process p,
.measure-capture-grid p {
  color: var(--measure-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.measure-section--handover { padding-top: 16px; }
.measure-handover {
  align-items: center;
  background: linear-gradient(135deg, #e7efeb 0%, #f8f5ed 100%);
  border: 1px solid #d6e0db;
  border-radius: 24px;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0,.86fr) minmax(500px,1.14fr);
  padding: 40px;
}
.measure-handover::before,
.measure-handover::after { content: none !important; display: none !important; }
.measure-rule {
  border-left: 4px solid var(--hazo-gold-dark);
  margin-top: 27px;
  padding: 2px 0 2px 18px;
}
.measure-rule strong,
.measure-rule span { display: block; }
.measure-rule strong { color: var(--measure-text); font-size: 16px; margin-bottom: 5px; }
.measure-rule span { color: var(--measure-muted); font-size: 14px; line-height: 1.5; }
.measure-stage-list { display: grid; gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.measure-stage-list article {
  background: rgba(255,255,255,.92);
  border: 1px solid var(--hazo-border);
  border-radius: 17px;
  min-width: 0;
  padding: 25px 24px;
}
.measure-stage-list article > span {
  color: var(--hazo-gold-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}
.measure-stage-list h3 { color: var(--measure-text); font-size: 20px; margin: 9px 0 13px; }
.measure-stage-list ul,
.measure-responsibility__columns ul { list-style: none; margin: 0; padding: 0; }
.measure-stage-list li,
.measure-responsibility__columns li {
  color: var(--measure-muted);
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 0 5px 20px;
  position: relative;
}
.measure-stage-list li::before,
.measure-responsibility__columns li::before {
  color: var(--hazo-green);
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 5px;
}

.measure-section--capture { padding-top: 0; }
.measure-capture__surface {
  background: var(--measure-surface);
  border: 1px solid var(--hazo-border);
  border-radius: 24px;
  box-shadow: 0 13px 38px rgba(27,55,51,.07);
  padding: 40px;
}
.measure-capture-grid { display: grid; gap: 14px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.measure-capture-grid article { background: var(--measure-soft); border-radius: 16px; min-height: 190px; padding: 22px 20px; }
.measure-capture-grid article > span { background: #fff; margin-bottom: 18px; }

.measure-section--responsibility { padding-top: 16px; }
.measure-responsibility__panel {
  background: linear-gradient(135deg, #173b39 0%, #244f49 100%);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(22,54,49,.14);
  color: #d8e4e0;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(280px,.8fr) minmax(520px,1.2fr);
  overflow: hidden;
  padding: 40px;
}
.measure-responsibility__intro h2 { color: #fff; }
.measure-responsibility__intro > p:last-child { color: #d8e4e0; font-size: 16px; }
.measure-responsibility__columns {
  background: #f8faf8;
  border-radius: 18px;
  color: var(--measure-text);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2,minmax(0,1fr));
  padding: 25px;
}
.measure-responsibility__columns > div { min-width: 0; padding: 0 22px; }
.measure-responsibility__columns > div + div { border-left: 1px solid var(--hazo-border); }
.measure-responsibility__columns strong { color: var(--hazo-green); display: block; font-size: 12px; letter-spacing: .1em; margin-bottom: 11px; }
.measure-safety-note {
  border-top: 1px solid rgba(255,255,255,.18);
  color: #d8e4e0;
  grid-column: 1 / -1;
  line-height: 1.55;
  margin: -5px 0 0;
  padding-top: 24px;
}
.measure-safety-note strong { color: #fff; }

.measure-final-cta { background: var(--hazo-sage); padding: 66px 0; }
.measure-final-cta__inner { align-items: center; display: grid; gap: 38px; grid-template-columns: minmax(0,1fr) auto; }
.measure-final-cta h2 { font-size: clamp(30px,3vw,39px); max-width: 820px; }
.measure-final-cta .button-row { justify-content: flex-end; margin-top: 0; }

@media (max-width: 1100px) {
  .measure-process,
  .measure-capture-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .measure-handover { grid-template-columns: 1fr; }
  .measure-responsibility__panel { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .measure-hero__grid { grid-template-columns: 1fr; }
  .measure-hero__intro { min-height: 0; }
  .measure-final-cta__inner { align-items: start; grid-template-columns: 1fr; }
  .measure-final-cta .button-row { justify-content: flex-start; }
}

@media (max-width: 767px) {
  .measure-stage-list,
  .measure-responsibility__columns { grid-template-columns: 1fr; }
  .measure-responsibility__columns > div { padding: 0; }
  .measure-responsibility__columns > div + div { border-left: 0; border-top: 1px solid var(--hazo-border); margin-top: 22px; padding-top: 22px; }
}

@media (max-width: 575.98px) {
  .measure-hero { padding: 32px 0 40px; }
  .measure-hero__intro { border-radius: 19px; padding: 37px 25px; }
  .measure-hero__intro h1 { font-size: 35px; }
  .measure-hero__intro .lede { font-size: 17px; }
  .measure-hero__intro .button-row { align-items: stretch; flex-direction: column; }
  .measure-hero__intro .btn { text-align: center; width: 100%; }
  .measure-brief { border-radius: 18px; padding: 26px 22px; }
  .measure-brief h2 { font-size: 24px; }
  .measure-section { padding: 54px 0; }
  .measure-section--process { padding-top: 24px; }
  .measure-heading h2,
  .measure-handover__copy h2,
  .measure-responsibility__intro h2 { font-size: 31px; }
  .measure-process,
  .measure-capture-grid { grid-template-columns: 1fr; }
  .measure-process li,
  .measure-capture-grid article { min-height: 0; }
  .measure-handover { border-radius: 19px; padding: 28px 22px; }
  .measure-stage-list article { padding: 23px 20px; }
  .measure-capture__surface { border-radius: 19px; padding: 28px 22px; }
  .measure-responsibility__panel { border-radius: 19px; padding: 31px 22px; }
  .measure-responsibility__columns { padding: 22px 19px; }
  .measure-final-cta { padding: 56px 0; }
  .measure-final-cta .button-row { align-items: stretch; flex-direction: column; width: 100%; }
  .measure-final-cta .btn { text-align: center; width: 100%; }
}
