/* FTS PROPERTY - survey chalk theme, cutaway house motif */

:root {
  --chalk-paper: #F1F1EA;
  --ink-burnt: #2B2822;
  --verdant-gauge: #4E7A52;
  --ruler-amber: #D9A53F;
  --plaster-slab: #F7F6EF;
  --grade-ink: #23251F;
  --joist-beige: #E4E0D2;
  --slate-hatch: #4A5458;
  --brick-ruddy: #9A5B42;
  --foundation-grey: #6E6E66;
  --hairline: #B9B4A4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
}

a {
  color: #4E7A52;
  text-decoration: none;
}

a:hover {
  color: #23251F;
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  color: #2B2822;
  line-height: 1.2;
}

p {
  margin: 0 0 1.1em 0;
}

/* ---------------- revealed / hidden states ---------------- */
html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
}

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

/* ---------------- FLOOR PLATE NAV (.cutaway) ---------------- */
.cutaway {
  background-color: #23251F;
  color: #F1F1EA;
  padding: 0;
  border-bottom: 6px solid #D9A53F;
}

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

.cutaway-brandrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
}

.cutaway-plate {
  background-color: #F1F1EA;
  color: #2B2822;
  padding: 12px 22px 12px 18px;
  border-left: 6px solid #4E7A52;
  position: relative;
}

.cutaway-plate .brand-mark {
  display: block;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #2B2822;
}

.cutaway-plate .brand-sub {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4E7A52;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}

.cutaway-levelmark {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 3px solid #4E7A52;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.cutaway-brandnote {
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #E4E0D2;
  max-width: 320px;
  line-height: 1.5;
}

.cutaway-plates {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  border-bottom: 3px solid #E4E0D2;
  flex-wrap: wrap;
}

.floorplate {
  background-color: #F7F6EF;
  color: #2B2822;
  padding: 14px 16px 12px 16px;
  position: relative;
  border-left: 1px solid #B9B4A4;
  border-right: 1px solid #B9B4A4;
  min-height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background-color 0.2s linear, transform 0.2s linear;
}

.floorplate:hover {
  background-color: #E4E0D2;
}

.floorplate-tag {
  position: absolute;
  top: 4px;
  left: 8px;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  color: #4E7A52;
}

.floorplate-windows {
  position: absolute;
  top: 5px;
  right: 8px;
  display: flex;
  gap: 3px;
}

.floorplate-windows span {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #4A5458;
}

.floorplate-link {
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #2B2822;
  text-transform: uppercase;
}

.floorplate-link:hover {
  color: #4E7A52;
  text-decoration: none;
}

.fp-1 { width: 110px; }
.fp-2 { width: 130px; }
.fp-3 { width: 120px; }
.fp-4 { width: 122px; }
.fp-5 { width: 118px; }

.cutaway-toggle {
  display: none;
  background-color: #4E7A52;
  color: #F1F1EA;
  border: 0;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 16px;
  cursor: pointer;
}

/* ---------------- HERO: SECTION CUT SCENE (.housecut) ---------------- */
.housecut {
  background-color: #F1F1EA;
  border-bottom: 1px solid #B9B4A4;
}

.housecut-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px 48px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.housecut-copy {
  flex: 1 1 520px;
  max-width: 55%;
}

.housecut-title {
  font-size: 46px;
  margin: 0 0 18px 0;
  color: #2B2822;
  letter-spacing: -0.5px;
}

.housecut-title .verdant-word {
  color: #4E7A52;
}

.housecut-kicker {
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4E7A52;
  border-left: 5px solid #D9A53F;
  padding-left: 10px;
  margin-bottom: 16px;
  display: inline-block;
}

.housecut-lead {
  font-size: 17px;
  color: #2B2822;
  max-width: 560px;
}

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

.btn-cut {
  display: inline-block;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #4E7A52;
  color: #F1F1EA;
  padding: 14px 22px;
  border: 2px solid #23251F;
  box-shadow: 4px 4px 0 #23251F;
}

.btn-cut:hover {
  background-color: #23251F;
  color: #F1F1EA;
  text-decoration: none;
}

.btn-cut .btn-code {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  color: #D9A53F;
  margin-top: 3px;
}

.btn-cut-alt {
  display: inline-block;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #F7F6EF;
  color: #2B2822;
  padding: 14px 22px;
  border: 2px solid #4E7A52;
  box-shadow: 4px 4px 0 #4E7A52;
}

.btn-cut-alt:hover {
  background-color: #E4E0D2;
  text-decoration: none;
  color: #23251F;
}

.btn-cut-alt .btn-code {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  color: #4E7A52;
  margin-top: 3px;
}

/* ---------------- CUTAWAY HOUSE DRAWING ---------------- */
.housecut-figure {
  flex: 1 1 380px;
  max-width: 45%;
  padding: 18px 10px 10px 10px;
}

.cutdraw {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  height: 420px;
  background-color: #F7F6EF;
  border: 2px solid #23251F;
}

.cutdraw-ground {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 78px;
  height: 4px;
  background-color: #2B2822;
}

.cutdraw-ground::after {
  content: "GRADE LINE +0.00";
  position: absolute;
  right: 4px;
  top: -18px;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  color: #6E6E66;
}

.cutdraw-roof {
  position: absolute;
  left: 90px;
  width: 280px;
  bottom: 240px;
  height: 0;
  border-bottom: 78px solid #4A5458;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  background-image: repeating-linear-gradient(45deg, #3A4245 0, #3A4245 2px, #4A5458 2px, #4A5458 8px);
}

.cutdraw-ridge {
  position: absolute;
  left: 226px;
  bottom: 316px;
  width: 4px;
  height: 46px;
  background-color: #23251F;
}

.cutdraw-flag {
  position: absolute;
  left: 230px;
  bottom: 352px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 22px solid #D9A53F;
}

.cutdraw-floor-upper {
  position: absolute;
  left: 90px;
  width: 280px;
  bottom: 240px;
  height: 3px;
  background-color: #23251F;
}

.cutdraw-floor-mid {
  position: absolute;
  left: 90px;
  width: 280px;
  bottom: 160px;
  height: 3px;
  background-color: #23251F;
}

.cutdraw-wall {
  position: absolute;
  left: 90px;
  width: 280px;
  bottom: 78px;
  height: 162px;
  background-image: repeating-linear-gradient(0deg, #9A5B42 0, #9A5B42 10px, #7E4433 10px, #7E4433 12px),
    repeating-linear-gradient(90deg, transparent 0, transparent 34px, #6E3A2B 34px, #6E3A2B 36px);
  border: 2px solid #23251F;
}

.cutdraw-room {
  position: absolute;
  border: 2px solid #2B2822;
  background-color: #F1F1EA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  color: #2B2822;
}

.room-loft {
  left: 122px;
  bottom: 250px;
  width: 216px;
  height: 56px;
  background-color: #E4E0D2;
}

.room-kitchen {
  left: 100px;
  bottom: 90px;
  width: 128px;
  height: 62px;
}

.room-hall {
  left: 236px;
  bottom: 90px;
  width: 124px;
  height: 62px;
  background-color: #E4E0D2;
}

.cutdraw-footing {
  position: absolute;
  bottom: 52px;
  width: 42px;
  height: 26px;
  background-color: #6E6E66;
  border: 2px solid #23251F;
}

.foot-a { left: 92px; }
.foot-b { left: 176px; }
.foot-c { left: 262px; }
.foot-d { left: 328px; }

.cutdraw-dim {
  position: absolute;
  left: 90px;
  width: 280px;
  bottom: 26px;
  height: 2px;
  background-color: #D9A53F;
}

.cutdraw-dim::before,
.cutdraw-dim::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 2px;
  height: 12px;
  background-color: #D9A53F;
}

.cutdraw-dim::before { left: 0; }
.cutdraw-dim::after { right: 0; }

.cutdraw-dim-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  color: #8A6A22;
  background-color: #F7F6EF;
  padding: 0 6px;
}

.cutdraw-caption {
  text-align: center;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #6E6E66;
  margin-top: 12px;
}

/* ---------------- FLOOR SLICE ROWS (.floorrows) ---------------- */
.floorrows {
  background-color: #F1F1EA;
  padding: 54px 0 40px 0;
  border-top: 1px solid #B9B4A4;
}

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

.floorrows-title {
  font-size: 32px;
  margin: 0 0 8px 0;
}

.floorrows-sub {
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: #4E7A52;
  text-transform: uppercase;
}

.slice {
  max-width: 1180px;
  margin: 0 auto 20px auto;
  padding: 0 24px;
  display: flex;
  align-items: stretch;
  gap: 0;
}

.slice-rail {
  flex: 0 0 96px;
  background-color: #23251F;
  color: #F1F1EA;
  padding: 18px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-top: 4px solid #4E7A52;
}

.slice-code {
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #D9A53F;
}

.slice-joints {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 12px 0;
}

.slice-joints span {
  display: block;
  width: 34px;
  height: 2px;
  background-color: #E4E0D2;
}

.slice-rail-note {
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  color: #B9B4A4;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.slice-plate {
  flex: 1 1 auto;
  background-color: #F7F6EF;
  padding: 22px 26px 20px 26px;
  border: 2px solid #23251F;
  border-left: 0;
  position: relative;
}

.slice-plate-zig {
  background-color: #E4E0D2;
}

.slice-name {
  margin: 0 0 10px 0;
  font-size: 22px;
  color: #2B2822;
}

.slice-text {
  color: #2B2822;
  max-width: 820px;
}

.slice-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.chip {
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2B2822;
  border: 1px solid #8A8574;
  padding: 4px 10px;
  background-color: #F1F1EA;
}

.slice-dim {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.slice-dim-line {
  flex: 1 1 auto;
  height: 2px;
  background-color: #D9A53F;
  position: relative;
}

.slice-dim-line::before,
.slice-dim-line::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 2px;
  height: 12px;
  background-color: #D9A53F;
}

.slice-dim-line::before { left: 0; }
.slice-dim-line::after { right: 0; }

.slice-dim-label {
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  color: #8A6A22;
}

.slice-invert .slice-rail {
  background-color: #4E7A52;
  border-top-color: #D9A53F;
}

.slice-invert .slice-plate {
  background-color: #4E7A52;
  border-color: #23251F;
}

.slice-invert .slice-name,
.slice-invert .slice-text {
  color: #F7F6EF;
}

.slice-invert .chip {
  color: #F7F6EF;
  border-color: #E4E0D2;
  background-color: #416843;
}

.slice-invert .slice-dim-label {
  color: #F7F6EF;
}

.skew-a { transform: skewY(-1deg); }
.skew-b { transform: skewY(1deg); }

.slice-short .slice-plate { padding-top: 16px; padding-bottom: 14px; }
.slice-tall .slice-plate { padding-top: 30px; padding-bottom: 28px; }

/* ---------------- ACCENT STRIP ---------------- */
.surveynotice {
  background-color: #4E7A52;
  color: #F7F6EF;
  padding: 30px 0;
  border-top: 6px solid #23251F;
  border-bottom: 6px solid #23251F;
}

.surveynotice-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.surveynotice-rule {
  flex: 0 0 70px;
  height: 2px;
  background-color: #D9A53F;
  position: relative;
}

.surveynotice-rule::before,
.surveynotice-rule::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 2px;
  height: 12px;
  background-color: #D9A53F;
}

.surveynotice-rule::before { left: 0; }
.surveynotice-rule::after { right: 0; }

.surveynotice-text {
  flex: 1 1 auto;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 0;
  text-align: center;
}

.surveynotice-mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 3px solid #D9A53F;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

/* ---------------- CONTENT BLOCKS ---------------- */
.ledgerblock {
  background-color: #F7F6EF;
  padding: 54px 0;
  border-top: 1px solid #B9B4A4;
}

.ledgerblock-alt {
  background-color: #E4E0D2;
}

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

.eyebrow {
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4E7A52;
  margin-bottom: 10px;
}

.block-title {
  font-size: 30px;
  margin: 0 0 18px 0;
}

.prose p {
  max-width: 860px;
}

.twocol {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.twocol-main {
  flex: 1 1 520px;
}

.twocol-side {
  flex: 0 1 300px;
  background-color: #F1F1EA;
  border: 2px solid #23251F;
  padding: 20px 22px;
}

.twocol-side h3 {
  margin-top: 0;
  font-size: 18px;
}

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

.ticks li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 9px;
  color: #2B2822;
}

.ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #4E7A52;
  border: 2px solid #23251F;
}

.service-mention {
  font-weight: bold;
  color: #4E7A52;
}

/* ---------------- CTA BAND ---------------- */
.ctaband {
  background-color: #23251F;
  color: #F1F1EA;
  padding: 44px 0;
}

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

.ctaband h2 {
  color: #F1F1EA;
  margin: 0 0 6px 0;
  font-size: 26px;
}

.ctaband p {
  margin: 0;
  color: #E4E0D2;
  max-width: 560px;
}

/* ---------------- FOUNDATION FOOTER (.footings) ---------------- */
.footings {
  background-color: #23251F;
  color: #F1F1EA;
  position: relative;
  padding-top: 40px;
}

.footings-grade {
  height: 6px;
  background-color: #D9A53F;
  position: relative;
}

.footings-blocks {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 14px;
  position: relative;
  top: 0;
}

.footing-block {
  width: 58px;
  height: 16px;
  background-color: #6E6E66;
  border: 2px solid #F1F1EA;
  border-top: 0;
}

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

.footings-brand {
  flex: 1 1 260px;
  background-color: #F1F1EA;
  color: #2B2822;
  padding: 18px 20px;
  border-left: 6px solid #4E7A52;
}

.footings-brand .brand-mark {
  display: block;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

.footings-brand p {
  font-size: 14px;
  margin: 10px 0 0 0;
}

.footings-links {
  flex: 1 1 420px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footings-plate {
  background-color: #F7F6EF;
  color: #2B2822;
  padding: 14px 16px;
  min-width: 150px;
  border-bottom: 5px solid #4E7A52;
}

.footings-plate h4 {
  margin: 0 0 8px 0;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4E7A52;
}

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

.footings-plate li {
  margin-bottom: 6px;
}

.footings-plate a {
  color: #2B2822;
  font-size: 14px;
}

.footings-plate a:hover {
  color: #4E7A52;
}

.footings-base {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px 26px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #4A5458;
  margin-top: 22px;
}

.footings-contact {
  font-size: 14px;
  color: #E4E0D2;
}

.footings-contact a {
  color: #D9A53F;
}

.footings-glyph {
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #E4E0D2;
  border: 1px solid #6E6E66;
  padding: 6px 12px;
}

/* ---------------- SERVICES PAGE EXTRAS ---------------- */
.pagehead {
  background-color: #23251F;
  color: #F1F1EA;
  padding: 44px 0 36px 0;
}

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

.pagehead h1 {
  color: #F7F6EF;
  font-size: 38px;
  margin: 0 0 12px 0;
}

.pagehead p {
  max-width: 780px;
  color: #E4E0D2;
  margin: 0;
}

.processlist {
  list-style: none;
  counter-reset: step;
  margin: 0;
  padding: 0;
  max-width: 860px;
}

.processlist li {
  counter-increment: step;
  position: relative;
  padding: 16px 0 16px 62px;
  border-bottom: 1px solid #B9B4A4;
}

.processlist li::before {
  content: "0" counter(step);
  position: absolute;
  left: 0;
  top: 14px;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #F7F6EF;
  background-color: #4E7A52;
  padding: 6px 9px;
  letter-spacing: 1px;
}

.processlist h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
}

.processlist p {
  margin: 0;
}

/* ---------------- CONTACT PAGE ---------------- */
.contactgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

.contactform-wrap {
  flex: 1 1 520px;
}

.contactinfo-wrap {
  flex: 0 1 340px;
}

.formfield {
  margin-bottom: 18px;
}

.formfield label {
  display: block;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2B2822;
  margin-bottom: 6px;
}

.formfield input,
.formfield textarea {
  width: 100%;
  font-family: Georgia, serif;
  font-size: 15px;
  color: #2B2822;
  background-color: #F7F6EF;
  border: 2px solid #23251F;
  padding: 11px 12px;
}

.formfield textarea {
  min-height: 150px;
  resize: vertical;
}

.formnote {
  font-size: 13px;
  color: #4E7A52;
  margin-top: 4px;
}

.formstatus {
  margin-top: 14px;
  font-size: 14px;
  color: #23251F;
  border-left: 5px solid #D9A53F;
  padding-left: 10px;
  min-height: 22px;
}

.infocard {
  background-color: #F7F6EF;
  border: 2px solid #23251F;
  padding: 18px 20px;
  margin-bottom: 18px;
}

.infocard h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  letter-spacing: 1px;
}

.infocard p {
  margin: 0 0 8px 0;
}

.infocard a {
  color: #4E7A52;
}

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

.hourslist li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #B9B4A4;
  padding: 6px 0;
  font-size: 14px;
}

.faqitem {
  border: 2px solid #23251F;
  background-color: #F7F6EF;
  margin-bottom: 12px;
}

.faq-q {
  width: 100%;
  text-align: left;
  background-color: #F7F6EF;
  border: 0;
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  font-size: 15px;
  color: #2B2822;
  padding: 14px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.faq-q:hover {
  background-color: #E4E0D2;
}

.faq-mark {
  color: #4E7A52;
  font-weight: bold;
}

.faq-a {
  padding: 0 16px 14px 16px;
  color: #2B2822;
}

.faq-a p {
  margin: 0;
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 900px) {
  .housecut-copy,
  .housecut-figure {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .housecut-title {
    font-size: 34px;
  }

  .cutdraw {
    height: 380px;
  }
}

@media (max-width: 720px) {
  .cutaway-toggle {
    display: inline-block;
    margin-bottom: 14px;
  }

  .cutaway-plates {
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 0;
    padding-bottom: 16px;
  }

  .cutaway-plates.is-open {
    display: flex;
  }

  .floorplate {
    width: 100% !important;
    border-left: 4px solid #4E7A52;
    border-right: 0;
    margin-bottom: 6px;
  }

  .slice {
    flex-direction: column;
  }

  .slice-rail {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }

  .slice-joints {
    flex-direction: row;
    margin: 0;
  }

  .slice-rail-note {
    writing-mode: horizontal-tb;
  }

  .slice-plate {
    border-left: 2px solid #23251F;
  }

  .surveynotice-inner {
    flex-direction: column;
  }

  .surveynotice-rule {
    width: 90px;
    flex: 0 0 auto;
  }

  .footings-links {
    flex: 1 1 100%;
  }

  .footings-base {
    flex-direction: column;
    align-items: flex-start;
  }
}
