/* =====================================================================
   Nvs Painting Ltd. - Painter Worksite Theme
   LIGHT: DROP-CLOTH #FAF9F5 · ROLLER-INK #30332B · ROLLER-TEAL #2E6B66
   ===================================================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --dropcloth: #FAF9F5;
  --paperwhite: #FFFFFF;
  --rollerink: #30332B;
  --rollerteal: #2E6B66;
  --sunset: #E8875A;
  --sky: #A8C6D8;
  --chipcream: #F7F2E7;
  --laddergrey: #828A8F;
  --deepink: #1D403C;
  --hairline: #E5E4DC;
}

html { scroll-behavior: smooth; }

body {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  color: #30332B;
  background-color: #FAF9F5;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Avenir Next", Arial, Helvetica, sans-serif;
  color: #30332B;
  line-height: 1.2;
}

p { color: #3D4038; }

a { color: #2E6B66; text-decoration: none; }

a:hover { text-decoration: underline; }

img { max-width: 100%; display: block; }

/* =====================================================================
   NAVIGATION - TAPE-ROLL NAV (.taperoll-nav)
   ===================================================================== */

.taperoll-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #FFFFFF;
  box-shadow: 0 2px 12px rgba(46,107,102,0.08);
  font-family: "Trebuchet MS", "Avenir Next", Arial, Helvetica, sans-serif;
}

.taperoll-nav .tapestrip {
  height: 12px;
  width: 100%;
  background-color: #2E6B66;
  position: relative;
}

.taperoll-nav .tapestrip .backing-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  background-color: #A8C6D8;
  opacity: 1;
}

.taperoll-nav .tapestrip .tear {
  position: absolute;
  top: 0;
  width: 8px;
  height: 4px;
  background-color: #FFFFFF;
}

.taperoll-nav .navrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand:hover { text-decoration: none; }

.brand .brand-word {
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #30332B;
  font-size: 21px;
}

.roller-glyph {
  width: 40px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.roller-glyph .cyl {
  position: absolute;
  left: 0;
  top: 1px;
  width: 26px;
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
}

.roller-glyph .cyl .h {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #2E6B66;
}

.roller-glyph .cyl .c {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #E8875A;
}

.roller-glyph .handle {
  position: absolute;
  left: 22px;
  top: 17px;
  width: 22px;
  height: 4px;
  background-color: #30332B;
  transform: rotate(-28deg);
  border-radius: 2px;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.navlinks li { display: flex; align-items: center; gap: 6px; }

.navlinks a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #30332B;
  padding: 6px 6px;
  position: relative;
  text-decoration: none;
}

.navlinks a:hover,
.navlinks a.active { color: #2E6B66; }

.navlinks a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #E8875A;
  transition: all 0.28s ease;
  transform: translateX(-50%);
}

.navlinks a:hover::after,
.navlinks a.active::after {
  width: 70%;
}

.chipdot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.chipdot.sunset { background-color: #E8875A; }
.chipdot.sky { background-color: #A8C6D8; }
.chipdot.teal { background-color: #2E6B66; }

.roller-link {
  background-color: #2E6B66;
  color: #FFFFFF !important;
  padding: 9px 18px !important;
  border-radius: 3px;
  letter-spacing: 0.08em;
}

.roller-link:hover { background-color: #1D403C; color: #FFFFFF !important; }
.roller-link:hover::after { width: 0 !important; }

/* Hamburger toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #30332B;
  border-radius: 2px;
}

/* =====================================================================
   HERO - TRAY-AND-CHIPS HERO (.traychips-hero)
   ===================================================================== */

.traychips-hero {
  background-color: #FAF9F5;
  padding: 64px 0 72px;
  position: relative;
}

.hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 44px;
  align-items: center;
}

.hero-text { max-width: 560px; }

.eyebrow {
  display: inline-block;
  background-color: #2E6B66;
  color: #FFFFFF;
  padding: 7px 16px;
  border-radius: 3px;
  font-family: "Trebuchet MS", "Avenir Next", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.hero-text h1 {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #30332B;
  margin-bottom: 22px;
}

.hero-text h1 .tealword {
  color: #2E6B66;
  display: inline-block;
  position: relative;
}

.hero-text h1 .tealword::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 8px;
  background-color: #E8875A;
  z-index: -1;
}

.hero-sub {
  font-size: 18px;
  color: #828A8F;
  line-height: 1.8;
  margin-bottom: 34px;
}

.hero-sub strong { color: #2E6B66; font-weight: 700; }

.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  font-family: "Trebuchet MS", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 15px 32px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 2px solid transparent;
}

.btn-primary {
  background-color: #2E6B66;
  color: #FFFFFF;
}

.btn-primary:hover {
  background-color: #1D403C;
  color: #FFFFFF;
  text-decoration: none;
}

.btn-outline {
  background-color: transparent;
  color: #2E6B66;
  border: 2px solid #2E6B66;
}

.btn-outline:hover {
  background-color: #2E6B66;
  color: #FFFFFF;
  text-decoration: none;
}

/* Worksite still-life graphic */
.worksite {
  position: relative;
  min-height: 420px;
}

/* paint tray */
.paint-tray {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 260px;
  height: 90px;
  background-color: #2E6B66;
  border-radius: 8px;
  border: 3px solid #1D403C;
}

.paint-tray::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: repeating-linear-gradient(90deg, #2E6B66 0 22px, #1D403C 22px 26px);
  border-radius: 0 0 5px 5px;
}

.paint-tray .roller-rest {
  position: absolute;
  top: -8px;
  left: 30px;
  width: 120px;
  height: 26px;
  background-color: #E8875A;
  border-radius: 13px;
  border: 2px solid #a8542f;
}

.paint-tray .roller-rest::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 6px;
  width: 30px;
  height: 14px;
  border: 3px solid #30332B;
  border-left-width: 6px;
  transform: rotate(-20deg);
}

.paint-tray .wetline {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
  top: 14px;
}

/* lifted paint can */
.paint-can {
  position: absolute;
  right: 8px;
  bottom: 24px;
  width: 92px;
  height: 104px;
  background-color: #FFFFFF;
  border: 3px solid #E5E4DC;
  border-radius: 4px;
  z-index: 2;
}

.paint-can .labelband {
  position: absolute;
  top: 28px;
  left: -3px;
  width: 98px;
  height: 34px;
  background-color: #2E6B66;
}

.paint-can .lid {
  position: absolute;
  top: -16px;
  left: -10px;
  width: 112px;
  height: 18px;
  background-color: #E5E4DC;
  border-radius: 4px;
  transform: rotate(6deg);
  border: 2px solid #bdbcb2;
}

.paint-can .drip {
  position: absolute;
  top: 2px;
  left: 20px;
  width: 6px;
  height: 18px;
  background-color: #E8875A;
  border-radius: 0 0 3px 3px;
}

.paint-can .stirstick {
  position: absolute;
  top: -40px;
  left: 44px;
  width: 8px;
  height: 120px;
  background-color: #C9A87C;
  transform: rotate(-14deg);
  border-radius: 2px;
}

/* colour sample chips fan */
.chip-fan {
  position: absolute;
  top: 6px;
  right: 20px;
  width: 150px;
  height: 150px;
  z-index: 3;
}

.chip-fan .card {
  position: absolute;
  width: 96px;
  height: 130px;
  border-radius: 6px;
  border: 2px solid #E5E4DC;
  box-shadow: 0 6px 14px rgba(48,51,43,0.10);
  transform-origin: bottom left;
}

.chip-fan .card .swatch {
  width: 100%;
  height: 90px;
  border-radius: 4px 4px 0 0;
}

.chip-fan .card .ctag {
  height: 36px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chip-fan .card.cream .ctag { background-color: #F7F2E7; color: #30332B; }
.chip-fan .card.sky .ctag { background-color: #A8C6D8; color: #FFFFFF; }
.chip-fan .card.sunset .ctag { background-color: #E8875A; color: #FFFFFF; }
.chip-fan .card.teal .ctag { background-color: #2E6B66; color: #FFFFFF; }
.chip-fan .card.ink .ctag { background-color: #30332B; color: #FFFFFF; }

.chip-fan .card.cream .swatch { background-color: #F3E8D2; }
.chip-fan .card.sky .swatch { background-color: #A8C6D8; }
.chip-fan .card.sunset .swatch { background-color: #E8875A; }
.chip-fan .card.teal .swatch { background-color: #2E6B66; }
.chip-fan .card.ink .swatch { background-color: #30332B; }

.chip-fan .card.c1 { bottom: 0; left: 0; transform: rotate(-16deg); z-index: 5; }
.chip-fan .card.c2 { bottom: 4px; left: 20px; transform: rotate(-7deg); z-index: 4; }
.chip-fan .card.c3 { bottom: 8px; left: 40px; transform: rotate(2deg); z-index: 3; }
.chip-fan .card.c4 { bottom: 4px; left: 60px; transform: rotate(11deg); z-index: 2; }

.chip-fan .punchnote {
  position: absolute;
  top: 4px;
  left: 40px;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #E5E4DC;
}

/* step ladder */
.step-ladder {
  position: absolute;
  top: 0;
  left: 6px;
  width: 96px;
  height: 210px;
  z-index: 1;
}

.step-ladder .leg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 14px;
  background-color: #9BA3A8;
  border-radius: 5px;
}

.step-ladder .leg.l1 { left: 0; transform: rotate(8deg); }
.step-ladder .leg.l2 { right: 0; transform: rotate(-8deg); }

.step-ladder .tread {
  position: absolute;
  left: -4px;
  right: -4px;
  height: 10px;
  background-color: #9BA3A8;
  border-radius: 3px;
}

.step-ladder .tread.t1 { top: 40px; }
.step-ladder .tread.t2 { top: 90px; }
.step-ladder .tread.t3 { top: 142px; }

/* cut-in line + brush */
.cutline {
  position: absolute;
  top: 130px;
  left: 120px;
  width: 200px;
  height: 130px;
  background-color: #FFFFFF;
  border: 3px solid #F7F2E7;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
}

.cutline .paintedhalf {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background-color: #2E6B66;
}

.cutline .cutin {
  position: absolute;
  left: 55%;
  width: 3px;
  top: 0;
  height: 100%;
  background-color: #1D403C;
}

.cutline .brush {
  position: absolute;
  right: -14px;
  bottom: 6px;
  width: 20px;
  height: 60px;
  background-color: #FFFFFF;
  border: 2px solid #30332B;
  border-radius: 4px;
  transform: rotate(14deg);
}

.cutline .brush .ferrule {
  position: absolute;
  top: 0;
  left: -2px;
  width: 20px;
  height: 18px;
  background-color: #9BA3A8;
  border-radius: 2px;
}

.cutline .brush .bristol {
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 20px;
  height: 38px;
  background-color: #E8875A;
  border-radius: 0 0 4px 4px;
}

/* masking tape */
.maskingtape {
  position: absolute;
  bottom: 118px;
  left: 0;
  width: 300px;
  height: 12px;
  background-color: #E8875A;
  opacity: 1;
}

/* wet paint sign */
.wetsign {
  position: absolute;
  right: 30px;
  bottom: 148px;
  width: 90px;
  height: 40px;
  background-color: #FFFFFF;
  border: 2px solid #30332B;
  border-radius: 3px;
  transform: rotate(-4deg);
  text-align: center;
  line-height: 34px;
  z-index: 4;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #30332B;
  text-transform: uppercase;
  box-shadow: 0 4px 8px rgba(48,51,43,0.12);
}

.wetsign::before {
  content: "";
  display: block;
}

/* sprayer wand */
.sprayer {
  position: absolute;
  top: 20px;
  left: 150px;
  width: 12px;
  height: 180px;
  border: 3px solid #9BA3A8;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: rotate(16deg);
  box-shadow: none;
  background: linear-gradient(90deg, #9BA3A8 40%, #e7ecef 40%, #e7ecef 60%, #9BA3A8 60%);
}

/* drop cloth folds */
.dropclothfold {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #F7F2E7;
  z-index: 6;
  border-top: 3px solid #E5E4DC;
  opacity: 1;
}

/* =====================================================================
   CHIP CARD ROWS
   ===================================================================== */

.section-chipcard {
  background-color: #FAF9F5;
  padding: 56px 0 20px;
}

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 46px;
}

.section-head .kicker {
  display: inline-block;
  background-color: #A8C6D8;
  color: #30332B;
  padding: 5px 14px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-head h2 {
  font-size: 38px;
  color: #2E6B66;
  margin-bottom: 12px;
}

.section-head p {
  color: #828A8F;
  font-size: 17px;
}

.chipcard-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chip-row {
  display: grid;
  grid-template-columns: 150px 1fr 150px;
  gap: 28px;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #E5E4DC;
  border-radius: 6px;
  padding: 30px 34px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chip-row:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(48,51,43,0.08);
}

.chip-row .chipstack {
  position: relative;
  width: 130px;
  height: 120px;
}

.chip-row .chipstack .card {
  position: absolute;
  width: 74px;
  height: 108px;
  border-radius: 5px;
  border: 2px solid #FFFFFF;
  box-shadow: 0 6px 12px rgba(48,51,43,0.14);
}

.chip-row .chipstack .card .swatch {
  width: 100%;
  height: 72px;
}

.chip-row .chipstack .card .lbl {
  height: 32px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.chip-row .chipstack .card.c-teal { left: 0; top: 0; transform: rotate(-14deg); z-index: 3; }
.chip-row .chipstack .card.c-sunset { left: 26px; top: 6px; transform: rotate(3deg); z-index: 2; }
.chip-row .chipstack .card.c-sky { left: 52px; top: 12px; transform: rotate(16deg); z-index: 1; }

.chip-row .chipstack .c-teal .swatch { background-color: #2E6B66; }
.chip-row .chipstack .c-teal .lbl { background-color: #1D403C; color: #FFFFFF; }
.chip-row .chipstack .c-sunset .swatch { background-color: #E8875A; }
.chip-row .chipstack .c-sunset .lbl { background-color: #c96a3d; color: #FFFFFF; }
.chip-row .chipstack .c-sky .swatch { background-color: #A8C6D8; }
.chip-row .chipstack .c-sky .lbl { background-color: #7b9bb8; color: #FFFFFF; }

.chiprow-body h3 {
  font-size: 23px;
  color: #30332B;
  margin-bottom: 8px;
}

.chiprow-body p { color: #828A8F; font-size: 15.5px; }

.chiprow-body p strong { color: #2E6B66; }

.coats-meter {
  justify-self: end;
  width: 46px;
  height: 210px;
  background-color: #FAF9F5;
  border: 1px solid #E5E4DC;
  border-radius: 22px;
  position: relative;
}

.coats-meter .fill {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 28px;
  border-radius: 14px;
  background-color: #2E6B66;
  height: 40%;
}

.coats-meter .coattick {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #30332B;
  border-radius: 3px;
}

.coats-meter .fill.full { height: 78%; }
.coats-meter .fill.mid { height: 52%; }
.coats-meter .fill.hi { height: 60%; }
.coats-meter .fill.vlow { height: 28%; }

.coats-meter .fill-label {
  position: absolute;
  right: -46px;
  top: 46%;
  transform: rotate(90deg);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2E6B66;
  width: 120px;
  text-align: left;
}

/* reversal order variant */
.chip-row.alt .chipstack .card.c-teal { left: 0; top: 0; transform: rotate(14deg); z-index: 1; }
.chip-row.alt .chipstack .card.c-sunset { left: 26px; top: 6px; transform: rotate(3deg); z-index: 2; }
.chip-row.alt .chipstack .card.c-sky { left: 52px; top: 12px; transform: rotate(-16deg); z-index: 3; }
.chip-row.alt .chipstack .card.c-teal .lbl { background-color: #1D403C; }

/* =====================================================================
   COATS METRIC BAND
   ===================================================================== */

.coats-metric-band {
  background-color: #2E6B66;
  padding: 52px 0;
  margin-top: 46px;
}

.metric-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.metric-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  text-align: center;
  position: relative;
}

.metric-cell:not(:first-child) { border-left: 1px solid #7fa19d; }

.metric-cell .num {
  font-family: "Trebuchet MS", "Avenir Next", Arial, sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #FAF9F5;
  line-height: 1.1;
}

.metric-cell .lbl {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #F7F2E7;
  margin-top: 8px;
}

/* =====================================================================
   STATEMENT BAND
   ===================================================================== */

.statement-band {
  background-color: #FFFFFF;
  padding: 70px 0;
}

.statement-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  position: relative;
  padding-left: 60px;
  text-align: left;
}

.statement-inner .accentbar {
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  background-color: #E8875A;
}

.statement-inner .accentbar { bottom: 8px; }

.statement-inner h2 {
  font-size: 34px;
  color: #30332B;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 16px;
}

.statement-inner .statement-attr {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2E6B66;
  font-weight: 700;
}

/* =====================================================================
   CTA BAND
   ===================================================================== */

.cta-band {
  background-color: #FAF9F5;
  padding: 64px 0;
}

.cta-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.cta-inner h2 {
  font-size: 40px;
  color: #2E6B66;
  margin-bottom: 14px;
}

.cta-inner p {
  color: #828A8F;
  font-size: 18px;
  margin-bottom: 30px;
}

/* =====================================================================
   FOOTER - CUT-IN LINE FOOTER (.cutin-footer)
   ===================================================================== */

.cutin-footer {
  background-color: #1D403C;
  color: #FAF9F5;
  font-family: "Trebuchet MS", "Avenir Next", Arial, sans-serif;
}

.cutin-footer .chips-strip {
  height: 14px;
  width: 100%;
  background: repeating-linear-gradient(90deg, #2E6B66 0 46px, #E8875A 46px 92px, #A8C6D8 92px 138px, #F7F2E7 138px 184px);
}

.footer-body {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 44px 24px 20px;
  text-align: center;
}

.footer-body .f-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer-body .f-brand .brand-word {
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #FAF9F5;
  font-size: 22px;
}

.roller-glyph.light .cyl .h { background-color: #FAF9F5; }
.roller-glyph.light .cyl .c { background-color: #E8875A; }
.roller-glyph.light .handle { background-color: #FAF9F5; }

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 22px;
  list-style: none;
}

.footer-links a {
  color: #CBDCD9;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-links a:hover { color: #FFFFFF; text-decoration: none; }

.wetpaint-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 24px;
}

.wetpaint-divider .dottray {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E8875A;
}

.wetpaint-divider .dotcol {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E8875A;
  margin: 0 14px;
}

.wetsign-light {
  display: inline-block;
  background-color: #FAF9F5;
  color: #30332B;
  width: 64px;
  height: 62px;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.wetsign-light .signboard {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}

.wetsign-light .stroke {
  width: 42px;
  height: 4px;
  background-color: #2E6B66;
  margin: 6px auto 3px;
  border-radius: 2px;
  position: relative;
}

.wetsign-light .stroke::after {
  content: "";
  position: absolute;
  right: 2px;
  top: -1px;
  width: 7px;
  height: 2px;
  background-color: #A8C6D8;
  border-radius: 2px;
}

.footer-legal {
  font-size: 13.5px;
  color: #9fbab6;
  line-height: 1.9;
  padding-bottom: 10px;
}

.footer-legal span { display: inline-block; margin: 0 4px; }
.footer-legal a { color: #A8C6D8; }
.footer-legal a:hover { color: #E8875A; text-decoration: none; }

/* =====================================================================
   SCROLL REVEAL
   ===================================================================== */

.fade-up { opacity: 1; }

.fade-up.noscript-hide { opacity: 0; }

.fade-up.visible {
  opacity: 1;
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */

@media (max-width: 920px) {
  .nav-toggle { display: flex; }

  .navlinks {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 24px 20px;
    gap: 6px;
    display: none;
    box-shadow: 0 14px 20px rgba(48,51,43,0.08);
    z-index: 90;
  }

  .navlinks.open { display: flex; }

  .navlinks li { justify-content: flex-start; }

  .chipdot { display: none; }

  .navlinks .roller-link { text-align: left; padding-left: 6px; }

  .traychips-hero { padding: 48px 0 30px; }

  .hero-inner { grid-template-columns: 1fr; gap: 10px; }

  .hero-text h1 { font-size: 40px; }

  .worksite { min-height: 330px; margin-top: 20px; }

  .chip-row { grid-template-columns: 1fr; gap: 22px; padding: 26px; }

  .chip-row .chipstack { margin: 0 auto; }

  .chiprow-body { text-align: center; }

  .chiprow-body h3 { text-align: center; }

  .coats-meter { display: none; }

  .metric-inner { grid-template-columns: repeat(2, 1fr); gap: 10px 0; }

  .metric-cell:not(:first-child) { border-left: none; }

  .metric-cell { padding: 16px 0; }

  .metric-inner { border-top: 1px solid #7fa19d; }

  .metric-cell .num { font-size: 44px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }

  .hero-text h1 { font-size: 32px; }

  .hero-text p { font-size: 16px; }

  .section-head h2 { font-size: 30px; }

  .metric-cell .num { font-size: 34px; }

  .footer-links { gap: 6px 14px; }
}

/* =====================================================================
   SECONDARY PAGE BANNER + CONTENT (services / contact)
   ===================================================================== */

.page-banner {
  background-color: #2E6B66;
  padding: 60px 24px 40px;
  position: relative;
  overflow: hidden;
}

.page-banner .banner-inner {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.page-banner .ba-chip {
  display: inline-block;
  background-color: #F7F2E7;
  color: #1D403C;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 3px;
  margin-bottom: 18px;
}

.page-banner h1 {
  color: #FFFFFF;
  font-size: 44px;
  margin-bottom: 14px;
}

.page-banner p {
  color: #F7F2E7;
  font-size: 18px;
  margin: 0 auto;
  max-width: 640px;
}

.services-intro {
  background-color: #FAF9F5;
  padding: 50px 0 8px;
}

.detail-band {
  background-color: #FAF9F5;
  padding: 20px 0 34px;
}

.detail-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 26px;
  background-color: #FFFFFF;
  border: 1px solid #E5E4DC;
  border-radius: 6px;
  padding: 26px 30px;
  margin-bottom: 20px;
  transition: box-shadow 0.2s ease;
}

.detail-card:hover { box-shadow: 0 8px 22px rgba(48,51,43,0.06); }

.detail-card .dicon {
  width: 96px;
  height: 96px;
  border-radius: 8px;
  background-color: #2E6B66;
  position: relative;
}

.detail-card .dicon::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 5px;
}

.detail-card .dicon.sky { background-color: #A8C6D8; }
.detail-card .dicon.sunset { background-color: #E8875A; }
.detail-card .dicon.ink { background-color: #30332B; }

.detail-card .dbody h2 {
  font-size: 22px;
  color: #30332B;
  margin-bottom: 8px;
}

.detail-card .dbody h2 span { color: #2E6B66; }

.detail-card .dbody p { color: #3D4038; }
.detail-card .dbody p b { color: #2E6B66; }

.feature-line {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature-line span {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #30332B;
  background-color: #F7F2E7;
  border: 1px solid #E5E4DC;
  padding: 5px 12px;
  border-radius: 20px;
}

/* Process overview */
.process-band {
  background-color: #FFFFFF;
  padding: 54px 0;
}

.proc-head {
  text-align: center;
  margin-bottom: 40px;
}

.proc-head h2 {
  font-size: 34px;
  color: #2E6B66;
}

.proc-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.proc-step {
  background-color: #FAF9F5;
  border-radius: 6px;
  border-top: 5px solid #E8875A;
  padding: 22px 20px;
  text-align: center;
}

.proc-step:nth-child(even) { border-top-color: #A8C6D8; }

.proc-step .pnum {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #2E6B66;
  color: #FFFFFF;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto 12px;
}

.proc-step h3 { font-size: 16px; color: #30332B; margin-bottom: 6px; }
.proc-step p { color: #828A8F; font-size: 14px; }

/* CTA band reused */
.cta-band { padding: 60px 0 70px; }

@media (max-width: 860px) {
  .proc-steps { grid-template-columns: repeat(2, 1fr); }
  .detail-card { grid-template-columns: 1fr; text-align: left; }
  .detail-card .dicon { margin-bottom: 4px; }
}

@media (max-width: 540px) {
  .proc-steps { grid-template-columns: 1fr; }
  .page-banner h1 { font-size: 32px; }
}

/* =====================================================================
   CONTACT PAGE: detail layout + form + info cards + FAQ accordion
   ===================================================================== */

.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  padding: 46px 0 8px;
}

.contact-form-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E4DC;
  border-radius: 8px;
  padding: 34px 32px;
}

.contact-form-card h2 { font-size: 26px; color: #2E6B66; margin-bottom: 6px; }

.contact-form-card > p { color: #828A8F; margin-bottom: 24px; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-grid .full { grid-column: 1 / -1; }

.field label {
  display: block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #30332B;
  margin-bottom: 6px;
  font-weight: 700;
}

.field label small { color: #E8875A; }

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #D8D6CD;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #30332B;
  font-family: inherit;
  font-size: 15px;
}

.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: #2E6B66;
  box-shadow: 0 0 0 3px rgba(46,107,102,0.15);
}

.field textarea { resize: vertical; min-height: 130px; }

.form-note {
  font-size: 13px;
  color: #828A8F;
  margin-top: 16px;
  line-height: 1.6;
}

.form-status {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
}

.form-status.ok { display: block; background-color: #eef5ee; color: #2E6B66; border: 1px solid #cfe0cf; }
.form-status.err { display: block; background-color: #fbeeec; color: #a94442; border: 1px solid #eac2be; }

.btn-submit {
  margin-top: 8px;
  width: 100%;
}

.contact-info-stack { display: flex; flex-direction: column; gap: 20px; }

.info-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E4DC;
  border-left: 6px solid #2E6B66;
  border-radius: 6px;
  padding: 24px 24px;
}

.info-card.sunset { border-left-color: #E8875A; }
.info-card.sky { border-left-color: #A8C6D8; }

.info-card h3 {
  font-size: 18px;
  color: #30332B;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.info-card p { color: #3D4038; margin-bottom: 4px; }

.info-card .biglabel {
  display: block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2E6B66;
  margin-bottom: 4px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EFEEE7;
  padding: 8px 0;
  color: #3D4038;
  font-size: 15px;
}

.hours-row:last-child { border-bottom: none; }

.hours-row .day { font-family: "Trebuchet MS", Arial, sans-serif; font-weight: 700; color: #30332B; }
.hours-row .status-green { color: #2E6B66; font-weight: 600; }

.static-map {
  margin-top: 16px;
  background-color: #FAF9F5;
  border: 1px dashed #C4C2B8;
  border-radius: 6px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  color: #828A8F;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
}

/* FAQ accordion */
.faq-band {
  background-color: #FFFFFF;
  padding: 54px 0 70px;
}

.faq-list { max-width: 760px; margin: 0 auto; padding: 0 24px; }

.faq-item {
  border: 1px solid #E5E4DC;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #FAF9F5;
}

.faq-item .faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 22px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #30332B;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item .faq-q:hover { color: #2E6B66; }

.faq-item .faq-q .faq-mark {
  color: #E8875A;
  font-size: 22px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-item .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item .faq-a p {
  padding: 0 22px 18px;
  color: #3D4038;
}

.faq-item.open .faq-q .faq-mark { transform: rotate(45deg); }

@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
}

/* =====================================================================
   HOMEPAGE: plan-before-paint note band + mini steps
   ===================================================================== */

.home-note-band {
  background-color: #FFFFFF;
  border-top: 6px solid #F7F2E7;
  padding: 48px 0 34px;
}

.note-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.note-block h3 {
  font-size: 24px;
  color: #2E6B66;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
}

.note-block h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 4px;
  background-color: #E8875A;
}

.note-block p {
  color: #3D4038;
  margin: 14px 0;
}

.note-block p strong { color: #2E6B66; }

.tick-list {
  list-style: none;
  margin: 10px 0 6px;
}

.tick-list li {
  position: relative;
  padding: 7px 0 7px 30px;
  color: #3D4038;
  border-bottom: 1px solid #EFEEE7;
}

.tick-list li:last-child { border-bottom: none; }

.tick-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #2E6B66;
  border-bottom: 3px solid #2E6B66;
  transform: rotate(-45deg);
}

.step-band {
  background-color: #FAF9F5;
  padding: 30px 0 60px;
}

.proc-head.fade-up .step-title {
  font-size: 30px;
  color: #2E6B66;
}

.mini-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.mini-step {
  display: flex;
  gap: 14px;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #E5E4DC;
  border-radius: 6px;
  padding: 16px 18px;
}

.mini-step .stepnum {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #A8C6D8;
  color: #FFFFFF;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}

.mini-step strong {
  display: block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #30332B;
  font-size: 15px;
}

.mini-step p { color: #828A8F; font-size: 13px; }

@media (max-width: 900px) {
  .note-grid { grid-template-columns: 1fr; gap: 24px; }
  .mini-steps { grid-template-columns: 1fr; }
}
