/* ==========================================================================
   UTVALLEY CONSTRUCTION LLC — flatwork yard stylesheet
   Theme: slab-morning. Accent: screed-orange #D2691E.
   Skeleton: form panel head / pour scene hero / cure wall courses /
   grade strip / material crib footer.
   ========================================================================== */

:root {
  --laitance-paper: #F1EFE7;
  --grade-ink: #2C2B27;
  --screed-orange: #D2691E;
  --form-steel: #2E3230;
  --slab-grey: #E8E7E2;
  --lumber-tan: #CBB08A;
  --rebar-grey: #7E8385;
  --cure-slate: #5E6E74;
  --cure-sand: #C2A878;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #F1EFE7;
  color: #2C2B27;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.65;
  overflow-x: hidden;
}

/* --------------------------------------------------------------------------
   REVEAL SAFETY — content is visible by default; JS may dim then reveal.
   Without JS the noscript rule keeps everything visible.
   -------------------------------------------------------------------------- */
.reveal {
  transition: transform 700ms ease-out;
}

.reveal.is-revealed {
  transform: translateY(0);
}

.js-armed .reveal:not(.is-revealed) {
  transform: translateY(18px);
}

/* ==========================================================================
   NAVIGATION — FORM PANEL HEAD (.formdeck)
   ========================================================================== */

.formdeck {
  background-color: #2E3230;
  padding: 14px 22px 18px 22px;
  border-bottom: 6px solid #D2691E;
}

.formdeck-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}

.brandplate {
  background-color: #3A3F3C;
  border: 2px solid #7E8385;
  border-radius: 3px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
}

.brand-glyph {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background-color: #D2691E;
  position: relative;
  border-radius: 2px;
}

.brand-glyph::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 20px;
  height: 6px;
  background-color: #2E3230;
  border-radius: 1px;
}

.brand-glyph::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 8px;
  width: 3px;
  height: 18px;
  background-color: #2E3230;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  color: #F1EFE7;
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.2;
}

.brand-sub {
  color: #CBB08A;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.formdeck-toggle {
  display: none;
}

.formpanels {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-end;
  flex: 1 1 auto;
}

.formpanel {
  position: relative;
  display: block;
  flex: 1 1 130px;
  min-width: 118px;
  background-color: #E8E7E2;
  border: 2px solid #7E8385;
  border-radius: 2px;
  padding: 16px 12px 20px 12px;
  text-decoration: none;
  color: #2C2B27;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.formpanel::before,
.formpanel::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #7E8385;
}

.formpanel::before {
  left: 8px;
}

.formpanel::after {
  right: 8px;
}

.panel-wale-top {
  position: absolute;
  left: 4px;
  right: 4px;
  top: 5px;
  height: 4px;
  background-color: #CBB08A;
}

.panel-wale-bottom {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 5px;
  height: 4px;
  background-color: #CBB08A;
}

.panel-label {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}

.panel-num {
  position: absolute;
  right: 9px;
  bottom: 14px;
  font-size: 10px;
  color: #7E8385;
  letter-spacing: 0.08em;
}

.formpanel--tall {
  padding-top: 26px;
  padding-bottom: 28px;
}

.formpanel--short {
  padding-top: 10px;
  padding-bottom: 12px;
}

.formpanel:hover,
.formpanel:focus {
  background-color: #CBB08A;
  outline: none;
}

.formpanel--current {
  background-color: #D2691E;
  color: #F1EFE7;
  border-color: #CBB08A;
}

/* ==========================================================================
   HERO — POUR SCENE (.pourline)
   ========================================================================== */

.pourline {
  background-color: #F1EFE7;
  padding: 40px 22px 30px 22px;
  border-bottom: 3px solid #7E8385;
}

.pourline-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.pourslab {
  position: relative;
  background-color: #E8E7E2;
  border: 3px solid #7E8385;
  border-radius: 4px;
  padding: 30px 26px 40px 26px;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 26px;
  min-height: 380px;
  overflow: hidden;
}

.slab-granule {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #CBB08A;
  border-radius: 50%;
  top: 84px;
  left: 40%;
}

/* --- mixer chute (left) --- */
.mixer {
  position: relative;
  min-height: 300px;
}

.mixer-drum {
  position: absolute;
  left: 4px;
  top: 20px;
  width: 130px;
  height: 130px;
  background-color: #2E3230;
  border-radius: 12px 12px 4px 4px;
  border: 3px solid #7E8385;
}

.mixer-drum::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  margin: -27px 0 0 -27px;
  background-color: #E8E7E2;
  border-radius: 50%;
  border: 4px solid #7E8385;
}

.mixer-chute {
  position: absolute;
  left: 108px;
  top: 66px;
  width: 150px;
  height: 30px;
  background-color: #7E8385;
  border: 2px solid #2E3230;
  transform: rotate(24deg);
  transform-origin: left center;
  border-radius: 3px;
}

.pour-stream {
  position: absolute;
  left: 232px;
  top: 128px;
  width: 14px;
  height: 120px;
  background-color: #CBB08A;
  border-left: 2px solid #7E8385;
  border-right: 2px solid #7E8385;
}

.form-edge {
  position: absolute;
  left: 40px;
  right: 0;
  top: 250px;
  height: 16px;
  background-color: #CBB08A;
  border-top: 2px solid #8C7A54;
}

.bleed-water {
  position: absolute;
  left: 60px;
  right: 10px;
  top: 288px;
  height: 3px;
  background-color: #C2A878;
  border-radius: 2px;
}

/* --- screed rails (center) --- */
.railrig {
  position: relative;
  min-height: 300px;
}

.rail-stake-a,
.rail-stake-b {
  position: absolute;
  width: 8px;
  height: 96px;
  background-color: #CBB08A;
  border: 2px solid #8C7A54;
  top: 150px;
}

.rail-stake-a {
  left: 14%;
}

.rail-stake-b {
  right: 14%;
}

.rail-bar {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 146px;
  height: 8px;
  background-color: #7E8385;
  border-top: 2px solid #2E3230;
  border-bottom: 2px solid #2E3230;
}

.screed-board {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 172px;
  height: 14px;
  background-color: #CBB08A;
  border: 2px solid #8C7A54;
  border-radius: 2px;
}

.screed-handle {
  position: absolute;
  right: 6%;
  top: 158px;
  width: 40px;
  height: 40px;
  background-color: #D2691E;
  border-radius: 50%;
  border: 3px solid #C05A2E;
}

.screed-handle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background-color: #F1EFE7;
  border-radius: 50%;
}

/* --- cylinder rack (right) --- */
.cylinder-rack {
  position: relative;
  min-height: 300px;
}

.rack-shelf {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 62px;
  height: 14px;
  background-color: #CBB08A;
  border: 2px solid #8C7A54;
}

.cure-cylinder {
  position: absolute;
  bottom: 76px;
  width: 46px;
  height: 118px;
  background-color: #E8E7E2;
  border: 3px solid #7E8385;
  border-radius: 6px 6px 2px 2px;
}

.cure-cylinder::before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  top: -12px;
  height: 14px;
  background-color: #2E3230;
  border-radius: 6px 6px 0 0;
  border: 2px solid #7E8385;
}

.cylinder-one {
  left: 12px;
}

.cylinder-two {
  left: 76px;
}

.cylinder-three {
  left: 140px;
}

.date-cap {
  position: absolute;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
  background-color: #C2A878;
  color: #2C2B27;
  font-size: 9px;
  letter-spacing: 0.04em;
  padding: 2px 5px;
  border-radius: 2px;
  white-space: nowrap;
}

/* --- headline stencil --- */
.stencil-head {
  grid-column: 1 / -1;
  position: relative;
  z-index: 3;
  margin: 6px 0 0 0;
}

.stencil-head h1 {
  margin: 0;
  font-size: 46px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2C2B27;
}

.stencil-head h1 .line-poured {
  color: #D2691E;
  display: block;
}

.stencil-head h1 span {
  display: block;
}

.stencil-head p {
  margin: 14px 0 0 0;
  max-width: 640px;
  font-size: 17px;
  color: #2C2B27;
}

.grade-line {
  grid-column: 1 / -1;
  position: relative;
  height: 22px;
  margin-top: 6px;
  border-top: 3px solid #7E8385;
}

.slope-tick {
  position: absolute;
  top: -3px;
  width: 2px;
  height: 12px;
  background-color: #CBB08A;
}

.slope-tick-a {
  left: 10%;
}

.slope-tick-b {
  left: 32%;
}

.slope-tick-c {
  left: 54%;
}

.slope-tick-d {
  left: 76%;
}

/* --- site desk --- */
.sitedesk {
  grid-column: 1 / -1;
  background-color: #CBB08A;
  border: 3px solid #8C7A54;
  border-radius: 3px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sitedesk p {
  margin: 0;
  max-width: 640px;
  color: #2C2B27;
  font-size: 16px;
}

.desk-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.cyl-cta {
  display: inline-block;
  background-color: #E8E7E2;
  color: #2C2B27;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 14px 22px 14px 46px;
  border-radius: 28px;
  border: 3px solid #D2691E;
  position: relative;
  font-size: 15px;
}

.cyl-cta::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 50%;
  background-color: #D2691E;
}

.cyl-cta:hover,
.cyl-cta:focus {
  background-color: #D2691E;
  color: #F1EFE7;
  outline: none;
}

.desk-textlink {
  color: #2C2B27;
  font-weight: bold;
  text-decoration: underline;
  font-size: 15px;
}

.desk-textlink:hover {
  color: #8C7A54;
}

/* ==========================================================================
   INTRO BAND
   ========================================================================== */

.yardnote {
  background-color: #F1EFE7;
  padding: 44px 22px 30px 22px;
}

.yardnote-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 34px;
  align-items: start;
}

.yardnote h2 {
  margin: 0 0 12px 0;
  font-size: 30px;
  color: #2C2B27;
}

.yardnote p {
  margin: 0 0 14px 0;
  color: #2C2B27;
}

.yardnote-side {
  background-color: #E8E7E2;
  border: 3px solid #7E8385;
  border-left: 10px solid #D2691E;
  border-radius: 3px;
  padding: 20px 22px;
}

.yardnote-side h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #2C2B27;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

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

.factlist li {
  padding: 8px 0 8px 22px;
  position: relative;
  color: #2C2B27;
  border-bottom: 1px solid #CBB08A;
}

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

.factlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  background-color: #D2691E;
  border-radius: 2px;
}

/* ==========================================================================
   SECTIONS — CURE WALL COURSES (.curewall)
   ========================================================================== */

.curewall {
  background-color: #E8E7E2;
  padding: 50px 22px 54px 22px;
  border-top: 3px solid #7E8385;
  border-bottom: 3px solid #7E8385;
}

.curewall-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.curewall-head {
  margin: 0 0 30px 0;
}

.curewall-head h2 {
  margin: 0 0 8px 0;
  font-size: 32px;
  color: #2C2B27;
}

.curewall-head p {
  margin: 0;
  max-width: 720px;
  color: #2C2B27;
}

.course {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 26px;
}

.course--lower {
  margin-left: 7%;
  margin-right: -3%;
}

.curestamp {
  position: relative;
  background-color: #F1EFE7;
  border: 3px solid #7E8385;
  border-radius: 4px;
  padding: 26px 22px 22px 22px;
}

.stampcap {
  position: absolute;
  top: -14px;
  left: 18px;
  background-color: #D2691E;
  color: #F1EFE7;
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 3px 9px;
  border-radius: 2px;
}

.stampmark {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 62px;
  height: 62px;
  border-radius: 8px;
  border: 3px solid #2C2B27;
  opacity: 1;
}

.stampmark--slate {
  background-color: #5E6E74;
}

.stampmark--sand {
  background-color: #C2A878;
}

.stampmark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border: 3px solid #F1EFE7;
  border-radius: 50%;
}

.stampmark--coverage .stampmark-fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background-color: #2C2B27;
  border-radius: 0 0 5px 5px;
}

.curestamp h3 {
  margin: 6px 0 10px 0;
  font-size: 19px;
  color: #2C2B27;
  padding-right: 68px;
}

.curestamp p {
  margin: 0;
  font-size: 15px;
  color: #2C2B27;
}

.curestamp a {
  color: #D2691E;
  font-weight: bold;
  text-decoration: underline;
}

.cyltag {
  position: absolute;
  right: 16px;
  bottom: 12px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #7E8385;
}

.curestamp--border28 {
  border-color: #D2691E;
}

.curestamp--border28 .cyltag {
  color: #D2691E;
  font-weight: bold;
}

/* ==========================================================================
   ACCENT STRIP — GRADE STRIP
   ========================================================================== */

.gradestrip {
  background-color: #2E3230;
  padding: 18px 22px;
}

.gradestrip-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.levelrule {
  position: relative;
  flex: 0 0 300px;
  height: 14px;
  background-color: #CBB08A;
  border-radius: 3px;
}

.levelrule-bubble {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 10px;
  margin: -5px 0 0 -13px;
  background-color: #F1EFE7;
  border: 2px solid #7E8385;
  border-radius: 6px;
}

.levelrule-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 4px;
  margin: -2px 0 0 -4px;
  background-color: #D2691E;
  border-radius: 3px;
}

.levelrule-tick {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 18px;
  margin-top: -9px;
  background-color: #7E8385;
}

.levelrule-tick-a {
  left: 8px;
}

.levelrule-tick-b {
  right: 8px;
}

.gradestrip-text {
  color: #E8E7E2;
  margin: 0;
  font-size: 15px;
  flex: 1 1 320px;
}

/* ==========================================================================
   CRAFT / MATERIAL BANDS
   ========================================================================== */

.yardcraft {
  background-color: #F1EFE7;
  padding: 48px 22px;
}

.yardcraft-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.craftblock {
  background-color: #E8E7E2;
  border: 3px solid #7E8385;
  border-radius: 3px;
  padding: 24px 24px 26px 24px;
}

.craftblock h2 {
  margin: 0 0 12px 0;
  font-size: 24px;
  color: #2C2B27;
}

.craftblock p {
  margin: 0 0 12px 0;
  color: #2C2B27;
}

.craftblock a {
  color: #D2691E;
  font-weight: bold;
  text-decoration: underline;
}

.craft-swabs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.swab {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  border: 2px solid #7E8385;
}

.swab-one {
  background-color: #CBB08A;
}

.swab-two {
  background-color: #7E8385;
}

.swab-three {
  background-color: #D2691E;
}

.swab-four {
  background-color: #5E6E74;
}

.swab-five {
  background-color: #C2A878;
}

/* material crib mini scene inside craft */
.cribscene {
  margin-top: 16px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.crib-board {
  width: 70px;
  height: 14px;
  background-color: #CBB08A;
  border: 2px solid #8C7A54;
  border-radius: 2px;
}

.crib-sack {
  width: 40px;
  height: 52px;
  background-color: #E8E7E2;
  border: 2px solid #7E8385;
  border-radius: 3px 3px 6px 6px;
  position: relative;
}

.crib-sack::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 5px;
  width: 24px;
  height: 8px;
  background-color: #7E8385;
}

/* ==========================================================================
   PROCESS BAND
   ========================================================================== */

.poursteps {
  background-color: #E8E7E2;
  padding: 48px 22px 52px 22px;
  border-top: 3px solid #7E8385;
}

.poursteps-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.poursteps h2 {
  margin: 0 0 10px 0;
  font-size: 30px;
  color: #2C2B27;
}

.poursteps > .poursteps-inner > p {
  margin: 0 0 26px 0;
  max-width: 740px;
  color: #2C2B27;
}

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

.step {
  background-color: #F1EFE7;
  border: 3px solid #7E8385;
  border-top: 8px solid #D2691E;
  border-radius: 3px;
  padding: 18px 16px 20px 16px;
}

.step h3 {
  margin: 0 0 8px 0;
  font-size: 17px;
  color: #2C2B27;
}

.step p {
  margin: 0;
  font-size: 14px;
  color: #2C2B27;
}

.stepnum {
  display: inline-block;
  background-color: #2E3230;
  color: #F1EFE7;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  border-radius: 2px;
  margin-bottom: 10px;
}

/* ==========================================================================
   SERVICE LIST (services page)
   ========================================================================== */

.servicedeck {
  background-color: #F1EFE7;
  padding: 46px 22px 40px 22px;
}

.servicedeck-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.servicedeck h1 {
  margin: 0 0 10px 0;
  font-size: 40px;
  color: #2C2B27;
  letter-spacing: 0.01em;
}

.servicedeck .lede {
  margin: 0 0 34px 0;
  max-width: 760px;
  font-size: 18px;
  color: #2C2B27;
}

.serviceentry {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 2px solid #CBB08A;
}

.serviceentry:last-of-type {
  border-bottom: none;
}

.serviceno {
  font-size: 30px;
  font-weight: bold;
  color: #D2691E;
  line-height: 1;
}

.servicebody h2 {
  margin: 0 0 10px 0;
  font-size: 24px;
  color: #2C2B27;
}

.servicebody p {
  margin: 0 0 12px 0;
  color: #2C2B27;
}

.servicebody a {
  color: #D2691E;
  font-weight: bold;
  text-decoration: underline;
}

.processband {
  background-color: #E8E7E2;
  padding: 46px 22px 50px 22px;
  border-top: 3px solid #7E8385;
}

.processband-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.processband h2 {
  margin: 0 0 16px 0;
  font-size: 28px;
  color: #2C2B27;
}

.processband p {
  margin: 0 0 14px 0;
  color: #2C2B27;
}

.ctaband {
  background-color: #2E3230;
  padding: 40px 22px;
}

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

.ctaband h2 {
  margin: 0 0 8px 0;
  color: #F1EFE7;
  font-size: 28px;
}

.ctaband p {
  margin: 0;
  color: #E8E7E2;
  max-width: 620px;
}

.ctabutton {
  display: inline-block;
  background-color: #D2691E;
  color: #F1EFE7;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 28px;
  border-radius: 28px;
  border: 3px solid #CBB08A;
}

.ctabutton:hover,
.ctabutton:focus {
  background-color: #CBB08A;
  color: #2C2B27;
  outline: none;
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

.contactdeck {
  background-color: #F1EFE7;
  padding: 46px 22px 40px 22px;
}

.contactdeck-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 34px;
  align-items: start;
}

.contactdeck h1 {
  margin: 0 0 12px 0;
  font-size: 38px;
  color: #2C2B27;
}

.contactdeck .lede {
  margin: 0 0 26px 0;
  color: #2C2B27;
  font-size: 17px;
}

.contactform {
  background-color: #E8E7E2;
  border: 3px solid #7E8385;
  border-radius: 4px;
  padding: 26px 24px 28px 24px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
  color: #2C2B27;
}

.field input,
.field textarea {
  width: 100%;
  font-size: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #2C2B27;
  background-color: #F1EFE7;
  border: 2px solid #7E8385;
  border-radius: 3px;
  padding: 11px 12px;
}

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

.field input:focus,
.field textarea:focus {
  border-color: #D2691E;
  outline: none;
}

.formsubmit {
  display: inline-block;
  background-color: #D2691E;
  color: #F1EFE7;
  border: 3px solid #CBB08A;
  border-radius: 28px;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 26px;
  cursor: pointer;
}

.formsubmit:hover,
.formsubmit:focus {
  background-color: #CBB08A;
  color: #2C2B27;
  outline: none;
}

.formstatus {
  margin: 14px 0 0 0;
  font-size: 14px;
  color: #2C2B27;
  font-weight: bold;
}

.contactside {
  background-color: #E8E7E2;
  border: 3px solid #7E8385;
  border-left: 10px solid #D2691E;
  border-radius: 4px;
  padding: 24px 24px 26px 24px;
}

.contactside h2 {
  margin: 0 0 14px 0;
  font-size: 20px;
  color: #2C2B27;
}

.contactside p {
  margin: 0 0 12px 0;
  color: #2C2B27;
}

.contactside a {
  color: #D2691E;
  font-weight: bold;
  text-decoration: underline;
}

.hourlist {
  list-style: none;
  padding: 0;
  margin: 14px 0 0 0;
}

.hourlist li {
  padding: 7px 0;
  border-bottom: 1px solid #CBB08A;
  color: #2C2B27;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

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

.faqdeck {
  background-color: #E8E7E2;
  padding: 46px 22px 50px 22px;
  border-top: 3px solid #7E8385;
}

.faqdeck-inner {
  max-width: 900px;
  margin: 0 auto;
}

.faqdeck h2 {
  margin: 0 0 20px 0;
  font-size: 28px;
  color: #2C2B27;
}

.faqitem {
  background-color: #F1EFE7;
  border: 3px solid #7E8385;
  border-radius: 3px;
  margin-bottom: 14px;
}

.faqq {
  margin: 0;
  font-size: 17px;
  color: #2C2B27;
}

.faqtoggle {
  width: 100%;
  text-align: left;
  background-color: #F1EFE7;
  border: none;
  border-left: 8px solid #D2691E;
  color: #2C2B27;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight: bold;
  padding: 16px 18px;
  cursor: pointer;
}

.faqtoggle:hover,
.faqtoggle:focus {
  background-color: #CBB08A;
  outline: none;
}

.faqa {
  margin: 0;
  padding: 0 18px 18px 26px;
  color: #2C2B27;
  font-size: 15px;
}

.faqa[hidden] {
  display: none;
}

/* ==========================================================================
   FOOTER — MATERIAL CRIB (.cribwall)
   ========================================================================== */

.cribwall {
  background-color: #2E3230;
  padding: 34px 22px 0 22px;
}

.cribwall-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.cribframe {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 22px;
  align-items: stretch;
  border: 4px solid #7E8385;
  border-radius: 4px;
  padding: 22px;
  background-color: #3A3F3C;
}

.cribside {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  min-height: 150px;
}

.board-stack span {
  display: block;
  height: 13px;
  background-color: #CBB08A;
  border: 2px solid #8C7A54;
  border-radius: 2px;
  margin-bottom: 6px;
}

.sack-stack span {
  display: block;
  height: 44px;
  background-color: #E8E7E2;
  border: 2px solid #7E8385;
  border-radius: 3px 3px 6px 6px;
  margin-bottom: 8px;
  position: relative;
}

.sack-stack span::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 6px;
  width: 60%;
  height: 8px;
  background-color: #7E8385;
}

.cribplate {
  background-color: #E8E7E2;
  border: 3px solid #7E8385;
  border-radius: 3px;
  padding: 20px 22px;
  text-align: center;
}

.cribplate h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #2C2B27;
}

.cribplate p {
  margin: 0;
  color: #2C2B27;
  font-size: 15px;
}

.criblinks {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.cribchip {
  display: inline-block;
  background-color: #E8E7E2;
  color: #2C2B27;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 10px 14px;
  border: 2px solid #7E8385;
  border-radius: 2px;
}

.cribchip:hover,
.cribchip:focus {
  background-color: #CBB08A;
  outline: none;
}

.cribplinth {
  margin-top: 22px;
  background-color: #7E8385;
  border-radius: 3px 3px 0 0;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.cribplinth p {
  margin: 0;
  color: #2C2B27;
  font-size: 14px;
}

.plinth-trowel {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #D2691E;
  border-radius: 2px;
  margin-right: 6px;
  vertical-align: middle;
}

.plinth-mail {
  color: #2C2B27;
  font-weight: bold;
  text-decoration: underline;
}

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

@media (max-width: 960px) {
  .pourslab {
    grid-template-columns: 1fr;
  }

  .yardnote-inner,
  .yardcraft-inner,
  .contactdeck-inner {
    grid-template-columns: 1fr;
  }

  .course {
    grid-template-columns: 1fr 1fr;
  }

  .course--lower {
    margin-left: 0;
    margin-right: 0;
  }

  .steprow {
    grid-template-columns: 1fr 1fr;
  }

  .cribframe {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .formdeck-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .formdeck-toggle {
    display: inline-block;
    background-color: #D2691E;
    color: #F1EFE7;
    border: 2px solid #CBB08A;
    border-radius: 3px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 12px 16px;
    cursor: pointer;
  }

  .formpanels {
    flex-direction: column;
  }

  .formpanel {
    width: 100%;
  }

  .stencil-head h1 {
    font-size: 32px;
  }

  .course {
    grid-template-columns: 1fr;
  }

  .steprow {
    grid-template-columns: 1fr;
  }

  .serviceentry {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .servicebody h2 {
    font-size: 21px;
  }
}
