/* DPZ PROPERTY LTD - Rating Paper theme
   Palette:
   paper   #F2F3EE  ink-slate #262A2C
   emerald #2E8A5E  panel-file #E6E9E0
   file-ink #20262A  ledger-mist #DDE2D6
   legend A #1B7A3E B #4CA64C C #B5CC2E D #E8C832 E #E89A2E F #DF5A2E G #C22F2E
   Legend palette is reserved for rating chart bars and rating badges only. */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #262A2C;
  background-color: #F2F3EE;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #2E8A5E;
}

/* ---------------------------------------------------------------
   RATING LADDER NAV  (.epcnav)
   Deep file-ink header, brand on a paper plate with emerald badge,
   five stepped link bars with descending widths and legend colours.
   --------------------------------------------------------------- */

.epcnav {
  background-color: #20262A;
  padding: 22px 24px 26px 24px;
  border-bottom: 6px solid #2E8A5E;
}

.epcnav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.epcnav-brandrow {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.epcnav-plate {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #F2F3EE;
  color: #20262A;
  padding: 12px 18px;
  border: 2px solid #2E8A5E;
  border-radius: 3px;
}

.epcnav-plate-name {
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #20262A;
}

.epcnav-plate-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #2E8A5E;
  color: #F2F3EE;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 3px;
}

.epcnav-tagline {
  color: #DDE2D6;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.epcnav-toggle {
  display: none;
  margin-left: auto;
  background-color: #F2F3EE;
  color: #20262A;
  border: 2px solid #2E8A5E;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 14px;
  cursor: pointer;
  letter-spacing: 0.05em;
}

.epcnav-bars {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.epcnav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-decoration: none;
  padding: 11px 16px;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0.98rem;
  border: 2px solid #20262A;
}

.epcnav-bar-b1 {
  width: 300px;
  background-color: #1B7A3E;
  color: #F2F3EE;
}

.epcnav-bar-b2 {
  width: 264px;
  background-color: #B5CC2E;
  color: #20262A;
}

.epcnav-bar-b3 {
  width: 228px;
  background-color: #E8C832;
  color: #20262A;
}

.epcnav-bar-b4 {
  width: 192px;
  background-color: #DF5A2E;
  color: #F2F3EE;
}

.epcnav-bar-b5 {
  width: 156px;
  background-color: #C22F2E;
  color: #F2F3EE;
}

.epcnav-bar-code {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  font-weight: 800;
  text-transform: uppercase;
}

.epcnav-bar-label {
  white-space: nowrap;
}

.epcnav-note {
  margin: 18px 0 0 0;
  color: #DDE2D6;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

/* ---------------------------------------------------------------
   HERO - CERTIFICATE CHART (.ratingwall)
   --------------------------------------------------------------- */

.ratingwall {
  background-color: #F2F3EE;
  padding: 62px 24px 66px 24px;
  border-bottom: 1px solid #DDE2D6;
}

.ratingwall-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 44px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ratingwall-copy {
  flex: 1 1 55%;
  min-width: 320px;
}

.ratingwall-kicker {
  display: inline-block;
  background-color: #20262A;
  color: #F2F3EE;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 2px;
  margin-bottom: 22px;
}

.ratingwall-headline {
  margin: 0 0 20px 0;
  font-size: 2.7rem;
  line-height: 1.14;
  color: #262A2C;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.ratingwall-headline em {
  font-style: normal;
  color: #2E8A5E;
}

.ratingwall-lede {
  margin: 0 0 16px 0;
  font-size: 1.06rem;
  color: #262A2C;
  max-width: 62ch;
}

.ratingwall-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.ratingwall-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #2E8A5E;
  color: #F2F3EE;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 14px 22px;
  border-radius: 3px;
  border: 2px solid #20262A;
}

.ratingwall-cta-stamp {
  background-color: #20262A;
  color: #F2F3EE;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 4px 8px;
  border-radius: 2px;
}

.ratingwall-cta-alt {
  background-color: #E6E9E0;
  color: #20262A;
}

/* EPC certificate card */

.epccard-zone {
  flex: 1 1 40%;
  min-width: 290px;
}

.epccard {
  background-color: #FFFFFF;
  border: 3px solid #20262A;
  border-radius: 4px;
  padding: 40px 20px 20px 20px;
  position: relative;
  box-shadow: 8px 8px 0 #DDE2D6;
}

.epccard-clip {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 30px;
  background-color: #20262A;
  border-radius: 6px;
  border: 3px solid #20262A;
}

.epccard-clip-slot {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 7px;
  background-color: #F2F3EE;
  border-radius: 3px;
}

.epccard-title {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #20262A;
  margin: 0 0 4px 0;
}

.epccard-sub {
  text-align: center;
  font-size: 0.78rem;
  color: #262A2C;
  margin: 0 0 22px 0;
}

.epccard-bars {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.epccard-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.epccard-bar {
  height: 26px;
  border: 2px solid #20262A;
  border-radius: 2px;
}

.epccard-bar-a {
  width: 100%;
  background-color: #1B7A3E;
}

.epccard-bar-b {
  width: 86%;
  background-color: #4CA64C;
}

.epccard-bar-c {
  width: 72%;
  background-color: #B5CC2E;
}

.epccard-bar-d {
  width: 58%;
  background-color: #E8C832;
}

.epccard-bar-e {
  width: 44%;
  background-color: #E89A2E;
}

.epccard-bar-f {
  width: 30%;
  background-color: #DF5A2E;
}

.epccard-bar-g {
  width: 18%;
  background-color: #C22F2E;
}

.epccard-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 2px solid #20262A;
  border-radius: 2px;
  background-color: #F2F3EE;
  color: #20262A;
  font-weight: 800;
  font-size: 0.86rem;
  flex: 0 0 auto;
}

.epccard-letters {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.epccard-current {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #2E8A5E;
  border: 2px solid #20262A;
  border-radius: 3px;
  padding: 12px 16px;
}

.epccard-current-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #F2F3EE;
  color: #20262A;
  font-size: 1.7rem;
  font-weight: 800;
  border: 2px solid #20262A;
  border-radius: 3px;
  flex: 0 0 auto;
}

.epccard-current-text {
  color: #F2F3EE;
  font-weight: 700;
  font-size: 0.94rem;
  line-height: 1.4;
}

.epccard-current-text span {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.epccard-planstrip {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-top: 2px solid #DDE2D6;
  padding-top: 14px;
}

.epccard-plan {
  position: relative;
  width: 150px;
  height: 92px;
  border: 2px solid #20262A;
  background-color: #F2F3EE;
  flex: 0 0 auto;
}

.epccard-plan-room {
  position: absolute;
  border: 1px solid #262A2C;
}

.epccard-plan-r1 {
  top: 0;
  left: 0;
  width: 58%;
  height: 60%;
}

.epccard-plan-r2 {
  top: 0;
  right: 0;
  width: 42%;
  height: 60%;
  border-left: 1px solid #262A2C;
}

.epccard-plan-r3 {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  border-top: 1px solid #262A2C;
}

.epccard-plan-legend {
  font-size: 0.74rem;
  color: #262A2C;
  line-height: 1.5;
}

.epccard-plan-legend strong {
  color: #20262A;
}

/* ---------------------------------------------------------------
   SECTION SHARED BITS
   --------------------------------------------------------------- */

.letwrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.letsection {
  background-color: #F2F3EE;
  padding: 62px 24px 40px 24px;
}

.letsection-alt {
  background-color: #E6E9E0;
  padding: 62px 24px 40px 24px;
}

.letsection-head {
  max-width: 1180px;
  margin: 0 auto 34px auto;
  padding: 0 24px;
}

.letsection-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #20262A;
  border-bottom: 3px solid #2E8A5E;
  padding-bottom: 5px;
  margin-bottom: 16px;
}

.letsection-title {
  margin: 0 0 12px 0;
  font-size: 2rem;
  color: #262A2C;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.letsection-intro {
  margin: 0;
  color: #262A2C;
  font-size: 1.03rem;
  max-width: 78ch;
}

/* ---------------------------------------------------------------
   LISTING LEDGER ROWS (.letrows) - six dockets
   --------------------------------------------------------------- */

.letrows {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.letrow {
  display: flex;
  gap: 26px;
  align-items: stretch;
  background-color: #E6E9E0;
  border: 2px solid #20262A;
  border-radius: 4px;
  padding: 24px 26px 20px 26px;
  flex-wrap: wrap;
}

.letrow-tint {
  background-color: #F2F3EE;
}

.letrow-strong {
  background-color: #2E8A5E;
}

.letrow-skew-l {
  transform: rotate(-1deg);
}

.letrow-skew-r {
  transform: rotate(1deg);
  margin-top: 8px;
}

.letrow-tall {
  padding-top: 34px;
  padding-bottom: 28px;
}

.letrow-short {
  padding-top: 20px;
  padding-bottom: 16px;
}

.letrow-planblock {
  flex: 0 0 176px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.letrow-plan {
  position: relative;
  width: 100%;
  height: 122px;
  border: 2px solid #20262A;
  background-color: #F2F3EE;
}

.letrow-plan-part {
  position: absolute;
  border: 1px solid #262A2C;
}

.letrow-plan-tag {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #20262A;
}

.letrow-panel {
  flex: 1 1 320px;
  min-width: 280px;
}

.letrow-strong .letrow-panel {
  color: #F2F3EE;
}

.letrow-title {
  margin: 0 0 10px 0;
  font-size: 1.3rem;
  font-weight: 800;
  color: #20262A;
  letter-spacing: -0.005em;
}

.letrow-strong .letrow-title {
  color: #F2F3EE;
}

.letrow-text {
  margin: 0 0 14px 0;
  font-size: 0.99rem;
  color: #262A2C;
}

.letrow-strong .letrow-text {
  color: #F2F3EE;
}

.letrow-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.letrow-chip {
  display: inline-block;
  border: 2px solid #2E8A5E;
  color: #20262A;
  background-color: #F2F3EE;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 2px;
}

.letrow-strong .letrow-chip {
  background-color: #F2F3EE;
  color: #20262A;
}

/* ledger progress rule with emerald filled portion */

.letrow-rule {
  height: 10px;
  background-color: #DDE2D6;
  border: 1px solid #20262A;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

.letrow-rule-fill {
  height: 100%;
  background-color: #2E8A5E;
}

.letrow-rule-fill-f1 {
  width: 12%;
}

.letrow-rule-fill-f2 {
  width: 30%;
}

.letrow-rule-fill-f3 {
  width: 48%;
}

.letrow-rule-fill-f4 {
  width: 64%;
}

.letrow-rule-fill-f5 {
  width: 82%;
}

.letrow-rule-fill-f6 {
  width: 96%;
}

.letrow-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #20262A;
}

.letrow-strong .letrow-meta {
  color: #F2F3EE;
}

.letrow-ref {
  color: #20262A;
}

.letrow-strong .letrow-ref {
  color: #F2F3EE;
}

/* six distinct plan layouts */

.letrow-plan-a .letrow-plan-roomkitchen {
  top: 0;
  left: 0;
  width: 52%;
  height: 58%;
}

.letrow-plan-a .letrow-plan-roomhall {
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
}

.letrow-plan-a .letrow-plan-roombed {
  bottom: 0;
  left: 0;
  width: 52%;
  height: 42%;
}

.letrow-plan-b .letrow-plan-roomkitchen {
  top: 0;
  left: 0;
  width: 100%;
  height: 38%;
}

.letrow-plan-b .letrow-plan-roomhall {
  bottom: 0;
  left: 0;
  width: 44%;
  height: 62%;
}

.letrow-plan-b .letrow-plan-roombed {
  bottom: 0;
  right: 0;
  width: 56%;
  height: 34%;
}

.letrow-plan-b .letrow-plan-roomstair {
  bottom: 34%;
  right: 0;
  width: 56%;
  height: 28%;
}

.letrow-plan-c .letrow-plan-roomkitchen {
  top: 0;
  left: 0;
  width: 60%;
  height: 46%;
}

.letrow-plan-c .letrow-plan-roomhall {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54%;
}

.letrow-plan-c .letrow-plan-roombed {
  top: 0;
  right: 0;
  width: 40%;
  height: 46%;
}

.letrow-plan-d .letrow-plan-roomkitchen {
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
}

.letrow-plan-d .letrow-plan-roomhall {
  top: 0;
  left: 34%;
  width: 66%;
  height: 52%;
}

.letrow-plan-d .letrow-plan-roombed {
  bottom: 0;
  left: 34%;
  width: 66%;
  height: 48%;
}

.letrow-plan-e .letrow-plan-roomkitchen {
  top: 0;
  left: 0;
  width: 48%;
  height: 52%;
}

.letrow-plan-e .letrow-plan-roomhall {
  top: 0;
  right: 0;
  width: 52%;
  height: 52%;
}

.letrow-plan-e .letrow-plan-roombed {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48%;
}

.letrow-plan-e .letrow-plan-roomstair {
  bottom: 0;
  right: 0;
  width: 26%;
  height: 26%;
}

.letrow-plan-f .letrow-plan-roomkitchen {
  top: 0;
  left: 0;
  width: 100%;
  height: 34%;
}

.letrow-plan-f .letrow-plan-roomhall {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66%;
}

.letrow-plan-f .letrow-plan-roombed {
  bottom: 12%;
  right: 8%;
  width: 40%;
  height: 34%;
  border: 1px solid #262A2C;
}

/* compliance chip row under docket title */

.letrow-link {
  display: inline-block;
  margin-top: 6px;
  font-weight: 700;
  color: #2E8A5E;
  text-decoration: underline;
  letter-spacing: 0.03em;
}

.letrow-strong .letrow-link {
  color: #F2F3EE;
}

/* ---------------------------------------------------------------
   COMPLIANCE NOTICE STRIP (.noticestrip)
   --------------------------------------------------------------- */

.noticestrip {
  max-width: 1180px;
  margin: 0 auto 54px auto;
  padding: 0 24px;
}

.noticestrip-inner {
  background-color: #2E8A5E;
  color: #F2F3EE;
  border-top: 5px solid #20262A;
  border-bottom: 5px solid #20262A;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.noticestrip-rule {
  flex: 1 1 40px;
  height: 4px;
  background-color: #F2F3EE;
  min-width: 30px;
}

.noticestrip-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #F2F3EE;
  color: #20262A;
  font-weight: 800;
  font-size: 1.1rem;
  border: 2px solid #20262A;
  border-radius: 3px;
  flex: 0 0 auto;
}

.noticestrip-text {
  flex: 1 1 320px;
  font-size: 1rem;
  font-weight: 600;
  color: #F2F3EE;
  margin: 0;
}

.noticestrip-text strong {
  color: #F2F3EE;
  font-weight: 800;
}

/* ---------------------------------------------------------------
   PROSE BLOCKS + PLAN FEATURE (homepage richness)
   --------------------------------------------------------------- */

.proseblock {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 54px 24px;
}

.proseblock-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.proseblock-main {
  flex: 1 1 540px;
  min-width: 300px;
}

.proseblock-side {
  flex: 0 1 320px;
  min-width: 260px;
  background-color: #E6E9E0;
  border: 2px solid #20262A;
  border-radius: 4px;
  padding: 22px 22px 18px 22px;
}

.proseblock-side-title {
  margin: 0 0 12px 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #20262A;
  border-bottom: 3px solid #2E8A5E;
  padding-bottom: 8px;
}

.proseblock-side-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.proseblock-side-list li {
  padding: 9px 0;
  border-bottom: 1px solid #DDE2D6;
  font-size: 0.95rem;
  color: #262A2C;
}

.proseblock-side-list li:last-child {
  border-bottom: 0;
}

.proseblock-side-list strong {
  color: #20262A;
}

.h3block {
  margin: 30px 0 10px 0;
  font-size: 1.35rem;
  color: #20262A;
  font-weight: 800;
}

.h3block:first-child {
  margin-top: 0;
}

.pblock {
  margin: 0 0 15px 0;
  font-size: 1rem;
  color: #262A2C;
}

.pblock a {
  color: #2E8A5E;
  font-weight: 700;
}

/* mini rating ladder illustration used as decorative band */

.ladderband {
  max-width: 1180px;
  margin: 0 auto 54px auto;
  padding: 0 24px;
}

.ladderband-inner {
  border: 2px solid #20262A;
  border-radius: 4px;
  background-color: #E6E9E0;
  padding: 22px 24px;
  display: flex;
  gap: 18px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.ladderband-step {
  width: 46px;
  border: 2px solid #20262A;
  border-radius: 2px 2px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4px;
  font-weight: 800;
  font-size: 0.78rem;
}

.ladderband-step-a {
  height: 108px;
  background-color: #1B7A3E;
  color: #F2F3EE;
}

.ladderband-step-b {
  height: 94px;
  background-color: #4CA64C;
  color: #F2F3EE;
}

.ladderband-step-c {
  height: 80px;
  background-color: #B5CC2E;
  color: #20262A;
}

.ladderband-step-d {
  height: 66px;
  background-color: #E8C832;
  color: #20262A;
}

.ladderband-step-e {
  height: 52px;
  background-color: #E89A2E;
  color: #20262A;
}

.ladderband-step-f {
  height: 38px;
  background-color: #DF5A2E;
  color: #F2F3EE;
}

.ladderband-step-g {
  height: 26px;
  background-color: #C22F2E;
  color: #F2F3EE;
}

.ladderband-caption {
  flex: 1 1 260px;
  font-size: 0.94rem;
  color: #262A2C;
}

.ladderband-caption strong {
  color: #20262A;
}

/* ---------------------------------------------------------------
   PROCEDURE STRIP (process overview)
   --------------------------------------------------------------- */

.procedure {
  background-color: #20262A;
  padding: 58px 24px 62px 24px;
}

.procedure-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.procedure-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F2F3EE;
  border-bottom: 3px solid #2E8A5E;
  padding-bottom: 5px;
  margin-bottom: 16px;
}

.procedure-title {
  margin: 0 0 14px 0;
  font-size: 1.95rem;
  color: #F2F3EE;
  font-weight: 800;
}

.procedure-lede {
  margin: 0 0 28px 0;
  color: #DDE2D6;
  max-width: 80ch;
}

.procedure-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.procedure-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 0;
  border-top: 1px solid #DDE2D6;
}

.procedure-step:last-child {
  border-bottom: 1px solid #DDE2D6;
}

.procedure-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #2E8A5E;
  color: #F2F3EE;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 3px;
  flex: 0 0 auto;
}

.procedure-step-body {
  flex: 1 1 320px;
}

.procedure-step-title {
  margin: 0 0 6px 0;
  font-size: 1.12rem;
  color: #F2F3EE;
  font-weight: 800;
}

.procedure-step-text {
  margin: 0;
  color: #DDE2D6;
  font-size: 0.97rem;
}

/* ---------------------------------------------------------------
   CTA BAND (.ctaband)
   --------------------------------------------------------------- */

.ctaband {
  background-color: #2E8A5E;
  padding: 52px 24px 56px 24px;
  border-top: 6px solid #20262A;
  border-bottom: 6px solid #20262A;
}

.ctaband-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ctaband-copy {
  flex: 1 1 460px;
}

.ctaband-title {
  margin: 0 0 10px 0;
  font-size: 1.85rem;
  color: #F2F3EE;
  font-weight: 800;
}

.ctaband-text {
  margin: 0;
  color: #F2F3EE;
  font-size: 1rem;
  max-width: 62ch;
}

.ctaband-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ctaband-btn {
  display: inline-block;
  background-color: #F2F3EE;
  color: #20262A;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 14px 22px;
  border: 2px solid #20262A;
  border-radius: 3px;
}

.ctaband-btn-alt {
  background-color: #20262A;
  color: #F2F3EE;
  border: 2px solid #F2F3EE;
}

/* ---------------------------------------------------------------
   METER BOARD FOOTER (.meterbox)
   --------------------------------------------------------------- */

.meterbox {
  background-color: #20262A;
  padding: 0 0 34px 0;
}

.meterbox-squares {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.meterbox-square {
  width: 42px;
  height: 22px;
  border: 1px solid #20262A;
  border-top: 0;
}

.meterbox-square-a {
  background-color: #1B7A3E;
}

.meterbox-square-b {
  background-color: #4CA64C;
}

.meterbox-square-c {
  background-color: #B5CC2E;
}

.meterbox-square-d {
  background-color: #E8C832;
}

.meterbox-square-e {
  background-color: #E89A2E;
}

.meterbox-square-f {
  background-color: #DF5A2E;
}

.meterbox-square-g {
  background-color: #C22F2E;
}

.meterbox-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 24px 0 24px;
}

.meterbox-top {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 26px;
  border-bottom: 1px solid #DDE2D6;
}

.meterbox-plate {
  flex: 1 1 320px;
  background-color: #F2F3EE;
  border: 2px solid #2E8A5E;
  border-radius: 4px;
  padding: 20px 22px;
}

.meterbox-plate-name {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: #20262A;
  letter-spacing: 0.05em;
}

.meterbox-plate-blurb {
  margin: 0;
  font-size: 0.94rem;
  color: #262A2C;
}

.meterbox-groups {
  flex: 1 1 360px;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.meterbox-group {
  flex: 1 1 130px;
  min-width: 130px;
}

.meterbox-group-bar {
  height: 8px;
  border-radius: 2px;
  margin-bottom: 12px;
}

.meterbox-group-bar-g1 {
  width: 100%;
  background-color: #1B7A3E;
}

.meterbox-group-bar-g2 {
  width: 78%;
  background-color: #B5CC2E;
}

.meterbox-group-bar-g3 {
  width: 56%;
  background-color: #DF5A2E;
}

.meterbox-group-title {
  margin: 0 0 8px 0;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #DDE2D6;
}

.meterbox-group-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.meterbox-group-list li {
  padding: 4px 0;
}

.meterbox-group-list a {
  color: #F2F3EE;
  text-decoration: none;
  font-size: 0.94rem;
  border-bottom: 1px solid #DDE2D6;
}

.meterbox-group-list a:hover {
  border-bottom: 2px solid #2E8A5E;
}

.meterbox-base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 22px;
}

.meterbox-contact {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  color: #F2F3EE;
  font-size: 0.9rem;
}

.meterbox-contact a {
  color: #F2F3EE;
  text-decoration: underline;
}

.meterbox-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #2E8A5E;
  border-radius: 3px;
  padding: 6px 12px;
  color: #F2F3EE;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.meterbox-badge-glyph {
  color: #2E8A5E;
}

/* ---------------------------------------------------------------
   SERVICES PAGE - detail ledger
   --------------------------------------------------------------- */

.svcblock {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 30px 24px;
}

.svcdetail {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  background-color: #E6E9E0;
  border: 2px solid #20262A;
  border-left: 10px solid #2E8A5E;
  border-radius: 4px;
  padding: 26px 28px 24px 28px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.svcdetail:nth-child(even) {
  background-color: #F2F3EE;
  border-left-color: #20262A;
}

.svcdetail-num {
  flex: 0 0 74px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #20262A;
}

.svcdetail-body {
  flex: 1 1 460px;
  min-width: 280px;
}

.svcdetail-title {
  margin: 0 0 12px 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #20262A;
}

.svcdetail-text {
  margin: 0 0 14px 0;
  font-size: 1rem;
  color: #262A2C;
}

.svcdetail-list {
  margin: 0;
  padding: 0 0 0 20px;
  color: #262A2C;
  font-size: 0.96rem;
}

.svcdetail-list li {
  padding: 3px 0;
}

/* ---------------------------------------------------------------
   CONTACT PAGE
   --------------------------------------------------------------- */

.contactgrid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 40px 24px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.contactpanel {
  flex: 1 1 460px;
  min-width: 300px;
  background-color: #E6E9E0;
  border: 2px solid #20262A;
  border-radius: 4px;
  padding: 26px 28px;
}

.contactpanel-title {
  margin: 0 0 18px 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #20262A;
}

.contact-field {
  margin-bottom: 16px;
}

.contact-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #20262A;
  margin-bottom: 6px;
}

.contact-input {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  color: #262A2C;
  background-color: #F2F3EE;
  border: 2px solid #20262A;
  border-radius: 3px;
  padding: 12px 14px;
}

.contact-textarea {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  color: #262A2C;
  background-color: #F2F3EE;
  border: 2px solid #20262A;
  border-radius: 3px;
  padding: 12px 14px;
  min-height: 150px;
  resize: vertical;
}

.contact-submit {
  display: inline-block;
  background-color: #2E8A5E;
  color: #F2F3EE;
  border: 2px solid #20262A;
  border-radius: 3px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 14px 24px;
  cursor: pointer;
}

.contact-note {
  margin: 14px 0 0 0;
  font-size: 0.86rem;
  color: #262A2C;
}

.contact-status {
  margin: 14px 0 0 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #20262A;
}

.contactside {
  flex: 1 1 320px;
  min-width: 280px;
}

.contactcard {
  background-color: #F2F3EE;
  border: 2px solid #20262A;
  border-radius: 4px;
  padding: 22px 24px;
  margin-bottom: 22px;
}

.contactcard-title {
  margin: 0 0 14px 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #20262A;
  border-bottom: 3px solid #2E8A5E;
  padding-bottom: 8px;
}

.contactcard-row {
  display: flex;
  gap: 12px;
  padding: 7px 0;
  font-size: 0.96rem;
  color: #262A2C;
  border-bottom: 1px solid #DDE2D6;
}

.contactcard-row:last-child {
  border-bottom: 0;
}

.contactcard-key {
  flex: 0 0 108px;
  font-weight: 800;
  color: #20262A;
}

.contactcard-val a {
  color: #2E8A5E;
  font-weight: 700;
}

.faqblock {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 50px 24px;
}

.faqitem {
  background-color: #E6E9E0;
  border: 2px solid #20262A;
  border-radius: 4px;
  margin-bottom: 16px;
}

.faqitem-q {
  width: 100%;
  text-align: left;
  background-color: #20262A;
  color: #F2F3EE;
  border: 0;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 800;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.faqitem-mark {
  color: #2E8A5E;
  font-weight: 800;
  font-size: 1.2rem;
}

.faqitem-a {
  margin: 0;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  color: #262A2C;
  font-size: 0.98rem;
}

.faqitem-a.is-open {
  max-height: 600px;
  padding: 16px 20px;
}

/* ---------------------------------------------------------------
   REVEAL ANIMATION - class based only
   --------------------------------------------------------------- */

html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
}

html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

/* ---------------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------------- */

@media (max-width: 900px) {
  .ratingwall-headline {
    font-size: 2.1rem;
  }

  .letsection-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 760px) {
  .epcnav-toggle {
    display: inline-block;
  }

  .epcnav-bars {
    display: none;
    width: 100%;
  }

  .epcnav-bars.is-open {
    display: flex;
  }

  .epcnav-bar {
    width: 100%;
    max-width: 100%;
  }

  .ratingwall-headline {
    font-size: 1.85rem;
  }

  .letrow {
    flex-direction: column;
    transform: none;
  }

  .letrow-planblock {
    flex: 0 0 auto;
    width: 100%;
    max-width: 240px;
  }

  .ctaband-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
