/* ============================================================
   TDZ HOMES LTD — Village Signpost theme
   Property technology for better moves.
   Palette:
     limestone   #F4F1E8  (body)
     ink         #24312A  (text)
     brass       #A8843C  (accent)
     plaster     #FBF9F2  (raised panels)
     evergreen   #1E2B24  (deeper panels)
     green       #2F4A3A  (secondary)
     hairline    #E1DCCB  (separators)
   Rules: no rgba, no decimal any colour, no fading text, class-only selectors,
   every class defined exactly once.
   ============================================================ */

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

* {
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
}

h1, h2, h3, h4 {
  color: #24312A;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 700;
}

p {
  margin: 0 0 1rem;
}

.sitepage {
  width: 100%;
}

/* ============ Shared layout ============ */

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

html.no-js [data-reveal] {
  opacity: 1;
  visibility: visible;
  transform: none;
}

html.js-on .reveal-sec [data-reveal] {
  opacity: 0;
  visibility: hidden;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease, visibility 700ms ease;
}

html.js-on .reveal-sec [data-reveal].is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

/* ============ FINGERPOST NAVIGATION (.fingerpost column) ============ */

.masthead {
  background: #1E2B24;
  color: #FBF9F2;
}

.fingerpost {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 26px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px 28px;
}

.postcart {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.postfinial {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #A8843C;
  border: 3px solid #FBF9F2;
  box-shadow: 0 0 0 2px #2F4A3A;
  margin-bottom: 2px;
}

.postcolumn {
  width: 22px;
  height: 190px;
  background: #A8843C;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #D9B36A, inset 3px 0 0 #B98D45;
}

.postbaseplate {
  width: 120px;
  min-height: 48px;
  margin-top: 3px;
  background: #FBF9F2;
  color: #24312A;
  border: 3px solid #A8843C;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 8px;
  box-shadow: 0 3px 0 #0F1512;
}

.fingerindex-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px 30px;
}

.fingernavlink {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.fingernavitem {
  display: inline-block;
}

.fingerplate,
.fingerplatewide {
  display: inline-flex;
  background: #FBF9F2;
  color: #24312A;
  border: 2px solid #A8843C;
  border-radius: 4px;
  padding: 8px 18px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 100% 66%, 88% 100%, 12% 100%, 0 66%);
}

.plateleft {
  margin-left: 6px;
}

.plateright {
  margin-right: 6px;
}

.tiltleft {
  transform: rotate(-3deg);
  margin-left: 2px;
}

.tiltright {
  transform: rotate(3deg);
  margin-right: 2px;
}

.fingernavitem.is-current .fingerplate,
.fingernavitem.is-current .fingerplatewide {
  background: #A8843C;
  color: #FBF9F2;
  border-color: #FBF9F2;
}

.fingernavitem:hover .fingerplatewide,
.fingernavitem:hover .fingerplate {
  background: #A8843C;
  color: #FBF9F2;
  border-color: #FBF9F2;
}

.navtoggle {
  display: none;
  background: #A8843C;
  color: #1E2B24;
  border: none;
  border-radius: 4px;
  padding: 9px 16px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.navtogglemobile {
  display: none;
}

@media (max-width: 860px) {
  .fingerpost {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .postcart {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
  }
  .postcolumn {
    height: 46px;
    width: 190px;
  }
  .fingerindex-wrapper {
    width: 100%;
  }
  .fingerindex-wrapper.is-closed .fingernavlink {
    display: none;
  }
  .navtoggle {
    display: inline-block;
  }
}

/* ============ PORCH KEYHOLE HERO (.porchdoor band) ============ */

.porchband {
  background: #2F4A3A;
  border-bottom: 10px solid #1E2B24;
  color: #FBF9F2;
}

.porchdoor {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 24px 66px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 46px;
  align-items: center;
}

.porchcopy h1 {
  font-size: 2.9rem;
  color: #FBF9F2;
  margin-bottom: 0.7rem;
}

.hangsign {
  display: inline-block;
  background: #1E2B24;
  color: #D9B36A;
  border: 3px solid #A8843C;
  border-radius: 2px;
  padding: 8px 18px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.inkbrass {
  color: #A8843C;
}

.porchcopy p {
  color: #E8E3CE;
  margin-bottom: 1.1rem;
}

.bigline {
  font-size: 1.18rem;
  color: #FBF9F2;
}

.ctarow {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.callbtn {
  display: inline-block;
  background: #A8843C;
  color: #FBF9F2;
  border-radius: 40px;
  padding: 13px 26px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  box-shadow: 0 3px 0 #7d632c;
}

.callbtn:hover {
  background: #D9B36A;
  color: #1E2B24;
}

.slotbtn {
  display: inline-block;
  background: transparent;
  color: #FBF9F2;
  border: 3px solid #FBF9F2;
  border-radius: 6px;
  padding: 11px 24px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
}

.slotbtn:hover {
  background: #FBF9F2;
  color: #1E2B24;
}

.porchscene {
  text-align: center;
}

.facadewall {
  background: #FBF9F2;
  background-image: repeating-linear-gradient(
    180deg,
    #FBF9F2 0 14px,
    #EAE5D3 14px 16px
  );
  border: 4px solid #1E2B24;
  box-shadow: 0 0 0 6px #A8843C;
  padding: 26px 20px 32px;
}

.housenumberplate {
  text-align: right;
  margin-bottom: 14px;
}

.housecouple {
  display: inline-block;
  background: #2F4A3A;
  color: #FBF9F2;
  border: 3px solid #A8843C;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 2rem;
  font-weight: 700;
  padding: 2px 14px;
}

.doorleaf {
  max-width: 240px;
  margin: 0 auto;
  background: #2F4A3A;
  border: 4px solid #1E2B24;
  border-radius: 4px;
  padding: 15px;
}

.doorpanel {
  height: 52px;
  background: #1E2B24;
  border: 2px solid #A8843C;
  border-radius: 4px;
}

.doorpanel + .doorpanel {
  margin-top: 10px;
}

.knobseat {
  text-align: right;
  margin-top: 14px;
}

.knobbroker {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #D9B36A;
  box-shadow: 0 0 0 3px #A8843C;
  vertical-align: middle;
}

.knobside {
  text-align: right;
  padding-right: 22px;
}

.sceneryrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

.treebase,
.scraperpost,
.bootqueen {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.treetrunk {
  width: 13px;
  height: 78px;
  background: #5A4A2E;
  margin: 0 auto;
  border-radius: 3px;
}

.treesphere {
  width: 74px;
  height: 54px;
  background: #2F4A3A;
  border: 4px double #6d8a74;
  border-radius: 55% 55% 40% 40%;
  margin: 0 auto -10px;
}

.potbase {
  width: 58px;
  height: 34px;
  background: #A8843C;
  border: 2px solid #7d632c;
  border-radius: 4px 4px 9px 9px;
  margin: 10px auto 0;
}

.scraperhoop {
  width: 86px;
  height: 40px;
  background: #24312A;
  border-radius: 10px 10px 3px 3px;
  display: inline-block;
  position: relative;
}

.scraperbars {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 15px;
  height: 8px;
  border-radius: 3px;
  background: #A8843C;
}

.scraperlets {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 14px;
  background: #3A5A45;
  border-radius: 2px;
}

@media (max-width: 860px) {
  .porchdoor {
    grid-template-columns: 1fr;
  }
  .porchscene {
    order: -1;
  }
  .porchcopy h1 {
    font-size: 2rem;
  }
}

/* ============ Section chrome ============ */

.textzone {
  background: #F4F1E8;
  padding: 68px 0;
}

.textzone h2 {
  font-size: 2.1rem;
}

.sectionintro-z {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto 40px;
}

.eyemark {
  font-family: "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #A8843C;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 6px;
}

.introwrap p {
  color: #40503F;
}

.raisedpanel {
  background: #FBF9F2;
  border: 1px solid #E1DCCB;
  box-shadow: 5px 6px 0 #DFDACA;
  padding: 40px 38px;
}

/* ============ ROOM PLACARDS section (.roomplacards) ============ */

.placardzone {
  background: #EDE8D9;
  padding: 62px 0 84px;
}

.skirtingdeco {
  height: 15px;
  background: #24312A;
  border-top: 3px solid #A8843C;
  border-bottom: 3px solid #A8843C;
  margin-bottom: 34px;
}

.roomplacards {
  position: relative;
}

.placardgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.placard {
  background: #FBF9F2;
  border: 2px solid #1E2B24;
  border-top-left-radius: 52% 50px;
  border-top-right-radius: 52% 50px;
  box-shadow: 9px 12px 0 #CCC5AF;
  padding: 26px 28px 32px;
  position: relative;
}

.placard:nth-child(odd) {
  margin-top: 10px;
  margin-right: 44px;
  transform: rotate(-0.8deg);
}

.placard:nth-child(even) {
  margin-left: 44px;
  margin-top: 34px;
  transform: rotate(0.9deg);
}

.placardhead {
  display: flex;
  align-items: baseline;
  gap: 13px;
  border-bottom: 2px solid #A8843C;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.roomno {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.7rem;
  font-weight: 700;
  color: #A8843C;
}

.placardhead h3 {
  font-size: 1.28rem;
  color: #2F4A3A;
  margin-bottom: 0;
}

.placard p {
  color: #40503F;
  margin-bottom: 0;
}

.hookcurl {
  display: block;
  height: 34px;
  width: 18px;
  background: #A8843C;
  border-radius: 0 10px 0 0;
  margin: -12px auto -28px;
}

.roommap-cta {
  text-align: center;
  margin: 40px 0 0;
}

.roommap-cta .callbtn {
  border-radius: 6px;
  box-shadow: none;
}

@media (max-width: 860px) {
  .placardgrid {
    grid-template-columns: 1fr;
  }
  .placard:nth-child(odd),
  .placard:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    transform: none;
  }
}

/* ============ OPEN VIEWING accent strip ============ */

.openstripe {
  background: #2F4A3A;
  border-top: 7px solid #A8843C;
  border-bottom: 7px solid #A8843C;
  color: #FBF9F2;
  text-align: center;
}

.viewslot {
  padding: 36px 24px;
}

.viewslot a {
  margin-top: 10px;
}

.viewdaystrap {
  margin: 0;
  color: #A8843C;
  font-family: "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
}

.viewleadline {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
}

.ringline {
  display: inline-block;
  border-top: 1px solid #A8843C;
  width: 200px;
  margin: 10px auto;
}

/* ============ Feature pairs / About ============ */

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

.aboutpanel {
  background: #1E2B24;
  color: #FBF9F2;
  padding: 38px;
  border-left: 9px solid #A8843C;
}

.aboutpanel h3 {
  color: #A8843C;
}

.aboutpanel p {
  color: #E8E3CE;
}

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

.ledgernotes li {
  padding: 9px 0 9px 30px;
  position: relative;
  border-bottom: 1px solid #2F4A3A;
}

.ledgernotes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #A8843C;
}

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

.pointlist li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
  color: #40503F;
}

.pointlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 2px;
  background: #A8843C;
}

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

/* ============ Roadmap accordion ============ */

.roadband {
  background: #24312A;
}

.roadband .eyemark {
  color: #A8843C;
}

.roadband .sectionintro-z h2 {
  color: #FBF9F2;
}

.roadband .introwrap p {
  color: #C3C7B7;
}

.roadstep {
  background: #1E2B24;
  border-left: 7px solid #A8843C;
  margin-bottom: 14px;
}

.roadstep summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 18px;
  color: #FBF9F2;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 17px 22px;
}

.roadstep summary::-webkit-details-marker {
  display: none;
}

.stepnumber {
  font-family: Georgia, serif;
  font-style: italic;
  color: #A8843C;
  font-size: 1.5rem;
}

.steptext {
  padding: 2px 24px 20px;
  color: #E8E3CE;
}

.steptext p {
  margin-bottom: 0;
}

/* ============ Service category chips ============ */

.servicemap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.servicecell {
  background: #FBF9F2;
  border-top: 6px solid #A8843C;
  border: 1px solid #E1DCCB;
  padding: 22px;
}

.servicecell a {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  color: #2F4A3A;
}

.servicecell p {
  color: #40503F;
  margin: 8px 0 0;
}

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

/* ============ DOORMAT FOOTER (.doormat) ============ */

.frontstoop {
  background: #1E2B24;
  color: #FBF9F2;
  border-top: 16px solid #A8843C;
  padding-top: 46px;
}

.doormat {
  background: #CDA85A;
  color: #3A2E14;
  border: 6px solid #FBF9F2;
  outline: 4px solid #A8843C;
  padding: 26px 16px;
  text-align: center;
  background-image:
    linear-gradient(90deg, transparent 0 9px, #3A2E14 9px 10px, transparent 10px 14px, #3A2E14 14px 15px, transparent 15px),
    linear-gradient(0deg, transparent 0 9px, #3A2E14 9px 10px, transparent 10px 14px, #3A2E14 14px 15px, transparent 15px);
}

.doormat h2 {
  color: #3A2E14;
  margin: 0 0 4px;
}

.matline {
  color: #3A2E14;
  margin: 0;
  font-style: italic;
}

.stoopstepgroup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  padding: 44px 0 28px;
}

.linkhead {
  font-family: "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  color: #A8843C;
  margin-bottom: 12px;
}

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

.stoopstepgroup li {
  margin-bottom: 9px;
}

.stoopstepgroup a {
  color: #E8E3CE;
}

.stoopstepgroup a:hover {
  color: #A8843C;
}

.floorriser {
  border-top: 2px solid #2F4A3A;
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 24px 34px;
  color: #CBD0BE;
  white-space: normal;
}

.brandstamp {
  font-family: "Courier New", monospace;
  color: #A8843C;
}

.floorriser a {
  color: #FBF9F2;
  border-bottom: 1px solid #A8843C;
}

.consentline {
  color: #A9B09D;
}

.addressline {
  margin: 8px 0 0;
}

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

/* ============ Secondary pages (services & contact) ============ */

.pageintro {
  max-width: 54rem;
}

.breadcrumb {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 0.85rem;
  color: #A9B09D;
  margin-bottom: 22px;
}

.breadcrumb a {
  color: #FBF9F2;
  border-bottom: 1px solid #A8843C;
}

.sideintrocopy {
  color: #E8E3CE;
  max-width: 40rem;
}

/* ============ Contact page ============ */

.contactgrid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 44px;
  align-items: start;
}

.formframe {
  background: #FBF9F2;
  border-top: 8px solid #A8843C;
  border: 1px solid #E1DCCB;
  box-shadow: 5px 6px 0 #DFDACA;
  padding: 34px;
}

.fieldgroup {
  display: block;
}

.fieldgroup + .fieldgroup {
  margin-top: 0;
}

.fieldgroup label {
  display: block;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #24312A;
  margin: 18px 0 6px;
}

.fieldgroup input,
.fieldgroup select,
.fieldgroup textarea {
  width: 100%;
  border: 2px solid #CBD2BF;
  border-radius: 3px;
  background: #FFFFFF;
  color: #24312A;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  padding: 11px 12px;
}

.fieldgroup textarea {
  min-height: 138px;
}

.fieldgroup input:focus,
.fieldgroup select:focus,
.fieldgroup textarea:focus {
  border-color: #A8843C;
  box-shadow: 0 0 0 2px #D9B36A;
  outline: none;
}

.sendmail {
  display: inline-block;
  background: #A8843C;
  color: #FBF9F2;
  border: none;
  border-radius: 30px;
  padding: 13px 32px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 24px;
  cursor: pointer;
}

.sendmail:hover {
  background: #2F4A3A;
  color: #FBF9F2;
}

.approvals {
  display: block;
  font-size: 0.9rem;
  color: #40503F;
}

.formnote {
  margin-top: 14px;
  font-size: 0.86rem;
  color: #6b7464;
}

.intelcard {
  background: #1E2B24;
  color: #FBF9F2;
  border-left: 8px solid #A8843C;
  padding: 34px;
}

.intelcard h3 {
  color: #A8843C;
}

.intelcard h4 {
  color: #D9B36A;
}

.listline {
  color: #E8E3CE;
}

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

.sqrtab li {
  padding: 9px 0 9px 26px;
  position: relative;
  color: #E8E3CE;
}

.sqrtab li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 10px;
  height: 10px;
  background: #A8843C;
}

.hoursblock {
  margin-top: 26px;
}

.hoursline {
  color: #E8E3CE;
}

.hoursline strong {
  color: #FBF9F2;
}

/* ============ FAQ (accordions) ============ */

.faqstripe {
  background: #E9E3D1;
  padding: 60px 0;
}

.faqitem {
  background: #FBF9F2;
  border: 1px solid #E1DCCB;
  border-left: 7px solid #A8843C;
  margin-bottom: 12px;
}

.faqitem summary {
  cursor: pointer;
  list-style: none;
  color: #24312A;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  padding: 16px 22px;
}

.faqitem summary::-webkit-details-marker {
  display: none;
}

.faqanswer {
  padding: 2px 22px 20px;
  color: #40503F;
}

/* ============ Services rich segments ============ */

.stripepair {
  background: #F4F1E8;
  padding: 64px 0;
}

.twotext {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.twotext p {
  color: #40503F;
}

.quotebox {
  background: #1E2B24;
  color: #FBF9F2;
  padding: 30px 34px;
  border-left: 8px solid #A8843C;
}

.quotebox p {
  color: #E8E3CE;
}

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

.twonote > div {
  background: #FBF9F2;
  border: 1px solid #E1DCCB;
  padding: 22px;
}

@media (max-width: 860px) {
  .contactgrid,
  .twotext {
    grid-template-columns: 1fr;
  }
  .twonote {
    grid-template-columns: 1fr;
  }
}
